/* ===================================
General
==================================== */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0;
  padding: 0 !important;
  height: 100%;
}
#wrap {
  height: auto;
  min-height: 100%;
  overflow: hidden;
}
.side-body {
  height: 100%;
  margin-left: 250px;
}
.row {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
}
#fix_footer {
  width: 100%;
  bottom: 0;
  position: fixed;
  left: 0;
  z-index: 10;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  padding-left: 0;
  padding-right: 0;
}
.form-group {
  padding-left: 5px;
  padding-right: 5px;
}
.row .form-group {
  padding-left: 8px;
  padding-right: 8px;
}
.row .input-group {
  margin-left: 8px;
  margin-right: 8px;
}
.row .input-group.mail {
  margin: 2px;
}
.row.form-row {
  margin-right: -8px;
  margin-left: -8px;
}
.row .input-group:has(:focus-visible) {
  outline: 2px solid #2e2d2c;
  border-radius: 3px;
  outline-offset: 2px;
}
/* ===================================
 Elements
==================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  margin-bottom: 8px;
  font-weight: 700;
}
h4 {
  margin-top: 5px;
}
label,
input,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
}
.heading {
  font-size: 35px;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 0;
  font-weight: 700;
}
.page-subline {
  font-size: 14px;
  color: #2e2d2c;
  font-weight: 600;
}
.page-info {
  font-size: 14px;
}
.heading-icon {
  color: #2e2d2c;
  margin-right: 6px;
  margin-left: 4px;
}
.heading-info {
  color: #2e2d2c;
  cursor: pointer;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: -0.0667em;
}
.heading-info:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.heading-info i {
  vertical-align: 0;
}
.heading-info-label {
  display: none;
}
a:active {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.bootbox-body a:focus-visible {
  outline-color: #ffff00;
}
a.icon-btn:focus-visible {
  border-radius: 2px;
}
.nodisplay {
  display: none !important;
}
.no-pad {
  padding: 0 !important;
}
.no-overflow {
  overflow: hidden;
}
.nrp-hide {
  display: none;
}
/*.heading {*/
/*position: relative;*/
/*}*/
/* ===================================
 Element Modifier
==================================== */
.btn {
  height: 36px;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #2e2d2c;
  color: #ffff00;
  transition: background-color 0.3s;
}
.btn:hover,
.btn:focus {
  font-weight: 400;
  background-color: #2e2d2c;
}
.btn:focus-visible {
  outline: 2px solid #2e2d2c !important;
  outline-offset: 2px;
  box-shadow: none;
  z-index: 1;
}
.btn.btn-success-inverted:focus-visible,
.btn.btn-danger-inverted:focus-visible,
.bootbox-body .btn-success:focus-visible {
  outline-color: #ffff00 !important;
}
.btn > * {
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}
.btn.red {
  background-color: #e74c3c;
}
.btn.red:hover,
.btn.red:focus {
  background-color: #c0392b;
}
.flat-button {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.btn-stretch {
  padding: 2px;
}
.btn-long {
  padding: 8px 5px;
}
.refresh-answer-button,
.tvt-input-group-btn {
  padding: 7px 11px;
}
.page-headline {
  padding-right: 0;
}
.fa-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.hidden-text {
  color: transparent;
}
.hide {
  display: none;
}
/* =============================
 FORM
============================= */
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus-visible,
.form-control:has(input:focus-visible) {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.input-group .form-control:focus-visible,
.input-group .form-control:has(input:focus-visible) {
  outline: none;
}
.input-group .form-control:focus {
  z-index: 0;
}
.input-group > input,
.form-group input,
.input-group > select {
  height: 36px;
}
.form-group input:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.bootbox-body .form-group input:focus-visible,
.bootbox-body .form-control:focus-visible,
.bootbox-body .form-control:has(input:focus-visible) {
  outline-color: #ffff00;
}
.vertical-middle {
  vertical-align: middle;
}
/* ===============================
 LANGUAGE HEADER
================================ */
#header {
  padding-bottom: 25px;
}
.language-header {
  float: right;
  margin-right: 15px;
}
/* ===================================
 Messaging & Dialog
==================================== */
.alert {
  border-radius: 3px;
}
.messageContainer {
  padding-left: 15px;
  padding-right: 15px;
}
.bootbox {
  padding-right: 0 !important;
}
.modal-open {
  padding-right: 0 !important;
}
.key-modal-headline {
  font-weight: 900;
  padding-top: 20px;
  display: block;
  font-size: 2em;
}
.key-modal-subline {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hang-loose {
  background: url('../../img/hang-loose.svg?v=2.0.35.0') no-repeat;
  height: 145px;
  width: 145px;
}
.email-user-dialog-text {
  width: 100%;
  padding: 5px;
}
/* ===============================
 FONTS
================================ */
.font-weight-600 {
  font-weight: 600;
}
.bold-text {
  font-weight: bold;
}
.boldest-text {
  font-weight: 900;
}
/* ===============================
 ORDER BOX
================================ */
.box-gray > h2 + p {
  padding-top: 25px;
  padding-bottom: 25px;
}
#order-form .form-group {
  margin-bottom: 0;
}
.product-description {
  font-size: 1.4em;
}
.product-spec {
  font-size: 3.5em;
  line-height: 0.8em;
}
.container {
  padding: 0 20px 0 20px;
  position: relative;
}
/* ===============================
 SIZEING
================================ */
.fullwidth {
  width: 100% !important;
}
.fullheight {
  height: 100% !important;
}
.fa-ab {
  font-size: 1.25em !important;
}
.fa-2 {
  font-size: 1.5em !important;
}
.fa-2_5 {
  font-size: 2em !important;
}
.fa-3 {
  font-size: 2em !important;
}
/* ===============================
 TABLES
================================ */
.panel-heading {
  padding-left: 8px;
}
.panel-body {
  padding: 0;
}
.tvt-panel .panel-body p {
  padding-left: 8px;
}
.table-filter {
  margin-left: -8px;
  margin-right: -8px;
}
.table-filter .tag-filter {
  z-index: inherit;
}
.table-filter .col-xs-24,
.table-filter .col-sm-24 {
  padding: 5px 0;
}
.text-filter,
.comment-filter {
  padding-left: 5px;
  color: #ffff00 !important;
}
.table-borderless {
  width: 100%;
}
.table-borderless thead tr th {
  border-bottom: 1px solid #2e2d2c;
}
.dataTable tbody tr td,
.table-fixed tbody tr td {
  border-bottom: 1px solid rgba(56, 23, 137, 0.15);
  padding: 0 0 0 8px;
}
.dataTable,
.table-fixed {
  table-layout: fixed;
}
.dataTable thead > tr > th:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: -3px;
}
/* Hide sort icons */
.dataTable > thead > tr > th[class*="sort"]::after {
  display: none;
}
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 0;
}
.dataTable thead .sorting::before {
  content: "\f0dc";
  font-family: 'Font Awesome 5 Free';
  opacity: 1;
  padding-right: 5px;
}
.dataTable thead .sorting_desc::before {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
  opacity: 1;
  padding-right: 5px;
}
.dataTable thead .sorting_asc::before {
  content: "\f0de";
  font-family: 'Font Awesome 5 Free';
  opacity: 1;
  padding-right: 5px;
}
.dataTable thead .star_wrapper.sorting::before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3em;
  color: #ff00ff;
  font-weight: normal;
}
.dataTable thead .star_wrapper.sorting_desc::before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3em;
  color: #ff00ff;
  font-weight: bold;
}
.dataTable thead .star_wrapper.sorting_asc::before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3em;
  color: #ff00ff;
  font-weight: bold;
}
.dataTables_scrollBody .dataTable thead .sorting_asc::before {
  content: none;
  font-family: 'Font Awesome 5 Free';
  opacity: 1;
  padding-right: 5px;
}
.dataTables_scroll .dataTable thead .sorting::before {
  content: none;
  font-family: 'Font Awesome 5 Free';
  opacity: 0;
  padding-right: 5px;
}
.dataTables_scroll .dataTable thead .sorting_desc::before {
  content: none;
  font-family: 'Font Awesome 5 Free';
  opacity: 0;
  padding-right: 5px;
}
.dataTables_scroll .dataTable thead .sorting_asc::before {
  content: none;
  font-family: 'Font Awesome 5 Free';
  opacity: 0;
  padding-right: 5px;
}
.dataTables_scroll .dataTable tbody tr,
.dataTables_scroll .dataTable tbody td {
  height: 1em;
}
.dataTables_scroll th {
  border-bottom: 1px solid #ffff00;
}
.dataTable .category {
  width: 100%;
}
.dataTable tbody tr {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
}
.dataTable tbody td {
  height: 100%;
}
.dataTable tbody tr .mobile-visible {
  font-weight: 400;
}
.dataTable tbody tr .mobile-visible-highlight {
  font-weight: 600;
}
table.dataTable td label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
table.dataTable td .highlight label {
  font-weight: bolder;
}
table.dataTable td i ~ label {
  padding-left: 10px;
}
table.dataTable tr.selected td label {
  color: #ffff00;
}
table.dataTable td.dataTables_empty {
  text-align: left;
}
.table-borderless thead th,
.table-borderless .table-head th {
  padding-bottom: 0 !important;
  font-size: 13px;
  font-weight: bold;
}
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless tfoot th {
  border-top: none !important;
  vertical-align: middle;
}
.table-borderless tfoot th,
.table tfoot th {
  font-weight: 400;
}
.mobile-visible {
  display: none;
}
.sub-delimiter {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 7px;
  vertical-align: middle;
}
.sub-item > div {
  max-width: 100%;
}
.sub-item.separated > div {
  max-width: calc(100% - 17px);
}
.sub-item:first-child:nth-last-child(1),
.sub-item:first-child:nth-last-child(1) ~ .sub-item {
  max-width: 100%;
}
.sub-item:first-child:nth-last-child(2),
.sub-item:first-child:nth-last-child(2) ~ .sub-item {
  max-width: 50%;
}
.sub-item:first-child:nth-last-child(3),
.sub-item:first-child:nth-last-child(3) ~ .sub-item {
  max-width: 33%;
}
.sub-item:first-child:nth-last-child(4),
.sub-item:first-child:nth-last-child(4) ~ .sub-item {
  /*max-width: 25%;*/

  /* TODO Der platz ist absichtlich "ueberbucht", */

  max-width: 33%;
}
/* Fix to prevent pagination to blend over drop down menu */
.pagination > .active > a,
.pagination > .active > a:hover {
  z-index: 1 !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffff00;
  background-color: #2e2d2c;
  border: 2px solid #2e2d2c;
  margin-left: -1px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #2e2d2c;
  background-color: #ffff00;
  border-color: #2e2d2c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: color-mix(in srgb, #ffff00 50%, #2e2d2c);
  background-color: #2e2d2c;
  border-color: #2e2d2c;
  cursor: not-allowed;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffff00;
  background-color: #2e2d2c;
  border-color: #2e2d2c;
}
.pagination > li > a:focus-visible {
  outline: 2px solid #ffff00;
  outline-offset: -6px;
}
.pagination > .active > a:focus-visible {
  outline-color: #2e2d2c;
}
div.dataTables_paginate {
  font-size: 14px;
}
.no-pagination div.dataTables_paginate {
  display: none;
}
div.dataTables_length {
  float: left;
}
div.dataTables_length label {
  font-size: 14px;
  margin-top: 2px;
}
div.dataTables_length .combobox-wrapper {
  height: 36px;
  width: 60px !important;
}
div.dataTables_length .combobox-wrapper .combobox-input {
  font-weight: 700;
}
/* ===============================
 Divider, Line & Misc
================================ */
.solidline {
  border-top: 1px solid;
  margin: 0 0 0;
}
/* =============================
 Position & alignment
============================= */
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left !important;
}
.aligncenter {
  text-align: center;
}
.center-text {
  text-align: center;
}
.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* =============================
 LINEBREAKS
============================= */
.br-xs {
  display: none;
}
.br-sm {
  display: none;
}
.br-md {
  display: none;
}
.br-lg {
  display: none;
}
/* =============================
 COMPONENT - UPLOAD AREA
============================= */
.upload-area input[type="file"] {
  position: absolute;
  clip: rect(0px, 0px, 0px, 0px);
}
.btn-file {
  height: 50px;
}
.upload-area ~ div {
  padding-top: 15px;
}
/* =============================
 COMPONENT - QA-TABLE
============================= */
#qa-table td {
  vertical-align: top;
}
.qa-table-add button {
  width: 100%;
}
#qa-table .qa-table-add > td {
  padding: 0;
}
#qa-table .qa-table-add > td > div {
  padding: 8px;
}
/* =============================
 COMPONENT - MAGICSUGGEST TAG LIST
============================= */
.bootbox .ms-sel-ctn .ms-sel-item .ms-close-btn {
  background-image: url(../../img/magicsuggest/ms-close_ab.png);
}
.ms-ctn-disabled .ms-helper {
  visibility: hidden;
}
.ms-ctn-disabled .ms-sel-ctn {
  padding-right: 0;
}
.ms-ctn .ms-trigger:hover {
  background-color: inherit;
}
.ms-res-ctn .ms-res-item {
  color: inherit;
}
.ms-ctn .ms-trigger {
  border: 0;
}
.ms-res-ctn .ms-res-item[aria-selected=true]:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  right: 5px;
  position: absolute;
  font-weight: 900;
  padding-left: 4px;
  background: #2e2d2c;
}
.ms-res-ctn .ms-res-item-active[aria-selected=true]:after {
  background: #ffff00;
}
.ms-res-ctn .ms-res-item-added.ms-res-item[aria-selected=true]:after {
  content: '\f067' !important;
}
/* =============================
 COMPONENT - EDITOR
============================= */
.cke_top {
  padding: 6px 8px 2px;
  white-space: normal;
}
.cke_chrome {
  display: block;
  padding: 0;
}
/* =============================
 COMPONENT - COMBOBOX
============================= */
.combobox-wrapper {
  box-sizing: border-box;
  display: inline-grid;
  margin: 0;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.combobox-wrapper .combobox-input {
  display: block;
  position: relative;
  cursor: pointer;
  color: #ffff00;
  background-color: #2e2d2c;
  border: 0;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.combobox-wrapper .combobox-input::after {
  content: '';
  border-color: #ffff00 transparent transparent transparent;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  position: absolute;
  right: 7px;
  top: 47%;
}
.combobox-wrapper .combobox-input:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.combobox-wrapper .combobox-dropdown {
  display: none;
}
.combobox-wrapper.open .combobox-dropdown {
  display: block;
  position: absolute;
  margin: 3px 0;
  padding: 5px 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  max-height: 50vh;
  overflow-y: auto;
  scrollbar-width: thin;
  color: #ffff00;
  background-color: #2e2d2c;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.combobox-wrapper.open.top .combobox-dropdown {
  top: unset;
  bottom: 100%;
}
.combobox-wrapper .combobox-dropdown .combobox-option,
.combobox-wrapper .combobox-dropdown .combobox-nooptions {
  padding: 6px;
  line-height: 1.2em;
}
.combobox-wrapper .combobox-dropdown .combobox-option.active {
  color: #2e2d2c;
  background-color: #ffff00;
}
.inverted .combobox-wrapper .combobox-input {
  color: #2e2d2c;
  background-color: #ffff00;
}
.inverted .combobox-wrapper .combobox-input::after {
  border-color: #2e2d2c transparent transparent transparent;
}
.inverted .combobox-wrapper .combobox-input:focus-visible {
  outline-color: #ffff00;
}
.inverted .combobox-wrapper.open .combobox-dropdown {
  color: #2e2d2c;
  background-color: #ffff00;
}
.inverted .combobox-wrapper .combobox-dropdown .combobox-option.active {
  color: #ffff00;
  background-color: #2e2d2c;
}
.input-group .combobox-wrapper {
  font-size: 13px;
}
.input-group .combobox-wrapper .combobox-input {
  border-radius: 0 3px 3px 0;
}
.input-group .combobox-wrapper .combobox-input:focus-visible {
  outline: none;
}
/* =============================
 COMPONENT - TABLE SORT MENU
============================= */
.table-sort-menu {
  position: relative;
  visibility: hidden;
}
@media (max-width: 991px) {
  .table-sort-menu {
  visibility: visible;
}

}
.table-sort-menu .table-sort-menu-noopen {
  background-color: #2e2d2c;
  color: #ffff00;
  width: 35px;
  height: 20px;
  text-align: center;
  padding: 1px;
  margin: 0 8px 3px auto;
  border-radius: 4px;
}
.table-sort-menu .table-sort-menu-noopen:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.table-sort-menu .table-sort-menu-open {
  display: none;
}
.table-sort-menu.visible .table-sort-menu-open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 4px 0;
  border-radius: 4px;
  background-color: #2e2d2c;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.table-sort-menu.visible .table-sort-menu-open.top {
  top: unset;
  bottom: 0;
}
.table-sort-menu .table-sort-menu-open ul {
  list-style-type: none;
  margin: 0;
}
.table-sort-menu-entry {
  color: #ffff00;
  text-align: left;
  padding: 3px 10px 3px 18px;
}
.table-sort-menu-entry:focus {
  color: #2e2d2c;
  background: #ffff00;
}
.table-sort-menu-entry.table-sort-asc::before {
  content: "\f0de";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 6px;
}
.table-sort-menu-entry.table-sort-desc::before {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  left: 6px;
}
.table-sort-menu-column .table-sort-menu {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
/* =============================
 PAGE - index_internal.html
============================= */
.sp-area {
  margin-top: 35px;
}
.sp-area h1 {
  margin-top: 0;
}
.sp-icons {
  display: flex;
  flex-wrap: wrap;
}
.sp-icons > div {
  padding-left: 5px;
  padding-right: 5px;
}
.sp-icon {
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
  z-index: 1;
}
.sp-icon-wrapper {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 30px;
  font-size: 50px;
  color: #ffff00;
  background: #2e2d2c;
  text-align: center;
  line-height: 100px;
  margin-bottom: 6px;
}
.sp-icon-wrapper:hover,
.sp-icon-wrapper:focus {
  color: #ff00ff;
  background: #2e2d2c;
}
.sp-icon-wrapper:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.sp-icon-caption {
  display: block;
  color: #2e2d2c;
  font-weight: bold;
}
/* =============================
 PAGE - my_vital_things.html
============================= */
#empty-document-view > i {
  opacity: 0.25;
  font-size: 22em;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
/* =============================
 PAGE - help.html
============================= */
#help-content a > span:hover {
  font-weight: 900;
}
#help-content a:focus-visible {
  font-weight: 900;
}
/* =============================
 PAGE - messaging.html
============================= */
.assignment-heading {
  padding-left: 8px;
}
.glyphicon ~ .buttonText,
i ~ span {
  padding-left: 10px;
}
.btn-long i ~ span {
  padding-left: 5px;
}
/* i ~ span not for mobile */
.mobile-visible i ~ span {
  padding-left: 0;
}
/* ===============================
 COMMON ELEMENTS
================================ */
#drag-overlay {
  width: calc(100vw - 60px);
  height: calc(100vh - 60px);
  position: fixed;
  background: #333333;
  opacity: .5;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: 30px;
  color: #ff00ff;
  border: 2px dashed #ff00ff;
  border-radius: 10px;
}
#drag-overlay > span {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: #ff00ff;
  line-height: 0.8em;
  text-align: center;
}
.box {
  border-radius: 3px;
  border-style: solid;
  border-color: #ff00ff;
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 8px;
  border-bottom-width: 8px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.box-gray {
  padding: 20px 20px 30px;
}
.box-gray h4,
.box-gray i {
  margin-bottom: 20px;
}
.box-bottom {
  text-align: center;
  margin-bottom: 5px;
}
.box-bottom a {
  font-weight: 700;
}
.box-bottom a:hover {
  text-decoration: none;
}
#privacy-policy-content ul {
  padding-left: 18px;
}
.footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.footer .footer-delimiter {
  font-size: 8px;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
}
.footer i ~ span {
  padding-left: 0;
}
.footer .fcontainer {
  position: relative;
  text-align: center;
}
.footer-ele {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
}
.mobile-align {
  text-align: center;
}
/*
    Bootstrap col-xs
*/
@media (max-width: 767px) {
  .hidden-header-xs {
  display: none !important;
}
.show-header-xs {
  display: table-cell !important;
}
.box {
  margin-left: 0;
  margin-right: 0;
}
.side-body {
  margin-left: 0;
}
#invite-send-btn {
  margin-top: 10px;
}
.br-xs {
  display: block;
}
.center-text-mobile {
  text-align: center;
}
/* Main body section */
  .navbar-header {
  margin-top: 20px;
  border-bottom: none;
}
.hidden-text-xs {
  color: transparent;
  font-size: 0 !important;
}
.network .btn {
  width: 100%;
  margin-bottom: 10px;
}
.mobile-align {
  text-align: left;
}

}
/*
    Bootstrap col-sm
*/
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-header-sm {
  display: none !important;
}
.show-header-sm {
  display: table-cell !important;
}
.hidden-text-sm {
  color: transparent;
  font-size: 0 !important;
}
.br-sm {
  display: block;
}
.mobile-align {
  text-align: left;
}

}
/*
    Bootstrap col-md
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-text-md {
  color: transparent;
  font-size: 0 !important;
}
.br-md {
  display: block;
}
.action-bar-mobile .sort {
  display: none !important;
}

}
/*
    Bootstrap col-lg
*/
@media (min-width: 1200px) {
  .br-lg {
  display: block;
}
.upload-area ~ div {
  padding-left: 15px;
  padding-top: 0;
}
.action-bar-mobile .sort {
  display: none !important;
}

}
.selectable {
  cursor: pointer;
}
/*
 ACTION BAR MULTISELECT
 */
.multi-select-bar {
  position: relative;
  overflow: visible;
  display: grid;
  height: 0;
  z-index: 200;
}
th .multi-select-bar {
  width: 0;
}
.multi-select-bar.one-element .visible-action li {
  padding-left: 8px;
  padding-right: 8px;
}
.multi-select-bar .visible-action {
  display: none;
}
.multi-select-bar .visible-action i {
  font-size: 22px;
  color: #ffff00;
  padding: 1px;
}
.multi-select-bar .action-btn {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 3px 4px 3px 4px;
  border-radius: 4px;
}
.multi-select-bar .action-btn:focus-visible {
  outline: 2px solid #ffff00;
}
.multi-select-bar .action-btn:hover {
  background-color: color-mix(in srgb, #ffff00 20%, #2e2d2c);
}
.visible-action ul {
  height: 100%;
  margin: 0;
  direction: ltr;
  text-align: left;
  list-style-type: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.visible-action li {
  padding-left: 6px;
  padding-right: 6px;
}
.multi-selection .visible-action {
  height: 100%;
  background: #2e2d2c;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 2px;
}
th .multi-selection .visible-action {
  position: relative;
  top: -60px;
  left: -8px;
  box-shadow: 0 0 4px 4px #ffff00;
}
.no-pagination .multi-selection .visible-action {
  top: -40px;
}
th.action-bar-head {
  padding: 0 !important;
}
.multi-select-info {
  color: #ffff00;
  border-right: 1px solid;
  padding: 5px 8px;
  font-size: 14px;
}
.fix-multi-action-bar {
  position: fixed;
  top: 70px;
  left: 278px;
}
.no-pagination .fix-multi-action-bar {
  top: 50px;
}
@media (max-width: 767px) {
  .fix-multi-action-bar {
  top: 120px;
  left: 13px;
}
.no-pagination .fix-multi-action-bar {
  top: 100px;
}

}
/*
 ACTION BAR
 */
.action-bar {
  direction: rtl;
  text-align: right;
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  align-items: center;
}
.action-bar-mobile {
  direction: rtl;
  position: fixed;
  top: 60px;
  right: 20px;
  overflow: visible;
  height: 0;
  display: inline-block;
  z-index: 99;
  visibility: hidden;
}
.action-bar .visible-open,
.action-bar-mobile .visible-open {
  display: none;
}
.action-bar .visible-open i,
.action-bar-mobile .visible-open i {
  font-size: 22px;
}
.action-bar .three-dots-img {
  background: url(../../img/three-dots.svg) no-repeat;
  width: 35px;
  height: 27px;
  display: inline-block;
  cursor: pointer;
}
.selected .action-bar .three-dots-img {
  background: url(../../img/three-dots-invers.svg) no-repeat;
}
.action-bar .three-dots-img:focus-visible {
  outline: 3px solid #2e2d2c;
  border-radius: 5px;
  outline-offset: -2px;
}
.selected .action-bar .three-dots-img:focus-visible {
  outline-color: #ffff00;
  box-shadow: none;
}
.action-bar .action-btn,
.action-bar-mobile .action-btn {
  cursor: pointer;
  align-items: center;
  display: flex;
  height: 100%;
  padding: 6px 8px 5px 8px;
  border-radius: 4px;
}
.action-bar .action-btn:focus-visible,
.action-bar-mobile .action-btn:focus-visible {
  outline: 2px solid #2e2d2c;
}
.selected .action-bar .action-btn:focus-visible,
.selected .action-bar-mobile .action-btn:focus-visible {
  outline-color: #ffff00;
}
.action-bar .action-btn:hover,
.action-bar-mobile .action-btn:hover {
  background-color: color-mix(in srgb, #2e2d2c 15%, transparent);
}
.selected .action-bar .action-btn:hover,
.selected .action-bar-mobile .action-btn:hover {
  background-color: color-mix(in srgb, #ffff00 20%, transparent);
}
.visible-noopen {
  padding-right: 8px;
  height: 25px;
  line-height: 1.4em;
}
.selected .visible-noopen {
  padding-right: 6px;
}
.visible-open {
  height: 100%;
  color: #2e2d2c;
  background: #ffff00;
}
.selected .visible-open {
  background: #2e2d2c;
}
.visible-open ul {
  height: 100%;
  margin: 0;
  direction: ltr;
  text-align: left;
  list-style-type: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.visible-open li {
  padding-left: 6px;
  padding-right: 6px;
}
.selected .visible-open i {
  color: #ffff00;
}
.action-bar.visible > .visible-noopen,
.action-bar-mobile.visible > .visible-noopen,
.hasHover tr:hover .visible-noopen {
  display: none;
}
.action-bar.visible > .visible-open,
.action-bar-mobile.visible > .visible-open,
.hasHover tr:hover .visible-open {
  display: inline-block;
}
@media (hover: hover) {
  .hasHover .visible-open .action-label {
  display: none;
}
.hasHover .visible-open {
  height: 100%;
  border: 2px solid #2e2d2c;
  border-radius: 4px;
}
.hasHover .selected .visible-open {
  border-color: #ffff00;
}
.hasHover .visible-open ul {
  background-color: rgba(56, 23, 137, 0.15);
}
.hasHover .selected .visible-open ul {
  background-color: transparent;
}
.hasHover .visible-open > div {
  height: 100%;
  display: flex;
  align-items: center;
}

}
/*
    ACTION BAR SIDEBAR UND MOBILE
*/
.action-bar.force-mobile > .visible-open,
.action-bar-mobile.force-mobile > .visible-open {
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
  z-index: 1100;
  background: #2e2d2c;
  padding: 4px;
  border-radius: 3px;
  border-style: solid;
  border-color: #ff00ff;
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 5px;
  border-bottom-width: 5px;
}
.action-bar.force-mobile > .visible-open.top,
.action-bar-mobile.force-mobile > .visible-open.top {
  bottom: 0;
  top: auto;
}
.action-bar.force-mobile > .visible-open i,
.action-bar-mobile.force-mobile > .visible-open i {
  position: static;
  left: 10px;
  padding-top: 5px;
  color: #ffff00;
  width: 22px;
}
.action-bar.force-mobile > .visible-open ul,
.action-bar-mobile.force-mobile > .visible-open ul {
  list-style-type: none;
  white-space: pre-wrap;
  display: block;
}
.action-bar.force-mobile > .visible-open ul > li,
.action-bar-mobile.force-mobile > .visible-open ul > li {
  padding-left: 0;
  padding-right: 0;
}
.action-bar.force-mobile > .visible-open ul > li .action-icon,
.action-bar-mobile.force-mobile > .visible-open ul > li .action-icon {
  display: none;
}
.action-bar.force-mobile > .visible-open ul > li .action-label,
.action-bar-mobile.force-mobile > .visible-open ul > li .action-label {
  text-align: left;
  color: #ffff00;
  padding: 1px 8px 4px 8px;
  margin: 2px;
  display: block;
  white-space: nowrap;
}
.action-bar.force-mobile > .visible-open ul > li .action-label .pure-checkbox,
.action-bar-mobile.force-mobile > .visible-open ul > li .action-label .pure-checkbox {
  margin-right: 10px;
  border: 1px solid #ffff00;
  margin-bottom: 9px;
}
.action-bar-mobile i {
  text-align: center;
}
/*
    ACTION BAR MOBILE MENU
*/
.mobile-context-menu .visible-action li:focus-visible {
  outline: none;
}
.mobile-context-menu .visible-action:has(:focus-visible) {
  outline: 2px solid #2e2d2c;
  outline-offset: 2px;
}
.mobile-context-menu .action-btn:focus-visible {
  outline: 2px solid #ffff00;
  border-radius: 0;
}
/*
 END ACTIONBAR
 */
.short-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
}
.short-text label {
  display: initial;
}
.navbar-fixed-top.navbar-transparent.marquee-visible {
  top: 25px;
}
.lp-arrow.marquee-visible {
  top: calc(100vh - 110px) !important;
}
/* Make it a marquee */
.maintenance-marquee {
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background-color: #ffff00;
  color: #2e2d2c;
  animation: marquee 40s linear infinite;
}
.maintenance-marquee:hover {
  animation-play-state: paused;
}
/* Make it move */
@keyframes marquee {
  0% {
  text-indent: 100%;
}
100% {
  text-indent: -105em;
}

}
@media (min-width: 768px) {
  .content-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sp-icons {
  margin-left: -5px;
}

}
@media (max-width: 767px) {
  h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 12px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
  text-align: right;
}
.action-bar-mobile {
  visibility: visible;
  right: 5px !important;
  top: 60px !important;
  padding-right: 0 !important;
}

}
/**
    smaller than col-md
 */
@media (max-width: 991px) {
  .mobile-visible {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.mobile-visible div {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.table-borderless > tbody > tr > td.file-name-col {
  padding-top: 0;
  padding-bottom: 0;
}
.table-borderless > tbody > tr > td {
  height: 49px;
}
.action-bar-mobile {
  visibility: visible;
  top: 10px;
}
.heading {
  font-size: 24px;
  margin-top: 0;
}
.section-headline {
  padding-bottom: 0;
}

}
@media (max-width: 485px) {
  .sp-icons {
  justify-content: center;
}

}
button.nrp-stretch-long {
  min-width: 190px;
}
@media (max-width: 650px) {
  button.nrp-stretch,
button.nrp-stretch-long {
  width: 100%;
  margin: 0 0 5px 0 !important;
}

}
@media (pointer: coarse) {
  tr:hover .visible-noopen {
  display: block;
}
tr:hover .visible-open {
  display: none;
}
.visible-open .action-icon {
  display: none;
}
.visible > .visible-open {
  display: inline-block !important;
}
.action-label {
  text-align: left;
}
.visible-open {
  position: absolute;
  top: 0;
  bottom: auto;
  z-index: 1100;
  background: #2e2d2c;
  height: auto !important;
  padding: 10px;
  border-radius: 3px;
  border-style: solid;
  border-color: #ff00ff;
  border-left-width: 3px;
  border-top-width: 3px;
  border-right-width: 5px;
  border-bottom-width: 5px;
}
.visible-open.top {
  bottom: 0;
  top: auto;
}
.visible-open .action-label {
  color: #ffff00;
  padding-bottom: 5px;
  padding-top: 5px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.visible-open ul {
  display: block;
  list-style-type: none;
  white-space: pre-wrap;
}
.visible-open li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.visible-open .action-label .pure-checkbox {
  margin-right: 9px;
  border: 1px solid #ffff00;
}

}
.fa.push,
.fas.push {
  width: 18px;
  text-align: center;
}
.fa-assign-alt:before {
  content: "\f1e0";
}
.fa-stack {
  font-size: 1.07em;
  color: #2e2d2c;
  cursor: pointer;
}
.fa-inverse {
  color: #ffff00;
}
.highlight {
  font-weight: bolder;
}
.trustee-image-align {
  width: 17.5px;
  text-align: center;
}
.icon-in-list {
  width: 25px;
  text-align: center;
}
.p-viewer {
  float: right;
  margin: -28px 10px 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #2e2d2c !important;
}
input.eye {
  padding-right: 40px;
}
input::-ms-reveal {
  display: none;
}
.loader {
  border: 3px solid #ffff00;
  border-top: 3px solid #2e2d2c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}

}
.extended-account {
  background-color: #ffff00;
  border-radius: 10px;
}
.extended-account-inverse {
  color: #ffff00;
  border-radius: 10px;
}
.info-frame {
  border: 1px solid;
  background-color: #ff00ff;
  padding: 10px;
}
.welcome a {
  border-radius: 6px;
  color: #ffff00;
  background: #2e2d2c;
  text-align: center;
  text-decoration: none;
  padding: 0 8px 2px;
  font-weight: bold;
}
.welcome a:hover,
.welcome a:focus,
.welcome a:active {
  color: #ff00ff;
  background: #2e2d2c;
  font-weight: bold;
  text-decoration: none;
}
.nrp-fa-trustee:before {
  content: "\f49e";
}
.nrp-upload-field {
  width: 100%;
}
.dropzone {
  max-height: 400px;
  overflow-y: auto;
  background-color: #ffff00 !important;
}
.nrp-dialog-text .secondary-blue,
.dz-filename,
.dz-message {
  font-size: 0.9em;
}
.dz-message {
  color: #2e2d2c;
}
@media (min-width: 992px) {
  .main-menu-trustee-action-bar {
  direction: rtl;
  position: fixed;
  top: 10px;
  right: -10px !important;
  visibility: visible;
  transform: translateX(-285.5%);
  z-index: 1000;
}

}
@media (min-width: 1200px) {
  .main-menu-trustee-action-bar {
  right: unset !important;
  transform: translateX(21%);
}

}
.ms-sel-ctn .ms-sel-invalid {
  border-color: inherit !important;
  background: inherit !important;
}
.expand_box_1 .box-bottom {
  padding-bottom: 41px;
}
.expand_box_2 .box-bottom {
  padding-bottom: 82px;
}
#tac-form .tac-dialog {
  line-height: 40px;
}
#tac-form label {
  display: inline-block;
  padding-top: 13px !important;
}
#tac-form a {
  color: #ffff00;
}
.agb {
  padding-top: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.agb a {
  padding: 0 10px;
  background-color: #2e2d2c;
}
.star_wrapper input {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  font-weight: normal !important;
}
.star_wrapper input:before {
  content: "\f005";
  font-family: 'Font Awesome 5 Free';
  font-size: 1.3em;
  color: #ff00ff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.star_wrapper input:checked:before {
  color: #ff00ff;
  font-weight: bold;
}
.star_wrapper input:focus-visible {
  outline: 2px solid #2e2d2c;
  outline-offset: 1px;
  border-radius: 2px;
}
.icon-additional {
  font-size: 12px !important;
  margin-left: -3px;
}
label.choose-file:hover,
label.choose-file:focus {
  font-weight: bold;
}
/* ===================================
Jump-To links
==================================== */
a.jump-to {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 10px 70px;
}
a.jump-to:focus {
  z-index: 5000;
  opacity: 1;
  pointer-events: auto;
  text-decoration: none;
  background-color: #ffff00;
  color: #2e2d2c;
  border: 3px solid #2e2d2c;
  border-radius: 8px;
  outline: none;
}
