/*******************************************************************************
  Standard-Stylesheet für Stud.IP im Safire-Design
  - use http://www.colorzilla.com/gradient-editor/ for gradients
*******************************************************************************/
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-light.eot');
  src: url('../fonts/lato/lato-light.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-light.woff') format('woff'), url('../fonts/lato/lato-light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-regular.eot');
  src: url('../fonts/lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-regular.woff') format('woff'), url('../fonts/lato/lato-regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizelegibility;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/lato-bold.eot');
  src: url('../fonts/lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/lato/lato-bold.woff') format('woff'), url('../fonts/lato/lato-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #444444;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 19px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1,
h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
h1 {
  margin-top: 0px;
}
h1 span {
  display: block;
  font-size: 14.25px;
  font-weight: 100;
  padding: 5px 0;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
.hidden-large-down {
  display: none !important;
}
@media (min-width: 1200px) {
  .hidden-large-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-medium-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-medium-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-small-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-small-up {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-tiny-down {
    display: none !important;
  }
}
.hidden-tiny-up {
  display: none !important;
}
/* --- Links ---------------------------------------------------------------- */
a,
a:link,
a:visited {
  color: #28497c;
  text-decoration: none;
}
a.index,
a:link.index,
a:visited.index {
  color: #444;
}
a.printhead,
a:link.printhead,
a:visited.printhead {
  color: #339;
}
a.tree,
a:link.tree,
a:visited.tree {
  color: #000;
}
a.toolbar,
a:link.toolbar,
a:visited.toolbar {
  color: #91a2b6;
  font-size: 9px;
}
a[href] {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a[disabled] {
  pointer-events: none;
}
a:hover,
a:active,
a:hover.index,
a:active.index,
a:hover.tree {
  color: #d60000;
  text-decoration: none;
}
a:hover.toolbar {
  color: #eee;
}
a.link-intern,
a.link-extern {
  white-space: nowrap;
}
a.link-intern::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/link-intern.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
a.link-extern::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/link-extern.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
a.link-add::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/add.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
a.link-edit::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/edit.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
a img {
  border: 0;
}
/* --- Tabellen ------------------------------------------------------------- */
table.header,
.table_header {
  background-color: #e2e3e5;
  border-bottom: 1px solid #575757;
  color: #000;
  padding: 4px;
}
.table_header_bold {
  background-color: #899bba;
  border-color: #1f4171;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #FFFFFF;
  font-size: 12pt;
  padding: 3px 5px;
}
.table_header_bold img,
.table_header_bold svg {
  vertical-align: middle;
}
table.links1 {
  background-color: #fff;
}
table.logintable {
  background-image: url("../images/login.jpg");
  background-size: 750px 350px;
}
table.logintable h1 {
  border-bottom: 0;
  font-size: 2.5em;
}
table.toolbar {
  background-color: #e3eaf6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdd9ed), color-stop(40%, #e3eaf6), to(#e3eaf6));
  background-image: -webkit-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -moz-linear-gradient(top, #cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -o-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcdd9ed', endColorstr='#ffe3eaf6', GradientType=0);
  border-top: 1px solid #899bba;
  line-height: 17pt;
  height: 25px;
}
td.toolbar,
td.printhead {
  background-color: #e3eaf6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdd9ed), color-stop(40%, #e3eaf6), to(#e3eaf6));
  background-image: -webkit-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -moz-linear-gradient(top, #cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -o-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcdd9ed', endColorstr='#ffe3eaf6', GradientType=0);
  border-top: 1px solid #899bba;
  line-height: 17pt;
  height: 25px;
}
td.toolbar:last-child,
td.printhead:last-child {
  padding-right: 5px;
}
td.toolbar img,
td.printhead img,
td.toolbar svg,
td.printhead svg {
  padding: 0 2px;
  vertical-align: text-bottom;
}
td.aufklapp {
  background-color: #fffaee;
}
td.angemeldet {
  border: 1px solid #000;
}
td.nix {
  background-color: transparent;
}
td.quote {
  border: 1px solid #000;
  font-size: 8px;
}
td.rahmen_steel {
  background-color: #f3f5f8;
  border: 1px solid #000;
}
td.rahmen_table_row_odd {
  background-color: #e7ebf1;
  border: 1px solid #000;
}
td.rahmen_white {
  background: #fff;
  border: 1px solid #000;
}
td.table_header_bold_red {
  border: none;
  background-color: #fdc6c6;
  border-bottom: 1px solid #990000;
  color: #000;
  height: 20px;
}
table.blank,
td.blank,
td.onlineinfo,
td.blanksmall {
  background-color: #fff;
}
td.tree-indent img,
td.tree-indent svg {
  vertical-align: bottom;
}
td.tree-elbow-line {
  background: url("../images/datatree_1.gif") repeat-y;
  vertical-align: bottom;
  width: 5px;
}
td.tree-elbow-end {
  vertical-align: top;
  white-space: nowrap;
  width: 5px;
}
td.tree-elbow-line img,
td.tree-elbow-end img,
td.tree-elbow-line svg,
td.tree-elbow-end svg {
  display: block;
}
/* --- table.collapsable ---------------------------------------------------- */
.collapsable .header-row > td {
  border-bottom: 0;
  padding-left: 0;
}
.collapsable .toggle-indicator {
  color: #000;
  font-weight: bold;
}
.collapsable .toggle-indicator a {
  background: left center no-repeat;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  color: #000;
  cursor: pointer;
  display: block;
}
.collapsable .empty .toggle-indicator a {
  background-image: url("../images/icons/grey/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.collapsable .collapsed .toggle-indicator a {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.collapsable td.label-cell,
.collapsable .toggle-indicator a,
.collapsable .empty .toggle-indicator {
  padding-left: 20px;
}
.collapsable > .collapsed tr:not(.header-row) {
  display: none;
}
.collapsable > .collapsed .toggle-indicator ~ *:not(.dont-hide) > * {
  opacity: 0;
  pointer-events: none;
}
* + html .collapsable .collapsed .header-row {
  display: inline-block !important;
}
/* --- Table details -------------------------------------------------------- */
.loaded-details > td {
  padding: 0 0 5px 20px !important;
}
.loaded-details table {
  border-top: 0;
}
/* --- Sonstige ------------------------------------------------------------- */
.gruppe0 {
  background-color: #ffca5c !important;
}
.gruppe1 {
  background-color: #d60000 !important;
}
.gruppe2 {
  background-color: #f58b33 !important;
}
.gruppe3 {
  background-color: #fac599 !important;
}
.gruppe4 {
  background-color: #8bbd40 !important;
}
.gruppe5 {
  background-color: #c5de9f !important;
}
.gruppe6 {
  background-color: #b8c3d6 !important;
}
.gruppe7 {
  background-color: #7e92b0 !important;
}
.gruppe8 {
  background-color: #b02e7c !important;
}
#my_seminars .gruppe0,
#settings-notifications .gruppe0,
#my_seminars .gruppe1,
#settings-notifications .gruppe1,
#my_seminars .gruppe2,
#settings-notifications .gruppe2,
#my_seminars .gruppe3,
#settings-notifications .gruppe3,
#my_seminars .gruppe4,
#settings-notifications .gruppe4,
#my_seminars .gruppe5,
#settings-notifications .gruppe5,
#my_seminars .gruppe6,
#settings-notifications .gruppe6,
#my_seminars .gruppe7,
#settings-notifications .gruppe7,
#my_seminars .gruppe9,
#settings-notifications .gruppe9 {
  width: 1px;
}
#my_seminars .mycourse_elements > img,
#settings-notifications .mycourse_elements > img {
  display: none;
}
#my_seminars .special_nav,
#settings-notifications .special_nav {
  float: right;
}
.grey {
  background: #bbb none;
}
.white {
  background: #fff none;
}
.red_gradient {
  background-color: #e8b6b9;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3969a), color-stop(60%, #e8b6b9), to(#e8b6b9));
  background-image: -webkit-linear-gradient(#e3969a, #e8b6b9 60%, #e8b6b9);
  background-image: -moz-linear-gradient(top, #e3969a, #e8b6b9 60%, #e8b6b9);
  background-image: -o-linear-gradient(#e3969a, #e8b6b9 60%, #e8b6b9);
  background-image: linear-gradient(#e3969a, #e8b6b9 60%, #e8b6b9);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3969a', endColorstr='#ffe8b6b9', GradientType=0);
  border-top: 2px solid #b35357;
}
/* --- Styles fuer printhead und printcontent ------------------------------- */
table td.printcontent {
  background-color: #f5f6f6;
  text-align: left;
}
table td.printcontent:hover {
  background-color: #f5f6f6;
}
table td.printhead2 {
  background-image: url("../images/content_object_arr-right.png");
  border-top: 1px solid #899bba;
  padding: 0;
}
table td.printhead3 {
  background-image: url("../images/content_object_arr-down.png");
  border-top: 1px solid #899bba;
  padding: 0;
}
/* classes for sortable table headers --------------------------------------- */
tr.sortable {
  background-color: #f5f6f6;
}
tr.sortable th.sortasc .tablesorter-header-inner,
tr.sortable th.sortdesc .tablesorter-header-inner {
  display: inline-block;
}
tr.sortable th.sortasc::after,
tr.sortable th.sortdesc::after {
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  vertical-align: text-bottom;
}
tr.sortable th.sortasc::after {
  background-image: url("../images/dreieck_up.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  tr.sortable th.sortasc::after {
    background-image: url("../images/dreieck_up@2x.png");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}
tr.sortable th.sortdesc::after {
  background-image: url("../images/dreieck_down.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  tr.sortable th.sortdesc::after {
    background-image: url("../images/dreieck_down@2x.png");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}
.tablesorter .filtered {
  display: none;
}
.tablesorter .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
}
/* styles for settings tables */
.settings {
  border-collapse: collapse;
  margin-bottom: 2em;
  width: 100%;
}
.settings thead th,
.settings tbody th {
  background-color: #899bba;
  border-color: #1f4171;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #FFFFFF;
  font-size: 12pt;
  padding: 3px 5px;
  text-align: center;
}
.settings thead th img,
.settings tbody th img,
.settings thead th svg,
.settings tbody th svg {
  vertical-align: middle;
}
.settings td,
.settings th {
  padding: 8px;
  vertical-align: top;
}
.settings tbody.maxed input[type=email]:first-child,
.settings tbody.maxed input[type=password]:first-child,
.settings tbody.maxed input[type=tel]:first-child,
.settings tbody.maxed input[type=text]:first-child,
.settings tbody.maxed input[type=url]:first-child,
.settings tbody.maxed select:first-child,
.settings tbody.maxed textarea:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.settings tbody.maxed td[colspan]:first-child input[type=email],
.settings tbody.maxed td[colspan]:first-child input[type=password],
.settings tbody.maxed td[colspan]:first-child input[type=tel],
.settings tbody.maxed td[colspan]:first-child input[type=text],
.settings tbody.maxed td[colspan]:first-child input[type=url],
.settings tbody.maxed td[colspan]:first-child select,
.settings tbody.maxed td[colspan]:first-child textarea {
  width: 200px;
}
.settings tbody.privacy td:first-child ~ td {
  font-style: italic;
  text-align: center;
}
.settings tbody td:first-child label {
  display: block;
  font-weight: bold;
}
.settings td:first-child[colspan],
.settings .divider > th,
.settings .divider > td {
  background-color: #c9d2e0;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.settings dfn,
.settings small {
  display: block;
  font-weight: normal;
}
.settings dfn {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 0.5em;
}
.settings tfoot td {
  background: #e2e3e5;
  text-align: center;
}
.settings tfoot tr:first-child td {
  border-top: 1px solid #575757;
}
.settings label.required:after {
  color: red;
  content: '*';
  font-size: 1.5em;
  padding-left: 5px;
  vertical-align: middle;
}
.settings.notification tbody td {
  text-align: center;
}
.settings.notification tbody td:first-child:not([colspan]) {
  padding-left: 0;
  padding-right: 0;
  font-size: small;
}
.settings.notification tbody td:nth-child(-n+2) {
  text-align: left;
}
.settings .bordered.left {
  border-left: 1px solid #899bba;
}
.settings .bordered.right {
  border-right: 1px solid #899bba;
}
table.tree .header > td {
  background-color: #e3eaf6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdd9ed), color-stop(40%, #e3eaf6), to(#e3eaf6));
  background-image: -webkit-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -moz-linear-gradient(top, #cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -o-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcdd9ed', endColorstr='#ffe3eaf6', GradientType=0);
  border-top: 1px solid #899bba;
  line-height: 17pt;
  height: 25px;
}
table.tree .header > td:last-child {
  padding-right: 5px;
}
table.tree .header > td img,
table.tree .header > td svg {
  padding: 0 2px;
  vertical-align: text-bottom;
}
table.tree .header > td a.link {
  padding-left: 5px;
}
table.tree .header > td a.link.open {
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
table.tree .header > td a.link.closed {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
table.tree td.blank {
  background: #fff;
  border: 0;
}
table.tree td.in-between {
  background: #fff url("../images/tree-line.gif") center repeat-y;
  border: 0;
}
table.tree td.leaf {
  background: #fff url("../images/tree-leaf.gif") center no-repeat;
  border: 0;
}
table.tree td.end {
  background: #fff url("../images/tree-end.gif") center no-repeat;
  border: 0;
}
table.tree .centered {
  text-align: center;
}
table.tree .centered table {
  margin: auto;
  text-align: left;
}
.table_footer,
.table_footer td {
  background-color: #e9e9e9;
  border-top: 1px solid #c8c8c8;
}
table.default {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
table.default .wrap-content {
  word-break: break-all;
}
table.default th,
table.default td,
table.default caption {
  padding: 5px;
  text-align: left;
}
table.default > caption {
  background-color: transparent;
  padding-top: 0px;
  color: #3d444f;
  font-size: 1.4em;
  text-align: left;
}
table.default > caption header > h2 {
  border: 0;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
table.default > caption header > p {
  font-size: 0.7em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
table.default > thead > tr > th {
  background-color: #e7ebf1;
  border-bottom: 1px solid rgba(137, 155, 186, 0.2);
  border-top: 1px solid #1f4171;
  font-size: 1.0em;
}
table.default > tbody > tr > th {
  background-color: #e7ebf1;
  border-top: 1px solid #1f4171;
  border-bottom: 1px solid rgba(137, 155, 186, 0.2);
  text-align: left;
}
table.default > tbody > tr > td {
  border-bottom: 1px solid #e2e3e5;
  transition: background-color 0.3s;
}
table.default > tbody > tr > td.dragHandle {
  background: #ffffff url("../images/anfasser_24.png") center no-repeat;
  cursor: move;
}
table.default > tbody > tr.dragover > td {
  background-color: #fce2cc;
}
table.default > tbody > tr.new > td {
  font-weight: bold;
}
table.default > tbody > tr.new > td:first-child {
  position: relative;
}
table.default > tbody > tr.new > td:first-child::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #d60000;
}
table.default > tbody > tr.new > td .action-menu {
  font-weight: normal;
}
table.default > tbody:last-of-type > tr:last-child > td {
  border-bottom: 1px solid #1f4171;
}
table.default:not(.nohover) > tbody:not(.nohover) > tr:not(.nohover):hover > td:not(.nohover) {
  background-color: rgba(109, 115, 123, 0.2);
}
table.default > tfoot > tr > td {
  background-color: #e7ebf1;
  border-top: 1px solid #1f4171;
  padding-left: 10px;
  padding-right: 10px;
}
table.default td.avatar,
table.default th.avatar {
  padding: 5px;
}
table.default .actions {
  float: right;
  text-align: right;
  white-space: nowrap;
}
table.default .actions img,
table.default .actions svg {
  vertical-align: middle;
}
table.default > caption .actions {
  border-left: 1px solid #1f4171;
  margin-bottom: -5px;
  padding-bottom: 7px;
  padding-left: 0.5em;
}
table.default > caption .actions input,
table.default > caption .actions select {
  font-size: 0.7em;
}
table.default td.actions,
table.default th.actions {
  float: none;
}
table.default > caption .caption-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -5px;
}
table.default > caption .caption-content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-right: 1px solid #1f4171;
  padding-bottom: 5px;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
table.default > caption .caption-actions {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
table.default > tbody.toggleable.toggled .toggle-switch {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
table.default > tbody.toggleable.toggled tr:not(:first-child) {
  display: none;
}
table.default > tbody.toggleable .toggle-switch {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  display: inline-block;
  height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
table.default dfn,
table.default small {
  display: block;
  font-weight: normal;
}
table.default dfn {
  font-size: 0.8em;
  font-style: italic;
  padding-top: 0.5em;
}
table.default label.required:after {
  color: red;
  content: '*';
  font-size: 1.5em;
  padding-left: 5px;
  vertical-align: middle;
}
table.default.has-form input[type=text],
table.default.has-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  width: 100%;
}
table.default.has-form textarea {
  min-height: 100px;
}
table.default tfoot select {
  vertical-align: middle;
}
table.default tfoot .button {
  margin-bottom: 0;
  margin-top: 0;
}
article.studip > section > table.default:last-child {
  margin-bottom: 0;
}
article.studip > section > table.default:last-child > tbody:last-child > tr:last-child > td {
  border-bottom: 0;
}
table.withdetails > tbody > tr:not(.details) > td:first-child {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 20px;
}
table.withdetails > tbody > tr:not(.details) > td:first-child > a {
  margin-left: -20px;
  padding-left: 20px;
}
table.withdetails > tbody > tr.open > td {
  background-color: rgba(109, 115, 123, 0.2);
}
table.withdetails > tbody > tr.open > td:first-child {
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
table.withdetails tr.details {
  display: none;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
table.withdetails tr.open + tr.details {
  display: table-row;
  max-height: 200px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
  background-color: transparent !important;
}
table.withdetails tr.open + tr.details > td {
  padding-top: 0px;
  padding-bottom: 10px;
}
table.withdetails tr.open + tr.details > td > .detailscontainer {
  padding: 5px;
  border: 1px solid #e2e3e5;
  margin-top: -1px;
  border-top-color: white;
}
.no-js table.withdetails tr.details {
  display: table-row;
}
.sortable-table .header,
.sortable-table .tablesorter-header:not(.sorter-false) {
  white-space: nowrap;
  color: #28497c;
}
.sortable-table .header:hover,
.sortable-table .tablesorter-header:not(.sorter-false):hover {
  color: #d60000;
  cursor: pointer;
}
.sortable-table .headerSortUp::after,
.sortable-table .tablesorter-headerDesc .tablesorter-header-inner::after {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-left: 0;
  background-image: url("../images/dreieck_down.png");
  vertical-align: text-top;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sortable-table .headerSortUp::after,
  .sortable-table .tablesorter-headerDesc .tablesorter-header-inner::after {
    background-image: url("../images/dreieck_down@2x.png");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}
.sortable-table .headerSortUp::after,
.sortable-table .tablesorter-headerDesc .tablesorter-header-inner::after {
  vertical-align: inherit;
}
.sortable-table .headerSortDown::after,
.sortable-table .tablesorter-headerAsc .tablesorter-header-inner::after {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-left: 0;
  background-image: url("../images/dreieck_up.png");
  vertical-align: text-top;
  width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sortable-table .headerSortDown::after,
  .sortable-table .tablesorter-headerAsc .tablesorter-header-inner::after {
    background-image: url("../images/dreieck_up@2x.png");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}
.sortable-table .headerSortDown::after,
.sortable-table .tablesorter-headerAsc .tablesorter-header-inner::after {
  vertical-align: inherit;
}
.sortable-table .tablesorter-headerUnSorted:not(.sorter-false) .tablesorter-header-inner {
  margin-right: 15px;
}
table#schedule_data {
  width: 100%;
  table-layout: fixed;
}
table#schedule_data thead tr td {
  text-align: center;
  vertical-align: top;
  background-color: #e7ebf1;
  padding-right: 2px;
  padding: 0px;
}
table#schedule_data thead tr td:first-child {
  width: 40px;
}
table#schedule_data thead tr:first-child td:first-child {
  background-color: inherit;
}
table#schedule_data tbody td:first-child {
  text-align: right;
  vertical-align: top;
  background-color: #e7ebf1;
  padding-right: 2px;
  padding: 0px;
}
.table-scrollbox-horizontal {
  overflow: auto;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}
form.default input[type=date],
form.default input[type=email],
form.default input[type=number],
form.default input[type=password],
form.default input[type=text],
form.default input[type=time],
form.default input[type=url],
form.default input[type=tel],
form.default textarea,
form.default select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c5c7ca;
  color: #3d444f;
  max-width: 48em;
  padding: 5px;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
form.default input[type=date]:focus,
form.default input[type=email]:focus,
form.default input[type=number]:focus,
form.default input[type=password]:focus,
form.default input[type=text]:focus,
form.default input[type=time]:focus,
form.default input[type=url]:focus,
form.default input[type=tel]:focus,
form.default textarea:focus,
form.default select:focus {
  border-color: #28497c;
}
form.default input[type=date].size-s,
form.default input[type=email].size-s,
form.default input[type=number].size-s,
form.default input[type=password].size-s,
form.default input[type=text].size-s,
form.default input[type=time].size-s,
form.default input[type=url].size-s,
form.default input[type=tel].size-s,
form.default textarea.size-s,
form.default select.size-s {
  max-width: 8em;
}
form.default input[type=date].size-l,
form.default input[type=email].size-l,
form.default input[type=number].size-l,
form.default input[type=password].size-l,
form.default input[type=text].size-l,
form.default input[type=time].size-l,
form.default input[type=url].size-l,
form.default input[type=tel].size-l,
form.default textarea.size-l,
form.default select.size-l {
  max-width: 100%;
}
form.default input[type=date][readonly],
form.default input[type=email][readonly],
form.default input[type=number][readonly],
form.default input[type=password][readonly],
form.default input[type=text][readonly],
form.default input[type=time][readonly],
form.default input[type=url][readonly],
form.default input[type=tel][readonly],
form.default textarea[readonly],
form.default select[readonly] {
  background-color: #e2e3e5;
}
form.default input[type=date],
form.default input[type=number],
form.default input[type=time],
form.default input[type=tel] {
  max-width: 8em;
}
form.default textarea {
  min-height: 6em;
}
form.default label:not(.undecorated) {
  display: block;
  margin-top: 1ex;
  max-width: 100%;
  text-indent: 0.25ex;
}
form.default label:not(.undecorated) input[type=date],
form.default label:not(.undecorated) input[type=email],
form.default label:not(.undecorated) input[type=number],
form.default label:not(.undecorated) input[type=password],
form.default label:not(.undecorated) input[type=text],
form.default label:not(.undecorated) input[type=time],
form.default label:not(.undecorated) input[type=tel],
form.default label:not(.undecorated) input[type=url],
form.default label:not(.undecorated) textarea,
form.default label:not(.undecorated) select {
  display: block;
  margin-top: 1ex;
}
form.default label.col-2,
form.default label.col-3,
form.default label.col-4 {
  display: inline-block;
  padding-right: 1em;
  vertical-align: bottom;
}
form.default label.col-2 {
  min-width: 30%;
}
form.default label.col-3 {
  min-width: 45%;
}
form.default label.col-4 {
  min-width: 60%;
}
form.default fieldset {
  box-sizing: border-box;
  border: solid 1px #d0d7e3;
  margin: 0 0 10px;
  padding: 10px;
  padding-top: 0px;
  position: relative;
  break-before: column;
}
form.default fieldset > legend {
  box-sizing: border-box;
  background-color: #e7ebf1;
  border: 1px solid #d0d7e3;
  border-bottom: 0;
  color: #28497c;
  font-size: 12pt;
  font-weight: bold;
  line-height: 2em;
  margin: 0 -11px;
  padding: 0;
  text-indent: 10px;
  width: calc(100% + 22px);
}
form.default fieldset > :first-child:not(legend),
form.default fieldset > legend + * {
  margin-top: 10px;
}
form.default .required {
  font-weight: bold;
}
form.default .required:after {
  content: "*";
  color: red;
}
form.default footer {
  background-color: #e7ebf1;
  border-top: 1px solid #1f4171;
  clear: both;
  margin-left: 0;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
form.default footer .button {
  margin-bottom: 0;
  margin-top: 0;
}
form.default label.file-upload {
  background-image: url("../images/icons/blue/upload.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 20px 20px;
  cursor: pointer;
  padding-left: 30px;
  color: #28497c;
}
form.default label.file-upload input[type=file] {
  display: none;
}
form.default label.file-upload .filename {
  padding-left: 0.5em;
  color: #8b8f95;
}
form.default .hgroup,
form.default .hgroup-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  -moz-box-align: flex-end;
  align-items: flex-end;
  max-width: 48em;
}
form.default .hgroup.size-s,
form.default .hgroup-btn.size-s {
  max-width: 8em;
}
form.default .hgroup.size-l,
form.default .hgroup-btn.size-l {
  max-width: 100%;
}
form.default .hgroup > *,
form.default .hgroup-btn > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
}
form.default .hgroup > *:not(:first-child),
form.default .hgroup-btn > *:not(:first-child) {
  margin-left: 3px;
}
form.default .hgroup > *:not(:last-child),
form.default .hgroup-btn > *:not(:last-child) {
  margin-right: 3px;
}
form.default .hgroup label,
form.default .hgroup-btn label {
  margin-top: 0;
}
form.default .hgroup input[type=date],
form.default .hgroup-btn input[type=date],
form.default .hgroup label:not(.undecorated) input[type=date],
form.default .hgroup-btn label:not(.undecorated) input[type=date],
form.default .hgroup input[type=email],
form.default .hgroup-btn input[type=email],
form.default .hgroup label:not(.undecorated) input[type=email],
form.default .hgroup-btn label:not(.undecorated) input[type=email],
form.default .hgroup input[type=number],
form.default .hgroup-btn input[type=number],
form.default .hgroup label:not(.undecorated) input[type=number],
form.default .hgroup-btn label:not(.undecorated) input[type=number],
form.default .hgroup input[type=password],
form.default .hgroup-btn input[type=password],
form.default .hgroup label:not(.undecorated) input[type=password],
form.default .hgroup-btn label:not(.undecorated) input[type=password],
form.default .hgroup input[type=text],
form.default .hgroup-btn input[type=text],
form.default .hgroup label:not(.undecorated) input[type=text],
form.default .hgroup-btn label:not(.undecorated) input[type=text],
form.default .hgroup input[type=time],
form.default .hgroup-btn input[type=time],
form.default .hgroup label:not(.undecorated) input[type=time],
form.default .hgroup-btn label:not(.undecorated) input[type=time],
form.default .hgroup input[type=tel],
form.default .hgroup-btn input[type=tel],
form.default .hgroup label:not(.undecorated) input[type=tel],
form.default .hgroup-btn label:not(.undecorated) input[type=tel],
form.default .hgroup input[type=url],
form.default .hgroup-btn input[type=url],
form.default .hgroup label:not(.undecorated) input[type=url],
form.default .hgroup-btn label:not(.undecorated) input[type=url],
form.default .hgroup textarea,
form.default .hgroup-btn textarea,
form.default .hgroup label:not(.undecorated) textarea,
form.default .hgroup-btn label:not(.undecorated) textarea,
form.default .hgroup select,
form.default .hgroup-btn select,
form.default .hgroup label:not(.undecorated) select,
form.default .hgroup-btn label:not(.undecorated) select {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
form.default .hgroup-btn {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  -moz-box-align: baseline;
  align-items: baseline;
}
form.default .hgroup-btn .form-control {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
form.default .hgroup-btn .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  -moz-box-flex: 0;
  flex: 0;
}
.js form.default.collapsable fieldset legend,
form.default fieldset.collapsable legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 6px center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 20px;
}
.js form.default.collapsable fieldset.collapsed,
form.default fieldset.collapsable.collapsed {
  padding-bottom: 0;
}
.js form.default.collapsable fieldset.collapsed legend,
form.default fieldset.collapsable.collapsed legend {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  margin-bottom: 0;
}
.js form.default.collapsable fieldset.collapsed *:not(legend),
form.default fieldset.collapsable.collapsed *:not(legend) {
  display: none;
}
form.default .length-hint-wrapper {
  position: relative;
  white-space: nowrap;
}
form.default .length-hint {
  position: absolute;
  bottom: 100%;
  right: 0;
  color: #6d737b;
  font-size: 0.8em;
}
form.default.inline label {
  display: inline;
  max-width: inherit;
  vertical-align: middle;
  width: auto;
}
form.default.inline input,
form.default.inline textarea,
form.default.inline select,
form.default.inline button {
  display: inline-block;
}
form.default label.packed {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
form.default label.packed > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  max-width: none;
}
form.default label.packed button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  margin: 0;
}
.studip-checkbox {
  opacity: 0;
  position: absolute;
}
.studip-checkbox + label {
  cursor: pointer;
}
.studip-checkbox + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/icons/blue/checkbox-unchecked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.studip-checkbox:checked + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/icons/blue/checkbox-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.studip-checkbox:indeterminate + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/icons/blue/checkbox-indeterminate.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.content_title {
  background-color: #e3eaf6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cdd9ed), color-stop(40%, #e3eaf6), to(#e3eaf6));
  background-image: -webkit-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -moz-linear-gradient(top, #cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -ms-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: -o-linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-image: linear-gradient(#cdd9ed, #e3eaf6 40%, #e3eaf6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdd9ed', endColorstr='#e3eaf6', GradientType=0);
  border-top: 1px solid #899bba;
  line-height: 17pt;
  height: 25px;
}
.content_body {
  background-color: #f8f8f8;
}
.content_body_panel {
  background-color: #dfe2e9;
  border-left: 1px solid #ccc;
}
.content_seperator,
.content_seperator td {
  background-color: #adadad;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), color-stop(15%, #bcbcbc), to(#adadad));
  background-image: -webkit-linear-gradient(#e0e0e0, #bcbcbc 15%, #adadad);
  background-image: -moz-linear-gradient(top, #e0e0e0, #bcbcbc 15%, #adadad);
  background-image: -ms-linear-gradient(#e0e0e0, #bcbcbc 15%, #adadad);
  background-image: -o-linear-gradient(#e0e0e0, #bcbcbc 15%, #adadad);
  background-image: linear-gradient(#e0e0e0, #bcbcbc 15%, #adadad);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#adadad', GradientType=0);
  border-top: 1px solid #c7c7c7;
  height: 15px;
}
.formatted-content {
  display: inline;
}
.formatted-content pre {
  white-space: pre-wrap;
}
.formatted-content tt {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0.5ex;
}
.formatted-content ul,
.formatted-content ol {
  margin: 0.5em 0;
}
.formatted-content ul ul,
.formatted-content ol ul,
.formatted-content ul ol,
.formatted-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.css-tree,
.css-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.css-tree ul {
  margin-left: 8px;
  position: relative;
}
.css-tree ul:before {
  border-left: 1px solid #8b8f95;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
}
.css-tree li {
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}
.css-tree li.css-tree-hidden {
  display: none;
}
.css-tree ul li:before {
  content: '';
  display: block;
  height: 0;
  width: 8px;
  position: absolute;
  border-top: 1px solid #8b8f95;
  left: 0;
  top: 8px;
}
.css-tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 10px;
  bottom: 0;
}
.css-tree.collapsable input[type=checkbox] {
  display: none;
}
.css-tree.collapsable input[type=checkbox] + label {
  cursor: pointer;
  vertical-align: text-top;
}
.css-tree.collapsable input[type=checkbox] + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.css-tree.collapsable input[type=checkbox] + label:before {
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
}
.css-tree.collapsable input[type=checkbox] ~ ul {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.css-tree.collapsable input[type=checkbox] ~ input[type=radio] + label {
  margin-left: 0;
}
.css-tree.collapsable input[type=checkbox]:checked + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.csstransforms .css-tree.collapsable input[type=checkbox]:checked + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.csstransforms .css-tree.collapsable input[type=checkbox]:checked + label:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.css-tree.collapsable input[type=checkbox]:checked ~ ul {
  max-height: 10000px;
  opacity: 1;
}
.css-tree.selectable input[type=checkbox] + label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.css-tree.selectable input[type=checkbox] ~ input[type=radio] + label {
  margin-left: 0;
}
.css-tree.selectable input[type=radio] {
  display: none;
}
.css-tree.selectable input[type=radio] + label {
  color: #28497c;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 3px;
  margin-left: 1px;
}
.css-tree.selectable input[type=radio]:checked + label {
  font-weight: bold;
  background: #d0d7e3;
}
.css-tree.selectable input[type=radio][disabled] + label {
  color: #888;
}
/* --- Layouts -------------------------------------------------------------- */
#layout_page {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  margin: 15px;
  background-color: #fff;
  margin: 0px;
}
#layout_table {
  background-color: #a8abb0;
  border: 20px solid #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}
#layout_table td {
  vertical-align: top;
}
#layout_container {
  background-color: white;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  /*margin: 0;*/
  padding-top: 15px;
}
#page_title_container {
  float: left;
  background-color: #fff;
  border-bottom: 1px solid #d0d7e3;
  line-height: 20px;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 45px;
}
#current_page_title {
  font-weight: bold;
  font-size: 1.4em;
  position: relative;
  top: 20px;
}
#layout_page.oversized {
  overflow: visible;
}
#layout_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background: linear-gradient(90deg, white 30%, rgba(255, 255, 255, 0)), linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
  padding: 0 12px 20px 12px;
  vertical-align: top;
  min-width: 400px;
}
.oversized #layout_content {
  overflow: visible;
}
#layout_sidebar {
  background: inherit;
  border-left: 1px dashed #1f4171;
  max-width: 250px;
  width: 250px;
  min-width: 250px;
  padding: 12px;
}
#layout_wrapper {
  *zoom: 1;
  clear: both;
  min-width: 800px;
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
#layout_wrapper:before,
#layout_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
#layout_wrapper:after {
  clear: both;
}
#layout_footer {
  background-color: #28497c;
  color: #ffffff;
  display: flex;
  padding: 2px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  min-width: 730px;
  width: 100%;
}
#footer {
  flex: 1;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 28px;
}
#layout_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  min-width: 730px;
}
#layout_wrapper #flex-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-width: 730px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}
#layout_wrapper #flex-header #barTopMenu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
#layout_wrapper #flex-header #barTopStudip {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}
#layout_wrapper #barBottomContainer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  min-width: 730px;
  z-index: 1001;
}
#layout_wrapper #layout_page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 10;
  -webkit-flex: 10 1 auto;
  -ms-flex: 10 1 auto;
  -moz-box-flex: 10;
  flex: 10 1 auto;
  min-width: 700px;
}
#layout_wrapper #layout_page #tabs,
#layout_wrapper #layout_page #tabs2 {
  min-height: 30px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}
#layout_wrapper #layout_page #layout_container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  min-width: 700px;
}
#layout_wrapper #layout_page #layout_container #layout_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
#layout_wrapper #layout_page #layout_container #layout_sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
}
@-moz-document url-prefix() {
  .flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
/* --- header.css ----------------------------------------------------------- */
#layout_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
}
#barBottomContainer {
  background-color: #28497c;
  border: 1px #1f4171;
  color: #ffffff;
  border-bottom-style: solid;
  height: 40px;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  position: fixed;
  top: 0px;
  z-index: 10000;
}
#barBottomContainer #barBottomLeft,
#barBottomContainer #barTopFont {
  padding: 0px 15px;
  z-index: 2;
}
#layout_footer a,
#barBottomright a {
  color: #ffffff;
  margin: 0 6px;
  text-decoration: none;
}
#layout_footer a:hover,
#barBottomright a:hover {
  color: #ececed;
}
#layout_footer > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  height: 30px;
  padding: 0px;
}
#layout_footer > ul > li {
  margin: 2px;
}
#barBottomright > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  height: 40px;
  padding: 0px;
}
#barBottomright > ul > li {
  margin: 2px;
  padding: 0px 10px;
}
#barTopAvatar {
  display: inline-flex;
}
#barTopAvatar #avatar-arrow {
  position: relative;
  float: right;
  z-index: 1;
  margin: 7px 8px;
  cursor: pointer;
}
#header_avatar_menu {
  height: 30px;
  margin: 0;
  vertical-align: text-bottom;
  z-index: 1003;
}
#header_avatar_menu .action-menu-icon {
  border: 1px solid #b1b4b9;
  background: #f5f6f6;
  height: 28px;
  margin: 0;
  position: relative;
  width: 28px;
  z-index: 1;
}
#header_avatar_menu .action-menu-icon img {
  height: 100%;
  width: 100%;
}
#header_avatar_menu .action-menu-title {
  margin: 0em 0 0.3em;
}
#header_avatar_menu .action-menu-content {
  z-index: 1002;
  position: absolute;
  top: 39px;
  right: -31px;
  /*padding: 4px 28px 4px 8px;*/
  background: #fff;
  box-shadow: 1px 1px 1px #8b8f95;
  text-align: left;
  white-space: nowrap;
}
#header_avatar_menu .action-menu-content a:link,
#header_avatar_menu .action-menu-content a:visited {
  color: #28497c;
}
#header_avatar_menu .action-menu-content a:hover,
#header_avatar_menu .action-menu-content a:active {
  color: #d60000;
}
#header_avatar_menu .action-menu-content div {
  color: #000;
}
.header_avatar_container {
  align-items: center;
}
#barTopFont {
  color: #fff;
  margin-left: 0px;
  z-index: 1002;
  position: absolute;
  left: 88px;
  top: 0px;
  line-height: 40px;
}
.studip-logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-repeat: no-repeat;
  background-image: url("../images/logos/studip4-logo.png");
  background-image: none, url("../images/logos/studip4-logo.svg");
  background-size: 130px 92px;
  display: block;
  width: 130px;
  height: 92px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .studip-logo {
    background-image: url("../images/logos/studip4-logo@2x.png");
    -webkit-background-size: 130px 92px;
    -moz-background-size: 130px 92px;
    -o-background-size: 130px 92px;
    background-size: 130px 92px;
  }
}
#barTopStudip {
  margin-left: 20px;
  margin-right: 12px;
}
#barTopLogo {
  left: 0;
  position: absolute;
  top: 0;
}
#flex-header {
  height: 80px;
  background-color: #f5f6f6;
  position: relative;
  z-index: 3;
}
#notification_marker {
  width: 48px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  height: 28px;
  font-size: 0.8em;
  color: #28497c;
  text-align: center;
  line-height: 28px;
  vertical-align: text-bottom;
  background-color: #ececed;
  border: 1px solid #b1b4b9;
}
#notification_marker.alert {
  background-color: #d60000;
  color: #fff;
}
#notification_container {
  width: 49px;
  height: 30px;
  /*border: thin solid @dark-gray-color-20;*/
  color: #28497c;
  vertical-align: text-bottom;
  background-color: #28497c;
  position: relative;
}
#notification_container:hover::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -400px;
  right: 0;
  height: 10px;
}
#notification_container:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 25px;
}
#notification_container .list,
li#notification_container:hover .list {
  display: none;
}
#notification_container.hoverable:hover .list {
  display: block;
}
#notification_container #notification_list {
  z-index: 1001;
  margin-top: 10px;
}
#notification_container #notification_list ul {
  width: 100%;
  padding: 0;
}
#notification_container #notification_list .more {
  font-size: 0.8em;
  text-align: center;
}
#notification_container .list {
  position: relative;
  margin-top: 10px;
  background-color: #fff;
  border-left: thin solid #a8abb0;
  border-top: thin solid #a8abb0;
  border-collapse: collapse;
  color: #000000;
  display: none;
  font-size: 1em;
  position: absolute;
  width: 400px;
  max-width: 400px;
  -webkit-box-shadow: 1px 1px 1px #8b8f95;
  -moz-box-shadow: 1px 1px 1px #8b8f95;
  box-shadow: 1px 1px 1px #8b8f95;
  z-index: 2;
}
#notification_container .list:before {
  border: 10px solid rgba(139, 143, 149, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #8b8f95;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
}
#notification_container .list:after {
  border: 9px solid rgba(255, 255, 255, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
}
#notification_container .list::before,
#notification_container .list::after {
  left: 380px;
}
#notification_container .list.below {
  left: -356px;
}
#notification_container .list.left {
  right: 0px;
}
#notification_container .list.left:before {
  left: auto;
  right: 4px;
}
#notification_container .list.right {
  left: 0px;
}
#notification_container .list.right:before {
  left: 4px;
}
#notification_container .list .item {
  border-top: thin solid #a8abb0;
  line-height: 20px;
  display: block;
  height: auto;
  padding: 5px;
  white-space: normal;
}
#notification_container .list .item:hover {
  background-color: rgba(109, 115, 123, 0.2);
}
#notification_container .list .item:first-child:hover {
  position: relative;
  margin-top: 10px;
  margin-top: 0;
}
#notification_container .list .item:first-child:hover:before {
  border: 10px solid rgba(109, 115, 123, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(109, 115, 123, 0.2);
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
}
#notification_container .list .item:first-child:hover::before {
  left: 380px;
  z-index: 2;
}
#notification_container .list .item:first-child {
  border-top: 0;
}
#notification_container .list .item .content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#notification_container .list .item .content .avatar {
  margin-right: 10px;
  margin-left: 0px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  min-width: 40px;
}
#notification_container .list a {
  color: #28497c;
  display: block;
  padding: 0px;
}
#notification_container .list a:hover {
  color: #d60000;
}
#notification_container .list .options {
  cursor: pointer;
  float: right;
  padding-top: 4px;
}
#notification_container .list .options > img {
  vertical-align: top;
}
#notification_container .list .options.hidden {
  visibility: hidden;
}
#notification_container .list .item:hover .options.hidden {
  visibility: visible;
}
#notification_container a.mark-all-as-read {
  position: relative;
  margin-top: 10px;
  background-image: url("../images/icons/blue/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-color: #e2e3e5;
  background-repeat: no-repeat;
  background-position: right 8px center;
  border-bottom: thin solid #a8abb0;
  margin: 0;
  padding: 5px 5px 5px 14px;
  z-index: 3;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  max-height: 31px;
}
#notification_container a.mark-all-as-read:before {
  border: 10px solid rgba(139, 143, 149, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #8b8f95;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
}
#notification_container a.mark-all-as-read:after {
  border: 9px solid rgba(226, 227, 229, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #e2e3e5;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
}
#notification_container a.mark-all-as-read::before,
#notification_container a.mark-all-as-read::after {
  left: 380px;
  z-index: 2;
}
#notification_container a.mark-all-as-read.hidden {
  border-bottom-width: 0;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  pointer-events: none;
}
/* --- main navigation ----------------------------------------------------- */
body:not(.fixed) #barTopMenu {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  margin: 0 0 4px 5px;
  padding: 0;
  z-index: 1000;
}
body:not(.fixed) #barTopMenu > li {
  display: inline-block;
  list-style-type: none;
  width: 64px;
  height: 55px;
  padding: 0;
  z-index: 2;
}
body:not(.fixed) #barTopMenu a {
  color: #28497c;
  display: block;
  padding: 0 0px;
  text-align: center;
  line-height: 1em;
}
body:not(.fixed) #barTopMenu a span {
  background: no-repeat 0 0;
  display: inline-block;
  width: 32px;
  height: 32px;
}
body:not(.fixed) #barTopMenu a span.new {
  background-position: -64px 0;
}
body:not(.fixed) #barTopMenu a img {
  margin: 5px 0px;
  width: 28px;
  height: 28px;
}
body:not(.fixed) #barTopMenu a[data-badge]:not([data-badge="0"]) {
  position: relative;
}
body:not(.fixed) #barTopMenu a[data-badge]:not([data-badge="0"])::before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-clip: content-box;
  background-color: #d60000;
  border: 3px solid #f5f6f6;
  border-radius: 50%;
  color: white;
  content: attr(data-badge);
  display: inline-block;
  font-size: 10px;
  z-index: 2;
}
body:not(.fixed) #barTopMenu > li > a .navtitle,
body:not(.fixed) #barTopMenu > li > label .navtitle {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}
body:not(.fixed) #barTopMenu img {
  -webkit-filter: hue-rotate(350deg) saturate(8.7%) brightness(177.3%) !important;
  filter: hue-rotate(350deg) saturate(8.7%) brightness(177.3%) !important;
}
body:not(.fixed) #barTopMenu .navtitle {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
body:not(.fixed) #barTopMenu:hover > li.active .navtitle {
  opacity: 0;
}
body:not(.fixed) #barTopMenu:hover > li:hover .navtitle {
  opacity: 1;
  -webkit-transition: opacity 0;
  -moz-transition: opacity 0;
  -o-transition: opacity 0;
  transition: opacity 0;
}
body:not(.fixed) #barTopMenu li:hover .navtitle,
body:not(.fixed) #barTopMenu li.active .navtitle {
  opacity: 1;
}
body:not(.fixed) #barTopMenu li:hover > a img,
body:not(.fixed) #barTopMenu li.active > a img {
  -webkit-filter: hue-rotate(0deg) saturate(100%) brightness(100%) !important;
  filter: hue-rotate(0deg) saturate(100%) brightness(100%) !important;
  filter: url('filter.svg#brightness');
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
body:not(.fixed) #barTopMenu li:hover span,
body:not(.fixed) #barTopMenu li.active span {
  background-position: -32px 0;
}
body:not(.fixed) #barTopMenu li:hover span.new,
body:not(.fixed) #barTopMenu li.active span.new {
  background-position: -96px 0;
}
body:not(.fixed) #barTopMenu > .overflow {
  position: relative;
}
body:not(.fixed) #barTopMenu > .overflow > input[type="checkbox"] {
  display: none;
}
body:not(.fixed) #barTopMenu > .overflow > label img {
  transition: transform 300ms;
  transform: rotate(90deg);
}
body:not(.fixed) #barTopMenu > .overflow > label > a[data-badge]::before {
  transition: opacity 300ms;
}
body:not(.fixed) #barTopMenu > .overflow:hover label ~ ul,
body:not(.fixed) #barTopMenu > .overflow input[type="checkbox"]:checked ~ ul {
  display: block;
}
body:not(.fixed) #barTopMenu > .overflow:hover label img,
body:not(.fixed) #barTopMenu > .overflow input[type="checkbox"]:checked img,
body:not(.fixed) #barTopMenu > .overflow:hover label ~ label img,
body:not(.fixed) #barTopMenu > .overflow input[type="checkbox"]:checked ~ label img {
  transform: rotate(180deg);
}
body:not(.fixed) #barTopMenu > .overflow:hover label > a[data-badge]::before,
body:not(.fixed) #barTopMenu > .overflow input[type="checkbox"]:checked > a[data-badge]::before {
  opacity: 0;
}
body:not(.fixed) #barTopMenu > .overflow > ul {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  background-color: #f5f6f6;
  border: 1px solid #b1b4b9;
  border-top: 0;
  min-width: 150px;
  max-width: 250px;
  overflow: hidden;
}
body:not(.fixed) #barTopMenu > .overflow > ul li {
  display: block;
}
body:not(.fixed) #barTopMenu > .overflow > ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0.5em 1em;
}
body:not(.fixed) #barTopMenu > .overflow > ul li a[data-badge]:not([data-badge="0"])::before {
  left: 21px;
}
body:not(.fixed) #barTopMenu > .overflow > ul li img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 24px;
  -ms-flex: 1 0 24px;
  -moz-box-flex: 1;
  flex: 1 0 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0.7em 0 0;
}
body:not(.fixed) #barTopMenu > .overflow > ul li .navtitle {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -moz-box-flex: 1;
  flex: 1 0 100%;
  text-align: left;
  white-space: nowrap;
}
body:not(.fixed) #barTopMenu > .overflow > ul li br {
  display: none;
}
body:not(.fixed) #barTopMenu:not(.overflown) > .overflow {
  display: none;
}
#barTopMenu-toggle {
  display: none;
}
label[for="barTopMenu-toggle"] {
  background-image: url("../images/icons/white/hamburger.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 0px center;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  padding-left: 26px;
  white-space: nowrap;
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: all 300ms;
  width: 25vw;
}
html.no-touch #barTopMenu-toggle,
html.no-touch label[for="barTopMenu-toggle"] {
  pointer-events: none;
}
body.fixed #flex-header {
  height: 80px;
}
body.fixed label[for="barTopMenu-toggle"] {
  opacity: 1;
  max-height: 40px;
  height: auto;
}
body.fixed #barTopMenu {
  background-color: #28497c;
  list-style: none;
  margin: 0px 0px 0px -15px;
  padding: 0px 0px 0px 0px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: none;
}
body.fixed #barTopMenu img {
  filter: url('filter.svg#brightness');
  -webkit-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
  width: 16px;
  height: 16px;
  margin-right: 0.8em;
}
body.fixed #barTopMenu li {
  padding: 0.25em 15px;
}
body.fixed #barTopMenu li > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  color: #fff;
}
body.fixed #barTopMenu li:hover {
  background-color: #536d96;
}
body.fixed #barTopMenu li.overflow {
  padding: 0;
}
body.fixed #barTopMenu li.overflow:hover {
  background-color: inherit;
}
body.fixed #barTopMenu li.overflow input[type="checkbox"],
body.fixed #barTopMenu li.overflow label {
  display: none;
}
body.fixed #barTopMenu li.overflow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.fixed #barTopMenu li.overflow:last-child {
  padding-bottom: 10px;
}
body.fixed #barBottomLeft:hover #barTopMenu,
body.fixed #barTopMenu-toggle:checked ~ #barTopMenu {
  display: block;
}
#layout-sidebar {
  background: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  position: relative;
  left: 0px;
  margin-right: 5px;
  margin-left: 15px;
  text-align: left;
  min-width: 270px;
}
.sidebar {
  border-left: 0;
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 1em;
  position: relative;
}
.sidebar-image {
  position: relative;
}
.sidebar-image > img {
  display: block;
  width: 100%;
}
.sidebar-image-with-context {
  margin-bottom: 9px;
}
.sidebar-context {
  background-color: #ffffff;
  border: 1px solid #d4dbe5;
  padding: 0px;
  max-height: 75px;
  position: absolute;
  bottom: -7px;
  right: 13px;
}
.sidebar-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.2em;
  padding: 5px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-image-with-context .sidebar-title {
  right: 120px;
}
ul.widget-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.widget-list > li {
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 16px 16px;
  padding-left: 20px;
  word-wrap: break-word;
}
div#sidebar-navigation div.sidebar-widget-header {
  display: none;
}
div#sidebar-navigation div.sidebar-widget-content {
  border-top: 0px;
}
.widget-links {
  margin: 5px;
}
.widget-links > li img {
  vertical-align: text-top;
}
.widget-links a {
  display: block;
}
.widget-links .widget-content a:only-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px;
}
.widget-links span[disabled] {
  text-decoration: line-through;
}
.widget-links.sidebar-navigation > li.active {
  background-color: #28497c;
  margin-left: -4px;
  position: relative;
  margin-right: -5px;
}
.widget-links.sidebar-navigation > li.active:before {
  border: 14px solid rgba(40, 73, 124, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #28497c;
  left: 100%;
  top: 50%;
  margin-top: -14px;
}
.widget-links.sidebar-navigation > li.active:after {
  border: 13px solid rgba(40, 73, 124, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #28497c;
  left: 100%;
  top: 50%;
  margin-top: -13px;
}
.widget-links.sidebar-navigation > li.active a {
  color: #fff;
  padding-left: 4px;
}
.widget-links.sidebar-views > li.active {
  background: #ffe5ad;
  margin-left: -5px;
  -webkit-box-shadow: inset 0 0 0 1px #ffbd33;
  -moz-box-shadow: inset 0 0 0 1px #ffbd33;
  box-shadow: inset 0 0 0 1px #ffbd33;
  position: relative;
  margin-right: -5px;
}
.widget-links.sidebar-views > li.active:before {
  border: 14px solid rgba(255, 189, 51, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ffbd33;
  left: 100%;
  top: 50%;
  margin-top: -14px;
}
.widget-links.sidebar-views > li.active:after {
  border: 13px solid rgba(255, 229, 173, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ffe5ad;
  left: 100%;
  top: 50%;
  margin-top: -13px;
}
.widget-links.sidebar-views > li.active a {
  color: #28497c;
  padding-left: 4px;
}
.widget-links.sidebar-navigation > li,
.widget-links.sidebar-views > li {
  padding-left: 5px;
}
.widget-links.sidebar-navigation > li.active,
.widget-links.sidebar-views > li.active {
  line-height: 2em;
  display: block;
}
.widget-links.sidebar-navigation > li.active:before,
.widget-links.sidebar-views > li.active:before,
.widget-links.sidebar-navigation > li.active:after,
.widget-links.sidebar-views > li.active:after {
  margin-left: -1px;
}
.widget-links.sidebar-navigation > li.active:before,
.widget-links.sidebar-views > li.active:before {
  border-left-width: 9px;
}
.widget-links.sidebar-navigation > li.active:after,
.widget-links.sidebar-views > li.active:after {
  border-left-width: 8px;
}
.widget-links .link-form {
  display: inline-block;
}
.widget-links .link-form button {
  background: transparent;
  border: 0;
  color: #28497c;
  margin: 0;
  padding: 0;
}
.widget-links .link-form button:hover {
  color: #d60000;
  cursor: pointer;
}
.sidebar-widget-cloud {
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  overflow: hidden;
}
.sidebar-widget-cloud > li {
  display: inline-block;
}
.sidebar-widget-cloud a.weigh-1 {
  font-size: 0.7em;
}
.sidebar-widget-cloud a.weigh-2 {
  font-size: 0.8em;
}
.sidebar-widget-cloud a.weigh-3 {
  font-size: 0.9em;
}
.sidebar-widget-cloud a.weigh-4 {
  font-size: 1.0em;
}
.sidebar-widget-cloud a.weigh-5 {
  font-size: 1.1em;
}
.sidebar-widget-cloud a.weigh-6 {
  font-size: 1.3em;
}
.sidebar-widget-cloud a.weigh-7 {
  font-size: 1.5em;
}
.sidebar-widget-cloud a.weigh-8 {
  font-size: 1.7em;
}
.sidebar-widget-cloud a.weigh-9 {
  font-size: 1.9em;
}
.sidebar-widget-cloud a.weigh-10 {
  font-size: 2.1em;
}
.sidebar-widget {
  background: #fff;
  *zoom: 1;
}
.sidebar-widget:before,
.sidebar-widget:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar-widget:after {
  clear: both;
}
.sidebar-widget-content {
  border-top: 1px solid #d0d7e3;
  padding: 4px;
  transition: all 0.5s;
}
.sidebar {
  padding-bottom: 7px;
  width: 270px;
  z-index: 2;
}
.sidebar .sidebar-image > img {
  width: 270px;
}
.sidebar .course-avatar-medium,
.sidebar .stream-avatar-medium,
.sidebar .avatar-medium {
  max-width: 75px;
  height: 75px;
}
.sidebar .sidebar-widget,
.sidebar .sidebar-widget-placeholder {
  background: #fff;
  border: 1px solid #d0d7e3;
  margin: 15px 0px 0;
}
.sidebar .sidebar-widget-header {
  *zoom: 1;
  background: #e7ebf1;
  color: #28497c;
  font-weight: bold;
  padding: 4px;
}
.sidebar .sidebar-widget-header:before,
.sidebar .sidebar-widget-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar .sidebar-widget-header:after {
  clear: both;
}
.sidebar .sidebar-widget-options {
  float: right;
  opacity: 0;
  transition: all 0.5s;
}
.sidebar .sidebar-widget:hover .sidebar-widget-options {
  opacity: 1;
}
.sidebar-widget-header {
  *zoom: 1;
}
.sidebar-widget-header:before,
.sidebar-widget-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar-widget-header:after {
  clear: both;
}
.sidebar-widget-header .sidebar-widget-extra {
  float: right;
}
.sidebar-widget .widget-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widget .widget-options > li {
  line-height: 1.5em;
  margin-left: 0;
  padding-left: 0;
}
.sidebar-widget .widget-options .options-checkbox {
  background-repeat: no-repeat;
  background-position: left 2px;
  display: block;
  padding-left: 20px;
}
.sidebar-widget .widget-options .options-checkbox.options-checked {
  background-image: url("../images/icons/blue/checkbox-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.sidebar-widget .widget-options .options-checkbox.options-unchecked {
  background-image: url("../images/icons/blue/checkbox-unchecked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.sidebar-widget .widget-options .options-radio {
  background-repeat: no-repeat;
  background-position: left 2px;
  display: block;
  padding-left: 20px;
}
.sidebar-widget .widget-options .options-radio.options-checked {
  background-image: url("../images/icons/blue/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.sidebar-widget .widget-options .options-radio.options-unchecked {
  background-image: url("../images/icons/blue/radiobutton-unchecked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
select.sidebar-selectlist {
  overflow-y: auto;
  width: 100%;
}
.selector-widget select {
  cursor: pointer;
  padding: 0;
}
.selector-widget select option {
  padding: 0 0.5em;
}
.sidebar-search .needles input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7e92b0;
  border-right-width: 30px;
  float: left;
  height: 22px;
  width: 100%;
}
.sidebar-search input[type=submit] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 29px;
  height: 20px;
  background-image: url("../images/icons/white/search.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  float: left;
  background-position: center 3px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-left: -30px;
}
.sidebar-search ul.needles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-search ul.needles li {
  *zoom: 1;
  margin-bottom: 0.5em;
}
.sidebar-search ul.needles li:before,
.sidebar-search ul.needles li:after {
  display: table;
  content: "";
  line-height: 0;
}
.sidebar-search ul.needles li:after {
  clear: both;
}
.sidebar-search ul.needles li:last-child {
  margin-bottom: 0;
}
.sidebar-search ul.filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-search ul.filters li {
  display: inline-block;
}
.sidebar a.link-intern::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/link-intern.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.sidebar a.link-extern::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/link-extern.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.sidebar select {
  max-width: 100%;
}
.helpbar-container {
  background: #fff;
  clear: both;
  height: 28px;
  position: relative;
  top: -1px;
  min-width: 32px;
  /*width: 100%;*/
  float: right;
}
.helpbar-container #helpbar-sticky {
  display: none;
}
.helpbar-container h2,
.helpbar-container h3 {
  border-bottom: 0;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.helpbar-container h2 {
  font-size: 1.2em;
}
.helpbar-container h3 {
  border-bottom: 1px dotted #536d96;
  font-size: 1.1em;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.helpbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  right: -2px;
  top: 0px;
  width: 250px;
  z-index: 1000;
}
.helpbar:before {
  border-bottom: 2px solid #536d96;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: '';
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.helpbar .helpbar-title {
  background-image: url("../images/icons/blue/question-circle.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: right top;
  background-repeat: no-repeat;
  margin: 2px 4px -4px;
  overflow: hidden;
  padding: 0px 0 12px 0px;
}
.helpbar .helpbar-title label {
  cursor: pointer;
  display: block;
}
.helpbar .helpbar-widgets {
  color: #fff;
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.helpbar .helpbar-widgets a {
  vertical-align: text-bottom;
}
.helpbar .helpbar-widgets a:link,
.helpbar .helpbar-widgets a:visited {
  color: #fff;
}
.helpbar .helpbar-widgets a:hover,
.helpbar .helpbar-widgets a:active {
  color: #c5c7ca;
  text-decoration: underline;
}
.helpbar .helpbar-widgets > li {
  border-top: 1px solid #899bba;
  padding: 2px 0 4px;
}
.helpbar .help-tours {
  list-style: none;
  margin: 0;
  padding: 0;
}
.helpbar .help-tours a {
  background-image: url("../images/icons/white/play.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: left 2px;
  background-repeat: no-repeat;
  display: block;
  padding-left: 20px;
}
.helpbar .help-tours a.tour-paused {
  background-image: url("../images/icons/white/pause.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.helpbar .help-tours a.tour-completed {
  background-image: url("../images/icons/white/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.helpbar {
  width: 32px;
  text-indent: -250px;
  -webkit-transition: all 300;
  -moz-transition: all 300;
  -o-transition: all 300;
  transition: all 300;
}
.helpbar .helpbar-widgets {
  max-height: 0;
  -webkit-transition: all 300;
  -moz-transition: all 300;
  -o-transition: all 300;
  transition: all 300;
  overflow: hidden;
}
#helpbar-sticky:checked + .helpbar {
  text-indent: 0;
  background-color: #28497c;
  width: 250px;
}
#helpbar-sticky:checked + .helpbar .helpbar-title {
  background-image: url("../images/icons/white/decline-circle.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
}
#helpbar-sticky:checked + .helpbar .helpbar-widgets {
  max-height: 1000px;
}
section.contentbox {
  border-color: #d0d7e3;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
section.contentbox header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2px;
  background-color: #e7ebf1;
}
section.contentbox header h1 {
  padding: 5px;
  margin: 0;
  color: #28497c;
  border-bottom: none;
  font-size: medium;
}
section.contentbox header h1 > a img,
section.contentbox header h1 > a svg {
  margin-right: 5px;
}
section.contentbox header > nav {
  align-items: center;
  display: flex;
  flex: 0 1 auto;
  justify-content: end;
  padding: 2px;
  text-align: right;
}
section.contentbox header > nav > *:not(:first-child) {
  padding-left: 0.25em;
}
section.contentbox footer:empty {
  display: none !important;
}
section.contentbox footer {
  text-align: center;
  border-color: #d0d7e3;
  border-top-style: solid;
  border-width: 1px;
  background-color: white;
}
section.contentbox section {
  padding: 10px;
}
section.contentbox table.default {
  margin-bottom: 0;
}
section.contentbox table.default tbody tr:last-child td {
  border-bottom: none;
}
section.contentbox > article {
  border-color: #d0d7e3;
  border-style: solid;
  border-width: 1px;
  margin: 10px;
}
section.contentbox > article > p,
section.contentbox > article > section,
section.contentbox > article > footer,
section.contentbox > article > div {
  max-height: 0px;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.contentbox > article > p,
section.contentbox > article > footer,
section.contentbox > article > div {
  padding: 0 10px 0 10px;
}
section.contentbox > article div,
section.contentbox > article p {
  margin: 0;
}
section.contentbox > article section {
  border-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
section.contentbox > article section article {
  border: none;
}
section.contentbox > article section header {
  background: transparent;
}
section.contentbox > article section header h1 {
  text-align: center;
  font-size: small;
  width: 100%;
  font-weight: bold;
  color: black;
}
section.contentbox > article section > article {
  padding: 5px;
}
section.contentbox > article section article time {
  float: right;
  font-size: smaller;
  margin: 2px;
}
section.contentbox > article header h1 a {
  display: flex;
  align-items: center;
}
section.contentbox > article header h1 a::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
section.contentbox > article header h1 a:before {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  margin-right: 2px;
}
section.contentbox > article header nav a,
section.contentbox > article header nav span {
  display: inline-block;
  vertical-align: middle;
}
section.contentbox > article header nav span {
  display: inline-block;
  border-right: 1px solid #899bba;
  padding: 0px 5px;
}
section.contentbox > article header nav span:last-child {
  border-right: none;
  padding-right: 0px;
}
section.contentbox > article header nav a {
  padding-left: 5px;
  align-items: center;
  display: flex;
}
section.contentbox > article footer {
  text-align: center;
  border-color: #d0d7e3;
  border-top-style: none;
  border-width: 1px;
  background-color: white;
}
section.contentbox > article footer h1 {
  font-size: 1em;
  font-weight: bold;
  border: none;
  padding: 0;
}
section.contentbox > article footer article.comment {
  border: 0;
  border-top: 1px solid #c5c7ca;
  max-width: 1260px;
  margin: auto;
  margin-bottom: 4px;
  text-align: left;
}
section.contentbox > article footer article.comment h1 {
  margin-bottom: 0px;
}
section.contentbox > article footer article.comment time {
  float: right;
  font-size: 0.8em;
  color: #c5c7ca;
}
section.contentbox > article:not(.open) header ~ * {
  max-height: 0px;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.contentbox > article.open > p,
section.contentbox > article.open > section,
section.contentbox > article.open > footer,
section.contentbox > article.open > div {
  max-height: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.contentbox > article.open footer {
  border-top-style: solid;
}
section.contentbox > article.open header h1 a::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.contentbox > article.new header h1 a::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/red/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
section.contentbox > article.indented {
  margin-left: calc(10px + 1em);
}
section.contentbox > article.indented > header {
  background-color: #f3f5f8;
}
#header .badge {
  position: relative;
}
#header .badge:after {
  content: attr(data-badge-number);
  position: absolute;
  top: 0px;
  right: 15px;
  display: inline-block;
  max-width: 30px;
  width: auto;
  overflow: hidden;
  margin: 0px;
  padding: 1px 5px;
  /* border: 2px solid white; */
  background-color: #D60000;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  text-shadow: rgba(0, 0, 0, 0.496094) 0px -1px 0px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: black 0px 1px 3px;
  -moz-box-shadow: black 0px 1px 3px;
  box-shadow: black 0px 1px 3px;
}
.action-menu {
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: middle;
}
.action-menu .action-menu-icon {
  z-index: 3;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.action-menu .action-menu-content {
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 4px 28px 4px 8px;
  z-index: 2;
  background: white;
  box-shadow: 1px 1px 1px #8b8f95;
  text-align: left;
  white-space: nowrap;
}
.action-menu .action-menu-title {
  font-weight: bold;
  margin: 0.2em 0 0.3em;
}
.action-menu .action-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.action-menu .action-menu-item {
  padding: 3px 0;
}
.action-menu .action-menu-item a {
  padding-left: 0;
}
.action-menu .action-menu-item a[disabled] {
  color: #646a72;
}
.action-menu .action-menu-item img,
.action-menu .action-menu-item svg,
.action-menu .action-menu-item .action-menu-no-icon,
.action-menu .action-menu-item input[type="image"] {
  margin: 0 0.25em;
}
.action-menu .action-menu-item > label {
  color: #28497c;
  cursor: pointer;
}
.action-menu .action-menu-item > label:hover {
  color: #d60000;
}
.action-menu .action-menu-item img,
.action-menu .action-menu-item svg,
.action-menu .action-menu-no-icon,
.action-menu .action-menu-item input[type="image"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.action-menu:not(.active) .action-menu-content {
  display: none;
}
.action-menu:not(.active) .action-menu-icon {
  z-index: 1;
}
.no-js .action-menu:hover .action-menu-content {
  display: initial;
}
.no-js .action-menu:hover .action-menu-icon {
  z-index: 3;
}
html.csstransforms .action-menu .action-menu-icon div {
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-2.5px, 0);
  -moz-transform: translate(-2.5px, 0);
  -ms-transform: translate(-2.5px, 0);
  -o-transform: translate(-2.5px, 0);
  transform: translate(-2.5px, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
  background: #28497c;
  border-radius: 50%;
  opacity: 1;
  left: 50%;
}
html.csstransforms .action-menu .action-menu-icon div:nth-child(1) {
  top: 0px;
}
html.csstransforms .action-menu .action-menu-icon div:nth-child(2) {
  top: 10px;
  -webkit-transform: translate(-2.5px, -2.5px);
  -moz-transform: translate(-2.5px, -2.5px);
  -ms-transform: translate(-2.5px, -2.5px);
  -o-transform: translate(-2.5px, -2.5px);
  transform: translate(-2.5px, -2.5px);
}
html.csstransforms .action-menu .action-menu-icon div:nth-child(3) {
  bottom: 0;
}
html.csstransforms .action-menu.active .action-menu-icon div,
html.no-js .action-menu:hover .action-menu-icon div {
  border-radius: 0;
}
html.csstransforms .action-menu.active .action-menu-icon div:nth-child(1),
html.no-js .action-menu:hover .action-menu-icon div:nth-child(1) {
  left: 0;
  -webkit-transform: rotate(45deg) translate(5.5px, 5.5px);
  -moz-transform: rotate(45deg) translate(5.5px, 5.5px);
  -ms-transform: rotate(45deg) translate(5.5px, 5.5px);
  -o-transform: rotate(45deg) translate(5.5px, 5.5px);
  transform: rotate(45deg) translate(5.5px, 5.5px);
  width: 100%;
}
html.csstransforms .action-menu.active .action-menu-icon div:nth-child(2),
html.no-js .action-menu:hover .action-menu-icon div:nth-child(2) {
  opacity: 0;
}
html.csstransforms .action-menu.active .action-menu-icon div:nth-child(3),
html.no-js .action-menu:hover .action-menu-icon div:nth-child(3) {
  left: 0;
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -moz-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  -o-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
  width: 100%;
}
html:not(.csstransforms) .action-menu .action-menu-icon {
  background-image: url("../images/icons/blue/mobile-sidebar.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}
html:not(.csstransforms) .action-menu .action-menu-icon div {
  display: none;
}
html:not(.csstransforms) .action-menu.active .action-menu-icon,
html.no-js:not(.csstransforms) .action-menu:hover .action-menu-icon {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}
.force-visible-overflow {
  overflow: visible !important;
}
.studip-selection {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.studip-selection > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  -moz-box-flex: 1;
  flex: 1 0 100%;
}
.studip-selection > legend {
  margin-bottom: 0 !important;
}
.studip-selection ul,
.studip-selection li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.studip-selection li {
  display: inline-block;
  vertical-align: top;
}
.studip-selection li:not(.empty-placeholder) {
  color: #28497c;
  cursor: pointer;
  margin: 1px 0;
  padding-right: 0.5em;
}
.studip-selection li.empty-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.studip-selection li.empty-placeholder:not(:only-child) {
  display: none;
}
.studip-selection .studip-selection-selectable li.empty-placeholder {
  color: #000;
  padding-left: 20px;
  position: relative;
}
.studip-selection .studip-selection-selectable li.empty-placeholder::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/black/info-circle.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.studip-selection .studip-selection-selectable li.empty-placeholder::before {
  position: absolute;
  left: 0;
  top: 3px;
}
.studip-selection .studip-selection-image img {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.studip-selection .studip-selection-selected .studip-selection-label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.studip-selection .studip-selection-selectable .studip-selection-label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/radiobutton-unchecked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.studip-selection .studip-selection-image + .studip-selection-label::before {
  display: none;
}
.studip-selection .studip-selection-selected li:hover .studip-selection-image,
.studip-selection .studip-selection-selected li:hover .studip-selection-label::before {
  background-image: url("../images/icons/blue/remove-circle-full.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.studip-selection .studip-selection-selectable li:hover .studip-selection-image,
.studip-selection .studip-selection-selectable li:hover .studip-selection-label::before {
  background-image: url("../images/icons/blue/add-circle-full.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.studip-selection .studip-selection-selected,
.studip-selection .studip-selection-selectable {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  -moz-box-flex: 1;
  flex: 1 1 300px;
  margin-top: 0;
}
.studip-selection .studip-selection-selected li:hover .studip-selection-image,
.studip-selection .studip-selection-selectable li:hover .studip-selection-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.studip-selection .studip-selection-selected li:hover .studip-selection-image img,
.studip-selection .studip-selection-selectable li:hover .studip-selection-image img {
  opacity: 0;
}
.studip-selection .studip-selection-selected li:hover .studip-selection-label,
.studip-selection .studip-selection-selectable li:hover .studip-selection-label {
  color: #d60000;
}
article.studip {
  border-color: #d0d7e3;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  padding: 10px;
}
article.studip:last-child {
  margin-bottom: 0;
}
article.studip header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px;
  background-color: #e7ebf1;
  margin: -10px;
  margin-bottom: 10px;
}
article.studip header > * {
  /* Try to get header aligned by forcing children into centering */
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
article.studip header > *:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
article.studip header h1 {
  padding: 5px;
  margin: 0;
  color: #28497c;
  border-bottom: none;
  font-size: medium;
}
article.studip header h1 > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
article.studip header h1 > a img,
article.studip header h1 > a svg {
  margin-right: 5px;
}
article.studip header nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding: 2px;
  overflow: hidden;
}
article.studip header nav > * {
  border-right: 1px solid #899bba;
  padding-right: 4px;
  margin-right: 4px;
  max-height: 2em;
}
article.studip header nav > *:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
article.studip header nav > *.nowrap {
  white-space: nowrap;
}
article.studip.toggle > header {
  margin-bottom: -10px;
}
article.studip.toggle > header::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
article.studip.toggle > header:before {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  margin-left: 5px;
}
article.studip.toggle > header > *:first-child {
  cursor: pointer;
}
article.studip.toggle > *:not(header) {
  display: none;
}
article.studip.toggle.open > header {
  margin-bottom: 10px;
}
article.studip.toggle.open > header:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
article.studip.toggle.open > *:not(header) {
  display: inherit;
}
article.studip > footer {
  text-align: center;
  border-color: #d0d7e3;
  border-top-style: solid;
  border-width: 1px;
  margin: -10px;
  margin-top: 10px;
}
article.studip > footer:empty {
  display: none !important;
  border: 0 !important;
}
article.new.toggle > header::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/red/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
section.comments {
  text-align: left;
  border-color: #d0d7e3;
  border-top-style: none;
  border-width: 1px;
  background-color: white;
  padding: 5px;
}
section.comments h1 {
  font-size: 1em;
  font-weight: bold;
  border: none;
  padding: 0;
}
section.comments article.comment {
  border: 0;
  border-top: 1px solid #c5c7ca;
  max-width: 1260px;
  margin: auto;
  margin-bottom: 4px;
}
section.comments article.comment h1 {
  margin-bottom: 0px;
}
section.comments article.comment time {
  float: right;
  font-size: 0.8em;
  color: #c5c7ca;
}
/* --- AJAX indicator ------------------------------------------------------- */
#ajax_notification {
  background-color: #7387ac;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 1.3em;
  font-weight: bold;
  height: 20px;
  margin: 0;
  padding: 5px 0 0;
  position: fixed;
  text-align: center;
  width: 100%;
}
#ajax_notification img {
  vertical-align: middle;
}
.ajax_notification {
  position: relative;
}
.ajax_notification .notification {
  background: rgba(255, 255, 255, 0.5) url("../images/ajax_indicator_small.gif") center center no-repeat;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  height: 16px;
  margin: 0 3px;
  opacity: 1;
  position: absolute;
  width: 16px;
}
.ajaxing {
  background: url("../images/ajax_indicator_small.gif") center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.ajaxing img,
.ajaxing image,
.ajaxing svg {
  display: none;
}
/* --- Autocompleter -------------------------------------------------------- */
div.autocomplete {
  position: absolute;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #ffb;
}
.ac_results {
  background-color: white;
  border: 1px solid #888;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99999;
}
.ac_results ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.ac_results li {
  list-style-type: none;
  cursor: pointer;
  display: block;
  font-size: 0.75em;
  margin: 0;
  min-height: 2em;
  padding: 2px;
  text-align: left;
}
/* --- Avatars of users, courses and institutes ----------------------------- */
.avatar-small {
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
.avatar-medium {
  max-width: 100px;
  height: 100px;
}
.avatar-normal {
  max-width: 250px;
  height: 250px;
}
.course-avatar-small {
  vertical-align: middle;
  max-width: 25px;
  height: 25px;
}
.course-avatar-medium {
  max-width: 100px;
  height: 100px;
}
.course-avatar-normal {
  max-height: 250px;
  width: 250px;
}
.profile-avatar {
  vertical-align: middle;
  margin: 5px 0px;
}
#custom_avatar label {
  display: block;
  font-weight: bold;
}
a.button,
button.button {
  background: white;
  border: 1px solid #28497c;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #28497c;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 0.8em 0.6em 0.8em 0;
  min-width: 100px;
  overflow: visible;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
a.button:hover,
button.button:hover,
a.button:active,
button.button:active {
  background: #28497c;
  color: white;
  outline: 0;
}
a.button:focus,
button.button:focus {
  outline: dotted 1px #000;
}
a.button::-moz-focus-inner,
button.button::-moz-focus-inner {
  border: 0;
}
a.button.disabled,
button.button.disabled,
a.button[disabled],
button.button[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e2e3e5;
  cursor: default;
  opacity: 0.65;
}
a.button.disabled:hover,
button.button.disabled:hover,
a.button[disabled]:hover,
button.button[disabled]:hover {
  color: #28497c;
}
.button-with-empty-icon,
.button.accept,
.button.cancel,
.button.download,
.button.edit,
.button.move-up,
.button.move-down,
.button.add,
.button.download,
form div.files-search .input-group-append a.button.reset,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.download {
  white-space: nowrap;
}
.button-with-empty-icon::before,
.button.accept::before,
.button.cancel::before,
.button.download::before,
.button.edit::before,
.button.move-up::before,
.button.move-down::before,
.button.add::before,
.button.download::before,
form div.files-search .input-group-append a.button.reset::before,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept::before,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel::before,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.download::before {
  background: no-repeat;
  content: " ";
  float: left;
  height: 16px;
  margin: 1px 5px 0 -8px;
  width: 16px;
}
.button.accept::before {
  background-image: url("../images/icons/blue/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.accept:hover::before {
  background-image: url("../images/icons/white/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.accept.disabled:hover::before,
.button.accept[disabled]:hover::before {
  background-image: url("../images/icons/blue/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.cancel::before {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.cancel:hover::before {
  background-image: url("../images/icons/white/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.cancel.disabled:hover::before,
.button.cancel[disabled]:hover::before {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.download::before {
  background-image: url("../images/icons/blue/download2.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.download:hover::before {
  background-image: url("../images/icons/white/download2.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.download.disabled:hover::before,
.button.download[disabled]:hover::before {
  background-image: url("../images/icons/blue/download2.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.edit::before {
  background-image: url("../images/icons/blue/edit.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.edit:hover::before {
  background-image: url("../images/icons/white/edit.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.edit.disabled:hover::before,
.button.edit[disabled]:hover::before {
  background-image: url("../images/icons/blue/edit.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-up::before {
  background-image: url("../images/icons/blue/arr_1up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-up:hover::before {
  background-image: url("../images/icons/white/arr_1up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-up.disabled:hover::before,
.button.move-up[disabled]:hover::before {
  background-image: url("../images/icons/blue/arr_1up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-down::before {
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-down:hover::before {
  background-image: url("../images/icons/white/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.move-down.disabled:hover::before,
.button.move-down[disabled]:hover::before {
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.add::before {
  background-image: url("../images/icons/blue/add.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.add:hover::before {
  background-image: url("../images/icons/white/add.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.add.disabled:hover::before,
.button.add[disabled]:hover::before {
  background-image: url("../images/icons/blue/add.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.download::before {
  background-image: url("../images/icons/blue/download.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.download:hover::before {
  background-image: url("../images/icons/white/download.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.button.download.disabled:hover::before,
.button.download[disabled]:hover::before {
  background-image: url("../images/icons/blue/download.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
/* Grouped Buttons */
.button-group {
  display: inline-block;
  list-style: none;
  margin: 0 0.8em 0 0;
  padding: 0;
  vertical-align: middle;
}
.button-group button,
.button-group .button {
  float: left;
  margin-left: 5px;
  margin-right: 0;
}
/* --- MessageBoxes --------------------------------------------------------- */
div.messagebox {
  background: no-repeat 10px 10px;
  border: 2px solid;
  font-size: 12pt;
  font-weight: bold;
  margin: 5px 0;
  padding: 15px 15px 15px 55px;
  position: relative;
  text-align: left;
}
div.messagebox:first-child {
  margin-top: 0;
}
div.messagebox .messagebox_buttons {
  position: absolute;
  right: 3px;
  top: 3px;
}
div.messagebox .messagebox_buttons a {
  background: transparent no-repeat center center;
  background-size: 16px 16px;
  display: inline-block;
  margin: 1px;
  width: 16px;
  height: 16px;
}
div.messagebox .messagebox_buttons a.close span,
div.messagebox .messagebox_buttons a.details span {
  display: none;
}
div.messagebox .messagebox_buttons a.close {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
div.messagebox .messagebox_buttons a.details {
  background-image: url("../images/icons/blue/arr_eol-down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
div.messagebox.details_hidden .messagebox_buttons a.details {
  background-image: url("../images/icons/blue/arr_eol-up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
div.messagebox.details_hidden .messagebox_details {
  height: 0;
}
div.messagebox_details {
  font-weight: normal;
  overflow: hidden;
}
div.messagebox_info {
  color: #000;
  background-color: white;
  background-image: url("../images/messagebox/info.png");
  background-size: 32px 32px;
  border-color: #28497c;
}
div.messagebox_success {
  color: #000;
  background-color: white;
  background-image: url("../images/messagebox/success.png");
  background-size: 32px 32px;
  border-color: #008512;
}
div.messagebox_error {
  color: #000;
  background-color: white;
  background-image: url("../images/messagebox/error.png");
  background-size: 32px 32px;
  border-color: #d60000;
}
div.messagebox_exception {
  color: #d60000;
  background-color: #f7cccc;
  background-image: url("../images/messagebox/exception.png");
  background-size: 32px 32px;
  border-color: #d60000;
}
div.messagebox_warning {
  color: #000;
  background-color: white;
  background-image: url("../images/messagebox/advice.png");
  background-size: 32px 32px;
  border-color: #f7a866;
}
.modaloverlay {
  background: rgba(40, 73, 124, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10vh 20vw;
}
.modaloverlay .messagebox {
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  margin: auto;
  position: relative;
  max-height: 50%;
  min-width: 30em;
  max-width: 50%;
  width: auto;
  color: #000;
  border-color: #ffbd33;
  background-color: white;
  background-image: url("../images/messagebox/question.png");
  background-size: 32px 32px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.modaloverlay .messagebox .content {
  max-height: 200px;
  overflow: auto;
  text-align: left;
}
.modaloverlay .messagebox .buttons {
  margin-top: 1em;
  text-align: center;
}
.modaloverlay .ui-dialog {
  display: inline-block;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  margin: auto;
}
#reloader.more {
  display: none;
}
.unread {
  font-weight: bold;
}
.dropping {
  background-color: #899bba;
}
.dropping a {
  color: white;
}
a.message-tag {
  white-space: nowrap;
}
a.message-tag::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/tag.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
#message-move-handle {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: thin solid #000;
}
#message-move-handle::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 20px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/mail.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  vertical-align: text-top;
  width: 20px;
}
#messages-tags.dragging .sidebar-widget-content {
  background-color: #fff2d6;
}
#statusbar_container > .statusbar {
  border: thin solid lightgrey;
  min-width: 100%;
  max-width: 100%;
  background-color: #d0d7e3;
}
#statusbar_container > .statusbar > .progress {
  background-color: #899bba;
  width: 100%;
  min-width: 0%;
  max-width: 0%;
  height: 20px;
  line-height: 20px;
}
#statusbar_container > .statusbar > .progress.progress-error {
  background-color: #d60000;
}
#statusbar_container > .statusbar > .progresstext {
  margin-top: -20px;
  text-align: center;
  color: white;
  height: 20px;
  line-height: 20px;
}
#message_metadata tr {
  vertical-align: top;
}
#adressees {
  max-height: 120px;
  overflow: auto;
}
#adressees li.adressee {
  white-space: nowrap;
}
.message_body {
  background-color: #e7ebf1;
  margin: 3px;
  padding: 10px;
}
.responsive_author {
  margin: 0;
  font-size: 0.8em;
  color: #3d444f;
}
.message-search-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 1ex;
}
.message-search-wrapper > * {
  margin-right: 1em;
}
ul.message-options {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}
ul.message-options > li {
  display: inline-block;
  min-width: 70px;
}
/* --- Quicksearch ---------------------------------------------------------- */
form#search_sem_quick_search_frame {
  display: flex;
  align-items: center;
}
input.quicksearchbox {
  background-color: #ececed;
  border: 1px solid #b1b4b9;
  color: #28497c;
  font-size: 14px;
  width: 250px;
  height: 19px;
  padding-left: 6px;
}
.quicksearch_frame input[type="text"] {
  box-sizing: border-box;
  border-width: 1px 30px 1px 1px;
  border-style: solid;
  border-color: #7E92B0;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  float: left;
  width: 250px;
}
.quicksearch_frame input[type=submit] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 29px;
  height: 20px;
  background-image: url("../images/icons/white/search.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: center 4px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-left: -30px;
}
.extendedLayout .ui-autocomplete {
  max-height: 275px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99999;
}
.extendedLayout .ui-menu-item {
  white-space: nowrap;
}
.extendedLayout .ui-menu-item a img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.quicksearchbutton {
  border: 0;
  margin-left: 6px;
  padding: 0;
  vertical-align: text-bottom;
}
.ui-autocomplete {
  z-index: 99999;
}
.quicksearch_select {
  width: calc(100% - 32px);
}
.quicksearch_select + input[type=submit] {
  float: none;
  margin-left: 0px;
  height: 30px;
  background-color: #7E92B0;
  background-position: center center;
}
#institute_result {
  background: #e7ebf1;
  border-top: 1px solid #28497c;
  padding: 10px;
  width: 100%;
}
/* skiplink-area highlighting -------------------------------------------- */
#skip_link_navigation {
  background-color: #fff;
  border: 2px solid #f60;
  left: -600px;
  margin: 0;
  padding: 10px;
  position: fixed;
  top: 20px;
  z-index: 3000;
}
#skip_link_navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.skip_target {
  position: absolute;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#skiplink_list {
  display: none;
}
div.clear {
  clear: both;
  visibility: hidden;
}
#tabs,
#tabs2 {
  line-height: 20px;
  min-height: 30px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  margin: 0;
  background-color: #ececed;
}
#tabs ul,
#tabs2 ul,
#tabs li,
#tabs2 li,
.smiley-tabs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tabs li,
#tabs2 li,
.smiley-tabs li {
  float: left;
}
#tabs a,
#tabs2 a,
.smiley-tabs a {
  color: #000;
}
#tabs {
  padding: 0 2px 0 0;
  border-top: 1px solid #b1b4b9;
  border-bottom: 1px solid #b1b4b9;
}
#tabs span {
  padding: 0;
}
#tabs .quiet img {
  opacity: 0.25;
}
#tabs li,
.smiley-tabs li {
  background-color: #ececed;
  padding: 0px 5px 2px 5px;
  margin: 3px 0px 4px 10px;
}
#tabs li:last-child,
.smiley-tabs li:last-child {
  border-right: none;
}
#tabs li.current,
.smiley-tabs li.current {
  color: #28497c;
}
#tabs li:hover,
.smiley-tabs li:hover {
  border-bottom: 3px solid #c5c7ca;
  color: #28497c;
  padding-top: 0px;
  padding-bottom: 1px;
}
#tabs li.current,
.smiley-tabs li.current {
  border-bottom: 3px solid #646a72;
  padding-top: 0px;
  padding-bottom: 1px;
  line-height: 25px;
}
#tabs li.current a,
#tabs li.current span.quiet,
.smiley-tabs li.current a,
.smiley-tabs li.current span.quiet {
  color: #28497c;
}
#tabs a,
#tabs span.quiet,
.smiley-tabs a {
  color: #000;
  float: left;
  display: block;
  padding-right: 0em;
  white-space: nowrap;
  height: 23px;
}
.tab-icon {
  float: left;
  margin: 4px 5px 0 -0.5em;
  width: 16px;
  height: 16px;
  display: none;
}
.tab-subnav {
  float: right;
}
.tab-subnav .action-menu-icon {
  position: relative;
  top: -5px;
  height: 14px;
}
.tab-subnav .action-menu-icon img {
  vertical-align: middle;
  -webkit-filter: hue-rotate(350deg) saturate(8.7%) brightness(177.3%);
  filter: hue-rotate(350deg) saturate(8.7%) brightness(177.3%);
}
.tab-subnav .action-menu-content {
  z-index: 1000;
  position: absolute;
  top: inherit;
  right: inherit;
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
  background: #e7ebf1;
  box-shadow: 1px 1px 1px #8b8f95;
  text-align: left;
  white-space: nowrap;
}
.tab-subnav .action-menu-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
.tab-subnav .action-menu-content a:hover {
  color: #d60000 !important;
}
.tab-subnav .action-menu-content:before,
.tab-subnav .action-menu-content:after {
  bottom: 100%;
  left: 11px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tab-subnav .action-menu-content:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #8b8f95;
  border-width: 9px;
  margin-left: -8px;
}
.tab-subnav .action-menu-content:after {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e7ebf1;
  border-width: 8px;
  margin-left: -8px;
}
#tabs2 {
  background-color: #fff;
  padding: 0 2px 0 0;
}
#tabs2 span {
  padding: 0;
}
#tabs2 .quiet img {
  opacity: 0.25;
}
#tabs2 li {
  background-color: #fff;
  padding: 5px 5px 2px 5px;
  margin-right: 0px;
  margin-left: 10px;
}
#tabs2 li:last-child {
  border-right: none;
}
#tabs2 li.current {
  color: #28497c;
}
#tabs2 li:hover {
  border-bottom: 3px solid #d8dadc;
  color: #28497c;
}
#tabs2 li.current {
  border-bottom: 3px solid #646a72;
  padding-top: 5px;
  line-height: 20px;
}
#tabs2 li.current a,
#tabs2 li.current span.quiet {
  color: #28497c;
}
#tabs2 a,
#tabs2 span.quiet {
  color: #000;
  float: left;
  display: block;
  padding-right: 0em;
  white-space: nowrap;
  height: 23px;
}
/* Tooltips for Stud.IP with CSS3 only -------------------------------------- */
.studip-tooltip {
  position: relative;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
  background-color: #ddd;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  font-size: 14px;
  margin-bottom: 8px;
  max-width: 230px;
  opacity: 0.95;
  padding: 10px;
  position: absolute;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: normal;
  z-index: 10000;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.studip-tooltip:before {
  border: 9px solid rgba(204, 204, 204, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ccc;
  top: 100%;
  left: 50%;
  margin-left: -9px;
}
.studip-tooltip:after {
  border: 8px solid rgba(221, 221, 221, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ddd;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip.tooltip-icon::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/grey/info-circle.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.tooltip.tooltip-icon.tooltip-important::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/red/info-circle.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.tooltip .tooltip-content {
  position: relative;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
  background-color: #ddd;
  border: 2px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  font-size: 14px;
  margin-bottom: 8px;
  max-width: 230px;
  opacity: 0.95;
  padding: 10px;
  position: absolute;
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  white-space: normal;
  z-index: 10000;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  display: none;
}
.tooltip .tooltip-content:before {
  border: 9px solid rgba(204, 204, 204, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ccc;
  top: 100%;
  left: 50%;
  margin-left: -9px;
}
.tooltip .tooltip-content:after {
  border: 8px solid rgba(221, 221, 221, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ddd;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.tooltip:hover .tooltip-content {
  bottom: 100%;
  display: inline-block;
  left: 50%;
  margin-left: -129px;
  width: 230px;
}
.questionnaire_edit section {
  border: thin solid black;
  margin: 3px;
}
.questionnaire_edit .options {
  padding: 0px;
  list-style-type: none;
}
.questionnaire_edit .options > li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.questionnaire_edit .options > li > .move {
  cursor: move;
  display: inline-block;
  vertical-align: middle;
}
.questionnaire_edit .options > li > input {
  display: inline-block;
  vertical-align: middle;
}
.questionnaire_edit .options > li > input[type=text] {
  width: calc(100% - 70px);
}
.questionnaire_edit .options > li .delete {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.questionnaire_edit .options > li .add {
  display: none;
  vertical-align: middle;
  cursor: pointer;
}
.questionnaire_edit .options > li:last-child .delete {
  display: none;
}
.questionnaire_edit .options > li:last-child .add {
  display: inline-block;
}
.questionnaire_edit .options > li:only-child .move {
  display: none;
}
.questionnaire_results > article {
  padding: 7px;
}
.questionnaire_results > article > :first-child {
  margin-top: 0px;
}
.questionnaire_results .ct-label {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
  font-size: 1rem;
  fill: black;
}
.questionnaire_results .ct-series-a .ct-bar,
.questionnaire_results .ct-series-a .ct-line,
.questionnaire_results .ct-series-a .ct-point,
.questionnaire_results .ct-series-a .ct-slice-donut {
  stroke: #d60000;
}
.questionnaire_results .ct-series-a .ct-area,
.questionnaire_results .ct-series-a .ct-slice-pie {
  fill: #d60000;
}
.questionnaire_results .ct-series-b .ct-area,
.questionnaire_results .ct-series-b .ct-slice-pie {
  fill: #28497c;
}
.questionnaire_results .ct-series-c .ct-area,
.questionnaire_results .ct-series-c .ct-slice-pie {
  fill: #ffbd33;
}
.questionnaire_results .ct-series-d .ct-area,
.questionnaire_results .ct-series-d .ct-slice-pie {
  fill: #899bba;
}
.questionnaire_results .ct-series-e .ct-area,
.questionnaire_results .ct-series-e .ct-slice-pie {
  fill: #f26e00;
}
.questionnaire_results table tbody tr:last-child td {
  border-bottom: 0;
}
.questionnaire_answer > article {
  padding: 7px;
  border: none;
  border-top: 1px solid #d0d7e3;
}
.questionnaire_answer > article > :first-child {
  margin-top: 0px;
}
.courseselector > li > label {
  cursor: pointer;
}
.courseselector > li > label > input:checked + span {
  text-decoration: line-through;
}
.questionnaire .terms,
.questionnaire_results .terms {
  text-align: center;
  border-top: thin solid #d0d7e3;
  color: #6d737b;
  margin: 0 -10px;
}
#qr_code {
  display: none;
  background-color: white;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #444444;
}
#qr_code .code > div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#qr_code .code img {
  width: 70vh;
  height: 70vh;
}
#qr_code .header {
  background-image: url("../images/logos/logoklein.png");
  height: 100px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#qr_code:-moz-full-screen {
  display: flex;
}
#qr_code:-webkit-full-screen {
  display: flex;
}
#qr_code:-ms-fullscreen {
  display: flex;
}
#qr_code:fullscreen {
  display: flex;
}
.copyable-link-animation {
  position: relative;
}
.copyable-link-animation div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.copyable-link-animation div::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  background-image: url("../images/icons/green/check-circle.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
html.no-cssanimations .copyable-link-animation a {
  visibility: hidden;
}
html.cssanimations .copyable-link-animation a,
html.cssanimations .copyable-link-animation div {
  backface-visibility: hidden;
  pointer-events: none;
}
html.cssanimations .copyable-link-animation a {
  -webkit-animation: copyable-links-confirmation-front 1.5s linear;
  -moz-animation: copyable-links-confirmation-front 1.5s linear;
  animation: copyable-links-confirmation-front 1.5s linear;
}
@-webkit-keyframes copyable-links-confirmation-front {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  33% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  66% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@-moz-keyframes copyable-links-confirmation-front {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  33% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  66% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@-o-keyframes copyable-links-confirmation-front {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  33% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  66% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
@keyframes copyable-links-confirmation-front {
  0% {
    opacity: 1;
    transform: rotateX(0);
  }
  33% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  66% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
html.cssanimations .copyable-link-animation div {
  -webkit-animation: copyable-links-confirmation-back 1.5s linear;
  -moz-animation: copyable-links-confirmation-back 1.5s linear;
  animation: copyable-links-confirmation-back 1.5s linear;
}
@-webkit-keyframes copyable-links-confirmation-back {
  0% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  33% {
    opacity: 1;
    transform: rotateX(0);
  }
  66% {
    opacity: 1;
    transform: rotateX(0);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@-moz-keyframes copyable-links-confirmation-back {
  0% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  33% {
    opacity: 1;
    transform: rotateX(0);
  }
  66% {
    opacity: 1;
    transform: rotateX(0);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@-o-keyframes copyable-links-confirmation-back {
  0% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  33% {
    opacity: 1;
    transform: rotateX(0);
  }
  66% {
    opacity: 1;
    transform: rotateX(0);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@keyframes copyable-links-confirmation-back {
  0% {
    opacity: 0;
    transform: rotateX(180deg);
  }
  33% {
    opacity: 1;
    transform: rotateX(0);
  }
  66% {
    opacity: 1;
    transform: rotateX(0);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
.drag-and-drop {
  display: none;
}
.js .drag-and-drop {
  display: block;
  margin: 5px;
  margin-left: -15px;
  overflow: hidden;
  padding: 10px;
  padding-left: 0px;
  position: relative;
  text-align: center;
  background-color: #e7ebf1;
  background-image: url("../images/icons/blue/upload.svg");
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center 10px;
  padding-top: 70px;
  color: #28497c;
  cursor: pointer;
}
.js .drag-and-drop input[type=file] {
  border: 0;
  font-size: 5em;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.js .drag-and-drop.hovered {
  background-color: #28497c;
  background-image: url("../images/icons/white/upload.svg");
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  color: white;
}
table.attribute_table {
  border-collapse: collapse;
}
table.attribute_table > tbody > tr > td {
  border-top: thin solid #aaaaaa;
  border-bottom: thin solid #aaaaaa;
  padding-top: 15px;
  padding-bottom: 15px;
}
table.attribute_table > tbody > tr.sub > td {
  border-top: none;
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.attribute_table ul {
  margin: 0px;
}
table.attribute_table .sem_class_name .sem_class_edit {
  display: none;
}
table.attribute_table .sem_class_name:hover .sem_class_edit {
  display: inline;
}
table.attribute_table ul#sem_type_list > li {
  height: 20px;
}
table.attribute_table ul#sem_type_list > li .sem_type_delete,
table.attribute_table ul#sem_type_list > li .sem_type_edit {
  display: none;
}
table.attribute_table ul#sem_type_list > li:hover .sem_type_delete,
table.attribute_table ul#sem_type_list > li:hover .sem_type_edit {
  display: inline;
}
table.attribute_table div[container] {
  display: inline-block;
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  border: thin solid #cccccc;
  vertical-align: top;
  margin-top: 3px;
  margin-bottom: 3px;
}
table.attribute_table div[container] > h2 {
  display: block;
  width: 100%;
  background-color: #dddddd;
  font-size: 12px;
  text-align: center;
  margin: 0px;
}
table.attribute_table div[container] > div.droparea {
  min-height: 30px;
  padding: 1px;
}
table.attribute_table div[container] > div.droparea > div.plugin {
  cursor: move;
  border: thin solid #cccccc;
  border-radius: 5px;
  background-color: #dddddd;
  margin: 5px;
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  min-width: 132px;
  max-width: 132px;
}
table.attribute_table div[container] > div.droparea > div > h2 {
  display: block;
  width: 100%;
  background-color: #cccccc;
  font-size: 12px;
  text-align: center;
  margin: 0px;
}
table.attribute_table div[container] > div.droparea > div.deactivated {
  opacity: 0.5;
}
table.attribute_table div[container]#plugins {
  width: 99%;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
}
table.attribute_table hr {
  height: 1px;
  color: #aaaaaa;
  background-color: #aaaaaa;
  border: none;
}
table.attribute_table div[container]#deactivated_modules {
  width: 99%;
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
}
table.attribute_table div[container]#deactivated_modules .plugin > div {
  display: none;
}
.course-admin .course-completion {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: block;
}
.course-admin th .course-completion {
  background-image: url("../images/icons/blue/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.course-admin td .course-completion {
  background-image: url("../images/icons/red/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.course-admin td .course-completion[data-course-completion="1"] {
  background-image: url("../images/icons/yellow/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.course-admin td .course-completion[data-course-completion="2"] {
  background-image: url("../images/icons/green/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.course-admin td .course-completion.ajaxing {
  background-image: url("../images/ajax_indicator_small.gif");
}
/* --- Styles fuer Terminkalender ------------------------------------------- */
a.day {
  font-weight: bold;
}
a.sday {
  color: #d60000;
  font-weight: bold;
}
a.hday {
  color: #de3333;
  font-weight: bold;
}
span.kwmin {
  color: #646a72;
  font-weight: bold;
}
a.lightday {
  color: #a9b6cb;
  font-weight: bold;
}
a.lightsday {
  color: #ef9999;
  font-weight: bold;
}
.inday {
  font-size: 8pt;
}
.precol1w {
  font-size: 12pt;
  font-weight: bold;
  color: #6d737b;
  text-align: center;
  vertical-align: top;
}
.precol2w {
  font-size: 8pt;
  font-weight: bold;
  color: #6d737b;
  text-align: center;
}
td.calhead,
div.calhead {
  font-size: 18pt;
  font-weight: bold;
  color: #6d737b;
  text-align: center;
}
a:link.calhead {
  color: #7e92b0;
  white-space: nowrap;
  font-weight: bold;
}
a:hover.calhead {
  color: #e66666;
}
.calhead label {
  cursor: pointer;
}
.calhead label:hover {
  color: #a9b6cb;
}
@media (max-width: 767px) {
  .calhead label {
    background: white;
    border: 1px solid #28497c;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #28497c;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 130%;
    margin: 0.8em 0.6em 0.8em 0;
    min-width: 100px;
    overflow: visible;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .calhead label:hover,
  .calhead label:active {
    background: #28497c;
    color: white;
    outline: 0;
  }
  .calhead label:focus {
    outline: dotted 1px #000;
  }
  .calhead label::-moz-focus-inner {
    border: 0;
  }
  .calhead label.disabled,
  .calhead label[disabled] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #e2e3e5;
    cursor: default;
    opacity: 0.65;
  }
  .calhead label.disabled:hover,
  .calhead label[disabled]:hover {
    color: #28497c;
  }
  .calhead label img {
    padding-left: 0.5em;
    vertical-align: middle;
  }
}
.celltoday {
  background-color: #f7cccc;
}
td.weekend {
  background-color: #e2e3e5;
}
td.weekday {
  background-color: #f5f6f6;
}
td.current {
  padding: 2px;
  border: 2px solid #d60000;
}
table.calendar-week,
table.calendar-day {
  border-spacing: 0;
  table-layout: fixed;
}
table.calendar-week td,
table.calendar-day td {
  padding: 0;
}
table.calendar-month {
  width: 100%;
}
table.calendar-month tr td {
  max-width: 90px;
  min-width: 90px;
  vertical-align: top;
}
td.month {
  background-color: rgba(213, 214, 216, 0.7);
  padding: 3px;
}
td.month div {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
td.lightmonth {
  background-color: rgba(232, 233, 234, 0.7);
  padding: 3px;
}
td.lightmonth div {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.calendar-month td.calendar-month-week {
  text-align: center;
  vertical-align: middle;
  height: 80px;
  width: 80px;
}
td.weekdayevents {
  width: 90px;
}
nav.calendar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  padding-bottom: 1em;
}
nav.calendar-nav > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
nav.calendar-nav .calhead {
  color: #28497c;
}
.calendar-day-edit {
  text-align: right;
  font-size: 0.8em;
}
.calendar-week tbody tr,
.calendar-day tbody tr {
  transition: background-color 0.3s;
}
.calendar-week tbody tr:hover,
.calendar-day tbody tr:hover {
  background-color: rgba(245, 246, 246, 0.6);
}
.calendar-week tbody tr td,
.calendar-day tbody tr td {
  padding: 3px;
  border-bottom: 1px solid #f5f6f6;
}
.calendar-day-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-day-event-title a {
  color: #fff;
}
.calendar-category-mixin {
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
.calendar-single-year .calendar-single-year--table > thead th {
  min-width: 5em;
  text-align: left;
}
.calendar-single-year .calendar-single-year--table .yday {
  white-space: nowrap;
}
table.calendar-week tbody tr td,
table.calendar-day tbody tr td {
  /* Termin von im Stundenplan vorgemerkter Kurs */
}
table.calendar-week tbody tr td.calendar-category1,
table.calendar-day tbody tr td.calendar-category1,
table.calendar-week tbody tr td.calendar-course-category5,
table.calendar-day tbody tr td.calendar-course-category5 {
  background: linear-gradient(to right, #547452, #7a9379) repeat-x #7a9379;
  border: solid 1px #008512;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category1 div:first-child,
table.calendar-day tbody tr td.calendar-category1 div:first-child,
table.calendar-week tbody tr td.calendar-course-category5 div:first-child,
table.calendar-day tbody tr td.calendar-course-category5 div:first-child {
  background-color: #008512;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category2,
table.calendar-day tbody tr td.calendar-category2,
table.calendar-week tbody tr td.calendar-course-category1,
table.calendar-day tbody tr td.calendar-course-category1 {
  background: linear-gradient(to right, #3E4490, #7379A9) repeat-x #3E4490;
  border: solid 1px #682c8b;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category2 div:first-child,
table.calendar-day tbody tr td.calendar-category2 div:first-child,
table.calendar-week tbody tr td.calendar-course-category1 div:first-child,
table.calendar-day tbody tr td.calendar-course-category1 div:first-child {
  background-color: #682c8b;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category3,
table.calendar-day tbody tr td.calendar-category3,
table.calendar-week tbody tr td.calendar-course-category2,
table.calendar-day tbody tr td.calendar-course-category2 {
  background: linear-gradient(to right, #874293, #AE77B8) repeat-x #874293;
  border: solid 1px #b02e7c;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category3 div:first-child,
table.calendar-day tbody tr td.calendar-category3 div:first-child,
table.calendar-week tbody tr td.calendar-course-category2 div:first-child,
table.calendar-day tbody tr td.calendar-course-category2 div:first-child {
  background-color: #b02e7c;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category4,
table.calendar-day tbody tr td.calendar-category4,
table.calendar-week tbody tr td.calendar-course-category3,
table.calendar-day tbody tr td.calendar-course-category3 {
  background: linear-gradient(to right, #8FAD29, #A3BA50) repeat-x #8FAD29;
  border: solid 1px #129c94;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category4 div:first-child,
table.calendar-day tbody tr td.calendar-category4 div:first-child,
table.calendar-week tbody tr td.calendar-course-category3 div:first-child,
table.calendar-day tbody tr td.calendar-course-category3 div:first-child {
  background-color: #129c94;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category5,
table.calendar-day tbody tr td.calendar-category5,
table.calendar-week tbody tr td.calendar-course-category4,
table.calendar-day tbody tr td.calendar-course-category4 {
  background: linear-gradient(to right, #8E8EB2, #BABAD4) repeat-x #8E8EB2;
  border: solid 1px #f26e00;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category5 div:first-child,
table.calendar-day tbody tr td.calendar-category5 div:first-child,
table.calendar-week tbody tr td.calendar-course-category4 div:first-child,
table.calendar-day tbody tr td.calendar-course-category4 div:first-child {
  background-color: #f26e00;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category6,
table.calendar-day tbody tr td.calendar-category6,
table.calendar-week tbody tr td.calendar-course-category6,
table.calendar-day tbody tr td.calendar-course-category6 {
  background: linear-gradient(to right, #904E42, #B5867E) repeat-x #904E42;
  border: solid 1px #a85d45;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category6 div:first-child,
table.calendar-day tbody tr td.calendar-category6 div:first-child,
table.calendar-week tbody tr td.calendar-course-category6 div:first-child,
table.calendar-day tbody tr td.calendar-course-category6 div:first-child {
  background-color: #a85d45;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category7,
table.calendar-day tbody tr td.calendar-category7 {
  background: linear-gradient(to right, #AB9448, #C9B988) repeat-x #AB9448;
  border: solid 1px #6ead10;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category7 div:first-child,
table.calendar-day tbody tr td.calendar-category7 div:first-child {
  background-color: #6ead10;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category8,
table.calendar-day tbody tr td.calendar-category8 {
  background: linear-gradient(to right, #6D9441, #9DB97C) repeat-x #6D9441;
  border: solid 1px #d60000;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category8 div:first-child,
table.calendar-day tbody tr td.calendar-category8 div:first-child {
  background-color: #d60000;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category9,
table.calendar-day tbody tr td.calendar-category9 {
  background: linear-gradient(to right, #EBC443, #ECD379) repeat-x #EBC443;
  border: solid 1px #ffbd33;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category9 div:first-child,
table.calendar-day tbody tr td.calendar-category9 div:first-child {
  background-color: #ffbd33;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category10,
table.calendar-day tbody tr td.calendar-category10 {
  background: linear-gradient(to right, #DB9F63, #E9B583) repeat-x #DB9F63;
  border: solid 1px #66b671;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category10 div:first-child,
table.calendar-day tbody tr td.calendar-category10 div:first-child {
  background-color: #66b671;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category11,
table.calendar-day tbody tr td.calendar-category11 {
  background: linear-gradient(to right, #90D070, #A6D98C) repeat-x #90D070;
  border: solid 1px #a480b9;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category11 div:first-child,
table.calendar-day tbody tr td.calendar-category11 div:first-child {
  background-color: #a480b9;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category12,
table.calendar-day tbody tr td.calendar-category12 {
  background: linear-gradient(to right, #418494, #6CA6B2) repeat-x #418494;
  border: solid 1px #d082b0;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category12 div:first-child,
table.calendar-day tbody tr td.calendar-category12 div:first-child {
  background-color: #d082b0;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category13,
table.calendar-day tbody tr td.calendar-category13 {
  background: linear-gradient(to right, #547452, #7a9379) repeat-x #7a9379;
  border: solid 1px #71c4bf;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category13 div:first-child,
table.calendar-day tbody tr td.calendar-category13 div:first-child {
  background-color: #71c4bf;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category14,
table.calendar-day tbody tr td.calendar-category14 {
  background: linear-gradient(to right, #547452, #7a9379) repeat-x #7a9379;
  border: solid 1px #f7a866;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category14 div:first-child,
table.calendar-day tbody tr td.calendar-category14 div:first-child {
  background-color: #f7a866;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category15,
table.calendar-day tbody tr td.calendar-category15,
table.calendar-week tbody tr td.calendar-course-category7,
table.calendar-day tbody tr td.calendar-course-category7 {
  background: linear-gradient(to right, #547452, #7a9379) repeat-x #7a9379;
  border: solid 1px #cb9e8f;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category15 div:first-child,
table.calendar-day tbody tr td.calendar-category15 div:first-child,
table.calendar-week tbody tr td.calendar-course-category7 div:first-child,
table.calendar-day tbody tr td.calendar-course-category7 div:first-child {
  background-color: #cb9e8f;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-category255,
table.calendar-day tbody tr td.calendar-category255,
table.calendar-week tbody tr td.calendar-course-category255,
table.calendar-day tbody tr td.calendar-course-category255 {
  background: linear-gradient(to right, #a8abb0, #c5c7ca) repeat-x #a8abb0;
  border: solid 1px #a8abb0;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-category255 div:first-child,
table.calendar-day tbody tr td.calendar-category255 div:first-child,
table.calendar-week tbody tr td.calendar-course-category255 div:first-child,
table.calendar-day tbody tr td.calendar-course-category255 div:first-child {
  background-color: #a8abb0;
  overflow: hidden;
}
table.calendar-week tbody tr td.calendar-course-category256,
table.calendar-day tbody tr td.calendar-course-category256 {
  background: linear-gradient(to right, #3E4490, #7379A9) repeat-x #3E4490;
  border: solid 1px #2D2C64;
  vertical-align: top;
  font-size: 11px;
  color: #fff;
  padding: 0;
}
table.calendar-week tbody tr td.calendar-course-category256 div:first-child,
table.calendar-day tbody tr td.calendar-course-category256 div:first-child {
  background-color: #2D2C64;
  overflow: hidden;
}
a.calendar-event-text1,
a.Calendar-course-event-text5 {
  color: #008512;
}
a.calendar-event-text2,
a.Calendar-course-event-text1 {
  color: #682c8b;
}
a.calendar-event-text3,
a.Calendar-course-event-text2 {
  color: #b02e7c;
}
a.calendar-event-text4,
a.Calendar-course-event-text3 {
  color: #129c94;
}
a.calendar-event-text5,
a.Calendar-course-event-text4 {
  color: #f26e00;
}
a.calendar-event-text6,
a.Calendar-course-event-text6 {
  color: #a85d45;
}
a.calendar-event-text7 {
  color: #6ead10;
}
a.calendar-event-text8 {
  color: #d60000;
}
a.calendar-event-text9 {
  color: #ffbd33;
}
a.calendar-event-text10 {
  color: #66b671;
}
a.calendar-event-text11 {
  color: #a480b9;
}
a.calendar-event-text12 {
  color: #d082b0;
}
a.calendar-event-text13 {
  color: #71c4bf;
}
a.calendar-event-text14 {
  color: #f7a866;
}
a.calendar-event-text15,
a.Calendar-course-event-text7 {
  color: #cb9e8f;
}
a.calendar-event-text255,
a.Calendar-course-event-text255 {
  color: #a8abb0;
}
.calendar-tooltip {
  display: none;
  font-size: 0.8em;
}
.calendar-group-events {
  background: linear-gradient(to right, #8E8EB2, #BABAD4) repeat-x #8E8EB2;
  border: solid 1px #505064;
}
#exc-dates {
  padding: 2px;
  list-style-type: none;
  width: 7.5em;
  min-height: 5em;
  max-height: 10em;
  overflow: auto;
  border: 1px solid #888;
  display: inline-block;
}
#exc-dates img {
  vertical-align: text-top;
}
#exc-dates input:checked ~ span {
  text-decoration: line-through;
  opacity: 0.6;
}
/* --- Styles fuer TerminZeile ---------------------------------------------- */
table.tabdaterow {
  background-color: white;
}
td.tddaterowp {
  border: 1px solid #FFFFFF;
  background-color: #f0f0f0;
  font-weight: bold;
  color: #009900;
  font-size: 8pt;
}
td.tddaterowpx {
  border: 1px solid #D00000;
  background-color: #f0f0f0;
  font-weight: bold;
  color: #009900;
  font-size: 8pt;
}
.recurrences {
  width: 100%;
  float: none;
  list-style: none;
  text-align: left;
  position: relative;
  padding: 0;
  margin: 0;
}
.recurrences li {
  display: block;
  width: 100%;
}
.recurrences .rec-label {
  cursor: pointer;
}
.recurrences .rec-content {
  display: none;
  position: relative;
  padding-left: 3em;
}
.recurrences [id^="rec"]:checked ~ [id^="rec-content"] {
  display: block;
}
.contact-legend {
  color: #555;
  text-align: center;
}
.contact-legend ul,
.contact-legend li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-legend ul {
  display: inline;
}
.contact-legend li {
  border-left: 1px solid #333;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 0.5em;
}
.contact-legend li:first-child {
  border-left: 0;
}
.contact-legend li img {
  vertical-align: text-top;
}
table.contact-header {
  margin: auto;
}
table.contact-header img {
  vertical-align: text-top;
}
table.contact-header td {
  background-color: #f2f2f2;
  padding: 3px 0.5em;
  text-align: center;
  vertical-align: middle;
}
table.contact-header td:hover {
  background-color: #ced8f2;
}
table.contact-header td.active {
  background-color: #e2e2e2;
  border: 1px solid #888;
}
table.contact-header td.active:hover {
  background-color: #b7c2e2;
}
table.contact-header td.active a {
  color: #f00;
  font-weight: bold;
}
table.contact-header td.empty a {
  color: #999;
}
/* CSS */
.cron-task label {
  cursor: pointer;
  display: block;
  padding: 5px;
}
.cron-task td {
  padding: 0;
  vertical-align: middle;
}
.cron-task tr ~ tr {
  display: none;
}
.cron-task .selected td {
  background-color: rgba(214, 0, 0, 0.25);
}
.cron-task .selected tr ~ tr {
  display: table-row;
}
.cron-task .selected tr ~ tr td {
  background-color: #fff;
}
.cron-task .selected tr ~ tr td[colspan] {
  background-color: inherit;
  padding: 0;
}
.cron-task .parameters,
.cron-task .parameters li {
  list-style: square;
  margin: 0;
  padding: 0;
}
.cron-task .parameters {
  border: 1px solid #888;
  border-bottom: 0;
  border-top: 0;
  padding: 0.5em;
}
.cron-task .parameters h3 {
  margin: 0;
  padding: 0;
}
.cron-task .parameters input[type=text],
.cron-task .parameters input[type=number],
.cron-task .parameters select,
.cron-task .parameters textarea {
  width: 200px;
}
.cron-task .parameter.required {
  font-weight: bold;
}
.cron-task .parameter label {
  padding: 0;
}
.cron-task tbody:last-child .parameters {
  border-bottom: 1px solid #888;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.cronjob-filters {
  margin-bottom: 1em;
}
.cronjob-filters label {
  display: block;
  font-weight: bold;
}
.cronjob-filters select {
  width: 100%;
}
.cronjob-filters thead th {
  text-align: right;
}
.cronjob-filters thead th:first-child {
  text-align: left;
}
.cronjob-filters tfoot td {
  text-align: center;
}
.crontab,
.crontab li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.crontab li {
  display: inline-block;
  padding-right: 5px;
  text-align: center;
}
.crontab span {
  display: block;
  text-align: right;
}
.inactivatible td {
  color: #888;
}
.cronjobs-edit h1 {
  margin: 0 0 0.5em;
}
.cronjobs-edit > table > thead > tr > th {
  background-color: #899bba;
  border-color: #1f4171;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #FFFFFF;
  font-size: 12pt;
  padding: 3px 5px;
}
.cronjobs-edit > table > thead > tr > th img,
.cronjobs-edit > table > thead > tr > th svg {
  vertical-align: middle;
}
.cronjobs-edit > table {
  margin-bottom: 1em;
}
.cronjobs-edit td {
  vertical-align: top;
}
.cron-schedule tbody tr td label {
  display: inline;
  font-weight: normal;
  white-space: nowrap;
}
.cron-item input[type=number] {
  width: 2em;
}
.dashboard-documents-compact {
  list-style: none;
  padding-left: 0;
}
.dashboard-documents-compact > li {
  padding: .5em 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.dashboard-documents-compact > li:nth-child(n+2) {
  border-top: 1px solid #d4dbe5;
}
.document-icon {
  padding-right: 0.5em;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.document-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.document-data span {
  border-right: 1px solid #d4dbe5;
  margin-right: 0.3em;
  padding-right: 0.4em;
}
.document-data span:not(.document-name) {
  color: #6d737b;
}
.document-data .document-name,
.document-data span:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.document-name {
  -webkit-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  flex: 1 1 100%;
}
.document-chdate {
  white-space: nowrap;
}
.document-range {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.document-range,
.document-size {
  display: none;
}
@media (min-width: 768px) {
  .document-range,
  .document-size {
    display: inline;
  }
}
@media (min-width: 576px) {
  .grid-stack-one-column-mode .document-range,
  .grid-stack-one-column-mode .document-size {
    display: inline;
  }
}
.files-search-search {
  margin-bottom: 2em;
}
.files-search-active-filters {
  font-size: 0.8em;
  padding-bottom: 1em;
  /* not within a caption */
}
.files-search-active-filters ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.files-search-active-filters ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.files-search-active-filters ul img {
  margin-left: 0.25em;
  vertical-align: text-bottom;
}
.files-search-active-filters ul .files-search-active-filter {
  background-color: #e2e3e5;
  padding: 0.25em 0.25em 0.25em 0.6em;
  font-size: 0.9em;
  margin-bottom: 1px;
}
form.files-search-search + .files-search-active-filters {
  font-size: calc(1.4em * 0.8);
}
.files-search-results .files-search-actions {
  min-width: 3em;
  text-align: right;
}
.files-search-results a.files-search-more {
  font-size: 1.1em;
}
#files_dashboard-index form,
#files_dashboard-search form {
  padding-bottom: 1em;
}
#files_dashboard-index form label,
#files_dashboard-search form label,
#files_dashboard-index form .input-group,
#files_dashboard-search form .input-group {
  margin-top: 0;
}
form div.files-search.input-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 1ex;
}
form div.files-search.input-group input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: block;
  width: 1%;
  line-height: 1.5;
  padding: .375rem .75rem;
  margin: 0;
}
form div.files-search.input-group .input-group-append {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
form div.files-search.input-group .input-group-append .button {
  margin: 0;
  line-height: 1.5;
  background-color: #e7ebf1;
  color: #28497c;
  min-width: auto;
  border: 1px solid #c5c7ca;
  border-left: none;
}
form div.files-search.input-group .input-group-append img {
  vertical-align: middle;
}
form div.files-search .input-group-append a.button.reset {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  top: 2px;
}
form div.files-search .input-group-append a.button.reset::before {
  background-image: url("../images/icons/blue/refresh.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
form div.files-search .input-group-append a.button.reset:hover::before {
  background-image: url("../images/icons/blue/refresh.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
form div.files-search .input-group-append a.button.reset.disabled:hover::before,
form div.files-search .input-group-append a.button.reset[disabled]:hover::before {
  background-image: url("../images/icons/blue/refresh.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
@media (max-width: 575px) {
  .files-search-search {
    margin-bottom: 0;
  }
  .files-search-active-filters {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .files-search-active-filters li:first-child {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .files-search-results caption span {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .files-search-results th:nth-child(3),
  .files-search-results td:nth-child(3) {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .files-search-results th:nth-child(1),
  .files-search-results td:nth-child(1),
  .files-search-results th:nth-child(5),
  .files-search-results td:nth-child(5),
  .files-search-results th:nth-child(6),
  .files-search-results td:nth-child(6) {
    display: none !important;
  }
}
.documents .chdir-up a {
  display: block;
}
.documents .options {
  text-align: right;
}
.documents .bread-crumbs {
  display: inline-block;
  min-height: 1.5em;
  width: 40px;
  z-index: 1;
}
.documents .bread-crumbs > a,
.documents .bread-crumbs ul {
  background-color: #fff;
  padding: 5px;
}
.documents .bread-crumbs > a {
  padding-bottom: 2px;
}
.documents .bread-crumbs.extendable:hover > a,
.documents .bread-crumbs.extendable:hover > ul {
  box-shadow: 0 4px 3px #aaa;
}
.documents .bread-crumbs.extendable:hover ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  flex-direction: column-reverse;
}
.documents .bread-crumbs ul {
  display: none;
  list-style: none;
  margin: 0;
  position: absolute;
}
.documents .bread-crumbs li {
  font-size: 0.85em;
  line-height: 1.5em;
}
.documents .bread-crumbs li a {
  background-image: url("../images/icons/blue/folder-parent.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.documents .bread-crumbs li:first-child a {
  background-image: url("../images/icons/blue/folder-empty.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
}
.document-dialog {
  *zoom: 1;
}
.document-dialog:before,
.document-dialog:after {
  display: table;
  content: "";
  line-height: 0;
}
.document-dialog:after {
  clear: both;
}
.document-dialog > aside {
  float: left;
  width: 150px;
}
.document-dialog .document-dialog-icon {
  text-align: center;
}
.document-dialog > div {
  border-left: 1px dashed #888;
  margin-left: 150px;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.document-dialog dl dt:after {
  content: ':';
}
.document-dialog dl dd {
  margin: 0 0 0.5em 0.5em;
  padding: 0;
}
.document-dialog dl dd:last-child {
  margin-bottom: 0;
}
.documents.dragging [data-file]:not([data-folder]) {
  background-color: #c5c7ca;
  opacity: 0.6;
}
.documents [data-folder].dropping {
  background-color: #ef9999;
}
.document-draggable-helper {
  background-color: #ffe5ad !important;
  opacity: 1 !important;
}
.document-draggable-helper td {
  border-bottom: 0 !important;
}
fieldset.document-admin-search label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
}
.dozenten-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.themen-list-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
}
.themen-list-container > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.themen-list-container > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  -moz-box-flex: 0;
  flex: 0;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
table.dates {
  width: calc(100% - 4px);
}
table.dates .themen_list > * {
  background-color: transparent;
}
table.dates tr.ausfall {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
  opacity: 0.5;
}
table.dates tr.ausfall:hover {
  opacity: 1;
}
table.dates .nextdate {
  background-color: #d0d7e3;
}
table.dates .topic-droppable.active {
  background-color: #ffe5ad;
}
table.dates .topic-droppable.hovered {
  background-color: #ffca5c;
}
table.dates .draggable-topic-handle {
  cursor: move;
  background: transparent url("../images/anfasser_24.png") 3px center no-repeat;
  padding-left: 12px;
}
table.dates .ui-draggable-dragging img.icon-shape-trash {
  display: none;
}
.file_uploader {
  display: none;
}
.uploadbar {
  padding: 10px;
  background-image: linear-gradient(#28497c, #28497c);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  border: #28497c solid 1px;
}
.uploadbar .ufo {
  float: right;
  animation: ufoflight 1.5s linear infinite;
}
@keyframes ufoflight {
  25% {
    transform: translateX(-2px) translateY(4px);
  }
  50% {
    transform: translateX(0px) translateY(8px);
  }
  75% {
    transform: translateX(-2px) translateY(4px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.subfolders .empty {
  display: none;
}
.subfolders .empty:only-child {
  display: table-row;
}
/* for file/edit view and file/new_edit_folder_form view: */
div.file_select_possibilities,
.folder_type_select_possibilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* for file/edit view only: */
  /* for file/new_edit_folder_form view only: */
}
div.file_select_possibilities > *,
.folder_type_select_possibilities > * {
  background-color: transparent;
  margin: 10px;
  border: thin solid #e7ebf1;
  padding: 5px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
div.file_select_possibilities > * > img,
.folder_type_select_possibilities > * > img {
  margin-left: auto;
  margin-right: auto;
}
div.file_select_possibilities > label.content_terms_of_use_entry:not(.undecorated),
.folder_type_select_possibilities > label.content_terms_of_use_entry:not(.undecorated) {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}
div.file_select_possibilities > label.content_terms_of_use_entry:not(.undecorated) img,
.folder_type_select_possibilities > label.content_terms_of_use_entry:not(.undecorated) img {
  width: 100%;
  height: 100%;
  display: block;
}
div.file_select_possibilities > button,
.folder_type_select_possibilities > button {
  cursor: pointer;
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  color: #28497c;
}
div.file_select_possibilities > label:not(.undecorated),
.folder_type_select_possibilities > label:not(.undecorated) {
  display: flex;
  justify-content: center;
  font-size: 0.7em;
  cursor: pointer;
}
div.file_select_possibilities > label:not(.undecorated) img,
.folder_type_select_possibilities > label:not(.undecorated) img {
  width: 40%;
  height: 40%;
  display: block;
}
div.file_select_possibilities input[name=content_terms_of_use_id],
.folder_type_select_possibilities input[name=content_terms_of_use_id] {
  display: none;
}
div.file_select_possibilities input[name=content_terms_of_use_id]:checked + label,
.folder_type_select_possibilities input[name=content_terms_of_use_id]:checked + label {
  background-color: #1f4171;
  color: #ffffff;
}
div.file_select_possibilities input[name=content_terms_of_use_id]:checked + label img,
.folder_type_select_possibilities input[name=content_terms_of_use_id]:checked + label img {
  filter: invert(100%) brightness(200%);
}
div.file_select_possibilities input[name=folder_type],
.folder_type_select_possibilities input[name=folder_type] {
  display: none;
}
div.file_select_possibilities input[name=folder_type]:checked + label,
.folder_type_select_possibilities input[name=folder_type]:checked + label {
  background-color: #1f4171;
  color: #ffffff;
}
div.file_select_possibilities input[name=folder_type]:checked + label img,
.folder_type_select_possibilities input[name=folder_type]:checked + label img {
  filter: invert(100%) brightness(200%);
}
div.file_select_possibilities.content_terms_of_use_icons {
  justify-content: left;
}
#file_edit_window,
#file_details_window {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
/* for file/edit and folder/edit only: */
@media screen and (max-width: 800px) {
  /* mobile view: */
  #file_aside,
  #folder_aside {
    display: block;
  }
  #file_aside div.file-icon img,
  #folder_aside div.file-icon img,
  #file_aside div.folder-icon img,
  #folder_aside div.folder-icon img {
    width: 30%;
    height: 100%;
    max-height: 10em;
    margin-right: 1em;
  }
  #file_aside h3,
  #folder_aside h3 {
    font-size: 140%;
    padding-top: 1em;
  }
  #file_aside dl,
  #folder_aside dl {
    display: table;
  }
  #file_management_forms {
    display: table;
    width: 100%;
  }
  .file_preview {
    max-width: 100%;
  }
  #file_edit_window,
  #file_details_window {
    flex-direction: column;
  }
  #file_aside,
  #folder_aside {
    width: 100%;
    max-width: none;
  }
  #file_management_forms {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 801px) {
  /* desktop view: */
  #file_aside,
  #folder_aside {
    width: calc(30% - 10px);
    max-width: calc(30% - 10px);
    /*         overflow: hidden; */
  }
  #file_aside div.file-icon img,
  #folder_aside div.file-icon img,
  #file_aside div.folder-icon img,
  #folder_aside div.folder-icon img {
    margin-left: 20%;
    width: 60%;
    max-height: 16em;
    height: 100%;
  }
  #file_aside h3,
  #folder_aside h3 {
    font-size: 1.1em;
  }
  #file_management_forms,
  div#preview_container {
    width: calc(70% - 10px);
    max-width: calc(70% - 10px);
  }
  #file_management_forms .file_preview,
  div#preview_container .file_preview {
    max-width: 100%;
  }
}
form.default fieldset.select_terms_of_use {
  border: none;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
form.default fieldset.select_terms_of_use > legend {
  margin: 0px;
  width: 100%;
}
form.default fieldset.select_terms_of_use > input[type=radio] {
  display: none;
}
form.default fieldset.select_terms_of_use > label {
  cursor: pointer;
  border: 1px solid #d0d7e3;
  transition: background-color 200ms;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  padding-bottom: 2px;
  margin-top: 0px;
  border-top: none;
}
form.default fieldset.select_terms_of_use > label > .text {
  width: 100%;
  margin-left: 10px;
}
form.default fieldset.select_terms_of_use > label > .arrow {
  margin-right: 5px;
}
form.default fieldset.select_terms_of_use > label > .check {
  display: none;
}
form.default fieldset.select_terms_of_use > label:first-of-type {
  border-top: 1px solid #d0d7e3;
}
form.default fieldset.select_terms_of_use > div {
  border: 1px solid #d0d7e3;
  border-top: none;
  display: none;
  padding: 10px;
}
form.default fieldset.select_terms_of_use > input[type=radio]:checked + label {
  background-color: #e7ebf1;
  transition: background-color 200ms;
}
form.default fieldset.select_terms_of_use > input[type=radio]:checked + label > .arrow {
  display: none;
}
form.default fieldset.select_terms_of_use > input[type=radio]:checked + label > .check {
  display: inline-block;
}
form.default fieldset.select_terms_of_use > input[type=radio]:checked + label + div {
  display: block;
}
form.default fieldset.select_terms_of_use > input[type=radio]:checked + label + div .description {
  animation-duration: 400ms;
  animation-name: terms_of_use_fadein;
}
@keyframes terms_of_use_fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
table.documents td,
table.documents th {
  vertical-align: top;
}
table.documents td:first-child,
table.documents th:first-child {
  padding-left: 8px;
}
table.documents.flat td.filter-match {
  background-color: #fce2cc;
}
table.documents tr:target {
  background-color: #fff2d6;
}
/*
For the file and folder table in the selection dialogs
when adding a file or copying/moving things:
*/
td.document-icon {
  max-width: 40px;
  width: 40px;
}
/* classes for the evaluation modules in Stud.IP ---------------------------- */
.eval_title {
  font-size: 1.2em;
  font-weight: bold;
  color: #24437c;
}
.eval_error {
  color: #E00000;
}
.eval_success {
  color: #008000;
}
.eval_info {
  color: #333333;
}
.eval_metainfo {
  font-size: 0.8em;
}
.eval_highlight {
  background-color: #b8c3e8;
}
.eval_gray {
  background: #d5d5dd none;
}
.evaluation_item {
  box-sizing: border-box;
  margin: 3px;
}
h3.eval {
  font-size: 1.3em;
  color: #000000;
  font-weight: bold;
}
div.index_container {
  margin: 0 0;
  position: absolute;
  top: 111px;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 110px);
}
div.index_container ul#tabs {
  display: none;
}
div.index_container #background-desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
div.index_container #background-mobile {
  display: none;
  z-index: -1;
}
div.index_container div.messagebox {
  margin-left: 50px;
  margin-top: 50px;
  width: 428px;
}
div.index_container div.index_main {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  margin-left: 50px;
  margin-top: 50px;
  width: 500px;
}
div.index_container div.index_main > div {
  padding: 20px;
}
div.index_container div.index_main form {
  padding: 20px;
  padding-bottom: 0;
}
div.index_container div.index_main footer {
  overflow: auto;
  padding: 20px;
}
div.index_container div.index_main footer div#languages {
  border-top: 1px solid #6d737b;
  font-size: 0.9em;
  padding: 10px;
}
div.index_container div.index_main footer div#languages a {
  padding-right: 10px;
}
div.index_container div.index_main footer div.login_info {
  border-top: 1px solid #6d737b;
  font-size: 0.8em;
}
div.index_container div.index_main footer div.login_info div {
  text-align: right;
  float: left;
  padding: 5px;
}
div.index_container div.index_main footer div.login_info div:last-child {
  float: right;
}
div.index_container div.index_main footer > a {
  margin-left: 12px;
}
div.index_container div.index_main nav {
  padding: 10px;
  margin-left: 20px;
  margin-top: 20px;
  display: inline-block;
  width: 450px;
}
div.index_container div.index_main nav h1 {
  border-bottom: 0px;
}
div.index_container div.index_main nav div.login_link {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  padding-right: 25px;
}
div.index_container div.index_main nav div.login_link a {
  font-size: 1.5em;
}
div.index_container div.index_main nav div.login_link a p {
  font-size: 0.5em;
  color: #6d737b;
}
body#index .messagebox {
  margin-bottom: -25px;
}
body#index div#layout_footer {
  position: relative;
  top: -33px;
}
/* Mozilla specifics */
@-moz-document url-prefix() {
  div.index_container {
    height: calc(100% - 145px);
  }
  body#index {
    height: calc(100% - 34px);
  }
  body#index div#layout_footer {
    position: inherit;
    top: 0;
  }
}
/* --- news --------------------------------------------------- */
#news_dialog_content {
  overflow-y: auto;
  padding-right: 15px;
  padding-top: 10px;
}
.news_dialog_content button {
  vertical-align: middle;
}
.news_dialog_content select {
  width: 45%;
}
.news_dialog_content option {
  height: 16px;
}
.news_admin button {
  vertical-align: middle;
}
.news_reset_filter {
  float: right;
}
img.news_area_icon {
  vertical-align: middle;
}
div.news_area_title {
  display: inline;
  height: 32px;
  vertical-align: middle;
}
input.news_topic {
  width: 90%;
}
textarea.news_body {
  resize: vertical;
  width: 90%;
  font-size: 10pt;
}
select.news_area_options {
  min-width: 200px;
  width: 100%;
  height: 116px;
}
optgroup.news_area_title {
  text-indent: 26px;
  background-repeat: no-repeat;
}
optgroup.news_area_title option {
  text-indent: 6px;
}
input.news_search_term {
  width: 45%;
}
div.news_area_selectable {
  display: inline-block;
  float: left;
  width: 45%;
  height: 100%;
}
div.news_area_actions {
  display: inline-block;
  width: 8%;
  text-align: center;
}
div.news_area_selected {
  display: inline-block;
  float: right;
  width: 45%;
  height: 100%;
}
div.news_dialog_buttons {
  margin-right: 15px;
  border-top: 1px solid #d1d1d1;
}
/* --- ablaufplan / dates --------------------------------------------------- */
.dates_items th,
.dates_items td {
  border-bottom: 3px solid #fff;
}
.dates_opened td {
  border-bottom: 3px solid #f3f5f8;
}
.dates_content td {
  padding: 10px;
}
#schedule {
  width: 100%;
  height: 100%;
}
#schedule_headings {
  margin-left: 41px;
  background-color: #e8eef7;
}
table.schedule_headings td {
  background-color: #e8eef7;
}
div.schedule_day {
  border-right: 3px double #ddd;
  position: relative;
}
div.schedule_marker {
  border-bottom: 1px dotted #ddd;
  border-top: 1px solid #ddd;
  padding: 0;
}
div.schedule_hours {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: black;
  padding-bottom: 1px;
  padding-right: 3px;
}
div.schedule_entry {
  font-size: 10px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 2px;
  position: absolute;
}
div.schedule_entry.clickable {
  cursor: pointer;
}
div.schedule_entry dl {
  background: url("../images/calendar/category_neutral.png") repeat-y top left;
  color: white;
  height: 100%;
  margin: 0;
}
div.schedule_entry dl.hover:hover {
  opacity: 0.7;
}
div.schedule_entry dl a {
  color: white;
}
div.schedule_entry dl a:hover {
  text-decoration: underline;
}
div.schedule_entry dl dd {
  margin: 0;
  overflow: hidden;
  padding: 2px;
  word-wrap: break-word;
}
div.snatch {
  bottom: 4px;
  cursor: ns-resize;
  padding-bottom: 2px;
  position: absolute;
  text-align: center;
  width: 100%;
}
div.snatch div {
  border-top: 3px double white;
  cursor: ns-resize;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
}
#schedule_new_entry {
  background-color: #e8eef7;
  border: 2px solid #e0e0f0;
  height: 230px;
  position: absolute;
  width: 400px;
  z-index: 3;
}
#schedule_entry_new dl {
  border: 1px solid #5c2d64;
  background-color: #7c5783;
}
#schedule_entry_new dt {
  background-color: #5c2d64;
}
div.schedule_edit_entry,
#schedule_settings {
  background-color: #E8EEF7;
  border: 2px solid #E0E0F0;
  height: auto;
  left: 50%;
  margin-left: -25%;
  max-height: 80em;
  min-height: 15em;
  min-width: 700px;
  padding-bottom: 1em;
  position: absolute;
  top: 180px;
  width: 50%;
  z-index: 4;
}
div.schedule_edit_entry > form {
  margin-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
#color_picker {
  padding-top: 3px;
  white-space: nowrap;
}
#schedule_entry_hours {
  display: inline;
  padding: 2px;
}
.schedule_icons {
  position: absolute;
  right: 0;
  top: 0;
}
div.invisible_entry {
  opacity: 0.8;
}
span.invisible_entry {
  background-color: #600;
  font-style: italic;
}
div.schedule_settings {
  float: left;
  margin-left: 10px;
}
div.schedule_settings div {
  font-weight: bold;
}
.schedule-dialog {
  display: block;
  outline: 0px none;
  z-index: 1002;
  position: absolute;
  height: 400px;
  width: 600px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -300px;
}
td.schedule-adminbind > span {
  margin-right: 10px;
}
/* --- Studienbereichsauswahl ----------------------------------------------- */
#study_area_selection {
  padding: 1em;
}
#study_area_selection h3 {
  margin-top: 1em;
}
#study_area_selection .odd {
  background-color: #f3f5f8;
}
#study_area_selection .even {
  background-color: #e7ebf1;
}
#study_area_selection_none,
#study_area_selection_at_least_one {
  font-style: italic;
}
#study_area_selection_chosen {
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
}
#study_area_selection_selectables {
  margin: 0 0 0 50%;
  padding: 0;
  width: 49%;
}
#study_area_selection_chosen ul,
#study_area_selection_selectables ul,
#study_area_selection_chosen li,
#study_area_selection_selectables li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#study_area_selection_chosen li,
#study_area_selection_selectables li {
  padding-left: 1em;
}
#admin_seminare_assi #study_area_selection {
  font-size: 0.8em;
}
#admin_seminare_assi #study_area_selection h3 {
  font-weight: normal;
}
/* --- tour --------------------------------------------------- */
#tour_controls {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20001;
  border: solid 1px #28497c;
  background-color: #ffffff;
  padding: 10px 10px;
  font-family: "Lato", sans-serif;
  overflow-y: auto;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#tour_controls button {
  vertical-align: middle;
}
#tour_controls table {
  text-align: center;
  width: 100%;
}
#tour_controls table td {
  text-align: center;
}
#tour_controls div {
  padding-top: 5px;
}
#tour_title {
  font-style: italic;
}
.tour_focus_box {
  border: 2px dashed #ffbd33;
}
#tour_tip {
  padding: 10px 20px;
  position: absolute;
  z-index: 20000;
  max-width: 300px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #28497c;
  color: #ffffff;
  border: solid 1px #aaaaaa;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#tour_tip_interactive {
  padding: 10px 20px;
  position: absolute;
  z-index: 20000;
  max-width: 300px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  background-color: #ffbd33;
  color: #000000;
  border: solid 1px #aaaaaa;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#tour_tip_title {
  font-weight: bold;
}
.tourArrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
#tour_overlay {
  background-color: #ffffff;
  opacity: 0.4;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
}
#tour_selector_overlay {
  background-color: #000000;
  opacity: 0.5;
  position: absolute;
}
ul.studygroup-gallery {
  list-style: none;
  padding-left: 15px;
}
ul.studygroup-gallery li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  margin: 5px;
  width: 120px;
  height: 150px;
  max-height: 150px;
  overflow: hidden;
  display: inline-blocK;
}
ul.studygroup-gallery li section {
  margin: 0 auto;
}
.studygroupmemberlist .member-avatar {
  position: relative;
}
.studygroupmemberlist .member-avatar img {
  margin-right: 5px;
}
.studygroupmemberlist .new-member .member-avatar::after {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 0;
  background-image: url("../images/icons/red/star.svg");
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  background-size: 12px 12px;
  vertical-align: text-top;
  width: 12px;
}
.studygroupmemberlist .new-member .member-avatar::after {
  position: absolute;
  margin: -1px 0 0 -14px;
}
.studygroupmemberlist tr > .actions {
  text-align: right;
  white-space: nowrap;
}
.studygroup-browse td.studygroup-title a {
  display: block;
  max-width: 40em;
  min-width: 15em;
}
div.wikitoc {
  font-size: 1em;
  margin-bottom: 5px;
}
div.wikitoc h1,
div.wikitoc h2,
div.wikitoc h3,
div.wikitoc h4 {
  color: black;
  font-size: 1em;
  margin: 0 0 0 -10px;
}
div.wikitoc ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
div.wikitoc ul ul {
  padding-left: 10px;
}
div.wikitoc ul ul ul {
  padding-left: 20px;
}
div.wikitoc ul ul ul ul {
  padding-left: 30px;
}
div.wikitoc_editlink {
  font-size: 1em;
  margin-bottom: -10px;
  padding-top: 5px;
}
span.wikitoc_editlink {
  font-size: 75%;
}
span.wikitoc_toggler {
  font-size: 0.8em;
}
textarea.wiki-editor {
  display: block;
  height: 250px;
  width: 98%;
}
body#wiki #main_content td.printcontent:last-child:not(:first-child) {
  padding-right: 22px;
}
.no-js #wiki button[name="submit-and-edit"] {
  display: none;
}
ul.termin_related {
  padding: 0;
  margin: 5px 0 10px 0;
}
ul.termin_related li {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 325px;
}
div.at_least_one_teacher {
  width: 325px;
}
.is_ex_termin {
  color: #646a72;
  text-decoration: line-through;
}
.contentbox.timesrooms > form article {
  border-color: #d0d7e3;
  border-style: solid;
  border-width: 1px;
  margin: 10px;
}
.contentbox.timesrooms > form article > section {
  max-height: 0px;
  opacity: 0;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contentbox.timesrooms > form article:not(.open) header ~ * {
  max-height: 0px;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contentbox.timesrooms > form article.open > p,
.contentbox.timesrooms > form article.open > section,
.contentbox.timesrooms > form article.open > footer,
.contentbox.timesrooms > form article.open > div {
  max-height: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contentbox.timesrooms > form article.open footer {
  border-top-style: solid;
}
.contentbox.timesrooms > form article.open header h1 a::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contentbox.timesrooms article header.red {
  border-left: 3px solid #d60000;
}
.contentbox.timesrooms article header.yellow {
  border-left: 3px solid #ffbd33;
}
.contentbox.timesrooms article header.green {
  border-left: 3px solid #6ead10;
}
.contentbox.timesrooms article header.red .tooltip-icon::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.contentbox.timesrooms article header.red .tooltip-icon::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/red/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.contentbox.timesrooms article header.yellow .tooltip-icon::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/yellow/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.contentbox.timesrooms article header.green .tooltip-icon::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/green/radiobutton-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.contentbox.timesrooms form.default td label {
  margin-top: 0;
}
.contentbox.timesrooms form.default tfoot select {
  max-width: 30em;
}
.times-rooms-grid .selectbox input[type="radio"]:checked + label {
  font-weight: bold;
  text-decoration: underline;
}
.opengraph-area {
  margin: 10px auto 5px;
  max-width: 700px;
}
.opengraph-area .switcher {
  list-style: none;
  text-align: right;
}
.opengraph-area .switcher li {
  border-top: thin solid #d8dadc;
  display: inline-block;
  padding: 5px;
}
.opengraph-area .switcher li:first-child {
  border-left: thin solid #d8dadc;
}
.opengraph-area .switcher li:last-child {
  border-right: thin solid #d8dadc;
}
.opengraph-area .switcher .switch-left,
.opengraph-area .switcher .switch-right {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.opengraph-area .switcher .switch-left:not([disabled]),
.opengraph-area .switcher .switch-right:not([disabled]) {
  cursor: pointer;
}
.opengraph-area .switcher .switch-left {
  background-image: url("../images/icons/blue/arr_1left.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.opengraph-area .switcher .switch-left[disabled] {
  background-image: url("../images/icons/grey/arr_1left.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.opengraph-area .switcher .switch-right {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.opengraph-area .switcher .switch-right[disabled] {
  background-image: url("../images/icons/grey/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.js .opengraph-area .opengraph.hidden,
.js .opengraph-area:not(.handled) .opengraph:not(:first-of-type) {
  display: none;
}
.opengraph {
  *zoom: 1;
  font-size: 0.8em;
  border: 1px solid #d8dadc;
  padding: 10px;
  min-height: 120px;
}
.opengraph:before,
.opengraph:after {
  display: table;
  content: "";
  line-height: 0;
}
.opengraph:after {
  clear: both;
}
.opengraph .flash-embedder {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.opengraph .flash-embedder .play {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.opengraph .flash-embedder:hover .play {
  background-color: #000000;
}
.opengraph .video .flash-embedder {
  height: 200px;
}
.opengraph a.info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  display: block;
  word-break: normal !important;
}
.opengraph a.info:hover {
  color: black;
}
.opengraph .image {
  width: 120px;
  height: 120px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
section.course-statusgroups article header h1 a {
  display: inline;
}
section.course-statusgroups article header h1 a.no-contentbox-link::before {
  background-image: none;
  width: 0;
}
section.course-statusgroups article header h1 a img {
  vertical-align: bottom;
}
section.course-statusgroups article input.groupselector {
  float: left;
}
section.course-statusgroups article section {
  border-left: 1px solid #e7ebf1;
  border-right: 1px solid #e7ebf1;
}
section.course-statusgroups article section table thead tr th {
  background-color: #e7ebf1;
}
section.course-statusgroups article section table tbody tr td span.member-invisible {
  font-style: italic;
  color: #6d737b;
}
section.course-statusgroups article section table tbody tr td.memberactions {
  text-align: right;
}
section.course-statusgroups article section table tfoot tr td {
  background-color: #e7ebf1;
  padding-left: 5px;
  padding-right: 0;
}
section.course-statusgroups article section table tfoot tr td.memberactions {
  text-align: right;
}
section.course-statusgroups article section div.statusgroup-no-members {
  font-style: italic;
  margin: 15px;
}
section.course-statusgroups footer {
  background-color: #e7ebf1;
  border-top: 1px solid #000000;
  font-size: medium;
  padding: 5px;
  padding-left: 18px;
  text-align: left;
}
#sort1,
#sort0,
#sort3 {
  padding: 0 0px;
}
#admin_widget_container {
  padding-top: 1em;
  width: 100%;
}
#main,
#choices {
  width: 99%;
  border: 1px solid #8b8f95;
}
.studip-widget-wrapper {
  margin: 0 0 20px;
  padding: 0;
}
.studip-widget {
  border: 1px solid #d4dbe5;
  transition: border-color 300ms ease-in-out;
}
.studip-widget .widget-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e7ebf1;
  color: #28497c;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2em;
  padding: 0 1ex;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.studip-widget .header-options {
  float: right;
  white-space: nowrap;
}
.studip-widget section.contentbox {
  border: none;
}
.studip-widget section.contentbox > header {
  display: none;
}
.studip-widget > div > article.studip {
  border: none;
}
.studip-widget > div > article.studip > header {
  display: none;
}
.studip-widget:hover {
  border: 1px solid #1f4171;
  transition: border-color 300ms ease-in-out;
}
#widget_choices {
  border-right: 1px dashed #1f4171;
  margin-right: 25px;
}
.start-widgetcontainer {
  padding: 0;
  margin-top: 0;
  width: 100%;
}
/* some improvements for ui_widget elements */
.ui-widget_start {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 0;
}
.ui-widget_columnl {
  float: left;
  width: 100%;
}
.ui-widgetContainer {
  color: white;
  background-image: none;
}
.ui-widget_columnr {
  float: right;
}
.ui-widget_head {
  line-height: 30px;
  text-align: center;
  color: white;
  font-size: 1.3em;
  background-color: #899bba;
}
.ui-widget_head:hover {
  cursor: move;
}
.ui-widget_head h1 {
  line-height: 100px;
  text-align: center;
  color: black;
}
.addclip-widgets {
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}
.addclip-widgets a:link,
.addclip-widgets a:visited {
  color: #000;
}
.addclip-widgets a:hover,
.addclip-widgets a:active {
  color: #d60000;
}
.addclip-widgets li {
  border-top: 1px solid #899bba;
  padding: 4px 0;
}
.addclip-widgets li:first-child {
  border-top: 0;
}
.addclip-widgets p {
  margin-left: 25px;
}
div.start-widgetcontainer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}
div.start-widgetcontainer > ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
div.start-widgetcontainer > ul:first-child {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  max-width: 65%;
  min-width: 65%;
}
div.start-widgetcontainer > ul:last-child {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
  max-width: 33%;
  min-width: 33%;
}
div.start-widgetcontainer > ul.empty {
  display: none;
}
div.start-widgetcontainer > ul.move {
  border: #536d96 dashed 1px;
}
div.edit-widgetcontainer .start-widgetcontainer {
  min-height: 60px;
  margin-bottom: 2em;
}
div.available-widgets ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 60px;
  width: 100%;
}
div.available-widgets ul li {
  float: left;
  margin-right: 5px;
}
div.available-widgets ul.move {
  border: #536d96 dashed 1px;
}
div.available-widgets .studip-widget {
  width: 250px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  div.start-widgetcontainer {
    display: block;
  }
  div.start-widgetcontainer ul.portal-widget-list {
    display: block;
    margin-left: 0;
    min-width: 100%;
    max-width: 100%;
  }
}
.profile-sidebar-details {
  margin-left: 0.5em;
}
.profile-view {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.profile-view-aside {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
}
.profile-view-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -moz-box-flex: 1;
  flex: 1 1 100%;
  padding: 0 1em;
}
.profile-view-actions {
  padding-left: 0;
  list-style: none;
}
.profile-view-actions img {
  vertical-align: text-top;
}
form.settings-avatar .avatar-normal {
  padding: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
form.settings-avatar .file-upload {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
form.settings-avatar .form-text {
  color: initial;
}
form.settings-avatar footer {
  padding-left: 40px;
}
@media (min-width: 576px) {
  form.settings-avatar .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-box-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  table.settings-privacy,
  table.settings-privacy thead,
  table.settings-privacy tbody,
  table.settings-privacy th,
  table.settings-privacy td,
  table.settings-privacy tr {
    display: block;
  }
  table.settings-privacy > tbody > tr > td {
    border: none !important;
    padding-left: 10%;
  }
  table.settings-privacy .visibility-homepage-element {
    margin-top: 2em;
  }
  table.settings-privacy .visibility-homepage-element-name {
    font-weight: 600;
    margin-right: .75em;
  }
  table.settings-privacy tbody td,
  table.settings-privacy tbody td:first-child {
    width: auto;
  }
}
#select_fach_abschluss {
  margin: 1em 0;
  min-width: 300px;
}
#select_fach_abschluss tbody td {
  display: block;
  white-space: nowrap;
}
#select_fach_abschluss tbody td:last-child {
  padding-right: .5em;
}
#select_fach_abschluss tbody td::before {
  content: attr(data-label);
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
#select_fach_abschluss tbody th,
#select_fach_abschluss tbody td {
  text-align: left;
}
#select_fach_abschluss > tbody > tr:last-child > td {
  border-bottom: 1px solid #e2e3e5;
}
@media (min-width: 576px) {
  #select_fach_abschluss tbody td::before {
    display: none;
  }
  #select_fach_abschluss tbody th,
  #select_fach_abschluss tbody td {
    display: table-cell;
    padding: .25em .5em;
  }
  #select_fach_abschluss tbody th:first-child,
  #select_fach_abschluss tbody td:first-child {
    padding-left: 0;
  }
  #select_fach_abschluss tbody th:last-child,
  #select_fach_abschluss tbody td:last-child {
    padding-right: 0;
  }
  #select_fach_abschluss tbody td:last-child {
    text-align: center;
  }
}
table.default tr.has-subcourses {
  border-bottom: 1px solid #6d737b;
}
table.default tr.subcourses {
  background-color: #f5f6f6;
}
table.default tr.subcourses td:nth-child(-n+4) {
  padding-left: 20px;
}
@media (max-width: 767px) {
  #layout_wrapper {
    min-width: 0 !important;
  }
  #index div.index_container .messagebox,
  #request_new_password div.index_container .messagebox,
  #web_migrate div.index_container .messagebox {
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  #barTopStudip img {
    height: 33px;
    margin-top: 5px;
    width: 153px;
  }
  #index div.index_container,
  #request_new_password div.index_container,
  #web_migrate div.index_container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-box-flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    flex-direction: column;
    top: 40px;
  }
  #index div.index_container .messagebox,
  #request_new_password div.index_container .messagebox,
  #web_migrate div.index_container .messagebox {
    margin-bottom: 0;
    margin-top: 0;
    width: calc(100% - 74px);
  }
  #index div.index_container #background-desktop,
  #request_new_password div.index_container #background-desktop,
  #web_migrate div.index_container #background-desktop {
    display: none;
  }
  #index div.index_container #background-mobile,
  #request_new_password div.index_container #background-mobile,
  #web_migrate div.index_container #background-mobile {
    display: inherit;
  }
  #index div.index_container div.index_main,
  #request_new_password div.index_container div.index_main,
  #web_migrate div.index_container div.index_main {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: calc(100% - 40px);
  }
  #index div.index_container div.index_main nav,
  #request_new_password div.index_container div.index_main nav,
  #web_migrate div.index_container div.index_main nav {
    display: inline;
  }
}
.audible {
  position: absolute;
  left: -999em;
}
.pagination,
.pagination li {
  line-height: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination li:before {
  content: " | ";
  font-weight: normal;
}
.pagination li:first-child:before {
  content: " ";
}
.pagination .current {
  font-weight: bold;
}
.pagination .current a {
  color: #000;
}
.pagination .prev a,
.pagination .next a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: top;
}
.pagination .prev a {
  background-image: url("../images/icons/blue/arr_1left.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.pagination .next a {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
#rulelist div.admissionrule {
  display: list-item;
  list-style-type: disc;
  margin-left: 25px;
}
.hover_box div {
  display: inline;
}
.hover_box .action_icons {
  display: inline;
  margin-left: 15px;
}
.condition {
  margin-left: 20px;
}
.userlist_user a {
  visibility: hidden;
}
.userlist_user:hover a {
  visibility: visible;
}
.check_actions {
  font-weight: normal;
}
.check_actions a {
  cursor: pointer;
}
#enrollment ul {
  list-style: none inside;
  margin: 0px;
  border-top: 1px solid #1E3E70;
  padding: 0px;
  cursor: move;
}
#enrollment ul li {
  padding: 5px;
  border-bottom: 1px solid #1E3E70;
}
#selected-courses li {
  list-style-type: decimal;
}
#enrollment ul li.empty {
  cursor: no-drop;
  list-style-type: none;
}
#enrollment input[name="filter"] {
  margin-bottom: 20px;
}
#enrollment ul {
  max-height: 200px;
  overflow-x: auto;
}
#enrollment .ui-draggable.ui-draggable-dragging,
#enrollment .ui-sortable-helper {
  background-color: #CED8F2;
  padding: 5px;
  border: 1px solid #1E3E70;
  list-style: none inside;
  width: auto;
}
#enrollment ul li.ui-sortable-helper {
  list-style-type: none;
}
#enrollment .ui-sortable-helper .delete {
  display: none;
}
#enrollment ul li .delete {
  cursor: pointer;
  float: right;
}
#enrollment ul li .delete:after {
  clear: both;
}
#enrollment ul#avaliable-courses li.visible:hover,
#enrollment ul#selected-courses li:hover {
  background-color: #CED8F2;
}
#enrollment ul#avaliable-courses li.visible:nth-child(even),
#enrollment ul#selected-courses li:nth-child(even) {
  background-color: #F8F8F8;
}
#enrollment ul#avaliable-courses li.visible:nth-child(odd),
#enrollment ul#selected-courses li:nth-child(odd) {
  background-color: #EEEEEE;
}
#enrollment .ui-state-highlight {
  padding: 10px;
  background: #CB1800;
  border: 0px;
  height: 30px;
}
.ui-widget-overlay {
  background: rgba(40, 73, 124, 0.5);
  opacity: 1;
  position: fixed;
}
.ui-dialog.ui-widget.ui-widget-content {
  border: 3px solid white;
  padding: 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.ui-dialog.ui-widget.ui-widget-content .hide-in-dialog {
  display: none;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar {
  background: #1f4171;
  border: 0;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: normal;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close {
  width: 32px;
  height: 32px;
  background: inherit;
  border: 0;
  line-height: 32px;
  margin-top: -16px;
  padding: 0;
  text-align: center;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close:hover {
  width: 32px;
  height: 32px;
  background: inherit;
  border: 0;
  margin-top: -16px;
  padding: 0;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close .ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/icons/white/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 0;
  display: inline-block;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar-close .ui-icon:hover {
  background-image: url("../images/icons/white/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane {
  padding: 0.5em 0.4em;
  margin: 0 1em;
  border-color: #d4dbe5;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-dialog-buttonset {
  text-align: center;
  float: none;
  white-space: nowrap;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button {
  background: white;
  border: 1px solid #28497c;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #28497c;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin: 0.8em 0.6em 0.8em 0;
  min-width: 100px;
  overflow: visible;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: bold;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button:hover,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button:active {
  background: #28497c;
  color: white;
  outline: 0;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button:focus {
  outline: dotted 1px #000;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button::-moz-focus-inner {
  border: 0;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.disabled,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e2e3e5;
  cursor: default;
  opacity: 0.65;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.disabled:hover,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button[disabled]:hover {
  color: #28497c;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel {
  padding-right: 23px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button:last-child {
  margin-right: 0;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept::before {
  background-image: url("../images/icons/blue/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept:hover::before {
  background-image: url("../images/icons/white/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept.disabled:hover::before,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.accept[disabled]:hover::before {
  background-image: url("../images/icons/blue/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel::before {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel:hover::before {
  background-image: url("../images/icons/white/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel.disabled:hover::before,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.cancel[disabled]:hover::before {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.download::before {
  background-image: url("../images/icons/blue/download2.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.download:hover::before {
  background-image: url("../images/icons/white/download2.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.download.disabled:hover::before,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.download[disabled]:hover::before {
  background-image: url("../images/icons/blue/download2.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.disabled,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button[disabled] {
  background: #e2e3e5;
  cursor: default;
  opacity: 0.65;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button.disabled:hover,
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button[disabled]:hover {
  color: #28497c;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button::before {
  margin-left: -5px;
  margin-top: 2px;
}
.ui-dialog.ui-widget.ui-widget-content .ui-dialog-buttonpane .ui-button-text-only .ui-button-text {
  padding: 0;
  white-space: nowrap;
}
.ui-dialog-titlebar-wiki {
  background-image: url("../images/icons/white/question-circle.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  top: 50%;
  right: 34px;
}
.ui-dialog .ui-dialog-title {
  margin-right: 48px;
}
.ui-dialog .with-wiki-link .ui-dialog-title {
  box-sizing: border-box;
  padding-right: 24px;
}
.studip-dialog-centered .ui-dialog-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table !important;
  width: 100% !important;
}
.studip-dialog-centered-helper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ui-dialog.studip-confirmation {
  min-width: 30em;
}
.ui-dialog.studip-confirmation .ui-dialog-titlebar {
  background-color: #ffbd33;
  color: black;
  text-align: left;
}
.ui-dialog.studip-confirmation .ui-dialog-titlebar-close {
  background: transparent;
  border: 0;
}
.ui-dialog.studip-confirmation .ui-dialog-titlebar-close .ui-icon,
.ui-dialog.studip-confirmation .ui-dialog-titlebar-close .ui-icon:hover {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 0;
}
.ui-dialog.studip-confirmation .ui-dialog-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/icons/yellow/question-circle-full.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: 12px 8px;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  font-weight: bold;
  padding: 15px 15px 15px 55px;
  text-align: left;
  max-height: 60vh;
}
.ui-dialog.studip-confirmation .ui-dialog-buttonpane {
  text-align: center;
}
.ui-dialog.studip-confirmation .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.ui-dialog.studip-confirmation .ui-dialog-buttonpane .ui-dialog-buttonset > * {
  display: inline-block;
}
.modal-overlay {
  background: rgba(40, 73, 124, 0.5);
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal-overlay-local {
  background-color: rgba(109, 115, 123, 0.5);
  position: absolute;
}
.modal-overlay-ajax {
  background-image: url("../images/ajax_indicator_small.gif");
  background-image: none, url("../images/ajax-indicator-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.modal-overlay-ajax.modal-overlay-dark {
  background-image: none, url("../images/ajax-indicator-black.svg");
}
.modal-overlay.ui-front {
  cursor: wait;
}
.modal-overlay.ui-front h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  padding-bottom: 100px;
  color: #fff;
  border-bottom: 0;
}
.modal-overlay.ui-front progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 45px;
  width: 80%;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: auto;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 3px #e2e3e5;
  background-color: #6d737b;
}
.modal-overlay.ui-front progress::-moz-progress-bar,
.modal-overlay.ui-front progress::-webkit-progress-value {
  background-color: #fac599;
  transition: all 300ms;
}
.modal-overlay.ui-front ul.overlay-progress-log {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  text-align: center;
  color: white;
  max-height: 120px;
  overflow: hidden;
}
#layout_wrapper.has-overlay {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-csv {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: 0;
}
.list-csv > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-csv > li {
  padding-left: 0;
}
.list-csv > li:after {
  content: ",";
}
.list-csv > li:last-child:after {
  content: "";
}
dl dt {
  font-weight: bold;
}
.formatted-content ul {
  list-style-type: disc;
}
.formatted-content ul ul {
  list-style-type: circle;
}
.formatted-content ul ul ul {
  list-style-type: square;
}
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  font-size: 1em;
  vertical-align: baseline;
  border: 1px solid #c5c7ca;
  border-radius: 0;
  padding: 1px 8px 1px 8px;
  position: relative;
  white-space: nowrap;
}
select::-ms-expand {
  display: none;
}
select:not([multiple]):not([size]) {
  padding-right: 20px;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: right 4px center;
  background-repeat: no-repeat;
  height: 30px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
select:focus {
  border: 1px solid #28497c;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-wrapper {
  display: inline-block;
  position: relative;
}
.select2-hidden-accessible {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: initial !important;
  clip: initial !important;
  height: initial !important;
  margin: initial !important;
  padding: initial !important;
  opacity: 0;
  width: initial !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #c5c7ca;
  border-radius: 0;
  min-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__content,
.select2-container--default .select2-selection--multiple .select2-selection__content {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  color: transparent;
  display: inline-block;
  float: none;
  width: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__rendered > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__content {
  order: 1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  order: 2;
}
.select2-container--default .select2-selection--multiple {
  padding-right: 15px;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: right 4px top 11px;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-image: url("../images/icons/blue/decline.svg");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: right center;
  background-repeat: no-repeat;
  color: transparent !important;
  display: inline-block;
  float: none;
  width: 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__content {
  order: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  order: 2;
}
.select2-container--default .select2-selection__arrow {
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: right 4px center;
  background-repeat: no-repeat;
}
.select2-container--default .select2-selection__arrow b {
  visibility: hidden;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1px solid #28497c;
}
.nested-select .select2-results > ul > li.nested-item-header {
  font-weight: bold;
}
.nested-select .select2-results > ul > li.nested-item,
.nested-select .select2-results > ul > li.nested-item.nested-level-1 {
  text-indent: 2ex;
}
.nested-select .select2-results > ul > li.nested-item.nested-level-2 {
  text-indent: 4ex;
}
.nested-select .select2-results > ul > li.nested-item.nested-level-3 {
  text-indent: 6ex;
}
.nested-select .select2-results > ul > li.nested-item.nested-level-4 {
  text-indent: 8ex;
}
.nested-select.institute-list .select2-results > ul > li:not(.nested-item) {
  font-weight: bold;
}
.plus td.element {
  padding-bottom: 2em;
}
.plus .element_header {
  display: inline-block;
  width: 250px;
  margin-left: 5px;
}
.plus .complexity {
  display: inline-block;
  float: right;
}
.plus .complexity_element {
  float: left;
  width: 16px;
  height: 16px;
  border: 1px solid;
}
.plus .element_description {
  display: inline-block;
  margin-left: 20px;
}
.plus .plugin_icon {
  width: 16px;
  height: 16px;
}
.plus .shortdesc {
  margin-left: 3px;
}
.plus .plus_expert {
  margin-left: 20px;
  width: 97%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.plus .screenshot_holder {
  width: 250px;
  -webkit-box-flex: 0 250px;
  -webkit-flex: 0 250px;
  -ms-flex: 0 250px;
  -moz-box-flex: 0 250px;
  flex: 0 250px;
  margin-right: 5mm;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.plus .big_thumb {
  max-width: 250px;
  max-height: 250px;
  padding-top: 5mm;
}
.plus .small_thumb {
  margin-left: 2px;
  margin-top: 5px;
  max-height: 25px;
}
.plus .thumb_holder {
  width: 250px;
  text-align: center;
  background-color: #e7ebf1;
  border-top: 1px solid rgba(137, 155, 186, 0.2);
  border-bottom: 1px solid rgba(137, 155, 186, 0.2);
}
.plus .descriptionbox {
  -webkit-box-flex: 1 305px;
  -webkit-flex: 1 305px;
  -ms-flex: 1 305px;
  -moz-box-flex: 1 305px;
  flex: 1 305px;
  max-width: 45em;
}
.plus .keywords {
  padding: 5mm;
  left: 5mm;
  position: relative;
}
.plus .longdesc {
  overflow: hidden;
}
.plus .helplink {
  float: right;
}
option.faculty {
  font-weight: bold;
}
option.sub_institute {
  padding-left: 15px;
}
div#wizard-participating,
div#wizard-lecturers,
div#wizard-deputies,
div#wizard-tutors {
  margin-top: 5px;
  margin-left: 25px;
}
div#wizard-participating div.description,
div#wizard-lecturers div.description,
div#wizard-deputies div.description,
div#wizard-tutors div.description {
  font-style: italic;
}
div#assigned {
  float: left;
  padding-right: 10px;
  width: calc(50% - 10px);
}
div#studyareas {
  border-left: 1px solid #666666;
  float: left;
  padding-left: 10px;
  width: calc(50% - 20px);
}
/*
change order for AdvancedBasicDataWizardStep
so we do not have to copy the basicdata/index.php
*/
form.course-wizard-step-0 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
form.course-wizard-step-0 > * {
  order: 1;
}
form.course-wizard-step-0 section:nth-of-type(2) {
  order: 2;
}
form.course-wizard-step-0 section:nth-of-type(3) {
  order: 3;
}
form.course-wizard-step-0 section:nth-of-type(4) {
  order: 5;
}
form.course-wizard-step-0 section:nth-of-type(5) {
  order: 9;
}
form.course-wizard-step-0 section:nth-of-type(6) {
  order: 10;
}
form.course-wizard-step-0 section:nth-of-type(7) {
  order: 11;
}
form.course-wizard-step-0 section:nth-of-type(8) {
  order: 12;
}
form.course-wizard-step-0 section:nth-of-type(9) {
  order: 13;
}
form.course-wizard-step-0 section:nth-of-type(10) {
  order: 11;
}
form.course-wizard-step-0 section:nth-of-type(11) {
  order: 4;
}
form.course-wizard-step-0 section:nth-of-type(12) {
  order: 6;
}
form.course-wizard-step-0 section:nth-of-type(13) {
  order: 7;
}
form.course-wizard-step-0 section:nth-of-type(14) {
  order: 8;
}
form.course-wizard-step-0 footer {
  order: 100;
}
.smiley-tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0.5em;
  line-height: 1.8em;
  width: 100%;
}
.smiley-tabs,
.smiley-tabs li {
  list-style: none;
  padding: 0;
}
.smiley-tabs li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  float: none;
  margin: 0;
  white-space: nowrap;
}
.smiley-tabs li.favorites a::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/white/smiley.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.smiley-tabs li.favorites.current a::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/black/smiley.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.smiley-tabs a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.smiley-container {
  border-collapse: collapse;
  width: 100%;
}
.smiley-container > tbody > tr > td {
  padding: 0 1em 0 0;
}
.smiley-container > tbody > tr > td:last-child {
  padding-right: 0;
}
.smiley-container,
.smiley-column {
  table-layout: fixed;
}
.smiley-column {
  margin-right: 1em;
}
.smiley-column:last-child {
  margin-right: 0;
}
.smiley-icon img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.smiley-toggle {
  width: 16px;
  height: 16px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-image: url("../images/icons/blue/checkbox-unchecked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.smiley-toggle.favorite {
  background-image: url("../images/icons/blue/checkbox-checked.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.smiley-toggle.ajax {
  background-image: url("../images/ajax_indicator_small.gif");
}
.smiley-statistics {
  margin: 0;
  padding: 0;
}
.smiley-statistics dt {
  clear: left;
  float: left;
  padding-right: 0.5em;
}
.smiley-statistics dt::after {
  content: ':';
}
.smiley-statistics dd {
  font-weight: 700;
  margin: 0;
  text-align: right;
}
.smiley-picker {
  width: 420px;
}
.smiley-picker .smileys {
  text-align: center;
  width: 100%;
  padding: 5px 0;
}
.smiley-picker .smiley,
.smiley-picker .empty {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  width: 80px;
}
.smiley-picker .smiley {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  max-height: 80px;
  max-width: 80px;
  text-align: center;
}
.smiley-picker .smiley:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.smiley-picker .smiley img {
  vertical-align: middle;
  max-height: 76px;
  max-width: 72px;
  margin-right: 0.25em;
}
.smiley-picker .smiley:hover {
  background-color: rgba(214, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 -1px 4px rgba(214, 0, 0, 0.1), 0 2px 5px #888;
  -moz-box-shadow: 0 -1px 4px rgba(214, 0, 0, 0.1), 0 2px 5px #888;
  box-shadow: 0 -1px 4px rgba(214, 0, 0, 0.1), 0 2px 5px #888;
}
.smiley-picker .navigation {
  border-collapse: collapse;
  width: 100%;
}
.smiley-picker .navigation img {
  vertical-align: text-top;
}
.smiley-picker .navigation td {
  padding: 2px;
}
.smiley-picker .navigation.top td {
  border-bottom: 1px solid #28497c;
}
.smiley-picker .navigation.bottom td {
  border-top: 1px solid #28497c;
}
.smiley-picker .navigation .active a {
  color: #d60000;
  font-weight: bold;
}
.smiley-picker-dialog .ui-dialog-content {
  padding: 0;
}
.oversized-image {
  cursor: zoom-in;
}
.oversized-image-zoom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.oversized-image-zoom span {
  background-color: rgba(0, 0, 0, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  display: block;
  max-width: 98%;
  max-height: 98%;
}
.oversized-image-zoom span img {
  opacity: 0;
}
div.i18n_group {
  position: relative;
}
div.i18n_group > select.i18n {
  border: 0;
  border-right: 1px solid #c5c7ca;
  border-bottom: 1px solid #c5c7ca;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0 !important;
  position: absolute;
  top: 1px;
  left: 1px;
  height: 31px;
  overflow: hidden;
  max-width: 28px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: left 4px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding: 0px 2px 0px 28px !important;
}
div.i18n_group > select.i18n > option {
  background-position: left 1px center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
div.i18n_group > div.i18n input[type=text],
div.i18n_group > div.i18n > textarea,
div.i18n_group > div.i18n .editor_toolbar .buttons,
div.i18n_group > div.i18n .cktoolbar .cke_inner {
  padding-left: 34px !important;
}
#quicksearch_item {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
#globalsearch-searchbar {
  position: relative;
  top: 4px;
}
#globalsearch-searchbar > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#globalsearch-searchbar #globalsearch-clear {
  width: 16px;
  height: 16px;
  margin-left: -22px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#globalsearch-searchbar.has-value #globalsearch-clear {
  opacity: 1;
}
#globalsearch-searchbar #globalsearch-input {
  height: 29px;
  padding-left: 5px;
  width: 215px;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -o-transition: width 300ms;
  transition: width 300ms;
}
#globalsearch-searchbar.is-visible #globalsearch-input {
  width: 423px;
}
#globalsearch-searchbar #globalsearch-icon {
  margin-left: 5px;
  position: relative;
  top: 3px;
}
#globalsearch-searchbar #globalsearch-togglehints {
  font-size: 12px;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
#globalsearch-searchbar #globalsearch-togglehints::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -o-background-size: 12px 12px;
  background-size: 12px 12px;
  vertical-align: text-top;
  width: 12px;
}
#globalsearch-searchbar #globalsearch-togglehints + #globalsearch-hints {
  display: none;
}
#globalsearch-searchbar #globalsearch-togglehints.open::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#globalsearch-searchbar #globalsearch-togglehints.open + #globalsearch-hints {
  display: block;
}
#globalsearch-searchbar #globalsearch-list {
  background-color: #fff;
  box-shadow: 1px 1px 1px #8b8f95;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  max-height: 90vh;
  overflow: auto;
  padding: 5px;
  position: absolute;
  width: 423px;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#globalsearch-searchbar #globalsearch-list a {
  color: #28497c;
}
#globalsearch-searchbar #globalsearch-list a:hover {
  color: #d60000;
}
#globalsearch-searchbar #globalsearch-list section {
  color: #000;
}
#globalsearch-searchbar #globalsearch-list section header {
  color: #28497c;
  margin: 5px;
  margin-bottom: 0;
}
#globalsearch-searchbar #globalsearch-list section p {
  font-size: 12px;
  margin-left: 15px;
  margin-right: 10px;
}
#globalsearch-searchbar.is-visible #globalsearch-list {
  opacity: 1;
}
#globalsearch-searchbar #globalsearch-searching {
  color: #a8abb0;
  display: none;
  text-align: center;
  background-image: url("../images/ajax-indicator-black.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-bottom: 10px;
  padding-bottom: 37px;
}
#globalsearch-searchbar.is-searching #globalsearch-searching {
  display: block;
}
#globalsearch-searchbar.is-searching #globalsearch-results {
  display: none;
}
#globalsearch-searchbar #globalsearch-results:empty {
  display: none;
}
#globalsearch-searchbar #globalsearch-results article {
  border: 1px solid #d0d7e3;
  margin: 3px;
  margin-bottom: 8px;
  margin-top: 8px;
}
#globalsearch-searchbar #globalsearch-results article > header {
  background-color: #e7ebf1;
  color: #28497c;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: bold;
  padding: 3px;
}
#globalsearch-searchbar #globalsearch-results article > header div.globalsearch-category {
  flex: auto;
}
#globalsearch-searchbar #globalsearch-results article > header div.globalsearch-more-results {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: auto;
  margin-top: auto;
  text-align: right;
  width: 100px;
}
#globalsearch-searchbar #globalsearch-results article section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top: 1px solid #d0d7e3;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
#globalsearch-searchbar #globalsearch-results article section:hover {
  background-color: rgba(109, 115, 123, 0.2);
}
#globalsearch-searchbar #globalsearch-results article section.globalsearch-extended-result {
  display: none;
}
#globalsearch-searchbar #globalsearch-results article section > a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  max-width: 100%;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  -moz-box-flex: 0;
  flex: 0;
  margin-left: 6px;
  margin-right: 6px;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-img img {
  width: 36px;
  height: 36px;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-data {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  max-width: calc(100% - 100px);
  overflow: hidden;
  padding-right: 6px;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-data .globalsearch-result-title {
  font-size: 14px;
  font-weight: bold;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-data .globalsearch-result-details {
  color: #646a72;
  font-size: 12px;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-time {
  color: #646a72;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  -moz-box-flex: 0;
  flex: 0;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  max-width: 20%;
  width: 60px;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-expand {
  flex: auto;
  margin-bottom: auto;
  margin-right: 5px;
  margin-top: auto;
  max-width: 25px;
  padding-right: 5px;
  width: 40px;
}
#globalsearch-searchbar #globalsearch-results article section .globalsearch-result-expand a {
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
#globalsearch-searchbar #globalsearch-results article mark {
  background-color: #d0d7e3;
}
#responsive-container {
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#responsive-container input[type="checkbox"] {
  display: none;
}
#responsive-container label {
  cursor: pointer;
}
#responsive-container ul,
#responsive-container li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#responsive-container li {
  border-top: 1px solid #899bba;
}
#responsive-container a {
  color: white;
}
#responsive-container a:hover {
  color: white;
}
#responsive-container .nav-label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 5px;
  top: 5px;
  border-right: 1px solid #899bba;
  padding-right: 2px;
}
#responsive-container .nav-label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 24px;
  margin-right: 0;
  background-image: url("../images/icons/white/arr_1right.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  vertical-align: text-top;
  width: 24px;
}
#responsive-container .nav-label:before {
  -webkit-transition: transform 300ms;
  -moz-transition: transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  vertical-align: text-bottom;
}
label[for="responsive-toggle"]::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 20px;
  margin-right: 0;
  background-image: url("../images/icons/white/hamburger-icon.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  vertical-align: text-top;
  width: 20px;
}
#responsive-navigation {
  background-color: #365a90;
  background-image: -moz-linear-gradient(left, #1f4171, #365a90);
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1f4171), to(#365a90));
  background-image: -webkit-linear-gradient(left, #1f4171, #365a90);
  background-image: -o-linear-gradient(left, #1f4171, #365a90);
  background-image: linear-gradient(to right, #1f4171, #365a90);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f4171', endColorstr='#ff365a90', GradientType=1);
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -o-transition: left 300ms;
  transition: left 300ms;
  left: -276px;
  position: fixed;
  top: 40px;
  bottom: 0;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 270px;
  width: 270px;
  margin-bottom: 40px;
  border-right: 6px solid rgba(0, 0, 0, 0.5);
  overflow: auto;
}
#responsive-navigation.visible {
  left: 0;
}
#responsive-navigation > li:first-child {
  border-top: none;
}
#responsive-navigation > li .icon {
  height: 26px;
  display: inline-block;
  padding-right: 8px;
  vertical-align: text-bottom;
  width: 26px;
}
#responsive-navigation > li > .navigation-item {
  font-size: 1.3em;
  margin: 10px;
}
#responsive-navigation .navigation-item {
  position: relative;
}
#responsive-navigation .nav-title {
  display: block;
  padding: 5px 5px 5px 39px;
}
#responsive-navigation ul {
  -webkit-transition: max-height 400ms ease;
  -moz-transition: max-height 400ms ease;
  -o-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
  max-height: 0px;
  overflow: hidden;
}
#responsive-navigation ul > li {
  background-color: #899bba;
}
#responsive-navigation ul > li > .navigation-item {
  padding: 10px;
}
#responsive-navigation ul .icon {
  display: none;
}
#responsive-navigation input:checked + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 24px;
  margin-right: 0;
  background-image: url("../images/icons/white/arr_1down.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  vertical-align: text-top;
  width: 24px;
}
.csstransforms #responsive-navigation input:checked + label::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 24px;
  margin-right: 0;
  background-image: url("../images/icons/white/arr_1right.svg");
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
  background-size: 24px 24px;
  vertical-align: text-top;
  width: 24px;
}
.csstransforms #responsive-navigation input:checked + label:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#responsive-navigation input:checked + label + ul {
  max-height: 600px;
}
#responsive-navigation input:checked + label + ul > li {
  background-color: rgba(123, 140, 167, 0.6);
}
#barBottomright #sidebar-menu {
  cursor: pointer;
  display: none;
  margin: 0 5px;
  vertical-align: top;
}
#barBottomright #sidebar-menu::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 20px;
  margin-right: 0;
  background-image: url("../images/icons/white/hamburger-icon-small.svg");
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
  vertical-align: text-top;
  width: 20px;
}
/* @deprecated use .hidden-medium-up */
@media (min-width: 768px) {
  .responsive-visible {
    display: none;
  }
}
@media (max-width: 767px) {
  #header,
  #flex-header,
  #barTopFont,
  #barTopMenu,
  #barBottomLeft .current_page,
  #barBottommiddle,
  #barBottomLeft,
  #barBottomArrow,
  #tabs,
  #tabs2,
  .sidebar-image,
  #sidebar-navigation,
  #barTopFont,
  #footer {
    display: none !important;
  }
  .responsive-hidden {
    display: none;
  }
  #notification_marker {
    display: inline-block;
    margin-top: 0;
    vertical-align: initial;
    width: 22px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    line-height: 20px;
  }
  #barTopAvatar {
    position: relative;
    bottom: 0px;
    right: 0px;
    line-height: 20px !important;
  }
  #barTopAvatar #header_avatar_menu {
    display: none;
  }
  #barTopAvatar #avatar-arrow {
    display: none;
  }
  #barTopAvatar::after {
    display: none !important;
  }
  #barBottomContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    position: fixed;
    top: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  #barBottomright,
  #barBottomright ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
  }
  #barBottomright {
    flex: 1 !important;
  }
  #barBottomright #sidebar-menu {
    display: inline-block;
  }
  #barBottomright .list {
    margin-top: 2px;
    width: 300px;
    max-width: 300px;
  }
  #barBottomright .list::before,
  #barBottomright .list::after {
    display: none;
  }
  #barBottomright .list.below {
    left: -210px;
  }
  #barBottomright .list.below:before {
    left: 210px;
  }
  #barBottomright > ul > li {
    flex: 1 0 auto;
  }
  #barBottomright > ul > li:first-child {
    flex: 1 1 100%;
  }
  #notification_container {
    position: inherit !important;
    /*top: 8px;*/
    width: 32px;
    height: 20px;
  }
  #responsive-container {
    display: block;
  }
  #layout_page {
    margin-left: 0;
    margin-right: 0;
  }
  #layout_page,
  #layout_container,
  #barBottomContainer,
  #flex-header,
  #layout_content {
    min-width: inherit !important;
  }
  #layout_container {
    margin-left: 0px;
    margin-right: 0px;
  }
  #layout_content {
    margin: 0px 4px;
  }
  .visible-sidebar {
    right: 0 !important;
    -webkit-transition: right 300ms;
    -moz-transition: right 300ms;
    -o-transition: right 300ms;
    transition: right 300ms;
  }
  #layout-sidebar {
    background-color: #1f4171;
    background-image: -moz-linear-gradient(left, #365a90, #1f4171);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#365a90), to(#1f4171));
    background-image: -webkit-linear-gradient(left, #365a90, #1f4171);
    background-image: -o-linear-gradient(left, #365a90, #1f4171);
    background-image: linear-gradient(to right, #365a90, #1f4171);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff365a90', endColorstr='#ff1f4171', GradientType=1);
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    -webkit-transition: right 300ms;
    -moz-transition: right 300ms;
    -o-transition: right 300ms;
    transition: right 300ms;
    position: fixed;
    top: 40px;
    right: -276px;
    left: auto;
    bottom: 0;
    margin-right: 0px;
    width: 270px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10000;
    border-left: 6px solid rgba(0, 0, 0, 0.5);
  }
  #layout-sidebar .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: auto !important;
    width: 270px !important;
    background: inherit;
    border: 0;
  }
  #layout-sidebar .sidebar:before {
    border: 0 !important;
  }
  #layout-sidebar .widget-links li.active {
    margin-right: 0;
  }
  #layout-sidebar .widget-links li.active:before,
  #layout-sidebar .widget-links li.active:after {
    display: none;
  }
  #index div.index_container div.index_main,
  #request_new_password div.index_container div.index_main,
  #web_migrate div.index_container div.index_main {
    margin-left: auto;
    margin-right: auto;
  }
  #layout_footer {
    display: block;
    min-width: 0;
    width: 100vw;
  }
}
.sidebar-avatar-menu {
  display: none;
  margin-top: 0 !important;
}
.responsive-display .sidebar-avatar-menu {
  display: block;
}
.responsive-display #quicksearch_item {
  padding: 0;
}
.responsive-display #search_sem_quick_search_frame {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.responsive-display #search_sem_quick_search_frame .quicksearchbox {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  opacity: 0;
  max-width: 0;
}
.responsive-display #search_sem_quick_search_frame.open .quicksearchbox {
  opacity: 1;
  max-width: 1000px;
  width: 100% !important;
}
.responsive-display #globalsearch-searchbar #globalsearch-input {
  max-width: 215px;
}
.responsive-display #globalsearch-searchbar #globalsearch-list {
  width: 100vw;
  left: -46px;
}
.responsive-display #barBottomright ul li:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
}
.responsive-display #barBottomright ul li#quicksearch_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -moz-box-flex: 1;
  flex: 1 1 100%;
}
body:not(.fixed) #barTopMenu > li.active {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
body:not(.fixed) #barTopMenu > li.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: #646a72;
  height: 2px;
  margin-top: 3px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
body:not(.fixed) #barTopMenu > li.active::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: 'dark';
  height: 3px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
body:not(.fixed) #barTopMenu > li:not(.active) {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
body:not(.fixed) #barTopMenu > li:not(.active)::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: #b1b4b9;
  height: 2px;
  margin-top: 3px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
body:not(.fixed) #barTopMenu > li:not(.active)::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: 'light';
  height: 3px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
body:not(.fixed) #barTopMenu > li:not(.active):not(:hover)::after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
body:not(.fixed) #barTopMenu:hover > li:not(:hover)::after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
body:not(.fixed) #barTopMenu .action-menu-icon {
  transform: rotate(-90deg);
}
body:not(.fixed) #barTopMenu .overflow li:hover {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
body:not(.fixed) #barTopMenu .overflow li:hover::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: #b1b4b9;
  height: 2px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
body:not(.fixed) #barTopMenu .overflow li:hover::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: 'light';
  height: 2px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
body:not(.fixed) #barTopMenu .overflow li:hover::after {
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
#tabs > li,
#tabs2 > li,
#tabs > li.current,
#tabs2 > li.current,
#tabs > li:hover,
#tabs2 > li:hover {
  line-height: 25px;
}
#tabs > li.current,
#tabs2 > li.current {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
#tabs > li.current::after,
#tabs2 > li.current::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: #646a72;
  height: 2px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
#tabs > li.current::after,
#tabs2 > li.current::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: 'dark';
  height: 2px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
#tabs > li:not(.current),
#tabs2 > li:not(.current) {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
#tabs > li:not(.current)::after,
#tabs2 > li:not(.current)::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: #b1b4b9;
  height: 2px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
#tabs > li:not(.current)::after,
#tabs2 > li:not(.current)::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 1;
  content: '';
  display: block;
  background-color: 'light';
  height: 2px;
  margin-top: 2px;
  transition: left 300ms, right 300ms, opacity 300ms;
}
#tabs > li:not(.current):not(:hover)::after,
#tabs2 > li:not(.current):not(:hover)::after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
#tabs:hover > li:not(:hover)::after,
#tabs2:hover > li:not(:hover)::after {
  left: 50%;
  right: 50%;
  opacity: 0;
}
/*#barTopAvatar {
    &:not(.fixed) {
        &, &.active, &:hover {
            line-height: 25px;
            padding-top: 3px;
        }
        &.active {
            .border-beneath('dark', 1px);
        }
        &:not(.active) {
            .border-beneath('light', 1px);
            &:not(:hover)::after {
                .border-shrink();
            }
        }
    }
}*/
dl.mvv-form {
  margin: 0;
}
dl.mvv-form dt {
  font-weight: bold;
  padding-left: 15px;
  padding-top: 5px;
}
labeldl.mvv-form dt:after {
  content: ":";
}
dl.mvv-form dd {
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #d8dadc;
}
dl.mvv-form dd label {
  display: inline-block;
  padding: 10px;
}
dl.mvv-form dd div.mvv-fachsemester label {
  display: inline;
  padding: 0 10px 0 0;
}
dl.mvv-form label img {
  vertical-align: baseline;
}
dl.mvv-form div.studip {
  width: 75%;
  display: inline;
}
dl.mvv-form blockquote {
  border: 1px dashed #646a72;
  margin: 3px;
  padding: 3px;
  font-size: 0.9em;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
dl.mvv-form blockquote:hover {
  background-color: #fce2cc;
  border-color: #d60000;
}
dl.mvv-details {
  margin: 0;
}
dl.mvv-details dt {
  font-weight: bold;
  padding: 5px 0 0 5px;
}
dl.mvv-details dd {
  margin: 0;
  padding: 5px 0 0 15px;
}
span.mvv-chooser-id {
  display: none;
}
table tr td.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.default > tbody.collapsed > tr > td {
  border-bottom: 1px solid #d8dadc;
}
table.default > tbody.not-collapsed > tr > td {
  border-bottom: 1px solid #d8dadc;
}
table.default > tbody.not-collapsed > tr.loaded-details > td {
  padding: 0px 0px 5px 20px;
}
table.default > tbody:last-of-type > tr.last-child > td {
  border-bottom: 1px solid #d8dadc;
}
table.default > tbody.ui-sortable-helper {
  display: table;
}
table.default > tbody.ui-sortable-placeholder {
  display: block;
}
table.default > tbody.sort_items > tr.header-row > td:first-child {
  background: #fff url("../images/anfasser_24.png") no-repeat left center;
  cursor: move;
  padding-left: 10px;
}
table.default > tbody.sort_items.empty > tr.header-row > td:first-child {
  padding-left: 30px;
}
table.mvv-form tr td:first-child {
  vertical-align: top;
  font-weight: bold;
}
table.mvv-modul-details {
  margin: 10px;
  width: 99%;
}
table.mvv-modul-details td {
  vertical-align: top;
}
table.mvv-modul-details th {
  text-align: left;
  vertical-align: top;
}
table.mvv-modul-details th .mvv-modul-details-head {
  text-align: center;
}
table.mvv-modul-details table th {
  text-align: left;
  vertical-align: top;
}
table.mvv-modul-details input[type=checkbox].mvv-cb-more {
  display: none;
}
table.mvv-modul-details input[type=checkbox].mvv-cb-more:checked ~ ul li:nth-child(n+6) {
  height: 0;
  visibility: hidden;
}
table.mvv-modul-details input[type=checkbox].mvv-cb-more:checked ~ ul li label.cb-more-label {
  display: block;
}
table.mvv-modul-details input[type=checkbox].mvv-cb-more ~ ul label.cb-more-label {
  display: none;
}
table.mvv-semsterdata {
  width: 100%;
  border-collapse: collapse;
  border: none;
  height: 2em;
}
table.mvv-semsterdata td {
  border: none;
  border-right: 1px solid #d8dadc;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
table.mvv-semsterdata td.type {
  font-size: 0.5em;
}
table.mvv-semsterdata td.type.soll {
  color: #d60000;
}
table.mvv-semsterdata td.type.kann {
  color: #008512;
}
table.mvv-semsterdata th {
  border: none;
  border-right: 1px solid #d8dadc;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
ul.mvv-result-list {
  list-style-type: none;
  padding: 0;
}
ul.mvv-result-list dt {
  padding: 1em;
  margin: 0;
}
ul.mvv-result-list li {
  padding: 10px 20px;
  margin: 0;
}
ul.mvv-result-list dd {
  margin: 0;
}
ul.mvv-result-list.even {
  background-color: #ececed;
}
ul.mvv-result-list.even:hover {
  background-color: #b8c3d6;
}
ul.mvv-result-list.odd {
  background-color: #f5f6f6;
}
ul.mvv-result-list.odd:hover {
  background-color: #d0d7e3;
}
ul.mvv-modul li {
  padding-left: 20px;
}
ul.mvv-modul li::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/black/learnmodule.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
ul.mvv-persons {
  width: 100%;
}
ul.mvv-persons li {
  padding-left: 20px;
}
ul.mvv-persons li::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/black/person.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
ul.mvv-faecher li {
  padding-left: 20px;
}
ul.mvv-faecher li::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/black/file.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
ul.mvv-dokumente li > div:first-child::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/black/file.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
ul.mvv-institute li {
  padding-left: 20px;
}
ul.mvv-institute li::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/black/institute.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
ul.mvv-languages li {
  padding-left: 20px;
}
ul.mvv-languages li::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/black/consultation.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
ul.mvv-assigned-items {
  max-width: 40em;
  width: 100%;
  list-style-type: none;
  padding: 20px 0px 20px 10px;
}
ul.mvv-assigned-items li {
  border-bottom: solid #a8abb0 1px;
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
ul.mvv-assigned-items li.sort_items {
  background: #fff url("../images/anfasser_24.png") no-repeat left center;
  cursor: move;
  padding-left: 10px;
}
ul.mvv-assigned-items.ui-autocomplete {
  max-width: 700px;
}
ul li.mvv-item-list-placeholder {
  background-image: none !important;
  border: none !important;
  font-weight: normal !important;
  padding-left: 20px;
}
div.mvv-item-list-properties {
  width: 100%;
  align-self: baseline;
  padding-left: 40px;
}
div.mvv-item-list-properties div {
  font-style: italic;
  font-size: 0.9em;
  max-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.mvv-item-list-text {
  flex: 9;
}
div.mvv-item-list-buttons {
  flex: 1;
  text-align: right;
}
div.mvv-edit-form-new {
  padding: 10px;
}
div.mvv-property-en {
  background: url("../images/languages/lang_en.gif") no-repeat left center;
  padding-left: 20px;
  font-style: italic;
  height: 1.5em;
  text-overflow: ellipsis;
}
div.mvv-property-de {
  background: url("../images/languages/lang_de.gif") no-repeat left center;
  padding-left: 20px;
  font-style: italic;
  height: 1.5em;
  text-overflow: ellipsis;
}
select.mvv-search-select-list {
  display: none;
  max-width: 40em;
}
#mvv-chooser div {
  float: left;
  width: 19%;
}
#mvv-chooser ul {
  list-style: none inside;
  margin: 5px;
  padding: 0;
}
#mvv-chooser ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-top: 1px solid #8b8f95;
  padding: 3px 20px 3px 2px;
  height: 1.3em;
}
#mvv-chooser ul li:hover {
  background: #ececed;
  cursor: pointer;
  font-weight: bold;
}
#mvv-chooser ul li.selected {
  background-image: url("../images/icons/grey/arr_2right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: bold;
}
#mvv-chooser ul li.selected.last {
  background-image: url("../images/icons/grey/accept.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: right;
  background-repeat: no-repeat;
}
#mvv-chooser ul li.selected:after {
  float: right;
}
#mvv-chooser-toggle {
  width: 20px;
  height: 20px;
  float: right;
  cursor: pointer;
  display: none;
}
#mvv-chooser-toggle::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/arr_2up.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
#exposeMask {
  position: fixed !important;
  bottom: 0px;
}
.mvv-add-button {
  width: 20px;
  display: inline-block;
}
.mvv-add-button a {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.mvv-chooser-hidden::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  background-image: url("../images/icons/blue/arr_2down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
.mvv-hideable-hidden {
  display: none;
}
.mvv-include-edit {
  background: url("{@plugin-path}/images/edit-top.png") no-repeat center top;
  width: 580px;
  margin: 0px;
  padding-top: 20px;
}
.mvv-edit-form-ovl {
  width: 560px;
}
.mvv-edit-form-ovl input[type=text],
.mvv-edit-form-ovl textarea {
  width: 90%;
  vertical-align: top;
}
.mvv-include-content {
  margin: 0 15px;
  position: relative;
  height: 400px;
  overflow: auto;
}
.mvv-edit-bottom {
  background: url("{@plugin-path}/images/edit-bottom.png") no-repeat center bottom;
  padding-top: 20px;
}
.mvv-include-close {
  background: url("{@plugin-path}/images/close.png") no-repeat;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: -30px;
  top: -13px;
  width: 35px;
  z-index: 1000;
}
.mvv-include-background {
  background: url("{@plugin-path}/images/edit-bg.png") repeat-y 0 0;
}
.mvv-search-reset {
  display: none;
  cursor: pointer;
}
.sortable a {
  cursor: pointer;
}
.ui-resizable-handle {
  z-index: 999;
}
.ui-menu-item a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  clear: both;
}
form.default .mvv-inst-chooser select {
  width: 20em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mvv-inst-next-button {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.mvv-inst-next-button img {
  display: none;
  cursor: pointer;
}
.mvv-inst-add-button {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}
.mvv-inst-add-button img {
  display: none;
  cursor: pointer;
}
.mvv-select-group {
  padding-bottom: 25px;
}
.mvv-select-group li {
  font-weight: bold;
}
.mvv-select-group li ul {
  padding: 10px 0 0 10px;
  list-style-type: none;
}
.mvv-select-group li ul li {
  font-weight: normal;
}
.mvv-orig-lang {
  display: none;
  border: 1px solid #c5c7ca;
  margin: 3px;
  padding: 3px;
  font-size: 0.9em;
  background-color: #fff;
  max-height: 10em;
  overflow: auto;
}
#lvgruppe_selection {
  padding: 1em;
}
#lvgruppe_selection h3 {
  margin-top: 1em;
}
#lvgruppe_selection.odd {
  background-color: #f5f6f6;
}
#lvgruppe_selection.even {
  background-color: #e7ebf1;
}
#lvgruppe_selection_chosen {
  width: 49%;
  float: left;
  margin: 0;
  padding: 0;
}
#lvgruppe_selection_chosen ul {
  /*  list-style: none; */
  padding: 0;
  margin: 0;
}
#lvgruppe_selection_chosen ul li {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}
#lvgruppe_selection_none,
#lvgruppe_selection_at_least_one {
  font-style: italic;
}
#lvgruppe_selection_selectables {
  width: 49%;
  margin: 0 0 0 50%;
  padding: 0;
}
#lvgruppe_selection_selectables ul {
  padding: 0;
  margin: 0;
}
#lvgruppe_selection_selectables ul li {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}
#lvgruppe_selection_selected li ul li {
  list-style: inside;
  padding-bottom: 0.3em;
}
#admin_seminare_assi #lvgruppe_selection {
  font-size: 0.8em;
}
#admin_seminare_assi #lvgruppe_selection h3 {
  font-weight: normal;
}
.mvv-no-entry {
  font-style: italic;
}
.mvv-content-overlay {
  width: 1100px;
  position: absolute;
  background-color: #fff;
  height: 80%;
}
.mvv-content-overlay-close {
  right: -15px;
}
.mvv-content-overlay-inner {
  overflow: auto;
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  bottom: 18px;
}
.quicksearch_frame {
  white-space: nowrap;
}
.difflog {
  color: brown;
  font-size: smaller;
  vertical-align: text-top;
  text-decoration: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* --- Standardvorgaben ----------------------------------------------------- */
html,
body {
  height: 100%;
}
html {
  overflow-y: auto;
}
body {
  background-color: #d8dadc;
  background-repeat: repeat-x;
  margin: 0;
}
ul + br,
table + br {
  display: none;
}
blockquote {
  border-left: 3px solid #899bba;
  padding: 5px;
  margin: 8px;
  padding-left: 8px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.05);
}
blockquote > .author {
  background-color: #899bba;
  padding: 4px;
  margin-left: -10px;
  padding-left: 15px;
  margin-right: -5px;
  color: white;
  margin-top: -5px;
  margin-bottom: 5px;
}
dd {
  margin-left: 1.5em;
}
input.placeholder {
  opacity: 0.7;
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
table.content {
  border-collapse: collapse;
}
table.content td {
  border: thin solid #666;
  font-size: smaller;
  padding: 3px;
}
div.indent {
  margin-left: 2em;
}
h1.topic,
h2.topic,
h3.topic {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  padding: 0.1em;
}
h1.topic {
  font-size: 1.6em;
}
h2.topic,
h3.topic {
  font-size: 1.2em;
}
ul.clean {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul.clean > li {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0px;
}
/* --- media preview -------------------------------------------------------- */
.preview img,
.preview audio,
.preview video {
  max-height: 500px;
  max-width: 750px;
}
.mainmenu {
  margin-top: 7px;
  text-align: left;
  font-size: 16px;
  padding: 5px;
}
/* --- StudipForm selectbox control------------------------------------------ */
.selectbox {
  background-color: #ffffff;
  border: 1px solid #28497c;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  max-height: 200px;
  overflow: auto;
}
.selectbox fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
.minor {
  color: gray;
  font-size: 0.75em;
}
.quiet {
  color: gray;
}
.middle {
  vertical-align: middle;
}
.text-bottom {
  vertical-align: text-bottom;
}
.text-top {
  vertical-align: text-top !important;
}
/* --- index.php anpassungen an den boxen zur vereinheitlichung ------------- */
table.index_box {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
td.index_box_cell {
  background-color: #e7ebf1;
  padding: 4px;
}
/* overdiv */
div.overdiv {
  background-color: #e7ebf1;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 600px;
  z-index: 2;
}
div.overdiv .title {
  margin: 0;
}
div.overdiv a.title {
  padding: 2px;
  float: right;
}
div.overdiv div.title {
  background: #899bba;
  height: 1.4em;
  padding: 0;
}
div.overdiv h4.title {
  color: #fff;
  float: left;
  font-size: 1em;
  overflow: hidden;
  padding: 2px;
  width: 90%;
}
div.overdiv div.content {
  background-color: #e7ebf1;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 2px;
}
/* --- Editor Toolbar ------------------------------------------------------- */
.add_toolbar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.editor_toolbar {
  display: inline-block;
}
.editor_toolbar .buttons {
  font-size: 0.75em;
  *zoom: 1;
  margin: 0 !important;
  padding: 0 !important;
  border-spacing: 0;
}
.editor_toolbar .buttons:before,
.editor_toolbar .buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
.editor_toolbar .buttons:after {
  clear: both;
}
.editor_toolbar .buttons .left {
  float: left;
}
.editor_toolbar .buttons .right {
  float: right;
}
.editor_toolbar .buttons .ui-button {
  background: #e2e3e5;
  display: inline-block;
  height: 1.4em;
  line-height: 1.4;
  padding: 0.4em 1em;
}
.editor_toolbar .buttons .ui-button:hover {
  background-color: #7e92b0;
  color: #ffffff;
}
/* --- Plugin Administration ------------------------------------------------ */
.plugin_image {
  text-align: center;
  width: 88px;
}
.plugin_score {
  white-space: nowrap;
}
.plugin_install {
  text-align: center;
}
img.plugin_preview {
  height: 60px;
  width: 80px;
}
/* --- User Administration -------------------------------------------------- */
.user_form {
  width: 250px;
}
.times-rooms-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -0.5em;
}
.times-rooms-grid section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  min-width: 23em;
  max-width: 100%;
  padding: 0 0.5em;
}
.times-rooms-grid section:empty {
  height: 0;
}
.times-rooms-grid section section {
  padding: 0;
}
/* --- Veranstaltungsverwaltung --------------------------------------------- */
.boxed-grid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-box-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -0.5em;
}
.boxed-grid,
.boxed-grid li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.boxed-grid li {
  -webkit-box-flex: 1 1 23em;
  -webkit-flex: 1 1 23em;
  -ms-flex: 1 1 23em;
  -moz-box-flex: 1 1 23em;
  flex: 1 1 23em;
  display: block;
  min-width: 23em;
  max-width: 100%;
  padding: 0 0.5em;
}
.boxed-grid li:empty {
  height: 0;
}
.boxed-grid a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e7ebf1;
  border: 1px solid #D0D0D0;
  display: block;
  height: 11em;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 1em;
  position: relative;
}
.boxed-grid a:hover {
  background-color: #F2F2F2;
  border-color: #A4A4A4;
}
.boxed-grid a:hover p {
  color: #000;
}
.boxed-grid img {
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0.1;
}
.boxed-grid h3 {
  color: inherit;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.boxed-grid p {
  color: #666;
}
.smashbox_kategorie {
  font-weight: bold;
  font-size: 2em;
  margin: 0;
  width: 90%;
}
.smashbox_stripe {
  background: url("../images/background_stripes.jpg") repeat-x;
  border-top: 1px solid #D0D0D0;
}
/* --- general style classes ------------------------------------------------ */
.arrow_down {
  background: transparent top left no-repeat !important;
  background-image: url("../images/icons/blue/arr_1down.svg") !important;
  -webkit-background-size: 16px 16px !important;
  -moz-background-size: 16px 16px !important;
  -o-background-size: 16px 16px !important;
  background-size: 16px 16px !important;
}
.arrow_right {
  background: transparent top left no-repeat !important;
  background-image: url("../images/icons/blue/arr_1right.svg") !important;
  -webkit-background-size: 16px 16px !important;
  -moz-background-size: 16px 16px !important;
  -o-background-size: 16px 16px !important;
  background-size: 16px 16px !important;
}
h1:hover .arrow_down,
h2:hover .arrow_down,
h3:hover .arrow_down,
h4:hover .arrow_down {
  background-image: url("../images/icons/red/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
h1:hover .arrow_right,
h2:hover .arrow_right,
h3:hover .arrow_right,
h4:hover .arrow_right {
  background-image: url("../images/icons/red/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
}
.invalid {
  border: 2px dotted red;
}
.invalid_message {
  display: none;
  font-weight: bold;
  color: red;
}
.invisible {
  display: none;
}
.no-break {
  white-space: nowrap;
}
/* classes for the news modules in Stud.IP ---------------------------------- */
.news_item {
  margin: 3px;
}
/* error message */
.error {
  background-color: #fcc;
  border: 1px solid #fcc;
  color: #000;
  display: none;
  font-size: 11px;
  padding: 4px 10px;
}
.error p {
  margin: 0;
}
.error div.arrow {
  border: 10px solid;
  border-color: transparent transparent #FCC transparent;
  height: 0;
  left: 60px;
  position: absolute;
  top: -18px;
  width: 0;
}
.setting_info {
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  color: #444;
}
pre.usercode {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border: rgba(0, 0, 0, 0.1) 5px solid;
}
.semtree li {
  font-weight: bold;
  list-style: none;
  padding-bottom: 5px;
}
/* descriptional texts */
p.info {
  padding: 10px;
  margin: 0;
}
.draggable {
  margin-top: 4px;
}
.draggable_folder {
  margin-bottom: 3px;
}
/* --- institute administration ------------------------------------------- */
.admin-institute input[type=text],
.admin-institute input[type=tel],
.admin-institute input[type=url],
.admin-institute input[type=email],
.admin-institute select:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
}
/* --- info text neu lecture --------------------------------------------- */
div.info {
  padding-left: 1%;
}
/* --- rating --- */
.printhead .rating img {
  padding: 0;
}
/* --- online list --- */
.online-list {
  display: flex;
  flex-wrap: wrap;
}
.online-list > div {
  flex: 1;
  flex-basis: 300px;
  margin-left: 10px;
}
.online-list > div:first-child {
  margin-left: 0px;
}
/* Simple Content Module */
.scm .content_title td {
  text-align: right;
  white-space: nowrap;
}
.scm .content_title td:first-child {
  text-align: left;
  white-space: normal;
}
.scm .content_title input[type=text] {
  width: 200px;
}
.scm .content_body td {
  padding: 22px;
}
.scm .content_body textarea {
  height: 200px;
  width: 100%;
  resize: vertical;
}
.scm .table_footer td {
  text-align: center;
}
.no-js .hidden-no-js {
  display: none;
}
.js .hidden-js {
  display: none;
}
.no-js #enrollment ul {
  cursor: auto;
}
.svg-input input {
  display: none;
}
.svg-input svg,
.svg-input img {
  cursor: pointer;
}
a.new-member::after {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 8px;
  margin-left: 0;
  background-image: url("../images/icons/red/star.svg");
  -webkit-background-size: 8px 8px;
  -moz-background-size: 8px 8px;
  -o-background-size: 8px 8px;
  background-size: 8px 8px;
  vertical-align: text-top;
  width: 8px;
}
#barTopMenu li a img,
#barTopMenu li a canvas,
div#layout-sidebar div.sidebar-image img {
  filter: hue-rotate(0deg) saturate(100%) brightness(100%);
}
.recolor {
  filter: hue-rotate(0deg) saturate(100%) brightness(100%);
}
/**
 * Style the details tag according to stud.ip
 */
details.studip summary {
  cursor: pointer;
  list-style: none;
}
details.studip summary::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1right.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
details.studip summary::before {
  vertical-align: text-bottom;
}
details.studip summary::-webkit-details-marker {
  display: none;
}
details.studip[open] summary::before {
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 16px;
  margin-right: 0;
  background-image: url("../images/icons/blue/arr_1down.svg");
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  background-size: 16px 16px;
  vertical-align: text-top;
  width: 16px;
}
