@charset "UTF-8";
/*
* Dependencies
*/
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
*/
.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 #dddddd;
  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 #dddddd;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: 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: #dddddd;
  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: rgb(206.25, 210.8333333333, 228.75);
  color: black;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.875rem;
  height: 20px;
  line-height: 20px;
  color: #dddddd;
}
.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: rgb(206.25, 210.8333333333, 228.75);
  color: black;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #dddddd;
}
.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: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  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: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  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: #dddddd;
  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: rgb(206.25, 210.8333333333, 228.75);
  color: black;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #dddddd;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #dddddd;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
  border: 1px solid #757575;
}
.input-group.date .input-group-addon:last-child {
  border-left: 0;
}

/* Small Drop Menus */
.caret {
  display: inline-block;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (prefers-contrast: more) {
  .caret {
    border: none;
  }
  .caret:before {
    font-family: il-icons;
    content: "\e604";
  }
}

.dropup,
.dropdown {
  position: relative;
  display: inline-block;
  min-width: max-content;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  overflow: auto;
  min-width: 160px;
  max-height: 50vh;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu hr {
  margin: 6px 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  background-color: #3f4a75;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

.dropdown-header {
  padding: 3px 10px;
  color: #161616;
  background-color: white;
  margin-bottom: 4px;
  border-bottom: 1px solid #dddddd;
}
.dropdown-header > h2 {
  margin-top: 15px;
  margin-bottom: 1px;
  font-size: 1rem;
}

.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);
}
.dropdown-menu .row {
  margin-bottom: 15px;
}
.dropdown-menu .row > ul[class*=col-] {
  padding-left: 15px;
}
.dropdown-menu li > a,
.dropdown-menu li > .btn-link {
  display: block;
  width: 100%;
  clear: both;
  border: none;
  padding: 3px 15px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.428571429;
  background-color: transparent;
  color: #161616;
  white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus,
.dropdown-menu li > .btn-link:hover,
.dropdown-menu li > .btn-link:focus {
  text-decoration: none;
  color: black;
  background-color: rgb(206.25, 210.8333333333, 228.75);
}
.dropdown-menu img {
  border: 0;
  width: 22px;
  height: 22px;
  margin: 0 3px 0 0;
  display: inline;
}

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

.dropdown h4 {
  margin: 3px 0;
}

.il-maincontrols-slate-content .dropdown-menu {
  right: 0;
  left: inherit;
}

/* jquery ui autocomplete */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  background-color: white;
  border: 1px solid #dddddd;
  font-size: 0.875rem;
  z-index: 5;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item > * {
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  line-height: 1.5;
  color: #161616;
  background-color: transparent;
}
.ui-menu .ui-menu-item > *:hover, .ui-menu .ui-menu-item > *.ui-state-hover, .ui-menu .ui-menu-item > *.ui-state-active {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: #161616;
}
.ui-menu .ui-menu-item a {
  color: #161616;
}
.ui-menu .ui-menu-item a:hover {
  color: black;
}
.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;
}

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

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

.yui-panel-container {
  color: #161616;
}

.yui-skin-sam.form-inline .form-control {
  vertical-align: top;
}
.yui-skin-sam .yui-button button {
  line-height: 23px;
  min-height: 23px;
}

/*
* Normalize
*/
/* 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 #757575;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: white !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
  #ilTopBar,
  .osdNotificationContainer,
  .ilMainHeader,
  .ilMainMenu,
  .ilTreeView,
  .btn,
  #ilTab,
  #ilSubTab,
  #minheight,
  #ilFooter {
    display: none;
  }
  #mainspacekeeper {
    padding: 0;
  }
  .ilLeftNavSpace {
    margin-left: 0 !important;
  }
  div.ilTabContentOuter {
    border: none;
  }
  div.ilFileDropTargetOverlay {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  .ilPrintContent {
    padding: 0 15px;
  }
  .ilAccHideContent {
    height: auto !important;
    width: auto !important;
  }
}
@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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 0px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 9px;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 9px;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 12px;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 12px;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 15px;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 15px;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 15px;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 15px;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 18px;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 18px;
  }
}
@media (min-width: 768px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 9px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 9px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 12px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 12px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 15px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 15px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 15px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 15px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 18px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 18px;
  }
}
@media (min-width: 992px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 9px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 9px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 12px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 12px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 15px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 15px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 15px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 15px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 18px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 18px;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 9px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 9px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 12px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 12px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 15px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 15px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 15px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 15px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 18px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 18px;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 9px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 9px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 12px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 12px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 15px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 15px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 18px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 18px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 9px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 9px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 12px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 12px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 15px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 15px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 18px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 18px;
  }
}
.container,
.container-fluid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* Responsive container system from Bootstrap 5 has been removed */
:root {
  --l-bar__gap--elements: 6px;
  --l-bar__gap--groups: 15px;
  --l-bar__element__margin-bottom: 9px;
}

.l-bar__space-keeper,
.l-bar__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.l-bar__space-keeper:not(:empty) {
  margin-bottom: calc(-1 * var(--l-bar__element__margin-bottom));
}
.l-bar__space-keeper:not(:empty).l-bar__space-keeper--space-between {
  justify-content: space-between;
}

.l-bar__space-keeper > .l-bar__element,
.l-bar__group > .l-bar__element {
  margin-bottom: var(--l-bar__element__margin-bottom);
}
.l-bar__space-keeper > .l-bar__element:last-child,
.l-bar__group > .l-bar__element:last-child {
  margin-right: 0;
}

.l-bar__group > .l-bar__element,
.l-bar__space-keeper > .l-bar__element {
  margin-right: var(--l-bar__gap--elements);
}

.l-bar__space-keeper > .l-bar__group,
.l-bar__group > .l-bar__group {
  margin-right: var(--l-bar__gap--groups);
}
.l-bar__space-keeper > .l-bar__group:last-child,
.l-bar__group > .l-bar__group:last-child {
  margin-right: 0;
}

.hidden,
.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;
  }
}
/*
* Elements
*/
* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  html, body {
    overflow: initial;
    height: auto;
    min-height: 100vh;
  }
}

html {
  font-size: 100%;
}
@media only screen and (max-width: 991px) {
  html {
    -webkit-text-size-adjust: none;
  }
}

body {
  font-family: "Source Sans 3", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.428571429;
  color: #161616;
  background-color: white;
}

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

button {
  cursor: pointer;
}
button:focus-visible {
  outline: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 5px #FFFFFF;
}

@media only screen and (max-width: 991px) {
  textarea {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  input, select {
    max-width: 100%;
  }
}

input[type=text],
input[type=submit],
select {
  min-height: 31px;
}

ul, ol, p {
  margin: 0.8em 0;
}

ol, ul {
  padding-left: 15px;
  list-style-image: none;
}

ol ul, ul ol,
ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

@media print {
  ul, ol, dl {
    page-break-before: avoid;
  }
}
img {
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  img {
    /* height: auto; messes e.g. survey progress bar */
    max-width: 100%;
  }
}

script {
  display: none !important;
}

hr {
  margin-bottom: 0.8em;
  border: none;
  border-top: 1px solid #dddddd;
}

table {
  font-size: 1rem;
  font-size: 100%;
}

th {
  text-align: left;
}

tr, td {
  vertical-align: top;
  white-space: normal;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans 3", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.33;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 1.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
}

h3, .h3 {
  font-size: 1.115rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

p {
  margin: 0 0 11.5px;
}

a {
  color: #3f4a75;
  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, a:focus {
  color: rgb(45.15, 53.0333333333, 83.85);
  text-decoration: underline;
}
a:focus-visible {
  outline: none;
  border: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 2px #FFFFFF;
}

small,
.small, sub, sup {
  font-size: 0.75rem;
}

.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: rgb(63, 74, 117);
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

dl {
  margin-top: 0;
  margin-bottom: 23px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 1rem;
  border-left: 5px solid #dddddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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.875rem;
  color: rgb(111.25, 111.25, 111.25);
}

::selection {
  background: rgb(206.25, 210.8333333333, 228.75);
}

::-moz-selection {
  background: rgb(206.25, 210.8333333333, 228.75);
}

@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
}
/*
* Components
*/
/* UI Framework */
.c-tooltip__container {
  position: relative;
  display: inline-block;
}

.c-tooltip__container::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5em solid transparent;
  border-bottom-color: #757575;
}

.c-tooltip__container::after {
  position: absolute;
  right: -20%;
  top: 100%;
  left: -20%;
  display: block;
  height: 1em;
}

.c-tooltip__container.c-tooltip--visible::before,
.c-tooltip__container.c-tooltip--visible::after {
  content: "";
}

.c-tooltip__container.c-tooltip--top::before,
.c-tooltip__container.c-tooltip--top::after,
.c-tooltip__container.c-tooltip--top [role=tooltip] {
  top: unset;
  bottom: 100%;
}

.c-tooltip__container.c-tooltip--top::before {
  border-top-color: #757575;
  border-bottom-color: transparent;
}

.c-tooltip__container .c-tooltip {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 9px 15px;
  border: 2px solid #757575;
  border-radius: 0.25em;
  color: #161616;
  background: #f9f9f9;
  width: max-content;
  max-width: 50vw;
  max-height: 40vh;
  overflow: auto;
  z-index: 9999;
  display: none;
}
.c-tooltip__container .c-tooltip p:first-child {
  margin-top: 0;
}
.c-tooltip__container .c-tooltip p:last-child {
  margin-bottom: 0;
}

.c-tooltip__container.c-tooltip--top [role=tooltip] {
  bottom: calc(100% + 1em);
}

/* Shows the tooltip */
.c-tooltip__container.c-tooltip--visible [role=tooltip] {
  display: inline-block;
}

.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.875rem;
  padding: 6px;
  padding-left: 20px;
}
.breadcrumb_wrapper .breadcrumb span.crumb a {
  color: #3f4a75;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:hover {
  color: rgb(45.15, 53.0333333333, 83.85);
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus::after {
  content: none;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus-visible {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus-visible::after {
  content: none;
}
.breadcrumb_wrapper .breadcrumb span.crumb a:focus-visible {
  outline: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 5px #FFFFFF;
}
.breadcrumb_wrapper .breadcrumb > span + span:before {
  content: " \e606";
  color: #dddddd;
  padding: 8px 10px;
  font-family: "il-icons";
}

/* Breadcrumb */
.breadcrumb {
  margin: 0.8em 0 23px 0;
  font-size: 0.875rem;
}
.breadcrumb > li + li:before {
  font-family: "il-icons";
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    margin: 0 0 0 0;
    padding: 0 5px;
  }
}

/* Legacy Breadcrumbs */
ol.breadcrumb {
  padding: 0;
}
ol.breadcrumb > li {
  display: inline-block;
}
ol.breadcrumb > li + li:before {
  padding: 0 3px;
  color: #dddddd;
  content: " \e606";
  font-family: "il-icons";
}

.btn, .il-link.link-bulky,
.il-drilldown .menulevel, .navbar-form > a {
  display: inline-flex;
  vertical-align: middle;
}
.btn + .btn, .il-link.link-bulky + .btn,
.il-drilldown .menulevel + .btn, .btn + .il-link.link-bulky, .il-link.link-bulky + .il-link.link-bulky,
.il-drilldown .menulevel + .il-link.link-bulky,
.il-drilldown .btn + .menulevel,
.il-drilldown .il-link.link-bulky + .menulevel,
.il-drilldown .menulevel + .menulevel, .navbar-form > a + .btn, .navbar-form > a + .il-link.link-bulky,
.il-drilldown .navbar-form > a + .menulevel, .navbar-form > .btn + a, .navbar-form > .il-link.link-bulky + a,
.il-drilldown .navbar-form > .menulevel + a, .navbar-form > a + a {
  margin-left: 3px;
}
.btn, .il-link.link-bulky,
.il-drilldown .menulevel, .navbar-form > a {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  font-family: "Source Sans 3", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: inherit;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}
.btn:focus-visible, .il-link.link-bulky:focus-visible,
.il-drilldown .menulevel:focus-visible, .navbar-form > a:focus-visible {
  outline: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 5px #FFFFFF;
}
.btn, .il-link.link-bulky,
.il-drilldown .menulevel, .navbar-form > a {
  min-height: 31px;
  min-width: 31px;
  font-size: 0.875rem;
  padding: 3px 6px;
  gap: 6px;
}

a.btn.disabled, a.disabled.il-link.link-bulky,
.il-drilldown a.disabled.menulevel, .navbar-form > a.disabled, fieldset[disabled] a.btn, fieldset[disabled] a.il-link.link-bulky,
fieldset[disabled] .il-drilldown a.menulevel,
.il-drilldown fieldset[disabled] a.menulevel, fieldset[disabled] .navbar-form > a {
  pointer-events: none;
}

input.btn, input.il-link.link-bulky,
.il-drilldown input.menulevel {
  min-width: 60px;
}
@media (max-width: 991px) {
  input.btn, input.il-link.link-bulky,
  .il-drilldown input.menulevel {
    min-width: 0;
  }
}

.btn-default, .navbar-form > a {
  min-height: 31px;
  min-width: 31px;
  font-size: 0.875rem;
  padding: 3px 6px;
  gap: 6px;
  background-color: #3f4a75;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
  border-radius: 0px;
}
.btn-default:hover, .navbar-form > a:hover {
  text-decoration: none;
  background-color: rgb(45.15, 53.0333333333, 83.85);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(45.15, 53.0333333333, 83.85);
}
.btn-default:active, .navbar-form > a:active {
  transform: none;
  background-color: rgb(27.3, 32.0666666667, 50.7);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(27.3, 32.0666666667, 50.7);
}
.btn-default:focus, .navbar-form > a:focus {
  color: white;
  text-decoration: none;
}
.btn-default[disabled], .navbar-form > a[disabled],
.btn-default fieldset[disabled],
.navbar-form > a fieldset[disabled] {
  background-color: #b0b0b0;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  color: black;
  cursor: not-allowed;
  transform: none;
}
.btn-default.engaged, .navbar-form > a.engaged {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
  color: #161616;
}

.btn-primary {
  min-height: 31px;
  min-width: 31px;
  font-size: 0.875rem;
  padding: 3px 6px;
  gap: 6px;
  background-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  border-radius: 0px;
}
.btn-primary:hover {
  text-decoration: none;
  background-color: rgb(111.5590551181, 128.5354330709, 25.4645669291);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(111.5590551181, 128.5354330709, 25.4645669291);
}
.btn-primary:active {
  transform: none;
  background-color: rgb(74.6141732283, 85.968503937, 17.031496063);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(74.6141732283, 85.968503937, 17.031496063);
}
.btn-primary:focus {
  color: white;
  text-decoration: none;
}
.btn-primary[disabled],
.btn-primary fieldset[disabled] {
  background-color: #b0b0b0;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  color: black;
  cursor: not-allowed;
  transform: none;
}
.btn-primary.engaged {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  color: #161616;
}

.btn-ctrl, .il-viewcontrol-section > .btn-default, .il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-mode > .btn-link, .il-viewcontrol-sortation .dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  display: inline-flex;
  vertical-align: middle;
}
.btn-ctrl + .btn-ctrl, .il-viewcontrol-section > .btn-default + .btn-ctrl, .il-viewcontrol-section > .btn-link + .btn-ctrl,
.il-viewcontrol-section .btn-group > .btn-default + .btn-ctrl,
.il-viewcontrol-section .btn-group > .btn-link + .btn-ctrl,
.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-ctrl,
.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-ctrl,
.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-ctrl,
.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-ctrl,
.il-viewcontrol-pagination > .btn-default + .btn-ctrl,
.il-viewcontrol-pagination > .btn-link + .btn-ctrl,
.il-viewcontrol-pagination .dropdown > .btn-default + .btn-ctrl,
.il-viewcontrol-pagination .dropdown > .btn-link + .btn-ctrl,
.il-viewcontrol-pagination .last > .btn-default + .btn-ctrl,
.il-viewcontrol-pagination .last > .btn-link + .btn-ctrl,
.il-viewcontrol-mode > .btn-default + .btn-ctrl,
.il-viewcontrol-mode > .btn-link + .btn-ctrl, .il-viewcontrol-sortation .dropdown > .btn-default.btn + .btn-ctrl,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn + .btn-ctrl, .il-viewcontrol-section > .btn-ctrl + .btn-default, .il-viewcontrol-section > .btn-default + .btn-default, .il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-section > .btn-default + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-section > .btn-link + .btn-default, .il-viewcontrol-sortation .dropdown.il-viewcontrol-section > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-section > .btn-default.btn + .btn-default, .il-viewcontrol-section > .btn-ctrl + .btn-link, .il-viewcontrol-section > .btn-default + .btn-link, .il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-section > .btn-link + .btn-link, .il-viewcontrol-sortation .dropdown.il-viewcontrol-section > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-section > .btn-default.btn + .btn-link,
.il-viewcontrol-section .btn-group > .btn-ctrl + .btn-default,
.il-viewcontrol-section .il-viewcontrol-section.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-section.btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination__sectioncontrol.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination__sectioncontrol.btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination__num-of-items.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination__num-of-items.btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination.btn-group > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .dropdown.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .dropdown.btn-group > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .dropdown.btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .dropdown.btn-group > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .last.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .last.btn-group > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .last.btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .last.btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-mode.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-mode.btn-group > .btn-link + .btn-default,
.il-viewcontrol-sortation .il-viewcontrol-section .dropdown.btn-group > .btn-default.btn + .btn-default,
.il-viewcontrol-section .il-viewcontrol-sortation .dropdown.btn-group > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section .l-bar__element.btn-group > .btn-default.btn + .btn-default,
.il-viewcontrol-section .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.btn-group > .btn-default.btn + .btn-default,
.il-viewcontrol-section .btn-group > .btn-ctrl + .btn-link,
.il-viewcontrol-section .il-viewcontrol-section.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-section.btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination__sectioncontrol.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination__sectioncontrol.btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination__num-of-items.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination__num-of-items.btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination.btn-group > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .dropdown.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .dropdown.btn-group > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .dropdown.btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .dropdown.btn-group > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .last.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .last.btn-group > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .last.btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .last.btn-group > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-mode.btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-mode.btn-group > .btn-link + .btn-link,
.il-viewcontrol-sortation .il-viewcontrol-section .dropdown.btn-group > .btn-default.btn + .btn-link,
.il-viewcontrol-section .il-viewcontrol-sortation .dropdown.btn-group > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section .l-bar__element.btn-group > .btn-default.btn + .btn-link,
.il-viewcontrol-section .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.btn-group > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-ctrl + .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-pagination__sectioncontrol > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-ctrl + .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-pagination__sectioncontrol > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-ctrl + .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-pagination__num-of-items > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-ctrl + .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-pagination__num-of-items > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination > .btn-ctrl + .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination > .btn-default + .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-pagination > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-pagination > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination > .btn-ctrl + .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-pagination > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-pagination > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-ctrl + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section.dropdown > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.dropdown > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .last.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .last.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-mode.dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-mode.dropdown > .btn-link + .btn-default,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .l-bar__element.dropdown > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.dropdown > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-ctrl + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section.dropdown > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.dropdown > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .last.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .last.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-mode.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-mode.dropdown > .btn-link + .btn-link,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .l-bar__element.dropdown > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.dropdown > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination .last > .btn-ctrl + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section.last > .btn-link + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.last > .btn-default + .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .last > .btn-default + .btn-default,
.il-viewcontrol-pagination .last > .btn-link + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-mode.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-mode.last > .btn-link + .btn-default,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown.last > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown.last > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .l-bar__element.last > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.last > .btn-default.btn + .btn-default,
.il-viewcontrol-pagination .last > .btn-ctrl + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section.last > .btn-link + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.last > .btn-default + .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.last > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.last > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.last > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.last > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination.last > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown.last > .btn-link + .btn-link,
.il-viewcontrol-pagination .last > .btn-default + .btn-link,
.il-viewcontrol-pagination .last > .btn-link + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-mode.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-mode.last > .btn-link + .btn-link,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown.last > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown.last > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .l-bar__element.last > .btn-default.btn + .btn-link,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.last > .btn-default.btn + .btn-link,
.il-viewcontrol-mode > .btn-ctrl + .btn-default,
.il-viewcontrol-section.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-section.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-mode > .btn-default + .btn-default,
.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-mode > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-mode > .btn-default.btn + .btn-default,
.il-viewcontrol-mode > .btn-ctrl + .btn-link,
.il-viewcontrol-section.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-section.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-mode > .btn-link + .btn-link,
.il-viewcontrol-sortation .dropdown.il-viewcontrol-mode > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.il-viewcontrol-mode > .btn-default.btn + .btn-link, .il-viewcontrol-sortation .dropdown > .btn-ctrl + .btn-default.btn, .il-viewcontrol-sortation .il-viewcontrol-section.dropdown > .btn-default + .btn-default.btn, .il-viewcontrol-sortation .il-viewcontrol-section.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-section .il-viewcontrol-sortation .btn-group.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-section .btn-group.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-section .il-viewcontrol-sortation .btn-group.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-section .btn-group.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination__num-of-items.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination__num-of-items.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-pagination .il-viewcontrol-sortation .last.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination .last.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-pagination .il-viewcontrol-sortation .last.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination .last.dropdown > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-mode.dropdown > .btn-default + .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-mode.dropdown > .btn-link + .btn-default.btn, .il-viewcontrol-sortation .dropdown > .btn-default.btn + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-sortation .l-bar__element.dropdown > .btn-default.btn + .btn-default.btn,
.il-viewcontrol-sortation .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element.dropdown > .btn-default.btn + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-ctrl + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section.l-bar__element > .btn-link + .btn-default.btn,
.il-viewcontrol-section .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .btn-group.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section .btn-group.l-bar__element > .btn-default + .btn-default.btn,
.il-viewcontrol-section .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .btn-group.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section .btn-group.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination__sectioncontrol.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination__sectioncontrol.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination__num-of-items.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination__num-of-items.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination.l-bar__element > .btn-link + .btn-default.btn,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .dropdown.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .dropdown.l-bar__element > .btn-default + .btn-default.btn,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .dropdown.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .dropdown.l-bar__element > .btn-link + .btn-default.btn,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .last.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .last.l-bar__element > .btn-default + .btn-default.btn,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .last.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .last.l-bar__element > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-mode.l-bar__element > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-mode.l-bar__element > .btn-link + .btn-default.btn,
.il-viewcontrol-sortation .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .dropdown.l-bar__element > .btn-default.btn + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-sortation .dropdown.l-bar__element > .btn-default.btn + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn + .btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link + .btn-ctrl, .ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-section > .btn-link + .btn-default, .ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link + .btn-default,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.last > .btn-link + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.last > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-mode > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-mode > .btn-link + .btn-link, .il-viewcontrol-sortation .ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-link + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .ilTableNav > table > tbody > tr > td > .btn-group.l-bar__element > .btn-link + .btn-default.btn,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default + .btn-ctrl,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-section > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-section > .btn-default + .btn-link,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.btn-group > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination > .btn-default + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.last > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-mode > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-mode > .btn-default + .btn-link,
.il-viewcontrol-sortation .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .ilTableNav > table > tbody > tr > td > .dropdown.l-bar__element > .btn-default + .btn-default.btn,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a + .btn-ctrl,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-section > a + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-section > a + .btn-link,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.btn-group > a + .btn-default,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.btn-group > a + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__sectioncontrol > a + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__sectioncontrol > a + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__num-of-items > a + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__num-of-items > a + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination > a + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination > a + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.last > a + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.last > a + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-mode > a + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-mode > a + .btn-link,
.il-viewcontrol-sortation .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a + .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.l-bar__element > a + .btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-ctrl + .btn-link, .ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-section > .btn-default + .btn-link, .ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-section > .btn-link + .btn-link,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .btn-group > .btn-default + .btn-link,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-pagination > .btn-link + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-default + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-link + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.last > .btn-default + .btn-link,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .btn-group.last > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-mode > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .btn-group.il-viewcontrol-mode > .btn-link + .btn-link, .il-viewcontrol-sortation .ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-default.btn + .btn-link,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .ilTableNav > table > tbody > tr > td > .btn-group.l-bar__element > .btn-default.btn + .btn-link, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.btn-group > .btn-default + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.btn-group > a + .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-ctrl + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-section > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-section > .btn-link + .btn-default,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.btn-group > .btn-default + .btn-default,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.btn-group > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination__num-of-items > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-pagination > .btn-link + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown > .btn-link + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.last > .btn-default + .btn-default,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.last > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-mode > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.il-viewcontrol-mode > .btn-link + .btn-default,
.il-viewcontrol-sortation .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default.btn + .btn-default,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .ilTableNav > table > tbody > tr > td > .dropdown.l-bar__element > .btn-default.btn + .btn-default,
.ilTableNav > table > tbody > tr > td > .btn-group.dropdown > .btn-link + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a + .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > .btn-ctrl + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-section > .btn-default + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-section > .btn-link + a,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.btn-group > .btn-default + a,
.il-viewcontrol-section .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.btn-group > .btn-link + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__sectioncontrol > .btn-default + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__sectioncontrol > .btn-link + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__num-of-items > .btn-default + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination__num-of-items > .btn-link + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination > .btn-default + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-pagination > .btn-link + a,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > .btn-default + a,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > .btn-link + a,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.last > .btn-default + a,
.il-viewcontrol-pagination .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.last > .btn-link + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-mode > .btn-default + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.il-viewcontrol-mode > .btn-link + a,
.il-viewcontrol-sortation .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > .btn-default.btn + a,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form.l-bar__element > .btn-default.btn + a,
.ilTableNav > table > tbody > tr > td > .btn-group.dropdown.navbar-form > .btn-link + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > .btn-default + a,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a + a {
  margin-left: 3px;
}
.btn-ctrl, .il-viewcontrol-section > .btn-default, .il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-mode > .btn-link, .il-viewcontrol-sortation .dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  font-family: "Source Sans 3", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: inherit;
  font-size: inherit;
  font-weight: 400;
  text-decoration: none;
}
.btn-ctrl:focus-visible, .il-viewcontrol-section > .btn-default:focus-visible, .il-viewcontrol-section > .btn-link:focus-visible,
.il-viewcontrol-section .btn-group > .btn-default:focus-visible,
.il-viewcontrol-section .btn-group > .btn-link:focus-visible,
.il-viewcontrol-pagination__sectioncontrol > .btn-default:focus-visible,
.il-viewcontrol-pagination__sectioncontrol > .btn-link:focus-visible,
.il-viewcontrol-pagination__num-of-items > .btn-default:focus-visible,
.il-viewcontrol-pagination__num-of-items > .btn-link:focus-visible,
.il-viewcontrol-pagination > .btn-default:focus-visible,
.il-viewcontrol-pagination > .btn-link:focus-visible,
.il-viewcontrol-pagination .dropdown > .btn-default:focus-visible,
.il-viewcontrol-pagination .dropdown > .btn-link:focus-visible,
.il-viewcontrol-pagination .last > .btn-default:focus-visible,
.il-viewcontrol-pagination .last > .btn-link:focus-visible,
.il-viewcontrol-mode > .btn-default:focus-visible,
.il-viewcontrol-mode > .btn-link:focus-visible, .il-viewcontrol-sortation .dropdown > .btn-default.btn:focus-visible,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:focus-visible, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:focus-visible,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:focus-visible,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:focus-visible {
  outline: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 5px #FFFFFF;
}
.btn-ctrl, .il-viewcontrol-section > .btn-default, .il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-mode > .btn-link, .il-viewcontrol-sortation .dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  min-height: 2.2rem;
  min-width: 2.2rem;
  font-size: 0.875rem;
  padding: 3px 6px;
  gap: 6px;
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: #3f4a75;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(206.25, 210.8333333333, 228.75);
  border-radius: 10px;
}
.btn-ctrl:hover, .il-viewcontrol-section > .btn-default:hover, .il-viewcontrol-section > .btn-link:hover,
.il-viewcontrol-section .btn-group > .btn-default:hover,
.il-viewcontrol-section .btn-group > .btn-link:hover,
.il-viewcontrol-pagination__sectioncontrol > .btn-default:hover,
.il-viewcontrol-pagination__sectioncontrol > .btn-link:hover,
.il-viewcontrol-pagination__num-of-items > .btn-default:hover,
.il-viewcontrol-pagination__num-of-items > .btn-link:hover,
.il-viewcontrol-pagination > .btn-default:hover,
.il-viewcontrol-pagination > .btn-link:hover,
.il-viewcontrol-pagination .dropdown > .btn-default:hover,
.il-viewcontrol-pagination .dropdown > .btn-link:hover,
.il-viewcontrol-pagination .last > .btn-default:hover,
.il-viewcontrol-pagination .last > .btn-link:hover,
.il-viewcontrol-mode > .btn-default:hover,
.il-viewcontrol-mode > .btn-link:hover, .il-viewcontrol-sortation .dropdown > .btn-default.btn:hover,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:hover, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:hover,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:hover,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:hover {
  text-decoration: none;
  background-color: rgb(239.4, 240.8666666667, 246.6);
  color: #3f4a75;
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
}
.btn-ctrl:active, .il-viewcontrol-section > .btn-default:active, .il-viewcontrol-section > .btn-link:active,
.il-viewcontrol-section .btn-group > .btn-default:active,
.il-viewcontrol-section .btn-group > .btn-link:active,
.il-viewcontrol-pagination__sectioncontrol > .btn-default:active,
.il-viewcontrol-pagination__sectioncontrol > .btn-link:active,
.il-viewcontrol-pagination__num-of-items > .btn-default:active,
.il-viewcontrol-pagination__num-of-items > .btn-link:active,
.il-viewcontrol-pagination > .btn-default:active,
.il-viewcontrol-pagination > .btn-link:active,
.il-viewcontrol-pagination .dropdown > .btn-default:active,
.il-viewcontrol-pagination .dropdown > .btn-link:active,
.il-viewcontrol-pagination .last > .btn-default:active,
.il-viewcontrol-pagination .last > .btn-link:active,
.il-viewcontrol-mode > .btn-default:active,
.il-viewcontrol-mode > .btn-link:active, .il-viewcontrol-sortation .dropdown > .btn-default.btn:active,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:active, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:active,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:active,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:active {
  transform: none;
  background-color: white;
  color: #3f4a75;
  border-width: 1px;
  border-style: solid;
  border-color: white;
}
.btn-ctrl:focus, .il-viewcontrol-section > .btn-default:focus, .il-viewcontrol-section > .btn-link:focus,
.il-viewcontrol-section .btn-group > .btn-default:focus,
.il-viewcontrol-section .btn-group > .btn-link:focus,
.il-viewcontrol-pagination__sectioncontrol > .btn-default:focus,
.il-viewcontrol-pagination__sectioncontrol > .btn-link:focus,
.il-viewcontrol-pagination__num-of-items > .btn-default:focus,
.il-viewcontrol-pagination__num-of-items > .btn-link:focus,
.il-viewcontrol-pagination > .btn-default:focus,
.il-viewcontrol-pagination > .btn-link:focus,
.il-viewcontrol-pagination .dropdown > .btn-default:focus,
.il-viewcontrol-pagination .dropdown > .btn-link:focus,
.il-viewcontrol-pagination .last > .btn-default:focus,
.il-viewcontrol-pagination .last > .btn-link:focus,
.il-viewcontrol-mode > .btn-default:focus,
.il-viewcontrol-mode > .btn-link:focus, .il-viewcontrol-sortation .dropdown > .btn-default.btn:focus,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:focus, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:focus,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:focus,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:focus {
  color: #3f4a75;
  text-decoration: none;
}
.btn-ctrl[disabled], .il-viewcontrol-section > [disabled].btn-default, .il-viewcontrol-section > [disabled].btn-link,
.il-viewcontrol-section .btn-group > [disabled].btn-default,
.il-viewcontrol-section .btn-group > [disabled].btn-link,
.il-viewcontrol-pagination__sectioncontrol > [disabled].btn-default,
.il-viewcontrol-pagination__sectioncontrol > [disabled].btn-link,
.il-viewcontrol-pagination__num-of-items > [disabled].btn-default,
.il-viewcontrol-pagination__num-of-items > [disabled].btn-link,
.il-viewcontrol-pagination > [disabled].btn-default,
.il-viewcontrol-pagination > [disabled].btn-link,
.il-viewcontrol-pagination .dropdown > [disabled].btn-default,
.il-viewcontrol-pagination .dropdown > [disabled].btn-link,
.il-viewcontrol-pagination .last > [disabled].btn-default,
.il-viewcontrol-pagination .last > [disabled].btn-link,
.il-viewcontrol-mode > [disabled].btn-default,
.il-viewcontrol-mode > [disabled].btn-link, .il-viewcontrol-sortation .dropdown > [disabled].btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > [disabled].btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > [disabled].btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > [disabled].btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a[disabled],
.btn-ctrl fieldset[disabled],
.il-viewcontrol-section > .btn-default fieldset[disabled],
.il-viewcontrol-section > .btn-link fieldset[disabled],
.il-viewcontrol-section .btn-group > .btn-default fieldset[disabled],
.il-viewcontrol-section .btn-group > .btn-link fieldset[disabled],
.il-viewcontrol-pagination__sectioncontrol > .btn-default fieldset[disabled],
.il-viewcontrol-pagination__sectioncontrol > .btn-link fieldset[disabled],
.il-viewcontrol-pagination__num-of-items > .btn-default fieldset[disabled],
.il-viewcontrol-pagination__num-of-items > .btn-link fieldset[disabled],
.il-viewcontrol-pagination > .btn-default fieldset[disabled],
.il-viewcontrol-pagination > .btn-link fieldset[disabled],
.il-viewcontrol-pagination .dropdown > .btn-default fieldset[disabled],
.il-viewcontrol-pagination .dropdown > .btn-link fieldset[disabled],
.il-viewcontrol-pagination .last > .btn-default fieldset[disabled],
.il-viewcontrol-pagination .last > .btn-link fieldset[disabled],
.il-viewcontrol-mode > .btn-default fieldset[disabled],
.il-viewcontrol-mode > .btn-link fieldset[disabled],
.il-viewcontrol-sortation .dropdown > .btn-default.btn fieldset[disabled],
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn fieldset[disabled],
.ilTableNav > table > tbody > tr > td > .btn-group > .btn-link fieldset[disabled],
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default fieldset[disabled],
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a fieldset[disabled] {
  background-color: #f3f3f3;
  border-width: 1px;
  border-style: solid;
  border-color: #f3f3f3;
  color: rgba(63, 74, 117, 0.9);
  cursor: not-allowed;
  transform: none;
}
.btn-ctrl.engaged, .il-viewcontrol-section > .engaged.btn-default, .il-viewcontrol-section > .engaged.btn-link,
.il-viewcontrol-section .btn-group > .engaged.btn-default,
.il-viewcontrol-section .btn-group > .engaged.btn-link,
.il-viewcontrol-pagination__sectioncontrol > .engaged.btn-default,
.il-viewcontrol-pagination__sectioncontrol > .engaged.btn-link,
.il-viewcontrol-pagination__num-of-items > .engaged.btn-default,
.il-viewcontrol-pagination__num-of-items > .engaged.btn-link,
.il-viewcontrol-pagination > .engaged.btn-default,
.il-viewcontrol-pagination > .engaged.btn-link,
.il-viewcontrol-pagination .dropdown > .engaged.btn-default,
.il-viewcontrol-pagination .dropdown > .engaged.btn-link,
.il-viewcontrol-pagination .last > .engaged.btn-default,
.il-viewcontrol-pagination .last > .engaged.btn-link,
.il-viewcontrol-mode > .engaged.btn-default,
.il-viewcontrol-mode > .engaged.btn-link, .il-viewcontrol-sortation .dropdown > .engaged.btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .engaged.btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .engaged.btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .engaged.btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a.engaged {
  background-color: white;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(206.25, 210.8333333333, 228.75);
  color: #000;
}
.btn-ctrl.engaged, .il-viewcontrol-section > .engaged.btn-default, .il-viewcontrol-section > .engaged.btn-link,
.il-viewcontrol-section .btn-group > .engaged.btn-default,
.il-viewcontrol-section .btn-group > .engaged.btn-link,
.il-viewcontrol-pagination__sectioncontrol > .engaged.btn-default,
.il-viewcontrol-pagination__sectioncontrol > .engaged.btn-link,
.il-viewcontrol-pagination__num-of-items > .engaged.btn-default,
.il-viewcontrol-pagination__num-of-items > .engaged.btn-link,
.il-viewcontrol-pagination > .engaged.btn-default,
.il-viewcontrol-pagination > .engaged.btn-link,
.il-viewcontrol-pagination .dropdown > .engaged.btn-default,
.il-viewcontrol-pagination .dropdown > .engaged.btn-link,
.il-viewcontrol-pagination .last > .engaged.btn-default,
.il-viewcontrol-pagination .last > .engaged.btn-link,
.il-viewcontrol-mode > .engaged.btn-default,
.il-viewcontrol-mode > .engaged.btn-link, .il-viewcontrol-sortation .dropdown > .engaged.btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .engaged.btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .engaged.btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .engaged.btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a.engaged, .open .btn-ctrl, .open .il-viewcontrol-section > .btn-default, .open .il-viewcontrol-section > .btn-link,
.open .il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .open .btn-group > .btn-default,
.open .il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-section .open .btn-group > .btn-link,
.open .il-viewcontrol-pagination__sectioncontrol > .btn-default,
.open .il-viewcontrol-pagination__sectioncontrol > .btn-link,
.open .il-viewcontrol-pagination__num-of-items > .btn-default,
.open .il-viewcontrol-pagination__num-of-items > .btn-link,
.open .il-viewcontrol-pagination > .btn-default,
.open .il-viewcontrol-pagination > .btn-link,
.open .il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .open .dropdown > .btn-default,
.open .il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .open .dropdown > .btn-link,
.open .il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .open .last > .btn-default,
.open .il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-pagination .open .last > .btn-link,
.open .il-viewcontrol-mode > .btn-default,
.open .il-viewcontrol-mode > .btn-link, .open .il-viewcontrol-sortation .dropdown > .btn-default.btn, .il-viewcontrol-sortation .open .dropdown > .btn-default.btn,
.open .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .open .l-bar__element > .btn-default.btn, .open .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link,
.open .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default,
.open .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  border: 1px solid #3f4a75;
  background-color: white;
}
.open .btn-ctrl, .open .il-viewcontrol-section > .btn-default, .open .il-viewcontrol-section > .btn-link,
.open .il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .open .btn-group > .btn-default,
.open .il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-section .open .btn-group > .btn-link,
.open .il-viewcontrol-pagination__sectioncontrol > .btn-default,
.open .il-viewcontrol-pagination__sectioncontrol > .btn-link,
.open .il-viewcontrol-pagination__num-of-items > .btn-default,
.open .il-viewcontrol-pagination__num-of-items > .btn-link,
.open .il-viewcontrol-pagination > .btn-default,
.open .il-viewcontrol-pagination > .btn-link,
.open .il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .open .dropdown > .btn-default,
.open .il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .open .dropdown > .btn-link,
.open .il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .open .last > .btn-default,
.open .il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-pagination .open .last > .btn-link,
.open .il-viewcontrol-mode > .btn-default,
.open .il-viewcontrol-mode > .btn-link, .open .il-viewcontrol-sortation .dropdown > .btn-default.btn, .il-viewcontrol-sortation .open .dropdown > .btn-default.btn,
.open .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .open .l-bar__element > .btn-default.btn, .open .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link,
.open .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default,
.open .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  box-shadow: none;
}

.ilTableNav > table > tbody > tr > td > .btn-group > .btn-link,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  margin-left: 3px;
}

.btn-link {
  padding: 0;
  text-align: left;
  white-space: normal;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: 400;
  color: #3f4a75;
  border: 0;
  min-height: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: rgb(45.15, 53.0333333333, 83.85);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: #b0b0b0;
  color: black;
  border: 1px solid #b0b0b0;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover {
  text-decoration: none;
}
.btn-link.engaged {
  color: #161616;
  background-color: rgb(206.25, 210.8333333333, 228.75);
}

.btn-bulky, .il-link.link-bulky,
.il-drilldown .menulevel {
  min-height: 55.8px;
  width: 100%;
  font-size: 1rem;
  padding: 6px 12px;
  gap: 6px;
  background-color: #3f4a75;
  color: #161616;
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
  border-radius: 0px;
}
.btn-bulky:hover, .il-link.link-bulky:hover,
.il-drilldown .menulevel:hover {
  text-decoration: none;
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: #161616;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(206.25, 210.8333333333, 228.75);
}
.btn-bulky:active, .il-link.link-bulky:active,
.il-drilldown .menulevel:active {
  background-color: rgb(27.3, 32.0666666667, 50.7);
  color: #161616;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(27.3, 32.0666666667, 50.7);
}
.btn-bulky:focus, .il-link.link-bulky:focus,
.il-drilldown .menulevel:focus {
  color: #161616;
  text-decoration: none;
}
.btn-bulky[disabled], [disabled].il-link.link-bulky,
.il-drilldown [disabled].menulevel,
.btn-bulky fieldset[disabled],
.il-link.link-bulky fieldset[disabled],
.il-drilldown .menulevel fieldset[disabled] {
  background-color: #b0b0b0;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  color: black;
  cursor: not-allowed;
}
.btn-bulky.engaged, .engaged.il-link.link-bulky,
.il-drilldown .engaged.menulevel {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
  color: inherit;
}
.btn-bulky .button-content_v-align-top, .il-link.link-bulky .button-content_v-align-top,
.il-drilldown .menulevel .button-content_v-align-top {
  display: flex;
  text-align: left;
  gap: 6px;
  align-items: start;
}
.btn-bulky .button-content_grow, .il-link.link-bulky .button-content_grow,
.il-drilldown .menulevel .button-content_grow {
  flex-grow: 1;
}
.btn-bulky:focus-visible, .il-link.link-bulky:focus-visible,
.il-drilldown .menulevel:focus-visible {
  outline: none;
  border: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 2px #FFFFFF;
}

.il-maincontrols-slate .btn-bulky,
.il-maincontrols-slate .il-link.link-bulky,
.il-drilldown .btn-bulky,
.il-drilldown .menulevel,
.il-drilldown .il-link.link-bulky {
  margin-bottom: 2px;
}
.il-maincontrols-slate .btn-bulky .bulky-label,
.il-maincontrols-slate .il-link.link-bulky .bulky-label,
.il-drilldown .btn-bulky .bulky-label,
.il-drilldown .menulevel .bulky-label,
.il-drilldown .il-link.link-bulky .bulky-label {
  flex-grow: 1;
  text-align: left;
}

.btn-lg, .btn-group-lg > .btn {
  min-height: 55.8px;
  min-width: 55.8px;
  font-size: 1rem;
  padding: 9px 15px;
  gap: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  min-height: 28px;
  min-width: 28px;
  font-size: 0.75rem;
  padding: 3px 6px;
  gap: 6px;
}

button > .glyphicon {
  pointer-events: none;
}

.il-btn-month .dropdown-menu {
  min-width: 250px;
}

.il-btn-with-loading-animation {
  background-image: url("./images/media/loader.svg");
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.il-btn-with-loading-animation:hover {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.il-btn-with-loading-animation {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 18px;
}

.minimize, .close {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #dddddd;
  background-color: transparent;
  border: 0;
}
.minimize:hover, .minimize:focus, .close:hover, .close:focus {
  color: rgb(63, 74, 117);
  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: 3px 6px 3px 0;
}
.btn-tag.btn-tag-inactive {
  cursor: default !important;
}
.btn-tag.btn-tag-relevance-verylow {
  color: #161616;
  background-color: rgb(175.5, 175.5, 175.5);
  border-color: rgb(175.5, 175.5, 175.5);
}
.btn-tag.btn-tag-relevance-low {
  color: #161616;
  background-color: rgb(164.7, 184.0846153846, 186.3);
  border-color: rgb(164.7, 184.0846153846, 186.3);
}
.btn-tag.btn-tag-relevance-middle {
  color: #161616;
  background-color: rgb(148.8, 196.7230769231, 202.2);
  border-color: rgb(148.8, 196.7230769231, 202.2);
}
.btn-tag.btn-tag-relevance-high {
  color: #161616;
  background-color: rgb(132.9, 209.3615384615, 218.1);
  border-color: rgb(132.9, 209.3615384615, 218.1);
}
.btn-tag.btn-tag-relevance-veryhigh {
  color: #161616;
  background-color: #75deea;
  border-color: rgb(132.9, 209.3615384615, 218.1);
}
.btn-tag {
  min-height: 31px;
  min-width: 31px;
  font-size: 0.875rem;
  padding: 3px 6px;
  gap: 6px;
  background-color: #3f4a75;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
  border-radius: 3px;
}
.btn-tag:hover {
  text-decoration: none;
  background-color: rgb(45.15, 53.0333333333, 83.85);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(45.15, 53.0333333333, 83.85);
}
.btn-tag:active {
  transform: none;
  background-color: rgb(27.3, 32.0666666667, 50.7);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(27.3, 32.0666666667, 50.7);
}
.btn-tag:focus {
  color: white;
  text-decoration: none;
}
.btn-tag[disabled],
.btn-tag fieldset[disabled] {
  background-color: #b0b0b0;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  color: black;
  cursor: not-allowed;
  transform: none;
}
.btn-tag.engaged {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #3f4a75;
  color: #161616;
}

.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: #b9d52b;
  border: 1px solid #b9d52b;
}
.il-toggle-button.on .il-toggle-label-on {
  position: absolute;
  top: 3px;
  left: 9px;
  font-weight: 600;
  font-size: 0.875rem;
  color: white;
}
.il-toggle-button.on .il-toggle-switch {
  left: 63%;
  background: white;
  border: 1px solid white;
}
.il-toggle-button.off {
  background: #dddddd;
  border: 1px solid #dddddd;
}
.il-toggle-button.off .il-toggle-label-off {
  position: absolute;
  top: 3px;
  left: 24px;
  font-weight: 600;
  font-size: 0.875rem;
}
.il-toggle-button.off .il-toggle-switch {
  background: white;
  border: 1px solid white;
}
.il-toggle-button.unavailable {
  background: #dddddd;
  border: 1px solid #dddddd;
}
.il-toggle-button.unavailable .il-toggle-switch {
  background: rgb(63, 74, 117);
  border: 1px solid rgb(63, 74, 117);
}
.il-toggle-button[disabled] {
  cursor: not-allowed;
}

.ilToolbar .il-toggle-button {
  bottom: 3px;
}
.ilToolbar label {
  font-size: 0.875rem;
}

.il-toggle-item {
  display: flex;
}
.il-toggle-item label {
  margin: auto;
  padding-right: 6px;
}

.il-card {
  padding: 0 0 6px 0;
  width: 100%;
  position: relative;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
}
.il-card .il-card-image-container {
  width: 100%;
  position: relative;
}
.il-card .il-card-image-container a:focus-visible {
  position: static;
}
.il-card img.img-responsive, .il-card img.img-standard {
  width: 100%;
  max-height: 100%;
  margin: auto;
}
.il-card {
  /* see bug #24947 */
}
.il-card a {
  overflow: hidden;
}
.il-card .card-title {
  font-size: 1rem;
}
.il-card.thumbnail {
  margin-bottom: 0px;
  font-size: 0.875rem;
  border-radius: 3px;
}
.il-card.thumbnail:focus-within .il-card-repository-head {
  z-index: 400;
}
.il-card.thumbnail a:focus-visible {
  overflow: visible;
}
.il-card .card-highlight {
  background: #B54F00;
  height: 6px;
  width: 100%;
}
.il-card .card-no-highlight {
  background-color: transparent;
  height: 6px;
  width: 100%;
}
.il-card .caption {
  padding: 6px 9px;
  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: rgb(111.25, 111.25, 111.25);
  padding-top: 6px;
}
.il-card .il-card-repository-head {
  height: 47px;
  padding: 0 6px;
}
.il-card .il-card-repository-head > div {
  padding: 6px 6px;
  float: left;
}
.il-card .il-card-repository-head .caret {
  color: #3f4a75;
}
.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%;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown {
  float: right;
  padding: 9px 6px;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button {
  position: relative;
  z-index: 1;
  background-color: inherit;
  border: #dddddd 1px solid;
  width: 29px;
  height: 29px;
}
.il-card .il-card-repository-head > div.il-card-repository-dropdown > .dropdown > button span.caret {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.il-panel-report .il-card {
  background-color: #f9f9f9;
}

@media (min-width: 768px) {
  .row-eq-height .il-card {
    display: flex;
    flex-direction: column;
  }
  .row-eq-height .il-card .card-title {
    flex-grow: 2;
  }
}
/* see bug #25920, limit size of cards for small screens */
@media (max-width: 768px) {
  .il-card {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
/************/
/* 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.75rem;
  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: #3f4a75;
}

/*****************/
/* 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.6666666667;
}
.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.75rem;
  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;
}

.badge {
  min-width: 10px;
  font-size: 0.75rem;
  margin-left: -4px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: white;
  line-height: 1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

.il-counter {
  position: relative;
  font-size: 1rem;
}

.il-counter-novelty {
  padding: 2px 4px;
  position: absolute;
  top: -5px;
  background-color: #B54F00;
}

.il-counter-status {
  padding: 2px 4px;
  position: absolute;
  bottom: -5px;
  background-color: #dddddd;
}

.glyph .il-counter-spacer {
  margin-left: -4px;
  font-size: 0.75rem;
  padding: 2px 4px;
  visibility: hidden;
}

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

h4.il-divider {
  display: flex;
  flex-direction: row;
}

h4.il-divider:before,
h4.il-divider:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid white;
  margin: auto;
}

h4.il-divider:before {
  margin-right: 0.5em;
}

h4.il-divider:after {
  margin-left: 0.5em;
}

.engaged ~ ul > li > h4.il-divider {
  padding: 3px 6px;
  margin-bottom: 0px;
  background-color: white;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #161616;
}

hr.il-divider-with-label {
  display: none;
}

.il-divider-vertical:before {
  content: "•";
  padding-left: 6px;
  padding-right: 6px;
}

.ui-dropzone {
  border: 1px dashed #757575;
  border-radius: 0px;
  background: white;
  display: inline-block;
  margin-bottom: 3px;
  width: 100%;
}
.ui-dropzone.ui-dropzone-bulky {
  border: 1px dashed #757575;
  border-radius: 4px;
  background-color: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ui-dropzone .btn {
  margin-left: 12px;
}

.ui-dropzone-wrapper {
  background: none;
  border: none;
}

.ui-dropzone.highlight {
  border: 1px dashed #757575;
  background: #FFFFD6;
}

.ui-dropzone.highlight-current {
  border: 1px dashed rgb(91.5, 91.5, 91.5);
  background-color: #FFF9BC;
}

.ui-dropzone-message {
  font-size: 1rem;
  float: right;
  margin-right: 12px;
}

.ui-dropzone .form-group {
  width: 100%;
}

.ui-dropzone .form-group input,
.ui-dropzone .form-group textarea {
  width: 100%;
}

.c-entity.__container {
  display: grid;
  grid-template-areas: "f-blocking f-blocking f-blocking f-blocking actions" "second-id f-prop f-prop f-prop actions" "second-id prim-id prim-id prim-id actions" "second-id status status status status" "second-id f-details f-details f-details f-details" "second-id availab availab availab availab" "second-id details details details details" "second-id reaction reaction f-reaction f-reaction";
  grid-template-columns: min-content auto auto min-content min-content;
  border: 1px solid #dddddd;
  background-color: white;
  padding: 4.5px 7.5px;
}
.c-entity.__container > *:not(:empty) {
  padding: 4.5px 7.5px;
}
.c-entity.__blocking-conditions {
  grid-area: f-blocking;
  font-size: 1.115rem;
}
.c-entity.__actions {
  display: flex;
  justify-content: end;
  grid-area: actions;
}
.c-entity.__actions .dropdown {
  height: max-content;
}
.c-entity.__secondary-identifier.--string, .c-entity.__secondary-identifier.--shy, .c-entity.__secondary-identifier.--shylink {
  width: 10rem;
}
.c-entity.__secondary-identifier.--symbol {
  min-width: 3rem;
}
.c-entity.__secondary-identifier.--image {
  width: 15rem;
}
.c-entity.__secondary-identifier {
  grid-area: second-id;
}
.c-entity.__primary-identifier {
  grid-area: prim-id;
  font-weight: 600;
  font-size: 1.25rem;
}
.c-entity.__featured {
  grid-area: f-prop;
  font-size: 1.115rem;
}
.c-entity.__personal-status {
  grid-area: status;
}
.c-entity.__main-details {
  grid-area: f-details;
}
.c-entity.__availability {
  grid-area: availab;
}
.c-entity.__details {
  grid-area: details;
}
.c-entity.__reactions {
  grid-area: reaction;
}
.c-entity.__featured-reactions {
  display: flex;
  justify-content: end;
  grid-area: f-reaction;
  min-width: max-content;
}

.il-input-tag {
  --tags-focus-border-color: #3f4a75;
  --tag-bg: #3f4a75;
  --tag-hover: #3f4a75;
  --tag-text-color: white;
  --tag-invalid-color: #3f4a75;
  --tag-invalid-bg: #3f4a75;
  --tag-remove-bg: #3f4a75;
  --tag-remove-btn-color: white;
  --tag-remove-btn-bg--hover: #3f4a75;
  --tag-hide-transition: .0s;
  line-height: 1.428571429;
}

.il-input-tag-container {
  height: auto;
  min-height: 1.428571429;
}
.il-input-tag-container .il-input-tag {
  border: none;
  box-shadow: none;
  outline: none;
  height: auto;
  line-height: 1.428571429;
  font-weight: 600 !important;
}
.il-input-tag-container .il-input-tag .tagify__tag {
  margin-top: 0;
}
.il-input-tag-container .il-input-tag .tagify__input {
  margin: 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;
}
.il-input-password.revealed .revelation-reveal {
  display: none;
}
.il-input-password.revealed .revelation-mask {
  display: block;
}

.il-input-radio .form-control.il-input-radiooption {
  height: unset;
  border: unset;
  background-color: unset;
  box-shadow: none;
}

.il-input-multiselect {
  list-style: none;
  padding-left: 0px;
}

.ui-input-textarea-remainder {
  font-size: 0.875rem;
}

.il-standard-form textarea {
  height: 5.56rem;
}

.il-filter .collapse.in {
  display: flex;
}
.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: 33px;
  table-layout: fixed;
}
.il-filter .input-group select {
  width: 100%;
  height: 33px;
  border: 1px solid #757575;
  background-color: white;
}
.il-filter .input-group input {
  height: 33px;
}
.il-filter .input-group .form-control {
  height: 33px;
  padding: 6px;
}
.il-filter .input-group .btn-bulky {
  background-color: #3f4a75;
}
.il-filter .btn-bulky {
  min-height: 0;
  border: none;
}
.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 .il-popover-container {
  padding-left: 9px;
}

.il-filter-bar {
  display: flex;
  padding: 3px 9px;
  background-color: #f9f9f9;
}
.il-filter-bar .il-filter-bar-opener {
  flex: 1;
}
.il-filter-bar .il-filter-bar-opener:hover {
  background-color: #3f4a75;
}
.il-filter-bar .il-filter-bar-opener .btn-bulky {
  min-height: 0px;
  width: 100%;
  background-color: initial;
  font-size: 1rem;
  justify-content: left;
}
.il-filter-bar .il-filter-bar-opener .btn-bulky .glyph {
  padding-right: 0.3em;
}
.il-filter-bar .il-filter-bar-toggle {
  padding-left: 10px;
}

.il-filter-controls {
  bottom: 0px;
  padding-left: 9px;
  padding-bottom: 6px;
}
.il-filter-controls .btn-bulky {
  width: auto;
  background-color: initial;
  font-size: 1rem;
}
.il-filter-controls .btn-bulky:hover {
  background-color: #3f4a75;
}

.il-filter .glyphicon {
  font-size: 1rem;
}

.il-filter-inputs-active {
  background-color: #f9f9f9;
  padding: 3px 9px;
}
.il-filter-inputs-active span {
  display: inline-block;
  margin: 3px 9px 3px 0;
  padding: 0 9px;
  float: left;
  background-color: white;
  font-size: 0.875rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90vw;
}

.il-filter-input-section {
  border-top: none;
  position: relative;
  padding-right: 9px;
  margin: 0;
  background: #f9f9f9;
}
.il-filter-input-section .leftaddon {
  font-size: 0.875rem;
}
.il-filter-input-section .il-input-multiselect {
  margin: 0.8em;
}

.il-filter-field {
  cursor: text;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.il-filter.disabled .il-filter-inputs-active span {
  color: rgb(111.25, 111.25, 111.25);
}

.il-filter-add-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.il-filter-add-list ul li > button {
  padding: 6px 9px;
  display: block;
  width: 100%;
}

.il-input-duration .form-group.row {
  width: 50%;
  float: left;
}

.ui-input-file-input-dropzone {
  border: 1px dashed #757575;
  padding: 3px 9px;
}

.ui-input-file-input-dropzone button {
  font-size: 1rem;
  margin-left: 9px;
}

.ui-input-file-input-error-msg {
  font-size: 1rem;
  color: #d00;
}

.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: 9px;
}

.ui-input-file-input span {
  font-size: 1rem;
}
.ui-input-file-input span[data-action=collapse], .ui-input-file-input span [data-file-action=expand] {
  margin: 9px 0;
}
.ui-input-file-input span[data-action=remove] .glyph {
  margin-left: 9px;
  float: right;
}
.ui-input-file-input span[data-dz-name] {
  margin-right: 9px;
}
.ui-input-file-input span[data-dz-size] {
  margin-right: 9px;
  font-style: italic;
}

.ui-input-file-input-progress-container {
  height: 3px;
  background-color: #3f4a75;
  margin-top: 9px;
  margin-bottom: -9px;
  margin-left: -9px;
  margin-right: -9px;
}
.ui-input-file-input-progress-container .ui-input-file-input-progress-indicator {
  background-color: #757575;
  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: #6ea03c;
}
.ui-input-file-input-progress-container .ui-input-file-input-progress-indicator.error {
  background-color: #B54F00;
}

/**
 * @author Thibeau Fuhrer <thibeau@sr.solutions>
 */
.c-input-markdown__controls {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 3px;
}

.c-input-markdown__actions .glyph,
.c-input-markdown__actions .glyph:hover {
  color: white;
}

.c-input-markdown__preview {
  min-height: 5.56rem;
  border: 1px solid #dddddd;
  display: inline-block;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin: 0;
}

.c-input-markdown .ui-input-textarea textarea {
  font-family: Monospace, Courier;
}

.il-standard-form {
  background-color: white;
  margin-top: 6px;
  padding: 12px 0 12px 15px;
}
.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: 991px) {
  .il-standard-form .il-standard-form-cmd .btn {
    min-width: 0;
  }
}
.il-standard-form .il-standard-form-footer, .il-standard-form .il-standard-form-header, .il-standard-form .il-section-input-header {
  background-color: white;
  color: #161616;
}
.il-standard-form .il-standard-form-header, .il-standard-form .il-standard-form-footer {
  padding-right: 15px;
}
.il-standard-form .il-standard-form-header {
  margin-bottom: 6px;
}
.il-standard-form .il-standard-form-header + .il-section-input > .il-section-input-header {
  border-top: none;
}
.il-standard-form .il-section-input-header {
  padding: 12px 0 12px 15px;
  margin: 15px 0 0 0;
  border-top: 1px solid #dddddd;
}
.il-standard-form .il-standard-form-header h2, .il-standard-form .il-section-input-header h2 {
  font-size: 1.115rem;
  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.875rem;
}
.il-standard-form .il-standard-form-required {
  padding-bottom: 30px;
}
.il-standard-form .il-standard-form-header + .il-section-input {
  margin-top: -53px;
  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: #3f4a75;
  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: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #161616;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid white;
  border-radius: 0;
}

textarea.form-control {
  max-width: 100%;
}

select.form-control {
  width: auto;
  max-width: 100%;
}

.radio .help-block {
  padding-left: 15px;
}

td.form-inline > div.form-group {
  display: block;
  padding: 4px 0;
}

.il-std-item-container:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.il-item {
  background-color: white;
  position: relative;
  padding: 15px;
}
.il-item .il-item-title {
  font-size: 1rem;
  display: inline-block;
}
.il-item .il-item-title .btn-link, .il-item .il-item-title a {
  font-size: inherit;
  line-height: 1.428571429;
}
.il-item .il-item-title .btn-link:focus-visible, .il-item .il-item-title a:focus-visible {
  display: block;
}
.il-item h4.il-item-title {
  margin: 0;
}
.il-item .il-item-actions {
  float: right;
}
.il-item .il-item-divider {
  clear: both;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  border: 0 none;
  background: none;
  border-bottom: dashed 0.5px #dddddd;
}
.il-item .dropdown {
  display: inline-block;
  float: right;
}
.il-item .il-item-description {
  padding: 10px 0 0 0;
  font-size: 0.875rem;
  clear: both;
}
.il-item .il-item-property-name {
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
  overflow: hidden;
}
.il-item .il-item-property-name:not(:empty):after {
  content: ": ";
}
.il-item .il-item-property-value {
  font-size: 0.875rem;
  overflow: hidden;
}
.il-item .il-chart-progressmeter-box {
  max-width: 80px;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .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: #f9f9f9;
}
.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: -23px;
}

.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.875rem;
}
.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: 992px) {
  .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: 3px;
    margin-left: 0;
    width: 45px;
  }
  .panel-secondary .il-item .col-sm-3 img {
    width: 40px;
  }
  .panel-secondary .il-item .col-sm-9 {
    width: calc(100% - 45px);
  }
  .panel-secondary .il-item .col-md-6 {
    width: 100%;
  }
}
/* otherwise dropdowns in items with icon do not work */
.il-std-item .media .media-body, .il-std-item .media, .il-notification-item .media, .il-notification-item .media .media-body {
  overflow: visible;
}

@media only screen and (max-width: 991px) {
  .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;
  }
}
.c-launcher .btn-bulky {
  background-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  border-radius: 10px;
}
.c-launcher .btn-bulky:hover {
  text-decoration: none;
  background-color: rgb(111.5590551181, 128.5354330709, 25.4645669291);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(111.5590551181, 128.5354330709, 25.4645669291);
}
.c-launcher .btn-bulky:active {
  transform: none;
  background-color: rgb(74.6141732283, 85.968503937, 17.031496063);
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(74.6141732283, 85.968503937, 17.031496063);
}
.c-launcher .btn-bulky:focus {
  color: white;
  text-decoration: none;
}
.c-launcher .btn-bulky[disabled],
.c-launcher .btn-bulky fieldset[disabled] {
  background-color: #b0b0b0;
  border-width: 1px;
  border-style: solid;
  border-color: #b0b0b0;
  color: black;
  cursor: not-allowed;
  transform: none;
}
.c-launcher .btn-bulky.engaged {
  background-color: white;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
  color: #000;
}
.c-launcher .btn-bulky {
  min-width: 50%;
  width: max-content;
}
.c-launcher .btn-bulky[disabled] {
  cursor: not-allowed;
}
.c-launcher .btn-bulky:not([disabled]) .glyph {
  color: white;
}
@media screen and (max-width: 991px) {
  .c-launcher .btn-bulky {
    min-width: 100%;
  }
}

.c-launcher__status {
  display: flex;
  flex-direction: row;
  margin-bottom: 9px;
}

.c-launcher__status__message {
  flex-grow: 1;
  order: 2;
}
.c-launcher__status__message > * {
  margin-bottom: 0;
}

.c-launcher__status__icon {
  margin-right: 6px;
  flex-basis: auto;
  order: 1;
}
.c-launcher__status__icon .il-chart-progressmeter-viewbox {
  height: 45px;
  width: 45px;
}

/*
*********************
grid-based layout
*********************
*/
.il-layout-page {
  background: white;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 110px 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 1px 2px rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
  position: sticky;
  top: 0;
  min-height: 33px;
  align-items: center;
  background-color: white;
  display: flex;
  flex-direction: row;
  z-index: 995;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

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: 110px;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  justify-content: space-between;
}

.il-logo {
  height: 80px;
  overflow: hidden;
  justify-self: start;
  display: flex;
  align-items: center;
}
.il-logo a {
  display: block;
}

.il-pagetitle {
  font-weight: 600;
  display: flex;
  font-size: 1rem;
  align-items: center;
  min-height: 100%;
  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 {
  display: grid;
  height: 100%;
  grid-template-columns: 80px 329px;
  grid-template-rows: 1fr;
  width: 80px;
}
.il-mainbar {
  grid-column: 1;
  grid-row: 1;
  z-index: 997;
}

.il-mainbar-slates {
  grid-column: 2;
  grid-row: 1;
}

main {
  display: block;
}

.il-layout-page-content:focus-visible {
  outline: none;
}
.il-layout-page-content {
  display: flex;
  flex-flow: column;
  overflow: auto;
}
.il-layout-page-content #mainspacekeeper {
  flex-grow: 1;
  width: 100%;
}

/* Footer */
footer {
  background-color: white;
  min-height: auto;
  text-align: center;
  height: 45px;
}

/*
**************************************************************
       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: 991px) {
  .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(0, 0, 0, 0.1);
  }
  .il-layout-page .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-slates {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
  }
  .il-layout-page.with-mainbar-slates-engaged {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-column: 1;
    grid-row: 3;
    height: calc(100% - 45px);
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 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(0, 0, 0, 0.1);
  }
  .il-layout-page.with-mainbar-slates-engaged .nav.il-maincontrols .il-maincontrols-mainbar .il-mainbar-slates {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    z-index: 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;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .il-logo {
    width: 40px;
  }
  .il-pagetitle {
    display: none;
  }
  .breadcrumbs {
    display: none;
  }
  .il-header-locator {
    display: block;
  }
  .il-header-locator .dropdown {
    position: static;
  }
  .il-header-locator .open > .dropdown-menu {
    top: 44px;
    width: 100%;
  }
  .il-header-locator .dropdown-toggle {
    background-color: transparent;
    border: none;
    color: rgb(63, 74, 117);
    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: 9px;
  }
  .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: rgb(63, 74, 117);
    outline: none;
  }
  .il-header-locator span.caret {
    display: none;
  }
  .il-maincontrols-mainbar {
    display: block;
    width: 100%;
  }
  .il-mainbar {
    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: 92px;
  }
}
/*
**************************************************************
       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 {
    display: block;
  }
}
.c-layout-alignment {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
}
.c-layout-alignment--horizontal-evenly .c-layout-alignment__block {
  flex: 1 1 0px;
}
@media screen and (max-width: 991px) {
  .c-layout-alignment--horizontal-evenly .c-layout-alignment__block {
    flex-basis: 100%;
  }
}
.c-layout-alignment--horizontal-dynamically .c-layout-alignment__block {
  flex-grow: 1;
}
.c-layout-alignment--vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}

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

.c-listing-property__propertylabel:after {
  content: ":";
}

.c-listing-property + .c-listing-property {
  margin-top: 6px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* common css for characteristic value listing */
.il-listing-characteristic-value-row::after {
  display: block;
  clear: both;
  content: "";
}
.il-listing-characteristic-value-row {
  /* i tried .ilClearFloat, did not work as expected */
  border-top: solid #dddddd 1px;
  padding: 12px 0;
}

.il-listing-characteristic-value-row:first-child {
  border-top: none;
}

.il-listing-characteristic-value-label {
  float: left;
  width: 50%;
  right: 50%;
}
@media (max-width: 991px) {
  .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: 991px) {
  .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%;
}

.il-workflow {
  word-break: break-word;
}
.il-workflow.linear {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.il-workflow-header .il-workflow-title {
  background-color: #f9f9f9;
  color: #161616;
  font-size: 1.115rem;
  font-weight: 400;
  margin-bottom: 6px;
  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: 2px solid #3f4a75;
  border-radius: 50%;
  color: white;
  content: "";
  font-family: Glyphicons Halflings;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  padding-left: 0px;
  position: absolute;
  text-align: center;
  width: 22px;
}
.il-workflow-container .il-workflow-step:last-child .text {
  border-left: none;
}
.il-workflow-container .il-workflow-step .il-workflow-step-description {
  font-size: 1rem;
  font-weight: 300;
}
.il-workflow-container .not-available:before,
.il-workflow-container .no-longer-available:before {
  content: "\e033";
  background-color: white;
  border: 2px solid #dddddd;
}
.il-workflow-container .not-available.in-progress:before,
.il-workflow-container .no-longer-available.in-progress:before {
  background-color: #dddddd;
}
.il-workflow-container .not-available.in-progress .text span,
.il-workflow-container .no-longer-available.in-progress .text span {
  color: rgb(91.9, 91.9, 91.9);
}
.il-workflow-container .not-available.not-started::before,
.il-workflow-container .no-longer-available.not-started::before {
  color: rgb(91.9, 91.9, 91.9);
}
.il-workflow-container .not-available .text,
.il-workflow-container .no-longer-available .text {
  color: rgb(91.9, 91.9, 91.9);
}
.il-workflow-container .no-longer-available:before {
  content: "\e023";
}
.il-workflow-container .completed-successfully:before,
.il-workflow-container .completed-unsuccessfully:before {
  background-color: #dddddd;
}
.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: #3f4a75;
}
.il-workflow-container .active:before {
  margin: 0;
  width: 33px;
  height: 33px;
  font-size: 1.115rem;
}
.il-workflow-container .active.completed-successfully:before, .il-workflow-container .active.completed-unsuccessfully:before {
  line-height: 33px;
  background-color: #3f4a75;
}
.il-workflow-container .active .text .il-workflow-step-label,
.il-workflow-container .active .text .il-workflow-step-label .btn.btn-link {
  color: #3f4a75;
  font-size: 1rem;
  font-weight: 400;
}
.il-workflow-container .text {
  border-left: 1px dashed rgb(63, 74, 117);
  font-size: 15.4px;
  margin-left: 17px;
  padding: 0 0 33px 22px;
}
.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 #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#il_right_col .il-workflow .il-workflow-header {
  background-color: #f9f9f9;
  margin: 0;
  padding: 9px 15px;
}
#il_right_col .il-workflow .il-workflow-header h3 {
  margin: 0;
  padding: 0;
  color: #161616;
  font-size: 1.115rem;
  line-height: 1.33;
  font-weight: 600;
}
#il_right_col .il-workflow .il-workflow-container {
  padding: 15px 15px;
}

.c-listing-entity {
  list-style: none;
  padding-left: 0;
}

.il-maincontrols-slate.disengaged {
  display: none;
}
.il-maincontrols-slate .btn-bulky.engaged::after, .il-maincontrols-slate .btn-bulky.disengaged::after,
.il-maincontrols-slate .link-bulky.engaged::after,
.il-maincontrols-slate .link-bulky.disengaged::after {
  font-family: "il-icons";
  font-size: 1.0625rem;
}
.il-maincontrols-slate .btn-bulky.engaged::after,
.il-maincontrols-slate .link-bulky.engaged::after {
  content: " \e604";
}
.il-maincontrols-slate .btn-bulky.disengaged::after,
.il-maincontrols-slate .link-bulky.disengaged::after {
  content: " \e606";
}
.il-maincontrols-slate .btn-bulky .icon,
.il-maincontrols-slate .link-bulky .icon {
  filter: invert(50%);
}
@media (prefers-contrast: more) {
  .il-maincontrols-slate .btn-bulky .icon,
  .il-maincontrols-slate .link-bulky .icon {
    filter: none;
  }
}
.il-maincontrols-slate .il-maincontrols-slate .btn-bulky {
  background-color: #f9f9f9;
}
.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 .glyph :before {
  content: " \e605";
  font-family: "il-icons";
  font-size: 1.0625rem;
  margin-right: 10px;
}
.il-maincontrols-slate.il-maincontrols-slate-notification .il-maincontrols-slate-notification-title .btn-bulky {
  margin: -12px;
  border: none;
  border-right: solid 3px;
  border-right-color: #f9f9f9;
  padding: 12px;
  background-color: transparent;
  width: 50%;
}
.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;
}
.il-maincontrols-slate .panel-body::after {
  content: "";
  display: inline;
  height: 0;
  clear: both;
  visibility: hidden;
}

.il-maincontrols-slate.engaged[data-depth-level="2"] .btn-bulky:not(:hover),
.il-maincontrols-slate.engaged[data-depth-level="2"] .link-bulky:not(:hover) {
  background-color: #f9f9f9;
}
.il-maincontrols-slate.engaged[data-depth-level="3"] .btn-bulky:not(:hover),
.il-maincontrols-slate.engaged[data-depth-level="3"] .link-bulky:not(:hover) {
  background-color: rgba(249, 249, 249, 0.15);
}
.il-maincontrols-slate.engaged[data-depth-level="4"] .btn-bulky:not(:hover),
.il-maincontrols-slate.engaged[data-depth-level="4"] .link-bulky:not(:hover) {
  background-color: rgba(249, 249, 249, 0.1);
}

.il-maincontrols-slate-content > 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: 2px 4px;
}
.il-maincontrols-slate-content > hr {
  margin: 2px 0;
}
.il-maincontrols-slate-content li.jstree-node {
  padding: 3px 0;
}
.il-maincontrols-slate-content li.il-workflow-step {
  padding: 0 4px;
}

.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 #dddddd;
  border-top: 1px solid #dddddd;
  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: 991px) {
  .il-maincontrols-slate span.glyph {
    width: 45px;
    text-align: left;
  }
  .il-maincontrols-slate .il-avatar {
    margin-right: 22.5px;
  }
  .il-maincontrols-slate .link-bulky .icon.small, .il-maincontrols-slate .btn-bulky .icon.small {
    margin-right: 25px;
  }
}
.il-maincontrols-metabar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none; /* Remove bullets */
}
.il-maincontrols-metabar > li > .btn-bulky > .bulky-label, .il-maincontrols-metabar > li > .link-bulky > .bulky-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (prefers-contrast: more) {
  .il-maincontrols-metabar .glyphicon {
    filter: none;
  }
}
.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 {
  font-size: 1.4375rem;
}
.il-maincontrols-metabar > li > .btn.btn-bulky, .il-maincontrols-metabar > li > a.il-link.link-bulky {
  border: none;
  background-color: transparent;
  height: 60px;
  min-width: 60px;
}
@media only screen and (max-width: 991px) {
  .il-maincontrols-metabar > li > .btn.btn-bulky, .il-maincontrols-metabar > li > a.il-link.link-bulky {
    height: 45px;
    min-width: 45px;
  }
}
.il-maincontrols-metabar > li > .btn.btn-bulky:focus, .il-maincontrols-metabar > li > .btn.btn-bulky:active, .il-maincontrols-metabar > li > a.il-link.link-bulky:focus, .il-maincontrols-metabar > li > a.il-link.link-bulky:active {
  box-shadow: none;
}
.il-maincontrols-metabar > li > .btn.btn-bulky.engaged, .il-maincontrols-metabar > li > a.il-link.link-bulky.engaged {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  border: none;
  color: initial;
  outline-color: transparent;
}
.il-maincontrols-metabar > li > .btn.btn-bulky .glyphicon, .il-maincontrols-metabar > li > a.il-link.link-bulky .glyphicon {
  color: #dddddd;
  font-size: 1.4375rem;
}
@media only screen and (max-width: 991px) {
  .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(0, 0, 0, 0.1);
  background-color: #fafafa;
  position: absolute;
  max-width: 500px;
}
.il-metabar-slates .il-maincontrols-slate {
  min-width: 500px;
}
.il-metabar-slates {
  max-height: 90vh;
  overflow-y: auto;
  right: 0;
  top: 60px;
}
.il-metabar-slates .bulky-label {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 991px) {
  .il-metabar-slates {
    width: 100%;
    top: 45px;
    right: 0;
  }
  .il-metabar-slates .glyphicon {
    color: #dddddd;
    font-size: 1.25rem;
  }
  .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: 23px;
  }
  .il-metabar-slates .il-maincontrols-slate {
    min-width: 260px;
  }
  .il-metabar-slates .il-maincontrols-slate-content > .btn + .btn {
    margin-left: 0;
  }
}

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

.il-mainbar {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
}

.il-mainbar-triggers .btn-bulky,
.il-mainbar-triggers .il-link.link-bulky,
.il-mainbar-tools-button .btn-bulky,
.il-mainbar-tools-button .il-link.link-bulky,
.il-mainbar-tool-trigger-item .btn-bulky,
.il-mainbar-tool-trigger-item .il-link.link-bulky {
  height: 80px;
  width: 80px;
}

.il-mainbar-triggers .btn-bulky,
.il-mainbar-triggers .il-link.link-bulky,
.il-mainbar-tools-button .btn-bulky,
.il-mainbar-tools-button .il-link.link-bulky,
.il-mainbar-tool-trigger-item .btn-bulky,
.il-mainbar-tool-trigger-item .il-link.link-bulky,
.il-maincontrols-metabar > li > .btn-bulky,
.il-maincontrols-metabar > li > .il-link.link-bulky {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0px;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 1px;
  font-size: 0.75rem;
  line-height: 0.9975rem;
}
.il-mainbar-triggers .btn-bulky:focus-visible,
.il-mainbar-triggers .il-link.link-bulky:focus-visible,
.il-mainbar-tools-button .btn-bulky:focus-visible,
.il-mainbar-tools-button .il-link.link-bulky:focus-visible,
.il-mainbar-tool-trigger-item .btn-bulky:focus-visible,
.il-mainbar-tool-trigger-item .il-link.link-bulky:focus-visible,
.il-maincontrols-metabar > li > .btn-bulky:focus-visible,
.il-maincontrols-metabar > li > .il-link.link-bulky:focus-visible {
  outline: none;
  border: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 2px #FFFFFF;
}
.il-mainbar-triggers .btn-bulky .bulky-label,
.il-mainbar-triggers .il-link.link-bulky .bulky-label,
.il-mainbar-tools-button .btn-bulky .bulky-label,
.il-mainbar-tools-button .il-link.link-bulky .bulky-label,
.il-mainbar-tool-trigger-item .btn-bulky .bulky-label,
.il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label,
.il-maincontrols-metabar > li > .btn-bulky .bulky-label,
.il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label {
  position: relative;
  max-height: 3em;
  overflow: hidden;
  line-height: 1.5;
}
.il-mainbar-triggers .btn-bulky .bulky-label:after,
.il-mainbar-triggers .il-link.link-bulky .bulky-label:after,
.il-mainbar-tools-button .btn-bulky .bulky-label:after,
.il-mainbar-tools-button .il-link.link-bulky .bulky-label:after,
.il-mainbar-tool-trigger-item .btn-bulky .bulky-label:after,
.il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label:after,
.il-maincontrols-metabar > li > .btn-bulky .bulky-label:after,
.il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label: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), rgb(255, 255, 255) 80%);
}
.il-mainbar-triggers .btn-bulky .bulky-label,
.il-mainbar-triggers .il-link.link-bulky .bulky-label,
.il-mainbar-tools-button .btn-bulky .bulky-label,
.il-mainbar-tools-button .il-link.link-bulky .bulky-label,
.il-mainbar-tool-trigger-item .btn-bulky .bulky-label,
.il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label,
.il-maincontrols-metabar > li > .btn-bulky .bulky-label,
.il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label {
  /* edge, chrome, safari go here... */
}
@supports (-webkit-line-clamp: 2) {
  .il-mainbar-triggers .btn-bulky .bulky-label,
  .il-mainbar-triggers .il-link.link-bulky .bulky-label,
  .il-mainbar-tools-button .btn-bulky .bulky-label,
  .il-mainbar-tools-button .il-link.link-bulky .bulky-label,
  .il-mainbar-tool-trigger-item .btn-bulky .bulky-label,
  .il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label,
  .il-maincontrols-metabar > li > .btn-bulky .bulky-label,
  .il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .il-mainbar-triggers .btn-bulky .bulky-label:after,
  .il-mainbar-triggers .il-link.link-bulky .bulky-label:after,
  .il-mainbar-tools-button .btn-bulky .bulky-label:after,
  .il-mainbar-tools-button .il-link.link-bulky .bulky-label:after,
  .il-mainbar-tool-trigger-item .btn-bulky .bulky-label:after,
  .il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label:after,
  .il-maincontrols-metabar > li > .btn-bulky .bulky-label:after,
  .il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label:after {
    display: none;
  }
}
.il-mainbar-triggers .btn-bulky .bulky-label,
.il-mainbar-triggers .il-link.link-bulky .bulky-label,
.il-mainbar-tools-button .btn-bulky .bulky-label,
.il-mainbar-tools-button .il-link.link-bulky .bulky-label,
.il-mainbar-tool-trigger-item .btn-bulky .bulky-label,
.il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label,
.il-maincontrols-metabar > li > .btn-bulky .bulky-label,
.il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label {
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
@supports (-moz-line-clamp: 2) {
  .il-mainbar-triggers .btn-bulky .bulky-label,
  .il-mainbar-triggers .il-link.link-bulky .bulky-label,
  .il-mainbar-tools-button .btn-bulky .bulky-label,
  .il-mainbar-tools-button .il-link.link-bulky .bulky-label,
  .il-mainbar-tool-trigger-item .btn-bulky .bulky-label,
  .il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label,
  .il-maincontrols-metabar > li > .btn-bulky .bulky-label,
  .il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
  }
  .il-mainbar-triggers .btn-bulky .bulky-label:after,
  .il-mainbar-triggers .il-link.link-bulky .bulky-label:after,
  .il-mainbar-tools-button .btn-bulky .bulky-label:after,
  .il-mainbar-tools-button .il-link.link-bulky .bulky-label:after,
  .il-mainbar-tool-trigger-item .btn-bulky .bulky-label:after,
  .il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label:after,
  .il-maincontrols-metabar > li > .btn-bulky .bulky-label:after,
  .il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label:after {
    display: none;
  }
}
.il-mainbar-triggers .btn-bulky .bulky-label,
.il-mainbar-triggers .il-link.link-bulky .bulky-label,
.il-mainbar-tools-button .btn-bulky .bulky-label,
.il-mainbar-tools-button .il-link.link-bulky .bulky-label,
.il-mainbar-tool-trigger-item .btn-bulky .bulky-label,
.il-mainbar-tool-trigger-item .il-link.link-bulky .bulky-label,
.il-maincontrols-metabar > li > .btn-bulky .bulky-label,
.il-maincontrols-metabar > li > .il-link.link-bulky .bulky-label {
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.il-mainbar-triggers .il-mainbar-entries {
  min-width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.il-mainbar-triggers .btn-bulky,
.il-mainbar-triggers .il-link.link-bulky {
  background: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky .bulky-label,
.il-mainbar-triggers .il-link.link-bulky .bulky-label {
  color: white;
  text-align: center;
}
.il-mainbar-triggers .btn-bulky .icon,
.il-mainbar-triggers .il-link.link-bulky .icon {
  filter: brightness(0) invert(1);
}
@media (prefers-contrast: more) {
  .il-mainbar-triggers .btn-bulky .icon,
  .il-mainbar-triggers .il-link.link-bulky .icon {
    filter: none;
  }
}
.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: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky.engaged .glyph,
.il-mainbar-triggers .il-link.link-bulky.engaged .glyph {
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky.engaged .icon,
.il-mainbar-triggers .il-link.link-bulky.engaged .icon {
  filter: invert(50%);
}
@media (prefers-contrast: more) {
  .il-mainbar-triggers .btn-bulky.engaged .icon,
  .il-mainbar-triggers .il-link.link-bulky.engaged .icon {
    filter: none;
  }
}
.il-mainbar-triggers .btn-bulky.engaged .bulky-label,
.il-mainbar-triggers .il-link.link-bulky.engaged .bulky-label {
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky:focus-visible,
.il-mainbar-triggers .il-link.link-bulky:focus-visible {
  background-color: white;
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky:focus-visible .glyph,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .glyph {
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky:focus-visible .icon,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .icon {
  filter: invert(50%);
}
@media (prefers-contrast: more) {
  .il-mainbar-triggers .btn-bulky:focus-visible .icon,
  .il-mainbar-triggers .il-link.link-bulky:focus-visible .icon {
    filter: none;
  }
}
.il-mainbar-triggers .btn-bulky:focus-visible .bulky-label,
.il-mainbar-triggers .il-link.link-bulky:focus-visible .bulky-label {
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky:hover,
.il-mainbar-triggers .il-link.link-bulky:hover {
  transition: all 0.15s ease-in;
  background-color: white;
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky:hover .glyph,
.il-mainbar-triggers .il-link.link-bulky:hover .glyph {
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky:hover .icon,
.il-mainbar-triggers .il-link.link-bulky:hover .icon {
  filter: invert(50%);
}
@media (prefers-contrast: more) {
  .il-mainbar-triggers .btn-bulky:hover .icon,
  .il-mainbar-triggers .il-link.link-bulky:hover .icon {
    filter: none;
  }
}
.il-mainbar-triggers .btn-bulky:hover .bulky-label,
.il-mainbar-triggers .il-link.link-bulky:hover .bulky-label {
  color: rgb(63, 74, 117);
}
.il-mainbar-triggers .btn-bulky .glyph,
.il-mainbar-triggers .il-link.link-bulky .glyph {
  color: white;
}
.il-mainbar-triggers.engaged {
  background: rgb(63, 74, 117);
}
@media (hover: none) {
  .il-mainbar-triggers .btn-bulky:hover,
  .il-mainbar-triggers .il-link.link-bulky:hover {
    background-color: rgb(63, 74, 117);
    color: rgb(63, 74, 117);
  }
  .il-mainbar-triggers .btn-bulky:hover .icon,
  .il-mainbar-triggers .il-link.link-bulky:hover .icon {
    filter: brightness(0) invert(1);
  }
}
@media (hover: none) and (prefers-contrast: more) {
  .il-mainbar-triggers .btn-bulky:hover .icon,
  .il-mainbar-triggers .il-link.link-bulky:hover .icon {
    filter: none;
  }
}
@media (hover: none) {
  .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: rgb(63, 74, 117);
  }
  .il-mainbar-triggers .btn-bulky.engaged .icon,
  .il-mainbar-triggers .il-link.link-bulky.engaged .icon {
    filter: invert(50%);
  }
}
@media (hover: none) and (prefers-contrast: more) {
  .il-mainbar-triggers .btn-bulky.engaged .icon,
  .il-mainbar-triggers .il-link.link-bulky.engaged .icon {
    filter: none;
  }
}
@media (hover: none) {
  .il-mainbar-triggers .btn-bulky.engaged .bulky-label,
  .il-mainbar-triggers .il-link.link-bulky.engaged .bulky-label {
    color: rgb(63, 74, 117);
  }
}

.il-mainbar-slates {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
  background: white;
  display: none;
  position: relative;
}

.il-maincontrols-mainbar {
  background-color: rgb(63, 74, 117);
}

.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: #f9f9f9;
}

.il-maincontrols-mainbar > .il-metabar-slate-auxillary,
.il-maincontrols-metabar > .il-metabar-slate-auxillary {
  display: none;
}

.il-mainbar-tools-button {
  flex-direction: row;
}
.il-mainbar-tools-button .btn-bulky,
.il-mainbar-tools-button .btn-bulky.engaged {
  background-color: #B54F00;
  color: white;
}
.il-mainbar-tools-button .btn-bulky .icon,
.il-mainbar-tools-button .btn-bulky.engaged .icon {
  filter: brightness(0) invert(1);
}
@media (prefers-contrast: more) {
  .il-mainbar-tools-button .btn-bulky .icon,
  .il-mainbar-tools-button .btn-bulky.engaged .icon {
    filter: none;
  }
}
.il-mainbar-tools-button .btn-bulky.engaged {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: rgb(63, 74, 117);
}
.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: #3f4a75;
  color: white;
}
.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(0) invert(1);
}
@media (prefers-contrast: more) {
  .il-mainbar-tools-entries .btn-bulky .icon, .il-mainbar-tools-entries .btn-bulky .icon,
  .il-mainbar-tools-entries .il-link.link-bulky .icon {
    filter: none;
  }
}
.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;
}
.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, .il-mainbar-tools-entries .btn-bulky.engaged,
.il-mainbar-tools-entries .il-link.link-bulky.engaged {
  color: rgb(63, 74, 117);
}
.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: rgb(206.25, 210.8333333333, 228.75);
  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: #3f4a75;
  font-size: 2.8125rem;
  font-weight: 300;
  height: 80px;
  padding: 0 20px;
  width: auto;
}

.il-mainbar-close-slates {
  display: flex;
}
.il-mainbar-close-slates .btn-bulky {
  min-height: 45px;
  background-color: transparent;
  border-top: 1px solid #dddddd;
}
.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.2rem;
}
.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 > :first-child {
  z-index: 1;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content {
  height: 0px;
}
.il-mainbar-slates > .il-maincontrols-slate.engaged > .il-maincontrols-slate-content .panel-secondary {
  margin-bottom: 0;
  border: none;
}

@media only screen and (max-width: 991px) {
  .il-mainbar-entries {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-flow: row wrap;
  }
  .il-mainbar-tools-entries-bg {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }
  .il-mainbar-triggers {
    width: 100%;
    z-index: 1;
  }
  .il-mainbar-triggers .btn-bulky,
  .il-mainbar-triggers .il-link.link-bulky,
  .il-mainbar-tools-button .btn-bulky,
  .il-mainbar-tools-button .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,
  .il-mainbar-tools-button .btn-bulky .icon.small,
  .il-mainbar-tools-button .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: 991px) {
  .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 {
  text-align: left;
  background-color: white;
  padding: 10px 0 10px 5px;
  border-top: 1px solid #dddddd;
}

.il-maincontrols-footer {
  color: #161616;
  font-size: 0.875rem;
  padding: 3px 12px;
}
.il-maincontrols-footer .il-footer-content div:not(.c-tooltip) {
  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: #3f4a75;
}
.il-maincontrols-footer .il-footer-links li a:hover, .il-maincontrols-footer .il-footer-links li button:hover {
  color: rgb(45.15, 53.0333333333, 83.85);
}
.il-maincontrols-footer .il-footer-links li button {
  vertical-align: baseline;
}
.il-maincontrols-footer .il-footer-links li:first-child:before {
  content: "·";
  margin-right: 10px;
}
.il-maincontrols-footer .il-footer-links li:after {
  content: "·";
  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;
}

/*
	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.
 */
.c-mode-info {
  display: flex;
  position: fixed;
  z-index: 1010;
  width: 100%;
  align-items: start;
  justify-content: center;
  text-align: center;
}
.c-mode-info__pageframe {
  border: 3px solid #B54F00;
  height: 100%;
  position: fixed;
  width: 100%;
  pointer-events: none;
  z-index: 1010;
}
.c-mode-info__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B54F00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.15);
  padding: 1px 18px;
  gap: 18px;
  min-height: 35px;
  min-width: 20%;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .c-mode-info__content {
    border-radius: 0;
    width: 100%;
    min-height: 45px;
    max-width: 100%;
  }
}
.c-mode-info__label, .c-mode-info__close {
  color: white;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  position: relative;
}
.c-mode-info__label a,
.c-mode-info__label a:hover, .c-mode-info__close a,
.c-mode-info__close a:hover {
  color: white;
}
.c-mode-info__label {
  position: relative;
  max-height: 1.5em;
  overflow: hidden;
  line-height: 1.5;
}
.c-mode-info__label: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), rgb(255, 255, 255) 80%);
}
.c-mode-info__label {
  /* edge, chrome, safari go here... */
}
@supports (-webkit-line-clamp: 2) {
  .c-mode-info__label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .c-mode-info__label:after {
    display: none;
  }
}
.c-mode-info__label {
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
@supports (-moz-line-clamp: 2) {
  .c-mode-info__label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
  }
  .c-mode-info__label:after {
    display: none;
  }
}
.c-mode-info__label {
  flex-grow: 1;
}
@media only screen and (max-width: 991px) {
  .c-mode-info__mobile-padding {
    height: 45px;
  }
}

/*
**************************************************************
	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
**************************************************************
*/
/** 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 **/
.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: rgb(206.25, 210.8333333333, 228.75);
  border-top: #dddddd none;
  border-bottom: #dddddd none;
  border-left: #dddddd none;
  border-right: #dddddd none;
  color: contrast(greyscale(rgb(206.25, 210.8333333333, 228.75)), rgb(45.15, 53.0333333333, 83.85), white, 43%);
}
.il-system-info.il-system-info-neutral a.glyph {
  color: contrast(greyscale(rgb(206.25, 210.8333333333, 228.75)), rgb(45.15, 53.0333333333, 83.85), white, 43%);
}
.il-system-info.il-system-info-important {
  -webkit-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  background-color: #ffaaaa;
  border-top: #dddddd none;
  border-bottom: #dddddd none;
  border-left: #dddddd none;
  border-right: #dddddd none;
  color: contrast(greyscale(#ffaaaa), #770000, white, 43%);
}
.il-system-info.il-system-info-important a.glyph {
  color: contrast(greyscale(#ffaaaa), #770000, white, 43%);
}
.il-system-info.il-system-info-breaking {
  -webkit-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -10px 4px -10px rgba(0, 0, 0, 0.25);
  background-color: #aa0000;
  border-top: #dddddd none;
  border-bottom: #dddddd none;
  border-left: #dddddd none;
  border-right: #dddddd none;
  color: contrast(greyscale(#aa0000), black, #ffdddd, 43%);
}
.il-system-info.il-system-info-breaking a.glyph {
  color: contrast(greyscale(#aa0000), black, #ffdddd, 43%);
}
.il-system-info {
  line-height: 23px;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 35px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
}
.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: 9px;
}
.il-system-info p:first-child {
  display: inherit;
}
.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: 991px) {
  .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 header {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  margin-bottom: 2px;
  padding: 9px 15px 9px 38px;
  z-index: initial;
}
.il-drilldown header h2 {
  font-size: 1.115rem;
  margin: 0;
  padding: 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%;
  background-color: transparent;
  border: none;
}
.il-drilldown header .backnav .btn-bulky:focus-visible {
  outline: none;
  border: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 2px #FFFFFF;
}
.il-drilldown header.show-backnav {
  padding-left: 38px;
}
.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,
.il-drilldown li > h4.il-divider {
  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 hr {
  margin: 6px 0;
}
.il-drilldown .btn-bulky,
.il-drilldown .link-bulky,
.il-drilldown .menulevel {
  background-color: transparent;
  border-color: transparent;
}
.il-drilldown .btn-bulky:hover,
.il-drilldown .link-bulky:hover,
.il-drilldown .menulevel:hover {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: inherit;
}
.il-drilldown .btn-bulky .icon,
.il-drilldown .link-bulky .icon,
.il-drilldown .menulevel .icon {
  filter: invert(50%);
}
.il-drilldown .menulevel {
  justify-content: space-between;
  text-align: left;
  padding-left: 38px;
  margin-bottom: 2px;
}

div.alert div {
  margin-top: 10px;
}
div.alert ul {
  margin-top: 15px;
  background-color: #f9f9f9;
  padding: 6px 12px;
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
  list-style-type: none;
}
div.alert ul > li:before {
  content: "» ";
  /* margin-left: -10px; */
}

.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 {
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.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.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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.il-modal-lightbox-dark .modal-content {
  background-color: rgb(63, 74, 117);
  color: white;
}
.modal.il-modal-lightbox-dark .modal-content .modal-header {
  border-bottom-color: white;
}
.modal.il-modal-lightbox-dark .modal-content .modal-title {
  padding: 0px;
}
.modal.il-modal-lightbox-dark .modal-content .carousel-inner {
  padding: 0px;
}
.modal.il-modal-lightbox-dark .modal-content .carousel-control {
  color: white;
  width: 15%;
}
.modal.il-modal-lightbox-dark .close {
  color: white;
  background-color: rgb(63, 74, 117);
  opacity: 1;
}

.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;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.fade.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  display: block;
  clear: both;
  content: "";
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  font-size: 1rem;
  margin: 0;
  line-height: 1.428571429;
  padding: 0px 39px;
}

.modal-body {
  position: relative;
  padding: 9px 15px;
}
.modal-body .il-standard-form {
  padding: 0;
}
.modal-body .il-standard-form .il-standard-form-header + .il-section-input {
  margin-top: 0;
}

.modal-footer {
  padding: 9px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  display: block;
  clear: both;
  content: "";
}
.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: 991px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.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%;
}

.c-modal--interruptive .c-modal--interruptive__items {
  margin-bottom: 15px;
}
.c-modal--interruptive .c-modal--interruptive__items .c-modal--interruptive__items__key-value .c-modal--interruptive__items__key-value__key {
  float: left;
  clear: left;
  font-weight: initial;
}
.c-modal--interruptive .c-modal--interruptive__items .c-modal--interruptive__items__key-value .c-modal--interruptive__items__key-value__value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  color: rgb(111.25, 111.25, 111.25);
  padding-left: 6px;
}

.panel {
  margin-bottom: 23px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 9px 15px;
  border-bottom: 1px solid transparent;
  border: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel .panel-heading > .dropdown .dropdown-toggle {
  color: white;
}
.panel .panel-heading.ilHeader,
.panel .panel-heading.ilBlockHeader {
  background-color: #f9f9f9;
  margin: 0;
  border: none;
}
.panel .panel-heading.ilHeader h2, .panel .panel-heading.ilHeader h2.ilHeader,
.panel .panel-heading.ilBlockHeader h2,
.panel .panel-heading.ilBlockHeader h2.ilHeader {
  margin: 0;
  color: #161616;
  font-size: 1.115rem;
  line-height: 1.33;
  font-weight: 600;
}
.panel .panel-heading.ilHeader h4, .panel .panel-heading.ilHeader h4.ilBlockHeader,
.panel .panel-heading.ilBlockHeader h4,
.panel .panel-heading.ilBlockHeader h4.ilBlockHeader {
  margin: 0;
  color: #161616;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .panel .panel-viewcontrols {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .panel .panel-viewcontrols {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 993px) {
  .panel .panel-viewcontrols {
    order: 2;
    width: auto;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.panel .panel-body {
  padding: 15px 15px;
  background-color: white;
}
.panel .panel-body::after {
  display: block;
  clear: both;
  content: "";
}

.panel-footer {
  padding: 9px 15px;
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.panel-flex .panel-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}
.panel-flex .panel-title {
  flex-shrink: 1;
  order: 1;
}
.panel-flex .panel-controls {
  display: flex;
  gap: 9px;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .panel-flex .panel-controls {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .panel-flex .panel-controls {
    order: 2;
  }
}
@media screen and (min-width: 993px) {
  .panel-flex .panel-controls {
    order: 3;
  }
}
.panel-flex h2.ilHeader {
  flex-grow: 99;
  flex-shrink: 1;
  line-height: 2rem;
  order: 1;
}
.panel-flex .ilBlockHeader h4, .panel-flex .ilHeader h4 {
  flex-grow: 99;
  flex-shrink: 1;
  order: 1;
}

.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: inline-block;
  padding: 3px 0;
  font-size: 1rem;
  color: #161616;
  margin: 0;
}
.panel-secondary .il-std-item-container:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.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: #f9f9f9;
  margin-bottom: 20px;
}
.il-panel-listing-std-container > h2 {
  color: #161616;
  font-size: 1.115rem;
  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-audio-container > button {
  width: 100%;
}

.il-audio-player {
  background: rgb(63, 74, 117);
}

.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: 997;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right, .webui-popover.right-top, .webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom, .webui-popover.bottom-left, .webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left, .webui-popover.left-top, .webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=${opacity-ie});
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=${opacity-ie});
}
.webui-popover.fade, .webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=${opacity-ie});
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=${opacity-ie});
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=${opacity-ie});
}
.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=${opacity-ie});
  text-decoration: none;
}
.webui-popover-inner .close:hover, .webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=${opacity-ie});
}
.webui-popover-inner .close:after {
  content: "×";
  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: #fff;
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  border-radius: 5px 5px 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 rgb(58.65, 58.65, 58.65);
  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: fadein(rgba(0, 0, 0, 0.2), 5%);
  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: #fff;
  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: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.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: #fff;
}
.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: fadein(rgba(0, 0, 0, 0.2), 5%);
  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: #fff;
  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: fadein(rgba(0, 0, 0, 0.2), 5%);
}
.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: #fff;
  bottom: -10px;
}

.webui-popover-inverse.top > .webui-arrow, .webui-popover-inverse.top > .webui-arrow:after, .webui-popover-inverse.top-left > .webui-arrow, .webui-popover-inverse.top-left > .webui-arrow:after, .webui-popover-inverse.top-right > .webui-arrow, .webui-popover-inverse.top-right > .webui-arrow:after {
  border-top-color: #333;
}
.webui-popover-inverse.right > .webui-arrow, .webui-popover-inverse.right > .webui-arrow:after, .webui-popover-inverse.right-top > .webui-arrow, .webui-popover-inverse.right-top > .webui-arrow:after, .webui-popover-inverse.right-bottom > .webui-arrow, .webui-popover-inverse.right-bottom > .webui-arrow:after {
  border-right-color: #333;
}
.webui-popover-inverse.bottom > .webui-arrow, .webui-popover-inverse.bottom > .webui-arrow:after, .webui-popover-inverse.bottom-left > .webui-arrow, .webui-popover-inverse.bottom-left > .webui-arrow:after, .webui-popover-inverse.bottom-right > .webui-arrow, .webui-popover-inverse.bottom-right > .webui-arrow:after {
  border-bottom-color: #333;
}
.webui-popover-inverse.left > .webui-arrow, .webui-popover-inverse.left > .webui-arrow:after, .webui-popover-inverse.left-top > .webui-arrow, .webui-popover-inverse.left-top > .webui-arrow:after, .webui-popover-inverse.left-bottom > .webui-arrow, .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: 996;
}

.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/media/loading.gif") no-repeat;
  height: 30px;
}
.il-popover .il-popover-title-container {
  background-color: #3f4a75;
}
.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 {
  position: fixed;
}

.icon {
  display: inline-block;
  text-align: center;
}
.icon.small {
  height: 20px;
  line-height: 20px;
}
.icon.medium {
  height: 35px;
  line-height: 35px;
}
.icon.large {
  height: 45px;
  line-height: 45px;
}
.icon.responsive {
  width: 100%;
  line-height: 35px;
}
.icon.disabled {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .icon {
    max-width: inherit;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("./fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("./fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("./fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("./fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("./fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.glyph {
  color: #3f4a75;
}
.glyph.highlighted {
  color: #B54F00;
}
.glyph.highlighted:hover {
  color: #B54F00;
}
.glyph.disabled {
  color: #dddddd;
  pointer-events: none;
}
.glyph:hover, .glyph:focus {
  color: rgb(45.15, 53.0333333333, 83.85);
  text-decoration: none;
}

.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: "👍";
}

.il-glyphicon-love:before {
  content: "❤";
}

.il-glyphicon-dislike:before {
  content: "👎";
}

.il-glyphicon-laugh:before {
  content: "😄";
}

.il-glyphicon-astounded:before {
  content: "😮";
}

.il-glyphicon-sad:before {
  content: "😥";
}

.il-glyphicon-angry:before {
  content: "😠";
}

.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 {
  font-family: il-icons;
  content: "\e604";
}

.glyphicon-triangle-right: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-apply:before {
  font-family: il-icons;
  content: "\e90c";
}

.glyphicon-launch:before {
  font-family: il-icons;
  content: "\e05c";
}

.glyphicon-reset:before {
  font-family: il-icons;
  content: "\e90a";
}

.glyphicon-user:before {
  font-family: il-icons;
  content: "\e001";
}

.il-avatar {
  height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.il-avatar.il-avatar-picture {
  border-color: #dddddd;
}
.il-avatar.il-avatar-picture img {
  height: 45px;
  width: 45px;
  vertical-align: top;
  border: 50%;
  overflow: hidden;
  object-fit: cover;
}
.il-avatar.il-avatar-letter span.abbreviation {
  font-weight: 300;
  text-transform: inherit;
  font-size: 20.5px;
  line-height: 1;
  position: relative;
  top: 10.25px;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-1 {
  background-color: #0e6252;
  border-color: rgb(85.25, 230.75, 203.0357142857);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-2 {
  background-color: #107360;
  border-color: rgb(101.3740458015, 233.6259541985, 208.2442748092);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-3 {
  background-color: #896F06;
  border-color: rgb(248.1608391608, 218.5244755245, 98.8391608392);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-4 {
  background-color: #A06608;
  border-color: rgb(248.4285714286, 200.7857142857, 123.5714285714);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-5 {
  background-color: #176437;
  border-color: rgb(106.2195121951, 220.7804878049, 153.8292682927);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-6 {
  background-color: #196f3d;
  border-color: rgb(116.25, 223.75, 161.25);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-7 {
  background-color: #B25E15;
  border-color: rgb(243.7085427136, 198.5427135678, 159.2914572864);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-8 {
  background-color: #a04000;
  border-color: rgb(255, 167.4, 109);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-9 {
  background-color: #1d6fa5;
  border-color: rgb(159.7422680412, 207.0824742268, 238.2577319588);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-10 {
  background-color: #1b557a;
  border-color: rgb(126.4496644295, 187.5637583893, 226.5503355705);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-11 {
  background-color: #bf2718;
  border-color: rgb(244.8418604651, 180.5069767442, 174.1581395349);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-12 {
  background-color: #81261d;
  border-color: rgb(227.835443038, 142.5949367089, 134.164556962);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-13 {
  background-color: #713b87;
  border-color: rgb(208.2371134021, 177.0618556701, 220.9381443299);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-14 {
  background-color: #522764;
  border-color: rgb(186.5179856115, 134.8561151079, 208.1438848921);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-15 {
  background-color: #6A747C;
  border-color: rgb(214.0260869565, 217.3304347826, 219.9739130435);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-16 {
  background-color: #34495e;
  border-color: rgb(151.9863013699, 175, 198.0136986301);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-17 {
  background-color: #2c3e50;
  border-color: rgb(137.5806451613, 164, 190.4193548387);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-18 {
  background-color: #566566;
  border-color: rgb(190.9787234043, 200.3936170213, 201.0212765957);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-19 {
  background-color: #90175a;
  border-color: rgb(235.8562874251, 135.1437125749, 190.9101796407);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-20 {
  background-color: #9e2b6e;
  border-color: rgb(232.5373134328, 172.4626865672, 207.4626865672);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-21 {
  background-color: #d22f10;
  border-color: rgb(249.3362831858, 191.6371681416, 180.6637168142);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-22 {
  background-color: #666d4e;
  border-color: rgb(200.9090909091, 205.3636363636, 185.6363636364);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-23 {
  background-color: #715a32;
  border-color: rgb(211.1349693252, 190.9570552147, 155.8650306748);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-24 {
  background-color: #83693a;
  border-color: rgb(219.0952380952, 203, 173.9047619048);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-25 {
  background-color: #963a30;
  border-color: rgb(228.8181818182, 178.6363636364, 173.1818181818);
  color: white;
}
.il-avatar.il-avatar-letter.il-avatar-letter-color-26 {
  background-color: #DE2F1B;
  border-color: rgb(248.8192771084, 208.7590361446, 204.1807228916);
  color: white;
}

@media only screen and (max-width: 991px) {
  .il-avatar {
    height: 22.5px;
    width: 22.5px;
    border-width: 0px;
  }
  .il-avatar.il-avatar-picture img {
    height: 22.5px;
    width: 22.5px;
  }
  .il-avatar.il-avatar-letter span.abbreviation {
    font-size: 11.25px;
    top: 3.2142857143px;
  }
}
.il-table-presentation-viewcontrols {
  margin-bottom: 6px;
}
@media print {
  .il-table-presentation-viewcontrols {
    display: none !important;
  }
}

.il-table-presentation-row {
  background-color: white;
  border-top: 1px solid #dddddd;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  white-space: nowrap;
}
.il-table-presentation-row.expanded .il-table-presentation-row-expanded,
.il-table-presentation-row.expanded .il-table-presentation-row-controls-collapser {
  display: block;
}
.il-table-presentation-row.expanded .il-table-presentation-row-header-fields,
.il-table-presentation-row.expanded .il-table-presentation-row-controls-expander {
  display: none;
}
.il-table-presentation-row.collapsed .il-table-presentation-row-expanded,
.il-table-presentation-row.collapsed .il-table-presentation-row-controls-collapser {
  display: none;
}
.il-table-presentation-row.collapsed .il-table-presentation-row-header-fields,
.il-table-presentation-row.collapsed .il-table-presentation-row-controls-expander {
  display: block;
}
.il-table-presentation-row .il-table-presentation-row-contents {
  white-space: normal;
}
.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;
}
@media screen and (max-width: 768px) {
  .il-table-presentation-row .il-table-presentation-row-header {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .il-table-presentation-row .il-table-presentation-actions {
    order: 3;
    margin-top: 12px;
  }
}
.il-table-presentation-row .il-table-presentation-row-header-fields-label::after,
.il-table-presentation-row .il-table-presentation-desclist .il-listing-characteristic-value-label::after {
  content: ":";
}
.il-table-presentation-row .il-table-presentation-row-expanded {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .il-table-presentation-row .il-table-presentation-row-expanded {
    order: 2;
  }
}
.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: auto;
  padding: 18px;
  background-color: #3f4a75;
  border: 1px solid #dddddd;
  border-radius: 0px;
  text-color: white;
  -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);
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-fields blockquote {
  border-color: #dddddd;
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-fields {
  min-height: 20px;
  font-size: 0.875rem;
}
.il-table-presentation-row .il-table-presentation-row-expanded .il-table-presentation-details .il-table-presentation-fields .il-item-property-name {
  color: rgb(111.25, 111.25, 111.25);
}

.c-table-data .viewcontrols {
  margin-bottom: 6px;
}

.c-table-data__table {
  background-color: white;
}
.c-table-data__table-wrapper {
  box-shadow: inset 0 0 1px 1px #dddddd;
  background-color: #3f4a75;
}

.c-table-data__cell {
  background-color: white;
  padding: 6px 12px;
  border: 1px solid #dddddd;
}
.c-table-data__cell--multiaction {
  padding-bottom: 9px;
}

@media screen and (min-width: 769px) {
  .c-table-data__row:hover td.c-table-data__cell {
    background-color: #3f4a75;
  }
}

.c-table-data__selection_none {
  display: none;
}

th.c-table-data__cell {
  padding: 0;
}
@media screen and (min-width: 769px) {
  th.c-table-data__cell {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  th.c-table-data__cell.c-table-data__header__rowselection {
    padding: 12px 12px;
    text-align: center;
    position: sticky;
    left: -2px;
    z-index: 4;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
  }
  th.c-table-data__cell.c-table-data__header__rowaction {
    padding: 12px 12px;
  }
}

@media screen and (min-width: 993px) {
  .breadcrumbs + #mainspacekeeper th.c-table-data__cell {
    top: 32px;
  }
}

@media screen and (min-width: 769px) {
  th.c-table-data__cell:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1294117647), transparent);
    z-index: 3;
  }
}

.c-table-data__header__resize-wrapper {
  padding: 12px 12px;
  height: 100%;
  margin: 0px;
  display: block;
  vertical-align: bottom;
  max-height: 85px;
  overflow: hidden;
}
.c-table-data__header__resize-wrapper:after {
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
  height: 18px;
  width: calc(100% - 10px);
  background: linear-gradient(360deg, white, transparent);
  pointer-events: none;
}

.c-table-data__rowselection {
  min-width: 50px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .c-table-data__rowselection:after {
    position: absolute;
    content: "";
    top: 0;
    right: -5px;
    height: 100%;
    width: 5px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1294117647), transparent);
    z-index: 2;
  }
}

.c-table-data__rowselection,
.c-table-data__multiaction-triggerer {
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 2;
}

.c-table-data__positioninput .c-input[data-il-ui-component] {
  grid-template-columns: 0% 100%;
}
.c-table-data__positioninput .c-input[data-il-ui-component] > label {
  display: none;
}
.c-table-data__positioninput .c-input[data-il-ui-component] input {
  width: 65px;
}

.c-table-data__multiaction-triggerer {
  width: fit-content;
}

.c-table-data__cell--link .c-table-data__header__resize-wrapper,
.c-table-data__cell--linklisting .c-table-data__header__resize-wrapper,
.c-table-data__cell--text .c-table-data__header__resize-wrapper {
  min-width: 140px;
  resize: horizontal;
}

.c-table-data__cell--email .c-table-data__header__resize-wrapper {
  min-width: 200px;
  resize: horizontal;
}

td.c-table-data__cell--email {
  text-align: right;
}

.c-table-data__cell--number .c-table-data__header__resize-wrapper,
.c-table-data__cell--status .c-table-data__header__resize-wrapper {
  width: 110px;
  resize: horizontal;
}

td.c-table-data__cell--number {
  text-align: right;
}

.c-table-data__cell--date .c-table-data__header__resize-wrapper {
  min-width: 110px;
  resize: horizontal;
}

.c-table-data__cell--statusicon .c-table-data__header__resize-wrapper,
.c-table-data__cell--boolean .c-table-data__header__resize-wrapper {
  min-width: 40px;
  resize: horizontal;
}

td.c-table-data__cell--highlighted {
  background-color: #f9f9f9;
}

@media screen and (min-width: 769px) {
  .c-table-data__row:hover td.c-table-data__cell--highlighted {
    background-color: rgb(50.505, 59.3233333333, 93.795);
  }
}

.c-table-data__cell__col-title {
  display: none;
}

@media screen and (max-width: 768px) {
  .c-table-data .c-table-data__table,
  .c-table-data tbody,
  .c-table-data .c-table-data__cell {
    width: 100%;
    display: block;
    border: none;
  }
  .c-table-data tr.c-table-data__row {
    display: flex;
    flex-wrap: wrap;
  }
  .c-table-data tr.c-table-data__row {
    border-top: 1px solid #dddddd;
    padding: 15px 0 15px;
  }
  .c-table-data .c-table-data__table {
    border-bottom: 1px solid #dddddd;
  }
  .c-table-data thead {
    display: none;
  }
  .c-table-data .c-table-data__cell__col-title {
    display: inline;
    font-weight: bold;
  }
  .c-table-data td.c-table-data__cell--email,
  .c-table-data td.c-table-data__cell--number {
    text-align: inherit;
  }
  .c-table-data td.c-table-data__cell--highlighted {
    font-size: 1.25rem;
    background-color: inherit;
  }
  .c-table-data .c-table-data__rowselection,
  .c-table-data .c-table-data__rowaction {
    order: -1;
    width: auto;
  }
  .c-table-data .c-table-data__rowaction {
    margin-left: auto;
  }
}

.il-toast-container {
  position: fixed;
  z-index: 19999;
  top: 110px;
  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: 23px;
  margin-right: 15px;
  padding: 9px;
  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: 9px;
  box-shadow: 3px 9px 9px 0 rgba(0, 0, 0, 0.3);
  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.875rem;
}
.il-toast .actions {
  grid-area: actions;
  display: flex;
  flex-direction: column;
}

.c-tree {
  list-style-type: none;
  padding: 0 3px 0 7px;
  margin-left: 0;
}
.c-tree ul {
  padding-left: 1rem;
  list-style-type: none;
}
.c-tree li.c-tree__node {
  padding: 0;
}
.c-tree li.c-tree__node .c-tree__node__line {
  padding: 3px 0 3px 1rem;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.c-tree li.c-tree__node .c-tree__node__line > .c-tree__node__label {
  padding-left: 4px;
}
.c-tree li.c-tree__node .c-tree__node__line > .c-tree__node__label .icon {
  vertical-align: text-bottom;
}
.c-tree li.c-tree__node .c-tree__node__line > .c-tree__node__value {
  padding-left: 4px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
}
.c-tree li.c-tree__node .c-tree__node__line > .c-tree__node__byline {
  padding-left: 4px;
  width: 100%;
}
.c-tree li.c-tree__node.highlighted > .c-tree__node__line {
  background-color: rgb(206.25, 210.8333333333, 228.75);
}
.c-tree li.c-tree__node.expandable > .c-tree__node__line:before {
  color: #dddddd;
  font-family: il-icons;
  content: "\e606";
  position: absolute;
  margin-left: -1rem;
}
.c-tree li.c-tree__node.expandable[aria-expanded=true] > .c-tree__node__line:before {
  font-family: il-icons;
  content: "\e604";
}
.c-tree li.c-tree__node[aria-expanded=false] > ul {
  display: none;
}

.il-viewcontrol-section,
.il-viewcontrol-pagination,
.il-viewcontrol-mode,
.il-viewcontrol-pagination__sectioncontrol {
  display: flex;
  align-items: center;
  gap: 3px;
}

.il-viewcontrol-section,
.il-viewcontrol-pagination,
.il-viewcontrol-mode {
  width: fit-content;
  min-height: 2.2rem;
  min-width: 2.2rem;
  border: 1px solid rgb(206.25, 210.8333333333, 228.75);
  padding: 3px;
  background-color: rgb(206.25, 210.8333333333, 228.75);
  border-radius: 10px;
}

.il-viewcontrol-section > .btn-default, .il-viewcontrol-section > .btn-link, .il-viewcontrol-section > .btn-ctrl, .il-viewcontrol-sortation .il-viewcontrol-section.dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section.l-bar__element > .btn-default.btn, .il-viewcontrol-section > .btn-default, .il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .il-viewcontrol-section.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-section.btn-group > .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-section.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-section.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section.dropdown > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section.dropdown > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section.last > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section.last > .btn-link,
.il-viewcontrol-section.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-section.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-section .btn-group > .btn-ctrl,
.il-viewcontrol-section .il-viewcontrol-sortation .btn-group.dropdown > .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-section .btn-group.dropdown > .btn-default.btn,
.il-viewcontrol-section .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .btn-group.l-bar__element > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-section .btn-group.l-bar__element > .btn-default.btn,
.il-viewcontrol-section .btn-group.il-viewcontrol-section > .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .btn-group > .btn-default,
.il-viewcontrol-section .btn-group > .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.dropdown > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.dropdown > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.dropdown > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.dropdown > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.last > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.last > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .btn-group.last > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .btn-group.last > .btn-link,
.il-viewcontrol-section .btn-group.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-section .btn-group.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-ctrl,
.il-viewcontrol-sortation .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination__sectioncontrol.l-bar__element > .btn-default.btn,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-section > .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination__sectioncontrol.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination__sectioncontrol.btn-group > .btn-link,
.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.dropdown > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.last > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__sectioncontrol.last > .btn-link,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-pagination__sectioncontrol.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-ctrl,
.il-viewcontrol-sortation .il-viewcontrol-pagination__num-of-items.dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination__num-of-items.l-bar__element > .btn-default.btn,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-section > .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination__num-of-items.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination__num-of-items.btn-group > .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.dropdown > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.dropdown > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.last > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination__num-of-items.last > .btn-link,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-pagination__num-of-items.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination > .btn-ctrl,
.il-viewcontrol-sortation .il-viewcontrol-pagination.dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination.l-bar__element > .btn-default.btn,
.il-viewcontrol-pagination.il-viewcontrol-section > .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination.btn-group > .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination.dropdown > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination.dropdown > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-pagination.last > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-pagination.last > .btn-link,
.il-viewcontrol-pagination.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-pagination.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-ctrl,
.il-viewcontrol-pagination .il-viewcontrol-sortation .dropdown > .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination .dropdown > .btn-default.btn,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .dropdown.l-bar__element > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .dropdown.l-bar__element > .btn-default.btn,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-section > .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-section > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .dropdown.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .dropdown.btn-group > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .dropdown.btn-group > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .dropdown.btn-group > .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .dropdown > .btn-default,
.il-viewcontrol-pagination .dropdown > .btn-link,
.il-viewcontrol-pagination .dropdown.last > .btn-default,
.il-viewcontrol-pagination .dropdown.last > .btn-link,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-pagination .dropdown.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-pagination .last > .btn-ctrl,
.il-viewcontrol-pagination .il-viewcontrol-sortation .last.dropdown > .btn-default.btn,
.il-viewcontrol-sortation .il-viewcontrol-pagination .last.dropdown > .btn-default.btn,
.il-viewcontrol-pagination .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .last.l-bar__element > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-pagination .last.l-bar__element > .btn-default.btn,
.il-viewcontrol-pagination .last.il-viewcontrol-section > .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-section > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-section .last.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-pagination .last.btn-group > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-section .last.btn-group > .btn-link,
.il-viewcontrol-section .il-viewcontrol-pagination .last.btn-group > .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .last.dropdown > .btn-default,
.il-viewcontrol-pagination .last.dropdown > .btn-link,
.il-viewcontrol-pagination .last > .btn-default,
.il-viewcontrol-pagination .last > .btn-link,
.il-viewcontrol-pagination .last.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-pagination .last.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-mode > .btn-link,
.il-viewcontrol-mode > .btn-ctrl,
.il-viewcontrol-sortation .il-viewcontrol-mode.dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .il-viewcontrol-mode.l-bar__element > .btn-default.btn,
.il-viewcontrol-mode.il-viewcontrol-section > .btn-default,
.il-viewcontrol-mode.il-viewcontrol-section > .btn-link,
.il-viewcontrol-section .il-viewcontrol-mode.btn-group > .btn-default,
.il-viewcontrol-section .il-viewcontrol-mode.btn-group > .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination__sectioncontrol > .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination__sectioncontrol > .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination__num-of-items > .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination__num-of-items > .btn-link,
.il-viewcontrol-mode.il-viewcontrol-pagination > .btn-default,
.il-viewcontrol-mode.il-viewcontrol-pagination > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-mode.dropdown > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-mode.dropdown > .btn-link,
.il-viewcontrol-pagination .il-viewcontrol-mode.last > .btn-default,
.il-viewcontrol-pagination .il-viewcontrol-mode.last > .btn-link,
.il-viewcontrol-mode > .btn-default,
.il-viewcontrol-mode > .btn-link {
  min-height: 1.7rem;
  min-width: 1.7rem;
  border-radius: 10px;
}

.il-viewcontrol-sortation .dropdown > .btn-default.btn,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn {
  border-radius: 10px;
}

.il-viewcontrol-pagination__sectioncontrol .browse,
.il-viewcontrol-pagination .browse,
.il-viewcontrol-section .browse {
  display: inline-block;
}

.il-viewcontrol-fieldselection .dropdown-menu {
  padding: 15px 9px;
}

.il-viewcontrol-sortation .dropdown-toggle .caret,
.il-viewcontrol-pagination__num-of-items .dropdown-toggle .caret,
.il-viewcontrol-fieldselection .dropdown-toggle .caret {
  display: inline;
  border: none;
  vertical-align: initial;
}

.il-viewcontrol-sortation .dropdown-toggle .caret:before {
  content: "⇵";
}

.il-viewcontrol-pagination__num-of-items .dropdown-toggle .caret:before {
  font-family: il-icons;
  font-size: 0.8rem;
  content: "\e900";
}

.il-viewcontrol-fieldselection .dropdown-toggle .caret:before {
  font-family: "Glyphicons Halflings";
  font-size: 0.8rem;
  content: "\e105";
}

.il-viewcontrol-pagination .engaged, .il-viewcontrol-mode .engaged {
  pointer-events: none;
  cursor: default;
}

.il-viewcontrol-pagination__sectioncontrol .form-group.row {
  align-items: center;
  height: 100%;
  margin: 0;
  gap: 9px;
}
.il-viewcontrol-pagination__sectioncontrol .form-group.row label {
  width: fit-content;
  margin-left: 9px;
  margin-bottom: 0;
}
.il-viewcontrol-pagination__sectioncontrol .form-group.row label:after {
  content: ":";
}
.il-viewcontrol-pagination__sectioncontrol .form-group.row [class*=col-] {
  width: auto;
  flex-grow: 1;
  padding: 0;
}
.il-viewcontrol-pagination__sectioncontrol .form-group.row input[type=number] {
  width: 5rem;
}

/* Component parts from old delos.scss */
div#agreement {
  width: 100%;
  height: 375px;
  overflow: auto;
  overflow-x: hidden;
}

.alert {
  padding: 9px 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 400;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 9px 15px20;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #161616;
  background-color: rgb(234.7, 243.9272727273, 225.4727272727);
  border-color: rgb(234.7, 243.9272727273, 225.4727272727);
}
.alert-success hr {
  border-top-color: rgb(221.95, 236.9727272727, 206.9272727273);
}
.alert-success .alert-link {
  color: black;
}

.alert-info {
  color: #161616;
  background-color: rgb(221.841875, 236.45, 243.638125);
  border-color: rgb(221.841875, 236.45, 243.638125);
}
.alert-info hr {
  border-top-color: rgb(202.8496875, 225.825, 237.1303125);
}
.alert-info .alert-link {
  color: black;
}

.alert-warning {
  color: #161616;
  background-color: rgb(255, 229.0435359116, 208.94);
  border-color: rgb(255, 229.0435359116, 208.94);
}
.alert-warning hr {
  border-top-color: rgb(255, 214.6733701657, 183.44);
}
.alert-warning .alert-link {
  color: black;
}

.alert-danger {
  color: #161616;
  background-color: rgb(255, 214.54, 214.54);
  border-color: rgb(255, 214.54, 214.54);
}
.alert-danger hr {
  border-top-color: rgb(255, 189.04, 189.04);
}
.alert-danger .alert-link {
  color: black;
}

span.ilAlert {
  color: #B54F00;
}

span.il_ItemAlertProperty {
  color: #B54F00;
}

div.ilHeaderAlert {
  font-size: 0.875rem;
  padding: 0;
  color: #B54F00;
}

.alert > a {
  text-decoration: underline;
}

.alert > a.btn {
  text-decoration: none;
}

/* 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 #dddddd;
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: auto; /* Bug 11209 */
}

div#bot_center_area iframe {
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: auto; /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}

div#bot_center_area_drag {
  left: 0;
  right: 0;
  height: 4px;
  cursor: row-resize;
  margin-top: -8px;
  position: absolute;
}

#drag_zmove {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
  display: none;
}

div#bot_center_area_drag:hover {
  background: none #fa9;
}

/* ---------------- headlines ------------------ */
h1.il-page-content-header {
  color: rgb(63, 74, 117);
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h1.il-page-content-header {
    font-size: 1.25rem;
  }
}

h1.ilHeader {
  padding: 10px 0 0;
}
@media only screen and (max-width: 991px) {
  h1.ilHeader {
    padding-top: 5px;
  }
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

h2.ilHeader {
  font-weight: 600;
  padding: 0;
  margin: 0;
  display: inline;
  font-size: 1.115rem;
  color: rgb(63, 74, 117);
}

#headerimage {
  width: 45px;
  height: 45px;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
}
@media only screen and (max-width: 991px) {
  #headerimage {
    width: 35px;
    height: 35px;
    margin-top: 2px;
    margin-right: 7px;
  }
}

div.ilHeadAction {
  float: right;
  margin: 8px 0 5px; /* bottom 5px blog fullscreen */
}

div.ilHeadAction .prop {
  padding-right: 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: 1rem;
  padding: 0;
  color: #161616;
}

div.il_HeaderInner {
  padding: 12px 0;
  margin-bottom: 5px;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  div.il_HeaderInner {
    color: #161616;
  }
}
div.il_HeaderInner.media {
  margin-top: 0;
}

.ilAccHeadingHidden, .ilAccHidden {
  position: absolute;
  left: -2000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div.ilAccAnchor, div.ilAccAnchor:hover {
  text-decoration: none;
  color: inherit;
}

/* 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: 991px) {
  .ilFrameFixedWidthHeader div.ilHeaderBanner {
    max-width: 100%;
    height: 40px !important;
    padding: 0;
  }
}

div.ilHeaderBanner img.ilHeaderImg {
  width: 100%;
}

.ilFrameFixedWidth div.ilHeaderDesc {
  padding-left: 0;
}

div.ilBox {
  background: url("./images/contentstyle/FramedBack.png") repeat-x;
  border: 1px solid #dddddd;
  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;
}

/* ------- Helptext --------- */
span.il_Helptext {
  font-size: 0.875rem;
  font-weight: 400;
}

/* Icon Default */
img.ilIcon {
  width: 32px;
  height: 32px;
}

/* Icon small */
img.ilSmallIcon {
  width: 22px;
  height: 22px;
}

.ilLeftNavSpace {
  /* padding: 0 20px 0 310px; */
  margin-left: 315px !important;
}
@media (max-width: 1200px) {
  .ilLeftNavSpace {
    margin-left: 0 !important;
  }
}

/* ----------------- normal links ------------- */
a.light:link, a.light:visited {
  text-decoration: none;
  color: #35b;
}

a.light:hover {
  color: black;
}

@media only screen and (max-width: 991px) {
  img.olTileImage {
    max-width: none;
  }
}

@media only screen and (max-width: 991px) {
  div.ilGoogleMap {
    max-width: 100%;
  }
}

.media {
  margin-top: 6px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 12px;
}

.media-left,
.media > .pull-left {
  padding-right: 12px;
}

.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: 6px;
}

/* Overlays, Blocks */
.ilOverlay {
  background-color: white;
  border: 1px solid #dddddd;
  text-align: left;
  position: absolute;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
}

/* right panel (e.g. notes, comments) */
div.ilRightPanel {
  overflow: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
  left: auto !important;
}

#ilRightPanelClose {
  display: block;
  float: right;
}

@media only screen and (max-width: 991px) {
  div.ilTableOuter {
    max-width: 100%;
    overflow: auto;
  }
}

@media only screen and (max-width: 991px) {
  .table-responsive .dropdown-menu {
    position: relative;
  }
}

/* -------------------- table formatting ------------------ */
div.ilCommandRow {
  text-align: right;
  padding-right: 1%;
  margin-bottom: 15px;
}

div.ilCommandRow.one_side_col {
  padding-right: 22%;
}

table.std {
  color: #161616;
  background-color: #f9f9f9;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #9eadba;
}

.fullwidth_invisible {
  color: #161616;
  background-color: #f9f9f9;
  width: 100%;
  border-spacing: 0;
}

table.nobackground {
  color: #161616;
  background-color: inherit;
  border-spacing: 0;
  padding: 3px;
}

.subitem {
  clear: both;
  margin: 0 -10px 0 0;
  padding-top: 5px;
  /* border-top: 1px dotted #c0c0c0; */
}

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

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

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

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

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.875rem;
  text-decoration: none;
  margin: 0 3px 0 0;
  white-space: nowrap;
  font-weight: 400;
}

a.il_ContainerItemCommand2:hover,
a.il_ContainerItemCommand:hover {
  text-decoration: underline;
}

div.il_ContainerItemCommands2 {
  text-align: right;
  margin: 0 3px 3px;
}

div.il_ContainerItemCommands {
  padding: 2px 0;
}

h3.il_ContainerItemTitle {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  display: inline;
}

div.il_ContainerItemTitle {
  float: left;
  max-width: calc(100% - 40px);
  padding-bottom: 5px;
}

div.il_ItemProperties {
  margin: 2px 0 5px;
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
}

div.il_ItemNotice {
  margin: 2px 0 5px;
  text-align: left;
  font-weight: 400;
  font-size: 0.875rem;
  color: green;
}

a.il_ItemProperty:link, a.il_ItemProperty:visited {
  text-decoration: none;
  font-weight: 400;
}

a.il_ItemProperty:hover {
  color: black;
  text-decoration: underline;
}

/* Table Links */
/* --- description text ---*/
div.il_Description, td.il_Description {
  margin: 2px 0 5px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
}

div.il_Description_no_margin, td.il_Description_no_margin {
  font-size: 0.875rem;
  font-style: italic;
  text-align: left;
}

div.il_info {
  font-size: 0.875rem;
  text-align: left;
}

.well {
  min-height: auto;
  padding: 18px;
  background-color: #3f4a75;
  border: 1px solid #dddddd;
  border-radius: 0px;
  text-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #dddddd;
}

.php {
  min-height: auto;
  padding: 18px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 0px;
  text-color: white;
  -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);
}
.php blockquote {
  border-color: #dddddd;
}

/* Adapted from Bootstrap 3 */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar::after {
  display: block;
  clear: both;
  content: "";
}
.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:not(:focus-visible),
.btn-group.open .dropdown-toggle:not(:focus-visible) {
  outline: 0;
}
.btn-group .dropdown-toggle:active:focus-visible:focus-visible,
.btn-group.open .dropdown-toggle:focus-visible:focus-visible {
  outline: none;
  border: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 2px #FFFFFF;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group::after {
  display: block;
  clear: both;
  content: "";
}
.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 input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  padding: 0px 24px;
}
.carousel-inner .item:not(.text-only) .item-content {
  display: flex;
  justify-content: center;
}
.carousel-inner .item:not(.text-only) .item-content.item-vertical {
  flex-direction: column;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item .item-content > img,
.carousel-inner > .item .item-content > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left.text-only, .carousel-inner > .item.prev.right.text-only, .carousel-inner > .item.active.text-only {
    padding: 0 15px;
  }
}
.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;
  left: 0;
  bottom: 0;
  width: 20px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  font-size: 20px;
  color: #3f4a75;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #3f4a75;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #3f4a75;
  border-radius: 10px;
  cursor: pointer;
  background-color: #3f4a75;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: rgb(45.15, 53.0333333333, 83.85);
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3f4a75;
  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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 3px 9px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #161616;
  text-align: center;
  background-color: #3f4a75;
  border: 1px solid #757575;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 3px 6px;
  font-size: 0.875rem;
  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;
}

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

/* Legacy Modules & Services */
/* Modules/Bibliographic */
span.bibl_text_inline_Emph {
  font-style: italic;
}

/* Modules/Blog */
div.ilBlogList {
  padding: 10px;
  margin-bottom: 20px;
  background-color: white;
}

div.ilBlogListItem {
  padding: 1px 1px 5px;
  margin-bottom: 35px;
}
div.ilBlogListItem.ilBlogListItemDraft {
  padding: 8px;
}

div.ilBlogListItemTitle {
  border-bottom: 1px solid #dddddd;
}

div.ilBlogListItemTitle h3 {
  margin-bottom: 5px;
}

div.ilBlogListItemSubTitle {
  margin-top: 5px;
  color: rgb(111.25, 111.25, 111.25);
  font-size: 0.875rem;
  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.875rem;
  margin-top: 15px;
  min-height: 15px;
}

td.ilBlogSideBlockContent {
  padding: 10px;
}

td.ilBlogSideBlockCommand {
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
  border-bottom: 1px solid #dddddd;
  padding: 1px 3px;
  background-color: #f9f9f9;
  text-align: right;
}

div.ilBlogSideBlockAuthor {
  margin-top: 3px;
}

ul.ilBlogSideBlockNavigation {
  margin-top: 3px;
  padding-left: 15px;
}

div.ilBlogSideBlockNavigationSelection {
  margin-bottom: 5px;
}

.ilBlogListItemDraft {
  border: 2px dotted #B54F00;
}

.ilBlogDraftText {
  color: #B54F00;
  position: absolute;
  font-size: 0.875rem;
  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;
  }
}
/* Modules/BookingManager */
.ilTextinfo {
  margin-bottom: 10px;
}

ul.il-book-obj-selection {
  list-style: none;
  padding: 0;
  margin: 9px 0;
}
ul.il-book-obj-selection li {
  padding-left: 9px;
}

.il-book-border-mark-1 {
  border-left: 3px solid #f3de2c;
}

.il-book-border-mark-2 {
  border-left: 3px solid #d38000;
}

.il-book-border-mark-3 {
  border-left: 3px solid #307C88;
}

.il-book-border-mark-4 {
  border-left: 3px solid #86cb92;
}

.il-book-border-mark-5 {
  border-left: 3px solid #ce73a8;
}

.il-book-border-mark-6 {
  border-left: 3px solid #82639e;
}

.il-book-border-mark-7 {
  border-left: 3px solid #9e7c7d;
}

.il-book-border-mark-8 {
  border-left: 3px solid #f75e82;
}

.il-book-border-mark-9 {
  border-left: 3px solid #ea4d54;
}

.il-book-slot-1 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #f3de2c;
}

.il-book-slot-2 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #d38000;
}

.il-book-slot-3 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #307C88;
}

.il-book-slot-4 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #86cb92;
}

.il-book-slot-5 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #ce73a8;
}

.il-book-slot-6 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #82639e;
}

.il-book-slot-7 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #9e7c7d;
}

.il-book-slot-8 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #f75e82;
}

.il-book-slot-9 {
  height: 100%;
  width: 100%;
  padding: 3px;
  border-left: 3px solid #ea4d54;
}

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

.chatroom-centered-checkboxes label {
  margin: 0 5px 0 0;
}
.chatroom-centered-checkboxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

@media only screen and (max-width: 991px) {
  #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: rgb(111.25, 111.25, 111.25);
  font-size: 0.875rem;
  padding: 5px 3px 0 3px;
  line-height: 1em;
  margin: 0;
}
.ilChatroomUser .media-body h4 {
  padding-top: 0;
  color: rgb(111.25, 111.25, 111.25);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ilChatroomUser .dropdown-menu {
  background-color: #f9f9f9;
  padding: 10px 0;
  font-size: 0.875rem;
}
.ilChatroomUser .dropdown-menu a {
  color: #161616;
}
.ilChatroomUser .dropdown-menu a:hover {
  color: black;
}
.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: rgb(206.25, 210.8333333333, 228.75);
}
.ilChatroomUser .dropdown-menu {
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ilChatroomUser .dropdown-backdrop {
  position: static;
}
.ilChatroomUser .media {
  padding: 0;
}
.ilChatroomUser .media-left img {
  width: 30px;
  height: 30px;
}
.ilChatroomUser .media-body, .ilChatroomUser .media-left, .ilChatroomUser .media-right {
  display: table-cell;
  vertical-align: top;
}
.ilChatroomUser .media-left {
  padding-right: 10px;
}
.ilChatroomUser .media {
  padding: 10px;
}

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

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

.ilCourseObjectiveProgressBarLimit {
  float: right;
  position: relative;
  border-right: 2px dotted #dddddd;
  height: 20px;
  margin-top: -17px;
}

.ilCourseObjectiveProgressBarNeutral {
  background-color: #dddddd;
}

.ilCourseObjectiveProgressBarCompleted {
  background-color: #60b060;
}

.ilCourseObjectiveProgressBarFailed {
  background-color: #b06060;
}

div.editLink {
  padding-right: 1em;
}

/* Modules/DataCollection */
td.dcl_actions {
  padding-right: 5px;
}

.dcl_record_list td, .dcl_field_list td {
  padding: 10px 7px;
  font-size: 0.875rem;
}

.ilDclTableDescription {
  padding: 15px 15px;
  font-size: 1rem;
}

.ilDclRecordViewNavWrapper {
  margin-bottom: 40px;
}

.ilDclRecordViewNav {
  font-weight: 400;
  padding: 3px;
  font-size: 0.875rem;
  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/Excercise */
.ilExcAssignmentBody {
  padding-left: 15px;
  padding-right: 15px;
}

.ilExcAssignmentHead img {
  display: block;
  float: left;
  margin: 0 9px 0 3px;
}

.ilExcAssignmentHead .ilAssignmentHeader {
  padding: 0;
  font-size: 1rem;
}

.ilExcAssignmentHead, .ilAssignmentHeader {
  display: block;
}

.ilExAssignmentHeadProperty {
  margin: 4px 0 0 25px;
  font-size: 0.875rem;
}

.ilExcOverview .ilExcAssImageContainer {
  max-width: 300px;
  display: inline-block;
  cursor: pointer;
}

.ilExcReportFeedback {
  background-color: #f9f9f9;
  padding: 9px;
}

.ilExcAssignmentInfoTool {
  padding: 10px;
}
.ilExcAssignmentInfoTool h4 {
  padding-left: 0px;
  padding-right: 0px;
}
.ilExcAssignmentInfoTool p {
  padding: 0px;
}
.ilExcAssignmentInfoTool ul {
  padding-left: 30px;
  margin: 0;
}

.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: #dddddd;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #dddddd;
  border-radius: 0.25em;
}

/* 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 #dddddd;
  font-size: 0.875rem;
}

div.ilForumQuoteHead {
  font-weight: 600;
  font-size: 0.875rem;
  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 9px 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: 991px) {
  .ilFrmPostTitle {
    margin-top: 6px;
    font-size: 1rem;
  }
}

div.ilFrmPostHeader span.small {
  color: rgb(111.25, 111.25, 111.25);
}

.ilFrmPostContentContainer {
  margin: 0 0 3px;
  width: 80%;
  float: left;
}
@media only screen and (max-width: 991px) {
  .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.il-link.link-bulky {
  display: inline-block;
  width: auto;
  min-height: auto;
  border: none;
  background: inherit;
}
.ilFrmTargetImage a.il-link.link-bulky .bulky-label {
  display: none;
}

.ilFrmPostContent {
  margin-top: 15px;
}

li.ilFrmPostRow {
  padding: 3px 0 3px 3px;
  margin-bottom: 15px;
  border-left: 6px solid #dddddd;
}
li.ilFrmPostRow.tblrowmarked {
  background-color: white;
  border-left: 6px solid #B54F00;
}
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: 991px) {
  li.ilFrmPostRow div.ilForm, li.ilFrmPostRow div.ilForm input[type=text], li.ilFrmPostRow div.ilForm textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  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: #B54F00;
}

.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 #B54F00;
}

.ilFrmBottomToolbar {
  margin-top: 15px;
}

.ilForumTreeTitle {
  display: inline-block;
}

.ilFrmPostActivationStatus {
  color: #B54F00;
}

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

.ilForumInlineCommandContainer {
  display: flex;
}

.il-item-actions {
  float: right;
}

/* 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: #f9f9f9;
  border-left: 3px solid #dddddd;
  /* box-shadow: inset 0px 2px 2px #d0d0d0; */
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: hidden; /* Bug 11209 */
}

div#right_area iframe {
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: auto; /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}

div#right_cont_area {
  bottom: 0;
  width: 50%;
  right: 0px;
  top: 117px;
  position: fixed;
  background-color: transparent;
  border-left: 3px solid #dddddd;
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: hidden;
}

div#right_top_area {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-bottom: 3px solid #e9e9e9;
  border-right: 3px solid #e9e9e9;
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: hidden;
  display: none;
}

div.ilRightContAreaSplit div#right_top_area {
  height: 50%;
}

div#right_top_area iframe {
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: auto; /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}

div#right_bottom_area {
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: hidden;
  display: none;
  border-right: 3px solid #e9e9e9;
}

div.ilRightContAreaSplit div#right_bottom_area {
  top: 50%;
  height: 50%;
}

div#right_bottom_area iframe {
  -webkit-overflow-scrolling: touch; /* Bug 11209 */
  overflow: auto; /* Bug 11209 */
  border: none;
  width: 100%;
  height: 100%;
}

#il_expl2_jstree_cont_out_ilLMProgressTree img {
  width: 18px;
  height: 18px;
  margin-top: -3px;
}

.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: #f9f9f9;
}
.ilLSOKioskModeNavigation .navbar-form {
  line-height: 25px;
}
.ilLSOKioskModeNavigation .navbar-header {
  float: none;
}

.ilLSOKioskModeContent .panel-primary .panel-heading {
  display: none;
}

.ilLSOKioskModeCurriculum {
  background-color: #f9f9f9;
}
.ilLSOKioskModeCurriculum .il-workflow-container {
  padding: 5px;
}

/* intro page */
.il-lso-startbutton-container {
  margin: 9px 0;
}

/* BEGIN LTIConsumer */
#ltiLoadingAnimation {
  padding-top: 50px;
  text-align: center;
}

#ltiIframe {
  border: solid #757575 2px !important;
  padding: 3px;
  width: 100%;
  height: 500px;
}

/* END LTIConsumer */
.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%;
}
#il-mcst-img-gallery .modal-content img {
  margin: 30px auto 0 auto;
}
#il-mcst-img-gallery .modal-content {
  background-color: black;
}
#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;
}

/* Modules/MediaPool */
#ilMepPreviewContent {
  margin: 0;
  width: 100%;
  padding: 0;
  border: 0;
}

.ilMediaPoolPagePreviewBody {
  background-color: #f9f9f9;
  height: auto;
}

.ilMediaPoolPreviewThumbnail img {
  max-width: 100px;
}

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

/* Modules/Poll */
.ilPollAlert {
  margin: 5px;
  font-size: 0.875rem;
  color: #B54F00;
}

.ilPollDescription {
  margin: 5px;
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
}

.ilPollQuestion {
  display: inline-block;
  width: 97%;
  margin: 1.5%;
  font-size: 0.875rem;
  font-style: italic;
}

.ilPollModeInfo {
  display: inline-block;
  width: 97%;
  margin: 1.5%;
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
}

img.ilPollQuestionImage {
  margin: 1.5% 0%;
  max-width: 100%;
}

.ilPollQuestionAnswers {
  margin: 5px;
  font-size: 0.875rem;
}

.ilPollQuestionAnswer {
  margin-bottom: 5px;
}

.ilPollQuestionResults {
  margin: 10px;
  font-size: 0.875rem;
}

.ilPollQuestionResult {
  margin-bottom: 5px;
}

.ilPollQuestionResult .progress .progress-bar {
  background-color: #3f4a75;
}

.ilPollLegend {
  margin-bottom: 5px;
}

.ilPollLegend td.legendLabel {
  font-size: 1rem;
}

/* 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.875rem;
  /* 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 > div.ilInvisibleBorder {
  padding: 0;
  padding-left: 40px;
}
body.ilPrtfPdfBody {
  margin: 0;
}

body.ilPrtfPdfBody h1.ilc_PrintPageTitle {
  border-bottom: 1px solid #000000;
}

body.ilPrtfPdfBody .ilPCMyCoursesToggle img {
  visibility: hidden;
}

/* Modules/ScormAicc */
table.il_ScormTable {
  color: #161616;
  background-color: #f9f9f9;
  border-spacing: 1px;
  border: none;
}

td.il_ScormTableKey {
  background-color: #f9f9f9;
  color: #161616;
  padding: 1px 3px;
  vertical-align: top;
  text-align: right;
}

td.il_ScormTableValue {
  background: none #f9f9f9;
  color: #161616;
  padding: 1px 3px;
  vertical-align: top;
  text-align: left;
}

/* 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;
  }
  .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;
    padding-right: 12px;
  }
  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.scss */
div.il-survey-page {
  padding: 15px;
  background-color: white;
}

div.il-survey-question {
  margin-bottom: 30px;
}

div.ilSurveyPageEditDropArea {
  border-color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  background-color: rgb(220.1377952756, 234.0826771654, 149.4173228346);
}

div.ilSurveyPageEditDropAreaSelected {
  border-color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  background-color: rgb(206.0826771654, 225.6496062992, 106.8503937008);
}

div.ilSurveyPageEditAreaDragging {
  border: 2px dashed rgb(63, 74, 117);
  background-color: #f9f9f9;
  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;
}

/* not yet refactored code from former ta.css */
.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%;
}

.il-pagetitle .l-bar__space-keeper {
  --l-bar__element__margin-bottom: 1px;
  font-size: 1rem;
  font-weight: 400;
}
.il-pagetitle .il-test-kiosk-head__participant-name {
  font-size: 1.115rem;
  font-weight: 600;
}

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

.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: 991px) {
  .ilc_qinput_TextInput {
    max-width: 100%;
  }
}

.testSheet {
  background: #EEEEEE;
  border-spacing: 1px;
  border: 1px outset #BBBBBB;
  margin: 5px;
  padding: 2em;
}

.questionTitle {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 140%;
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000000;
}

.ilTestQuestionRelatedObjectivesInfo {
  font-size: 0.7em;
  font-style: italic;
  margin: 5px 0;
}

.questionPrintview {
  border: 1px solid #C0C0C0;
  padding: 0.25em;
  margin-top: 1em;
  padding: 15px;
}
.questionPrintview .row.ilc_qanswer_Answer {
  padding-left: 15px;
  padding-right: 15px;
}

.solutionbox {
  color: black;
  background-color: white;
  padding-left: 5px;
  padding-right: 5px;
  border-style: inset;
  border-width: 1px;
}

td.middle {
  color: #000000;
  background-color: inherit;
  border-spacing: 0px;
  border: none;
  padding: 3px;
  vertical-align: middle;
}

td.top {
  color: #000000;
  background-color: inherit;
  border-spacing: 0px;
  border: none;
  padding: 3px;
  vertical-align: top;
}

/* --- Test tool javascript styles --- */
span.nowrap {
  white-space: nowrap;
}

div.termtext {
  width: 200px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #F1F1F1;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
}

div.dropzone {
  width: 220px;
  height: 120px;
  border: 1px solid #000000;
  background-color: #FFE4E4;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: dotted;
  text-align: center;
}

div.textboximage {
  width: 200px;
  height: 80px;
  border: 1px solid #000000;
  background: #DDDDDD;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
}

div.imagebox {
  width: 200px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #F1F1F1;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
  z-index: 200;
}

div.textbox {
  width: 200px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #F1F1F1;
  color: #222222;
  padding: 10px;
  vertical-align: middle;
  border-style: outset;
  text-align: center;
  z-index: 200;
}

#filterpanel {
  text-align: right;
}

.filteractive {
  background-color: #f7face;
  border: 1px #d48110 solid;
}

.filterinactive {
  background-color: #fff;
}

.manfeedback .toggle-button {
  padding-left: 20px;
  background: transparent url(images/del_sprite_arrows.gif) 3px -318px no-repeat;
  cursor: pointer;
}

.manfeedback .yes {
  padding-left: 20px;
  background: transparent url(images/del_sprite_arrows.gif) 3px -359px no-repeat;
  cursor: pointer;
}

.manfeedback .off {
  padding-left: 20px;
  background: none;
  cursor: default;
}

div.odd {
  padding: 0.5em 0;
}

div.even {
  padding: 0.5em 0;
}

div.last {
  border-bottom: none;
}

table.imagemapareas tr,
table.kvpwizard tr,
table.matchingwizard tr,
table.matchingpairwizard tr,
table.errortextwizard tr,
table.singlechoicewizard tr,
table.multiplechoicewizard tr {
  vertical-align: top;
}

table.imagemapareas th,
table.kvpwizard th,
table.matchingwizard th,
table.matchingpairwizard th,
table.errortextwizard th,
table.singlechoicewizard th,
table.multiplechoicewizard th,
table.kprimchoicewizard th {
  vertical-align: top;
}

table.kprimchoicewizard th.true,
table.kprimchoicewizard th.false {
  padding: 5px 5px;
}

table.kprimchoicewizard td.correctness {
  vertical-align: top;
  text-align: center;
}

table.kprimchoicewizard th {
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}

table.kprimchoicewizard {
  margin-bottom: 15px;
}

table.kprimchoicewizard td {
  padding-top: 15px;
}

div.ilAssKprimChoiceTable div.optionLabel,
table.kprimchoicewizard th.optionLabel {
  background-color: lightgrey;
}

table.ilAssKprimChoiceTable tr.aggregaterow td {
  border-bottom: solid lightgrey 1px;
}

table.ilAssKprimChoiceTable tr.aggregaterow td.answer_frequency {
  text-align: right;
}

table.il_tst_answer_aggregation {
  border-collapse: collapse;
}

table.il_tst_answer_aggregation td,
table.il_tst_answer_aggregation th {
  padding: 5px 15px;
}

table.il_tst_answer_aggregation th {
  background-color: lightgrey;
}

table.il_tst_answer_aggregation td {
  border-bottom: solid lightgrey 1px;
}

table.il_tst_answer_aggregation td.answer_option {
  font-style: italic;
}

table.il_tst_answer_aggregation td.answer_frequency {
  text-align: right;
}

.question_description {
  font-style: italic;
  font-size: 90%;
}

.number {
  text-align: right;
}

.errortext a:link,
.errortext a:visited {
  text-decoration: none;
  color: #000;
  padding: 0 2px;
  line-height: 1.5em;
}

.errortext a:hover {
  background-color: #ddd;
}

.ilc_qetitem_ErrorTextSelected {
  background-color: #9bd9fe;
  border: 1px #666 solid;
}

.selGroup {
  border: 2px #9bd9fe solid;
  padding: 3px 2px;
  margin-right: 2px;
}

.questionpool_info {
  padding: 0.4em;
  margin-top: 0.4em;
}

.questionpool_title {
  font-weight: bold;
}

td.matching {
  vertical-align: middle;
}

div.term {
  display: inline;
  padding: 0.5em 1em;
  float: left;
}

.solutiontable td {
  padding: 0 1em;
}

span.result {
  font-style: italic;
}

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 {
  position: fixed;
  z-index: 99999999999;
  top: 9px;
  right: 15px;
  box-shadow: 20px 10px 30px rgba(0, 0, 0, 0.15);
}
.tstAutosaveMsg:empty {
  display: none;
}

.textarea {
  cursor: not-allowed !important;
  border: 1px solid rgb(169, 169, 169);
  padding: 2px;
  background-color: rgb(235, 235, 228);
  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: 991px) {
  #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: 991px) {
  #tst_output {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 991px) {
  .il-layout-page.with-mainbar-slates-engaged #tst_output {
    flex-direction: column-reverse;
  }
  .il-layout-page.with-mainbar-slates-engaged #tst_output #tst_left {
    margin-right: 0;
    width: 100%;
  }
}
#tst_output .ilTstNavigation {
  display: flex;
  padding: 6px 12px;
  justify-content: space-between;
  background-color: #f9f9f9;
}

#tst_output #tst_left ul.shortlist {
  list-style-type: none;
  padding: 0;
}
#tst_output #tst_left ul.shortlist li {
  padding: 0 0 6px 18px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0px 5px;
}
#tst_output #tst_left ul.shortlist li.unanswered {
  background-image: url("images/object/answered_not.svg");
}
#tst_output #tst_left ul.shortlist li.answered {
  background-image: url("images/object/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_output #tst_right .dd-item, #ilAssQuestionPreview .dd-item, #il_prop_cont_order_elems .dd-item {
  font-size: 1rem;
}
#tst_output #tst_right li.dd-item.ilc_qordli_OrderListItem > ul li.dd-item.ilc_qordli_OrderListItem, #ilAssQuestionPreview li.dd-item.ilc_qordli_OrderListItem > ul li.dd-item.ilc_qordli_OrderListItem, #il_prop_cont_order_elems li.dd-item.ilc_qordli_OrderListItem > ul li.dd-item.ilc_qordli_OrderListItem {
  border: 1px #3f4a75 solid;
  border-left: 9px #3f4a75 solid;
}

#tst_pass_details_overview tr {
  scroll-margin-top: 30px;
}

/* Modules/Wiki */
a.ilWikiPageMissing:link, a.ilWikiPageMissing:visited {
  color: #d00;
}

a.ilWikiPageMissing:hover {
  color: black;
}

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.875rem;
}

/* see mantis #0027530 */
#block_wikiside_0 .panel-body {
  overflow: visible;
}

/* Modules/WorkspaceFolder */
#tbl_wfld.table-striped > tbody > tr > td {
  background-color: transparent;
}

.ilWspContainerListFooter {
  background-color: #f9f9f9;
  margin: 0px -15px -15px -15px;
  padding: 5px 25px;
}

/* PRG Page Editor Elements */
.c-prg-statusinfo__wrapper,
.c-prg-actionnote__wrapper {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-prg-statusinfo__headline,
.c-prg-actionnote__headline {
  background-color: #f9f9f9;
  padding: 9px 15px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.c-prg-statusinfo__headline h3,
.c-prg-actionnote__headline h3 {
  margin: 0;
  color: #161616;
}
.c-prg-statusinfo__content,
.c-prg-actionnote__content {
  border-bottom: 1px solid #dddddd;
  background-color: white;
}
.c-prg-statusinfo__icon,
.c-prg-actionnote__icon {
  padding: 9px 15px;
  display: table-cell;
  vertical-align: top;
  max-width: none;
}
.c-prg-statusinfo__text,
.c-prg-actionnote__text {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 9px;
}
.il-table-access-control-permissions {
  font-size: 0.875rem;
}
.il-table-access-control-permissions label {
  vertical-align: middle;
  padding-left: 6px;
}

/* Services/Accordion */
.il_VAccordionHead, .il_HAccordionHead {
  padding: 9px 9px 9px 39px;
  text-align: left;
  cursor: pointer;
  color: #3f4a75;
  font-size: 1rem;
  background-image: url("./images/nav/tree_col.svg");
  background-repeat: no-repeat;
  background-color: #f9f9f9;
  background-position: 15px 9px;
  background-size: 20px 20px;
  border: 0;
}
.il_VAccordionHead:hover, .il_HAccordionHead:hover {
  background-color: rgb(206.25, 210.8333333333, 228.75);
}

.il_VAccordionHead {
  display: block;
  width: 100%;
}

.il_VAccordionInnerContainer {
  border: 1px solid #dddddd;
  margin-bottom: 12px;
  border-radius: 3px;
}

.il_VAccordionContent, .il_HAccordionContent {
  padding-top: 9px;
}

.il_HAccordionHeadActive, .il_VAccordionHeadActive {
  background-image: url("./images/nav/tree_exp.svg");
  background-color: rgb(206.25, 210.8333333333, 228.75);
}

.ilAccHideContent {
  width: 0px;
  height: 0px;
  display: none;
}

div.ilc_va_icont_VAccordICont {
  overflow: visible !important;
}

/* Services/Awareness */
.ilAwarenessDropDown .popover {
  max-width: 300px;
  color: #161616;
  min-width: 250px;
}

#awareness-list {
  overflow: auto;
}
#awareness-list .dropdown-header {
  background-color: #f9f9f9;
  margin-bottom: 0px;
}

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

.ilAwarenessDropDown .media-body, .ilAwarenessDropDown .media-left, .ilAwarenessDropDown .media-right {
  display: table-cell;
  vertical-align: top;
}

.ilAwarenessDropDown .media-left {
  padding-right: 10px;
}

.ilAwarenessDropDown .media {
  padding: 10px;
}

#awareness-content .input-group {
  display: table;
}
#awareness-content .media:hover {
  background-color: rgb(206.25, 210.8333333333, 228.75);
}
#awareness-content .glyphicon {
  font-size: inherit;
}

#awareness-content .dropdown-menu {
  position: static;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#awareness-content .media {
  padding: 0;
}

#awareness-content .media-left img {
  width: 45px;
  height: 45px;
}

.ilAwarenessItem {
  border-bottom: 1px solid #dddddd;
  background-color: white;
}
.ilAwarenessItem > div[role=button]:focus-visible:focus {
  outline: none;
  outline-offset: 0px;
}
.ilAwarenessItem > div[role=button]:focus-visible:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
.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 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: rgb(111.25, 111.25, 111.25);
  font-size: 0.875rem;
  padding: 5px 3px 0 3px;
  line-height: 1em;
  margin: 0;
}

#awareness-content .media-body h4 {
  padding-top: 0px;
  font-size: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#awareness-content .dropdown-menu {
  background-color: #f9f9f9;
  padding: 10px 0;
  font-size: 0.875rem;
}

#awareness-content .dropdown-menu a {
  color: #161616;
}

#awareness-content .dropdown-menu a:hover {
  color: black;
}

#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: rgb(206.25, 210.8333333333, 228.75);
  color: rgb(111.25, 111.25, 111.25);
}

.ilAwrnBadgeHidden {
  visibility: hidden;
}

/* due to bug #17839 */
#awareness-content .dropdown-backdrop {
  display: none;
  right: auto;
  width: 0px;
}

.ilAwarenessItem > div {
  cursor: pointer;
}

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

/* Blocks */
div.il_Block, table.il_Block {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 23px;
  clear: both;
  table-layout: fixed;
  word-wrap: break-word;
  background-color: #f9f9f9;
  border: none;
  text-align: left;
  padding: 9px;
}

#il_center_col div.il_Block {
  background-color: #f9f9f9;
}

div.ilBlockHeader, div.ilBlockHeaderBig,
td.ilBlockHeader, td.ilBlockHeaderBig {
  /* font-family: 'Open Sans Semibold';  deactivated, since it affects drop downs in the header */
  font-weight: 600;
  padding: 3px 0;
  margin: 0 9px;
  text-align: left;
  color: rgb(63, 74, 117);
  border-bottom: 1px solid #dddddd;
  /* box-shadow: 0 -2px 1px -1px white inset; no white lines */
}

div.ilBlockHeaderBig, td.ilBlockHeaderBig {
  font-size: 1rem;
}

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: 1rem;
  display: inline;
}

/* possibly deprecated */
.il_BlockInfo {
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
}

/* new class */
div.ilBlockInfo {
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
  padding: 1px 3px;
  background-color: #f9f9f9;
  text-align: right;
}

div.ilBlockContent {
  padding: 1rem;
}

.ilBlockRow1, .ilBlockRow2 {
  padding: 3px;
  border-bottom: 1px solid #3f4a75;
}

div.ilBlockPropertyCaption {
  color: rgb(111.25, 111.25, 111.25);
}

/* Services/Bookmarks */
#block_pdbookm_0 #tree_div {
  overflow: auto;
  width: 100%;
}

#block_pdbookm_0 .il_Block #tree_div img {
  height: 20px;
  width: 20px;
}

/* Services/Calendar */
td.even {
  color: #161616;
  background-color: #f9f9f9;
  padding: 3px;
}

td.uneven {
  color: #161616;
  background-color: #3f4a75;
  padding: 3px;
}

td.today {
  background-color: #3f4a75;
}

td.date {
  background-color: #f9f9f9;
}

td.prevMonth {
  background-color: #f9f9f9;
}

div#block_cal_sel_0 div.ilBlockContent {
  padding: 0;
}

div.ilCalSelAct {
  font-size: 0.875rem;
  padding: 2px 2px 3px 0;
}

div.ilCalSelSelAll {
  font-size: 0.75rem;
  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 {
  margin: 0;
  /* padding: 0 0 0 48px; */
  margin: 0;
  border-bottom: 1px solid #3f4a75;
  /* 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.875rem;
  margin-top: 16px;
  margin-bottom: 8px;
}

div.ilCalSelTitle {
  padding: 5px 3px 3px;
  font-size: 0.875rem;
}

table.calmini {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
  background-color: #f9f9f9;
  border: none;
  margin-bottom: 12px;
}
table.calmini tr, table.calmini td, table.calmini th {
  border: none;
  padding: 5px 3px;
}
@media only screen and (max-width: 991px) {
  table.calmini tr, table.calmini td, table.calmini th {
    padding: 5px 1px;
  }
}
table.calmini tr, table.calmini td, table.calmini th {
  text-align: center;
  vertical-align: middle;
  color: #161616;
  background-color: transparent;
}
table.calmini tr {
  background-color: white;
}
table.calmini th.calmini, table.calmini th.calminiweek {
  font-weight: 600;
  font-size: 0.875rem;
}
table.calmini td.calminitoday {
  background-color: #B54F00;
}
table.calmini td.calminitoday > .il_calmini_monthday > a {
  color: white;
}
table.calmini td.calminiprev > .il_calmini_monthday > a,
table.calmini td.calmininext > .il_calmini_monthday > a {
  color: #161616;
  display: none;
}
table.calmini a {
  display: block;
  width: 100%;
}

a.callink:link, a.callink:visited {
  color: inherit;
  cursor: pointer;
}

.il_calevent > .btn.btn-link {
  color: inherit;
  vertical-align: inherit;
  font-size: 1rem;
}

.cal_modal_infoscreen .il_InfoScreenPropertyValue .btn-link {
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
}

table.calstd {
  margin-top: 6px;
  color: #161616;
  width: 100%;
  border: none;
  font-size: 1rem;
}

.calheader {
  color: #161616;
  font-weight: 400;
  background-color: #f9f9f9;
}

th.calstd {
  text-align: center;
  background-color: #f9f9f9;
  font-weight: 400;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

.calheadertime {
  background-color: #f9f9f9;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  line-break: auto;
  vertical-align: top;
}

td.calheadertime {
  width: 6em;
  text-align: center;
  background-color: #3f4a75;
  font-size: 1rem;
  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: #dddddd;
}

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: #dddddd;
}

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: #dddddd;
  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: #dddddd;
}

td.calstd {
  vertical-align: top;
  background-color: white;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  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: #dddddd;
}

td.calnow {
  vertical-align: top;
  background-color: #FFF0C4;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

td.calnext {
  vertical-align: top;
  background-color: #f9f9f9;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

td.calprev {
  vertical-align: top;
  background-color: #f9f9f9;
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

p.il_calevent {
  color: white;
  margin: 2px 0 0 0;
  padding: 2px;
  border-spacing: 0px;
  font-size: 1rem;
}
p.il_calevent .btn-link {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

div.il_calevent {
  font-size: 1rem;
}

td.calevent {
  vertical-align: top;
  /*padding: 3px;*/
  border-spacing: 0px;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-size: 1rem;
  /*background-color:white;*/
}

div.calevent {
  font-size: 1rem;
  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: #f9f9f9;
}

th.calmini {
  text-align: center;
  font-size: 0.875rem;
  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: #dddddd;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

td.calminitoday {
  vertical-align: top;
  background-color: #FFE79C;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

td.calmininow {
  vertical-align: top;
  background-color: #FFF0C4;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

td.calmininext {
  vertical-align: top;
  background-color: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

td.calminiprev {
  vertical-align: top;
  background-color: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

td.calminiweek, th.calminiweek {
  vertical-align: top;
  background-color: white;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
}

span.calminiinactive {
  color: #dddddd;
}

.calnewapplink {
  float: right;
  visibility: hidden;
}

span.ilIcalIcon .btn {
  text-align: initial;
  margin-top: 6px;
}

.il_InfoScreenSection {
  padding: 10px 10px 0;
}
.il_InfoScreenSection > .ilFloatRight {
  padding-bottom: 4px;
  padding-right: 4px;
}

.calrecurrenceinput.form-inline label {
  padding-right: unset;
  vertical-align: unset;
}

.calrecurrenceinput.form-inline .form-control {
  vertical-align: middle;
}

/* Services/Chart */
td.legendColorBox, td.legendLabel {
  padding: 3px;
}

div.ilChartWrapper {
  max-width: 100%;
}

/* Services/Container */
div.il_Preconditions {
  padding: 10px 0 0;
}

div.il_PreconditionsTitel {
  margin-top: 3px;
  text-align: left;
  font-size: 0.875rem;
}

div.ilPreconditionItem {
  margin: 0 -10px;
}

/* Repository */
div.ilContainerListItemOuter {
  padding: 9px 15px;
  zoom: 1;
}
div.ilContainerListItemOuter .subitem {
  margin-right: -15px;
}

div.tblfooter.ilContainerListFooter {
  font-size: 1rem;
  padding: 9px 15px;
  text-align: left;
  margin: 0;
}
div.tblfooter.ilContainerListFooter > input {
  padding: 0;
  margin: 0;
  width: auto;
}
div.tblfooter.ilContainerListFooter > label {
  margin: 0;
  padding: 0 0 0 8px;
  vertical-align: top;
  width: auto;
}

input[name^="position[blocks]"] {
  margin: 0 0 0 -2px;
}

div.ilListItemSection {
  clear: both;
  max-width: calc(100% - 40px);
}

div.ilContainerListItemOuterHighlight {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  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;
}

div.ilContainerListItemIcon {
  /* margin-top: -3px;
     float: left;
  position: absolute; */
  display: table-cell;
  vertical-align: top;
}

div.ilContainerListItemIcon a {
  display: block;
  margin-top: -3px;
}

div.ilContainerListItemIconCB {
  margin-left: 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%;
}

/* If checkbox is activated, add spacing */
div.ilContainerListItemContentCB {
  /* margin-left: 60px; */
}

div.il_ContainerListItem {
  margin: 3px 0;
  padding-left: 9px;
  width: 100%;
}

.ilContainerBlockHeader {
  background-color: #f9f9f9;
  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: #f9f9f9;
  cursor: pointer;
}

.ilContainerBlockHeaderExpanded {
  background-image: url("./images/nav/tree_exp.svg");
}

.ilContainerBlockHeaderCollapsed {
  background-image: url("./images/nav/tree_col.svg");
}

.ilContainerBlock {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div#cont_paste_explorer_tree ul.il_Explorer {
  margin: 0 0 0 24px;
}

#ilContRepIntro {
  margin: 20px 0 50px 0;
  clear: both;
}

div#ilContRepIntro img {
  float: right;
  width: 150px;
  height: 150px;
}

.ilContObjectiveObjectListItem {
  background-color: white;
}

.ilContObjectivesViewTestItem {
  background-color: #f9f9f9;
  margin-bottom: 10px;
}

.ilContainerTileRows {
  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: #f9f9f9;
  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;
}

/* --- Services/COPage ---*/
a.ilEditSubmit {
  background: url("./images/ButtonsBack.png") repeat-x bottom white;
  padding: 2px;
  margin: 0;
  border: 1px solid #bababa;
  border-bottom-color: #dddddd;
  border-right-color: #dddddd;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 14px;
  cursor: pointer;
}

input.ilEditSubmit {
  color: #2255a0;
  padding: 1px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 14px;
  cursor: pointer;
  background: url("./images/ButtonsBack.png") repeat-x bottom white;
  border: 1px solid #bababa;
  border-bottom-color: #dddddd;
  border-right-color: #dddddd;
}
input.ilEditSubmit:hover {
  color: black;
}

div.ilEditHelpline {
  margin: 3px 0;
  padding: 0;
  font-size: 0.75rem;
  background-color: white;
  color: black;
}

select.ilEditSelect {
  background: none white;
  border: 1px solid #bbb;
  padding: 1px;
  text-decoration: none;
  font-size: 0.875rem;
}

[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.875rem;
  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 .il-copg-add-text,
button.copg-add.dropdown-toggle.btn:focus .glyphicon-plus-sign,
button.copg-add.dropdown-toggle.btn:focus .il-copg-add-text,
button.copg-add.dropdown-toggle.btn:hover .glyphicon-plus-sign,
button.copg-add.dropdown-toggle.btn:hover .il-copg-add-text,
#copg-editor-help .glyphicon-plus-sign,
#copg-editor-help .il-copg-add-text {
  color: #3f4a75;
  font-size: 1rem;
}

button.copg-add.dropdown-toggle.btn:hover {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: rgb(111.25, 111.25, 111.25);
}

[data-copg-ed-type=add-area] ul.dropdown-menu {
  left: 45%;
}

button.copg-add:hover {
  color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  background-color: white;
}

div.il_droparea {
  padding: 1px 5px;
  border: 1px dashed #dddddd;
  color: rgb(111.25, 111.25, 111.25);
  text-align: center;
  font-size: 0.875rem;
  background-color: #fffed1;
  cursor: pointer;
  height: 30px;
}

div.il_droparea:hover, div.ilCOPGDropActice, .il_droparea_valid_target {
  border-color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  color: rgb(199.0551181102, 221.4330708661, 85.5669291339);
  background-color: white;
}

div.ilCOPGNoPageContent {
  padding: 20px 5px;
  color: rgb(111.25, 111.25, 111.25);
}

div.il_editarea_nojs {
  border-width: 1px dotted #dddddd;
}

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-page div.il_editarea_disabled:hover, .copg-state-multi div.il_editarea:hover, .copg-state-multi div.il_editarea_disabled:hover {
  border: 2px solid #3f4a75;
}
.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: #3f4a75;
  color: white;
  font-size: 0.875rem;
  padding: 3px 3px;
  margin-top: -23px;
  margin-left: -2px;
  border: 0;
  height: 23px;
  display: none;
  z-index: 1;
}

.copg-state-page div.il_editarea:hover > div.ilEditLabel,
.copg-state-page div.il_editarea_disabled:hover > div.ilEditLabel,
.copg-state-page .copg-ghost-wrapper div.ilEditLabel, .copg-state-multi div.il_editarea:hover > div.ilEditLabel,
.copg-state-multi div.il_editarea_disabled:hover > 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: #b9d52b;
}

div.ilc_page_Page > div.il_editarea_disabled {
  padding: 10px;
}

div.il_editarea_disabled, div.copg-disabled-page {
  border: 2px dotted #B54F00;
  min-height: 20px;
}

.ilCopgDisabledText {
  color: #B54F00;
  position: absolute;
  font-size: 0.875rem;
  margin-top: -13px;
  padding: 2px 5px;
  background-color: #f9f9f9;
}

div.il_editarea_selected, div.copg-current-edit, #tinytarget_ifr {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(227.1653543307, 238.2992125984, 170.7007874016);
}

div.il_editarea_selected:hover {
  border-color: #b9d52b;
}

div.il_editarea_disabled_selected {
  border: 2px solid #B54F00;
  min-height: 20px;
}

div.il_editarea_active_selected {
  border: 2px solid black;
  min-height: 20px;
}

.il_editmenu {
  background-color: white;
  color: black;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  text-indent: 0;
  font-size: 1rem;
  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: rgb(238.8, 238.8, 238.8);
}

div.ilTinyMenuSection button.btn {
  display: inline-block;
  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;
}

#ilTinyMenuButtons {
  padding-bottom: 15px;
  zoom: 1;
}

#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: rgb(111.25, 111.25, 111.25);
  font-style: italic;
}
#iltinymenu .btn-default .mce-ico {
  color: inherit !important;
}
#iltinymenu a.btn {
  min-width: 30px;
}

#ilsaving {
  position: fixed;
  top: 0;
  left: 0;
  text-decoration: blink;
  z-index: 3;
}

.ilTinyMenuDropDown span {
  padding: 2px 0 0 5px;
  width: 75px;
  overflow: hidden;
  display: inline-block;
  line-height: 1em;
}

a.ilTinyMenuDropDown {
  display: inline-block;
  padding: 0 2px 1px 0;
}

/* if the ilc_page_cont_PageContainer is declared as being relative in the content.css drop downs will be truncated */
#ilEditorTD {
  position: static;
}

#ilEditorTD p {
  margin: 0;
  padding: 0;
}

/* Page TOC */
div.ilc_page_toc_PageTOC {
  font-size: 0.875rem;
  padding: 5px 5px 10px;
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  float: left;
}

h1.ilc_page_toc_PageTOCHead {
  margin: 0;
  font-size: 1rem;
  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: #3f4a75;
  font-weight: normal;
  text-decoration: none;
}

a.ilc_page_toc_PageTOCLink:hover {
  color: rgb(45.15, 53.0333333333, 83.85);
}

a.ilc_page_toc_PageTOCLink:visited {
  color: #82639e;
}

/* --- content styles (will move to content.css) --- */
td.ilc_PageDisabled {
  padding: 20px;
  border: 1px solid #9eadba;
  margin-bottom: 0;
  border-left: 3px dotted #d00;
}

div.ilc_DefinitionHeader {
  margin: 20px 0 10px 0;
  padding: 5px 0;
  border: 1px solid #757575;
  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, html.ilc_Fullscreen td > div > figure > div > iframe, body.ilc_Fullscreen td > div, body.ilc_Fullscreen td > div > figure > div > iframe {
  height: 100%;
  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 #dddddd;
  background-color: #e6ecf8;
  white-space: nowrap;
}

div.ilc_TableOfContents {
  background-color: white;
  padding: 20px;
  border-spacing: 1px;
  border: 1px solid #dddddd;
  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: #3f4a75;
}

div.ilEditDeleted {
  border-color: #B54F00;
}

div.ilEditNew {
  border-color: #b9d52b;
}

.ilCOPGCompareLegend {
  display: inline-block;
  margin-top: 5px;
  padding: 2px;
}

span.ilDiffDel {
  background-color: rgb(255, 155.817679558, 79);
}

span.ilDiffIns {
  background-color: rgb(227.1653543307, 238.2992125984, 170.7007874016);
}

a.nostyle:link, a.nostyle:visited {
  text-decoration: none;
  color: black;
}

a.nostyle:hover {
  color: black;
}

#ilEditorPanel_c {
  z-index: 3000 !important;
}

#error_panel_c {
  z-index: 2000 !important;
}

#ilPageEditLegend {
  padding-left: 15px;
  padding-right: 15px;
  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: #f9f9f9;
  cursor: default;
  height: 21px;
}
#ilPageEditLegend tr > td {
  padding: 3px 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.875rem;
  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: rgb(111.5590551181, 128.5354330709, 25.4645669291);
  color: white;
}

.ilCOPgEditStyleSelectionItem {
  padding: 10px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.ilCOPgEditStyleSelectionItem:hover {
  background-color: rgb(206.25, 210.8333333333, 228.75);
}

ul#ilAdvSelListTable_style_selection {
  overflow: auto;
  max-height: 400px;
}

a.ilCOPageSection {
  color: inherit;
  text-decoration: inherit;
}

#ilAdvSelListAnchorText_char_style_selection > span {
  min-width: auto;
}

div.ilc_answers.answer-table div.ilc_qanswer_Answer {
  display: table-row;
}

div.ilc_answers.answer-table div.ilc_qanswer_Answer > div {
  display: table-cell;
}

div.ilc_question_SingleChoice .answertext > p, div.ilc_question_MultipleChoice .answertext > p {
  margin: 0 !important;
}

div.ilc_question_SingleChoice .ilc_qanswer_Answer > div:first-child,
div.ilc_question_MultipleChoice .ilc_qanswer_Answer > div:first-child {
  padding-right: 10px;
}

div.ilCOPGMediaPrint {
  background-color: #f9f9f9 !important;
  position: relative !important;
  background-image: url("./images/media/play.svg") !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: auto 90% !important;
  padding: 1px !important;
}

/* fullscreen iframe */
.il-copg-mob-fullscreen {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

.il-copg-mob-fullscreen-modal .modal-dialog {
  width: 95%;
}

.ilTinyParagraphClassSelector ul.dropdown-menu,
.ilTinyMenuSection > div.dropdown:nth-child(2) > ul.dropdown-menu,
.ilSectionClassSelector ul.dropdown-menu {
  right: auto;
}

#il_prop_cont_characteristic ul.dropdown-menu {
  right: auto;
}

#iltinymenu .dropdown-menu li {
  padding: 0;
}

#tinytarget_ifr > body#tinymce {
  background-color: inherit;
}

#tinytarget_ifr {
  background-color: transparent;
}

#tinytarget_div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#tinytarget_div div.tox-edit-area {
  background-color: transparent;
}
#tinytarget_div .tox-tinymce {
  border: 0;
  background-color: transparent;
}

.copg-ghost-wrapper {
  min-height: 20px;
  position: relative; /* important for the absolute positioned tinytarget_div */
}

.copg-input-ghost {
  visibility: hidden;
  min-width: 100px;
}

#copg-editor-slate-content {
  padding: 9px 0px;
}
#copg-editor-slate-content p {
  padding: 0;
  margin: 5px 0;
}
#copg-editor-slate-content p.ilTinyInfo {
  padding: 4px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #copg-editor-slate-content p.ilTinyInfo {
    display: none;
  }
}
#copg-editor-slate-content h3.ilTinyInfo {
  font-size: 1rem;
  margin-top: 15px;
  margin-bottom: 6px;
}
#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: 1rem;
}
#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: 3px 15px;
  background-color: white;
}
#copg-editor-slate-content > .btn-link {
  padding: 0px 15px;
}

#copg-table-top-actions,
#copg-top-actions {
  padding: 0 15px;
}

#copg-table-top-actions .il-viewcontrol-mode {
  margin-top: 12px;
}

.copg-edit-button-group {
  padding: 3px 15px;
}

p#copg-auto-save {
  padding: 0;
  margin: -5px 0 0 0;
}

.copg-edit-container {
  border: 1px dashed #d0d0d0;
}

[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;
  display: block;
}
#il_EditPage [data-copg-ed-type=add-area] > .dropdown > ul {
  position: absolute;
  z-index: 10;
}

/*
 this fixes the add drop down click behaviour for touch devices
 see: https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049
 and: https://mantis.ilias.de/view.php?id=29785
 */
#il_EditPage .dropdown-backdrop {
  position: static;
}

#ed_datatable {
  background-color: white;
}
#ed_datatable th {
  background-color: #f9f9f9;
}
#ed_datatable th .dropdown button {
  background-color: #f9f9f9;
  text-align: center;
  color: #161616;
  width: 100%;
  border: 0;
}
#ed_datatable th, #ed_datatable td {
  border: 1px solid #CCCCCC;
}
#ed_datatable th {
  vertical-align: middle;
}

.copg-new-content-placeholder,
.copg-content-placeholder-lso-curriculum {
  text-align: center;
  color: rgb(111.25, 111.25, 111.25);
  padding: 20px;
}
.copg-new-content-placeholder .icon,
.copg-content-placeholder-lso-curriculum .icon {
  filter: invert(50%);
}

.il-copg-drag {
  width: 40px;
  border: 1px solid #3f4a75;
  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, .ilPageAudio button:focus {
  outline: none;
  outline-offset: 0px;
}
.ilPageVideo button:focus-visible, .ilPageAudio button:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
.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;
}

/* Services/FileUpload */
.ilFileUploadEntryProgressPercent {
  font-size: 0.75rem;
}

.ilFileUploadEntryOptions {
  font-size: 0.875rem;
}

.ilFileUploadEntryOptions label.control-label {
  padding-top: 3px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

label {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
  outline-offset: 0px;
}
input[type=file]:focus-visible,
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
input[type=file]:focus-visible::after,
input[type=radio]:focus-visible::after,
input[type=checkbox]:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}

.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 3px 9px;
  font-size: 0.875rem;
  line-height: 1.428571429;
  color: #161616;
  background-color: white;
  background-image: none;
  border: 1px solid #757575;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus-visible {
  outline: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 5px #FFFFFF;
}
.form-control::-moz-placeholder {
  color: rgb(111.25, 111.25, 111.25);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(111.25, 111.25, 111.25);
}
.form-control::-webkit-input-placeholder {
  color: rgb(111.25, 111.25, 111.25);
}
.form-control[required]::-moz-placeholder {
  color: #161616;
  opacity: 1;
}
.form-control[required]:-ms-input-placeholder {
  color: #161616;
}
.form-control[required]::-webkit-input-placeholder {
  color: #161616;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f9f9f9;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea .form-control {
  height: auto;
}

.form-control.form-control-sm.il-input-tag-container {
  height: auto;
}

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: 31px;
  }
}
.form-group {
  margin-bottom: 9px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 23px;
  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] {
  display: inline-block;
  margin-left: -20px;
  margin-top: 7px;
  min-width: 13px;
}
@media only screen and (max-width: 991px) {
  .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 + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 31px;
  font-weight: 400;
  cursor: pointer;
}

div.radio label.radio-inline {
  line-height: 31px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.help-block {
  display: block;
  color: #161616;
  font-size: 0.875rem;
  margin: 6px 0 12px;
  clear: both;
}
.help-block:last-child {
  margin: 2px 0 10px;
}
.help-block.alert-danger {
  margin-bottom: 3px;
}

@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 {
  margin-bottom: 15px;
  background: white;
}
.form-horizontal .form-group {
  margin: 0px;
  padding-top: 3px;
  bottom: 3px;
  background-color: white;
}
.form-horizontal .row > input.form-control, .form-horizontal .row > textarea.form-control, .form-horizontal .row > select.form-control {
  margin-left: 15px;
}
.form-horizontal .row > .btn, .form-horizontal .row > input.btn, .form-horizontal .row > .tox-tinymce, .form-horizontal .row > div.input {
  margin-left: 15px;
}
.form-horizontal .row > .tox-tinymce {
  padding-left: 0;
  padding-right: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  line-height: normal;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal label {
  color: #161616;
  font-size: 100%;
  padding-right: 30px;
}
.form-horizontal .control-label {
  text-align: left;
  padding-bottom: 4px;
  min-height: 39px;
}
@media only screen and (max-width: 991px) {
  .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 {
  /*
  // Reset spacing and right align labels, but scope to media queries so that
  // labels on narrow viewports stack the same as a default form example.
  @media (min-width: $screen-sm-min) {
  	.control-label {
  		text-align: right;
  		margin-bottom: 0;
  		padding-top: ($il-padding-base-vertical + 1); // Default padding plus a border
  	}
  } */
}

.ilFormHeader {
  padding: 12px 0 12px 15px;
}
.ilFormHeader:not(:first-child) {
  margin: 15px 0 0 0;
  border-top: 1px solid #dddddd;
}
.ilFormHeader .ilHeader {
  vertical-align: middle;
}
.ilFormHeader .ilFormCmds {
  margin: 0;
  float: right;
}
.ilFormHeader h3 {
  margin: 0;
}

.ilFormHeader,
.ilFormFooter {
  color: #161616;
  background-color: white;
}

.ilSubForm {
  background-color: #3f4a75;
  padding: 3px 0;
  margin-bottom: 9px;
  margin-left: 15px;
}
.ilSubForm .form-group {
  background-color: #3f4a75;
  margin: 0;
}
@media (max-width: 991px) {
  .ilSubForm .form-group {
    margin: 6px 0;
  }
}
.ilSubForm .col-sm-9.il_textarea {
  width: 100%;
}

.ilFormRequired--top {
  padding-bottom: 3px;
}

.ilFormFooter {
  margin: 0;
  padding: 3px 0 3px 0;
}

.ilFormFooter .ilFormCmds {
  text-align: right;
}

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

div.ilFormExternalSetting span {
  color: #B54F00;
  /* 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;
}

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

.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: 30.800000006px;
}

.ilHFormDropArea {
  margin: 6px 0;
  width: auto;
}

/* experimental: bootstrap'ed file upload */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file:focus-within {
  outline: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 7px red;
}

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

input:invalid {
  background-color: #ffebeb;
  border-color: #d00;
}

.bootstrap-datetimepicker-widget {
  z-index: 2000;
}

/* provisory fix for #0021322  */
div[id$=color-picker-menu] {
  z-index: 3;
}

/* Services/Help */
#ilHelpText .ilc_text_inline_Strong {
  font-weight: 600;
}

#ilHelpBack {
  padding-bottom: 20px;
}

#ilHelpText {
  clear: both;
  font-size: 0.875rem;
}

#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.875rem;
  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: 991px) {
  #il_screen_id {
    display: none;
  }
}

#mm_help li a span:first-child {
  width: 20px;
  display: inline-block;
}

.ilInfoScreenSec:not(:first-child) .ilFormHeader {
  margin: 15px 0 0 0;
  border-top: 1px solid #dddddd;
}

.il_InfoScreenPropertyValue .ilProfile {
  margin: 0;
}
.il_InfoScreenPropertyValue .breadcrumb {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

/* Services/Init */
@media only screen and (max-width: 991px) {
  div.ilStartupFrame {
    width: 100%;
  }
}

.ilStartupSection .control-label {
  width: 33.33%;
}
.ilStartupSection .control-label + div {
  width: 66.67%;
}
.ilStartupSection {
  padding-top: 23px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .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 #dddddd;
  border-radius: 3px;
}
div.ilStartupSection form.form-horizontal .ilFormHeader {
  padding: 9px 15px;
  background-color: #f9f9f9;
}
div.ilStartupSection form.form-horizontal .form-group {
  margin: 9px 0;
}
div.ilStartupSection form.form-horizontal {
  text-align: left;
  width: 40em;
}
@media only screen and (max-width: 991px) {
  div.ilStartupSection form.form-horizontal {
    width: auto;
  }
}

.ilLearningHistoryShowMore {
  text-align: center;
}

.ilPCLearnHist {
  background-color: white;
  padding: 3px 9px;
}

.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.75rem;
  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: #3f4a75;
}

.ilLike .il-item img {
  max-width: 50%;
  float: right;
}

/* 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;
  padding-right: 0;
  padding-left: 0;
}

.mailusername {
  padding-right: 0;
  padding-left: 0;
}

.pdMailRow .imageSpace {
  margin-left: 40px;
}
.pdMailRow > img {
  margin: 2px 0;
  max-width: 30px;
}

#form_MailContent .form-group .col-lg-10.col-md-9.col-sm-8.row a {
  padding-right: 0;
  padding-left: 0;
  display: contents;
  width: auto;
}

/* Services/MediaObjects */
.ilPlayerPreviewOverlayOuter {
  position: relative;
}

.ilPlayerPreviewOverlay {
  position: relative;
  width: 320px;
  height: auto;
  cursor: pointer;
}

.ilPlayerPreviewDescription {
  padding: 7px;
  font-size: 0.875rem;
  position: absolute;
  width: 100%;
  color: #f0f0f0;
  /* margin-top: -240px; */
  top: 0;
  background: url("./images/media/black60.png");
}

.ilPlayerPreviewOverlay img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.ilPlayerPreviewDescriptionDownload {
  float: right;
}

.ilPlayerPreviewDescriptionDownload a {
  color: white;
}

.mejs-overlay-button {
  background-image: url("./images/media/bigplay.svg");
}

.mejs__overlay-button:focus,
.ilPlayerPreviewPlayButton:focus {
  outline: none;
  outline-offset: 0px;
}
.mejs__overlay-button:focus-visible,
.ilPlayerPreviewPlayButton:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
.mejs__overlay-button:focus-visible::after,
.ilPlayerPreviewPlayButton:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}

.mejs__time-total:focus {
  outline: none;
  outline-offset: 0px;
}
.mejs__time-total:focus-visible {
  position: relative;
  outline: 1px solid #FFFFFF;
  outline-offset: 2px;
}
.mejs__time-total:focus-visible::after {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #FFFFFF;
  outline: 1px solid #0078D7;
}

.mejs__container:focus-visible {
  outline: none;
  border: 3px solid #0078D7;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 2px #FFFFFF;
}

.mejs__button button:focus,
.ilPageVideo button:focus,
a.mejs__volume-slider:focus {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
.mejs__button button:focus-visible,
.ilPageVideo button:focus-visible,
a.mejs__volume-slider:focus-visible {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
.mejs__button button:focus-visible,
.ilPageVideo button:focus-visible,
a.mejs__volume-slider:focus-visible {
  outline: none;
  border: 1px solid #0078D7;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 1px #FFFFFF;
}

.ilPlayerPreviewPlayButton {
  background: url("./images/media/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/Membership */
div.ilAttendanceListPrint td, div.ilAttendanceListPrint th {
  border: 1px solid #dddddd;
  padding: 2px;
}

th.ilMembershipRowActionsHeader {
  text-align: right;
}

th.ilMembershipRowActionsHeader span {
  padding-right: 6px;
}

body.ilBodyPrint {
  height: auto;
  background-color: white;
  margin: 10px;
  padding: 0;
}

/* Services/Navigation */
form.ilNavHistoryForm {
  padding: 0;
  margin: 0 5px 0 0;
  padding: 5px 5px 2px;
  border: 0 none;
  display: inline;
  font-size: 0.75rem;
}

input.ilNavHistorySubmit {
  color: #2255a0;
  padding: 0;
  margin: 0;
  border: 0 none;
  cursor: pointer;
  background-color: #3f4a75;
}

select.ilNavHistorySelect {
  border: 0 none;
  padding: 0;
  background-image: none;
  text-decoration: none;
}

/* 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: 991px) {
  td.il-news {
    white-space: normal !important;
  }
}
span.ilNewsRssIcon {
  background-color: #B54F00;
  color: white;
  min-width: 36px;
  font-size: 0.75rem;
  text-align: center;
  display: inline-block;
  padding: 0 5px;
}
span.ilNewsRssIcon:hover {
  text-decoration: none;
  background-color: rgb(130, 56.7403314917, 0);
}

/* timeline, see http://codepen.io/jasondavis/pen/fDGdK */
.ilTimeline {
  list-style: none;
  padding: 20px 0;
  position: relative;
}
.ilTimeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #757575;
  left: 50%;
  margin-left: -1.5px;
}
@media only screen and (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .ilTimeline > li:nth-child(even) > .ilTimelineBadge {
    right: auto;
    left: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .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: #f9f9f9;
  border: 1px solid #dddddd;
}
@media only screen and (max-width: 991px) {
  .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 #dddddd;
  border-right: 0 solid #dddddd;
  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: 1rem;
  text-align: center;
  position: absolute;
  top: 16px;
  background-color: #dddddd;
  z-index: 100;
  border-radius: 50%;
  right: 0;
  margin-right: -25px;
}
@media only screen and (max-width: 991px) {
  .ilTimeline > li > .ilTimelineBadge {
    left: 90%;
    right: auto;
    margin-left: -25px;
  }
}
.ilTimeline > li > .ilTimelineBadge > .ilTimelineDay {
  font-size: 1rem;
}
.ilTimeline > li > .ilTimelineBadge > .ilTimelineMonth {
  font-size: 0.75rem;
}
.ilTimeline > li > .ilTimelineBadge > p {
  padding: 0;
  margin: 0;
}
.ilTimeline > li:nth-child(even) > .ilTimelinePanel {
  float: right;
}
@media only screen and (max-width: 991px) {
  .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: 991px) {
  .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: 991px) {
  .ilTimeline > li:nth-child(even) > .ilTimelinePanel:after {
    border-left-width: 14px;
    border-right-width: 0;
    left: auto;
    right: -14px;
  }
}
.ilTimeline .media-heading {
  clear: right;
  margin-top: 8px;
}
.ilTimeline div.ilNotesHeader {
  background-color: #f9f9f9;
}

.ilNewsTimelineTruncatedText {
  /*overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

.ilNewsTimelineObjHead img {
  width: 22px;
  height: 22px;
}

.ilNewsTimelinePlayer {
  position: relative;
  z-index: 500;
}

.ilNewsTimelineUserImage {
  float: left;
  overflow: hidden;
  width: 100px;
}
@media only screen and (max-width: 991px) {
  .ilNewsTimelineUserImage {
    width: 50px;
  }
}

.ilNewsTimelineUserImage img {
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 991px) {
  .ilNewsTimelineUserImage img {
    width: 40px;
    height: 40px;
  }
}

.ilNewsTimelineContentSection {
  padding-left: 100px;
}
@media only screen and (max-width: 991px) {
  .ilNewsTimelineContentSection {
    padding-left: 50px;
  }
}

.ilNewsTimelineEditInfo {
  width: 90%;
}

.ilNewsTimelineMoreLoader {
  text-align: center;
}

.ilNewsTimelineMoreLoader img {
  width: 30px;
  height: 30px;
}

/* https://github.com/JoanClaret/jquery-dynamic-max-height */
.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
  background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, white 100%);
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}

.dynamic-show-more {
  display: none;
}

.ilTimeline .ilNotes {
  margin: 0 -20px -20px -20px;
  padding: 10px 20px;
}

/* 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.875rem;
  margin-top: 5px;
}

div.ilNotesHeader {
  background-color: #f9f9f9;
  margin-bottom: 5px;
  padding: 3px 9px;
}
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: 1rem;
  margin: 0;
  padding: 0;
}

td.ilNoteList {
  padding: 10px 5px;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}

textarea#note {
  height: 6em;
}

div.ilNoteInput {
  padding-bottom: 10px;
}

.ilNotesCheckboxes .ilComment {
  padding-left: 80px;
}
.ilNotesCheckboxes .ilNoteList input[type=checkbox] {
  position: absolute;
}

[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 #dddddd;
}
.il-notes-section .il-standard-form-header .il-standard-form-cmd {
  visibility: hidden;
}

.il-notes-section textarea {
  height: 6em;
}

/* Services/Object */
.ilHeadAction img {
  width: 18px;
  height: 18px;
}

.il_ItemProperty .badge {
  font-size: 0.75rem;
  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 #dddddd;
  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: rgb(222.825, 225.85, 237.675);
}
.table-striped > tbody > tr.ilObjListRow:hover:nth-child(2n+1) > td {
  background-color: rgb(222.825, 225.85, 237.675);
}

#il-add-new-item-gl {
  max-height: initial;
}
#il-add-new-item-gl .row {
  --bs-gutter-x: 0;
}

[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;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#onscreenchat-container .iosOnScreenChat {
  margin-right: -3px;
  margin-left: -15px;
  position: relative;
}
#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 .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:before {
  display: table;
  content: " ";
}
#onscreenchat-container .chat-window-wrapper .chat li:after {
  display: table;
  content: " ";
  clear: both;
}
#onscreenchat-container .chat-window-wrapper .chat li.separator {
  text-align: center;
  background-color: #f9f9f9;
}
#onscreenchat-container .chat-window-wrapper .chat li.separator p {
  font-size: 0.875rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
#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.75rem;
}
#onscreenchat-container .chat-window-wrapper .chat li .chat-body p {
  margin: 0;
  color: rgb(111.25, 111.25, 111.25);
  font-size: 0.875rem;
}
#onscreenchat-container .chat-window-wrapper .panel {
  pointer-events: auto;
  margin: 0;
  border: 1px solid #dddddd;
}
#onscreenchat-container .chat-window-wrapper .panel .panel-heading {
  font-size: 0.75rem;
  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;
  width: 100%;
}
#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;
}

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

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

#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;
  line-height: 1;
}

#mm_search_menu_head {
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 0.75rem;
}
#mm_search_menu_head p {
  margin: 0;
}
#mm_search_menu_head input {
  margin: 0;
  padding: 0;
}

#il_search_toolbar > div {
  padding-top: 6px;
}
#il_search_toolbar div.ilFormOption {
  width: auto;
}
#il_search_toolbar div.ilFormFooter {
  display: none;
}

#mm_search_menu_ac .ui-menu {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #161616;
}

span.ilSearchHighlight {
  font-weight: 600;
}

div.il_SearchFragment {
  margin: 2px 0 5px;
  font-size: 0.75rem;
  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/Skill */
div.ilSkill {
  background: #f9f9f9;
  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: 1rem;
  color: rgb(111.25, 111.25, 111.25);
  float: left;
  clear: left;
}

table.ilSkill, td.ilSkill, th.ilSkill {
  border: 1px solid #dddddd;
}

div.ilSkillActions {
  margin-top: -5px;
  margin-right: 15px;
  float: right;
}

div.ilSkill .ilSkillActions {
  margin-right: 0px;
}

table.ilSkill {
  margin-bottom: 5px;
  margin-left: 50px;
  background-color: white;
  border-collapse: collapse;
  clear: both;
}

td.ilSkill, th.ilSkill {
  font-size: 0.75rem;
  padding: 4px;
  min-width: 50px;
}

td.ilSkill {
  text-align: center;
  vertical-align: middle;
}

td.ilSkillLevel {
  cursor: pointer;
}

th.ilSkill, td.ilSkillLevel {
  background-color: #f9f9f9;
}

td.ilSkillSelf {
  background-color: #fff0e0;
}

td.ilSkillMat {
  background-color: #f0f0ff;
}

div.ilSkillSuggRes {
  margin-left: 50px;
}

th.ilSkillEntryHead {
  width: 250px;
}

.ilSkillEvalItem {
  border-left: 5px solid;
  margin: 2px 0;
  padding: 10px;
}
.ilSkillEvalItem > .row > div {
  padding-top: 3px;
  padding-bottom: 3px;
}

.ilSkillEvalItem.ilSkillEvalType1 {
  border-color: #307C88;
}

.ilSkillEvalItem.ilSkillEvalType2 {
  border-color: #d38000;
}

.ilSkillLevelDescription, .ilSkillMaterial, .ilSkillSuggResources {
  padding: 5px 10px 5px 15px;
}
.ilSkillLevelDescription > .row > div, .ilSkillMaterial > .row > div, .ilSkillSuggResources > .row > div {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ilSkillResourceList > h5 {
  margin-top: 25px;
}
.ilSkillResourceList > div {
  padding: 5px 10px 5px 15px;
}
.ilSkillResourceList > div > .row > div {
  padding-top: 2px;
  padding-bottom: 2px;
}

.ilSkillEvalItem.ilSkillEvalType3 {
  border-color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
}

.ilSkillEvalItem > .row > .ilSkillEvalType1 {
  color: #307C88;
}

.ilSkillEvalItem > .row > .ilSkillEvalType2 {
  color: #d38000;
}

.ilSkillEvalItem > .row > .ilSkillEvalType3 {
  color: rgb(148.5039370079, 171.1023622047, 33.8976377953);
}

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

/* Services/Style */
.ilPositionStatic {
  position: static;
}

/* PageLayout Previews */
.il-style-layout-preview-wrapper {
  width: 160px;
  height: 120px;
  margin: 3px;
  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 rgb(63, 74, 117);
  font-size: 0.75rem;
  background: url("./images/placeholder/question_placeholder_thumb.png") no-repeat center;
  background-color: white;
  font-weight: 600;
}

div.ilc_MediaPlaceHolderThumb {
  background-image: url("./images/placeholder/media_placeholder_thumb.png");
}

div.ilc_TextPlaceHolderThumb {
  background-image: url("./images/placeholder/text_placeholder_thumb.png");
}

div.ilc_PredTextPlaceHolderThumb {
  background-image: url("./images/placeholder/pred_text_placeholder_thumb.png");
}

div.ilc_HeadlineThumb {
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  border-bottom: 1px solid rgb(63, 74, 117);
  color: #161616;
  margin: 2px 0 4px;
}

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: 9px;
  padding-bottom: 9px;
  color: rgb(63, 74, 117);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 9px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 6px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: white;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

/* Services/Table */
div.tblfooter {
  font-weight: 400;
  background-color: #f9f9f9;
  padding: 3px;
  font-size: 0.75rem;
  text-align: right;
}

div.ilTableNav {
  font-weight: 400;
  margin-bottom: 6px;
  padding: 0 15px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 23px;
}
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: #f9f9f9;
  border-top: 1px solid #3f4a75;
}

td.submit {
  padding: 3px;
  vertical-align: top;
  background-color: #f9f9f9;
}

div.ilTableHeaderTitleBlock {
  font-weight: 600;
  padding: 3px;
  font-size: 0.875rem;
  color: #161616;
  border-bottom: 1px solid #dddddd;
}

div.ilTableHeaderTitle {
  margin: 12px 0 0 15px;
  padding: 0;
}
div.ilTableHeaderTitle + .ilHeaderDesc {
  margin: 0 15px 9px;
}

h3.ilTableHeaderTitleBlock {
  font-weight: 600;
  font-size: 1rem;
  display: inline;
  padding: 0;
  margin: 0;
}

h3.ilTableHeaderTitle {
  display: inline;
}

div.ilTableOuter {
  padding: 0;
  background-color: #f9f9f9;
}

div.ilTableSelectAll {
  background-color: white;
  padding: 6px 15px;
  font-size: 0.875rem;
  border-top: 1px solid #dddddd;
}

div.ilTableSelectAll label {
  padding-left: 13px;
}

div.ilTableCommandRow, div.ilTableCommandRowTop {
  background-color: #f9f9f9;
  padding: 6px 12px;
  font-size: 0.875rem;
}

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.75rem;
  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: #f9f9f9;
  padding: 12px 15px;
  margin: 6px 0 15px 0;
}

div.ilTableFilterLabel {
  font-style: italic;
  background-color: #f9f9f9;
  padding: 3px 0px;
}

div.ilTableFilterLabel label {
  margin: 0;
}

div.ilTableFilterInput {
  min-width: 150px;
  padding: 0 0 5px 0;
}

div.ilTableFilterInput select {
  width: 100%;
  max-width: 150px;
}

div.ilTableFilterInput .radio, div.ilTableFilterInput .checkbox {
  margin: 0;
}

td.ilFilterOption {
  text-align: left;
  vertical-align: top;
  font-size: 0.75rem;
  white-space: nowrap;
  padding: 0 10px 10px 0;
  min-width: 150px;
}

td.ilFilterType {
  font-size: 0.75rem;
  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: #f9f9f9;
  font-size: 0.875rem;
  border-bottom: 1px solid #dddddd;
}

/* ---------------- alternating tablerowcolors ----------------- */
.tblrow2_mo {
  background-color: #3f4a75;
  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: rgb(206.25, 210.8333333333, 228.75);
  color: #161616;
  padding: 3px;
}

.tblrow2top {
  background-color: #3f4a75;
  color: #161616;
  padding: 3px;
  vertical-align: top;
}

.tblrow1top {
  background-color: white;
  color: #161616;
  padding: 3px;
  vertical-align: top;
}

.tblrowmarkedtop {
  background-color: rgb(206.25, 210.8333333333, 228.75);
  color: #161616;
  padding: 3px;
  vertical-align: top;
}

.table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  background-color: white;
}

.ilTableOuter .table {
  background-color: white;
}
.ilTableOuter .table tr td:first-child input[type=checkbox] {
  margin-left: 6px;
}

td > img[src$="icon_custom.svg"] {
  max-width: 32px;
}

.ilTableCommandRowTop .ilFloatLeft img, .ilTableCommandRowTop .ilFloatLeft select, .ilTableCommandRow .ilFloatLeft img, .ilTableCommandRow .ilFloatLeft select {
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .table-responsive {
    overflow-x: auto;
    max-width: 94vw;
  }
}
@media (min-width: 991px) {
  .table-responsive {
    overflow: visible;
  }
}
/* Services/Tags */
.ilTagCloud {
  font-size: 0.875rem;
  padding: 6px 0;
}

.il-maincontrols-slate .ilTagCloud {
  padding: 6px 12px;
}

.ilTag {
  background-color: #75deea;
  /* background-color: lighten($brand-primary, 10%); */
  color: #161616;
  display: inline-block;
  white-space: nowrap;
  padding: 1px 5px;
  margin: 3px 6px 3px 0;
  border-radius: 3px;
}
.ilTag .ilTagRelHigh {
  background-color: rgb(132.9, 209.3615384615, 218.1);
  color: #161616;
}
.ilTag .ilTagRelMiddle {
  background-color: rgb(148.8, 196.7230769231, 202.2);
  color: #161616;
}
.ilTag .ilTagRelLow {
  background-color: rgb(164.7, 184.0846153846, 186.3);
  color: #161616;
}
.ilTag .ilTagRelVeryLow {
  background-color: rgb(175.5, 175.5, 175.5);
  color: #161616;
}
.ilTag.ilHighlighted, .ilTag.ilHighlighted:hover {
  background-color: #B54F00;
  color: white;
}
.ilTag.ilHighlighted:hover, .ilTag.ilHighlighted:hover:hover {
  background-color: rgb(155.5, 67.8701657459, 0);
}

a.ilTag:hover, a.ilTag:active {
  text-decoration: none;
  color: #161616;
  background-color: #75deea;
}

#il_tags_modal textarea {
  resize: vertical;
}

#tos_documents td.std .dropdown {
  display: inline-block;
}

/* Services/UIComponent/AdvancedSelectionList */
div.il_adv_sel {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 2px 2px 4px #c0c0c0;
  box-shadow: 2px 2px 4px #c0c0c0;
}

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 #dddddd;
  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 #dddddd;
  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: 991px) {
  #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;
}

#il-add-new-item-gl h2, #il-add-new-item-gl a {
  white-space: break-spaces;
}

/* Services/UIComponent/Checklist */
div.ilChecklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.ilChecklist ul li {
  padding: 0;
  font-size: 0.875rem;
}

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: #3f4a75;
}

div.ilChecklist ul li a:hover {
  background-color: rgb(206.25, 210.8333333333, 228.75);
}

div.ilChecklist ul li p, div.ilChecklist ul li p:hover {
  color: rgb(111.25, 111.25, 111.25);
  font-size: 0.75rem;
  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;
}

/* Services/UI/Explorer2 */
table.ilExplorer {
  width: 100%;
  background-color: #f9f9f9;
}

body.il_Explorer {
  background: none #f9f9f9;
}

div.il_Explorer {
  margin: 0;
  min-height: 468px;
  padding: 10px 5px 15px;
}

div.ilExpH {
  padding-top: 48px;
  min-height: 35px;
}

td.ilExpBody {
  border-top: 1px solid #dddddd;
  background-color: #f9f9f9;
}

h1.ilExplorerHead {
  color: #161616;
  margin: 0;
  padding: 10px 5px 10px 28px;
  vertical-align: top;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
}

div.il_ExplorerTree {
  font-size: 0.875rem;
}

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: rgb(206.25, 210.8333333333, 228.75);
  padding: 0 5px;
}

li.ilExplSecHighlight {
  background-color: #f9f9f9 !important;
  border-top: solid 2px rgb(71.925, 84.4833333333, 133.575);
  border-bottom: solid 2px rgb(71.925, 84.4833333333, 133.575);
}

div.il_ExplorerItemDescription {
  margin-left: 40px;
}

/* Explorer2, jsTree */
.jstree.jstree-default a {
  color: #3f4a75 !important;
}

.jstree.jstree-default a.disabled {
  color: #161616 !important;
  cursor: default !important;
}

.jstree.jstree-default a {
  font-size: 1rem;
  min-height: 22px;
}

.jstree li, .jstree.jstree-default li i {
  background: url("./images/nav/jstree.svg") no-repeat;
  vertical-align: top;
}

.jstree.jstree-default .jstree-open > i {
  background-position: -15px 0 !important;
}

.jstree.jstree-default .jstree-closed > i {
  background-position: 3px 0 !important;
}

#vakata-contextmenu.jstree-context,
#vakata-contextmenu.jstree-context li ul {
  background: none #f0f0f0;
  border: 1px solid #979797;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}

#vakata-contextmenu.jstree-context a {
  color: black;
}

#vakata-contextmenu.jstree-context a:hover,
#vakata-contextmenu.jstree-context .vakata-hover > a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  border-radius: 3px;
}

#vakata-contextmenu.jstree-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: none;
  border: 0;
  padding: 1px 4px;
}

#vakata-contextmenu.jstree-context li.vakata-separator {
  background: white;
  border-top: 1px solid #dddddd;
  margin: 0;
}

#vakata-contextmenu.jstree-context li ul {
  margin-left: -4px;
}

.jstree img {
  border: 0;
  width: 20px;
  height: 20px;
}

img.il_ExplorerIcon {
  height: 20px;
  width: 20px;
}

.ilExplorerContainer {
  padding: 2px 0 6px 0;
}

.ilExplorerContainer .jstree-default .jstree-anchor {
  height: auto;
}

.jstree-default .jstree-node, .jstree-default .jstree-anchor {
  line-height: inherit;
}

.il-maincontrols-slate-content .jstree-default > ul > li.jstree-node {
  margin-left: 0;
}
.il-maincontrols-slate-content .jstree-default li.jstree-node {
  margin-left: 1rem;
  padding: 0 3px;
}

/* Services/UIComponent/GroupedLists */
div.ilGroupedListH {
  padding: 6px 0 3px 0;
  color: #161616;
}

div.ilGroupedListSep {
  padding-bottom: 3px;
  border-bottom: 1px solid #dddddd;
  margin: 0 10px 3px;
}

a.ilGroupedListLE {
  display: block;
  padding: 5px 10px;
  font-size: 0.875rem;
}

a.ilGroupedListLE:hover {
  background-color: #ffffd9;
  text-decoration: none;
}

td.ilGroupedListNewCol {
  border-left: 1px solid #dddddd;
}

/* Services/UIComponent/Lightbox */
.ilLightbox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgb(63, 74, 117);
  overflow: auto;
  z-index: 1000;
}

a.ilMediaLightboxClose {
  display: block;
  float: right;
  margin: 5px 0 10px 10px;
  cursor: pointer;
  color: #161616;
  font-size: 1.115rem;
}

a.ilMediaLightboxClose:hover {
  color: black;
  text-decoration: none;
}

.ilLightboxContent {
  margin: 50px auto 0;
  width: 640px;
  max-width: 100%;
}

.ilLightboxContent iframe {
  width: 100%;
  min-height: 400px;
}

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

.svy-progress-bar {
  width: 50%;
  margin: auto;
}

.progress {
  height: 15px;
  min-width: 100px;
  background-color: rgb(222.825, 225.85, 237.675);
}

.progress-bar {
  font-size: 0.875rem;
  line-height: 15px;
  min-width: 50px;
  text-align: center;
  color: #3f4a75;
  background-color: #3f4a75;
}

.progress-bar-success {
  background-color: #b9d52b;
}

/* Services/UIComponent/Tabs */
#ilTab {
  padding: 0;
  margin: 3px 0;
  border: 0 none;
  border-bottom: 2px solid #3f4a75;
}
#ilTab > li {
  float: left;
  margin: 0 3px 0 0;
}
#ilTab > li > a {
  margin: 0;
  margin-right: 2px;
  font-size: 1rem;
  line-height: 1.428571429;
  padding: 6px 15px 3px;
  border: 0 none;
  border-radius: 0px 0px 0 0;
}
#ilTab > li > a:hover {
  border-color: white white white;
}
#ilTab > li > a:focus {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
#ilTab > li > a:focus::after {
  content: none;
}
#ilTab > li > a:focus-visible {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
#ilTab > li > a:focus-visible::after {
  content: none;
}
#ilTab > li > a:focus {
  outline: none;
  outline-offset: 0px;
}
#ilTab > li > a:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
#ilTab > li > a:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
#ilTab > li.active > a, #ilTab > li.active > a:hover, #ilTab > li.active > a:focus {
  color: white;
  cursor: default;
  background-color: #3f4a75;
  border: 0 none;
  border-bottom-color: transparent;
}

#ilTab a:focus-visible {
  z-index: 3;
}

/* Sub Tabs */
#ilSubTab {
  padding: 6px 0;
  margin: 0;
}
#ilSubTab > li:first-child > a {
  padding-left: 12px;
}
#ilSubTab > li {
  float: left;
}
#ilSubTab > li > a {
  border-radius: 0;
  padding: 3px 9px;
  font-size: 0.875rem;
}
#ilSubTab > li > a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #3f4a75;
}
#ilSubTab > li > a:focus {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
#ilSubTab > li > a:focus::after {
  content: none;
}
#ilSubTab > li > a:focus-visible {
  border: inherit;
  box-shadow: inherit;
  outline: none;
  outline-offset: 0px;
}
#ilSubTab > li > a:focus-visible::after {
  content: none;
}
#ilSubTab > li > a:focus {
  outline: none;
  outline-offset: 0px;
}
#ilSubTab > li > a:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
#ilSubTab > li > a:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}
#ilSubTab > li.active > a, #ilSubTab > li.active > a:hover, #ilSubTab > li.active > a:focus {
  color: #3f4a75;
  background-color: transparent;
  text-decoration: underline;
}

.il_after_tabs_spacing {
  margin-bottom: 12px;
}

/* Services/UIComponent/Toolbar */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav::after {
  display: block;
  clear: both;
  content: "";
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 6px 12px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #3f4a75;
  color: #ffffff;
}
.nav > li.disabled > a {
  color: #f9f9f9;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #f9f9f9;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #3f4a75;
  border-color: #3f4a75;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-toolbar {
  padding: 9px 15px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
}
.c-toolbar .ilToolbarSeparator {
  border-left: 1px solid #dddddd;
  align-self: stretch;
  margin-bottom: 9px;
}
.c-toolbar .navbar-form > .form-control {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.c-toolbar .navbar-form > .input-group {
  display: inline-table;
  vertical-align: middle;
}
.c-toolbar .navbar-form > .input-group > .input-group-btn {
  width: auto;
}

/* Services/UIComponent/Tooltip */
.qtip-default {
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #3f4a75;
  border-color: #3f4a75;
  color: white;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Services/User */
div.ilProfile {
  max-width: 450px;
  margin: 0 auto;
  background-color: #f9f9f9;
  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: 1.115rem;
}

div.ilProfileSection {
  margin-top: 15px;
  font-size: 0.875rem;
  color: rgb(111.25, 111.25, 111.25);
}

h3.ilProfileSectionHead {
  margin: 0 0 3px;
  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;
}

.webdav-view-control {
  text-align: center;
}
.webdav-view-control:focus {
  outline: none;
  outline-offset: 0px;
}
.webdav-view-control:focus-visible {
  position: relative;
  outline: 2px solid #FFFFFF;
  outline-offset: 5px;
}
.webdav-view-control:focus-visible::after {
  content: " ";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #FFFFFF;
  outline: 3px solid #0078D7;
}

/*
	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.
 */
/*
* Hacks & Tweaks
*/
/* HTML Utility - These should be added to semantic classes on component layer using mixins and extend */
.fullwidth {
  width: 100%;
}

.ilHidden {
  visibility: hidden;
}

.ilNoDisplay {
  display: none !important;
}

.ilDisplayBlock {
  display: block;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -2000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ilClearFloat::after {
  display: block;
  clear: both;
  content: "";
}

.pull-right,
.ilFloatRight {
  float: right;
}

.pull-left,
.ilFloatLeft {
  float: left;
}

.ilPositionRelative {
  position: relative;
}

.noMargin {
  margin: 0;
}

/* ----------------- invisible border ------------- */
div.invisible_border {
  margin: 15px;
}

.ilInvisibleBorder {
  padding: 15px;
}

/* ------------------ blind image - spacer gif --------------
   please use this style class always when using this blind image */
img.spacer {
  display: block;
}

/* End of HTML Utility for refactoring into mixins and extend */
/* Are these needed or is this covered by Standardpage? */
#ilAll {
  position: relative;
  height: auto !important;
  min-height: calc(100% - 1px);
  margin: 0 auto;
}

div#minheight {
  height: 180px;
  clear: both;
}

.ilContainerWidth {
  max-width: 1400px;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .ilContainerWidth {
    padding: 0 15px;
  }
}

/* see #27399 (should be finally tackled in PLR2) */
div.ilContentFixed {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  div.ilc_Mob img {
    height: auto !important;
  }
}

div.input {
  border: 1px solid #757575;
  padding: 3px;
  text-decoration: none;
  font-size: 0.875rem;
  background-color: white;
  overflow: auto;
}

div.input:focus {
  border-color: #0078D7;
}

.registration {
  margin: 5px auto 0;
  width: 700px;
}

input[type=text].numeric {
  text-align: right;
}

div.il_TreeIcons {
  padding: 15px 15px 0 0;
  margin: 0;
  float: right;
}

.glyphicon-ok {
  font-size: 0.875rem;
  text-align: center;
}

.code-container {
  display: grid;
}

/*
h1 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 140%;
	font-weight: normal;
}

h2 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 130%;
	font-weight: normal;
}

h3 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 120%;
	font-weight: normal;
}

h4 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 115%;
	font-weight: normal;
}

h5 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 110%;
	font-weight: normal;
}

h6 {
	margin-top: 12px;
	margin-bottom: 8px;
	font-size: 105%;
	font-weight: normal;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

pre {
	font-size: 100%;
}

img {
	vertical-align: middle;
	border: 0 none;
}

span.latex {
	color: green;
	font-weight: bold;
}

div.framed {
	border: 1px solid #9eadba;
	padding: 0 10px;
	background-color: white;
	background-image: url(images/contentstyle/FramedBack.png);
	background-repeat: repeat-x;
}
*/
div.ilFrame {
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  -webkit-box-shadow: 0 0 40px #808080;
  box-shadow: 0 0 40px #808080;
  padding-top: 129px;
  background-color: #f9f9f9;
  min-height: 100%;
}
@media only screen and (max-width: 991px) {
  div.ilFrame {
    margin: 0;
    width: 100%;
  }
}

.il-deck .il-card .caption div.icon.small {
  vertical-align: middle;
}

.il-multi-line-cap-2 {
  position: relative;
  max-height: 3em;
  overflow: hidden;
  line-height: 1.5;
}
.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), rgb(255, 255, 255) 80%);
}
.il-multi-line-cap-2 {
  /* edge, chrome, safari go here... */
}
@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;
  }
}
.il-multi-line-cap-2 {
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
@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;
}
.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), rgb(255, 255, 255) 80%);
}
.il-multi-line-cap-3 {
  /* edge, chrome, safari go here... */
}
@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;
  }
}
.il-multi-line-cap-3 {
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
@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;
}
.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), rgb(255, 255, 255) 80%);
}
.il-multi-line-cap-5 {
  /* edge, chrome, safari go here... */
}
@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;
  }
}
.il-multi-line-cap-5 {
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
@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;
}
.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), rgb(255, 255, 255) 80%);
}
.il-multi-line-cap-10 {
  /* edge, chrome, safari go here... */
}
@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;
  }
}
.il-multi-line-cap-10 {
  /* may come with next firefox 68, https://caniuse.com/#search=clamp */
}
@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;
  }
}

.ilCenter {
  text-align: center;
}

.ilRight {
  text-align: right;
}

.ilLeft {
  text-align: left;
}

.ilValignMiddle {
  vertical-align: middle;
}

.ilWhiteSpaceNowrap {
  white-space: nowrap;
}

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

/* ----------------- alternative text styles ------------- */
.base {
  text-decoration: none;
  font-size: 1rem;
}

.small {
  text-decoration: none;
  font-size: 0.875rem;
}

.xsmall {
  text-decoration: none;
  font-size: 0.75rem;
}

.smallgreen {
  text-decoration: none;
  font-size: 0.875rem;
  color: green;
}

.smallred {
  text-decoration: none;
  font-size: 0.875rem;
  color: #d00;
}

.obligatory {
  font-weight: 400;
  color: #800000;
  font-variant: normal;
}

.warning {
  text-decoration: none;
  font-weight: 600;
  color: #d00;
}

div.Access {
  text-decoration: none;
  font-weight: 600;
  text-decoration: underline;
  color: #d00;
}

.asterisk {
  color: #d00;
  font-size: 0.875rem;
}

.default {
  text-decoration: none;
  font-weight: 400;
}

.quote {
  font-style: italic;
  font-weight: 400;
}

.subtitle {
  font-style: italic;
  font-weight: 400;
  font-size: 0.875rem;
}

.questiontext {
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

.light {
  color: rgb(111.25, 111.25, 111.25);
}

/* source-sans-3-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  src: url("./SourceSans3/source-sans-3-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/SourceSans3/source-sans-3-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 200;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 800;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 900;
  src: url("./fonts/SourceSerif4/source-serif-4-v8-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Phosphor";
  src: url("./Phosphor.woff2") format("woff2"), url("./Phosphor.woff") format("woff"), url("./Phosphor.ttf") format("truetype"), url("./Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-acorn:before {
  content: "\eb9a";
}

.ph.ph-address-book:before {
  content: "\e6f8";
}

.ph.ph-address-book-tabs:before {
  content: "\ee4e";
}

.ph.ph-air-traffic-control:before {
  content: "\ecd8";
}

.ph.ph-airplane:before {
  content: "\e002";
}

.ph.ph-airplane-in-flight:before {
  content: "\e4fe";
}

.ph.ph-airplane-landing:before {
  content: "\e502";
}

.ph.ph-airplane-takeoff:before {
  content: "\e504";
}

.ph.ph-airplane-taxiing:before {
  content: "\e500";
}

.ph.ph-airplane-tilt:before {
  content: "\e5d6";
}

.ph.ph-airplay:before {
  content: "\e004";
}

.ph.ph-alarm:before {
  content: "\e006";
}

.ph.ph-alien:before {
  content: "\e8a6";
}

.ph.ph-align-bottom:before {
  content: "\e506";
}

.ph.ph-align-bottom-simple:before {
  content: "\eb0c";
}

.ph.ph-align-center-horizontal:before {
  content: "\e50a";
}

.ph.ph-align-center-horizontal-simple:before {
  content: "\eb0e";
}

.ph.ph-align-center-vertical:before {
  content: "\e50c";
}

.ph.ph-align-center-vertical-simple:before {
  content: "\eb10";
}

.ph.ph-align-left:before {
  content: "\e50e";
}

.ph.ph-align-left-simple:before {
  content: "\eaee";
}

.ph.ph-align-right:before {
  content: "\e510";
}

.ph.ph-align-right-simple:before {
  content: "\eb12";
}

.ph.ph-align-top:before {
  content: "\e512";
}

.ph.ph-align-top-simple:before {
  content: "\eb14";
}

.ph.ph-amazon-logo:before {
  content: "\e96c";
}

.ph.ph-ambulance:before {
  content: "\e572";
}

.ph.ph-anchor:before {
  content: "\e514";
}

.ph.ph-anchor-simple:before {
  content: "\e5d8";
}

.ph.ph-android-logo:before {
  content: "\e008";
}

.ph.ph-angle:before {
  content: "\e7bc";
}

.ph.ph-angular-logo:before {
  content: "\eb80";
}

.ph.ph-aperture:before {
  content: "\e00a";
}

.ph.ph-app-store-logo:before {
  content: "\e974";
}

.ph.ph-app-window:before {
  content: "\e5da";
}

.ph.ph-apple-logo:before {
  content: "\e516";
}

.ph.ph-apple-podcasts-logo:before {
  content: "\eb96";
}

.ph.ph-approximate-equals:before {
  content: "\edaa";
}

.ph.ph-archive:before {
  content: "\e00c";
}

.ph.ph-armchair:before {
  content: "\e012";
}

.ph.ph-arrow-arc-left:before {
  content: "\e014";
}

.ph.ph-arrow-arc-right:before {
  content: "\e016";
}

.ph.ph-arrow-bend-double-up-left:before {
  content: "\e03a";
}

.ph.ph-arrow-bend-double-up-right:before {
  content: "\e03c";
}

.ph.ph-arrow-bend-down-left:before {
  content: "\e018";
}

.ph.ph-arrow-bend-down-right:before {
  content: "\e01a";
}

.ph.ph-arrow-bend-left-down:before {
  content: "\e01c";
}

.ph.ph-arrow-bend-left-up:before {
  content: "\e01e";
}

.ph.ph-arrow-bend-right-down:before {
  content: "\e020";
}

.ph.ph-arrow-bend-right-up:before {
  content: "\e022";
}

.ph.ph-arrow-bend-up-left:before {
  content: "\e024";
}

.ph.ph-arrow-bend-up-right:before {
  content: "\e026";
}

.ph.ph-arrow-circle-down:before {
  content: "\e028";
}

.ph.ph-arrow-circle-down-left:before {
  content: "\e02a";
}

.ph.ph-arrow-circle-down-right:before {
  content: "\e02c";
}

.ph.ph-arrow-circle-left:before {
  content: "\e05a";
}

.ph.ph-arrow-circle-right:before {
  content: "\e02e";
}

.ph.ph-arrow-circle-up:before {
  content: "\e030";
}

.ph.ph-arrow-circle-up-left:before {
  content: "\e032";
}

.ph.ph-arrow-circle-up-right:before {
  content: "\e034";
}

.ph.ph-arrow-clockwise:before {
  content: "\e036";
}

.ph.ph-arrow-counter-clockwise:before {
  content: "\e038";
}

.ph.ph-arrow-down:before {
  content: "\e03e";
}

.ph.ph-arrow-down-left:before {
  content: "\e040";
}

.ph.ph-arrow-down-right:before {
  content: "\e042";
}

.ph.ph-arrow-elbow-down-left:before {
  content: "\e044";
}

.ph.ph-arrow-elbow-down-right:before {
  content: "\e046";
}

.ph.ph-arrow-elbow-left:before {
  content: "\e048";
}

.ph.ph-arrow-elbow-left-down:before {
  content: "\e04a";
}

.ph.ph-arrow-elbow-left-up:before {
  content: "\e04c";
}

.ph.ph-arrow-elbow-right:before {
  content: "\e04e";
}

.ph.ph-arrow-elbow-right-down:before {
  content: "\e050";
}

.ph.ph-arrow-elbow-right-up:before {
  content: "\e052";
}

.ph.ph-arrow-elbow-up-left:before {
  content: "\e054";
}

.ph.ph-arrow-elbow-up-right:before {
  content: "\e056";
}

.ph.ph-arrow-fat-down:before {
  content: "\e518";
}

.ph.ph-arrow-fat-left:before {
  content: "\e51a";
}

.ph.ph-arrow-fat-line-down:before {
  content: "\e51c";
}

.ph.ph-arrow-fat-line-left:before {
  content: "\e51e";
}

.ph.ph-arrow-fat-line-right:before {
  content: "\e520";
}

.ph.ph-arrow-fat-line-up:before {
  content: "\e522";
}

.ph.ph-arrow-fat-lines-down:before {
  content: "\e524";
}

.ph.ph-arrow-fat-lines-left:before {
  content: "\e526";
}

.ph.ph-arrow-fat-lines-right:before {
  content: "\e528";
}

.ph.ph-arrow-fat-lines-up:before {
  content: "\e52a";
}

.ph.ph-arrow-fat-right:before {
  content: "\e52c";
}

.ph.ph-arrow-fat-up:before {
  content: "\e52e";
}

.ph.ph-arrow-left:before {
  content: "\e058";
}

.ph.ph-arrow-line-down:before {
  content: "\e05c";
}

.ph.ph-arrow-line-down-left:before {
  content: "\e05e";
}

.ph.ph-arrow-line-down-right:before {
  content: "\e060";
}

.ph.ph-arrow-line-left:before {
  content: "\e062";
}

.ph.ph-arrow-line-right:before {
  content: "\e064";
}

.ph.ph-arrow-line-up:before {
  content: "\e066";
}

.ph.ph-arrow-line-up-left:before {
  content: "\e068";
}

.ph.ph-arrow-line-up-right:before {
  content: "\e06a";
}

.ph.ph-arrow-right:before {
  content: "\e06c";
}

.ph.ph-arrow-square-down:before {
  content: "\e06e";
}

.ph.ph-arrow-square-down-left:before {
  content: "\e070";
}

.ph.ph-arrow-square-down-right:before {
  content: "\e072";
}

.ph.ph-arrow-square-in:before {
  content: "\e5dc";
}

.ph.ph-arrow-square-left:before {
  content: "\e074";
}

.ph.ph-arrow-square-out:before {
  content: "\e5de";
}

.ph.ph-arrow-square-right:before {
  content: "\e076";
}

.ph.ph-arrow-square-up:before {
  content: "\e078";
}

.ph.ph-arrow-square-up-left:before {
  content: "\e07a";
}

.ph.ph-arrow-square-up-right:before {
  content: "\e07c";
}

.ph.ph-arrow-u-down-left:before {
  content: "\e07e";
}

.ph.ph-arrow-u-down-right:before {
  content: "\e080";
}

.ph.ph-arrow-u-left-down:before {
  content: "\e082";
}

.ph.ph-arrow-u-left-up:before {
  content: "\e084";
}

.ph.ph-arrow-u-right-down:before {
  content: "\e086";
}

.ph.ph-arrow-u-right-up:before {
  content: "\e088";
}

.ph.ph-arrow-u-up-left:before {
  content: "\e08a";
}

.ph.ph-arrow-u-up-right:before {
  content: "\e08c";
}

.ph.ph-arrow-up:before {
  content: "\e08e";
}

.ph.ph-arrow-up-left:before {
  content: "\e090";
}

.ph.ph-arrow-up-right:before {
  content: "\e092";
}

.ph.ph-arrows-clockwise:before {
  content: "\e094";
}

.ph.ph-arrows-counter-clockwise:before {
  content: "\e096";
}

.ph.ph-arrows-down-up:before {
  content: "\e098";
}

.ph.ph-arrows-horizontal:before {
  content: "\eb06";
}

.ph.ph-arrows-in:before {
  content: "\e09a";
}

.ph.ph-arrows-in-cardinal:before {
  content: "\e09c";
}

.ph.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}

.ph.ph-arrows-in-line-vertical:before {
  content: "\e532";
}

.ph.ph-arrows-in-simple:before {
  content: "\e09e";
}

.ph.ph-arrows-left-right:before {
  content: "\e0a0";
}

.ph.ph-arrows-merge:before {
  content: "\ed3e";
}

.ph.ph-arrows-out:before {
  content: "\e0a2";
}

.ph.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}

.ph.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}

.ph.ph-arrows-out-line-vertical:before {
  content: "\e536";
}

.ph.ph-arrows-out-simple:before {
  content: "\e0a6";
}

.ph.ph-arrows-split:before {
  content: "\ed3c";
}

.ph.ph-arrows-vertical:before {
  content: "\eb04";
}

.ph.ph-article:before {
  content: "\e0a8";
}

.ph.ph-article-medium:before {
  content: "\e5e0";
}

.ph.ph-article-ny-times:before {
  content: "\e5e2";
}

.ph.ph-asclepius:before {
  content: "\ee34";
}

.ph.ph-caduceus:before {
  content: "\ee34";
}

.ph.ph-asterisk:before {
  content: "\e0aa";
}

.ph.ph-asterisk-simple:before {
  content: "\e832";
}

.ph.ph-at:before {
  content: "\e0ac";
}

.ph.ph-atom:before {
  content: "\e5e4";
}

.ph.ph-avocado:before {
  content: "\ee04";
}

.ph.ph-axe:before {
  content: "\e9fc";
}

.ph.ph-baby:before {
  content: "\e774";
}

.ph.ph-baby-carriage:before {
  content: "\e818";
}

.ph.ph-backpack:before {
  content: "\e922";
}

.ph.ph-backspace:before {
  content: "\e0ae";
}

.ph.ph-bag:before {
  content: "\e0b0";
}

.ph.ph-bag-simple:before {
  content: "\e5e6";
}

.ph.ph-balloon:before {
  content: "\e76c";
}

.ph.ph-bandaids:before {
  content: "\e0b2";
}

.ph.ph-bank:before {
  content: "\e0b4";
}

.ph.ph-barbell:before {
  content: "\e0b6";
}

.ph.ph-barcode:before {
  content: "\e0b8";
}

.ph.ph-barn:before {
  content: "\ec72";
}

.ph.ph-barricade:before {
  content: "\e948";
}

.ph.ph-baseball:before {
  content: "\e71a";
}

.ph.ph-baseball-cap:before {
  content: "\ea28";
}

.ph.ph-baseball-helmet:before {
  content: "\ee4a";
}

.ph.ph-basket:before {
  content: "\e964";
}

.ph.ph-basketball:before {
  content: "\e724";
}

.ph.ph-bathtub:before {
  content: "\e81e";
}

.ph.ph-battery-charging:before {
  content: "\e0ba";
}

.ph.ph-battery-charging-vertical:before {
  content: "\e0bc";
}

.ph.ph-battery-empty:before {
  content: "\e0be";
}

.ph.ph-battery-full:before {
  content: "\e0c0";
}

.ph.ph-battery-high:before {
  content: "\e0c2";
}

.ph.ph-battery-low:before {
  content: "\e0c4";
}

.ph.ph-battery-medium:before {
  content: "\e0c6";
}

.ph.ph-battery-plus:before {
  content: "\e808";
}

.ph.ph-battery-plus-vertical:before {
  content: "\ec50";
}

.ph.ph-battery-vertical-empty:before {
  content: "\e7c6";
}

.ph.ph-battery-vertical-full:before {
  content: "\e7c4";
}

.ph.ph-battery-vertical-high:before {
  content: "\e7c2";
}

.ph.ph-battery-vertical-low:before {
  content: "\e7be";
}

.ph.ph-battery-vertical-medium:before {
  content: "\e7c0";
}

.ph.ph-battery-warning:before {
  content: "\e0c8";
}

.ph.ph-battery-warning-vertical:before {
  content: "\e0ca";
}

.ph.ph-beach-ball:before {
  content: "\ed24";
}

.ph.ph-beanie:before {
  content: "\ea2a";
}

.ph.ph-bed:before {
  content: "\e0cc";
}

.ph.ph-beer-bottle:before {
  content: "\e7b0";
}

.ph.ph-beer-stein:before {
  content: "\eb62";
}

.ph.ph-behance-logo:before {
  content: "\e7f4";
}

.ph.ph-bell:before {
  content: "\e0ce";
}

.ph.ph-bell-ringing:before {
  content: "\e5e8";
}

.ph.ph-bell-simple:before {
  content: "\e0d0";
}

.ph.ph-bell-simple-ringing:before {
  content: "\e5ea";
}

.ph.ph-bell-simple-slash:before {
  content: "\e0d2";
}

.ph.ph-bell-simple-z:before {
  content: "\e5ec";
}

.ph.ph-bell-slash:before {
  content: "\e0d4";
}

.ph.ph-bell-z:before {
  content: "\e5ee";
}

.ph.ph-belt:before {
  content: "\ea2c";
}

.ph.ph-bezier-curve:before {
  content: "\eb00";
}

.ph.ph-bicycle:before {
  content: "\e0d6";
}

.ph.ph-binary:before {
  content: "\ee60";
}

.ph.ph-binoculars:before {
  content: "\ea64";
}

.ph.ph-biohazard:before {
  content: "\e9e0";
}

.ph.ph-bird:before {
  content: "\e72c";
}

.ph.ph-blueprint:before {
  content: "\eda0";
}

.ph.ph-bluetooth:before {
  content: "\e0da";
}

.ph.ph-bluetooth-connected:before {
  content: "\e0dc";
}

.ph.ph-bluetooth-slash:before {
  content: "\e0de";
}

.ph.ph-bluetooth-x:before {
  content: "\e0e0";
}

.ph.ph-boat:before {
  content: "\e786";
}

.ph.ph-bomb:before {
  content: "\ee0a";
}

.ph.ph-bone:before {
  content: "\e7f2";
}

.ph.ph-book:before {
  content: "\e0e2";
}

.ph.ph-book-bookmark:before {
  content: "\e0e4";
}

.ph.ph-book-open:before {
  content: "\e0e6";
}

.ph.ph-book-open-text:before {
  content: "\e8f2";
}

.ph.ph-book-open-user:before {
  content: "\ede0";
}

.ph.ph-bookmark:before {
  content: "\e0e8";
}

.ph.ph-bookmark-simple:before {
  content: "\e0ea";
}

.ph.ph-bookmarks:before {
  content: "\e0ec";
}

.ph.ph-bookmarks-simple:before {
  content: "\e5f0";
}

.ph.ph-books:before {
  content: "\e758";
}

.ph.ph-boot:before {
  content: "\ecca";
}

.ph.ph-boules:before {
  content: "\e722";
}

.ph.ph-bounding-box:before {
  content: "\e6ce";
}

.ph.ph-bowl-food:before {
  content: "\eaa4";
}

.ph.ph-bowl-steam:before {
  content: "\e8e4";
}

.ph.ph-bowling-ball:before {
  content: "\ea34";
}

.ph.ph-box-arrow-down:before {
  content: "\e00e";
}

.ph.ph-archive-box:before {
  content: "\e00e";
}

.ph.ph-box-arrow-up:before {
  content: "\ee54";
}

.ph.ph-boxing-glove:before {
  content: "\ea36";
}

.ph.ph-brackets-angle:before {
  content: "\e862";
}

.ph.ph-brackets-curly:before {
  content: "\e860";
}

.ph.ph-brackets-round:before {
  content: "\e864";
}

.ph.ph-brackets-square:before {
  content: "\e85e";
}

.ph.ph-brain:before {
  content: "\e74e";
}

.ph.ph-brandy:before {
  content: "\e6b4";
}

.ph.ph-bread:before {
  content: "\e81c";
}

.ph.ph-bridge:before {
  content: "\ea68";
}

.ph.ph-briefcase:before {
  content: "\e0ee";
}

.ph.ph-briefcase-metal:before {
  content: "\e5f2";
}

.ph.ph-broadcast:before {
  content: "\e0f2";
}

.ph.ph-broom:before {
  content: "\ec54";
}

.ph.ph-browser:before {
  content: "\e0f4";
}

.ph.ph-browsers:before {
  content: "\e0f6";
}

.ph.ph-bug:before {
  content: "\e5f4";
}

.ph.ph-bug-beetle:before {
  content: "\e5f6";
}

.ph.ph-bug-droid:before {
  content: "\e5f8";
}

.ph.ph-building:before {
  content: "\e100";
}

.ph.ph-building-apartment:before {
  content: "\e0fe";
}

.ph.ph-building-office:before {
  content: "\e0ff";
}

.ph.ph-buildings:before {
  content: "\e102";
}

.ph.ph-bulldozer:before {
  content: "\ec6c";
}

.ph.ph-bus:before {
  content: "\e106";
}

.ph.ph-butterfly:before {
  content: "\ea6e";
}

.ph.ph-cable-car:before {
  content: "\e49c";
}

.ph.ph-cactus:before {
  content: "\e918";
}

.ph.ph-cake:before {
  content: "\e780";
}

.ph.ph-calculator:before {
  content: "\e538";
}

.ph.ph-calendar:before {
  content: "\e108";
}

.ph.ph-calendar-blank:before {
  content: "\e10a";
}

.ph.ph-calendar-check:before {
  content: "\e712";
}

.ph.ph-calendar-dot:before {
  content: "\e7b2";
}

.ph.ph-calendar-dots:before {
  content: "\e7b4";
}

.ph.ph-calendar-heart:before {
  content: "\e8b0";
}

.ph.ph-calendar-minus:before {
  content: "\ea14";
}

.ph.ph-calendar-plus:before {
  content: "\e714";
}

.ph.ph-calendar-slash:before {
  content: "\ea12";
}

.ph.ph-calendar-star:before {
  content: "\e8b2";
}

.ph.ph-calendar-x:before {
  content: "\e10c";
}

.ph.ph-call-bell:before {
  content: "\e7de";
}

.ph.ph-camera:before {
  content: "\e10e";
}

.ph.ph-camera-plus:before {
  content: "\ec58";
}

.ph.ph-camera-rotate:before {
  content: "\e7a4";
}

.ph.ph-camera-slash:before {
  content: "\e110";
}

.ph.ph-campfire:before {
  content: "\e9d8";
}

.ph.ph-car:before {
  content: "\e112";
}

.ph.ph-car-battery:before {
  content: "\ee30";
}

.ph.ph-car-profile:before {
  content: "\e8cc";
}

.ph.ph-car-simple:before {
  content: "\e114";
}

.ph.ph-cardholder:before {
  content: "\e5fa";
}

.ph.ph-cards:before {
  content: "\e0f8";
}

.ph.ph-cards-three:before {
  content: "\ee50";
}

.ph.ph-caret-circle-double-down:before {
  content: "\e116";
}

.ph.ph-caret-circle-double-left:before {
  content: "\e118";
}

.ph.ph-caret-circle-double-right:before {
  content: "\e11a";
}

.ph.ph-caret-circle-double-up:before {
  content: "\e11c";
}

.ph.ph-caret-circle-down:before {
  content: "\e11e";
}

.ph.ph-caret-circle-left:before {
  content: "\e120";
}

.ph.ph-caret-circle-right:before {
  content: "\e122";
}

.ph.ph-caret-circle-up:before {
  content: "\e124";
}

.ph.ph-caret-circle-up-down:before {
  content: "\e13e";
}

.ph.ph-caret-double-down:before {
  content: "\e126";
}

.ph.ph-caret-double-left:before {
  content: "\e128";
}

.ph.ph-caret-double-right:before {
  content: "\e12a";
}

.ph.ph-caret-double-up:before {
  content: "\e12c";
}

.ph.ph-caret-down:before {
  content: "\e136";
}

.ph.ph-caret-left:before {
  content: "\e138";
}

.ph.ph-caret-line-down:before {
  content: "\e134";
}

.ph.ph-caret-line-left:before {
  content: "\e132";
}

.ph.ph-caret-line-right:before {
  content: "\e130";
}

.ph.ph-caret-line-up:before {
  content: "\e12e";
}

.ph.ph-caret-right:before {
  content: "\e13a";
}

.ph.ph-caret-up:before {
  content: "\e13c";
}

.ph.ph-caret-up-down:before {
  content: "\e140";
}

.ph.ph-carrot:before {
  content: "\ed38";
}

.ph.ph-cash-register:before {
  content: "\ed80";
}

.ph.ph-cassette-tape:before {
  content: "\ed2e";
}

.ph.ph-castle-turret:before {
  content: "\e9d0";
}

.ph.ph-cat:before {
  content: "\e748";
}

.ph.ph-cell-signal-full:before {
  content: "\e142";
}

.ph.ph-cell-signal-high:before {
  content: "\e144";
}

.ph.ph-cell-signal-low:before {
  content: "\e146";
}

.ph.ph-cell-signal-medium:before {
  content: "\e148";
}

.ph.ph-cell-signal-none:before {
  content: "\e14a";
}

.ph.ph-cell-signal-slash:before {
  content: "\e14c";
}

.ph.ph-cell-signal-x:before {
  content: "\e14e";
}

.ph.ph-cell-tower:before {
  content: "\ebaa";
}

.ph.ph-certificate:before {
  content: "\e766";
}

.ph.ph-chair:before {
  content: "\e950";
}

.ph.ph-chalkboard:before {
  content: "\e5fc";
}

.ph.ph-chalkboard-simple:before {
  content: "\e5fe";
}

.ph.ph-chalkboard-teacher:before {
  content: "\e600";
}

.ph.ph-champagne:before {
  content: "\eaca";
}

.ph.ph-charging-station:before {
  content: "\e8d0";
}

.ph.ph-chart-bar:before {
  content: "\e150";
}

.ph.ph-chart-bar-horizontal:before {
  content: "\e152";
}

.ph.ph-chart-donut:before {
  content: "\eaa6";
}

.ph.ph-chart-line:before {
  content: "\e154";
}

.ph.ph-chart-line-down:before {
  content: "\e8b6";
}

.ph.ph-chart-line-up:before {
  content: "\e156";
}

.ph.ph-chart-pie:before {
  content: "\e158";
}

.ph.ph-chart-pie-slice:before {
  content: "\e15a";
}

.ph.ph-chart-polar:before {
  content: "\eaa8";
}

.ph.ph-chart-scatter:before {
  content: "\eaac";
}

.ph.ph-chat:before {
  content: "\e15c";
}

.ph.ph-chat-centered:before {
  content: "\e160";
}

.ph.ph-chat-centered-dots:before {
  content: "\e164";
}

.ph.ph-chat-centered-slash:before {
  content: "\e162";
}

.ph.ph-chat-centered-text:before {
  content: "\e166";
}

.ph.ph-chat-circle:before {
  content: "\e168";
}

.ph.ph-chat-circle-dots:before {
  content: "\e16c";
}

.ph.ph-chat-circle-slash:before {
  content: "\e16a";
}

.ph.ph-chat-circle-text:before {
  content: "\e16e";
}

.ph.ph-chat-dots:before {
  content: "\e170";
}

.ph.ph-chat-slash:before {
  content: "\e15e";
}

.ph.ph-chat-teardrop:before {
  content: "\e172";
}

.ph.ph-chat-teardrop-dots:before {
  content: "\e176";
}

.ph.ph-chat-teardrop-slash:before {
  content: "\e174";
}

.ph.ph-chat-teardrop-text:before {
  content: "\e178";
}

.ph.ph-chat-text:before {
  content: "\e17a";
}

.ph.ph-chats:before {
  content: "\e17c";
}

.ph.ph-chats-circle:before {
  content: "\e17e";
}

.ph.ph-chats-teardrop:before {
  content: "\e180";
}

.ph.ph-check:before {
  content: "\e182";
}

.ph.ph-check-circle:before {
  content: "\e184";
}

.ph.ph-check-fat:before {
  content: "\eba6";
}

.ph.ph-check-square:before {
  content: "\e186";
}

.ph.ph-check-square-offset:before {
  content: "\e188";
}

.ph.ph-checkerboard:before {
  content: "\e8c4";
}

.ph.ph-checks:before {
  content: "\e53a";
}

.ph.ph-cheers:before {
  content: "\ea4a";
}

.ph.ph-cheese:before {
  content: "\e9fe";
}

.ph.ph-chef-hat:before {
  content: "\ed8e";
}

.ph.ph-cherries:before {
  content: "\e830";
}

.ph.ph-church:before {
  content: "\ecea";
}

.ph.ph-cigarette:before {
  content: "\ed90";
}

.ph.ph-cigarette-slash:before {
  content: "\ed92";
}

.ph.ph-circle:before {
  content: "\e18a";
}

.ph.ph-circle-dashed:before {
  content: "\e602";
}

.ph.ph-circle-half:before {
  content: "\e18c";
}

.ph.ph-circle-half-tilt:before {
  content: "\e18e";
}

.ph.ph-circle-notch:before {
  content: "\eb44";
}

.ph.ph-circles-four:before {
  content: "\e190";
}

.ph.ph-circles-three:before {
  content: "\e192";
}

.ph.ph-circles-three-plus:before {
  content: "\e194";
}

.ph.ph-circuitry:before {
  content: "\e9c2";
}

.ph.ph-city:before {
  content: "\ea6a";
}

.ph.ph-clipboard:before {
  content: "\e196";
}

.ph.ph-clipboard-text:before {
  content: "\e198";
}

.ph.ph-clock:before {
  content: "\e19a";
}

.ph.ph-clock-afternoon:before {
  content: "\e19c";
}

.ph.ph-clock-clockwise:before {
  content: "\e19e";
}

.ph.ph-clock-countdown:before {
  content: "\ed2c";
}

.ph.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}

.ph.ph-clock-user:before {
  content: "\edec";
}

.ph.ph-closed-captioning:before {
  content: "\e1a4";
}

.ph.ph-cloud:before {
  content: "\e1aa";
}

.ph.ph-cloud-arrow-down:before {
  content: "\e1ac";
}

.ph.ph-cloud-arrow-up:before {
  content: "\e1ae";
}

.ph.ph-cloud-check:before {
  content: "\e1b0";
}

.ph.ph-cloud-fog:before {
  content: "\e53c";
}

.ph.ph-cloud-lightning:before {
  content: "\e1b2";
}

.ph.ph-cloud-moon:before {
  content: "\e53e";
}

.ph.ph-cloud-rain:before {
  content: "\e1b4";
}

.ph.ph-cloud-slash:before {
  content: "\e1b6";
}

.ph.ph-cloud-snow:before {
  content: "\e1b8";
}

.ph.ph-cloud-sun:before {
  content: "\e540";
}

.ph.ph-cloud-warning:before {
  content: "\ea98";
}

.ph.ph-cloud-x:before {
  content: "\ea96";
}

.ph.ph-clover:before {
  content: "\edc8";
}

.ph.ph-club:before {
  content: "\e1ba";
}

.ph.ph-coat-hanger:before {
  content: "\e7fe";
}

.ph.ph-coda-logo:before {
  content: "\e7ce";
}

.ph.ph-code:before {
  content: "\e1bc";
}

.ph.ph-code-block:before {
  content: "\eafe";
}

.ph.ph-code-simple:before {
  content: "\e1be";
}

.ph.ph-codepen-logo:before {
  content: "\e978";
}

.ph.ph-codesandbox-logo:before {
  content: "\ea06";
}

.ph.ph-coffee:before {
  content: "\e1c2";
}

.ph.ph-coffee-bean:before {
  content: "\e1c0";
}

.ph.ph-coin:before {
  content: "\e60e";
}

.ph.ph-coin-vertical:before {
  content: "\eb48";
}

.ph.ph-coins:before {
  content: "\e78e";
}

.ph.ph-columns:before {
  content: "\e546";
}

.ph.ph-columns-plus-left:before {
  content: "\e544";
}

.ph.ph-columns-plus-right:before {
  content: "\e542";
}

.ph.ph-command:before {
  content: "\e1c4";
}

.ph.ph-compass:before {
  content: "\e1c8";
}

.ph.ph-compass-rose:before {
  content: "\e1c6";
}

.ph.ph-compass-tool:before {
  content: "\ea0e";
}

.ph.ph-computer-tower:before {
  content: "\e548";
}

.ph.ph-confetti:before {
  content: "\e81a";
}

.ph.ph-contactless-payment:before {
  content: "\ed42";
}

.ph.ph-control:before {
  content: "\eca6";
}

.ph.ph-cookie:before {
  content: "\e6ca";
}

.ph.ph-cooking-pot:before {
  content: "\e764";
}

.ph.ph-copy:before {
  content: "\e1ca";
}

.ph.ph-copy-simple:before {
  content: "\e1cc";
}

.ph.ph-copyleft:before {
  content: "\e86a";
}

.ph.ph-copyright:before {
  content: "\e54a";
}

.ph.ph-corners-in:before {
  content: "\e1ce";
}

.ph.ph-corners-out:before {
  content: "\e1d0";
}

.ph.ph-couch:before {
  content: "\e7f6";
}

.ph.ph-court-basketball:before {
  content: "\ee36";
}

.ph.ph-cow:before {
  content: "\eabe";
}

.ph.ph-cowboy-hat:before {
  content: "\ed12";
}

.ph.ph-cpu:before {
  content: "\e610";
}

.ph.ph-crane:before {
  content: "\ed48";
}

.ph.ph-crane-tower:before {
  content: "\ed49";
}

.ph.ph-credit-card:before {
  content: "\e1d2";
}

.ph.ph-cricket:before {
  content: "\ee12";
}

.ph.ph-crop:before {
  content: "\e1d4";
}

.ph.ph-cross:before {
  content: "\e8a0";
}

.ph.ph-crosshair:before {
  content: "\e1d6";
}

.ph.ph-crosshair-simple:before {
  content: "\e1d8";
}

.ph.ph-crown:before {
  content: "\e614";
}

.ph.ph-crown-cross:before {
  content: "\ee5e";
}

.ph.ph-crown-simple:before {
  content: "\e616";
}

.ph.ph-cube:before {
  content: "\e1da";
}

.ph.ph-cube-focus:before {
  content: "\ed0a";
}

.ph.ph-cube-transparent:before {
  content: "\ec7c";
}

.ph.ph-currency-btc:before {
  content: "\e618";
}

.ph.ph-currency-circle-dollar:before {
  content: "\e54c";
}

.ph.ph-currency-cny:before {
  content: "\e54e";
}

.ph.ph-currency-dollar:before {
  content: "\e550";
}

.ph.ph-currency-dollar-simple:before {
  content: "\e552";
}

.ph.ph-currency-eth:before {
  content: "\eada";
}

.ph.ph-currency-eur:before {
  content: "\e554";
}

.ph.ph-currency-gbp:before {
  content: "\e556";
}

.ph.ph-currency-inr:before {
  content: "\e558";
}

.ph.ph-currency-jpy:before {
  content: "\e55a";
}

.ph.ph-currency-krw:before {
  content: "\e55c";
}

.ph.ph-currency-kzt:before {
  content: "\ec4c";
}

.ph.ph-currency-ngn:before {
  content: "\eb52";
}

.ph.ph-currency-rub:before {
  content: "\e55e";
}

.ph.ph-cursor:before {
  content: "\e1dc";
}

.ph.ph-cursor-click:before {
  content: "\e7c8";
}

.ph.ph-cursor-text:before {
  content: "\e7d8";
}

.ph.ph-cylinder:before {
  content: "\e8fc";
}

.ph.ph-database:before {
  content: "\e1de";
}

.ph.ph-desk:before {
  content: "\ed16";
}

.ph.ph-desktop:before {
  content: "\e560";
}

.ph.ph-desktop-tower:before {
  content: "\e562";
}

.ph.ph-detective:before {
  content: "\e83e";
}

.ph.ph-dev-to-logo:before {
  content: "\ed0e";
}

.ph.ph-device-mobile:before {
  content: "\e1e0";
}

.ph.ph-device-mobile-camera:before {
  content: "\e1e2";
}

.ph.ph-device-mobile-slash:before {
  content: "\ee46";
}

.ph.ph-device-mobile-speaker:before {
  content: "\e1e4";
}

.ph.ph-device-rotate:before {
  content: "\edf2";
}

.ph.ph-device-tablet:before {
  content: "\e1e6";
}

.ph.ph-device-tablet-camera:before {
  content: "\e1e8";
}

.ph.ph-device-tablet-speaker:before {
  content: "\e1ea";
}

.ph.ph-devices:before {
  content: "\eba4";
}

.ph.ph-diamond:before {
  content: "\e1ec";
}

.ph.ph-diamonds-four:before {
  content: "\e8f4";
}

.ph.ph-dice-five:before {
  content: "\e1ee";
}

.ph.ph-dice-four:before {
  content: "\e1f0";
}

.ph.ph-dice-one:before {
  content: "\e1f2";
}

.ph.ph-dice-six:before {
  content: "\e1f4";
}

.ph.ph-dice-three:before {
  content: "\e1f6";
}

.ph.ph-dice-two:before {
  content: "\e1f8";
}

.ph.ph-disc:before {
  content: "\e564";
}

.ph.ph-disco-ball:before {
  content: "\ed98";
}

.ph.ph-discord-logo:before {
  content: "\e61a";
}

.ph.ph-divide:before {
  content: "\e1fa";
}

.ph.ph-dna:before {
  content: "\e924";
}

.ph.ph-dog:before {
  content: "\e74a";
}

.ph.ph-door:before {
  content: "\e61c";
}

.ph.ph-door-open:before {
  content: "\e7e6";
}

.ph.ph-dot:before {
  content: "\ecde";
}

.ph.ph-dot-outline:before {
  content: "\ece0";
}

.ph.ph-dots-nine:before {
  content: "\e1fc";
}

.ph.ph-dots-six:before {
  content: "\e794";
}

.ph.ph-dots-six-vertical:before {
  content: "\eae2";
}

.ph.ph-dots-three:before {
  content: "\e1fe";
}

.ph.ph-dots-three-circle:before {
  content: "\e200";
}

.ph.ph-dots-three-circle-vertical:before {
  content: "\e202";
}

.ph.ph-dots-three-outline:before {
  content: "\e204";
}

.ph.ph-dots-three-outline-vertical:before {
  content: "\e206";
}

.ph.ph-dots-three-vertical:before {
  content: "\e208";
}

.ph.ph-download:before {
  content: "\e20a";
}

.ph.ph-download-simple:before {
  content: "\e20c";
}

.ph.ph-dress:before {
  content: "\ea7e";
}

.ph.ph-dresser:before {
  content: "\e94e";
}

.ph.ph-dribbble-logo:before {
  content: "\e20e";
}

.ph.ph-drone:before {
  content: "\ed74";
}

.ph.ph-drop:before {
  content: "\e210";
}

.ph.ph-drop-half:before {
  content: "\e566";
}

.ph.ph-drop-half-bottom:before {
  content: "\eb40";
}

.ph.ph-drop-simple:before {
  content: "\ee32";
}

.ph.ph-drop-slash:before {
  content: "\e954";
}

.ph.ph-dropbox-logo:before {
  content: "\e7d0";
}

.ph.ph-ear:before {
  content: "\e70c";
}

.ph.ph-ear-slash:before {
  content: "\e70e";
}

.ph.ph-egg:before {
  content: "\e812";
}

.ph.ph-egg-crack:before {
  content: "\eb64";
}

.ph.ph-eject:before {
  content: "\e212";
}

.ph.ph-eject-simple:before {
  content: "\e6ae";
}

.ph.ph-elevator:before {
  content: "\ecc0";
}

.ph.ph-empty:before {
  content: "\edbc";
}

.ph.ph-engine:before {
  content: "\ea80";
}

.ph.ph-envelope:before {
  content: "\e214";
}

.ph.ph-envelope-open:before {
  content: "\e216";
}

.ph.ph-envelope-simple:before {
  content: "\e218";
}

.ph.ph-envelope-simple-open:before {
  content: "\e21a";
}

.ph.ph-equalizer:before {
  content: "\ebbc";
}

.ph.ph-equals:before {
  content: "\e21c";
}

.ph.ph-eraser:before {
  content: "\e21e";
}

.ph.ph-escalator-down:before {
  content: "\ecba";
}

.ph.ph-escalator-up:before {
  content: "\ecbc";
}

.ph.ph-exam:before {
  content: "\e742";
}

.ph.ph-exclamation-mark:before {
  content: "\ee44";
}

.ph.ph-exclude:before {
  content: "\e882";
}

.ph.ph-exclude-square:before {
  content: "\e880";
}

.ph.ph-export:before {
  content: "\eaf0";
}

.ph.ph-eye:before {
  content: "\e220";
}

.ph.ph-eye-closed:before {
  content: "\e222";
}

.ph.ph-eye-slash:before {
  content: "\e224";
}

.ph.ph-eyedropper:before {
  content: "\e568";
}

.ph.ph-eyedropper-sample:before {
  content: "\eac4";
}

.ph.ph-eyeglasses:before {
  content: "\e7ba";
}

.ph.ph-eyes:before {
  content: "\ee5c";
}

.ph.ph-face-mask:before {
  content: "\e56a";
}

.ph.ph-facebook-logo:before {
  content: "\e226";
}

.ph.ph-factory:before {
  content: "\e760";
}

.ph.ph-faders:before {
  content: "\e228";
}

.ph.ph-faders-horizontal:before {
  content: "\e22a";
}

.ph.ph-fallout-shelter:before {
  content: "\e9de";
}

.ph.ph-fan:before {
  content: "\e9f2";
}

.ph.ph-farm:before {
  content: "\ec70";
}

.ph.ph-fast-forward:before {
  content: "\e6a6";
}

.ph.ph-fast-forward-circle:before {
  content: "\e22c";
}

.ph.ph-feather:before {
  content: "\e9c0";
}

.ph.ph-fediverse-logo:before {
  content: "\ed66";
}

.ph.ph-figma-logo:before {
  content: "\e22e";
}

.ph.ph-file:before {
  content: "\e230";
}

.ph.ph-file-archive:before {
  content: "\eb2a";
}

.ph.ph-file-arrow-down:before {
  content: "\e232";
}

.ph.ph-file-arrow-up:before {
  content: "\e61e";
}

.ph.ph-file-audio:before {
  content: "\ea20";
}

.ph.ph-file-c:before {
  content: "\eb32";
}

.ph.ph-file-c-sharp:before {
  content: "\eb30";
}

.ph.ph-file-cloud:before {
  content: "\e95e";
}

.ph.ph-file-code:before {
  content: "\e914";
}

.ph.ph-file-cpp:before {
  content: "\eb2e";
}

.ph.ph-file-css:before {
  content: "\eb34";
}

.ph.ph-file-csv:before {
  content: "\eb1c";
}

.ph.ph-file-dashed:before {
  content: "\e704";
}

.ph.ph-file-dotted:before {
  content: "\e704";
}

.ph.ph-file-doc:before {
  content: "\eb1e";
}

.ph.ph-file-html:before {
  content: "\eb38";
}

.ph.ph-file-image:before {
  content: "\ea24";
}

.ph.ph-file-ini:before {
  content: "\eb33";
}

.ph.ph-file-jpg:before {
  content: "\eb1a";
}

.ph.ph-file-js:before {
  content: "\eb24";
}

.ph.ph-file-jsx:before {
  content: "\eb3a";
}

.ph.ph-file-lock:before {
  content: "\e95c";
}

.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}

.ph.ph-file-search:before {
  content: "\e238";
}

.ph.ph-file-md:before {
  content: "\ed50";
}

.ph.ph-file-minus:before {
  content: "\e234";
}

.ph.ph-file-pdf:before {
  content: "\e702";
}

.ph.ph-file-plus:before {
  content: "\e236";
}

.ph.ph-file-png:before {
  content: "\eb18";
}

.ph.ph-file-ppt:before {
  content: "\eb20";
}

.ph.ph-file-py:before {
  content: "\eb2c";
}

.ph.ph-file-rs:before {
  content: "\eb28";
}

.ph.ph-file-sql:before {
  content: "\ed4e";
}

.ph.ph-file-svg:before {
  content: "\ed08";
}

.ph.ph-file-text:before {
  content: "\e23a";
}

.ph.ph-file-ts:before {
  content: "\eb26";
}

.ph.ph-file-tsx:before {
  content: "\eb3c";
}

.ph.ph-file-txt:before {
  content: "\eb35";
}

.ph.ph-file-video:before {
  content: "\ea22";
}

.ph.ph-file-vue:before {
  content: "\eb3e";
}

.ph.ph-file-x:before {
  content: "\e23c";
}

.ph.ph-file-xls:before {
  content: "\eb22";
}

.ph.ph-file-zip:before {
  content: "\e958";
}

.ph.ph-files:before {
  content: "\e710";
}

.ph.ph-film-reel:before {
  content: "\e8c0";
}

.ph.ph-film-script:before {
  content: "\eb50";
}

.ph.ph-film-slate:before {
  content: "\e8c2";
}

.ph.ph-film-strip:before {
  content: "\e792";
}

.ph.ph-fingerprint:before {
  content: "\e23e";
}

.ph.ph-fingerprint-simple:before {
  content: "\e240";
}

.ph.ph-finn-the-human:before {
  content: "\e56c";
}

.ph.ph-fire:before {
  content: "\e242";
}

.ph.ph-fire-extinguisher:before {
  content: "\e9e8";
}

.ph.ph-fire-simple:before {
  content: "\e620";
}

.ph.ph-fire-truck:before {
  content: "\e574";
}

.ph.ph-first-aid:before {
  content: "\e56e";
}

.ph.ph-first-aid-kit:before {
  content: "\e570";
}

.ph.ph-fish:before {
  content: "\e728";
}

.ph.ph-fish-simple:before {
  content: "\e72a";
}

.ph.ph-flag:before {
  content: "\e244";
}

.ph.ph-flag-banner:before {
  content: "\e622";
}

.ph.ph-flag-banner-fold:before {
  content: "\ecf2";
}

.ph.ph-flag-checkered:before {
  content: "\ea38";
}

.ph.ph-flag-pennant:before {
  content: "\ecf0";
}

.ph.ph-flame:before {
  content: "\e624";
}

.ph.ph-flashlight:before {
  content: "\e246";
}

.ph.ph-flask:before {
  content: "\e79e";
}

.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}

.ph.ph-flip-vertical:before {
  content: "\ed6c";
}

.ph.ph-floppy-disk:before {
  content: "\e248";
}

.ph.ph-floppy-disk-back:before {
  content: "\eaf4";
}

.ph.ph-flow-arrow:before {
  content: "\e6ec";
}

.ph.ph-flower:before {
  content: "\e75e";
}

.ph.ph-flower-lotus:before {
  content: "\e6cc";
}

.ph.ph-flower-tulip:before {
  content: "\eacc";
}

.ph.ph-flying-saucer:before {
  content: "\eb4a";
}

.ph.ph-folder:before {
  content: "\e24a";
}

.ph.ph-folder-notch:before {
  content: "\e24a";
}

.ph.ph-folder-dashed:before {
  content: "\e8f8";
}

.ph.ph-folder-dotted:before {
  content: "\e8f8";
}

.ph.ph-folder-lock:before {
  content: "\ea3c";
}

.ph.ph-folder-minus:before {
  content: "\e254";
}

.ph.ph-folder-notch-minus:before {
  content: "\e254";
}

.ph.ph-folder-open:before {
  content: "\e256";
}

.ph.ph-folder-notch-open:before {
  content: "\e256";
}

.ph.ph-folder-plus:before {
  content: "\e258";
}

.ph.ph-folder-notch-plus:before {
  content: "\e258";
}

.ph.ph-folder-simple:before {
  content: "\e25a";
}

.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}

.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}

.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}

.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}

.ph.ph-folder-simple-user:before {
  content: "\eb60";
}

.ph.ph-folder-star:before {
  content: "\ea86";
}

.ph.ph-folder-user:before {
  content: "\eb46";
}

.ph.ph-folders:before {
  content: "\e260";
}

.ph.ph-football:before {
  content: "\e718";
}

.ph.ph-football-helmet:before {
  content: "\ee4c";
}

.ph.ph-footprints:before {
  content: "\ea88";
}

.ph.ph-fork-knife:before {
  content: "\e262";
}

.ph.ph-four-k:before {
  content: "\ea5c";
}

.ph.ph-frame-corners:before {
  content: "\e626";
}

.ph.ph-framer-logo:before {
  content: "\e264";
}

.ph.ph-function:before {
  content: "\ebe4";
}

.ph.ph-funnel:before {
  content: "\e266";
}

.ph.ph-funnel-simple:before {
  content: "\e268";
}

.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}

.ph.ph-funnel-x:before {
  content: "\e26c";
}

.ph.ph-game-controller:before {
  content: "\e26e";
}

.ph.ph-garage:before {
  content: "\ecd6";
}

.ph.ph-gas-can:before {
  content: "\e8ce";
}

.ph.ph-gas-pump:before {
  content: "\e768";
}

.ph.ph-gauge:before {
  content: "\e628";
}

.ph.ph-gavel:before {
  content: "\ea32";
}

.ph.ph-gear:before {
  content: "\e270";
}

.ph.ph-gear-fine:before {
  content: "\e87c";
}

.ph.ph-gear-six:before {
  content: "\e272";
}

.ph.ph-gender-female:before {
  content: "\e6e0";
}

.ph.ph-gender-intersex:before {
  content: "\e6e6";
}

.ph.ph-gender-male:before {
  content: "\e6e2";
}

.ph.ph-gender-neuter:before {
  content: "\e6ea";
}

.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}

.ph.ph-gender-transgender:before {
  content: "\e6e8";
}

.ph.ph-ghost:before {
  content: "\e62a";
}

.ph.ph-gif:before {
  content: "\e274";
}

.ph.ph-gift:before {
  content: "\e276";
}

.ph.ph-git-branch:before {
  content: "\e278";
}

.ph.ph-git-commit:before {
  content: "\e27a";
}

.ph.ph-git-diff:before {
  content: "\e27c";
}

.ph.ph-git-fork:before {
  content: "\e27e";
}

.ph.ph-git-merge:before {
  content: "\e280";
}

.ph.ph-git-pull-request:before {
  content: "\e282";
}

.ph.ph-github-logo:before {
  content: "\e576";
}

.ph.ph-gitlab-logo:before {
  content: "\e694";
}

.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}

.ph.ph-globe:before {
  content: "\e288";
}

.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}

.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph.ph-globe-simple:before {
  content: "\e28e";
}

.ph.ph-globe-simple-x:before {
  content: "\e284";
}

.ph.ph-globe-stand:before {
  content: "\e290";
}

.ph.ph-globe-x:before {
  content: "\e286";
}

.ph.ph-goggles:before {
  content: "\ecb4";
}

.ph.ph-golf:before {
  content: "\ea3e";
}

.ph.ph-goodreads-logo:before {
  content: "\ed10";
}

.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}

.ph.ph-google-chrome-logo:before {
  content: "\e976";
}

.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}

.ph.ph-google-logo:before {
  content: "\e292";
}

.ph.ph-google-photos-logo:before {
  content: "\eb92";
}

.ph.ph-google-play-logo:before {
  content: "\e294";
}

.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}

.ph.ph-gps:before {
  content: "\edd8";
}

.ph.ph-gps-fix:before {
  content: "\edd6";
}

.ph.ph-gps-slash:before {
  content: "\edd4";
}

.ph.ph-gradient:before {
  content: "\eb42";
}

.ph.ph-graduation-cap:before {
  content: "\e62c";
}

.ph.ph-grains:before {
  content: "\ec68";
}

.ph.ph-grains-slash:before {
  content: "\ec6a";
}

.ph.ph-graph:before {
  content: "\eb58";
}

.ph.ph-graphics-card:before {
  content: "\e612";
}

.ph.ph-greater-than:before {
  content: "\edc4";
}

.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}

.ph.ph-grid-four:before {
  content: "\e296";
}

.ph.ph-grid-nine:before {
  content: "\ec8c";
}

.ph.ph-guitar:before {
  content: "\ea8a";
}

.ph.ph-hair-dryer:before {
  content: "\ea66";
}

.ph.ph-hamburger:before {
  content: "\e790";
}

.ph.ph-hammer:before {
  content: "\e80e";
}

.ph.ph-hand:before {
  content: "\e298";
}

.ph.ph-hand-arrow-down:before {
  content: "\ea4e";
}

.ph.ph-hand-arrow-up:before {
  content: "\ee5a";
}

.ph.ph-hand-coins:before {
  content: "\ea8c";
}

.ph.ph-hand-deposit:before {
  content: "\ee82";
}

.ph.ph-hand-eye:before {
  content: "\ea4c";
}

.ph.ph-hand-fist:before {
  content: "\e57a";
}

.ph.ph-hand-grabbing:before {
  content: "\e57c";
}

.ph.ph-hand-heart:before {
  content: "\e810";
}

.ph.ph-hand-palm:before {
  content: "\e57e";
}

.ph.ph-hand-peace:before {
  content: "\e7cc";
}

.ph.ph-hand-pointing:before {
  content: "\e29a";
}

.ph.ph-hand-soap:before {
  content: "\e630";
}

.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}

.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}

.ph.ph-hand-tap:before {
  content: "\ec90";
}

.ph.ph-hand-waving:before {
  content: "\e580";
}

.ph.ph-hand-withdraw:before {
  content: "\ee80";
}

.ph.ph-handbag:before {
  content: "\e29c";
}

.ph.ph-handbag-simple:before {
  content: "\e62e";
}

.ph.ph-hands-clapping:before {
  content: "\e6a0";
}

.ph.ph-hands-praying:before {
  content: "\ecc8";
}

.ph.ph-handshake:before {
  content: "\e582";
}

.ph.ph-hard-drive:before {
  content: "\e29e";
}

.ph.ph-hard-drives:before {
  content: "\e2a0";
}

.ph.ph-hard-hat:before {
  content: "\ed46";
}

.ph.ph-hash:before {
  content: "\e2a2";
}

.ph.ph-hash-straight:before {
  content: "\e2a4";
}

.ph.ph-head-circuit:before {
  content: "\e7d4";
}

.ph.ph-headlights:before {
  content: "\e6fe";
}

.ph.ph-headphones:before {
  content: "\e2a6";
}

.ph.ph-headset:before {
  content: "\e584";
}

.ph.ph-heart:before {
  content: "\e2a8";
}

.ph.ph-heart-break:before {
  content: "\ebe8";
}

.ph.ph-heart-half:before {
  content: "\ec48";
}

.ph.ph-heart-straight:before {
  content: "\e2aa";
}

.ph.ph-heart-straight-break:before {
  content: "\eb98";
}

.ph.ph-heartbeat:before {
  content: "\e2ac";
}

.ph.ph-hexagon:before {
  content: "\e2ae";
}

.ph.ph-high-definition:before {
  content: "\ea8e";
}

.ph.ph-high-heel:before {
  content: "\e8e8";
}

.ph.ph-highlighter:before {
  content: "\ec76";
}

.ph.ph-highlighter-circle:before {
  content: "\e632";
}

.ph.ph-hockey:before {
  content: "\ec86";
}

.ph.ph-hoodie:before {
  content: "\ecd0";
}

.ph.ph-horse:before {
  content: "\e2b0";
}

.ph.ph-hospital:before {
  content: "\e844";
}

.ph.ph-hourglass:before {
  content: "\e2b2";
}

.ph.ph-hourglass-high:before {
  content: "\e2b4";
}

.ph.ph-hourglass-low:before {
  content: "\e2b6";
}

.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}

.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}

.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}

.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}

.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}

.ph.ph-house:before {
  content: "\e2c2";
}

.ph.ph-house-line:before {
  content: "\e2c4";
}

.ph.ph-house-simple:before {
  content: "\e2c6";
}

.ph.ph-hurricane:before {
  content: "\e88e";
}

.ph.ph-ice-cream:before {
  content: "\e804";
}

.ph.ph-identification-badge:before {
  content: "\e6f6";
}

.ph.ph-identification-card:before {
  content: "\e2c8";
}

.ph.ph-image:before {
  content: "\e2ca";
}

.ph.ph-image-broken:before {
  content: "\e7a8";
}

.ph.ph-image-square:before {
  content: "\e2cc";
}

.ph.ph-images:before {
  content: "\e836";
}

.ph.ph-images-square:before {
  content: "\e834";
}

.ph.ph-infinity:before {
  content: "\e634";
}

.ph.ph-lemniscate:before {
  content: "\e634";
}

.ph.ph-info:before {
  content: "\e2ce";
}

.ph.ph-instagram-logo:before {
  content: "\e2d0";
}

.ph.ph-intersect:before {
  content: "\e2d2";
}

.ph.ph-intersect-square:before {
  content: "\e87a";
}

.ph.ph-intersect-three:before {
  content: "\ecc4";
}

.ph.ph-intersection:before {
  content: "\edba";
}

.ph.ph-invoice:before {
  content: "\ee42";
}

.ph.ph-island:before {
  content: "\ee06";
}

.ph.ph-jar:before {
  content: "\e7e0";
}

.ph.ph-jar-label:before {
  content: "\e7e1";
}

.ph.ph-jeep:before {
  content: "\e2d4";
}

.ph.ph-joystick:before {
  content: "\ea5e";
}

.ph.ph-kanban:before {
  content: "\eb54";
}

.ph.ph-key:before {
  content: "\e2d6";
}

.ph.ph-key-return:before {
  content: "\e782";
}

.ph.ph-keyboard:before {
  content: "\e2d8";
}

.ph.ph-keyhole:before {
  content: "\ea78";
}

.ph.ph-knife:before {
  content: "\e636";
}

.ph.ph-ladder:before {
  content: "\e9e4";
}

.ph.ph-ladder-simple:before {
  content: "\ec26";
}

.ph.ph-lamp:before {
  content: "\e638";
}

.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}

.ph.ph-laptop:before {
  content: "\e586";
}

.ph.ph-lasso:before {
  content: "\edc6";
}

.ph.ph-lastfm-logo:before {
  content: "\e842";
}

.ph.ph-layout:before {
  content: "\e6d6";
}

.ph.ph-leaf:before {
  content: "\e2da";
}

.ph.ph-lectern:before {
  content: "\e95a";
}

.ph.ph-lego:before {
  content: "\e8c6";
}

.ph.ph-lego-smiley:before {
  content: "\e8c7";
}

.ph.ph-less-than:before {
  content: "\edac";
}

.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}

.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}

.ph.ph-letter-circle-p:before {
  content: "\ec08";
}

.ph.ph-letter-circle-v:before {
  content: "\ec14";
}

.ph.ph-lifebuoy:before {
  content: "\e63a";
}

.ph.ph-lightbulb:before {
  content: "\e2dc";
}

.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}

.ph.ph-lighthouse:before {
  content: "\e9f6";
}

.ph.ph-lightning:before {
  content: "\e2de";
}

.ph.ph-lightning-a:before {
  content: "\ea84";
}

.ph.ph-lightning-slash:before {
  content: "\e2e0";
}

.ph.ph-line-segment:before {
  content: "\e6d2";
}

.ph.ph-line-segments:before {
  content: "\e6d4";
}

.ph.ph-line-vertical:before {
  content: "\ed70";
}

.ph.ph-link:before {
  content: "\e2e2";
}

.ph.ph-link-break:before {
  content: "\e2e4";
}

.ph.ph-link-simple:before {
  content: "\e2e6";
}

.ph.ph-link-simple-break:before {
  content: "\e2e8";
}

.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}

.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}

.ph.ph-linktree-logo:before {
  content: "\edee";
}

.ph.ph-linux-logo:before {
  content: "\eb02";
}

.ph.ph-list:before {
  content: "\e2f0";
}

.ph.ph-list-bullets:before {
  content: "\e2f2";
}

.ph.ph-list-checks:before {
  content: "\eadc";
}

.ph.ph-list-dashes:before {
  content: "\e2f4";
}

.ph.ph-list-heart:before {
  content: "\ebde";
}

.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}

.ph.ph-list-numbers:before {
  content: "\e2f6";
}

.ph.ph-list-plus:before {
  content: "\e2f8";
}

.ph.ph-list-star:before {
  content: "\ebdc";
}

.ph.ph-lock:before {
  content: "\e2fa";
}

.ph.ph-lock-key:before {
  content: "\e2fe";
}

.ph.ph-lock-key-open:before {
  content: "\e300";
}

.ph.ph-lock-laminated:before {
  content: "\e302";
}

.ph.ph-lock-laminated-open:before {
  content: "\e304";
}

.ph.ph-lock-open:before {
  content: "\e306";
}

.ph.ph-lock-simple:before {
  content: "\e308";
}

.ph.ph-lock-simple-open:before {
  content: "\e30a";
}

.ph.ph-lockers:before {
  content: "\ecb8";
}

.ph.ph-log:before {
  content: "\ed82";
}

.ph.ph-magic-wand:before {
  content: "\e6b6";
}

.ph.ph-magnet:before {
  content: "\e680";
}

.ph.ph-magnet-straight:before {
  content: "\e682";
}

.ph.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}

.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}

.ph.ph-mailbox:before {
  content: "\ec1e";
}

.ph.ph-map-pin:before {
  content: "\e316";
}

.ph.ph-map-pin-area:before {
  content: "\ee3a";
}

.ph.ph-map-pin-line:before {
  content: "\e318";
}

.ph.ph-map-pin-plus:before {
  content: "\e314";
}

.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}

.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}

.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}

.ph.ph-map-trifold:before {
  content: "\e31a";
}

.ph.ph-markdown-logo:before {
  content: "\e508";
}

.ph.ph-marker-circle:before {
  content: "\e640";
}

.ph.ph-martini:before {
  content: "\e31c";
}

.ph.ph-mask-happy:before {
  content: "\e9f4";
}

.ph.ph-mask-sad:before {
  content: "\eb9e";
}

.ph.ph-mastodon-logo:before {
  content: "\ed68";
}

.ph.ph-math-operations:before {
  content: "\e31e";
}

.ph.ph-matrix-logo:before {
  content: "\ed64";
}

.ph.ph-medal:before {
  content: "\e320";
}

.ph.ph-medal-military:before {
  content: "\ecfc";
}

.ph.ph-medium-logo:before {
  content: "\e322";
}

.ph.ph-megaphone:before {
  content: "\e324";
}

.ph.ph-megaphone-simple:before {
  content: "\e642";
}

.ph.ph-member-of:before {
  content: "\edc2";
}

.ph.ph-memory:before {
  content: "\e9c4";
}

.ph.ph-messenger-logo:before {
  content: "\e6d8";
}

.ph.ph-meta-logo:before {
  content: "\ed02";
}

.ph.ph-meteor:before {
  content: "\e9ba";
}

.ph.ph-metronome:before {
  content: "\ec8e";
}

.ph.ph-microphone:before {
  content: "\e326";
}

.ph.ph-microphone-slash:before {
  content: "\e328";
}

.ph.ph-microphone-stage:before {
  content: "\e75c";
}

.ph.ph-microscope:before {
  content: "\ec7a";
}

.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}

.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}

.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}

.ph.ph-minus:before {
  content: "\e32a";
}

.ph.ph-minus-circle:before {
  content: "\e32c";
}

.ph.ph-minus-square:before {
  content: "\ed4c";
}

.ph.ph-money:before {
  content: "\e588";
}

.ph.ph-money-wavy:before {
  content: "\ee68";
}

.ph.ph-monitor:before {
  content: "\e32e";
}

.ph.ph-monitor-arrow-up:before {
  content: "\e58a";
}

.ph.ph-monitor-play:before {
  content: "\e58c";
}

.ph.ph-moon:before {
  content: "\e330";
}

.ph.ph-moon-stars:before {
  content: "\e58e";
}

.ph.ph-moped:before {
  content: "\e824";
}

.ph.ph-moped-front:before {
  content: "\e822";
}

.ph.ph-mosque:before {
  content: "\ecee";
}

.ph.ph-motorcycle:before {
  content: "\e80a";
}

.ph.ph-mountains:before {
  content: "\e7ae";
}

.ph.ph-mouse:before {
  content: "\e33a";
}

.ph.ph-mouse-left-click:before {
  content: "\e334";
}

.ph.ph-mouse-middle-click:before {
  content: "\e338";
}

.ph.ph-mouse-right-click:before {
  content: "\e336";
}

.ph.ph-mouse-scroll:before {
  content: "\e332";
}

.ph.ph-mouse-simple:before {
  content: "\e644";
}

.ph.ph-music-note:before {
  content: "\e33c";
}

.ph.ph-music-note-simple:before {
  content: "\e33e";
}

.ph.ph-music-notes:before {
  content: "\e340";
}

.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}

.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}

.ph.ph-music-notes-simple:before {
  content: "\e342";
}

.ph.ph-navigation-arrow:before {
  content: "\eade";
}

.ph.ph-needle:before {
  content: "\e82e";
}

.ph.ph-network:before {
  content: "\edde";
}

.ph.ph-network-slash:before {
  content: "\eddc";
}

.ph.ph-network-x:before {
  content: "\edda";
}

.ph.ph-newspaper:before {
  content: "\e344";
}

.ph.ph-newspaper-clipping:before {
  content: "\e346";
}

.ph.ph-not-equals:before {
  content: "\eda6";
}

.ph.ph-not-member-of:before {
  content: "\edae";
}

.ph.ph-not-subset-of:before {
  content: "\edb0";
}

.ph.ph-not-superset-of:before {
  content: "\edb2";
}

.ph.ph-notches:before {
  content: "\ed3a";
}

.ph.ph-note:before {
  content: "\e348";
}

.ph.ph-note-blank:before {
  content: "\e34a";
}

.ph.ph-note-pencil:before {
  content: "\e34c";
}

.ph.ph-notebook:before {
  content: "\e34e";
}

.ph.ph-notepad:before {
  content: "\e63e";
}

.ph.ph-notification:before {
  content: "\e6fa";
}

.ph.ph-notion-logo:before {
  content: "\e9a0";
}

.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}

.ph.ph-number-circle-eight:before {
  content: "\e352";
}

.ph.ph-number-circle-five:before {
  content: "\e358";
}

.ph.ph-number-circle-four:before {
  content: "\e35e";
}

.ph.ph-number-circle-nine:before {
  content: "\e364";
}

.ph.ph-number-circle-one:before {
  content: "\e36a";
}

.ph.ph-number-circle-seven:before {
  content: "\e370";
}

.ph.ph-number-circle-six:before {
  content: "\e376";
}

.ph.ph-number-circle-three:before {
  content: "\e37c";
}

.ph.ph-number-circle-two:before {
  content: "\e382";
}

.ph.ph-number-circle-zero:before {
  content: "\e388";
}

.ph.ph-number-eight:before {
  content: "\e350";
}

.ph.ph-number-five:before {
  content: "\e356";
}

.ph.ph-number-four:before {
  content: "\e35c";
}

.ph.ph-number-nine:before {
  content: "\e362";
}

.ph.ph-number-one:before {
  content: "\e368";
}

.ph.ph-number-seven:before {
  content: "\e36e";
}

.ph.ph-number-six:before {
  content: "\e374";
}

.ph.ph-number-square-eight:before {
  content: "\e354";
}

.ph.ph-number-square-five:before {
  content: "\e35a";
}

.ph.ph-number-square-four:before {
  content: "\e360";
}

.ph.ph-number-square-nine:before {
  content: "\e366";
}

.ph.ph-number-square-one:before {
  content: "\e36c";
}

.ph.ph-number-square-seven:before {
  content: "\e372";
}

.ph.ph-number-square-six:before {
  content: "\e378";
}

.ph.ph-number-square-three:before {
  content: "\e37e";
}

.ph.ph-number-square-two:before {
  content: "\e384";
}

.ph.ph-number-square-zero:before {
  content: "\e38a";
}

.ph.ph-number-three:before {
  content: "\e37a";
}

.ph.ph-number-two:before {
  content: "\e380";
}

.ph.ph-number-zero:before {
  content: "\e386";
}

.ph.ph-numpad:before {
  content: "\e3c8";
}

.ph.ph-nut:before {
  content: "\e38c";
}

.ph.ph-ny-times-logo:before {
  content: "\e646";
}

.ph.ph-octagon:before {
  content: "\e38e";
}

.ph.ph-office-chair:before {
  content: "\ea46";
}

.ph.ph-onigiri:before {
  content: "\ee2c";
}

.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}

.ph.ph-option:before {
  content: "\e8a8";
}

.ph.ph-orange:before {
  content: "\ee40";
}

.ph.ph-orange-slice:before {
  content: "\ed36";
}

.ph.ph-oven:before {
  content: "\ed8c";
}

.ph.ph-package:before {
  content: "\e390";
}

.ph.ph-paint-brush:before {
  content: "\e6f0";
}

.ph.ph-paint-brush-broad:before {
  content: "\e590";
}

.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}

.ph.ph-paint-bucket:before {
  content: "\e392";
}

.ph.ph-paint-roller:before {
  content: "\e6f4";
}

.ph.ph-palette:before {
  content: "\e6c8";
}

.ph.ph-panorama:before {
  content: "\eaa2";
}

.ph.ph-pants:before {
  content: "\ec88";
}

.ph.ph-paper-plane:before {
  content: "\e394";
}

.ph.ph-paper-plane-right:before {
  content: "\e396";
}

.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph.ph-paperclip:before {
  content: "\e39a";
}

.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}

.ph.ph-parachute:before {
  content: "\ea7c";
}

.ph.ph-paragraph:before {
  content: "\e960";
}

.ph.ph-parallelogram:before {
  content: "\ecc6";
}

.ph.ph-park:before {
  content: "\ecb2";
}

.ph.ph-password:before {
  content: "\e752";
}

.ph.ph-path:before {
  content: "\e39c";
}

.ph.ph-patreon-logo:before {
  content: "\e98a";
}

.ph.ph-pause:before {
  content: "\e39e";
}

.ph.ph-pause-circle:before {
  content: "\e3a0";
}

.ph.ph-paw-print:before {
  content: "\e648";
}

.ph.ph-paypal-logo:before {
  content: "\e98c";
}

.ph.ph-peace:before {
  content: "\e3a2";
}

.ph.ph-pen:before {
  content: "\e3aa";
}

.ph.ph-pen-nib:before {
  content: "\e3ac";
}

.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}

.ph.ph-pencil:before {
  content: "\e3ae";
}

.ph.ph-pencil-circle:before {
  content: "\e3b0";
}

.ph.ph-pencil-line:before {
  content: "\e3b2";
}

.ph.ph-pencil-ruler:before {
  content: "\e906";
}

.ph.ph-pencil-simple:before {
  content: "\e3b4";
}

.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}

.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}

.ph.ph-pencil-slash:before {
  content: "\ecf8";
}

.ph.ph-pentagon:before {
  content: "\ec7e";
}

.ph.ph-pentagram:before {
  content: "\ec5c";
}

.ph.ph-pepper:before {
  content: "\e94a";
}

.ph.ph-percent:before {
  content: "\e3b6";
}

.ph.ph-person:before {
  content: "\e3a8";
}

.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}

.ph.ph-person-simple:before {
  content: "\e72e";
}

.ph.ph-person-simple-bike:before {
  content: "\e734";
}

.ph.ph-person-simple-circle:before {
  content: "\ee58";
}

.ph.ph-person-simple-hike:before {
  content: "\ed54";
}

.ph.ph-person-simple-run:before {
  content: "\e730";
}

.ph.ph-person-simple-ski:before {
  content: "\e71c";
}

.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}

.ph.ph-person-simple-swim:before {
  content: "\e736";
}

.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}

.ph.ph-person-simple-throw:before {
  content: "\e732";
}

.ph.ph-person-simple-walk:before {
  content: "\e73a";
}

.ph.ph-perspective:before {
  content: "\ebe6";
}

.ph.ph-phone:before {
  content: "\e3b8";
}

.ph.ph-phone-call:before {
  content: "\e3ba";
}

.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}

.ph.ph-phone-incoming:before {
  content: "\e3be";
}

.ph.ph-phone-list:before {
  content: "\e3cc";
}

.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}

.ph.ph-phone-pause:before {
  content: "\e3ca";
}

.ph.ph-phone-plus:before {
  content: "\ec56";
}

.ph.ph-phone-slash:before {
  content: "\e3c2";
}

.ph.ph-phone-transfer:before {
  content: "\e3c6";
}

.ph.ph-phone-x:before {
  content: "\e3c4";
}

.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}

.ph.ph-pi:before {
  content: "\ec80";
}

.ph.ph-piano-keys:before {
  content: "\e9c8";
}

.ph.ph-picnic-table:before {
  content: "\ee26";
}

.ph.ph-picture-in-picture:before {
  content: "\e64c";
}

.ph.ph-piggy-bank:before {
  content: "\ea04";
}

.ph.ph-pill:before {
  content: "\e700";
}

.ph.ph-ping-pong:before {
  content: "\ea42";
}

.ph.ph-pint-glass:before {
  content: "\edd0";
}

.ph.ph-pinterest-logo:before {
  content: "\e64e";
}

.ph.ph-pinwheel:before {
  content: "\eb9c";
}

.ph.ph-pipe:before {
  content: "\ed86";
}

.ph.ph-pipe-wrench:before {
  content: "\ed88";
}

.ph.ph-pix-logo:before {
  content: "\ecc2";
}

.ph.ph-pizza:before {
  content: "\e796";
}

.ph.ph-placeholder:before {
  content: "\e650";
}

.ph.ph-planet:before {
  content: "\e652";
}

.ph.ph-plant:before {
  content: "\ebae";
}

.ph.ph-play:before {
  content: "\e3d0";
}

.ph.ph-play-circle:before {
  content: "\e3d2";
}

.ph.ph-play-pause:before {
  content: "\e8be";
}

.ph.ph-playlist:before {
  content: "\e6aa";
}

.ph.ph-plug:before {
  content: "\e946";
}

.ph.ph-plug-charging:before {
  content: "\eb5c";
}

.ph.ph-plugs:before {
  content: "\eb56";
}

.ph.ph-plugs-connected:before {
  content: "\eb5a";
}

.ph.ph-plus:before {
  content: "\e3d4";
}

.ph.ph-plus-circle:before {
  content: "\e3d6";
}

.ph.ph-plus-minus:before {
  content: "\e3d8";
}

.ph.ph-plus-square:before {
  content: "\ed4a";
}

.ph.ph-poker-chip:before {
  content: "\e594";
}

.ph.ph-police-car:before {
  content: "\ec4a";
}

.ph.ph-polygon:before {
  content: "\e6d0";
}

.ph.ph-popcorn:before {
  content: "\eb4e";
}

.ph.ph-popsicle:before {
  content: "\ebbe";
}

.ph.ph-potted-plant:before {
  content: "\ec22";
}

.ph.ph-power:before {
  content: "\e3da";
}

.ph.ph-prescription:before {
  content: "\e7a2";
}

.ph.ph-presentation:before {
  content: "\e654";
}

.ph.ph-presentation-chart:before {
  content: "\e656";
}

.ph.ph-printer:before {
  content: "\e3dc";
}

.ph.ph-prohibit:before {
  content: "\e3de";
}

.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}

.ph.ph-projector-screen:before {
  content: "\e658";
}

.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}

.ph.ph-pulse:before {
  content: "\e000";
}

.ph.ph-activity:before {
  content: "\e000";
}

.ph.ph-push-pin:before {
  content: "\e3e2";
}

.ph.ph-push-pin-simple:before {
  content: "\e65c";
}

.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}

.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}

.ph.ph-puzzle-piece:before {
  content: "\e596";
}

.ph.ph-qr-code:before {
  content: "\e3e6";
}

.ph.ph-question:before {
  content: "\e3e8";
}

.ph.ph-question-mark:before {
  content: "\e3e9";
}

.ph.ph-queue:before {
  content: "\e6ac";
}

.ph.ph-quotes:before {
  content: "\e660";
}

.ph.ph-rabbit:before {
  content: "\eac2";
}

.ph.ph-racquet:before {
  content: "\ee02";
}

.ph.ph-radical:before {
  content: "\e3ea";
}

.ph.ph-radio:before {
  content: "\e77e";
}

.ph.ph-radio-button:before {
  content: "\eb08";
}

.ph.ph-radioactive:before {
  content: "\e9dc";
}

.ph.ph-rainbow:before {
  content: "\e598";
}

.ph.ph-rainbow-cloud:before {
  content: "\e59a";
}

.ph.ph-ranking:before {
  content: "\ed62";
}

.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}

.ph.ph-receipt:before {
  content: "\e3ec";
}

.ph.ph-receipt-x:before {
  content: "\ed40";
}

.ph.ph-record:before {
  content: "\e3ee";
}

.ph.ph-rectangle:before {
  content: "\e3f0";
}

.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}

.ph.ph-recycle:before {
  content: "\e75a";
}

.ph.ph-reddit-logo:before {
  content: "\e59c";
}

.ph.ph-repeat:before {
  content: "\e3f6";
}

.ph.ph-repeat-once:before {
  content: "\e3f8";
}

.ph.ph-replit-logo:before {
  content: "\eb8a";
}

.ph.ph-resize:before {
  content: "\ed6e";
}

.ph.ph-rewind:before {
  content: "\e6a8";
}

.ph.ph-rewind-circle:before {
  content: "\e3fa";
}

.ph.ph-road-horizon:before {
  content: "\e838";
}

.ph.ph-robot:before {
  content: "\e762";
}

.ph.ph-rocket:before {
  content: "\e3fc";
}

.ph.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph.ph-rows:before {
  content: "\e5a2";
}

.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}

.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}

.ph.ph-rss:before {
  content: "\e400";
}

.ph.ph-rss-simple:before {
  content: "\e402";
}

.ph.ph-rug:before {
  content: "\ea1a";
}

.ph.ph-ruler:before {
  content: "\e6b8";
}

.ph.ph-sailboat:before {
  content: "\e78a";
}

.ph.ph-scales:before {
  content: "\e750";
}

.ph.ph-scan:before {
  content: "\ebb6";
}

.ph.ph-scan-smiley:before {
  content: "\ebb4";
}

.ph.ph-scissors:before {
  content: "\eae0";
}

.ph.ph-scooter:before {
  content: "\e820";
}

.ph.ph-screencast:before {
  content: "\e404";
}

.ph.ph-screwdriver:before {
  content: "\e86e";
}

.ph.ph-scribble:before {
  content: "\e806";
}

.ph.ph-scribble-loop:before {
  content: "\e662";
}

.ph.ph-scroll:before {
  content: "\eb7a";
}

.ph.ph-seal:before {
  content: "\e604";
}

.ph.ph-circle-wavy:before {
  content: "\e604";
}

.ph.ph-seal-check:before {
  content: "\e606";
}

.ph.ph-circle-wavy-check:before {
  content: "\e606";
}

.ph.ph-seal-percent:before {
  content: "\e60a";
}

.ph.ph-seal-question:before {
  content: "\e608";
}

.ph.ph-circle-wavy-question:before {
  content: "\e608";
}

.ph.ph-seal-warning:before {
  content: "\e60c";
}

.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}

.ph.ph-seat:before {
  content: "\eb8e";
}

.ph.ph-seatbelt:before {
  content: "\edfe";
}

.ph.ph-security-camera:before {
  content: "\eca4";
}

.ph.ph-selection:before {
  content: "\e69a";
}

.ph.ph-selection-all:before {
  content: "\e746";
}

.ph.ph-selection-background:before {
  content: "\eaf8";
}

.ph.ph-selection-foreground:before {
  content: "\eaf6";
}

.ph.ph-selection-inverse:before {
  content: "\e744";
}

.ph.ph-selection-plus:before {
  content: "\e69c";
}

.ph.ph-selection-slash:before {
  content: "\e69e";
}

.ph.ph-shapes:before {
  content: "\ec5e";
}

.ph.ph-share:before {
  content: "\e406";
}

.ph.ph-share-fat:before {
  content: "\ed52";
}

.ph.ph-share-network:before {
  content: "\e408";
}

.ph.ph-shield:before {
  content: "\e40a";
}

.ph.ph-shield-check:before {
  content: "\e40c";
}

.ph.ph-shield-checkered:before {
  content: "\e708";
}

.ph.ph-shield-chevron:before {
  content: "\e40e";
}

.ph.ph-shield-plus:before {
  content: "\e706";
}

.ph.ph-shield-slash:before {
  content: "\e410";
}

.ph.ph-shield-star:before {
  content: "\ec34";
}

.ph.ph-shield-warning:before {
  content: "\e412";
}

.ph.ph-shipping-container:before {
  content: "\e78c";
}

.ph.ph-shirt-folded:before {
  content: "\ea92";
}

.ph.ph-shooting-star:before {
  content: "\ecfa";
}

.ph.ph-shopping-bag:before {
  content: "\e416";
}

.ph.ph-shopping-bag-open:before {
  content: "\e418";
}

.ph.ph-shopping-cart:before {
  content: "\e41e";
}

.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}

.ph.ph-shovel:before {
  content: "\e9e6";
}

.ph.ph-shower:before {
  content: "\e776";
}

.ph.ph-shrimp:before {
  content: "\eab4";
}

.ph.ph-shuffle:before {
  content: "\e422";
}

.ph.ph-shuffle-angular:before {
  content: "\e424";
}

.ph.ph-shuffle-simple:before {
  content: "\e426";
}

.ph.ph-sidebar:before {
  content: "\eab6";
}

.ph.ph-sidebar-simple:before {
  content: "\ec24";
}

.ph.ph-sigma:before {
  content: "\eab8";
}

.ph.ph-sign-in:before {
  content: "\e428";
}

.ph.ph-sign-out:before {
  content: "\e42a";
}

.ph.ph-signature:before {
  content: "\ebac";
}

.ph.ph-signpost:before {
  content: "\e89c";
}

.ph.ph-sim-card:before {
  content: "\e664";
}

.ph.ph-siren:before {
  content: "\e9b8";
}

.ph.ph-sketch-logo:before {
  content: "\e42c";
}

.ph.ph-skip-back:before {
  content: "\e5a4";
}

.ph.ph-skip-back-circle:before {
  content: "\e42e";
}

.ph.ph-skip-forward:before {
  content: "\e5a6";
}

.ph.ph-skip-forward-circle:before {
  content: "\e430";
}

.ph.ph-skull:before {
  content: "\e916";
}

.ph.ph-skype-logo:before {
  content: "\e8dc";
}

.ph.ph-slack-logo:before {
  content: "\e5a8";
}

.ph.ph-sliders:before {
  content: "\e432";
}

.ph.ph-sliders-horizontal:before {
  content: "\e434";
}

.ph.ph-slideshow:before {
  content: "\ed32";
}

.ph.ph-smiley:before {
  content: "\e436";
}

.ph.ph-smiley-angry:before {
  content: "\ec62";
}

.ph.ph-smiley-blank:before {
  content: "\e438";
}

.ph.ph-smiley-meh:before {
  content: "\e43a";
}

.ph.ph-smiley-melting:before {
  content: "\ee56";
}

.ph.ph-smiley-nervous:before {
  content: "\e43c";
}

.ph.ph-smiley-sad:before {
  content: "\e43e";
}

.ph.ph-smiley-sticker:before {
  content: "\e440";
}

.ph.ph-smiley-wink:before {
  content: "\e666";
}

.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}

.ph.ph-snapchat-logo:before {
  content: "\e668";
}

.ph.ph-sneaker:before {
  content: "\e80c";
}

.ph.ph-sneaker-move:before {
  content: "\ed60";
}

.ph.ph-snowflake:before {
  content: "\e5aa";
}

.ph.ph-soccer-ball:before {
  content: "\e716";
}

.ph.ph-sock:before {
  content: "\ecce";
}

.ph.ph-solar-panel:before {
  content: "\ed7a";
}

.ph.ph-solar-roof:before {
  content: "\ed7b";
}

.ph.ph-sort-ascending:before {
  content: "\e444";
}

.ph.ph-sort-descending:before {
  content: "\e446";
}

.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}

.ph.ph-spade:before {
  content: "\e448";
}

.ph.ph-sparkle:before {
  content: "\e6a2";
}

.ph.ph-speaker-hifi:before {
  content: "\ea08";
}

.ph.ph-speaker-high:before {
  content: "\e44a";
}

.ph.ph-speaker-low:before {
  content: "\e44c";
}

.ph.ph-speaker-none:before {
  content: "\e44e";
}

.ph.ph-speaker-simple-high:before {
  content: "\e450";
}

.ph.ph-speaker-simple-low:before {
  content: "\e452";
}

.ph.ph-speaker-simple-none:before {
  content: "\e454";
}

.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}

.ph.ph-speaker-simple-x:before {
  content: "\e458";
}

.ph.ph-speaker-slash:before {
  content: "\e45a";
}

.ph.ph-speaker-x:before {
  content: "\e45c";
}

.ph.ph-speedometer:before {
  content: "\ee74";
}

.ph.ph-sphere:before {
  content: "\ee66";
}

.ph.ph-spinner:before {
  content: "\e66a";
}

.ph.ph-spinner-ball:before {
  content: "\ee28";
}

.ph.ph-spinner-gap:before {
  content: "\e66c";
}

.ph.ph-spiral:before {
  content: "\e9fa";
}

.ph.ph-split-horizontal:before {
  content: "\e872";
}

.ph.ph-split-vertical:before {
  content: "\e876";
}

.ph.ph-spotify-logo:before {
  content: "\e66e";
}

.ph.ph-spray-bottle:before {
  content: "\e7e4";
}

.ph.ph-square:before {
  content: "\e45e";
}

.ph.ph-square-half:before {
  content: "\e462";
}

.ph.ph-square-half-bottom:before {
  content: "\eb16";
}

.ph.ph-square-logo:before {
  content: "\e690";
}

.ph.ph-square-split-horizontal:before {
  content: "\e870";
}

.ph.ph-square-split-vertical:before {
  content: "\e874";
}

.ph.ph-squares-four:before {
  content: "\e464";
}

.ph.ph-stack:before {
  content: "\e466";
}

.ph.ph-stack-minus:before {
  content: "\edf4";
}

.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}

.ph.ph-stack-plus:before {
  content: "\edf6";
}

.ph.ph-stack-simple:before {
  content: "\e468";
}

.ph.ph-stairs:before {
  content: "\e8ec";
}

.ph.ph-stamp:before {
  content: "\ea48";
}

.ph.ph-standard-definition:before {
  content: "\ea90";
}

.ph.ph-star:before {
  content: "\e46a";
}

.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}

.ph.ph-star-four:before {
  content: "\e6a4";
}

.ph.ph-star-half:before {
  content: "\e70a";
}

.ph.ph-star-of-david:before {
  content: "\e89e";
}

.ph.ph-steam-logo:before {
  content: "\ead4";
}

.ph.ph-steering-wheel:before {
  content: "\e9ac";
}

.ph.ph-steps:before {
  content: "\ecbe";
}

.ph.ph-stethoscope:before {
  content: "\e7ea";
}

.ph.ph-sticker:before {
  content: "\e5ac";
}

.ph.ph-stool:before {
  content: "\ea44";
}

.ph.ph-stop:before {
  content: "\e46c";
}

.ph.ph-stop-circle:before {
  content: "\e46e";
}

.ph.ph-storefront:before {
  content: "\e470";
}

.ph.ph-strategy:before {
  content: "\ea3a";
}

.ph.ph-stripe-logo:before {
  content: "\e698";
}

.ph.ph-student:before {
  content: "\e73e";
}

.ph.ph-subset-of:before {
  content: "\edc0";
}

.ph.ph-subset-proper-of:before {
  content: "\edb6";
}

.ph.ph-subtitles:before {
  content: "\e1a8";
}

.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}

.ph.ph-subtract:before {
  content: "\ebd6";
}

.ph.ph-subtract-square:before {
  content: "\ebd4";
}

.ph.ph-subway:before {
  content: "\e498";
}

.ph.ph-suitcase:before {
  content: "\e5ae";
}

.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}

.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}

.ph.ph-sun:before {
  content: "\e472";
}

.ph.ph-sun-dim:before {
  content: "\e474";
}

.ph.ph-sun-horizon:before {
  content: "\e5b6";
}

.ph.ph-sunglasses:before {
  content: "\e816";
}

.ph.ph-superset-of:before {
  content: "\edb8";
}

.ph.ph-superset-proper-of:before {
  content: "\edb4";
}

.ph.ph-swap:before {
  content: "\e83c";
}

.ph.ph-swatches:before {
  content: "\e5b8";
}

.ph.ph-swimming-pool:before {
  content: "\ecb6";
}

.ph.ph-sword:before {
  content: "\e5ba";
}

.ph.ph-synagogue:before {
  content: "\ecec";
}

.ph.ph-syringe:before {
  content: "\e968";
}

.ph.ph-t-shirt:before {
  content: "\e670";
}

.ph.ph-table:before {
  content: "\e476";
}

.ph.ph-tabs:before {
  content: "\e778";
}

.ph.ph-tag:before {
  content: "\e478";
}

.ph.ph-tag-chevron:before {
  content: "\e672";
}

.ph.ph-tag-simple:before {
  content: "\e47a";
}

.ph.ph-target:before {
  content: "\e47c";
}

.ph.ph-taxi:before {
  content: "\e902";
}

.ph.ph-tea-bag:before {
  content: "\e8e6";
}

.ph.ph-telegram-logo:before {
  content: "\e5bc";
}

.ph.ph-television:before {
  content: "\e754";
}

.ph.ph-television-simple:before {
  content: "\eae6";
}

.ph.ph-tennis-ball:before {
  content: "\e720";
}

.ph.ph-tent:before {
  content: "\e8ba";
}

.ph.ph-terminal:before {
  content: "\e47e";
}

.ph.ph-terminal-window:before {
  content: "\eae8";
}

.ph.ph-test-tube:before {
  content: "\e7a0";
}

.ph.ph-text-a-underline:before {
  content: "\ed34";
}

.ph.ph-text-aa:before {
  content: "\e6ee";
}

.ph.ph-text-align-center:before {
  content: "\e480";
}

.ph.ph-text-align-justify:before {
  content: "\e482";
}

.ph.ph-text-align-left:before {
  content: "\e484";
}

.ph.ph-text-align-right:before {
  content: "\e486";
}

.ph.ph-text-b:before {
  content: "\e5be";
}

.ph.ph-text-bolder:before {
  content: "\e5be";
}

.ph.ph-text-columns:before {
  content: "\ec96";
}

.ph.ph-text-h:before {
  content: "\e6ba";
}

.ph.ph-text-h-five:before {
  content: "\e6c4";
}

.ph.ph-text-h-four:before {
  content: "\e6c2";
}

.ph.ph-text-h-one:before {
  content: "\e6bc";
}

.ph.ph-text-h-six:before {
  content: "\e6c6";
}

.ph.ph-text-h-three:before {
  content: "\e6c0";
}

.ph.ph-text-h-two:before {
  content: "\e6be";
}

.ph.ph-text-indent:before {
  content: "\ea1e";
}

.ph.ph-text-italic:before {
  content: "\e5c0";
}

.ph.ph-text-outdent:before {
  content: "\ea1c";
}

.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}

.ph.ph-text-subscript:before {
  content: "\ec98";
}

.ph.ph-text-superscript:before {
  content: "\ec9a";
}

.ph.ph-text-t:before {
  content: "\e48a";
}

.ph.ph-text-t-slash:before {
  content: "\e488";
}

.ph.ph-text-underline:before {
  content: "\e5c4";
}

.ph.ph-textbox:before {
  content: "\eb0a";
}

.ph.ph-thermometer:before {
  content: "\e5c6";
}

.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}

.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}

.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}

.ph.ph-threads-logo:before {
  content: "\ed9e";
}

.ph.ph-three-d:before {
  content: "\ea5a";
}

.ph.ph-thumbs-down:before {
  content: "\e48c";
}

.ph.ph-thumbs-up:before {
  content: "\e48e";
}

.ph.ph-ticket:before {
  content: "\e490";
}

.ph.ph-tidal-logo:before {
  content: "\ed1c";
}

.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}

.ph.ph-tilde:before {
  content: "\eda8";
}

.ph.ph-timer:before {
  content: "\e492";
}

.ph.ph-tip-jar:before {
  content: "\e7e2";
}

.ph.ph-tipi:before {
  content: "\ed30";
}

.ph.ph-tire:before {
  content: "\edd2";
}

.ph.ph-toggle-left:before {
  content: "\e674";
}

.ph.ph-toggle-right:before {
  content: "\e676";
}

.ph.ph-toilet:before {
  content: "\e79a";
}

.ph.ph-toilet-paper:before {
  content: "\e79c";
}

.ph.ph-toolbox:before {
  content: "\eca0";
}

.ph.ph-tooth:before {
  content: "\e9cc";
}

.ph.ph-tornado:before {
  content: "\e88c";
}

.ph.ph-tote:before {
  content: "\e494";
}

.ph.ph-tote-simple:before {
  content: "\e678";
}

.ph.ph-towel:before {
  content: "\ede6";
}

.ph.ph-tractor:before {
  content: "\ec6e";
}

.ph.ph-trademark:before {
  content: "\e9f0";
}

.ph.ph-trademark-registered:before {
  content: "\e3f4";
}

.ph.ph-traffic-cone:before {
  content: "\e9a8";
}

.ph.ph-traffic-sign:before {
  content: "\e67a";
}

.ph.ph-traffic-signal:before {
  content: "\e9aa";
}

.ph.ph-train:before {
  content: "\e496";
}

.ph.ph-train-regional:before {
  content: "\e49e";
}

.ph.ph-train-simple:before {
  content: "\e4a0";
}

.ph.ph-tram:before {
  content: "\e9ec";
}

.ph.ph-translate:before {
  content: "\e4a2";
}

.ph.ph-trash:before {
  content: "\e4a6";
}

.ph.ph-trash-simple:before {
  content: "\e4a8";
}

.ph.ph-tray:before {
  content: "\e4aa";
}

.ph.ph-tray-arrow-down:before {
  content: "\e010";
}

.ph.ph-archive-tray:before {
  content: "\e010";
}

.ph.ph-tray-arrow-up:before {
  content: "\ee52";
}

.ph.ph-treasure-chest:before {
  content: "\ede2";
}

.ph.ph-tree:before {
  content: "\e6da";
}

.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph.ph-tree-palm:before {
  content: "\e91a";
}

.ph.ph-tree-structure:before {
  content: "\e67c";
}

.ph.ph-tree-view:before {
  content: "\ee48";
}

.ph.ph-trend-down:before {
  content: "\e4ac";
}

.ph.ph-trend-up:before {
  content: "\e4ae";
}

.ph.ph-triangle:before {
  content: "\e4b0";
}

.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}

.ph.ph-trolley:before {
  content: "\e5b2";
}

.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}

.ph.ph-trophy:before {
  content: "\e67e";
}

.ph.ph-truck:before {
  content: "\e4b4";
}

.ph.ph-truck-trailer:before {
  content: "\e4b6";
}

.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}

.ph.ph-twitch-logo:before {
  content: "\e5ce";
}

.ph.ph-twitter-logo:before {
  content: "\e4ba";
}

.ph.ph-umbrella:before {
  content: "\e684";
}

.ph.ph-umbrella-simple:before {
  content: "\e686";
}

.ph.ph-union:before {
  content: "\edbe";
}

.ph.ph-unite:before {
  content: "\e87e";
}

.ph.ph-unite-square:before {
  content: "\e878";
}

.ph.ph-upload:before {
  content: "\e4be";
}

.ph.ph-upload-simple:before {
  content: "\e4c0";
}

.ph.ph-usb:before {
  content: "\e956";
}

.ph.ph-user:before {
  content: "\e4c2";
}

.ph.ph-user-check:before {
  content: "\eafa";
}

.ph.ph-user-circle:before {
  content: "\e4c4";
}

.ph.ph-user-circle-check:before {
  content: "\ec38";
}

.ph.ph-user-circle-dashed:before {
  content: "\ec36";
}

.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}

.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}

.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}

.ph.ph-user-focus:before {
  content: "\e6fc";
}

.ph.ph-user-gear:before {
  content: "\e4cc";
}

.ph.ph-user-list:before {
  content: "\e73c";
}

.ph.ph-user-minus:before {
  content: "\e4ce";
}

.ph.ph-user-plus:before {
  content: "\e4d0";
}

.ph.ph-user-rectangle:before {
  content: "\e4d2";
}

.ph.ph-user-sound:before {
  content: "\eca8";
}

.ph.ph-user-square:before {
  content: "\e4d4";
}

.ph.ph-user-switch:before {
  content: "\e756";
}

.ph.ph-users:before {
  content: "\e4d6";
}

.ph.ph-users-four:before {
  content: "\e68c";
}

.ph.ph-users-three:before {
  content: "\e68e";
}

.ph.ph-van:before {
  content: "\e826";
}

.ph.ph-vault:before {
  content: "\e76e";
}

.ph.ph-vector-three:before {
  content: "\ee62";
}

.ph.ph-vector-two:before {
  content: "\ee64";
}

.ph.ph-vibrate:before {
  content: "\e4d8";
}

.ph.ph-video:before {
  content: "\e740";
}

.ph.ph-video-camera:before {
  content: "\e4da";
}

.ph.ph-video-camera-slash:before {
  content: "\e4dc";
}

.ph.ph-video-conference:before {
  content: "\edce";
}

.ph.ph-vignette:before {
  content: "\eba2";
}

.ph.ph-vinyl-record:before {
  content: "\ecac";
}

.ph.ph-virtual-reality:before {
  content: "\e7b8";
}

.ph.ph-virus:before {
  content: "\e7d6";
}

.ph.ph-visor:before {
  content: "\ee2a";
}

.ph.ph-voicemail:before {
  content: "\e4de";
}

.ph.ph-volleyball:before {
  content: "\e726";
}

.ph.ph-wall:before {
  content: "\e688";
}

.ph.ph-wallet:before {
  content: "\e68a";
}

.ph.ph-warehouse:before {
  content: "\ecd4";
}

.ph.ph-warning:before {
  content: "\e4e0";
}

.ph.ph-warning-circle:before {
  content: "\e4e2";
}

.ph.ph-warning-diamond:before {
  content: "\e7fc";
}

.ph.ph-warning-octagon:before {
  content: "\e4e4";
}

.ph.ph-washing-machine:before {
  content: "\ede8";
}

.ph.ph-watch:before {
  content: "\e4e6";
}

.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}

.ph.ph-wave-sine:before {
  content: "\ea9a";
}

.ph.ph-wave-square:before {
  content: "\ea9e";
}

.ph.ph-wave-triangle:before {
  content: "\eaa0";
}

.ph.ph-waveform:before {
  content: "\e802";
}

.ph.ph-waveform-slash:before {
  content: "\e800";
}

.ph.ph-waves:before {
  content: "\e6de";
}

.ph.ph-webcam:before {
  content: "\e9b2";
}

.ph.ph-webcam-slash:before {
  content: "\ecdc";
}

.ph.ph-webhooks-logo:before {
  content: "\ecae";
}

.ph.ph-wechat-logo:before {
  content: "\e8d2";
}

.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}

.ph.ph-wheelchair:before {
  content: "\e4e8";
}

.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph.ph-wifi-high:before {
  content: "\e4ea";
}

.ph.ph-wifi-low:before {
  content: "\e4ec";
}

.ph.ph-wifi-medium:before {
  content: "\e4ee";
}

.ph.ph-wifi-none:before {
  content: "\e4f0";
}

.ph.ph-wifi-slash:before {
  content: "\e4f2";
}

.ph.ph-wifi-x:before {
  content: "\e4f4";
}

.ph.ph-wind:before {
  content: "\e5d2";
}

.ph.ph-windmill:before {
  content: "\e9f8";
}

.ph.ph-windows-logo:before {
  content: "\e692";
}

.ph.ph-wine:before {
  content: "\e6b2";
}

.ph.ph-wrench:before {
  content: "\e5d4";
}

.ph.ph-x:before {
  content: "\e4f6";
}

.ph.ph-x-circle:before {
  content: "\e4f8";
}

.ph.ph-x-logo:before {
  content: "\e4bc";
}

.ph.ph-x-square:before {
  content: "\e4fa";
}

.ph.ph-yarn:before {
  content: "\ed9a";
}

.ph.ph-yin-yang:before {
  content: "\e92a";
}

.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

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

.fa-address-card:before {
  content: "\f2bb";
}

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

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

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

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

.fa-amazon-pay:before {
  content: "\f42c";
}

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

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

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

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

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

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

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

.fa-asymmetrik:before {
  content: "\f372";
}

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

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

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

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

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

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

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

.fa-band-aid:before {
  content: "\f462";
}

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

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

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

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

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

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

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

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

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

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

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

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

.fa-biohazard:before {
  content: "\f780";
}

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

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

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

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

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

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

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

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

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

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

.fa-bolt:before {
  content: "\f0e7";
}

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

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

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

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

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

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

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

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

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

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

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

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

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

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

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

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

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

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

.fa-calendar-day:before {
  content: "\f783";
}

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

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

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

.fa-calendar-week:before {
  content: "\f784";
}

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

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

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

.fa-carrot:before {
  content: "\f787";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

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

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

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

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

.fa-check-double:before {
  content: "\f560";
}

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

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

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

.fa-closed-captioning:before {
  content: "\f20a";
}

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

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

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

.fa-code-branch:before {
  content: "\f126";
}

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

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

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

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

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

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

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

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

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

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

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

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

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

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

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

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

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-critical-role:before {
  content: "\f6c9";
}

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

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

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

.fa-css3-alt:before {
  content: "\f38b";
}

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

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

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

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

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

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

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

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

.fa-dev:before {
  content: "\f6cc";
}

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

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

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

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

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

.fa-dribbble-square:before {
  content: "\f397";
}

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

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

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

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

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

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

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

.fa-elementor:before {
  content: "\f430";
}

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

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

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

.fa-envelope-open-text:before {
  content: "\f658";
}

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

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

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

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

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

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

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

.fa-exclamation-triangle:before {
  content: "\f071";
}

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

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

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

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

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

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

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

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

.fa-faucet:before {
  content: "\e005";
}

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

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

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

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

.fa-figma:before {
  content: "\f799";
}

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

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

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

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

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

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

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

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

.fa-fire-alt:before {
  content: "\f7e4";
}

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

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

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

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

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

.fa-flag-usa:before {
  content: "\f74d";
}

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

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

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

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

.fa-folder-minus:before {
  content: "\f65d";
}

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

.fa-folder-plus:before {
  content: "\f65e";
}

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

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

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

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

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

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

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

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

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

.fa-ghost:before {
  content: "\f6e2";
}

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

.fa-gifts:before {
  content: "\f79c";
}

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

.fa-git-alt:before {
  content: "\f841";
}

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

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

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

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

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

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

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

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

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

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

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

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

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

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

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

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

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

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

.fa-hand-rock:before {
  content: "\f255";
}

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

.fa-hand-sparkles:before {
  content: "\e05d";
}

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

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

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

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

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

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

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

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

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

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

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

.fa-heart-broken:before {
  content: "\f7a9";
}

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

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

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

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

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

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

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

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

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

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

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

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

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

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

.fa-infinity:before {
  content: "\f534";
}

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

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

.fa-innosoft:before {
  content: "\e080";
}

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

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

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

.fa-invision:before {
  content: "\f7b0";
}

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

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

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

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

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

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

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

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

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

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

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

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

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

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

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

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

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

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

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

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

.fa-lira-sign:before {
  content: "\f195";
}

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

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

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

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

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

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

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

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

.fa-mandalorian:before {
  content: "\f50f";
}

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

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

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

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

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

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

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

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

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

.fa-medium-m:before {
  content: "\f3c7";
}

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

.fa-medrt:before {
  content: "\f3c8";
}

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

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

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

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

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

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

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

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

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

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

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

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

.fa-monero:before {
  content: "\f3d0";
}

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

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

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

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

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

.fa-mug-hot:before {
  content: "\f7b6";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

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

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

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

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

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

.fa-octopus-deploy:before {
  content: "\e082";
}

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

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

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

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

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

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

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

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

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

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

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

.fa-parachute-box:before {
  content: "\f4cd";
}

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

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

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

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

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

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-square-alt:before {
  content: "\f87b";
}

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

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

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

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

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

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

.fa-playstation:before {
  content: "\f3df";
}

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

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

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

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

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

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

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

.fa-procedures:before {
  content: "\f487";
}

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

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

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

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

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

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

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

.fa-red-river:before {
  content: "\f3e3";
}

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

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

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

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

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

.fa-remove-format:before {
  content: "\f87d";
}

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

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

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

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

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

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

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

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

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

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

.fa-shipping-fast:before {
  content: "\f48b";
}

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

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

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

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

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

.fa-shopware:before {
  content: "\f5b5";
}

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

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

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

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

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

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

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

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

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

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

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

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

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

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

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

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

.fa-snowboarding:before {
  content: "\f7ce";
}

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

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

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

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

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

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

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

.fa-splotch:before {
  content: "\f5bc";
}

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

.fa-spray-can:before {
  content: "\f5bd";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

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

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

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

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

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

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

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

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

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

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

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

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

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

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

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

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

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

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

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

.fa-table-tennis:before {
  content: "\f45d";
}

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

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

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

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

.fa-tape:before {
  content: "\f4db";
}

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

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

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

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

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

.fa-tenge:before {
  content: "\f7d7";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

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

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

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

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

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

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

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

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

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

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

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

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

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

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

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

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

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

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

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

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

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

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

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

.fa-tv:before {
  content: "\f26c";
}

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

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

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

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

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

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

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

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

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

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

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

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

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

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

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

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

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

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

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

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

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

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

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

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

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

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

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

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

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

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

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

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

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

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

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

.fa-whatsapp-square:before {
  content: "\f40c";
}

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

.fa-whmcs:before {
  content: "\f40d";
}

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

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

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

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

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

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

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

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

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

.fa-wordpress-simple:before {
  content: "\f411";
}

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

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

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

.fa-wpressr:before {
  content: "\f3e4";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

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

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

.fa-y-combinator:before {
  content: "\f23b";
}

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

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

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

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

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

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

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab, .far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* weisse Schrift */
/* weisse Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/* schwarze Schrift */
/** Buttons **/
.btn-ctrl, .il-viewcontrol-section > .btn-default, .il-viewcontrol-section > .btn-link, .il-viewcontrol-section .btn-group > .btn-default, .il-viewcontrol-section .btn-group > .btn-link, .il-viewcontrol-pagination__sectioncontrol > .btn-default, .il-viewcontrol-pagination__sectioncontrol > .btn-link, .il-viewcontrol-pagination__num-of-items > .btn-default, .il-viewcontrol-pagination__num-of-items > .btn-link, .il-viewcontrol-pagination > .btn-default, .il-viewcontrol-pagination > .btn-link, .il-viewcontrol-pagination .dropdown > .btn-default, .il-viewcontrol-pagination .dropdown > .btn-link, .il-viewcontrol-pagination .last > .btn-default, .il-viewcontrol-pagination .last > .btn-link, .il-viewcontrol-mode > .btn-default, .il-viewcontrol-mode > .btn-link, .il-viewcontrol-sortation .dropdown > .btn-default.btn, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link, .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default, .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a,
.il-viewcontrol-section, .il-viewcontrol-pagination, .il-viewcontrol-mode {
  background-color: rgb(236, 243, 218);
  border-color: rgb(236, 243, 218);
  color: black;
}

.btn-ctrl.engaged, .il-viewcontrol-section > .engaged.btn-default, .il-viewcontrol-section > .engaged.btn-link, .il-viewcontrol-section .btn-group > .engaged.btn-default, .il-viewcontrol-section .btn-group > .engaged.btn-link, .il-viewcontrol-pagination__sectioncontrol > .engaged.btn-default, .il-viewcontrol-pagination__sectioncontrol > .engaged.btn-link, .il-viewcontrol-pagination__num-of-items > .engaged.btn-default, .il-viewcontrol-pagination__num-of-items > .engaged.btn-link, .il-viewcontrol-pagination > .engaged.btn-default, .il-viewcontrol-pagination > .engaged.btn-link, .il-viewcontrol-pagination .dropdown > .engaged.btn-default, .il-viewcontrol-pagination .dropdown > .engaged.btn-link, .il-viewcontrol-pagination .last > .engaged.btn-default, .il-viewcontrol-pagination .last > .engaged.btn-link, .il-viewcontrol-mode > .engaged.btn-default, .il-viewcontrol-mode > .engaged.btn-link, .il-viewcontrol-sortation .dropdown > .engaged.btn-default.btn, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .engaged.btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .engaged.btn-link, .ilTableNav > table > tbody > tr > td > .dropdown > .engaged.btn-default, .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a.engaged, .open .btn-ctrl, .open .il-viewcontrol-section > .btn-default, .open .il-viewcontrol-section > .btn-link, .open .il-viewcontrol-section .btn-group > .btn-default, .il-viewcontrol-section .open .btn-group > .btn-default, .open .il-viewcontrol-section .btn-group > .btn-link, .il-viewcontrol-section .open .btn-group > .btn-link, .open .il-viewcontrol-pagination__sectioncontrol > .btn-default, .open .il-viewcontrol-pagination__sectioncontrol > .btn-link, .open .il-viewcontrol-pagination__num-of-items > .btn-default, .open .il-viewcontrol-pagination__num-of-items > .btn-link, .open .il-viewcontrol-pagination > .btn-default, .open .il-viewcontrol-pagination > .btn-link, .open .il-viewcontrol-pagination .dropdown > .btn-default, .il-viewcontrol-pagination .open .dropdown > .btn-default, .open .il-viewcontrol-pagination .dropdown > .btn-link, .il-viewcontrol-pagination .open .dropdown > .btn-link, .open .il-viewcontrol-pagination .last > .btn-default, .il-viewcontrol-pagination .open .last > .btn-default, .open .il-viewcontrol-pagination .last > .btn-link, .il-viewcontrol-pagination .open .last > .btn-link, .open .il-viewcontrol-mode > .btn-default, .open .il-viewcontrol-mode > .btn-link, .open .il-viewcontrol-sortation .dropdown > .btn-default.btn, .il-viewcontrol-sortation .open .dropdown > .btn-default.btn, .open .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .open .l-bar__element > .btn-default.btn, .open .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link, .open .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default, .open .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a,
.btn-default:hover, .navbar-form > a:hover,
.btn-ctrl:hover, .btn-ctrl:focus, .btn-ctrl:active,
.il-viewcontrol-section > .btn-default:hover, .il-viewcontrol-section > .btn-default:focus, .il-viewcontrol-section > .btn-default:active,
.il-viewcontrol-section > .btn-link:hover, .il-viewcontrol-section > .btn-link:focus, .il-viewcontrol-section > .btn-link:active,
.il-viewcontrol-section .btn-group > .btn-default:hover, .il-viewcontrol-section .btn-group > .btn-default:focus, .il-viewcontrol-section .btn-group > .btn-default:active,
.il-viewcontrol-section .btn-group > .btn-link:hover, .il-viewcontrol-section .btn-group > .btn-link:focus, .il-viewcontrol-section .btn-group > .btn-link:active,
.il-viewcontrol-pagination__sectioncontrol > .btn-default:hover, .il-viewcontrol-pagination__sectioncontrol > .btn-default:focus, .il-viewcontrol-pagination__sectioncontrol > .btn-default:active,
.il-viewcontrol-pagination__sectioncontrol > .btn-link:hover, .il-viewcontrol-pagination__sectioncontrol > .btn-link:focus, .il-viewcontrol-pagination__sectioncontrol > .btn-link:active,
.il-viewcontrol-pagination__num-of-items > .btn-default:hover, .il-viewcontrol-pagination__num-of-items > .btn-default:focus, .il-viewcontrol-pagination__num-of-items > .btn-default:active,
.il-viewcontrol-pagination__num-of-items > .btn-link:hover, .il-viewcontrol-pagination__num-of-items > .btn-link:focus, .il-viewcontrol-pagination__num-of-items > .btn-link:active,
.il-viewcontrol-pagination > .btn-default:hover, .il-viewcontrol-pagination > .btn-default:focus, .il-viewcontrol-pagination > .btn-default:active,
.il-viewcontrol-pagination > .btn-link:hover, .il-viewcontrol-pagination > .btn-link:focus, .il-viewcontrol-pagination > .btn-link:active,
.il-viewcontrol-pagination .dropdown > .btn-default:hover, .il-viewcontrol-pagination .dropdown > .btn-default:focus, .il-viewcontrol-pagination .dropdown > .btn-default:active,
.il-viewcontrol-pagination .dropdown > .btn-link:hover, .il-viewcontrol-pagination .dropdown > .btn-link:focus, .il-viewcontrol-pagination .dropdown > .btn-link:active,
.il-viewcontrol-pagination .last > .btn-default:hover, .il-viewcontrol-pagination .last > .btn-default:focus, .il-viewcontrol-pagination .last > .btn-default:active,
.il-viewcontrol-pagination .last > .btn-link:hover, .il-viewcontrol-pagination .last > .btn-link:focus, .il-viewcontrol-pagination .last > .btn-link:active,
.il-viewcontrol-mode > .btn-default:hover, .il-viewcontrol-mode > .btn-default:focus, .il-viewcontrol-mode > .btn-default:active,
.il-viewcontrol-mode > .btn-link:hover, .il-viewcontrol-mode > .btn-link:focus, .il-viewcontrol-mode > .btn-link:active,
.il-viewcontrol-sortation .dropdown > .btn-default.btn:hover, .il-viewcontrol-sortation .dropdown > .btn-default.btn:focus, .il-viewcontrol-sortation .dropdown > .btn-default.btn:active,
.il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:hover, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:focus, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn:active,
.ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:hover, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:focus, .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link:active,
.ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:hover, .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:focus, .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default:active,
.ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:hover, .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:focus, .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a:active {
  background-color: rgb(221, 117, 0);
  border-color: rgb(221, 117, 0);
  color: white;
}

.btn-ctrl.engaged, .il-viewcontrol-section > .engaged.btn-default, .il-viewcontrol-section > .engaged.btn-link, .il-viewcontrol-section .btn-group > .engaged.btn-default, .il-viewcontrol-section .btn-group > .engaged.btn-link, .il-viewcontrol-pagination__sectioncontrol > .engaged.btn-default, .il-viewcontrol-pagination__sectioncontrol > .engaged.btn-link, .il-viewcontrol-pagination__num-of-items > .engaged.btn-default, .il-viewcontrol-pagination__num-of-items > .engaged.btn-link, .il-viewcontrol-pagination > .engaged.btn-default, .il-viewcontrol-pagination > .engaged.btn-link, .il-viewcontrol-pagination .dropdown > .engaged.btn-default, .il-viewcontrol-pagination .dropdown > .engaged.btn-link, .il-viewcontrol-pagination .last > .engaged.btn-default, .il-viewcontrol-pagination .last > .engaged.btn-link, .il-viewcontrol-mode > .engaged.btn-default, .il-viewcontrol-mode > .engaged.btn-link, .il-viewcontrol-sortation .dropdown > .engaged.btn-default.btn, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .engaged.btn-default.btn, .ilTableNav > table > tbody > tr > td > .btn-group > .engaged.btn-link, .ilTableNav > table > tbody > tr > td > .dropdown > .engaged.btn-default, .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a.engaged, .open .btn-ctrl, .open .il-viewcontrol-section > .btn-default, .open .il-viewcontrol-section > .btn-link, .open .il-viewcontrol-section .btn-group > .btn-default, .il-viewcontrol-section .open .btn-group > .btn-default, .open .il-viewcontrol-section .btn-group > .btn-link, .il-viewcontrol-section .open .btn-group > .btn-link, .open .il-viewcontrol-pagination__sectioncontrol > .btn-default, .open .il-viewcontrol-pagination__sectioncontrol > .btn-link, .open .il-viewcontrol-pagination__num-of-items > .btn-default, .open .il-viewcontrol-pagination__num-of-items > .btn-link, .open .il-viewcontrol-pagination > .btn-default, .open .il-viewcontrol-pagination > .btn-link, .open .il-viewcontrol-pagination .dropdown > .btn-default, .il-viewcontrol-pagination .open .dropdown > .btn-default, .open .il-viewcontrol-pagination .dropdown > .btn-link, .il-viewcontrol-pagination .open .dropdown > .btn-link, .open .il-viewcontrol-pagination .last > .btn-default, .il-viewcontrol-pagination .open .last > .btn-default, .open .il-viewcontrol-pagination .last > .btn-link, .il-viewcontrol-pagination .open .last > .btn-link, .open .il-viewcontrol-mode > .btn-default, .open .il-viewcontrol-mode > .btn-link, .open .il-viewcontrol-sortation .dropdown > .btn-default.btn, .il-viewcontrol-sortation .open .dropdown > .btn-default.btn, .open .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .l-bar__element > .btn-default.btn, .il-table-presentation-viewcontrols .l-bar__space-keeper .l-bar__group .open .l-bar__element > .btn-default.btn, .open .ilTableNav > table > tbody > tr > td > .btn-group > .btn-link, .open .ilTableNav > table > tbody > tr > td > .dropdown > .btn-default, .open .ilTableNav > table > tbody > tr > td > .dropdown.navbar-form > a {
  background-color: rgb(175, 202, 11);
  border-color: rgb(175, 202, 11);
  color: black;
}

/** Header **/
.il-logo img {
  height: 80px;
}

/** Hauptmenü **/
.il-mainbar-tools-button .btn-bulky > .icon, .il-mainbar-tools-entries .btn-bulky > .icon, .il-mainbar-triggers a.link-bulky > .icon, .il-mainbar-triggers .btn-bulky > .icon, .il-mainbar-triggers .btn-bulky .icon.small, .il-mainbar-triggers .il-link.link-bulky .icon.small {
  width: auto;
  height: 45%;
}

.il-mainbar-tools-button .btn-bulky > .bulky-label, .il-mainbar-tools-entries .btn-bulky > .bulky-label, .il-mainbar-triggers a.link-bulky > .bulky-label, .il-mainbar-triggers .btn-bulky > .bulky-label {
  font-size: 0.8rem;
  line-height: 1em;
  overflow: unset;
  margin-top: 6px;
  white-space: normal;
  word-break: break-word;
  padding: 0 2px;
  text-align: center;
}

/* Level 1 */
.il-maincontrols-mainbar, .il-mainbar-triggers .btn-bulky, .il-mainbar-triggers .il-link.link-bulky {
  background-color: rgb(0, 73, 148);
}

.il-mainbar-triggers .btn-bulky:hover, .il-mainbar-triggers .il-link.link-bulky:hover,
.il-mainbar-triggers .btn-bulky.engaged, .il-mainbar-triggers .il-link.link-bulky.engaged {
  background-color: rgb(181, 81, 3);
  color: white;
}

.il-mainbar-triggers .btn-bulky.engaged .bulky-label, .il-mainbar-triggers .il-link.link-bulky.engaged .bulky-label,
.il-mainbar-triggers .btn-bulky:hover .bulky-label, .il-mainbar-triggers .il-link.link-bulky:hover .bulky-label,
.il-mainbar-triggers .btn-bulky:hover .glyphicon, .il-mainbar-triggers .il-link.link-bulky:hover .glyphicon {
  color: white;
}

.il-mainbar-triggers .btn-bulky img.icon, .il-mainbar-triggers .il-link.link-bulky img.icon,
.il-mainbar-triggers .btn-bulky.engaged img.icon, .il-mainbar-triggers .il-link.link-bulky.engaged img.icon, .il-mainbar-triggers .btn-bulky:hover img.icon, .il-mainbar-triggers .il-link.link-bulky:hover img.icon {
  filter: grayscale(100) contrast(100) invert(1) !important;
}

/* Level 2 */
.il-maincontrols-slate .btn-bulky, .il-maincontrols-slate .il-link.link-bulky {
  background-color: rgb(237, 237, 237);
  color: black;
}

.il-maincontrols-slate .btn-bulky:hover, .il-maincontrols-slate .il-link.link-bulky:hover {
  background-color: rgb(175, 202, 11);
}

.il-maincontrols-slate .btn-bulky:hover .bulky-label, .il-maincontrols-slate .il-link.link-bulky:hover .bulky-label {
  color: black;
}

.il-maincontrols-slate .btn-bulky .icon, .il-maincontrols-slate .link-bulky .icon,
.il-maincontrols-slate .btn-bulky:hover .icon, .il-maincontrols-slate .link-bulky:hover .icon {
  filter: grayscale(100) contrast(100) brightness(0) !important;
}

.il-maincontrols-slate .btn-bulky.engaged:hover::after, .il-maincontrols-slate .btn-bulky.disengaged:hover::after, .il-maincontrols-slate .link-bulky.engaged:hover::after, .il-maincontrols-slate .link-bulky.disengaged:hover::after {
  color: white;
}

.il-mainbar-triggers .btn-bulky img.icon, .il-mainbar-triggers .il-link.link-bulky img.icon {
  filter: grayscale(100) contrast(100) invert(1) !important;
}

.il-maincontrols-slate .btn-bulky, .il-maincontrols-slate .il-link.link-bulky, .il-maincontrols-slate .il-drilldown .menulevel {
  border-top-width: 0;
  margin-bottom: 0;
}

.il-maincontrols-slate .btn-bulky.engaged:hover::after, .il-maincontrols-slate .btn-bulky.disengaged:hover::after, .il-maincontrols-slate .link-bulky.engaged:hover::after, .il-maincontrols-slate .link-bulky.disengaged:hover::after {
  color: black;
}

/*
.il-mainbar-triggers .btn-bulky.engaged img.icon, .il-mainbar-triggers .il-link.link-bulky.engaged img.icon,
.il-mainbar-triggers .btn-bulky:hover img.icon, .il-mainbar-triggers .il-link.link-bulky:hover img.icon { filter: none !important; }
.il-maincontrols-metabar .il-maincontrols-slate.engaged .il-link.link-bulky .glyphicon { color: black; filter: none !important; }
.il-maincontrols-metabar .il-maincontrols-slate.engaged .il-link.link-bulky:hover .glyphicon { color: white; filter: none !important; }
*/
/** Toolmenü **/
#ilTab > li.active > a, #ilTab > li.active > a:hover, #ilTab > li.active > a:focus {
  background-color: rgb(0, 73, 148);
}

#ilTab {
  border-color: rgb(0, 73, 148);
}

.alert-info {
  background-color: rgb(218, 218, 218);
}

#mainspacekeeper {
  background-color: white;
}

.ilSubForm, .ilSubForm .form-group {
  background-color: rgb(218, 218, 218);
}

/** Versionsinfo **/
.il-maincontrols-footer .il-footer-text {
  display: none;
}

#ilContentContainer .ilContainerBlock {
  box-shadow: 2px 2px 2px 0px #bbbbbb;
}

#ilContentContainer .ilContainerBlockHeader {
  background-color: #afca0b;
}

/*#ilContentContainer .ilContainerBlockHeader*/
label.input-group-addon, .il-filter .input-group .btn-bulky > span, .il-filter-controls .btn-bulky:hover > span, .il-filter-bar .btn-bulky:hover > span {
  color: white !important;
}

div.ilc_section_Additional, div a.ilc_section_Additional {
  border-color: #3f4a75;
}

div.ilc_section_Excursus, div a.ilc_section_Excursus {
  background-color: #afca0b;
}

div.ilc_section_Excursus .ilc_section_Additional,
div a.ilc_section_Excursus .ilc_section_Additional {
  background-color: white;
}

#il_prop_cont_ > div > span.small {
  background-color: white;
  display: inline-block;
  border: 1px solid white;
  border-width: 0px 4px;
}

.input-group-addon .glyphicon.glyphicon-calendar {
  color: white;
}

h1.il-page-content-header {
  color: rgb(0, 73, 148);
}

/** Blöcke **/
.panel .panel-heading.ilHeader, .panel .panel-heading.ilBlockHeader {
  background-color: rgb(175, 202, 11);
}

.panel .panel-heading.ilHeader h2, .panel .panel-heading.ilHeader h2.ilHeader, .panel .panel-heading.ilBlockHeader h2, .panel .panel-heading.ilBlockHeader h2.ilHeader {
  font-size: 1.25rem;
}

.il-item-group {
  background-color: white;
}

.il-item-group > h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.panel-secondary .panel-body .il-item-group h3 {
  padding-top: 1em;
}

/** TippBGN **/
.ilc_section_IconTipp, .ilc_text_block_IconTipp,
.ilc_section_IconIdee, .ilc_text_block_IconIdee,
.ilc_section_IconGesetz, .ilc_text_block_IconGesetz,
.ilc_section_IconAustausch, .ilc_text_block_IconAustausch,
.ilc_section_IconWeiterfuehrendeInfos, .ilc_text_block_IconWeiterfuehrendeInfos {
  border: 2px solid rgb(175, 202, 11);
  margin: 10px 0;
  padding: 10px;
  /*padding-left: 90px;*/
  padding: 10px;
  padding-left: 90px !important;
  background-repeat: no-repeat;
  background-image: url("images/bgn_blocks/Tipp_Idee.svg");
  background-size: 70px;
  background-position: top 10px left 10px;
  min-height: 90px;
}

.ilc_section_IconTipp, .ilc_text_block_IconTipp {
  background-image: url("images/bgn_blocks/Ausrufezeichen.svg");
}

.ilc_section_IconGesetz, .ilc_text_block_IconGesetz {
  background-image: url("images/bgn_blocks/Paragraf.svg");
}

.ilc_section_IconAustausch, .ilc_text_block_IconAustausch {
  background-image: url("images/bgn_blocks/Austausch.svg");
  backgound-position: 10px 10px;
}

.ilc_section_IconWeiterfuehrendeInfos, .ilc_text_block_IconWeiterfuehrendeInfos {
  background-image: url("images/bgn_blocks/Info.svg");
}

/** Linkbox **/
/** jetzt in DB **/
/** Sprechblasen **/
.ilc_text_block_SprechblaseOLblau,
.ilc_text_block_SprechblaseROblau,
.sb-ol-blau, .sb-om-blau, .sb-or-blau, .sb-ro-blau, .sb-rm-blau, .sb-ru-blau, .sb-ur-blau, .sb-um-blau, .sb-ul-blau, .sb-lu-blau, .sb-lm-blau, .sb-lo-blau {
  /* Internet Explorer 10 */
  /*	display:-ms-flexbox; -ms-flex-pack:center; -ms-flex-align:center; **/
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
  position: relative;
  width: auto;
  height: auto;
  border: 2px solid rgb(0, 73, 148);
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}

/*
:not(table) .ilc_text_block_SprechblaseOLblau,
:not(table) .ilc_text_block_SprechblaseROblau,
:not(table) .sb-ol-blau, :not(table) .sb-om-blau, :not(table) .sb-or-blau, :not(table) .sb-ro-blau, :not(table) .sb-rm-blau, :not(table) .sb-ru-blau, :not(table) .sb-ur-blau, :not(table) .sb-um-blau, :not(table) .sb-ul-blau, :not(table) .sb-lu-blau, :not(table) .sb-lm-blau, :not(table) .sb-lo-blau {
	display:-ms-flexbox; -ms-flex-pack:center; -ms-flex-align:center;
}
*/
.ilc_text_block_SprechblaseOLblau,
.ilc_text_block_SprechblaseROblau,
.sb-ro-blau, .sb-rm-blau, .sb-ru-blau, .sb-ur-blau, .sb-lm-blau, .sb-lo-blau {
  min-height: 80px;
}

.ilc_text_block_SprechblaseOLblau::before,
.ilc_text_block_SprechblaseOLblau::after,
.ilc_text_block_SprechblaseROblau::before,
.ilc_text_block_SprechblaseROblau::after,
.sb-ol-blau::before, .sb-om-blau::before, .sb-or-blau::before, .sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before, .sb-ur-blau::before, .sb-um-blau::before, .sb-ul-blau::before, .sb-lu-blau::before, .sb-lm-blau::before, .sb-lo-blau::before,
.sb-ol-blau::after, .sb-om-blau::after, .sb-or-blau::after, .sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after, .sb-ur-blau::after, .sb-um-blau::after, .sb-ul-blau::after, .sb-lu-blau::after, .sb-lm-blau::after, .sb-lo-blau::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseOLblau::before,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseOLblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseROblau::before,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseROblau::after,
.ilCOPgEditStyleSelectionItem .sb-ol-blau::before, .ilCOPgEditStyleSelectionItem .sb-om-blau::before, .ilCOPgEditStyleSelectionItem .sb-or-blau::before, .ilCOPgEditStyleSelectionItem .sb-ro-blau::before, .ilCOPgEditStyleSelectionItem .sb-rm-blau::before, .ilCOPgEditStyleSelectionItem .sb-ru-blau::before, .ilCOPgEditStyleSelectionItem .sb-ur-blau::before, .ilCOPgEditStyleSelectionItem .sb-um-blau::before, .ilCOPgEditStyleSelectionItem .sb-ul-blau::before, .ilCOPgEditStyleSelectionItem .sb-lu-blau::before, .ilCOPgEditStyleSelectionItem .sb-lm-blau::before, .ilCOPgEditStyleSelectionItem .sb-lo-blau::before,
.ilCOPgEditStyleSelectionItem .sb-ol-blau::after, .ilCOPgEditStyleSelectionItem .sb-om-blau::after, .ilCOPgEditStyleSelectionItem .sb-or-blau::after, .ilCOPgEditStyleSelectionItem .sb-ro-blau::after, .ilCOPgEditStyleSelectionItem .sb-rm-blau::after, .ilCOPgEditStyleSelectionItem .sb-ru-blau::after, .ilCOPgEditStyleSelectionItem .sb-ur-blau::after, .ilCOPgEditStyleSelectionItem .sb-um-blau::after, .ilCOPgEditStyleSelectionItem .sb-ul-blau::after,
.ilCOPgEditStyleSelectionItem .sb-lu-blau::after, .ilCOPgEditStyleSelectionItem .sb-lm-blau::after, .ilCOPgEditStyleSelectionItem .sb-lo-blau::after {
  display: none;
}

.il_editarea .ilc_text_block_SprechblaseOLblau::before,
.il_editarea .ilc_text_block_SprechblaseOLblau::after,
.il_editarea .ilc_text_block_SprechblaseROblau::before,
.il_editarea .ilc_text_block_SprechblaseROblau::after,
.il_editarea .sb-ol-blau::before, .il_editarea .sb-om-blau::before, .il_editarea .sb-or-blau::before, .il_editarea .sb-ro-blau::before, .il_editarea .sb-rm-blau::before, .il_editarea .sb-ru-blau::before, .sb-ur-blau::before, .il_editarea .sb-um-blau::before, .il_editarea .sb-ul-blau::before, .il_editarea .sb-lu-blau::before, .il_editarea .sb-lm-blau::before, .il_editarea .sb-lo-blau::before,
.il_editarea .sb-ol-blau::after, .il_editarea .sb-om-blau::after, .il_editarea .sb-or-blau::after, .il_editarea .sb-ro-blau::after, .il_editarea .sb-rm-blau::after, .il_editarea .sb-ru-blau::after, .sb-ur-blau::after, .il_editarea .sb-um-blau::after, .il_editarea .sb-ul-blau::after, .il_editarea .sb-lu-blau::after, .il_editarea .sb-lm-blau::after, .il_editarea .sb-lo-blau::after {
  position: relative;
}

.ilc_text_block_SprechblaseOLblau::before,
.ilc_text_block_SprechblaseROblau::before,
.sb-ol-blau::before, .sb-om-blau::before, .sb-or-blau::before, .sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before, .sb-ur-blau::before, .sb-um-blau::before, .sb-ul-blau::before, .sb-lu-blau::before, .sb-lm-blau::before, .sb-lo-blau::before {
  border-width: 20px;
}

.ilc_text_block_SprechblaseOLblau::after,
.ilc_text_block_SprechblaseROblau::after,
.sb-ol-blau::after, .sb-om-blau::after, .sb-or-blau::after, .sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after, .sb-ur-blau::after, .sb-um-blau::after, .sb-ul-blau::after, .sb-lu-blau::after, .sb-lm-blau::after, .sb-lo-blau::after {
  border-width: 18px;
}

.ilc_text_block_SprechblaseOLblau,
.ilc_text_block_SprechblaseROblau,
.sb-ol-blau, .sb-om-blau, .sb-or-blau {
  margin-top: 45px !important;
}

.sb-ro-blau, .sb-rm-blau, .sb-ru-blau {
  margin-right: 45px !important;
}

.sb-ur-blau, .sb-um-blau, .sb-ul-blau {
  margin-bottom: 45px !important;
}

.sb-lu-blau, .sb-lm-blau, .sb-lo-blau {
  margin-left: 45px !important;
}

.ilc_text_block_SprechblaseOLblau::before,
.sb-ol-blau::before, .sb-om-blau::before, .sb-or-blau::before {
  top: -40px;
}

.ilc_text_block_SprechblaseOLblau::after,
.sb-ol-blau::after, .sb-om-blau::after, .sb-or-blau::after {
  top: -36px;
}

.ilc_text_block_SprechblaseROblau::before,
.sb-ro-blau::before, .sb-lo-blau::before {
  top: 20px;
}

.ilc_text_block_SprechblaseROblau::after,
.sb-ro-blau::after, .sb-lo-blau::after {
  top: 22px;
}

.sb-rm-blau::before, .sb-lm-blau::before {
  top: calc(50% - 20px);
}

.sb-rm-blau::after, .sb-lm-blau::after {
  top: calc(50% - 18px);
}

.sb-ru-blau::before, .sb-lu-blau::before {
  bottom: 20px;
}

.sb-ru-blau::after, .sb-lu-blau::after {
  bottom: 22px;
}

.sb-ul-blau::before, .sb-um-blau::before, .sb-ur-blau::before {
  bottom: -40px;
}

.sb-ul-blau::after, .sb-um-blau::after, .sb-ur-blau::after {
  bottom: -36px;
}

.ilc_text_block_SprechblaseOLblau::before,
.sb-ol-blau::before, .sb-ul-blau::before {
  left: 30px;
}

.ilc_text_block_SprechblaseOLblau::after,
.sb-ol-blau::after, .sb-ul-blau::after {
  left: 32px;
}

.sb-or-blau::before, .sb-ur-blau::before {
  right: 30px;
}

.sb-or-blau::after, .sb-ur-blau::after {
  right: 32px;
}

.sb-lo-blau::before, .sb-lm-blau::before, .sb-lu-blau::before {
  left: -40px;
}

.sb-lo-blau::after, .sb-lm-blau::after, .sb-lu-blau::after {
  left: -36px;
}

.ilc_text_block_SprechblaseROblau::before,
.sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before {
  right: -40px;
}

.ilc_text_block_SprechblaseROblau::after,
.sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after {
  right: -36px;
}

.sb-om-blau::before, .sb-um-blau::before {
  left: calc(50% - 20px);
}

.sb-om-blau::after, .sb-um-blau::after {
  left: calc(50% - 18px);
}

.ilc_text_block_SprechblaseOLblau::before,
.sb-ol-blau::before {
  border-color: transparent transparent rgb(0, 73, 148) rgb(0, 73, 148);
}

.ilc_text_block_SprechblaseOLblau::after,
.sb-ol-blau::after {
  border-color: transparent transparent white white;
}

.sb-om-blau::before {
  border-color: transparent transparent rgb(0, 73, 148) transparent;
}

.sb-om-blau::after {
  border-color: transparent transparent white transparent;
}

.sb-or-blau::before {
  border-color: transparent rgb(0, 73, 148) rgb(0, 73, 148) transparent;
}

.sb-or-blau::after {
  border-color: transparent white white transparent;
}

.ilc_text_block_SprechblaseROblau::before,
.sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before {
  border-color: transparent transparent transparent rgb(0, 73, 148);
}

.ilc_text_block_SprechblaseROblau::after,
.sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after {
  border-color: transparent transparent transparent white;
}

.sb-ur-blau::before {
  border-color: rgb(0, 73, 148) rgb(0, 73, 148) transparent transparent;
}

.sb-ur-blau::after {
  border-color: white white transparent transparent;
}

.sb-um-blau::before {
  border-color: rgb(0, 73, 148) transparent transparent transparent;
}

.sb-um-blau::after {
  border-color: white transparent transparent transparent;
}

.sb-ul-blau::before {
  border-color: rgb(0, 73, 148) transparent transparent rgb(0, 73, 148);
}

.sb-ul-blau::after {
  border-color: white transparent transparent white;
}

.sb-lu-blau::before, .sb-lm-blau::before, .sb-lo-blau::before {
  border-color: transparent rgb(0, 73, 148) transparent transparent;
}

.sb-lu-blau::after, .sb-lm-blau::after, .sb-lo-blau::after {
  border-color: transparent white transparent transparent;
}

/*** ab hier die Sprechblasen aus der Live-Instanz **/
/** Sprechblasen **/
.ilc_text_block_SprechblaseOLblau, .ilc_text_block_SprechblaseOMblau, .ilc_text_block_SprechblaseORblau,
.ilc_text_block_SprechblaseROblau, .ilc_text_block_SprechblaseRMblau, .ilc_text_block_SprechblaseRUblau,
.ilc_text_block_SprechblaseURblau, .ilc_text_block_SprechblaseUMblau, .ilc_text_block_SprechblaseULblau,
.ilc_text_block_SprechblaseLUblau, .ilc_text_block_SprechblaseLMblau, .ilc_text_block_SprechblaseLOblau,
.sb-ol-blau, .sb-om-blau, .sb-or-blau, .sb-ro-blau, .sb-rm-blau, .sb-ru-blau, .sb-ur-blau, .sb-um-blau, .sb-ul-blau, .sb-lu-blau, .sb-lm-blau, .sb-lo-blau {
  /* Internet Explorer 10 */
  /*display:-ms-flexbox; -ms-flex-pack:center; -ms-flex-align:center;*/
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
  position: relative;
  width: auto;
  height: auto;
  border: 2px solid rgb(0, 73, 148);
  margin: 0 auto;
  text-align: center;
  padding: 1em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}

.ilc_text_block_SprechblaseROblau, .ilc_text_block_SprechblaseRMblau, .ilc_text_block_SprechblaseRUblau,
.ilc_text_block_SprechblaseLUblau, .ilc_text_block_SprechblaseLMblau, .ilc_text_block_SprechblaseLOblau,
.sb-ro-blau, .sb-rm-blau, .sb-ru-blau, .sb-lu-blau, .sb-lm-blau, .sb-lo-blau {
  min-height: 80px;
}

.ilc_text_block_SprechblaseOLblau::before, .ilc_text_block_SprechblaseOLblau::after,
.ilc_text_block_SprechblaseOMblau::before, .ilc_text_block_SprechblaseOMblau::after,
.ilc_text_block_SprechblaseORblau::before, .ilc_text_block_SprechblaseORblau::after,
.ilc_text_block_SprechblaseROblau::before, .ilc_text_block_SprechblaseROblau::after,
.ilc_text_block_SprechblaseRMblau::before, .ilc_text_block_SprechblaseRMblau::after,
.ilc_text_block_SprechblaseRUblau::before, .ilc_text_block_SprechblaseRUblau::after,
.ilc_text_block_SprechblaseURblau::before, .ilc_text_block_SprechblaseURblau::after,
.ilc_text_block_SprechblaseUMblau::before, .ilc_text_block_SprechblaseUMblau::after,
.ilc_text_block_SprechblaseULblau::before, .ilc_text_block_SprechblaseULblau::after,
.ilc_text_block_SprechblaseLUblau::before, .ilc_text_block_SprechblaseLUblau::after,
.ilc_text_block_SprechblaseLMblau::before, .ilc_text_block_SprechblaseLMblau::after,
.ilc_text_block_SprechblaseLOblau::before, .ilc_text_block_SprechblaseLOblau::after,
.sb-ol-blau::before, .sb-om-blau::before, .sb-or-blau::before, .sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before, .sb-ur-blau::before, .sb-um-blau::before, .sb-ul-blau::before, .sb-lu-blau::before, .sb-lm-blau::before, .sb-lo-blau::before,
.sb-ol-blau::after, .sb-om-blau::after, .sb-or-blau::after, .sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after, .sb-ur-blau::after, .sb-um-blau::after, .sb-ul-blau::after, .sb-lu-blau::after, .sb-lm-blau::after, .sb-lo-blau::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseOLblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseOLblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseOMblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseOMblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseORblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseORblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseROblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseROblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseRMblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseRMblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseRUblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseRUblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseURblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseURblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseUMblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseUMblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseULblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseULblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseLUblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseLUblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseLMblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseLMblau::after,
.ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseLOblau::before, .ilCOPgEditStyleSelectionItem .ilc_text_block_SprechblaseLOblau::after,
.ilCOPgEditStyleSelectionItem .sb-ol-blau::before, .ilCOPgEditStyleSelectionItem .sb-om-blau::before, .ilCOPgEditStyleSelectionItem .sb-or-blau::before, .ilCOPgEditStyleSelectionItem .sb-ro-blau::before, .ilCOPgEditStyleSelectionItem .sb-rm-blau::before, .ilCOPgEditStyleSelectionItem .sb-ru-blau::before, .ilCOPgEditStyleSelectionItem .sb-ur-blau::before, .ilCOPgEditStyleSelectionItem .sb-um-blau::before, .ilCOPgEditStyleSelectionItem .sb-ul-blau::before, .ilCOPgEditStyleSelectionItem .sb-lu-blau::before, .ilCOPgEditStyleSelectionItem .sb-lm-blau::before, .ilCOPgEditStyleSelectionItem .sb-lo-blau::before,
.ilCOPgEditStyleSelectionItem .sb-ol-blau::after, .ilCOPgEditStyleSelectionItem .sb-om-blau::after, .ilCOPgEditStyleSelectionItem .sb-or-blau::after, .ilCOPgEditStyleSelectionItem .sb-ro-blau::after, .ilCOPgEditStyleSelectionItem .sb-rm-blau::after, .ilCOPgEditStyleSelectionItem .sb-ru-blau::after, .ilCOPgEditStyleSelectionItem .sb-ur-blau::after, .ilCOPgEditStyleSelectionItem .sb-um-blau::after, .ilCOPgEditStyleSelectionItem .sb-ul-blau::after, .ilCOPgEditStyleSelectionItem .sb-lu-blau::after, .ilCOPgEditStyleSelectionItem .sb-lm-blau::after, .ilCOPgEditStyleSelectionItem .sb-lo-blau::after {
  display: none;
}

.il_editarea .ilc_text_block_SprechblaseOLblau::before, .il_editarea .ilc_text_block_SprechblaseOLblau::after,
.il_editarea .ilc_text_block_SprechblaseOMblau::before, .il_editarea .ilc_text_block_SprechblaseOMblau::after,
.il_editarea .ilc_text_block_SprechblaseORblau::before, .il_editarea .ilc_text_block_SprechblaseORblau::after,
.il_editarea .ilc_text_block_SprechblaseROblau::before, .il_editarea .ilc_text_block_SprechblaseROblau::after,
.il_editarea .ilc_text_block_SprechblaseRMblau::before, .il_editarea .ilc_text_block_SprechblaseRMblau::after,
.il_editarea .ilc_text_block_SprechblaseRUblau::before, .il_editarea .ilc_text_block_SprechblaseRUblau::after,
.il_editarea .ilc_text_block_SprechblaseURblau::before, .il_editarea .ilc_text_block_SprechblaseURblau::after,
.il_editarea .ilc_text_block_SprechblaseUMblau::before, .il_editarea .ilc_text_block_SprechblaseUMblau::after,
.il_editarea .ilc_text_block_SprechblaseULblau::before, .il_editarea .ilc_text_block_SprechblaseULblau::after,
.il_editarea .ilc_text_block_SprechblaseLUblau::before, .il_editarea .ilc_text_block_SprechblaseLUblau::after,
.il_editarea .ilc_text_block_SprechblaseLMblau::before, .il_editarea .ilc_text_block_SprechblaseLMblau::after,
.il_editarea .ilc_text_block_SprechblaseLOblau::before, .il_editarea .ilc_text_block_SprechblaseLOblau::after,
.il_editarea .sb-ol-blau::before, .il_editarea .sb-om-blau::before, .il_editarea .sb-or-blau::before, .il_editarea .sb-ro-blau::before, .il_editarea .sb-rm-blau::before, .il_editarea .sb-ru-blau::before, .il_editarea .sb-ur-blau::before, .il_editarea .sb-um-blau::before, .il_editarea .sb-ul-blau::before, .il_editarea .sb-lu-blau::before, .il_editarea .sb-lm-blau::before, .il_editarea .sb-lo-blau::before,
.il_editarea .sb-ol-blau::after, .il_editarea .sb-om-blau::after, .il_editarea .sb-or-blau::after, .il_editarea .sb-ro-blau::after, .il_editarea .sb-rm-blau::after, .il_editarea .sb-ru-blau::after, .il_editarea .sb-ur-blau::after, .il_editarea .sb-um-blau::after, .il_editarea .sb-ul-blau::after, .il_editarea .sb-lu-blau::after, .il_editarea .sb-lm-blau::after, .il_editarea .sb-lo-blau::after,
.il_editarea_active .ilc_text_block_SprechblaseOLblau::before, .il_editarea_active .ilc_text_block_SprechblaseOLblau::after,
.il_editarea_active .ilc_text_block_SprechblaseOMblau::before, .il_editarea_active .ilc_text_block_SprechblaseOMblau::after,
.il_editarea_active .ilc_text_block_SprechblaseORblau::before, .il_editarea_active .ilc_text_block_SprechblaseORblau::after,
.il_editarea_active .ilc_text_block_SprechblaseROblau::before, .il_editarea_active .ilc_text_block_SprechblaseROblau::after,
.il_editarea_active .ilc_text_block_SprechblaseRMblau::before, .il_editarea_active .ilc_text_block_SprechblaseRMblau::after,
.il_editarea_active .ilc_text_block_SprechblaseRUblau::before, .il_editarea_active .ilc_text_block_SprechblaseRUblau::after,
.il_editarea_active .ilc_text_block_SprechblaseURblau::before, .il_editarea_active .ilc_text_block_SprechblaseURblau::after,
.il_editarea_active .ilc_text_block_SprechblaseUMblau::before, .il_editarea_active .ilc_text_block_SprechblaseUMblau::after,
.il_editarea_active .ilc_text_block_SprechblaseULblau::before, .il_editarea_active .ilc_text_block_SprechblaseULblau::after,
.il_editarea_active .ilc_text_block_SprechblaseLUblau::before, .il_editarea_active .ilc_text_block_SprechblaseLUblau::after,
.il_editarea_active .ilc_text_block_SprechblaseLMblau::before, .il_editarea_active .ilc_text_block_SprechblaseLMblau::after,
.il_editarea_active .ilc_text_block_SprechblaseLOblau::before, .il_editarea_active .ilc_text_block_SprechblaseLOblau::after,
.il_editarea_active .sb-ol-blau::before, .il_editarea_active .sb-om-blau::before, .il_editarea_active .sb-or-blau::before, .il_editarea_active .sb-ro-blau::before, .il_editarea_active .sb-rm-blau::before, .il_editarea_active .sb-ru-blau::before, .il_editarea_active .sb-ur-blau::before, .il_editarea_active .sb-um-blau::before, .il_editarea_active .sb-ul-blau::before, .il_editarea_active .sb-lu-blau::before, .il_editarea_active .sb-lm-blau::before, .il_editarea_active .sb-lo-blau::before,
.il_editarea_active .sb-ol-blau::after, .il_editarea_active .sb-om-blau::after, .il_editarea_active .sb-or-blau::after, .il_editarea_active .sb-ro-blau::after, .il_editarea_active .sb-rm-blau::after, .il_editarea_active .sb-ru-blau::after, .il_editarea_active .sb-ur-blau::after, .il_editarea_active .sb-um-blau::after, .il_editarea_active .sb-ul-blau::after, .il_editarea_active .sb-lu-blau::after, .il_editarea_active .sb-lm-blau::after, .il_editarea_active .sb-lo-blau::after {
  /*	display: none;*/
}

.ilc_text_block_SprechblaseOLblau::before, .ilc_text_block_SprechblaseOMblau::before, .ilc_text_block_SprechblaseORblau::before,
.ilc_text_block_SprechblaseROblau::before, .ilc_text_block_SprechblaseRMblau::before, .ilc_text_block_SprechblaseRUblau::before,
.ilc_text_block_SprechblaseURblau::before, .ilc_text_block_SprechblaseUMblau::before, .ilc_text_block_SprechblaseULblau::before,
.ilc_text_block_SprechblaseLUblau::before, .ilc_text_block_SprechblaseLMblau::before, .ilc_text_block_SprechblaseLOblau::before,
.sb-ol-blau::before, .sb-om-blau::before, .sb-or-blau::before, .sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before, .sb-ur-blau::before, .sb-um-blau::before, .sb-ul-blau::before, .sb-lu-blau::before, .sb-lm-blau::before, .sb-lo-blau::before {
  border-width: 20px;
}

.ilc_text_block_SprechblaseOLblau::after, .ilc_text_block_SprechblaseOMblau::after, .ilc_text_block_SprechblaseORblau::after,
.ilc_text_block_SprechblaseROblau::after, .ilc_text_block_SprechblaseRMblau::after, .ilc_text_block_SprechblaseRUblau::after,
.ilc_text_block_SprechblaseURblau::after, .ilc_text_block_SprechblaseUMblau::after, .ilc_text_block_SprechblaseULblau::after,
.ilc_text_block_SprechblaseLUblau::after, .ilc_text_block_SprechblaseLMblau::after, .ilc_text_block_SprechblaseLOblau::after,
.sb-ol-blau::after, .sb-om-blau::after, .sb-or-blau::after, .sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after, .sb-ur-blau::after, .sb-um-blau::after, .sb-ul-blau::after, .sb-lu-blau::after, .sb-lm-blau::after, .sb-lo-blau::after {
  border-width: 18px;
}

.ilc_text_block_SprechblaseOLblau, .ilc_text_block_SprechblaseOMblau, .ilc_text_block_SprechblaseORblau,
.sb-ol-blau, .sb-om-blau, .sb-or-blau {
  margin-top: 45px !important;
}

.ilc_text_block_SprechblaseROblau, .ilc_text_block_SprechblaseRMblau, .ilc_text_block_SprechblaseRUblau,
.sb-ro-blau, .sb-rm-blau, .sb-ru-blau {
  margin-right: 45px !important;
}

.ilc_text_block_SprechblaseURblau, .ilc_text_block_SprechblaseUMblau, .ilc_text_block_SprechblaseULblau,
.sb-ur-blau, .sb-um-blau, .sb-ul-blau {
  margin-bottom: 45px !important;
}

.ilc_text_block_SprechblaseLUblau, .ilc_text_block_SprechblaseLMblau, .ilc_text_block_SprechblaseLMblau,
.sb-lu-blau, .sb-lm-blau, .sb-lo-blau {
  margin-left: 45px !important;
}

.ilc_text_block_SprechblaseOLblau::before, .ilc_text_block_SprechblaseOMblau::before, .ilc_text_block_SprechblaseORblau::before,
.sb-ol-blau::before, .sb-om-blau::before, .sb-or-blau::before {
  top: -40px;
}

.ilc_text_block_SprechblaseOLblau::after, .ilc_text_block_SprechblaseOMblau::after, .ilc_text_block_SprechblaseORblau::after,
.sb-ol-blau::after, .sb-om-blau::after, .sb-or-blau::after {
  top: -36px;
}

.ilc_text_block_SprechblaseROblau::before, .ilc_text_block_SprechblaseLOblau::before,
.sb-ro-blau::before, .sb-lo-blau::before {
  top: 20px;
}

.ilc_text_block_SprechblaseROblau::after, .ilc_text_block_SprechblaseLOblau::after,
.sb-ro-blau::after, .sb-lo-blau::after {
  top: 22px;
}

.ilc_text_block_SprechblaseRMblau::before, .ilc_text_block_SprechblaseLMblau::before,
.sb-rm-blau::before, .sb-lm-blau::before {
  top: calc(50% - 20px);
}

.ilc_text_block_SprechblaseRMblau::after, .ilc_text_block_SprechblaseLMblau::after,
.sb-rm-blau::after, .sb-lm-blau::after {
  top: calc(50% - 19px);
}

.ilc_text_block_SprechblaseRUblau::before, .ilc_text_block_SprechblaseLUblau::before,
.sb-ru-blau::before, .sb-lu-blau::before {
  bottom: 20px;
}

.ilc_text_block_SprechblaseRUblau::after, .ilc_text_block_SprechblaseLUblau::after,
.sb-ru-blau::after, .sb-lu-blau::after {
  bottom: 22px;
}

.ilc_text_block_SprechblaseURblau::before, .ilc_text_block_SprechblaseUMblau::before, .ilc_text_block_SprechblaseULblau::before,
.sb-ul-blau::before, .sb-um-blau::before, .sb-ur-blau::before {
  bottom: -40px;
}

.ilc_text_block_SprechblaseURblau::after, .ilc_text_block_SprechblaseUMblau::after, .ilc_text_block_SprechblaseULblau::after,
.sb-ul-blau::after, .sb-um-blau::after, .sb-ur-blau::after {
  bottom: -36px;
}

.ilc_text_block_SprechblaseOLblau::before, .ilc_text_block_SprechblaseULblau::before,
.sb-ol-blau::before, .sb-ul-blau::before {
  left: 30px;
}

.ilc_text_block_SprechblaseOLblau::after, .ilc_text_block_SprechblaseULblau::after,
.sb-ol-blau::after, .sb-ul-blau::after {
  left: 32px;
}

.ilc_text_block_SprechblaseORblau::before, .ilc_text_block_SprechblaseURblau::before,
.sb-or-blau::before, .sb-ur-blau::before {
  right: 30px;
}

.ilc_text_block_SprechblaseORblau::after, .ilc_text_block_SprechblaseURblau::after,
.sb-or-blau::after, .sb-ur-blau::after {
  right: 32px;
}

.ilc_text_block_SprechblaseLUblau::before, .ilc_text_block_SprechblaseLMblau::before, .ilc_text_block_SprechblaseLOblau::before,
.sb-lo-blau::before, .sb-lm-blau::before, .sb-lu-blau::before {
  left: -40px;
}

.ilc_text_block_SprechblaseLUblau::after, .ilc_text_block_SprechblaseLMblau::after, .ilc_text_block_SprechblaseLOblau::after,
.sb-lo-blau::after, .sb-lm-blau::after, .sb-lu-blau::after {
  left: -36px;
}

.ilc_text_block_SprechblaseROblau::before, .ilc_text_block_SprechblaseRMblau::before, .ilc_text_block_SprechblaseRUblau::before,
.sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before {
  right: -40px;
}

.ilc_text_block_SprechblaseROblau::after, .ilc_text_block_SprechblaseRMblau::after, .ilc_text_block_SprechblaseRUblau::after,
.sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after {
  right: -36px;
}

.ilc_text_block_SprechblaseOMblau::before, .ilc_text_block_SprechblaseUMblau::before,
.sb-om-blau::before, .sb-um-blau::before {
  left: calc(50% - 20px);
  margin-left: -2px;
}

.ilc_text_block_SprechblaseOMblau::after, .ilc_text_block_SprechblaseUMblau::after,
.sb-om-blau::after, .sb-um-blau::after {
  left: calc(50% - 18px);
}

.ilc_text_block_SprechblaseOLblau::before,
.sb-ol-blau::before {
  border-color: transparent transparent rgb(0, 73, 148) rgb(0, 73, 148);
}

.ilc_text_block_SprechblaseOLblau::after,
.sb-ol-blau::after {
  border-color: transparent transparent white white;
}

.ilc_text_block_SprechblaseOMblau::before,
.sb-om-blau::before {
  border-color: transparent transparent rgb(0, 73, 148) transparent;
}

.ilc_text_block_SprechblaseOMblau::after,
.sb-om-blau::after {
  border-color: transparent transparent white transparent;
}

.ilc_text_block_SprechblaseORblau::before,
.sb-or-blau::before {
  border-color: transparent rgb(0, 73, 148) rgb(0, 73, 148) transparent;
}

.ilc_text_block_SprechblaseORblau::after,
.sb-or-blau::after {
  border-color: transparent white white transparent;
}

.ilc_text_block_SprechblaseROblau::before, .ilc_text_block_SprechblaseRMblau::before, .ilc_text_block_SprechblaseRUblau::before,
.sb-ro-blau::before, .sb-rm-blau::before, .sb-ru-blau::before {
  border-color: transparent transparent transparent rgb(0, 73, 148);
}

.ilc_text_block_SprechblaseROblau::after, .ilc_text_block_SprechblaseRMblau::after, .ilc_text_block_SprechblaseRUblau::after,
.sb-ro-blau::after, .sb-rm-blau::after, .sb-ru-blau::after {
  border-color: transparent transparent transparent white;
}

.ilc_text_block_SprechblaseURblau::before,
.sb-ur-blau::before {
  border-color: rgb(0, 73, 148) rgb(0, 73, 148) transparent transparent;
}

.ilc_text_block_SprechblaseURblau::after,
.sb-ur-blau::after {
  border-color: white white transparent transparent;
}

.ilc_text_block_SprechblaseUMblau::before,
.sb-um-blau::before {
  border-color: rgb(0, 73, 148) transparent transparent transparent;
}

.ilc_text_block_SprechblaseUMblau::after,
.sb-um-blau::after {
  border-color: white transparent transparent transparent;
}

.ilc_text_block_SprechblaseULblau::before,
.sb-ul-blau::before {
  border-color: rgb(0, 73, 148) transparent transparent rgb(0, 73, 148);
}

.ilc_text_block_SprechblaseULblau::after,
.sb-ul-blau::after {
  border-color: white transparent transparent white;
}

.ilc_text_block_SprechblaseLUblau::before, .ilc_text_block_SprechblaseLMblau::before, .ilc_text_block_SprechblaseLOblau::before,
.sb-lu-blau::before, .sb-lm-blau::before, .sb-lo-blau::before {
  border-color: transparent rgb(0, 73, 148) transparent transparent;
}

.ilc_text_block_SprechblaseLUblau::after, .ilc_text_block_SprechblaseLMblau::after, .ilc_text_block_SprechblaseLOblau::after,
.sb-lu-blau::after, .sb-lm-blau::after, .sb-lo-blau::after {
  border-color: transparent white transparent transparent;
}

/** "Ampel" **/
/*.ilc_text_inline_AmpelRot { background-color: rgb(255,0,0,0.6); }*/
/** PostIt **/
/** Gelbtöne:
		100% #ffcc00
		 80% #ffe07d
		 60% #ffd543
		 40% #ffeaad
		 20% #fff5d8
		 PostIt: #fefabc
**/
.ilc_text_block_PostIt, .ilc_text_block_PostIt2 {
  background-color: #fefabc;
  padding: 15px;
  margin: 15px;
  display: inline-block;
  width: auto;
  -moz-box-shadow: 0px 4px 6px #333;
  -ms-box-shadow: 0px 4px 6px #333;
  -webkit-box-shadow: 0px 4px 6px #333;
  box-shadow: 0px 4px 6px #333;
  border-bottom-right-radius: 60px 5px;
}

.ilc_text_block_PostIt {
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.ilc_text_block_PostIt2 {
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.ilc_text_block_PostIt::after, .ilc_text_block_PostIt2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 100%;
  /*height: 140px;*/
  height: 0px;
  background-image: linear-gradient(173deg, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0.4) 100%);
  transform: rotate(4deg);
  z-index: -1;
  filter: blur(2px);
}

/*# sourceMappingURL=ilias9.css.map */
