﻿@import "bootstrap.css";
:root {
  --dt-row-selected: rgba(100, 150, 255, 0.4) !important;
}
body {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
/*h1 {
        font-size: 1.6em;
    }*/
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.2em;
  margin-top: 0.5em;
}
hr {
  margin-top: 12px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.pointer {
  cursor: pointer;
}
/* Main container */
#navbar-spacer {
  margin-top: 50px;
}
.no-padding {
  padding: 0 0 0 0 !important;
}
.no-margin {
  margin: 0 0 0 0 !important;
}
#title-div {
  display: flex;
  align-items: center;
}
#title-div h2 {
  margin-top: 5px;
  margin-right: 80px;
}
.btn {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  padding: 0.325rem 0.75rem;
  font-size: 0.825rem;
}
.btn-default {
  color: #333;
  background-color: #eee;
  transition: background ease-in-out 0.075s;
}
.btn-default:hover {
  background-color: #e5e5e5;
}
.footerbar .btn-default {
  background-color: #ddd;
}
.footerbar .btn-default:hover {
  background-color: #ccc;
}
.form-inline label:not(.radio-label):not(.radio-label-narrow) {
  justify-content: end;
}
.col-inline > input,
.col-inline > label,
.col-inline > select {
  display: inline;
}
.hidden {
  visibility: hidden;
}
.margin-8 {
  margin: 0 8px !important;
}
.container2 {
  background: url(https://www.axians.de/wp-content/uploads/sites/3/2018/08/axians-cmis-push.jpg) no-repeat;
  background-size: 100%;
}
.currentApp {
  background-color: rgba(255, 255, 255, 0.6);
}
.header-logo {
  margin-left: 38px;
  padding: 6px;
  display: inline-block;
  float: left;
}
.currentAppMain {
  background-size: 300px;
}
.loginFooterLinks {
  padding: 8px 12px 12px 60px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 460px;
}
.login-panel {
  max-width: 460px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.login-fieldset {
  width: 80%;
}
.col-sm-2 > label.control-label {
  width: 100%;
  display: inline-block;
}
.navbar-dark .navbar-brand {
  color: #eee;
  display: none;
}
.navbar.navbar-dark {
  position: fixed;
  top: 0;
  border-bottom: 2px solid transparent;
}
#navbarSupportedContent {
  flex-basis: unset;
  flex-grow: unset;
}
.usp-breadcrumb {
  background-color: white;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.usp-breadcrumb > li + li::before {
  color: #ccc;
  content: "/ ";
  padding: 0 2px;
}
.not-active {
  pointer-events: none;
  cursor: default;
}
#adressBerechtigungTable {
  width: unset;
}
#adressBerechtigungTable > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6 !important;
}
.breadcrumb {
  margin-top: 8px;
  background-color: none;
}
#breadcrumb-text {
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.language-dropdown li {
  padding: 3px;
}
.language-dropdown li > img {
  margin-bottom: 5px;
}
.language-dropdown li:hover {
  background-color: #e5e5e5;
}
.language-dropdown li a:hover {
  background: transparent !important;
}
.language-select {
  display: inline !important;
}
.body-content {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  background: right 15px top 45px url("/Content/images/usplogo.png?v=2") no-repeat;
  min-height: 350px;
  position: relative;
  transition: margin 200ms ease-in-out;
}
.align-right {
  text-align: right;
}
.statistik-print-logo {
  display: none;
}
@media print {
  .print-only {
    display: block;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
@media print {
  @page {
    size: A4 landscape !important;
  }
  .statistik-print-logo {
    float: right;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .body-content {
    padding-top: 0 !important;
  }
  .print-yellow {
    background-color: lemonchiffon !important;
  }
  .print-blue {
    background-color: #c8dcff !important;
  }
  .print-green {
    background-color: #c8ffa0 !important;
  }
  .print-grey {
    background-color: #f0f0f0 !important;
  }
}
.body-content.stretched {
  margin-left: 48px;
}
.mobileTableInfo {
  margin: 15px 0;
}
.body-content table {
  font-size: 14px;
}
.table th,
.table:not(.table-sm) td {
  padding: 0.5rem;
}
.dataTables_length label,
.dataTables_filter label {
  font-weight: lighter !important;
}
html {
  position: relative;
  min-height: 100%;
}
/* Sticky Footer*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 32px;
  background-color: #444;
  /* #222 */
  color: #EEE;
  padding-top: 6px;
  z-index: 99;
}
.light-yellow-bg {
  background-color: #fada81;
}
.light-green-bg {
  background-color: #cbffbf;
}
.light-grey-bg {
  background-color: #d9d9d9;
}
.light-red-bg {
  background-color: #f07878;
}
.light-yellow-border {
  border-left: 5px solid #fada81;
}
.light-green-border {
  border-left: 5px solid #9eec8c;
}
.light-grey-border {
  border-left: 5px solid #d9d9d9;
}
.light-red-border {
  border-left: 5px solid #f07878;
}
.light-blue-border {
  border-left: 5px solid #50b4ff;
}
.panel-collapse-btn {
  position: relative;
  top: -20px;
  right: 4px;
  display: inline;
  float: right;
  font-size: 16px;
  font-weight: 900;
}
a.panel-collapse-btn:active,
a.panel-collapse-btn:hover,
a.panel-collapse-btn:focus {
  text-decoration: none;
}
.aval-item {
  padding: 3px;
}
.aval-label {
  font-size: 0.9em;
  color: #888;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #ccc;
  text-decoration: none;
}
input[type="file"] {
  max-width: 800px;
}
.container {
  max-width: none;
  width: 100% !important;
}
.listheader,
.dt-buttons,
.dataTables_length {
  margin: 0;
  min-height: 34px;
}
.tableButtonsLeft {
  float: left;
}
.tableButtonsLeft .btn {
  margin-bottom: 4px;
}
.listheader-part {
  float: left;
  padding-right: 6px;
}
.listheader-part-right {
  float: right !important;
  padding-left: 20px;
}
.listheader input[type=checkbox] {
  margin-top: 10px;
}
.listheader label {
  font-weight: normal;
}
.col-sm-8 label {
  font-weight: normal;
}
table td.min-col {
  white-space: nowrap;
  width: 1px;
}
table th.min-col {
  white-space: nowrap;
  width: 1px;
}
table th.date-col {
  min-width: 120px;
}
.decimal-col {
  text-align: right;
}
/* Datepicker / Timepicker */
.input-group.date {
  line-height: normal;
  width: 140px;
}
.input-group.date > .input-group-append {
  padding-top: 0;
  padding-bottom: 0;
}
.input-group.date > .input-group-append > span:hover {
  cursor: pointer;
  background-color: #ccc;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
/* Feiertage im Datepicker deutlicher kennzeichnen*/
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #AAA !important;
}
.input-group input.form-control {
  max-width: unset;
}
.dropdown-header {
  display: block;
  padding: 0.2rem 1rem;
  margin-bottom: 0;
  font-size: 0.675rem;
  color: #6c757d;
  white-space: nowrap;
}
.default-input-group {
  max-width: 280px;
}
/* Timepicker*/
.bootstrap-timepicker {
  line-height: normal;
  width: 140px;
}
.bootstrap-timepicker > .input-group-append {
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap-timepicker .input-group-append i {
  cursor: pointer;
}
.selectize-control .form-control {
  box-shadow: none;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  margin: 0;
  border-top: none;
}
.form-horizontal {
  margin-top: 10px;
  margin-right: 8px;
}
.form-horizontal .form-group > div {
  line-height: calc(28px - 10px);
}
.form-group .text div {
  line-height: normal;
}
.form-group p {
  line-height: normal;
}
.form-horizontal .form-group > div.text {
  line-height: normal;
}
ul.beispiel {
  font-style: italic;
}
ul.beispiel li {
  font-style: italic;
}
@media (min-width: 768px) {
  /* Set width on the form input elements since they're 100% wide by default */
  input:not(.btn):not(.tiny-input):not([type="file"]):not(.xxs-input),
  select {
    max-width: 280px;
  }
}
.form-help-text {
  display: none;
  color: #333;
  padding-left: 5px;
  padding-bottom: 15px;
}
.form-help-content {
  background-color: #DDEBF7;
  border-left: 5px solid #6d94c3;
  padding: 5px 10px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 3px !important;
}
.form-horizontal > .checkbox > input[type="checkbox"] {
  margin-top: 7px;
}
.form-horizontal .control-label,
.form-horizontal label {
  padding-right: 0 !important;
  text-align: end;
  margin-bottom: 0.2em;
  font-size: 0.9em;
}
.required-label {
  font-weight: bold !important;
}
.bold {
  font-weight: bold !important;
}
.required-star {
  color: red;
  margin-left: 4px;
}
.edit-top-actions {
  padding-bottom: 10px;
}
.firstContent,
.edit-top-actions {
  margin-top: 5px;
}
.news-container .firstContent {
  margin-bottom: 15px;
}
.edit-button-row {
  padding-top: 10px;
}
.edit-button-row > input,
.edit-button-row > a {
  margin-right: 6px;
}
.language > li {
  min-width: 0 !important;
  margin-right: 0 !important;
}
.language > li > a {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
div.selectize-control {
  min-width: 160px;
  max-width: 280px;
  /*max-width: @default-input-width - 28px;*/
}
.gewicht-cell {
  text-align: right;
  padding-right: 10px !important;
}
.fr-toolbar {
  border: 1px solid #EEE !important;
  background: #EEE;
}
.froala-element > textarea {
  max-width: unset !important;
}
.selectize-input > .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 99%;
}
.th-sortable-asc::after {
  content: '▲';
  color: #005EB8;
  padding-left: 5px;
  position: absolute;
}
.th-sortable-desc::after {
  content: '▼';
  color: #005EB8;
  padding-left: 5px;
  position: absolute;
}
.th-sortable:hover {
  cursor: pointer;
  color: #666;
}
textarea,
.wide-input {
  max-width: 560px !important;
}
.wide-input {
  width: 560px !important;
}
.small-input {
  max-width: 140px !important;
}
.medium-input {
  max-width: 200px !important;
  width: unset !important;
}
.tiny-input {
  max-width: 80px;
}
.xxs-input {
  max-width: 40px;
}
.number-input {
  text-align: right;
}
table input {
  width: 100%;
}
table input[type=checkbox] {
  width: auto;
}
.table-processing {
  width: 250px;
  background-color: #eee;
  border: 1px solid #333;
  margin: auto;
  padding: 20px;
}
/** News */
.news {
  padding-bottom: 20px;
  max-width: 1000px;
  margin-bottom: 10px;
}
.news-title h4 {
  padding-left: 10px;
  font-size: 1em;
}
.news-title {
  border-bottom: 1px solid #333;
}
.news-content {
  padding: 10px;
}
.news-footer {
  padding-left: 10px;
  font-weight: bold;
  font-size: 0.85em;
}
.news-admin-actions {
  padding-top: 7px;
  padding-right: 10px;
}
/* Bugfix zum Beheben des Problems dass Dropdowns hinter dem Froala-Html-Editor dargestellt werden */
.selectize-dropdown-content {
  z-index: 99;
  position: relative;
}
.froala-editor {
  z-index: 10 !important;
}
.froala-image-popup input {
  margin-left: 0 !important;
}
/* DataTables erstmal nicht anzeigen, erst Wenn Daten geladen wurden */
.dataTable {
  display: none;
}
/* Suchfilter in Datatables */
.dataTable tfoot th,
th.search-column {
  padding: 0px !important;
  margin: 0 !important;
}
.dataTable tfoot input,
th.search-column input {
  max-width: none !important;
  border: 1px solid #ccc !important;
  border-top: 0px !important;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0 !important;
}
table.dataTable tbody tr:hover,
table.table-hover tbody tr:hover {
  background-color: #efefef !important;
}
.usp-datatable,
.dataTable {
  border-bottom: 1px #ccc solid !important;
}
.column-search-field {
  font-weight: normal !important;
}
.column-search-field.filtered {
  background-color: #FFEB9C;
  color: #333;
}
.search-input {
  background: 2px 4px url('/Content/images/lupe.png') no-repeat #FFF !important;
  background-size: 20px 20px !important;
  padding: 3px 6px 3px 26px !important;
  max-width: none !important;
  transition: width 100ms ease-out;
}
/* Attachments */
div.attachments {
  padding-bottom: 20px;
  max-width: 800px;
}
div.attachments-full {
  max-width: 100%;
}
#attachments-table tr {
  transition: background-color 150ms ease-in-out;
}
tr.selected-row {
  background-color: rgba(120, 200, 255, 0.3) !important;
}
/* Labels rechts neben checkbox */
.checkbox-label {
  font-weight: normal;
  padding-top: 2px;
}
/** Felder rot einfaerben bei Validierungsfehlern */
input.input-validation-error,
select.input-validation-error {
  background-color: #f2dede !important;
}
/** Validation-Errors in Selectize-Dropdowns richtig anzeigen */
.input-validation-error div {
  background-color: #f2dede !important;
}
/** Spalten ein/ausblenden */
.ColVis_collection input {
  margin: 0 !important;
}
ul.ColVis_collection li {
  margin-bottom: 0 !important;
  padding: 0;
}
.ColVis {
  margin-bottom: 2px !important;
  /*margin-left: 20px;*/
}
.ColVis_MasterButton {
  height: 32px;
  width: 32px;
  background: 2px url('/Content/images/table-settings.png') no-repeat !important;
  border-radius: 4px !important;
}
.ColVis_collection {
  border-radius: 0 !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
button.ColVis_Button {
  height: 30px;
  padding: 3px 8px;
}
button.ColVis_Button,
ul.ColVis_collection li {
  box-shadow: none !important;
}
/*#datatable_filter {
    margin-right: 20px;
    }*/
.dataTables_filter {
  margin-right: 20px;
}
.active-tab > a {
  background-color: #2c74ba;
  color: #FFF !important;
  transition: background 100ms ease-out;
}
.navbar-dark .navbar-nav > li.active-tab > a:hover {
  background-color: #005EB8;
}
.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
  background-color: #2c74ba;
}
.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:hover,
.navbar-dark .navbar-nav > .open > a:focus {
  background-color: #2c74ba;
  border-bottom: 2px solid white;
}
.navbar {
  border: 0;
  border-radius: 0 !important;
  border-bottom: none;
  min-height: 40px;
  height: 40px;
  margin-bottom: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 60;
}
.navbar .dropdown-menu {
  position: sticky;
}
.navbar-collapse.collapsing {
  height: 41px;
}
.navbar-dark {
  background: #36a;
}
#loading {
  padding: 8px;
  text-align: center;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  height: 100px;
  z-index: 99;
  display: none;
}
#pageLoading {
  display: none;
  width: 98%;
  height: 80%;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  z-index: 99;
  text-align: center;
  padding-top: 200px;
}
.navbar-dark .navbar-collapse > ul > li > a {
  color: #DDD;
}
ul.visibleForList {
  padding-left: 4px !important;
}
span.group-header {
  color: #999;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  font-size: 0.85em;
  text-align: center;
}
/*.dropdown-menu > li.group-header {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
    }*/
table.table-fixedheader > tbody {
  display: block;
}
table.table-fixedheader > tbody {
  overflow-y: auto;
  height: 400px;
  /*placeholder:  override as needed*/
}
table.table-fixedheader > thead > tr > th,
table.table-fixedheader > tbody > tr > td {
  float: left;
  width: 580px;
  /*placeholder:  override as needed*/
}
.col-md-2 {
  /*max-width: 300px;*/
}
#txtSuche {
  padding-left: 28px;
  background: url("images/lupe.png") no-repeat 4px 3px;
  background-size: 20px;
  background-color: #FFF;
}
#txtSuche::placeholder,
.mainSearchField::placeholder {
  color: #ccc;
}
.select-listbox {
  width: 300px;
  height: 300px !important;
}
.select-listbox-long {
  min-width: 500px !important;
  max-width: 500px;
  height: 300px !important;
  border-radius: 3px;
  padding: 3px 4px 3px 0;
  box-shadow: inset 1px 0 3px rgba(0, 0, 0, 0.3);
}
.move-left,
.move-right {
  border: 1px #999999 solid;
  box-shadow: none;
  height: 32px;
  width: 32px;
  margin: 4px;
  transition: background 200ms ease-out;
  font-size: 1.75em;
  line-height: 1.1em;
  padding: 2px;
  color: #005EB8;
  background-color: #eee;
}
.move-left:hover,
.move-right:hover {
  background-color: #DDD;
}
.form-inline .radio,
.form-inline .checkbox {
  padding-right: 8px;
  display: inline;
}
.auswahl-container {
  float: left;
  padding-right: 20px;
}
.disabled-img-button {
  opacity: 0.4;
}
select.disabled {
  background-color: #F0F0F0;
}
.input-small {
  width: 90px !important;
}
span.action-buttons {
  white-space: nowrap;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 4px;
}
/* In einer Form-group ist die line-height 28px. Deshalb muessen inline-checkboxes etwas weiter nach unten versetzt werden */
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  margin-top: 7px;
}
/* Befindet sich das Input-Field aber in einer class vom typ "radio", dann hat dieses bereits ein Padding von 3. Deshalb etwas weniger nach unten versetzen */
/*.form-group {
    div.radio {
        input[type="radio"] {
            margin-top: 0;
        }
    }
    }*/
label.radio-label,
.checkbox > label {
  display: inline;
  margin: 4px 6px 0;
}
label.radio-label-narrow {
  display: inline;
}
label.radio-label:hover,
.checkbox > label:hover,
label.radio-label-narrow:hover {
  color: #005EB8;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0 !important;
}
.action-col {
  width: 1% !important;
}
.select-checkbox {
  width: 15px !important;
}
.tiny-col {
  width: 10px !important;
}
.small-col {
  width: 60px !important;
}
.medium-col {
  width: 100px !important;
}
.nummer-col {
  width: 80px;
}
.plz-col {
  width: 60px;
}
small {
  line-height: normal !important;
}
small > div {
  padding-top: 4px;
}
.col-sm-10 small,
.col-sm-8 small {
  padding-top: 5px;
  padding-bottom: 8px;
}
.table-wrapper {
  width: 100%;
  position: relative;
  overflow-x: auto;
  /*overflow-y: visible;
        z-index: 0;
        padding: 0 1px;*/
}
.dataTables_wrapper {
  padding-bottom: 32px;
  margin-top: 10px;
  display: inline-block;
  justify-content: space-between;
  width: 100%;
}
.dataTable th {
  white-space: nowrap;
  font-weight: normal;
  background-color: #eee !important;
}
.dataTable thead tr:first-child th {
  border-top: 1px solid #ddd !important;
}
.dataTable thead tr:first-child th:first-child {
  border-left: 1px solid #ddd !important;
}
.dataTable thead tr:first-child th:last-child {
  border-right: 1px solid #ddd !important;
}
/* Tabellen etwas kompakter darstellen */
table.compact tbody th,
table.compact tbody td {
  padding: 4px 4px !important;
}
/*table.compact thead th, table.compact thead td {
    padding: 3px 4px;
    }*/
.dataTableResetFilterBtn {
  min-width: 40px;
  width: 100%;
  height: 24px;
  border-width: 1px;
  font-weight: normal;
  font-size: 12px;
  border: 1px solid #ccc;
}
th.select-checkbox.search-column {
  text-align: center;
  border-left: 1px solid #ddd;
}
th.action-col.search-column {
  padding-top: 0 !important;
}
tr.row-color-yellow {
  background-color: #FFEB9C !important;
}
tr.row-color-red {
  background-color: #FFC7CE !important;
}
tr.row-color-green {
  background-color: #C6EFCE !important;
}
tr.row-color-blue {
  background-color: #DDEBF7 !important;
}
tr.row-color-gray {
  background-color: #eee !important;
}
.row-disabled td {
  color: #bbb;
  text-decoration: line-through;
}
.bg-color-yellow {
  background-color: #FFEB9C !important;
}
.bg-color-red {
  background-color: #FFC7CE !important;
}
.bg-color-green {
  background-color: #C6EFCE !important;
}
.bg-color-blue {
  background-color: #DDEBF7 !important;
}
.bg-color-gray {
  background-color: #eee !important;
}
.fg-color-yellow {
  color: gold !important;
}
.fg-color-red {
  color: red !important;
}
.fg-color-lightgreen {
  color: #C6EFCE !important;
}
.fg-color-green {
  color: green !important;
}
.fg-color-blue {
  color: dodgerblue !important;
}
.fg-color-gray {
  color: #eee !important;
}
.fg-color-darkgray {
  color: #888 !important;
}
.menu-badge {
  margin-left: 3px;
}
.badge {
  color: #eee;
  padding: 3px 6px;
}
.badge-red {
  background-color: #FF0000;
}
.badge-green {
  background-color: #007F0E;
}
.badge-blue {
  background-color: #0000FF;
}
.special-list-item {
  font-style: italic;
}
select:disabled > .special-list-item {
  font-style: italic;
}
.special-item-blue {
  color: #015eb8;
}
select:disabled > .special-item-blue {
  color: #81BEF7;
}
.special-item-green {
  color: #00875a;
}
select:disabled > .special-item-green {
  color: darkseagreen;
}
/** Info-Text z.B. fuer Beispiel-Text*/
.info-text {
  color: gray;
  line-height: 18px !important;
}
/*** HACK FOR IE ***/
.caret {
  border-top: 4px solid !important;
}
/*** FOOTER ***/
@media (min-width: 768px) {
  .footerbar {
    position: fixed;
    width: 110%;
    background-color: #EEE;
    border-top: 1px solid #BBB;
    bottom: 0px;
    padding: 8px 12px;
    transition: left 150ms ease-out;
    z-index: 99;
    left: -12px;
    padding-left: 42px;
  }
  .body-content.stretched .footerbar {
    left: 39px;
  }
  .body-content.stretched .mobile-footerbar {
    left: 39px;
  }
}
/** Clear-Button hinter Dropdowns */
.dropdown-clear-button {
  color: indianred;
  float: left;
  margin-left: 2px;
  height: 20px;
  width: 14px;
  font-weight: bold;
  position: relative;
  right: 20px;
  z-index: 9;
  line-height: 24px;
}
.dropdown-clear-button:hover {
  text-decoration: none;
}
.selectize-control.single .selectize-input:after {
  right: 20px;
}
.selectize-control {
  float: left;
}
.image-preview {
  border: 1px solid #ccc;
  padding: 10px;
  float: left;
}
/* Buttons */
.btn-icon {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.btn-send {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/email.png');
}
.btn-save {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/disk.png');
}
.btn-delete {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/trash-white.png');
  background-size: 16px;
}
.btn-video {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/film.png');
}
.btn-calc {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/calculator.png');
}
.btn-cancel {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/cancel.png');
}
.btn-add {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/add.png');
}
.btn-import {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/database_add.png');
}
.btn-download {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/actions/download.png');
}
.btn-pdf {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/pdficon_small.png');
}
.btn-print {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/printer.png');
}
.btn-paypal {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/paypal.png');
}
.btn-back {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/arrow_undo.png');
}
.btn-edit {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/page_edit.png');
}
.btn-edit-copy {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/page_copy.png');
}
.btn-vorlage {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/page_go.png');
}
.btn-angebot-erstellen {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/sitemap.png');
}
.btn-stapel {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/application_edit.png');
}
.btn-gelesen {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/book_open.png');
}
.btn-accept {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/accept.png');
}
.btn-accept-warning {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/error.png');
}
.btn-select {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/link.png');
}
.btn-clear {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/cross.png');
}
.btn-stats {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/chart_bar.png');
}
.btn-reload {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/arrow_rotate_clockwise.png');
}
.btn-excel {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/actions/excel_16.png');
}
.btn-reset {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/actions/table_refresh.png');
}
.btn-select-columns {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/select_columns.png');
}
.btn-archiv,
.btn-archive {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/database_go.png');
}
.btn-reklamation {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/error.png');
}
.buttons-colvis {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  padding-left: 12px !important;
  background-image: url('/Content/images/select_columns.png');
}
.btn-favorit {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/star.png');
}
.btn-filter {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/filter-16.png');
}
.btn-favorit-remove {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/star_delete.png');
}
.btn-share {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/group.png');
}
.btn-search {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/magnifier.png');
  height: 27px;
}
.input-group .btn-search {
  line-height: 12px;
}
.btn-like {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/star_xl.png');
}
.btn-dislike {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/star_grau_xl.png');
}
.btn-license {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/actions/lizenz.png');
}
.btn-user {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/user_edit.png');
}
.btn-euro {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/money_euro.png');
}
.btn-batch {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/actions/rechnungen.png');
}
.btn-customer {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/user_gray.png');
}
.btn-time {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/time.png');
}
a.btn-default {
  /*color: #333 !important;*/
}
.favorit-icon {
  width: 32px;
  height: 18px;
  border: 0;
  background-color: transparent;
  transition: transform 100ms ease-out;
}
.favorit-icon:hover {
  opacity: 0.8;
  transform: scale(1.1, 1.1);
}
.favorit-icon.favorit-icon-remove {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/star.png');
}
.favorit-icon.favorit-icon-add {
  background-position: 6px center;
  background-repeat: no-repeat;
  padding-left: 28px;
  background-image: url('/Content/images/famfamfam/star_gray.png');
}
.btn-square {
  width: 154px;
  height: 140px;
  margin-right: 7px;
  margin-bottom: 10px;
  white-space: normal;
  vertical-align: middle;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  background-color: #e5e5e5;
  border: none;
  box-shadow: 0px 1px 4px -2px rgba(0, 0, 0, 0.7);
  transition: background-color 100ms ease-in-out;
  /*border-radius: 0;
        background-color: #f1f1f1;
        //border: 0;

        // Nur zum Testen
        img {
            margin-top: 13px;
            width: 64px;
            height: 64px;
        }*/
}
.btn-square-content {
  z-index: 1;
  position: relative;
  vertical-align: central;
  font-size: 14px;
  margin-top: 5px;
}
.btn-square-content.one-line {
  line-height: 45px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-square > .svg {
  z-index: 0;
  margin-top: 12px;
  width: 58px;
  height: 58px;
  fill: #005EB8;
  opacity: 0.9;
  transition: opacity 100ms ease-in-out;
}
.btn-square.wide-svg-image > .svg {
  width: 85px;
}
.btn-square:hover {
  background-color: #ddd;
}
.btn-square:hover > .svg {
  opacity: 1;
}
.btn-square > .svg.svg-invers {
  fill: #005EB8;
}
.btn-square > .svg path {
  fill: #005EB8 !important;
}
.btn-square > .svg path.colored {
  fill: #005EB8 !important;
}
.btn-square > .svg path.bgcolor {
  fill: #fff !important;
}
.btn-square-disabled {
  color: #888 !important;
}
.btn-square-disabled:hover {
  color: #888 !important;
  cursor: default;
}
.btn-square-disabled > .svg {
  fill: #ccc;
}
.svg-text {
  font-size: 24px;
  opacity: 0.8;
  margin-top: 10px;
  height: 65px;
  font-weight: bold;
  transition: opacity 100ms ease-in-out;
}
.svg-text-single {
  padding-top: 20px;
}
.btn-square:hover > .svg-text {
  opacity: 1;
}
.input-group .btn {
  /*border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: none;*/
}
.multiselect-clear-filter > .fa-times {
  color: #f01414;
}
.btn-square .badge {
  margin-top: 3px;
  background-color: #D41217;
  position: absolute;
  top: 5px;
  right: 8px;
  color: #fff;
  border-radius: 12px;
  padding: 4px 6px;
  font-family: arial;
  font-size: 1em;
}
.html-content {
  line-height: normal;
}
/* Shop */
.product-title {
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px;
}
.product-image {
  /*max-height: 150px;
        max-width: 250px;*/
}
.artikelList .product-image {
  max-width: 175px;
}
.artikelList .product-image-col {
  width: 180px;
}
.artikelList h4 {
  margin-top: 0;
}
.artikelList p.preis {
  float: left;
  font-size: 1.2em;
  bottom: 8px;
}
.artikelList .artikel-group {
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  margin-bottom: -1px;
  margin-left: 0;
  margin-right: 0;
}
.artikelList .artikel-group img {
  max-width: 100%;
}
.artikelList .artikel-group p {
  line-height: normal;
}
.artikelList .artikel-group > div {
  padding: 10px;
}
.artikelList .artikel-group-even {
  background-color: #f9f9f9;
}
.artikelList .artikel-group:hover {
  background: -moz-linear-gradient(left, #ffffff 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #e2e2e2 100%);
  background: linear-gradient(to right, #ffffff 0%, rgba(220, 230, 255, 0.8) 100%);
}
.product-desc {
  position: relative;
  width: 100%;
  padding-right: 200px;
  float: left;
  line-height: normal;
  margin-bottom: 20px;
}
.price-col {
  position: absolute;
  text-align: right;
  padding-right: 20px;
  float: right;
  width: 200px;
  right: 0;
}
.alignright {
  text-align: right;
}
.anzahl-input {
  width: 100px !important;
}
/*.alert {
    width: auto;
    display: inline-block;
    }*/
.alert-small {
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Excel-Export-Button fuer DataTables */
.exportToExcelBtn {
  height: 32px;
  width: 32px;
  background: 2px url('/Content/images/excel.png') no-repeat !important;
  border-radius: 4px !important;
  margin-right: 4px;
}
.print-table td {
  padding-right: 4px;
}
.h-space-8 {
  display: inline-block;
  width: 8px;
}
/* Bugfixes fuer Bootstrap-Multiselect*/
.multiselect-container {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  min-width: 400px;
}
.multiselect-container input[type="checkbox"] {
  position: relative !important;
}
.multiselect-container label.checkbox {
  padding-left: 10px;
}
.multiselect-container li {
  min-width: 370px;
}
.multiselect-container li a {
  padding: 0 !important;
}
.multiselect-container li a label {
  text-align: left;
  margin-left: 2px;
}
button.multiselect {
  padding-top: 3px;
  padding-bottom: 3px;
}
.selectize-dropdown .title {
  display: block;
}
.selectize-dropdown .small {
  display: block;
  font-size: 12px;
  color: #6a6a6a;
}
.radioButtonRow {
  display: flex;
  justify-content: start;
}
.radioButtonRow input {
  margin-right: 4px;
  margin-top: 0px !important;
}
.radioButtonRow label {
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
}
.simpleSelectTable tbody td {
  cursor: pointer;
}
.searchField {
  /*max-width: 400px;*/
}
.searchField input {
  max-width: none;
}
.panel-searchfield {
  max-width: 500px;
}
input.multiselect-search {
  height: 38px !important;
  padding: 6px 6px;
}
.multiselect-search + .input-group-btn {
  float: left;
}
button.multiselect-clear-filter {
  padding-top: 5px !important;
  padding-bottom: 7px !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.language-dropdown {
  min-width: 60px;
}
.language-dropdown > li:hover {
  cursor: pointer;
}
.language-dropdown > li > a {
  padding: 0 0 0 5px;
}
.panel .noitems {
  padding: 5px;
}
.panel > table td {
  padding: 3px 5px !important;
  vertical-align: middle;
}
#warenkorbDiv {
  float: right;
  position: relative;
  top: 28px;
}
#artikelUebersicht {
  margin-top: 15px;
}
.artikelGrid .thumbnail {
  min-height: 330px;
}
.artikelGrid .artikelButtons {
  position: absolute;
  bottom: 30px;
  padding-left: 10px;
}
.artikelGrid .artikelBewertung {
  position: absolute;
  bottom: 70px;
  padding-left: 10px;
}
.artikelBewertung {
  line-height: normal;
}
.artikelList .artikelButtons {
  float: right;
}
.icon-star {
  float: left;
}
.artikelBewertungDesc {
  float: left;
  margin-left: 4px;
}
.formatted {
  white-space: pre-wrap;
}
.empfohlenerTarif {
  text-align: center;
  border: 2px solid #999;
  margin: 15px;
  padding: 15px;
  font-size: 1.4em;
}
.artikelGrid .caption {
  cursor: pointer;
  min-height: 250px;
}
.summe {
  font-weight: bold;
}
.summen-zeile {
  font-weight: bold;
  background-color: rgba(158, 225, 255, 0.48) !important;
  border-top: 2px solid #444;
}
.bestellungStepContent {
  min-height: 250px;
  margin-bottom: 25px;
}
.table td > .checkbox {
  margin-top: 2px;
  margin-bottom: 2px;
}
.btn-login {
  background-color: #005eb8;
}
.table {
  font-size: 0.9rem;
}
.radio-lg {
  height: 32px;
  width: 32px;
}
.icon-star {
  background-image: url('/Content/images/stars.png');
  background-repeat: no-repeat;
  background-size: 160px 32px;
  height: 16px;
  width: 80px;
}
.star-0-5 {
  background-position: -64px -16px;
}
.star-1-5 {
  background-position: -48px -16px;
}
.star-2-5 {
  background-position: -32px -16px;
}
.star-3-5 {
  background-position: -16px -16px;
}
.star-4-5 {
  background-position: 0px -16px;
}
.star-0-0 {
  background-position: -80px 0px;
}
.star-1-0 {
  background-position: -64px 0px;
}
.star-2-0 {
  background-position: -48px 0px;
}
.star-3-0 {
  background-position: -32px 0px;
}
.star-4-0 {
  background-position: -16px 0px;
}
.star-5-0 {
  background-position: 0px 0px;
}
.kundenrezension {
  margin-top: 15px;
}
.kundenrezension-text {
  font-style: italic;
}
.kundenrezension > h5 {
  font-weight: bold;
}
.kundenrezension blockquote {
  font-size: unset;
}
.fileDropArea {
  border: 1px dashed #999;
  padding: 2px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.fileDropArea .progress {
  border-radius: 0;
}
#attachmentsContent .table {
  margin-bottom: 0;
}
#uploadProgress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.save-button-row-left .btn:not(:first-child) {
  margin-left: 4px;
}
.dateiablage-item {
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 3px 3px 3px 26px;
}
.folder-img {
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 3px 3px 3px 26px;
  border-radius: 2px;
}
.abo-btn {
  display: inline;
  background-size: 28px;
}
.abo-btn > a {
  background-size: 24px;
  height: 28px;
  transform: translate(0, -3px);
}
.abo-btn > a > img {
  height: 24px;
  padding-left: 8px;
}
.inline {
  display: inline-block !important;
}
.abo-btn:hover {
  opacity: 0.8;
}
.folder-img-icon {
  background: 4px url("/Content/images/famfamfam/folder.png") no-repeat;
}
.home-img-icon {
  background: 4px url("/Content/images/home.png") no-repeat;
}
.folder-home-img-icon {
  background: 4px url("/Content/images/folder_home.png") no-repeat;
}
.folder-flat-img-icon {
  background: 4px url("/Content/images/folder_flat.png") no-repeat;
}
.file-img {
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 3px 3px 3px 26px;
  background: 4px url("/Content/images/famfamfam/page_white.png") no-repeat;
}
.file-img-xlsx,
.file-img-xls {
  background: left url("/Content/images/famfamfam/page_white_excel.png") no-repeat;
}
.file-img-docx,
.file-img-doc {
  background: left url("/Content/images/famfamfam/page_white_word.png") no-repeat;
}
.file-img-pptx,
.file-img-ppt {
  background: left url("/Content/images/famfamfam/page_white_powerpoint.png") no-repeat;
}
.file-img-txt,
.file-img-sh,
.file-img-cmd {
  background: left url("/Content/images/famfamfam/page_white_text.png") no-repeat;
}
.file-img-pdf {
  background: left url("/Content/images/famfamfam/page_white_acrobat.png") no-repeat;
}
.file-img-jpg,
.file-img-jepg,
.file-img-img,
.file-img-png,
.file-img-gif,
.file-img-svg {
  background: left url("/Content/images/famfamfam/image.png") no-repeat;
}
.file-img-zip,
.file-img-7z {
  background: left url("/Content/images/famfamfam/page_white_zip.png") no-repeat;
}
.file-img-tar,
.file-img-gz,
.file-img-gzip {
  background: left url("/Content/images/famfamfam/page_white_compressed.png") no-repeat;
}
.file-img-sql,
.file-img-ddl {
  background: left url("/Content/images/famfamfam/page_white_database.png") no-repeat;
}
.file-img-iso,
.file-img-bin {
  background: left url("/Content/images/famfamfam/page_white_dvd.png") no-repeat;
}
.file-img-wav,
.file-img-mp3 {
  background: left url("/Content/images/famfamfam/sound.png") no-repeat;
}
.file-img-avi,
.file-img-divx,
.file-img-mpeg,
.file-img-mp4,
.file-img-mkv {
  background: left url("/Content/images/famfamfam/webcam.png") no-repeat;
}
.file-img-war,
.file-img-jar,
.file-img-exe {
  background: left url("/Content/images/famfamfam/application.png") no-repeat;
}
.file-img-url {
  background: left url("/Content/images/famfamfam/page_world.png") no-repeat;
}
.usp-datatable {
  display: none;
}
.dataTables_wrapper .dataTables_processing {
  z-index: 10;
  text-align: center;
  background: none;
}
.dataTables_wrapper .myProcessingIndicator {
  z-index: 10;
  text-align: center;
  background: none;
}
.dataTables_processing_inner {
  padding-top: 48px;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -110px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 5px 100px 0px rgba(255, 255, 255, 0.4);
}
table.dataTable thead > tr > th.sorting {
  padding-right: 23px;
}
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 23px;
}
table.dataTable thead > tr > th.sorting_asc {
  padding-right: 23px;
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable thead .sorting_asc {
  background: right center url('/Content/images/sort_asc.png') no-repeat;
}
table.dataTable thead .sorting_desc {
  background: right center url('/Content/images/sort_desc.png') no-repeat;
}
table.dataTable thead .sorting::after {
  content: "";
}
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  bottom: unset;
  top: 4px;
}
table.dataTable thead .sorting_desc:after {
  content: "";
}
table.dataTable thead .sorting_asc:after {
  content: "";
}
.modal-dialog .dataTables_processing_inner {
  padding-top: 0;
  top: -20px;
}
.modal-header.alert {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-header.alert span.fa {
  margin-right: 15px;
}
.modal-header.alert-danger {
  background-color: #e74c3c;
  border-color: #e42533;
  color: #ffffff;
}
.modal-header.alert-success {
  background-color: #00BE00;
  border-color: #009900;
  color: #ffffff;
}
.leistungsdetails {
  white-space: pre-wrap;
  padding: 5px 15px;
  background-color: #eee;
  float: left;
  border-left: solid 5px #FFEB9C;
}
.feldbeschreibung {
  padding: 15px 15px;
  background-color: #DDEBF7;
  border-left: solid 5px #999;
  line-height: normal !important;
}
.form-group .help-block {
  line-height: normal !important;
}
.dt-buttons > .btn {
  padding: 4px 12px 4px 26px;
  min-height: 32px;
  background-position: center center;
}
div.dt-buttons {
  float: right;
  margin-bottom: 2px;
}
.dataTables_length {
  float: right;
  margin-right: 8px;
}
#ParentAdresse_length {
  float: left;
}
div.dataTables_length select {
  font-size: 14px;
  margin-top: 2px;
  display: inline-block;
  width: 75px;
}
.listheader-part select.input-sm {
  font-size: 14px;
}
/* Datatable TabelTools werden nur fuer die Auswahl von Eintraegen verwendet. Keine extra Buttons anzeigen*/
.DTTT_container {
  display: none;
}
.dataTable tbody tr {
  height: 24px;
}
.dataTables_info {
  float: left;
}
.dataTables_paginate {
  position: relative;
  float: right;
}
.dataTables_paginate > ul.pagination > li > a {
  color: #000 !important;
}
.dataTables_paginate > ul.pagination > li.disabled > a {
  color: #999 !important;
}
ul.pagination > li.active > a,
ul.pagination > li.active > a:hover {
  background-color: #ddd;
  border-color: #ccc;
}
ul.pagination > li.active > a,
ul.pagination > li > a:not(a[aria-disabled="true"]):hover {
  background-color: #ddd !important;
  border-color: #ccc;
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate li.paginate_button a {
  background: #eee;
  width: 30px;
  height: 32px;
  display: flex;
  line-height: 32px;
  justify-content: center;
  align-items: stretch;
}
.dataTables_wrapper .dataTables_paginate li.paginate_button.active > a {
  background-color: #ddd;
  border-color: #ccc;
  color: #000;
}
#datatable_previous > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#datatable_next > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdown-menu > li.buttons-columnVisibility > a {
  padding: 1px 10px;
  cursor: default;
}
/*.dropdown-menu {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
    }*/
ul.pagination {
  margin: 0 !important;
}
#selectAddressDatatable tbody td {
  vertical-align: middle;
}
#selectAddressDatatable tbody tr.disabled {
  color: #aaa;
}
#selectAddressDatatable tbody tr.disabled:hover,
#selectAddressDatatable tbody tr.disabled td:hover {
  cursor: not-allowed;
}
.radioInfoText {
  padding-left: 16px;
}
.td-size {
  width: 90px;
  text-align: right;
}
.right-footer-links a {
  margin-right: 10px;
}
.mobileListItem {
  margin: 5px 0;
  cursor: pointer;
  padding: 15px;
  border: #CCC 1px solid;
  border-radius: 5px;
}
.mobileListItem-even {
  background-color: #eee;
}
.mobileListItem-odd {
  background-color: #fff;
}
.sidebar > .btn {
  display: inline-block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobileListItemButtons {
  margin-top: 10px;
}
.mobileListItemButtons .btn {
  min-width: 100px;
}
.tableContent {
  margin-top: 15px;
}
.radio-aligned {
  margin-left: 20px;
}
.col-no-padding-left {
  padding-left: 0;
}
.submenu {
  padding-left: 0;
  margin-bottom: 0;
}
.subkategorie {
  margin-left: 8px !important;
}
.kategorie-info {
  float: right;
}
.sidebar-menu {
  list-style-type: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  padding-right: 0 8px 0 0;
}
.mim-listheader {
  margin: 5px 1px 0px 0px;
}
.sidebar-header {
  font-weight: bold;
  background: #DDD;
}
.sidebar > .btn {
  display: inline-block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar > .btn-link:hover {
  text-decoration: none;
}
.sidebarElement > a:hover,
.sidebar > .btn:hover {
  background-color: #EEE;
}
.sidebar-header-info {
  color: #888;
  font-weight: 100;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
.sidebarElement > a {
  width: 100%;
  display: block;
  padding: 3px 8px 4px 12px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ungelesen-count {
  color: rgba(255, 50, 50, 0.8);
  font-weight: bold;
}
.sidebarElement > a:hover,
.sidebarElement > a:active {
  text-decoration: none;
}
.sidebarElement > a > .count {
  float: right;
  color: #888;
}
.sidebarElement.active,
.sidebarElement.active > a:hover {
  background: rgba(20, 120, 255, 0.4) !important;
}
.sidebar {
  margin-top: 15px;
}
.sidebar-news {
  margin-top: 45px;
}
.sidebar .submenu li {
  padding-left: 0;
}
.sidebar-tab > a {
  padding-left: 6px;
}
/* Buttons in Tabellen mit roter einfaerbung sollen einen weissen hintergrund haben */
tr.danger .btn-default {
  background-color: #fff;
}
.htmlEditorSaveButtons {
  margin: 5px 0 10px 0;
  display: none;
}
.tableLoadingIndicator {
  position: relative;
}
.tableLoadingIndicator #spinner {
  position: absolute;
  left: 50%;
  top: 80px;
}
.panel-heading {
  /* Notwendig, damit der collapse-btn richtig absolut positioniert wird */
  position: relative;
  background-color: #DDD;
  padding: 5px 10px;
  border-color: #D3D3D3;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
a.collapse-btn {
  position: absolute;
  right: 10px;
  bottom: 4px;
}
.panel-heading a.collapse-btn:after {
  font-family: 'Fontawesome';
  content: "\f077";
  float: right;
  color: grey;
}
.panel-heading a.collapsed:after {
  content: "\f078";
}
.panel-default {
  border-color: #d3d3d3;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  margin-top: 8px;
}
.panel-heading-icon {
  width: 16px;
}
.col-sm-10 > .panel {
  max-width: 800px;
}
.html-content img,
.news-content img {
  max-width: 100%;
}
/*.paypal-button-hidden {
    visibility: hidden;
    }*/
.modal .step {
  margin-bottom: 15px;
}
.modal .step-title {
  font-size: 1.2em;
}
.statsChart {
  text-align: left;
}
.tab-bordered {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.compact > tbody > tr > td.select-checkbox:before,
table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -6px !important;
}
table.dataTable.compact > tbody > tr > td.select-checkbox:after,
table.dataTable.compact > tbody > tr > th.select-checkbox:after {
  margin-top: -10px !important;
}
/** Extend-Button */
#extend {
  background: url("/Content/images/extend.png") no-repeat scroll right top, rgba(0, 0, 0, 0) url("/Content/images//extend.png") no-repeat scroll left bottom;
  border: 0 none;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 20px;
  opacity: 0.2;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-in-out 0s;
  width: 20px;
  z-index: 100;
}
.plus #extend {
  color: #000;
  opacity: 0.5;
  width: 100px;
}
body.flex .outer {
  max-width: 100%;
}
body.flex .form-horizontal {
  max-width: 100%;
}
.pad-top {
  margin-top: 10px;
}
.pad-top2 {
  margin-top: 20px;
}
.input-group-append .far.fa-calendar-alt {
  color: #48B;
}
.adresseText {
  border: 1px dashed #888;
  padding: 6px;
  max-width: 600px;
  margin-bottom: 10px;
  max-height: 200px;
  overflow: auto;
  background-color: #F8F8F8;
  line-height: 24px;
}
.removeAdressTextBtn {
  opacity: 0.9;
  color: #ff7850;
}
.removeAdressTextBtn:hover {
  opacity: 0.7;
}
@media (min-width: 1000px) {
  .modal-lg {
    width: 980px;
  }
}
#adressArea {
  margin-bottom: 8px;
}
.lizenzvereinbarungText {
  border: 1px dashed #666;
  padding: 10px;
  max-width: 600px;
  margin-bottom: 10px;
}
div.selectize-control .selectize-input.disabled {
  background-color: #eee;
  opacity: 1;
}
.auftragsposition {
  margin-bottom: 10px;
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected,
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a,
table.dataTable > tbody > tr.selected > * {
  color: #555 !important;
}
table.dataTable tbody tr.selected td {
  box-shadow: inset 0 0 0 100px rgba(12, 145, 255, 0.2) !important;
}
table.dataTable .dropdown-menu {
  z-index: 1000;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.375);
  transition: display 200ms;
}
table.dataTable .action-buttons .dropdown-menu > li.li-icon > a {
  padding-left: 36px;
  padding: 3px 4px 3px 36px;
  height: 26px;
  line-height: 18px;
  vertical-align: middle;
  display: table-cell;
}
table.dataTable .action-buttons .dropdown-menu > li.li-icon > a:hover {
  background-color: transparent;
  color: #888 !important;
}
table.dataTable .action-buttons .dropdown-menu > li.li-icon > a:active {
  background-color: transparent;
}
img.enabledActionLinkImage {
  padding: 1px;
  border-width: 0px;
}
img.disabledActionLinkImage {
  padding: 1px;
  border-width: 0px;
  opacity: 0.25;
}
.disabledActionLink {
  opacity: 0.25;
  pointer-events: auto;
  cursor: default;
}
h4 > .label-danger {
  color: #fff;
}
.mim-dateianhaenge {
  margin-top: 15px;
}
.mim-footer {
  margin-top: 10px;
  font-size: 12px;
}
#content-spinner {
  position: absolute;
  left: 50%;
  top: 80px;
}
.red {
  color: red;
}
.green {
  color: green;
}
.mimTable h4 {
  font-size: 1.4em;
}
.mimTable h4 .red {
  color: red;
}
.panel-mim-verpflichend a {
  color: red;
}
.mimTable {
  border-spacing: 0 15px;
  border-collapse: separate;
  border: 0;
  margin-top: -15px;
  margin-bottom: 10px;
  background: linear-gradient(#FFF, #EEE);
}
.referenz-table {
  border-spacing: 0 15px;
  border-collapse: separate;
  border: 0;
  margin-top: -15px;
  margin-bottom: 10px;
}
.mim-content > .form-horizontal {
  max-width: 9999px;
}
.mimTable tr.verpflichtend td.gelesen {
  border-left: 15px solid #C6EFCE;
}
.mimTable tr.verpflichtend td.nichtgelesen {
  border-left: 15px solid #FFC7CE;
}
.mimTable tr.nicht-verpflichtend td.nichtgelesen {
  border-left: 15px solid #FFEB9C;
}
.mimTable tr.nicht-verpflichtend td.gelesen {
  border-left: 15px solid #eee;
}
.mimTable .gelesen,
.mimTable .gelesen a {
  color: #555;
}
.mimTable tr td {
  cursor: pointer;
}
.dateiablage-row > td > .editLink {
  float: right;
  position: relative;
  top: 50px;
  right: 8px;
  display: none;
}
.dateiablage-row:hover > td > .editLink {
  display: inline-block;
}
.news-container {
  padding-left: 0;
  padding-right: 0;
}
.tableSearch {
  margin-top: 10px;
}
.mimTable .entwurf {
  color: darkorange;
  margin-right: 5px;
  font-style: italic;
}
.farblegend {
  font-size: 0.85em;
}
.farblegend .legende-item {
  background-color: #fff !important;
}
.farblegend .legende-item.bg-color-red {
  border-left: 10px solid #FFC7CE;
  color: red;
}
.farblegend .legende-item.bg-color-green {
  border-left: 10px solid #C6EFCE;
  color: green;
}
.farblegend .legende-item.bg-color-yellow {
  border-left: 10px solid #FFEB9C;
  color: #FF6600;
}
.farblegend .legende-item.bg-color-gray {
  border-left: 10px solid #eee;
  color: dimgray;
}
.mim-historie tr.current td {
  color: #0080C1;
}
.mim-historie tr.current td a {
  color: #0080C1;
}
#panel-favoriten .panel-heading img {
  margin-right: 10px;
}
.legende-item {
  padding: 5px;
  margin-right: 5px;
  display: block;
  margin-bottom: 2px;
}
.table-striped > thead > tr {
  background-color: #EEE;
}
.table-striped > thead > tr > th {
  padding: 3px 6px;
}
.image-ansprechpartner {
  padding-bottom: 15px;
}
.image-ansprechpartner {
  padding-bottom: 15px;
}
.navbar-right.navbar-warenkorb {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
#confirmModal button {
  min-width: 120px;
}
.panel-filter {
  max-width: 600px;
}
.panel-filter .panel-body {
  padding: 0px 15px 5px 15px;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.table-striped > thead > tr > th {
  padding: 3px 6px;
}
.registrierteAdresse {
  padding: 10px;
  line-height: normal;
  position: relative;
  float: left;
  width: 280px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #777;
  color: #333;
}
.registrierteAdresse .name {
  font-weight: bold;
}
.scrollable {
  max-height: 736px;
  overflow: auto;
  margin-bottom: 12px;
}
.scrollable::after {
  content: ' ';
  position: relative;
  width: 100%;
  height: 36px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.registrierteAdresse:hover {
  background-color: #eee;
  text-decoration: none;
}
.tab-content {
  padding: 15px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 2px solid #eee;
  border-top-color: #e4e4e4;
  margin-bottom: 15px;
  background: #F6F6F6;
}
.tab-content.no-background {
  padding: 0;
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top-color: #e4e4e4;
  background: transparent;
}
.nav-tabs > li > a {
  padding: 6px 15px 10px !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus .tab-content.tabs-padded .tab-pane {
  background: #F6F6F6 !important;
  color: #333;
  border-top-color: #e4e4e4 !important;
  border-right-color: #e4e4e4 !important;
  border-left-color: #e4e4e4 !important;
}
.tab-content.tabs-padded .tab-pane {
  padding-bottom: 15px;
  min-height: 300px;
}
.tab-pane .form-horizontal {
  margin-top: 0;
}
a.tab-empty {
  color: #aaa;
}
/* Tabs mit Validierungsfehler */
.tab-error > a {
  background: right 0px center url('/Content/images/famfamfam/cancel.png') no-repeat;
  padding-right: 34px !important;
}
#UstIdNrValidierung {
  line-height: normal;
  white-space: pre-wrap;
}
#UstIdNrValidierung h5 {
  margin-bottom: 0;
}
#UstIdNrValidierung .vat-StimmtUeberein {
  color: green;
}
#UstIdNrValidierung .vat-StimmtNichtUeberein {
  color: red;
}
#UstIdNrValidierung .vat-NichtAngefragt {
  color: #333;
}
#UstIdNrValidierung .vat-VomEuMitgliedsstattNichtMitgeteilt {
  color: orange;
}
#UstIdNrValidierung .vat-Unbekannt {
  color: red;
}
#UstIdNrValidierung .valid {
  padding-bottom: 5px;
  color: green;
}
#UstIdNrValidierung .invalid {
  padding-bottom: 5px;
  color: red;
}
.panel-aktuelles .panel-body {
  padding: 5px;
}
.aktuellesItem {
  padding: 5px;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
}
.aktuellesItem a {
  text-decoration: none;
  white-space: pre-wrap;
  display: block;
}
.aktuellesItem.alert-warning {
  background-color: #FFEB9C;
}
.aktuellesItem.alert-dismissible {
  padding-right: 35px;
}
/*.aktuellesItem-Aufgabe {
    background-color: @hellgelb;
    }

    .aktuellesItem-Hinweis {
        background-color: @hellblau;
    }*/
.changed-field {
  background-color: #FFEB9C;
}
.pseudo-text-input {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 3px;
  max-width: 600px;
  color: #555;
  transition: border 200ms ease-in-out;
}
.pseudo-text-input:hover {
  border: 1px solid #66afe9;
  cursor: text;
}
.search-clear-btn {
  padding: 8px 16px;
  background-position: center;
  width: initial;
  min-width: unset !important;
}
.search-clear-btn:hover {
  opacity: 0.7;
}
.toggle-header {
  font-weight: bold;
  color: #005EB8;
  display: block;
  padding: 5px 8px 5px 0;
  border-bottom: 1px solid #005EB8;
  max-width: 960px;
  margin: 5px 0 6px;
}
.toggle-header a {
  float: right;
  color: #005EB8;
  font-size: 16px;
}
.collapse h5 {
  margin-left: 12px;
}
.toggle-header a:hover {
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0.8;
}
.collapse h5 {
  margin-left: 12px;
}
#confirmModal .modal-sm .modal-body {
  text-align: center;
}
#confirmModal .modal-sm .modal-body {
  text-align: center;
}
.page-help {
  display: none;
}
.page-help-button {
  margin-left: 0px;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
  font-size: 17px;
  opacity: 0.7;
}
.page-help-button:hover,
.page-help-button.active {
  opacity: 1;
}
.form-horizontal {
  /* ----------------------- */
  /*.form-control, .selectize-input, .input-group-btn .btn {
        border-radius: 0;
        */
}
.form-horizontal .input-group-btn .btn:not(.multiselect-clear-filter) {
  min-width: 90px;
}
.form-horizontal .input-group-text {
  padding: 0.15rem 0.75rem;
  font-size: 0.9rem;
}
.form-horizontal .form-control.selectize-control {
  height: 28px;
}
.form-horizontal .with-popover {
  display: inline !important;
}
/* Hint-Tooltip with arrow */
.hint-tooltip {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  opacity: 0;
  padding: 6px 10px;
  position: absolute;
  top: 20px;
  line-height: 22px !important;
  z-index: 1010;
}
.hint-tooltip::after {
  content: "";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  left: -14px;
  top: 28px;
}
.hint-tooltip::before {
  content: "";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid #ccc;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  left: -16px;
  top: 28px;
}
.hint-tooltip.below::after {
  content: "";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  position: absolute;
  left: 215px;
  top: -16px;
}
.hint-tooltip.below::before {
  content: "";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.3);
  border-top: 8px solid transparent;
  position: absolute;
  left: 215px;
  top: -17px;
}
.karte-group {
  margin-top: 5px;
  margin-bottom: 0;
}
.karte-group .row {
  height: 100%;
}
.karte-group .col-sm-3,
.karte-group .col-sm-9 {
  height: 100%;
}
.karte-group .panel-fahrzeuge .form-control {
  max-width: unset;
}
#fahrzeugListe {
  margin-top: 15px;
  max-height: 400px;
  overflow: auto;
}
#fahrzeugListe .td-lkw {
  cursor: pointer;
}
#fahrzeugListe .lkw-info {
  font-size: 12px;
}
.nav.navbar-nav li .badge {
  background-color: #005EB8;
}
.col-karte {
  min-height: 500px;
}
.dragAndDrop-fileInput {
  background: #EEE;
  vertical-align: middle;
  border: 1px dashed #888;
  width: 100%;
  min-width: 387px !important;
  padding: 10px;
}
.dragAndDrop-fileInput::after {
  content: 'Drag&Drop-Bereich';
  color: #555;
  text-align: center;
  float: right;
}
.nav-pills > li + li {
  margin-left: 0;
}
#cookie-info {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.4);
  padding: 12px 15px;
  display: none;
  transition: top 300ms ease-in;
  font-size: 14px;
  z-index: 99;
}
.btn-ruby {
  color: #fff;
  background-color: #2159A5;
  border-color: #2159A5;
  border-radius: 0;
  padding: 6px 32px;
}
.btn-ruby:hover {
  background: #2159A5;
  border-color: #2159A5;
  opacity: 0.7;
  color: #FFF;
}
.mim-area {
  background-color: #FFF;
  border: 1px solid rgba(180, 180, 180, 0.8);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 5px 8px;
  border-radius: 3px;
  margin-top: 15px;
}
.mim-title {
  background: #DDD;
}
.mim {
  background: #FFF;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.referenz > .new {
  border-left: 8px solid #ffe86b;
}
.content-panel {
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.7);
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.KundenBedarfserfassungTable {
  min-width: 600px;
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 12px !important;
  border: 1px solid #ccc;
}
.KundenBedarfserfassungTable th {
  font-weight: bold;
  background-color: #587ca0;
  color: #FFF;
  border-left: 1px solid #888;
  padding: 2px 3px;
}
.KundenBedarfserfassungTable td {
  padding: 2px 3px;
  border-left: 1px solid #ddd;
  text-align: right;
}
.KundenBedarfserfassungTable tr:hover {
  background-color: #bee6ff !important;
}
.summen-zeile {
  border-top: 1px solid #003366;
  background-color: #e4e4e4 !important;
  font-weight: bold;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}
.mainSearchField {
  height: 32px;
  line-height: 32px;
  min-width: 280px;
  font-size: 15px;
}
.main-search-area {
  right: 12px;
  position: absolute;
  width: 380px;
}
.fixed-table {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.4);
  padding: 12px 15px;
  transition: top 300ms ease-in;
  font-size: 14px;
  z-index: 99;
  transition: width 300ms ease;
}
.body-content.stretched .fixed-table {
  width: calc(100vw - 92px);
}
.body-content.shrinked .fixed-table {
  width: calc(100vw - 294px);
}
.popover-content {
  color: #444;
}
.bedarfserfassung-popover {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  color: #eee;
}
.bedarfserfassung-popover:focus {
  color: #eee !important;
}
.bedarfserfassung-popover:hover {
  color: #ddd !important;
}
.bedarfserfassung-popover:active {
  transform: translate(0, 1px);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.7);
}
/* BEDARFSTABELLE - NUR ZUM TEST */
.bedarfstabelle {
  min-width: 200px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 12px !important;
  margin: 8px 12px;
}
.bedarfstabelle th {
  font-weight: bold;
  background-color: #587ca0;
  color: #FFF;
  border-left: 1px solid #888;
  padding: 2px 3px;
}
.bedarfstabelle .warenempfaenger-zeile {
  background-color: #8ab8eb !important;
  color: #fff !important;
}
.popover-margin {
  margin-top: -22px;
}
.bedarfserfassung-popover {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  color: #eee;
}
.bedarfstabelle .warenempfaenger-zeile a {
  color: #fff !important;
}
.bedarfstabelle td {
  padding: 2px 3px;
  border-left: 1px solid #ddd;
}
.bedarfstabelle tr:hover {
  background-color: #bee6ff !important;
}
.cal-table {
  border-collapse: unset;
  min-width: 650px;
}
.cal-table th {
  border: 1px solid #a0a0b4;
}
.cal-table td {
  border: 1px solid #a0a0b4;
  padding: 4px 3px;
}
.cal-table td:hover {
  background-color: rgba(190, 230, 255, 0.7);
}
td.cell-today {
  background-color: Khaki;
}
td.current-week {
  background-color: LemonChiffon;
}
.cal-table-daynr {
  font-size: 18px;
  color: #587ca0;
  padding: 4px 4px 4px 2px;
}
td.anderer-monat {
  background-color: #eee;
}
.anderer-monat:hover {
  background-color: #eee !important;
}
.anderer-monat > .cal-table-daynr {
  color: rgba(88, 124, 160, 0.8) !important;
}
.large-textarea {
  width: 680px !important;
  max-width: 680px !important;
}
.large-input {
  width: 480px !important;
  max-width: 480px !important;
}
.big-input {
  width: 330px !important;
  max-width: 330px !important;
}
.edit-area {
  border: 1px solid #e0e0e0;
  padding: 5px 6px;
}
.edit-area-footer {
  border-top: 1px solid #e0e0e0;
  padding: 6px;
}
/*** DASHBAORD ***/
.dashboard-object .panel-body {
  padding: 0;
  margin-top: 8px;
}
.dashboard-table {
  font-size: 12px !important;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.dashboard-table th,
.dashboard-table td {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-pages {
  padding: 2px 6px 6px 2px;
}
th.large-col,
td.large-col {
  width: 300px;
  max-width: 300px;
}
.framed-datatable {
  border: 1px solid #ccc;
}
.disabled img:hover {
  opacity: 1;
  box-shadow: none;
  cursor: not-allowed;
}
.dashboard-popover {
  min-width: 500px;
}
.filterSelectOption {
  background-color: #FBBA00;
}
.dashboard-content > .table-hover > tbody > tr:hover {
  background-color: #D2D2D2;
}
.anderer-monat > .cal-table-daynr {
  color: rgba(88, 124, 160, 0.8) !important;
}
.page-desc {
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.dashboard-divider {
  max-width: 250px;
  color: #7896ff;
}
.mainSearchField {
  height: 28px;
  /*line-height: 32px;
    min-width: 280px;
    font-size: 15px;*/
}
.form-control-flat {
  height: 24px;
  border: 1px solid #bbb;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.main-search-area {
  right: 12px;
  position: absolute;
  min-width: 380px;
}
.search-slider {
  background-color: #FFF;
  transition: width 200ms ease-in-out;
}
.search-slider.collapse.in {
  float: right;
  width: 600px;
}
.search-error {
  background-color: #f8ced4 !important;
  padding: 4px 8px;
}
.search-error::placeholder {
  color: #777;
}
.dashboard-tile-container {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}
#edit-body {
  padding: 0 0 0 12px;
}
.dashboard-tile-container .btn {
  margin-right: 0;
}
.dashboard-tile-container:hover .dashboard-options-btn {
  transform: translateX(0px);
  clip-path: inset(0 0 0 0);
}
.dashboard-tile-container .dashboard-options-btn {
  top: 5px;
  transition: transform 100ms ease-in, clip-path 100ms ease-in;
  transform: translateX(-14px);
  clip-path: inset(0 0 0 77%);
}
.dashboard-tile-container .dropdown-menu {
  z-index: 12;
}
.dashboard-options-btn {
  top: 5px;
  background-color: #eee;
  box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.3);
  transition: box-shadow 100ms ease-in-out, background-color 100ms ease-in-out;
  border-radius: 0 2px 2px 0 !important;
}
.dashboard-options-btn:hover {
  background-color: #e0e0e0;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.dateiablage-row:hover {
  background: rgba(0, 135, 149, 0.1) !important;
}
.dismiss-results {
  float: right;
  color: #AAA;
}
.dismiss-results:hover {
  cursor: pointer;
  color: #888;
}
#result-info {
  padding: 3px 0px;
  display: none;
}
.item-action {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.item-action:hover {
  opacity: 0.8;
}
#bereinigung-modal-body > .alert {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
#bereinigung-table {
  width: 100%;
}
#bereinigung-table th {
  background-color: #EEE;
}
#bereinigung-table th,
#bereinigung-table td {
  border: 1px solid #ddd;
  padding: 7px;
}
#BegruendungRow {
  height: 70px;
  margin-top: 8px;
  margin-bottom: 36px;
}
#variantenRadioDiv {
  height: 25px;
}
#StatusAuswahlRow {
  height: 35px;
}
#BegruendungStatus {
  height: 70px;
}
.flex-line-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flex-line-item {
  flex-shrink: 0;
  margin: 0 4px;
}
/**SNACKBAR**/
/* The snackbar - position it at the bottom and in the middle of the screen */
#toast {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  width: 500px;
  margin-left: -250px;
  /* Divide value of min-width by 2 */
  background-color: rgba(220, 220, 220, 0.9);
  /* Black background color */
  color: #333;
  /* White text color */
  text-align: center;
  /* Centered text */
  padding: 16px 32px 16px 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 99;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the snackbar */
  top: 60px;
  /* 30px from the bottom */
  border-radius: 3px;
  box-shadow: 0px 2px 18px 2px rgba(0, 0, 0, 0.3);
  transition: opacity 100ms ease-in;
}
#toast.validation-toast {
  right: 20px;
  left: auto;
  margin-left: auto;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#toast.show {
  visibility: visible;
  /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
        However, delay the fade out process for 2.5 seconds */
  animation: fadein 0.5s;
}
ul.error-list {
  text-align: left;
  list-style-type: none;
  padding-left: 6px;
}
ul.error-list li {
  padding: 4px;
  margin-top: 3px;
  background: rgba(255, 251, 196, 0.37);
}
ul.error-list li:last-child {
  border-bottom: 1px solid #ddd;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 60px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 60px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 60px;
    opacity: 1;
  }
  to {
    top: -100px;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 60px;
    opacity: 1;
  }
  to {
    top: -100px;
    opacity: 0;
  }
}
.toast-close-btn {
  position: absolute;
  top: 6px;
  right: 8px;
  color: #444;
}
.toast-close-btn:hover {
  cursor: pointer;
  text-decoration: none;
  color: rgba(120, 180, 240, 0.8);
}
.nav-pills > li > a {
  border-radius: 0px;
}
nav-pills > li > a:hover {
  border-radius: 0px;
}
.nav-pills > li:first-child > a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nav-pills > li:last-child > a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.nav-pills {
  border-radius: 7px;
  display: inline-block;
  border-bottom: 1px solid #CCC;
}
.navbar > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
}
.nav > li.active > a {
  background-color: #005EB8;
}
.loading-spinner {
  width: 230px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  display: none;
  padding-top: 16px;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms ease;
  opacity: 0;
  color: #444;
}
#berechtigtAuswahl {
  padding: 6px 12px;
  background: #eee;
  max-height: 600px;
  overflow-y: scroll;
  box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.2);
}
#logolink {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 300px;
  height: 40px;
}
#logolink:hover {
  cursor: pointer;
}
.fileupload-result-list {
  margin-top: 12px;
  list-style-type: none;
  padding-left: 6px;
}
.fileupload-result-item {
  margin-top: 2px;
  padding: 4px 8px;
}
.fileupload-result-item.success {
  background-color: rgba(120, 240, 120, 0.3);
  color: forestgreen;
}
.fileupload-result-item.error {
  background-color: rgba(240, 120, 120, 0.3);
  color: red;
}
.referenz-kurztext {
  max-width: 700px;
}
.handsontable div {
  z-index: 0;
}
.bereiche-list {
  display: block;
  width: 100%;
  border-spacing: 5px;
}
.bereich {
  width: 100%;
  margin-top: 6px;
  border-top-width: 4px;
  background-color: #DFDFEF;
  display: block;
  min-width: 800px;
  transition: all ease-in-out 100ms;
}
.bereich:nth-child(2n+1) {
  background-color: #EEF;
}
.bereich:hover {
  background-color: #DDD;
  cursor: pointer;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.bereich td {
  padding: 3px 4px 6px;
}
.video-modal-content {
  transition: background ease-in 150ms;
}
.card {
  display: inline-block;
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  background-color: #EEE;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin: 8px 6px;
}
.card:hover {
  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0.9;
}
.card-img:active::before {
  text-shadow: none;
  font-size: 52px;
}
.card-img:hover::before {
  opacity: 1;
}
.card-img:hover > img {
  filter: blur(2px);
}
.card-img::before {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  content: '►';
  line-height: 180px;
  font-size: 60px;
  color: #ffffff;
  width: 320px;
  height: 180px;
  background: -moz-linear-gradient(-45deg, #ccc 0%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: opacity 100ms ease-in-out, transform 200ms;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-img {
  height: 180px;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.card-img,
.card-img > img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card-img > img {
  overflow: hidden;
  position: absolute;
  clip: rect(0px, 320px, 180px, 0px);
}
.card-body {
  padding: 1px 6px;
  min-height: 60px;
}
.card-footer {
  border-top: 1px solid rgba(180, 180, 180, 0.6);
  padding: 4px 2px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 40px;
}
.card-footer > button {
  font-size: 1.2em;
}
.card-attachment {
  padding: 2px 4px;
}
.card-container {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pin {
  padding: 0px !important;
}
.mim-pin-btn {
  float: right;
  padding-right: 20px;
}
.mim-pin-row {
  padding: 3px 20px !important;
  display: inline;
}
i.pinned {
  color: #005EB8 !important;
  transform: rotate(90deg);
}
.mim-pin-btn:hover {
  color: #e6f3ff;
  cursor: pointer;
}
.mim-pin-btn {
  padding: 4px 8px;
  transform: rotate(-90deg);
  color: #D2D2D2;
  text-align: center;
  min-width: 32px !important;
  position: absolute;
  right: 5px;
  font-size: 14px;
}
.tab-row {
  display: inline;
  padding: 6px 15px 10px !important;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
}
.nav > li.active > .tab-row {
  background: #F6F6F6 !important;
  color: #333;
  border-top-color: #e4e4e4 !important;
  border-right-color: #e4e4e4 !important;
  border-left-color: #e4e4e4 !important;
}
.validation-icon {
  color: #a94442;
}
.validation-icon-hidden {
  display: none;
}
#navbar-title {
  display: inline;
  float: left;
  padding-left: 8px;
}
.navbar-toggle {
  margin-top: 4px;
  border: none;
}
.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
  background: #136Eca;
  opacity: 0.9;
}
.navbar-right {
  margin-left: auto;
}
/*
        Groessere Bildschirme
    */
@media (min-width: 768px) {
  #produktbeschreibung-label {
    padding-left: 0px;
  }
  /* Set width on the form input elements since they're 100% wide by default */
  input:not(.btn):not(.tiny-input):not(.xxs-input):not([type="file"]),
  select {
    max-width: 280px;
  }
  input.form-control {
    height: 28px;
    padding: 3px 6px;
  }
  .selectize-input {
    padding: 2px 8px !important;
    min-height: 28px !important;
    max-height: 28px !important;
  }
  select.form-control {
    height: 28px !important;
    width: 280px;
    padding: 1px 5px;
  }
  /** Search-Field */
  .input-group-btn .btn {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .form-inline .input-group-help > input.form-control {
    width: 280px;
  }
  .form-group {
    margin-bottom: 4px;
  }
  .control-label {
    font-weight: normal;
  }
  .number-input {
    max-width: 140px !important;
  }
  .navbar-nav > li.active-tab > a {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .navbar-nav > li > a {
    padding: 8px 10px;
    margin-top: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #EEE !important;
    font-size: 0.9em;
    transition: border 1ms ease-in;
  }
  .navbar-nav > li > a:hover {
    color: #FFF !important;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
  }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    background-color: #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
  }
  .nav-tabs .nav-link {
    font-size: 0.9em;
  }
  .navbar .container {
    padding-left: 0;
  }
  .navbar .container .navbar-collapse {
    padding-left: 3px;
    justify-content: space-between;
  }
  .dropdown-menu a {
    color: #333 !important;
    padding: 2px 10px;
    line-height: 1.6em;
    font-size: 0.9em;
    width: 100%;
    display: flex;
  }
  .dropdown-menu a:hover {
    text-decoration: none;
    background: #ddd;
  }
  .dropdown-menu a > i {
    margin-right: 3px;
    padding-top: 4px;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"] {
    margin-left: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.show {
    border-top-left-radius: 0;
    transform: translateY(-2px);
    border-top: none;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3);
  }
  .navbar li.dropdown {
    margin-left: 1px;
  }
  .dropdown.show > .dropdown-toggle {
    background: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #333 !important;
  }
  .col-sm-10 h3,
  .col-sm-10 h4 {
    margin-bottom: 5px;
  }
  #language {
    padding-left: 20px;
  }
  .btn-inline {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .modal-body .table-wrapper {
    overflow: visible;
  }
  #map {
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    bottom: 15px;
  }
  /*.col-karte {
            position: fixed;
            top: 50px;
            right: 0;
            bottom: 30px;
        }*/
  .showOnMobile {
    display: none;
  }
  .item-action-mobile {
    display: none;
  }
  /*** FOOTER ***/
  .footerbar {
    position: fixed;
    width: 110%;
    background-color: #EFEFEF;
    border-top: 1px solid #BBB;
    bottom: 0px;
    padding: 8px 12px;
    transition: left 200ms ease-in-out;
    z-index: 99;
    left: -12px;
    padding-left: 42px;
  }
  .mobile-footerbar {
    display: none;
  }
}
/* Mobile Ansicht

       Enthält:
       @media(max-width: 768px)
       @media(max-width: 767px)
       @media screen and (max-width: 767px)
       @media(max-width: 500px)

    */
@media (max-width: 768px) {
  .wide-input {
    width: 100% !important;
  }
  .navbar {
    height: 46px;
  }
  .mobileTableView ul.pagination > li > a {
    padding: 12px 18px;
  }
  #extend {
    display: none;
  }
  .body-content {
    background: none !important;
  }
  .btn-square {
    width: 134px !important;
    height: 120px !important;
  }
  .btn-square > .svg {
    width: 52px !important;
    height: 52px !important;
  }
  .form-group {
    margin-bottom: 4px;
  }
  .form-horizontal .form-group .col-sm-8 .radio input[type="radio"],
  .form-horizontal .form-group .col-sm-9 .radio input[type="radio"],
  .form-horizontal .form-group .col-sm-10 .radio input[type="radio"] {
    margin-top: 7px;
  }
  .form-horizontal .form-group .col-sm-8 .radio label,
  .form-horizontal .form-group .col-sm-9 .radio label,
  .form-horizontal .form-group .col-sm-10 .radio label {
    padding-left: 20px;
  }
  .col-sm-10 > div.radio > input[type="radio"] {
    margin-left: 0 !important;
  }
  /* Navbar für die mobile Ansicht*/
  .navbar-dark .navbar-nav > li > a {
    background-color: #555;
    color: whitesmoke;
  }
  li.active-tab > a {
    margin-top: 0;
  }
  .navbar-dark .navbar-nav .open .dropdown-menu > li > a {
    color: whitesmoke;
  }
  .navbar-dark .navbar-nav > li > .dropdown-menu {
    background-color: #AAA;
  }
  .navbar-dark .navbar-nav > li > a:hover,
  .navbar-dark .navbar-nav > li > a:active {
    background-color: #AAA;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
  .nav > li > a,
  li.dropdown > a,
  div.navbar-header > li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #202020;
  }
  #menu-language {
    padding-left: 15px !important;
  }
  #menu-divider {
    height: 41px;
  }
  .navbar-dark .navbar-nav > li > a:focus {
    background-color: #555 !important;
  }
  .artikel-group {
    margin-top: 15px;
  }
  .mobile-table {
    margin-bottom: 20px;
    /*
            .item-action {
                display: none !important;
            }

            .action-sheet-dropdown {
                padding: 5px 0;
            }

            .action-sheet-item {
                display: block;
                padding: 10px 20px;
                clear: both;
                font-weight: normal;
                line-height: 1.42857143;
                color: #333;
                white-space: nowrap;
            }

            .tableButtonsLeft {
                display: none;
            }

            div.dataTables_wrapper div.dataTables_info {
                display: none !important;
            }
            */
  }
  .mobile-table .listheader,
  .mobile-table .dt-buttons,
  .mobile-table .dataTables_length {
    display: none !important;
  }
  .action-item-mobile {
    color: black;
  }
  .action-dropdown-item {
    width: 42px;
  }
  /** Styles fuer mobile devices */
  #smalllogo {
    display: none;
  }
  .dropdown-clear-button {
    display: none;
  }
  .body-content {
    background: none;
  }
  .mobile-footerbar {
    position: fixed;
    width: calc(100% + 8px);
    background-color: #a0a0a0;
    bottom: 0px;
    left: -8px;
    padding: 12px 24px;
    transition: left 300ms ease-in-out;
  }
  .mobile-btn {
    background-color: #a0a0a0;
    padding: 0px 0px !important;
    margin-right: 12px;
    color: black;
  }
  .fl-action-btn {
    width: 48px;
    height: 48px;
    background-color: green;
    border-radius: 50%;
    box-shadow: 0 6px 10px 0 #666;
    transition: all 0.1s ease-in-out;
    font-size: 30px;
    color: white;
    text-align: center;
    line-height: 48px;
    position: fixed;
    right: 20px;
    bottom: 33px;
  }
  .fl-action-btn:hover {
    box-shadow: 0 6px 14px 0 #666 !important;
    transform: scale(1.05) !important;
    background-color: #00b300 !important;
    color: white !important;
    text-decoration: none !important;
  }
  #variantenRadioDiv {
    margin-bottom: 35px;
  }
}
.dropdown-stapel .dropdown-menu > li > a:hover {
  background: unset;
  color: #888 !important;
}
ul.dropdown-menu li.li-dienstleister {
  background: 10px center url('/Content/images/actions/dienstleisterZuweisen.png') no-repeat;
}
ul.dropdown-menu li.li-dienstleister a {
  padding-left: 36px;
}
ul.dropdown-menu li.li-delete {
  background: 10px center url('/Content/images/actions/delete.png') no-repeat;
}
ul.dropdown-menu li.li-delete a {
  padding-left: 36px;
}
ul.dropdown-menu li.li-deactivate {
  background: 10px center url('/Content/images/actions/deactivate.png') no-repeat;
}
ul.dropdown-menu li.li-deactivate a {
  padding-left: 36px;
}
ul.dropdown-menu li.li-archive {
  background: 10px center url('/Content/images/actions/archive.png') no-repeat;
}
ul.dropdown-menu li.li-archive a {
  padding-left: 36px;
}
@media (max-width: 767px) {
  .li-login:first-child {
    padding-top: 10px;
  }
  .li-login > a {
    padding-left: 20px;
  }
  div > ul > li:first-child {
    margin-top: 15px !important;
  }
  .li-login {
    margin-left: 20px;
    padding-bottom: 10px;
  }
  #menu-help {
    padding-top: 10px;
  }
  li > a > i {
    width: 100% !important;
  }
  .nav-item {
    margin-left: 5px;
    height: 37px !important;
  }
  .showOnMobile {
    display: block;
  }
  #map {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
  }
  .preserve-wrap {
    white-space: pre-wrap;
  }
  .dropdown-stapel {
    display: inline;
  }
  ul.dropdown-menu li.li-dienstleister {
    background: 10px center url('/Content/images/actions/dienstleisterZuweisen.png') no-repeat;
  }
  ul.dropdown-menu li.li-dienstleister a {
    padding-left: 36px;
    background-color: transparent;
  }
  ul.dropdown-menu li.li-delete {
    background: 10px center url('/Content/images/actions/delete.png') no-repeat;
  }
  ul.dropdown-menu li.li-delete a {
    padding-left: 36px;
    background-color: transparent;
  }
  /**SNACKBAR**/
  /* The snackbar - position it at the bottom and in the middle of the screen */
  #toast {
    visibility: hidden;
    /* Hidden by default. Visible on click */
    min-width: 250px;
    /* Set a default minimum width */
    margin-left: -125px;
    /* Divide value of min-width by 2 */
    background-color: rgba(220, 220, 220, 0.9);
    /* Black background color */
    color: #333;
    /* White text color */
    text-align: center;
    /* Centered text */
    padding: 16px 32px 8px 12px;
    /* Padding */
    position: fixed;
    /* Sit on top of the screen */
    z-index: 99;
    /* Add a z-index if needed */
    left: 50%;
    /* Center the snackbar */
    top: 60px;
    /* 30px from the bottom */
    border-radius: 3px;
    box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.3);
    transition: opacity 100ms ease-in;
  }
  ul.dropdown-menu li.li-deactivate {
    background: 10px center url('/Content/images/actions/deactivate.png') no-repeat;
  }
  ul.dropdown-menu li.li-deactivate a {
    padding-left: 36px;
    background-color: transparent;
  }
  ul.dropdown-menu ul.dropdown-menu li.li-archive {
    background: 10px center url('/Content/images/actions/archive.png') no-repeat;
  }
  ul.dropdown-menu ul.dropdown-menu li.li-archive a {
    padding-left: 36px;
    background-color: transparent;
  }
  ul.error-list li {
    padding: 3px 4px;
    border-bottom: 1px solid #CCC;
  }
  ul.error-list li:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  table.dataTable {
    border-collapse: collapse;
  }
  table.dataTable thead tr:first-child {
    /*th.select-checkbox, th.action-col {
            border-left: 0 !important;
            border-top: 0 !important;
            background-color: transparent !important;
        }

        th.action-col {
            border-right: 1px solid #ddd !important;
        }*/
  }
  table.dataTable thead tr:first-child th {
    padding: 4px 8px;
  }
  #news-container .row .col-sm-7 {
    padding-left: 11px;
    padding-right: 11px;
  }
  #news-container .row .col-sm-8 {
    padding-left: 11px;
    padding-right: 11px;
  }
}
@media screen and (max-width: 767px) {
  .bereich {
    width: 100%;
    min-width: unset;
  }
  .card-container {
    display: inline-block;
  }
}
@media (max-width: 500px) {
  form .form-group .btn {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    background-position: 10px center;
  }
  /*form .form-group .btn-send {
        background-color: @hellblau;
    }
    form .form-group .btn-cancel {
        background-color: @hellrot;
    }*/
}
/*
        Individual Screen-Sizes
    */
@media (min-width: 800px) {
  .modal-md {
    width: 750px;
  }
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1000px) {
  .modal-lg {
    width: 980px;
  }
}
@media (max-width: 1400) {
  .hidden-m {
    display: none;
  }
}
@media (max-width: 1600px) {
  .hidden-xl {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .hidden-m-only {
    display: none;
  }
  .breadcrumb {
    margin-top: 28px;
  }
  #breadcrumb-text {
    margin-top: 28px;
  }
}
.new-lizenz h4 {
  font-weight: bold;
}
tr.new-lizenz {
  border-left: 5px solid gold;
}
tr.new-lizenz::after {
  content: 'NEU';
  position: absolute;
  right: 22px;
  margin-right: 12px;
  margin-top: 6px;
  color: #005EB8;
}
/*tr.new-lizenz::before {
        content: '*';
        position: absolute;
        right: 48px;
        font-size: 32px;
        margin-right: 20px;
        margin-top: 6px;
        color: gold;
        line-height: 32px;
    }*/
.pdf-shadow {
  height: 0;
}
.pdf-shadow::before {
  content: ' ';
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 99%, rgba(80, 80, 80, 0.35) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 99%, rgba(80, 80, 80, 0.35) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -1%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.35) 99%, rgba(80, 80, 80, 0.35) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: inline-block;
  position: relative;
  top: -20px;
  height: 10px;
  width: 98%;
}
.servicebericht-table td {
  padding: 2px 4px;
}
.servicebericht-table td.label-cell {
  background: #eee;
  border-bottom: 1px solid #888;
  font-weight: bold;
}
.servicebericht-table td.value {
  border-bottom: 1px solid #888;
}
.paperpage {
  background-color: #FFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.6);
  padding: 28px 32px;
}
.page-background {
  background-color: #888;
  padding-top: 40px;
  padding-bottom: 80px;
}
.col-hidden {
  display: none !important;
}
.col-shown {
  display: table-cell !important;
}
/********** App Switcher Sidebar**********/
.btn-axians-portal {
  border-radius: 0 !important;
  padding: 4px 13px 4px 12px !important;
  margin-top: 6px;
  color: #005eb8;
}
.btn-axians-portal:hover {
  background-color: rgba(0, 94, 214, 0.2);
}
.apps-button {
  z-index: 80;
  position: absolute;
  top: 5px;
  left: 8px;
  border-radius: 3px !important;
}
.apps-button:hover {
  background-color: #DDD;
}
.axians-sidebar {
  z-index: 90;
  height: 100%;
  width: 240px;
  background-color: #fff;
  position: fixed !important;
  overflow: auto;
  transition: all ease-in-out 0.5s;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 2px 2px 4px 10px;
}
.axians-sidebar-content {
  left: 0px;
  position: absolute;
}
.axians-sidebar-hidden {
  left: -250px;
  opacity: 0;
}
.axians-sidebar-shown {
  left: 0;
  opacity: 1;
}
.sidebar-main-logo {
  width: 180px;
  margin-top: 14px;
}
/******************************/
.wiegedaten-table {
  width: 100%;
  min-width: 400px;
  table-layout: fixed;
}
.wiegedaten-table tr:nth-child(2n+2) {
  background-color: #F4F4F4;
}
.wiegedaten-table tr:nth-child(2n+1) {
  background-color: #FFF;
}
.wiegedaten-table td {
  padding: 2px 4px;
}
.wiegedaten-table th {
  padding: 2px 4px;
  border-bottom: 1px solid #CCC;
}
.mengenstatistik-box {
  border: 1px solid #DDD;
  margin-left: 18px;
  padding: 0;
  min-width: 400px;
}
.master-box {
  width: 100%;
  max-width: 3000px;
  border: 1px solid #DDD;
}
.wiegedaten-summen-zeile {
  table-layout: fixed;
  background-color: #DDD;
  padding: 4px;
  font-weight: bold;
  width: 100%;
  max-width: 3000px;
}
.wiegedaten-summen-zeile td,
.wiegedaten-summen-zeile th {
  padding: 2px 4px;
}
.attachment-link:hover {
  cursor: pointer;
}
.row-selected {
  background-color: rgba(100, 150, 255, 0.4) !important;
}
.artikel-item-lang {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #888;
}
.base64Image {
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
#toast {
  top: 60px;
  z-index: 1500;
}
.error-toast {
  background-color: rgba(255, 120, 120, 0.9) !important;
}
.success-toast {
  background-color: rgba(106, 205, 110, 0.9) !important;
}
.app-qr-code-image {
  width: 300px;
}
#AppLogoImage {
  padding: 5px;
  border: 1px solid #000;
}
.fromToDatepickerBtn,
.datatableHelpBtn {
  color: rgba(132, 185, 215, 0.8);
  left: -20px;
  position: relative;
  opacity: 0.8;
  background: white;
  padding: 1px 3px;
  margin-top: 1px;
}
.fromToDatepickerBtn > a,
.datatableHelpBtn > a {
  opacity: 0.6;
}
.filtered + .fromToDatepickerBtn,
.filtered + .datatableHelpBtn {
  background: rgba(253, 235, 151, 0.7);
  opacity: 1;
}
.chart-container {
  background: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px #ccc solid;
  max-height: 320px;
  max-width: 450px;
}
.resizable-chart-container {
  padding: 2px 8px;
  background: #FFF;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px #ccc solid;
  width: 450px;
  resize: both;
  overflow: auto;
}
.chart-hide-button {
  float: right;
}
.chart-hide-button:hover {
  opacity: 0.8;
}
.statusPanel {
  width: 170px;
}
.statusPanel > .btn {
  width: 174px;
}
.statusPanel .btn-grey {
  background-color: #EEE;
}
.arrow-down {
  display: block;
  text-align: center;
}
.aval-panel > .panel-body {
  padding: 6px;
}
.arrow-down > span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #8AF;
  margin: 4px 2px 2px;
}
.btn-light-success {
  background-color: #CEF6C0;
  color: #777;
}
.btn-light-success:hover {
  background-color: #A9F5A9;
}
.btn-grey {
  color: #888;
}
.btn-grey:hover {
  background-color: #DDD;
}
.console,
.console:read-only {
  font-family: monospace;
  background-color: #333;
  max-width: 1800px !important;
  height: 600px !important;
  color: #eee;
}
.datePickerBox {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.datepicker .next:after {
  content: '▷' !important;
  position: relative !important;
}
.datepicker .prev:after {
  content: '◁' !important;
  position: relative !important;
}
div.dt-buttons span.caret {
  visibility: hidden !important;
}
table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable tr.selected td.select-checkbox:after {
  content: '\2714';
  font-size: 12px !important;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9 !important;
}
.anlage-toggle {
  float: right;
  margin-top: 2px;
  margin-right: 3px;
  font-size: 12px;
  line-height: 14px;
}
.grecaptcha-badge {
  z-index: 99;
}
.show-help-btn {
  padding: 5px;
  line-height: 23px;
}
.multiselect-item .input-group-prepend {
  height: 25px;
}
.multiselect-item .multiselect-search {
  height: 25px !important;
}
.multiselect-item .multiselect-clear-filter {
  height: 25px;
  padding-top: 3px !important;
}
.dataTable tbody tr td {
  vertical-align: middle;
}
.max-width-90 {
  max-width: 90% !important;
  width: 90% !important;
}