@import url(https://fonts.googleapis.com/css?family=Lato:400italic);@charset "UTF-8";

.sortable-column {
  cursor: pointer;
  color: #000000;
}

.sort_asc:after {
  content: "\25B4";
}

.sort_desc:after {
  content: "\25BE";
}

.sort_asc:after,
.sort_desc:after {
  margin-left: 5px;
}

.sort_asc,
.sort_desc {
  background: rgba(0, 0, 0, 0.1);
}

.btn-lg {
  padding: 0.1rem 1rem 0.1rem 1rem !important;
}

body.blank .wrapper {
  align-items: center;
  background: #e9ecef;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.btn-material-wahl {
  background-size: cover;
}

.logo-brand {
  display: block;
  background: white;
  text-align: center;
  padding: 10px;
}

.logo-brand img {
  max-width: 100%;
  max-height: 70px;
}

.profile-image {
  width: 300px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.standard_inner_btn {
  color: black;
  border-radius: 25px;
  border: 1px solid gray;
  background-color: #F0F0F0;
}

.standard_outer_btn {
  color: black;
  border: 1px solid gray;
  background-color: #F0F0F0;
}

.standard_outer_headers {
  background-color: #fff6f6;
  border: 2px solid #ff8080;
  border-radius: 25px !important;
  margin-right: 15px;
}

.material-profilierung img,
.material-oberflache img,
.material-behandlung img {
  width: 150px !important;
  max-height: 60px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

#material_profilierung {
  min-width: 150px;
}

.text-right {
  bottom: 0px;
  padding-top: 10px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
}

#material_oberflache {
  min-width: 170px;
}

#material_name_dimension {
  min-width: 250px;
}

.text-right {
  bottom: 0px;
  padding-top: 10px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
}

.button-right {
  bottom: 0px;
  padding-top: 10px;
  width: 10%;
  height: 50px;
  justify-content: flex-end;
  text-align: end;
}

.extra-info-image {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

.sheet-selection-group .btn-group {
  width: 100%;
}

.sheet-selection-group .dropdown-menu {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container {
  max-width: 100%;
  width: 100% !important;
}

.popover {
  max-width: 600px;
}

.colorpicker.colorpicker-2x {
  width: 282px;
}

.colorpicker-2x .colorpicker-saturation {
  width: 200px;
  height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 200px;
}

.colorpicker-2x .colorpicker-preview {
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.colorpicker-2x .colorpicker-preview,
.colorpicker-2x .colorpicker-preview div {
  height: 30px;
  font-size: 16px;
  line-height: 160%;
}

.colorpicker-saturation .colorpicker-guide {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin: -5px 0 0 -5px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

.layout-fixed .wrapper .sidebar {
  height: calc(100vh - (120px)) !important;
  background-color: #737373 !important;
}

.sidebar .nav-link {
  color: white !important;
}

.sidebar .nav-link.active {
  background-color: red !important;
}

.calculation-steps .nav-link.active {
  background-color: black !important;
}

.left-menu-title {
  font-size: 20px;
}

.calculation-status-notice {
  font-size: 25px;
  font-weight: bold;
  background: green;
  color: white;
  padding: 10px;
  width: 200px;
  text-align: center;
  margin: 0 auto;
}

.drag-me {
  width: 180px;
  padding: 0 0 0 40px;
  color: black;
  line-height: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.drag-me:hover:before {
  opacity: 0.3;
}

.drag-me:active {
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.drag-me:active:before {
  left: 14px;
}

.drag-me:before {
  content: url("/images/icons/grip-vertical-solid.svg");
  width: 10px;
  position: absolute;
  left: 14px;
  font-size: 20px;
  opacity: 0;
  cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.shot {
  position: absolute;
}

table#sortable td,
table#sortable th {
  padding: 5px 25px;
}

table thead tr th {
  border-top: unset !important;
}

.toggle {
  width: 100%;
  display: block;
  color: black !important;
  background-color: #F5F5F5;
  border: 2px solid #A8A8A8;
  border-radius: 25px !important;
  margin-right: 15px;
  padding: 0.75em 1em;
  transition: background 0.3s ease;
  text-align: left;
}

.toggle:hover {
  color: black !important;
  background-color: #D3D3D3 !important;
}

a {
  cursor: pointer;
}

a i {
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

/*input {
    border-color: inherit !important;
}*/

select option {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.logout-btn {
  margin-left: 10px;
  background: none !important;
  border: none;
  outline: none;
  cursor: pointer;
}

.logout-btn:focus {
  border: none;
  outline: none;
}

.collapsible {
  color: #444;
  cursor: pointer;
  border: none;
  outline: none;
}

.bullet-text-row {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.technical-data-rows {
  display: none;
}

.show {
  display: block !important;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.progress {
  width: 100%;
  height: 50px;
}

.progress-wrap {
  background: #007BFF;
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}

.progress-wrap .progress-bar {
  background: #ddd;
  color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
}

.progress-wrap .progress-info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 25px;
}

.technical-data-rows {
  display: none;
  font-size: 13px;
}

.show {
  display: block !important;
}

.accordion-btn {
  position: absolute;
  top: 10px;
  right: 50px;
}

.float-label-group {
  display: flex;
  align-items: center;
}

.float-label-group label {
  margin-bottom: 0;
  margin-right: 10px;
  width: 25%;
}

.float-label-group input {
  width: 75%;
}

.accordion > .card {
  overflow: unset !important;
}

[type=checkbox],
[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #000000;
  background-color: #fff;
  border: 1px solid #6b7280;
}

[type=checkbox] {
  border-radius: 0px;
}

[type=radio] {
  border-radius: 100%;
}

[type=checkbox]:focus,
[type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, 
      
  );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

[type=checkbox]:checked,
[type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type=checkbox]:checked:hover,
[type=checkbox]:checked:focus,
[type=radio]:checked:hover,
[type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type=checkbox]:indeterminate:hover,
[type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

#brettrichtung {
  background: white;
  z-index: 2;
  border: 1px solid;
  padding: 10px;
  top: 20px;
  left: 8px;
  width: 280px !important;
  max-width: 280px !important;
  max-height: 600px;
}

#brettrichtung .btn-secondary {
  width: 100%;
}

#preloader {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(191, 182, 182, 0.3);
}

.highlighted-main-offer {
  border: 3px solid green;
}

.tooltipIcon {
  position: relative;
}

.bearbeiten-card {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0px;
  /*top: -90px;*/
  transform: translate(-80px, -200%);
}

.tooltipCard {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0px;
  /*top: -90px;*/
  transform: translate(-20px, -130%);
}

.tooltipIcon:hover .tooltipCard {
  display: inline-block;
  opacity: 1;
  transition: 0.5s;
}

.tooltipIcon:hover .bearbeiten-card {
  display: inline-block;
  opacity: 1;
  transition: 0.5s;
}

.tooltipCardtext {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  text-wrap: normal;
  background-color: #dc3545;
  padding: 10px;
  border-radius: 5px;
  color: white;
  line-height: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  white-space: nowrap;
}

.tooltipCardtextBadge {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  text-wrap: normal;
  background-color: #F5CBA7;
  padding: 10px;
  border-radius: 5px;
  color: black;
  line-height: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  white-space: nowrap;
}

.textGreyedOut {
  background-color: #868686;
}

.orders-index {
  /*.history {*/
  /*    display: none;*/
  /*}*/
  /*.status-badge:hover + div {*/
  /*    display: block;*/
  /*}*/
}

.orders-index .link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.orders-index .badge-color-white {
  color: white;
}

.orders-index .over-button:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  font-size: 10px;
}

.orders-index .over-button .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.orders-index .over-button .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.orders-index .over-button {
  position: relative;
  display: inline-block;
}

.orders-index .badge-link {
  position: relative;
}

.orders-index .hovercard {
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 0px;
  /*top: -90px;*/
  transform: translate(-200px, -110%);
}

.orders-index .badge-link:hover .hovercard {
  display: inline-block;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.orders-index .tooltiptext {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-wrap: normal;
  background-color: grey;
  padding: 18px;
  border-radius: 5px;
  color: white;
  line-height: 15px;
  transition: 1s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}

.material-accordion #boden_canvas {
  border: 1px solid darkgrey;
  width: 1000px;
  height: 300px;
}

.material-accordion #brettrichtung_canvas {
  border: 1px solid darkgrey;
  width: 1000px;
  height: 300px;
}

.all-rows .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ff0000 transparent transparent transparent !important;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.material-choose {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.material-choose .btn-material {
  display: inline-block;
  border-color: #939393;
  background: white;
  color: #939393;
  border-width: 1px;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 20px;
}

.material-choose .btn-material-active {
  color: white;
  background: #E20512;
  border-color: #E20512;
}

.btn-calculation.btn-calculation-primary {
  color: white;
  background: #E20512;
  border: solid 1px #E20512;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 20px;
}

.btn-calculation.btn-calculation-secondary {
  display: inline-block;
  border: solid 1px #939393;
  background: white;
  color: #939393;
  border-radius: 5px;
  padding: 5px 20px;
  margin-right: 20px;
}

.btn-calculation.btn-calculation-secondary:hover {
  background: rgba(226, 5, 18, 0.19);
}

text.point-idx-title {
  display: none;
}

#send-data-btn,
#data-btn {
  display: none;
}

.calculation-steps li a.disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  margin-left: 2px !important;
}

.calculation-steps .nav-item-right {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-left: auto;
}

.calculation-steps .nav-item-right button[disabled] {
  background-color: #cccccc !important;
  color: #666666 !important;
  margin-left: 2px !important;
  border-color: #cccccc !important;
}

.calculation-steps .nav-link {
  color: #E20512 !important;
}

.calculation-steps .nav-link.active {
  border-top: 3px solid #E20512 !important;
}

.btn-material-wahl {
  height: 130px;
  width: 130px;
  color: black;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-wahl-selected {
  border: solid 1px green;
}

.btn-material-wahl-selected::before,
.btn-material-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.btn-material-surface-wahl {
  height: 100px;
  width: 100px;
  border: solid 1px black;
  color: black;
  padding: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-surface-wahl-selected {
  border: solid 1px green;
}

.btn-material-surface-wahl-selected::before,
.btn-material-surface-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-surface-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-surface-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.btn-material-profile-wahl {
  height: 100px;
  width: 100px;
  border: solid 1px black;
  color: black;
  padding: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-profile-wahl-selected {
  border: solid 1px green;
}

.btn-material-profile-wahl-selected::before,
.btn-material-profile-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-profile-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-profile-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.btn-material-montage-wahl {
  height: 100px;
  width: 100px;
  border: solid 1px black;
  color: black;
  padding: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-montage-wahl-selected {
  border: solid 1px green;
}

.btn-material-montage-wahl-selected::before,
.btn-material-montage-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-montage-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-montage-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.btn-material-anortnung-wahl {
  height: 80px;
  margin-right: 10px;
  width: 80px;
  border: solid 1px black;
  color: black;
  padding: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-anortnung-wahl-selected {
  border: solid 1px green;
}

.btn-material-anortnung-wahl-selected::before,
.btn-material-anortnung-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-anortnung-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-anortnung-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.btn-material-verschraubung-wahl {
  height: 80px;
  margin-right: 10px;
  width: 80px;
  border: solid 1px black;
  color: black;
  padding: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-verschraubung-wahl-selected {
  border: solid 1px green;
}

.btn-material-verschraubung-wahl-selected::before,
.btn-material-verschraubung-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-verschraubung-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-verschraubung-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.btn-material-treatment-wahl {
  height: 100px;
  width: 100px;
  border: none;
  color: black;
  padding: 24px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-material-treatment-wahl-selected {
  border: solid 1px green;
}

.btn-material-treatment-wahl-selected::before,
.btn-material-treatment-wahl-selected::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border-color: transparent;
  border-style: solid;
}

.btn-material-treatment-wahl-selected::after {
  content: "\2713";
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  color: white;
  top: 10px;
  left: 10px;
}

.btn-material-treatment-wahl-selected::before {
  border-radius: 12px;
  border-width: 12px;
  border-left-color: green;
  border-top-color: green;
  border-right-color: green;
  border-bottom-color: green;
  place-items: center;
}

.material-item-card {
  display: flex;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  width: 100%;
  border-radius: 10px;
  max-height: 150px;
}

.material-name-dimension {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
  white-space: nowrap;
}

.material-profilierung {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

.material-oberflache {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

.material-behandlung {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

.product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

.delivery_weeks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

.material-lagerstand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  flex-grow: 1;
  flex-basis: 0;
}

.under-material-button {
  display: block;
}

.material-wahl {
  display: grid;
  grid-template-columns: repeat(1, 3fr);
  grid-row-gap: 20px;
}

.material-image {
  display: flex;
  align-items: center;
  align-self: center;
  flex-direction: column;
  padding: 0 10px;
  flex-grow: 1;
  flex-basis: 0;
}

#material-name-label {
  font-weight: bolder;
  font-size: larger;
  width: 100%;
}

.material_table {
  border: solid;
  border-radius: 10px;
}

#material_head {
  background-color: lightgrey;
}

.material-surface-wahl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  grid-row-gap: 20px;
}

.material-profile-wahl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  grid-row-gap: 20px;
}

.material-montage-wahl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  grid-row-gap: 20px;
}

.start-edge-active {
  stroke: orange;
  stroke-width: 10px;
  cursor: pointer;
}

.selected-start-edge {
  stroke: orange;
}

.material-treatment-wahl {
  display: flex;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.treatment-description {
  margin-left: 10px;
  font-size: large;
}

.treatment-price {
  margin-left: 40%;
  font-size: medium;
  position: absolute;
}

.under-material-button-description {
  margin-top: 5px;
}

img {
  width: 100px;
  height: 100px;
}

.verlegerichtung {
  display: grid;
  grid-template-columns: 3fr;
}

#svg_verlegerichtung,
#svg_unterkonstruktion {
  width: 100%;
  margin-top: 20px;
  height: 600px;
  border: solid 1px black;
  overflow: visible;
}

#svg_verlegerichtung_overlay {
  width: 100%;
  height: 600px;
}

.info-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
}

/* Tooltip text */

.info-tooltip .info-tooltiptext {
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 450px;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */

.info-tooltip:hover .info-tooltiptext {
  visibility: visible;
}

.second-form-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.floor-plan-classed {
  position: relative;
  height: 70vh;
  width: calc(100% - 40px);
  border: 3px solid black;
  margin: 20px;
  font-family: sans-serif;
  /*input#edge-length-input {*/
  /*pointer-events: none;*/
  /*opacity: 0.3;*/
  /*}*/
  /*input#edge-length-input.selected {*/
  /*pointer-events: auto;*/
  /*opacity: 1;*/
  /*font-weight: bold;*/
  /*background-color: rgba(0, 0, 255, 0.2);*/
  /*}*/
  /* Firefox */
}

.floor-plan-classed svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floor-plan-classed .resize-handle {
  position: absolute;
  height: 15px;
  width: 15px;
  background: black;
  right: 0;
  bottom: 0;
  cursor: move;
}

.floor-plan-classed .side {
  position: absolute;
}

.floor-plan-classed .side.right {
  display: flex;
  flex-direction: row;
  gap: 5px;
  right: 5px;
  height: 8%;
  width: 220px;
}

.floor-plan-classed .side.bottom {
  bottom: 50px;
  right: 15px;
  height: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.floor-plan-classed #load-labels {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.floor-plan-classed .edge-name {
  display: flex;
  flex-direction: row;
}

.floor-plan-classed .point-circle {
  fill: grey;
  pointer-events: none;
}

.floor-plan-classed .edge .edge-line {
  fill: none;
  stroke-width: 3px;
}

.floor-plan-classed .edge.normal .edge-line {
  stroke: #444;
  stroke-width: 2px;
}

.floor-plan-classed .edge.wall .edge-line {
  stroke: #444;
  stroke-width: 5px;
}

.floor-plan-classed .edge.dashed .edge-line {
  stroke: saddlebrown;
}

.floor-plan-classed .edge.colored .edge-line {
  stroke: antiquewhite;
  outline-style: solid;
  outline-color: black;
  outline-offset: -5px;
  outline-width: 2px;
}

.floor-plan-classed .edge .edge-area {
  stroke: transparent;
  stroke-width: 15px;
}

.floor-plan-classed .stamp {
  fill: none;
  stroke: #444;
  stroke-width: 3px;
}

.floor-plan-classed .stamp.error {
  stroke: red;
}

.floor-plan-classed .titles {
  pointer-events: none;
}

.floor-plan-classed .edge-title-highlight {
  stroke-width: 2px;
  stroke: transparent;
  fill: transparent;
}

.floor-plan-classed .edge-title-highlight.active {
  fill: orange;
}

.floor-plan-classed .point-area {
  fill: transparent;
}

.floor-plan-classed .area-fill {
  fill: #bf8040;
  fill-opacity: 0.2;
}

.floor-plan-classed svg.hover-to-drag .inner-shape_normal .edge-area:hover {
  stroke: rgba(0, 0, 255, 0.2);
  cursor: pointer;
}

.floor-plan-classed svg.hover-to-drag .main-shape .edge-area:hover {
  stroke: rgba(0, 0, 255, 0.2);
  cursor: pointer;
}

.floor-plan-classed svg.hover-to-drag .point-area:hover {
  fill: rgba(0, 0, 255, 0.2);
  cursor: pointer;
}

.floor-plan-classed svg.hover-to-drag .inner-shape-area:hover {
  fill: rgba(0, 0, 255, 0.2);
  cursor: pointer;
}

.floor-plan-classed svg.hover-to-delete-point .point.deletable .point-area {
  fill: rgba(255, 0, 0, 0.3);
  cursor: pointer;
}

.floor-plan-classed svg.hover-to-delete-point .point.deletable .point-area:hover {
  fill: rgba(255, 0, 0, 0.6);
}

.floor-plan-classed svg.hover-to-delete-shape .inner-shape-area {
  fill: rgba(255, 0, 0, 0.15);
  cursor: pointer;
}

.floor-plan-classed svg.hover-to-delete-shape .inner-shape-area:hover {
  fill: rgba(255, 0, 0, 0.3);
}

.floor-plan-classed .inner-shape.error {
  opacity: 0.3;
}

.floor-plan-classed .inner-shape-area-mask.error {
  opacity: 0.1;
}

.floor-plan-classed .controls {
  font-size: 13px;
  padding: 15px;
  width: 20%;
  background: white;
  box-shadow: black;
  position: relative;
  z-index: 9999999;
}

.floor-plan-classed .controls-inner {
  width: 100%;
  white-space: nowrap;
}

.floor-plan-classed .btn-secondary {
  border: none;
  margin: 5px 0;
}

.floor-plan-classed .btn-secondary.selected {
  background-color: #E20512;
}

.floor-plan-classed .controls-title {
  font-weight: bold;
}

.floor-plan-classed .next-step {
  font-size: 13px;
  padding: 10px;
  float: right;
  margin-top: 15px;
  background: white;
  position: relative;
  z-index: 9999999;
}

.floor-plan-classed .edge-type-details {
  display: none;
}

.floor-plan-classed select,
.floor-plan-classed input,
.floor-plan-classed .btn {
  z-index: 10;
  display: block;
  position: relative;
  margin: 5px 0;
  width: 170px;
}

.floor-plan-classed input.stamp-size-input {
  display: inline-block;
  width: 60px;
}

.floor-plan-classed label {
  display: inline-block;
  width: 130px;
}

.floor-plan-classed input[type=checkbox] {
  display: inline-block;
  width: 30px;
}

.floor-plan-classed .btn.selected {
  font-weight: bold;
  background-color: coral;
}

.floor-plan-classed input::-webkit-outer-spin-button,
.floor-plan-classed input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.floor-plan-classed input[type=number] {
  -moz-appearance: textfield;
}

#floor-plan-wall .btn.selected {
  font-weight: bold;
  background-color: coral;
}

#floor-plan-wall select,
#floor-plan-wall input,
#floor-plan-wall .btn {
  z-index: 10;
  display: block;
  position: relative;
  margin: 5px 0;
  width: 170px;
}

.left-menu-title:not(:first-child) {
  margin-top: 20px;
}

.left-menu-title {
  font-size: 18px;
  font-weight: bold;
  max-width: 170px;
  /* margin-top: 10px; */
}

.all_edge-wall {
  stroke: #b3b3b3;
  stroke-width: 20px;
}

.all_edge-colored {
  stroke: antiquewhite;
  outline-style: solid;
  outline-color: black;
  outline-offset: -5px;
  outline-width: 2px;
}

.all_edge-dashed {
  stroke: saddlebrown;
}

rect.edge-title-mask {
  fill: transparent;
}

.section-btn {
  background-color: lightgrey;
  color: grey;
}

.customer-modal {
  /* Modal Content/Box */
  /* The Close Button */
}

.customer-modal .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.customer-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.customer-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.customer-modal .close:hover,
.customer-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.general-config-body {
  display: flex;
  align-self: center;
  justify-content: center;
}

#general_config {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
}

.general-config-input {
  display: grid;
  row-gap: 1ch;
  grid-template-columns: repeat(2, 1fr);
}

.general-config-input input {
  width: 50px;
  row-gap: 1ch;
}

.general-config-labels {
  display: grid;
  row-gap: 1ch;
}

.general-config-last-labels {
  display: grid;
  row-gap: 1ch;
}

.general-config-buttons {
  display: flex;
  justify-content: center;
}

.disabled-step-2 {
  pointer-events: none;
}

/* Style buttons */

#document_download_btn {
  background-color: #dc3545;
  border: none;
  color: white;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */

#document_download_btn:hover {
  background-color: RoyalBlue;
}

#document_name_label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  font-size: 15px;
  font-style: italic;
}

.extra-info-description {
  width: 100%;
}

.extra-info-image {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.extra-info-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.extra-info-documents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.extra-info-btn {
  color: #E20512 !important;
}

.btn-primary {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}

.open-calcs {
  color: #6c757d !important;
}

.page-link {
  color: white !important;
  background-color: #6c757d !important;
}

ul.accordion {
  width: 95%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.accordion .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

ul.accordion .inner .card {
  background-color: transparent;
  box-shadow: none;
}

ul.accordion .inner.show {
  display: block !important;
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background-color: #F5F5F5;
  border: 1px solid #A8A8A8;
  border-radius: 5px !important;
  margin-right: 15px;
  padding: 0.75em;
  transition: background 0.3s ease;
  font-weight: bold;
  color: #5a5a5a !important;
  font-size: 18px;
}

ul.accordion li a.toggle i {
  float: right;
  font-size: 23px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}

ul.accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.78);
}

ul.accordion li a.open-accordion {
  background-color: #D3D3D3 !important;
}

ul.accordion li a.open-accordion i {
  transform: rotate(90deg);
}

ul.accordion-sidebar {
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

ul.accordion-sidebar .inner {
  width: 100%;
  overflow: hidden;
  display: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-left: 0;
  background-color: #f2f2f2;
}

ul.accordion-sidebar .inner .card {
  background-color: transparent;
  box-shadow: none;
}

ul.accordion-sidebar .inner .nav-link.active {
  width: 100%;
}

ul.accordion-sidebar .inner .nav-link.active i {
  color: white;
}

ul.accordion-sidebar .inner .nav-link.active p {
  color: white;
}

ul.accordion-sidebar .inner i {
  vertical-align: center;
  padding-right: 5px;
  padding-left: 3px;
  color: #8c8c8c;
}

ul.accordion-sidebar .inner p {
  color: #8c8c8c;
}

ul.accordion-sidebar .inner.show {
  display: block !important;
  width: 100%;
}

ul.accordion-sidebar li {
  margin-left: 0;
}

ul.accordion-sidebar li a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

ul.accordion-sidebar li a.toggle {
  width: 100%;
  height: 40px;
  line-height: 2;
  align-content: center;
  display: block;
  background-color: #d9d9d9;
  border: 1px solid #A8A8A8;
  border-radius: 0 !important;
  margin-right: 15px;
  padding: 0 0 0 0;
  transition: background 0.3s ease;
  font-weight: normal;
  color: #8c8c8c !important;
  font-size: 18px;
}

ul.accordion-sidebar li a.toggle i {
  float: right;
  font-size: 23px;
  transition: 0.1s;
  transform: rotate(0deg);
  margin-right: 8px;
  margin-top: 8px;
}

ul.accordion-sidebar li a.toggle i.nav-icon {
  float: left;
  margin-left: 15px;
  font-size: 18px;
}

ul.accordion-sidebar li a.toggle span {
  font-size: initial;
}

ul.accordion-sidebar li a.toggle:hover {
  background: rgba(0, 0, 0, 0.78);
}

ul.accordion-sidebar li a.open-accordion {
  margin-left: 0;
  background-color: #D3D3D3 !important;
  margin-right: 0;
}

ul.accordion-sidebar li a.open-accordion i {
  transform: rotate(90deg);
}

ul.accordion-sidebar li a.open-accordion i.nav-icon {
  transform: rotate(0deg);
}

.sidebar.os-padding .os-viewport os-viewport-native-scrollbars-invisible .os-content {
  padding: 0 0 !important;
}

.sidebar-mini.main-sidebar.nav-link {
  width: 91% !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding-right: 0;
}

/* The Modal (background) */

.modal .modal-calc {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  margin-left: 250px;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-calc-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
  max-height: 500px !important;
}

.modal-shopping-list-content {
  background-color: #fefefe;
  margin: 10%;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
  max-height: 500px !important;
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.calc-modal-offerpreview {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
}

.calc-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 25% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
  max-height: 500px !important;
}

.prod-list-modal-calc-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
  max-height: 800px !important;
}

.modal-prod-add {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
  max-height: 500px !important;
}

.modal-edit-addr {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50% !important;
  /* Could be more or less, depending on screen size */
  overflow-y: scroll;
  max-height: 500px !important;
}

.badge-seq-pos-1 {
  color: black !important;
  background-color: #A2A1A1;
}

.badge-seq-pos-2 {
  color: black !important;
  background-color: #8CBEE6 !important;
}

.badge-seq-pos-3 {
  color: black;
  background: repeating-linear-gradient(-55deg, #c6c8c9, #c6c8c9 5px, #6c97d9 5px, #6c97d9 10px);
}

.badge-seq-pos-4 {
  color: black;
  background-color: #6888B8;
}

.badge-seq-pos-5 {
  color: black;
  background: repeating-linear-gradient(-55deg, #DCDCDC, #DCDCDC 5px, #F79F3A 5px, #F79F3A 10px);
}

.badge-seq-pos-6 {
  color: black;
  background-color: #F79F3A !important;
}

.badge-seq-pos-7 {
  color: black;
  background: repeating-linear-gradient(-55deg, #d5d6d7, #d5d6d7 5px, #5fcdf5 5px, #5fcdf5 10px);
}

.badge-seq-pos-8 {
  color: black;
  background-color: #5fcdf5;
}

.badge-seq-pos-9 {
  color: black;
  background-color: #EE20C3;
}

.badge-seq-pos-10 {
  color: black;
  background-color: #DB83F7;
}

.badge-seq-pos-11 {
  color: black;
  background-color: #bd2bee;
}

.badge-seq-pos-12 {
  color: black;
  background-color: #A0ED5F;
}

.badge-side-seq_pos-1 {
  color: black;
  background-color: #eecc4f;
}

.badge-side-seq-pos-calc-1 {
  color: black;
  background-color: #F5CBA7;
}

.badge-side-seq_pos-accepted {
  color: black;
  background-color: #2f7c00;
}

.badge-side-seq_pos-denied {
  color: black;
  background-color: rgba(224, 52, 52, 0.92);
}

.address_form {
  max-height: 120px;
}

