:root {
  --primary: #F75056;
  --secondary: #333;
}

/** fonts **/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/assets/fonts/opensans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/assets/fonts/opensans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/** scrollbar */
::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #ddd;
}
::-webkit-scrollbar-thumb {
  background: #8D919B;
}
::-webkit-scrollbar-thumb:hover {
  background: #71747C;
}

/** general styles **/
body {
  font-family: "DB Office", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1.25;
}

.bold {
  font-weight: bold;
}

h2, h4 {
  display: inline-block;
  margin-top: 0;
}

h4 {
  font-family: "DB Head", "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #8D919B;
}

h1 {
  font-family: "DB Head", "Open Sans", sans-serif;
  font-size: 35px;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  font-family: "DB Sans", "Open Sans", sans-serif;
  font-weight: bold;
}

h5 {
  font-size: 14px;
  font-family: "DB Sans", "Open Sans", sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-family: "DB Head", "Open Sans", sans-serif;
  font-weight: bold;
  margin: 5px 0 2px;
}

a {
  color: #F75056;
}

a:active, a:focus, a:hover {
  color: #9E2321;
  text-decoration: none;
}

a.black {
  color: #000032;
}

.black {
  color: black;
}

.abc-checkbox input[type="checkbox"]:checked + label::after,
.abc-checkbox input[type="radio"]:checked + label::after {
  font-family: 'Font Awesome\ 5 Pro' !important;
  content: "\f00c" !important;
}
.abc-checkbox label {
  font-weight: normal;
  padding-left: 10px;
}
.abc-checkbox input[type="checkbox"] {
  height: 1em;
}

a.black:active, a.black:focus, a.black:hover {
  color: #F75056;
  text-decoration: none;
}

table a {
  color: #000032;
}

table a:active, table a:focus, table a:hover {
  color: #F75056;
}

table a > .i-black {
  color: #000000 !important;
}

table a:hover > .i-black, table a:focus > .i-black, table a:active > .i-black {
  color: #9E2321 !important;
}

table a:hover > i, table a:focus > i, table a:active > i {
  color: #F75056;
}

hr {
  border: 2px black;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
.input-group-addon, .selectpicker, .btn, .panel, .alert,
pre {
  border-radius: 0 !important;
}

.jumbotron {
  background-size: cover;
  background-position: center;
  color: #FFF;
  text-shadow: 0px 0px 3px #000;
}

.jumbotron h1, .jumbotron .jumbotext {
  text-shadow: 0 0 3px #000;
}

.jumbotron a {
  text-shadow: none;
}

.glyphicon-none:before {
  content: "\2122";
  color: transparent !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  font-family: Arial, sans-serif !important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container, body > .container-fluid {
  padding: 50px 15px 0;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.distanceHelper {
  height: 30px;
}

table:not(.no-sort) th {
  cursor: ns-resize;
}

.success input, .success select, .select textarea {
  border-color: #45ac2c !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(69, 172, 44, 0.60) !important;
  outline: 0 none;
}

ul.ui-autocomplete {
  z-index: 1100;
}

.has-warning .form-control {
  border-color: #e1c900 !important;
  box-shadow: 0 0 3px #e1c900 !important;
}

.male {
  color: #0097FF !important;
}

.female {
  color: #FF0073 !important;
}

@media (max-width: 700px) {
  .logo {
    display: none;
  }
}

input[type='checkbox'] {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 14px;
  width: 14px;
  color: #2563eb;
  background-color: #fff;
  border: 1px solid #6b7280;
  border-radius: 2px;
  outline: none;
  margin-top: 0;
}
input[type="checkbox"]:focus {
  outline: none;
}
input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,<svg width='10' height='7' viewBox='0 0 10 7' fill='none' stroke='%23333333' xmlns='http://www.w3.org/2000/svg'><path d='M1 3.0001L4.5 6L9.5 1'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
}
input[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' stroke='%23333333' xmlns='http://www.w3.org/2000/svg'><path d='M3 7H11'/></svg>");
}

h2 {
  margin-top: 40px;
}

.map_full {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 60px;
  background-color: grey;
}

#graph {
  position: relative;
  min-height: 500px;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  margin-top: 45px;
}

.detail_reference .row {
  margin-bottom: 30px;
}

.detail_product .row {
  margin-bottom: 30px;
}

.rowtile .row, .row.rowtile {
  margin-bottom: 0px;
}

#spinner {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#spinner .icon {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 55px;
  margin-top: -27px;
  margin-left: -27px;
}

#spinner #spinner-text {
  position: fixed;
  top: 50%;
  text-align:center;
  width:100%;
  margin-top: -60px;
  z-index: 99999;
  color: white;
}

.gllpMap, .map {
  width: 100%;
  height: 400px;
}

.modalOpener, .modalOpener td {
  cursor: pointer;
}

.modal-backdrop {
  background-color: #d7dce1;
  opacity: 60%;
}

#uploadArea, .uploadArea {
  width: 400px;
  height: 400px;
  border: 10px dashed #AAA;
  border-radius: 30px;
  text-align: center;
  color: #AAA;
  vertical-align: middle;
  margin: auto;
  font-size: 16pt;
  padding-top: 160px;
}

#uploadArea.success, .uploadArea.success {
  border-color: #2ecc71;
  padding-top: 0px;
  padding-top: 120px;
}

#uploadArea.success h4, .uploadArea.success h4 {
  color: #2ecc71;
}

#uploadArea.error, .uploadArea.error {
  border-color: #e74c3c;
  padding-top: 0px;
  padding-top: 120px;
}

#uploadArea.error h4, .uploadArea.error h4 {
  color: #e74c3c;
}

#uploadCanvas, #imageSelectCanvas {
  height: 600px;
  width: 600px;
}

#crop .wrapper canvas, .crop .wrapper canvas {
  max-width: 100%;
}

.cropper-container {
  min-width: 100%;
}

.dropActive {
  border: 10px dashed #EC1B2D !important;
  color: #EC1B2D !important;
}

.flip {
  transform-style: preserve-3d;
  transition: all 0.4s linear;
  margin-left: auto;
  margin-right:auto;
  margin-top:0.5vw;
}

.flip-box {
  perspective: 500px;
  height: 390px;
}

.flip-box .caption {
  margin-top: 250px;
  padding: 10px;
  height: 120px;
  overflow-y: hidden;
  text-align: left;
}

.flip-box:hover .flip {
  transform: rotateY(180deg);
}

.flip-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  backface-visibility: hidden;
}

.flip-back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center;
  background-color: #AAA;
  line-height: 110px;
  font-size: 20pt;
  text-align: center;
}

.flip-img {
  background-size: cover;
  background-position: center;
}

.tile {
  height: 390px;
  width: 260px;
  margin: 12px;
  display: inline-block;
}

.imgTile {
  width: 260px !important;
  margin: 12px;
  display: inline-block;
}

.thumbnail-wrapper {
  margin-right: 10px;
}

.ref-img {
  width: 160px;
  margin-bottom: 10px;
}
.ref-img-center {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ref-export-images {
  display: flex;
}

.ref-export-images a {
  text-decoration: none;
  transition: color .2s ease-in-out;
}

#additional-images {
  position: relative;
}

#additional-images .thumbnail-wrapper {
  display: block;
  position: absolute;
  z-index: 1;
}

#additional-images .thumbnail-wrapper .drag-handle {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: grab;
}

#additional-images .thumbnail-wrapper.muuri-item-dragging {
  z-index: 3;
}
#additional-images .thumbnail-wrapper.item.muuri-item-releasing {
  z-index: 2;
}

a.thumbnail:hover {
  text-decoration: none;
  /*color: #3498db;*/
  background-color: #97C2D4;
}

a.thumbnail:hover .ref-img {
  border-color: #3498db;
}

.typeahead,
.tt-query,
.tt-hint {
  height: 30px;
  padding: 8px 12px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  top: -4px !important;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
  margin-left: -1px;
  margin-top: 6px;
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 3px 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}
.tt-suggestion p {
  margin: 0;
}

#tagsContent .twitter-typeahead {
  width: auto !important;
}

.bootstrap-tagsinput {
  width: 100% !important;
}

.fileDescr {
  position: relative;
  bottom: 40px;
  text-align: center;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.percentageClass{
  width: 50px;
  height: 2.7rem;
}

.infoIcon {
  height: 12px;
  width: 12px;
  cursor: pointer;
  color: #E30613;
  display: inline-block;
  font: normal normal normal 14px/1 Font Awesome\ 5 Pro !important;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.infoIcon:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.helpIcon {
  height: 16px;
  width: 16px;
  cursor: pointer;
  color: #E30613;
  display: inline-block;
  font: normal normal normal 14px/1 Font Awesome\ 5 Pro !important;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.helpIcon:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  25% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  25% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.helpIcon:before {
  content: "\f059";
}

.infoIcon:before {
  content: "\f05A";
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.disable-select {
  cursor: default;
}

#myTilesFilterForm .panel-heading h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  width: 60%;
  padding-top: 2px;
}

/* Used in referenceImports */
.tree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  border: 1px solid #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tree li {
  list-style-type: none !important;
  list-style-image: none !important;
  background: none !important;
  margin: 0;
  padding: 10px 0 0 5px !important;
  position: relative;
}
.tree ul {
  padding-left: 40px !important;
}

.tree ul.dropdown-menu {
  padding: 0 !important;
}

.tree ul.dropdown-menu li {
  padding: 0 !important;
}

.tree ul.dropdown-menu li::before {
  display: none;
}
.tree li::before, .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}

.bus {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
}
.tree li::before {
  border-left: 1px solid #999;
  bottom: 50px;
  height: 100%;
  top: 0;
  padding: 3px 8px;
  width: 1px;
}

.tree li.treeRed::before {
  border-left: 1px solid #a94442;
}
.tree li.treeGreen::before {
  border-left: 1px solid #3c763d;
}

.tree li::after {
  border-top: 1px solid #999;
  height: 20px;
  top: 25px;
  width: 25px;
}

.tree li > span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}

.tree li.parent_li > span {
  cursor: pointer;
}

.tree > ul > li::before, .tree > ul > li::after {
  border: 0
}

.tree li:last-child::before {
  cursor: default;
  height: 30px;
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}

/* new reference dimension tree */
.referenceTree {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
}

.referenceTree li {
  list-style-type: none !important;
  list-style-image: none !important;
  background: none !important;
  margin: 0;
  padding: 0 0 10px 5px !important;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.referenceTree ul {
  padding-left: 40px !important;
}

.referenceTree ul > li > div.divider::before {
  border-left: 1px solid #999;
  height: 100%;
  width: 20px;
  position: absolute;
  content: " ";
  top: 13px;
  left: -15px;
}

.referenceTree ul > li:last-child > div.divider::before {
  display: none;
}

.referenceTree ul > li:last-child > ul::before {
  display: none;
}

.referenceTree li::before {
  content: ' ';
  position: absolute;
  width: 20px;
  margin-left: -20px;
  margin-top: 13px;
  border-bottom: 1px solid #999;
}

.referenceTree > li::before {
  display: none;
}

.referenceTree ul > li:first-child > span::before {
  content: ' ';
  position: absolute;
  width: 25px;
  left: -40px;
  margin-top: 12px;
  border-bottom: 1px solid #999;
}

.referenceTree li > span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  text-decoration: none;
  min-height: 25px;
  width: 302px;
  border-radius: 0;
  line-height: 25px;
  font-family: "DB Sans", "Open Sans", Serif;
}

.tree-leaf {
  background-color: #E0EDF3;
  border: 1px solid #E0EDF3;
}

.tree-leaf:hover {
  box-sizing: border-box;
  border-bottom: #333333 solid 1px;
}

.db-cyan-custom {
  background-color: #B1D1DF;
  border: 1px solid #B1D1DF;
}

.referenceTree li > span > span.count {
  padding-left: 8px;
  float: right;
  border-left: 2px solid #fff;
  white-space: nowrap;
  font-weight: 600;
  width: 40px;
  text-align: right;
}

.referenceTree li.parent_li {
  display: flex;
}

.referenceTree li.parent_li > span {
  cursor: pointer;
}

.referenceTree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  box-sizing: border-box;
  border-bottom: #333333 solid 1px;
}

.product-dimensions li.parent_li li.parent_li > span {
    background-color: #EFD4AA;
}
.product-dimensions li.parent_li li.parent_li li.parent_li > span {
    background-color: #FAEBD2;
}
.product-dimensions .referenceTree {
    padding-left: 0;
    padding-right: 0;
}

.dimensionButtons {
  padding-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.dimensionButtons .expand {
  width: 302px;
  text-align: right;
  margin-right: 20px;
}

.btn-tree-blue {
  background-color: #fff;
  height: 25px;
  padding: 2px 5px;
}

.btn-tree-blue {
  border: 1px solid #99c3d5;
}

.btn-tree span {
  padding-left: 5px;
}

.btn-tree-blue:hover {
  background-color: #99c3d5;
}

.btn-tree-blue.active {
  background-color: #99c3d5;
}

.btn-tree-blue.active:hover {
  background-color: #fff;
}

.newsFeed {
  list-style-type: none !important;
  list-style-image: none !important;
  content: " ";
  display: table;
  width: 100%;
  padding-top: 20px;
}
.newsFeed li {
  list-style-type: none !important;
  list-style-image: none !important;
}

.newsFeed > li > .newsFeedPanel {
  width: 100%;
  float: right;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding-right: 20px;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.newsFeedPanel {
  margin-bottom: 20px;
}

.newsFeedPanel:before {
  position: absolute;
  top: 26px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.newsFeedPanel:after {
  position: absolute;
  top: 27px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto;
}

.newsFeed-title {
  font-weight: 200;
  margin-top: 0;
  color: inherit;
}

.newsFeed-body > p + p {
  margin-top: 1px;
}

.columns-container {
  display: table-cell;
  height: 100%;
  width: 600px;
  text-align: center;
}

.vcontainer {
  display: table;
  height: 100%;
  width: 100%;
}

/* All sections (container's children) should be table rows with minimal height */

.section {
  display: table-row;
  height: 1px;
}

.column {
  display: inline-block;
}

.has-success .form-control,
.has-error .form-control,
.has-success .input-group-addon,
.has-error .input-group-addon,
.has-success.has-feedback {
  border-width: 2px;
}
.input-group.input-group-border > input.form-control,
.input-group.input-group-border > input.form-control:hover,
.input-group.input-group-border > input.form-control:focus,
.input-group.input-group-border > .input-group-addon {
  border: none;
}

#datepicker-info {
  font-weight: bold;
  color: #E30613;
}

/* ReferenceImports*/

.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;
}

.group {
  margin-bottom: 10px;
}

.item {
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px;
  border-radius: 4px;
  float: left;
}

#bucket {
  width: 100%
}
.spinner {
  width: 40px;
  height: 20px;
  position: relative;
}


/*referenceImports moving cubes*/
.cube1, .cube2 {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(22px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(22px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(22px) translateY(22px) rotate(-179deg);
    -webkit-transform: translateX(22px) translateY(22px) rotate(-179deg);
  } 50.1% {
    transform: translateX(22px) translateY(22px) rotate(-180deg);
    -webkit-transform: translateX(22px) translateY(22px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(22px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}



@media(max-width:0px) {
  .superficial { display: none !important; }
}

@media all and (max-width:0px) {
  .superficial { display: none !important; }
}



.glassContent{
  margin-top: 1%;
}
span.markHidden{
  top:8%;
}
#onTop.sticky{
  position: fixed;
  top:8%;
  background :rgba(255, 254, 254, .9);
  z-index:201;
}
a.disabled {
  color: grey;
  pointer-events: none;
}

.panel-toolbar {
  padding: 0px 15px;
}


.chips {
  margin: 0;
  display: inline-block;
}

.chip {
  display: inline-block;
  font-size: .8em;
  padding: .2em .6em;
  background: #EEE;
  border-radius: .2em;
}
.nowrap {
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .nowrap-lg {
    white-space: nowrap;
  }
}

#dimensionFilter .panel-body .panel-heading {
  color: rgb(51, 122, 183);
  font-size: 14px;
  line-height: 20px;
  padding: 5px;
}

#dimensionFilter .panel.panel-default {
  margin-bottom: 10px;
}

.navbar-brand img {
  transition: 0.40s;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -ms-transition: 0.40s;
  -o-transition: 0.40s;
  height: 32px;
  margin-top: 4px;
}

.navbar-brand img:hover {
  transition: 0.40s;
  -webkit-transition: 0.40s;
  -moz-transition: 0.40s;
  -ms-transition: 0.40s;
  -o-transition: 0.40s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.flag {
  width: 118px;
  height: 62px;
  position: fixed;
  top: 90px;
  right: 0px;
  z-index: 999999;
}

.modal { overflow: visible; }
.modal-body { overflow-y: visible !important; }



.flag {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.flag:hover {
  right: 0 !important;
}

#fileTilesContent .caption h4 {
  overflow-wrap: break-word;
}

@media (max-width: 1400px) {
  .flag {
    right: -30px !important;
  }
}

@media (min-width: 1401px) and (max-width: 1450px) {
  .flag {
    right: -30px !important;
  }
}

/* Reference Detail Language Progress Bar */
.lang-progress .bar {
  display: inline-block;
  height: 10px;
  width: 70px;
  background: #ecf0f1;
  margin-bottom: -2px;
}

.lang-progress.small .bar {
  width: 64px;
  background: #d3d3d3;
}

.lang-progress .bar>span {
  display: block;
  height: 10px;
  background: #2ecc71;
}

.has-error .dropdown-toggle{
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.spinningCircle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,1);
  border-top-color: 4px solid #7fc4d1;
  border-right-color: 4px solid #7fc4d1;
  -webkit-animation: single2 4s infinite linear;
  animation: single2 4s infinite linear;
  margin: auto;
  line-height: 30px;
  text-align: center;
  font-size: 25px;
  transition: 0.2s all ease-in-out;
}

.spinningCircle.xl {
  height: 80px;
  width: 80px;
  font-size: 50px;
}

.spinningCircle.xl i {
  line-height: 70px;
}

.spinningCircle i {
  display: none;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  line-height: 30px;
}

.spinningCircle.success {
  border-color: #2ecc71;
  animation: none;
  -webkit-animation: none;
  color: #2ecc71;
}

.spinningCircle.success .fa-check {
  display: block;
  opacity: 1;
}

.spinningCircle.error {
  border-color: #e74c3c;
  color: #e74c3c;
  animation: none;
  -webkit-animation: none;
}

.spinningCircle.error .fa-times {
  display: block;
  opacity: 1;
}

@keyframes single2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-top-color: #7fc4d1;
    border-right-color: #7fc4d1;
  }

  50% {
    border-top-color: #1f4f58;
    border-right-color: #1f4f58;
  }

  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
    border-top-color: #7fc4d1;
    border-right-color: #7fc4d1;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.input-text {
  padding-top: 7px;
}

.grid-item {
  margin-bottom: 10px;
  border: 1px solid #ecf0f1;
}

.grid-item:hover {
  border: 1px solid #3498db;
}

.grid-item {
  max-width: 350px;
}

.grid-item.selected {
  border: 1px solid #38A169;
}

.grid-item.selected::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1000;
  pointer-events: none;
  cursor: pointer;
}

.grid-item.selected::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f00c";
  font-size: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  color: #38A169;
  z-index: 1100;
  pointer-events: none;
  cursor: pointer;
}

.popover{
  max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.label-default a {
  color: #ffffff;
}

.label-default a:hover {
  text-decoration: none;
  color: #ecf0f1;
}

.ui-sortable-handle {
  cursor: pointer;
}

.modal-content ul li, .db_li ul, ul.db_li, .detail_reference ul, ul.detail_reference, .product-details ul, .portfolio-cluster-overview ul {
  list-style: none !important;
  padding-left: 1px;
  margin-bottom: 0;
}

.modal-content ul li, .db_li ul li, ul.db_li li, .detail_reference ul li, .portfolio-cluster-overview ul li , .product-details ul li{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAABVJREFUCJlj/B4Q9p8BDTChC1BBEAAN7AKm/WdT4QAAAABJRU5ErkJggg==) no-repeat left 6px;
  padding-left: 10px;
}

.dropdown-menu  ul li {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

.topreference.fa {
  color: #d9534f;
}

#topreference-toggle {
  cursor: pointer;
}

.btn-group-scores button.disabled {
  cursor: default !important;
  opacity: 1.0 !important;
}
.btn-group-scores #qualityScore.btn-score-quality-active:hover {
  color: #3c763d;
  background-color: #c7d5c0;
  border-color: #c3bfb3;
}
.btn-group-scores #qualityScore.btn-score-quality-active,
.btn-group-scores #qualityScore.btn-score-quality-active.disabled {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.btn-group-scores #qualityScore.btn-score-quality-active .badge {
  color: #fff;
  background-color: #3c763d;
}

.btn-group-scores #relevanceScore.btn-score-relevance-active:hover {
  color: #8a6d3b;
  background-color: #e4ddcb;
  border-color: #e7c1b9;
}
.btn-group-scores #relevanceScore.btn-score-relevance-active,
.btn-group-scores #relevanceScore.btn-score-relevance-active.disabled {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.btn-group-scores #relevanceScore.btn-score-relevance-active .badge {
  color: #fff;
  background-color: #8a6d3b;
}

.slide-presentation {
  -webkit-transition-property: top;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-property: top;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

summary::-webkit-details-marker {
  display: none
}

summary:focus {
  outline: none;
}

summary {
  border-bottom: 1px solid #8D919B;
  margin-top: 10px;
  cursor: pointer;
}

summary > h2 {
  margin-top: 0;
}

.gray {
  color: #a8a8a8;
}

.light-gray{
  color: #e4e7ea;
}

/* New Startpage */

.start-heading{
  height: 130px;
  padding-top: 45px;
}

.start-image{
  height: 70px;
}

.start-body{
  background-color: #e4e7ea;
  margin-bottom: 0px;
  padding: 20px;
  max-height: 100%;
}

.startcol{
  padding-left: 40px;
  width: 100%;
}

.start-grid {
  position: relative;
}

.start-grid-item.draggable {
  cursor: grab;
}

.start-grid-item.draggable:after {
  content: '\f0b2';
  font-family: 'Font Awesome\ 5 Pro';
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
}

.start-grid-item {
  display: block;
  position: absolute;
  z-index: 1;
}
.start-grid-item.muuri-item-dragging {
  z-index: 9999;
  background-color: #e4e7ea;
  cursor: move;
}
.start-grid-item.muuri-item-releasing {
  z-index: 9998;
}
.start-grid-item.muuri-item-hidden {
  z-index: 0;
}

.start-grid-item > .item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.start-hr{
  border-top: 1px solid #a8a8a8;
}

.start-portfolio{
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.start-arrow{
  max-height: 100px;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 125%;
}
.start-icon{
  margin-top: 10px;
}

.startpage-slide{
  display: none;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 18px;
}
.my-prev, .my-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #F75056;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  height: 30px;
  user-select: none;
  background: url("/assets/img/icons/small-list.svg") no-repeat;
}

.my-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.my-prev{
  transform: rotate(180deg);
}

.my-prev:hover, .my-next:hover {
  background: url("/assets/img/icons/small-list-hover.svg") no-repeat;
  color: #9E2321;
}

.imageCaption {
  color: black;
  font-size: 15px;
  padding: 3px 7px;
  margin-left: 10px;
  position: absolute;
  font-family: "DB Head", "Open Sans", sans-serif;
  bottom: 8px;
  width: auto;
  text-align: center;
}

.referenceCaption {
  background-color:#bbe3f5 ;/*rgba(85,185,230,0.4);*/
}

.productCaption {
  background-color: #c1a5ad; /*rgba(100, 30, 50, 0.4)*/
}

.storyCaption {
  background-color: rgba(255,255,158,100);
}

.start-quicklinks {
  margin: 15px 10px 30px 34px;
}

.searches {
  margin: 30px 30px 15px 34px;
}

.margin-top-2 {
  margin-top: 2px;
}

.margin-top-12{
  margin-top: 12px;
}
.padding-left-0{
  padding-left: 0px !important;
}

#playpause{
  display: none;
  position: absolute;
  z-index: 0;
  top: 40%;
  left: 45%;
  height: 50px;
  width: 50px;
}


#chat textarea {
  resize: vertical;
}

/* Fixes scrolling background with open modal */
body.modal-open {
  overflow: hidden;
}

.percentageErrorBox {
  width: 105px;
  height: 65px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.translation-footer {
  margin-top: .5em;
  font-style: italic;
  color: #F75056;
}

.translated-box ul {
  margin-left: 1em;
}

.translatedtext-box {
  border-left: 2px solid #F75056;
  padding-left: 5px;
}

.phases li::after {
  border: none !important;
  display: none !important;
}
.readmore-2, .readmore-4, .readmore-5, .readmore-9 {
  overflow: hidden;
}

.pickr .pcr-button {
  height: 1.6em;
  width: 1.6em;
}

.sortable > .row:hover .sort-handle {
  opacity: 1;
}

.sort-handle {
  position: absolute;
  margin-left: -30px;
  width: 30px;
  height: 34px;
  display: flex;
  align-items: center;
  opacity: 0;
}

.sorthandle, sort-handle {
  cursor: pointer;
}

.diffdel, del.diffmod {
  text-decoration: line-through !important;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  z-index: 2000;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.checkbox-fixed {
  height: 19px;
}

.referenceTree li > span.tree-leaf > span.count > div.abc-checkbox label::after,
.referenceTree li > span > span.count > div.abc-checkbox label::after{
  top: -5px;
}

.tt-input, .twitter-typeahead {
  width: 100% !important;
}

ul.tooltip-db-li {
  list-style: none !important;
  padding-left: 1px;
  margin-bottom: 0;
}

ul.tooltip-db-li li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAABHNCSVQICAgIfAhkiAAAABVJREFUCJlj/B4Q9p8BDTChC1BBEAAN7AKm/WdT4QAAAABJRU5ErkJggg==) no-repeat left 5px;
  padding-left: 10px;
}

/*
 * The following was integrated from style_new.css. Duplicates were deleted
 * but there might still be some unused or obsolete rules here.
 */

@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
}

@media (min-width: 1330px) {
  .container {
    width: 1330px;
  }
}

.container {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.container > details {
  margin-left: -15px;
  margin-right: -15px;
}

#divImage {
  height: 340px;
}

#divIcons {
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#divTitle {
  background-color: #97c2d4;
}

.descriptionTitle {
  background-color: #97c2d4;
  padding: 30px 5px 10px 20px;
  min-height: 100px;
}

.flexboxContainer {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

#divReferenceBulletPoints {
  padding: 5px 0px 0px;
}
.seperator{
  margin-right: 7px;
  margin-left: 7px;
  display: inline;
}

#divReferenceDetails {
  padding: 0px;
}

/* links */
a.black:active, a.black:focus, a.black:hover {
  color: #F75056;
  text-decoration: none;
}

/* native html toggle */
details.component {
  padding-left: 20px;
}
details.component > summary {
  border: none;
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 -20px;
}
details.component > summary::marker,
details.component > summary::-webkit-details-marker {
  display: none;
}
details.component > summary > svg {
  width: 11px;
  height: 11px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
details.component > summary.size-lg > svg {
  width: 16px;
  height: 16px;
}
details.component > summary.size-sm > svg {
  width: 9px;
  height: 9px;
}
details.component[open] > summary {
  display: flex;
  margin-bottom: 4px;
}
details.component[open] > summary > svg {
  transform: rotate(90deg);
}

.left {
  text-align: left;
  padding-left: 0;
}

.right {
  text-align: right;
  padding-right: 0;
}

ul {
  padding-left: 0;
}

/** Icons **/
.v2-icon {
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
  display: inline-block;
  background-repeat: no-repeat;
}
.v2-icon-xs {
  height: 10px;
  width: 10px;
  vertical-align: baseline;
  display: inline-block;
  background-repeat: no-repeat;
}

.v2-icon-cross {
  background-image: url("/assets/img/icons/cross.svg");
}

.v2-icon-export:active, .v2-icon-export:hover, a:hover .v2-icon-export, .v2-icon-export:focus {
  background-image: url("/assets/img/icons/Export-active-Ansicht.svg");
}

.v2-icon-export {
  background-image: url("/assets/img/icons/Export-inactive-Ansicht.svg");
}

.v2-icon-copy:active, .v2-icon-copy:hover, .v2-icon-copy:focus {
  background-image: url("/assets/img/icons/Kopie-active-Ansicht.svg");
}

.v2-icon-copy {
  background-image: url("/assets/img/icons/Kopie-inactive-Ansicht.svg");
}

.v2-icon-edit:active, .v2-icon-edit:hover, .v2-icon-edit:focus {
  background-image: url("/assets/img/icons/Edit-active-Ansicht.svg");
}

.v2-icon-edit {
  background-image: url("/assets/img/icons/Edit-inactive-Ansicht.svg");
}

.v2-icon-delete:active, .v2-icon-delete:hover, .v2-icon-delete:focus {
  background-image: url("/assets/img/icons/Delete-active-Ansicht.svg");
}

.v2-icon-delete {
  background-image: url("/assets/img/icons/Delete-inactive-Ansicht.svg");
}

.v2-icon-chat:active, .v2-icon-chat:focus, .v2-icon-chat:hover {
  background-image: url("/assets/img/icons/Chat-active-Ansicht.svg");
}

.v2-icon-chat {
  background-image: url("/assets/img/icons/Chat-inactive-Ansicht.svg");
  height: 15px;
}

.v2-icon-mail:active, .v2-icon-mail:focus, .v2-icon-mail:hover {
  background-image: url("/assets/img/icons/Mail-active-Ansicht.svg");
}

.v2-icon-mail {
  background-image: url("/assets/img/icons/Mail-inactive-Ansicht.svg");
  height: 15px;
}

.v2-icon-telephone:active, .v2-icon-telephone:focus, .v2-icon-telephone:hover {
  background-image: url("/assets/img/icons/Telefon-active-Ansicht.svg");
}

.v2-icon-telephone {
  background-image: url("/assets/img/icons/Telefon-inactive-Ansicht.svg");
}

.v2-icon-relevance:active, .v2-icon-relevance:focus, .v2-icon-relevance:hover {
  background-image: url("/assets/img/icons/Relevanz-hover-Ansicht.svg") !important;
}

.v2-icon-relevance {
  background-image: url("/assets/img/icons/Relevanz-inactive-Ansicht.svg");
}

.v2-icon-relevance-active {
  background-image: url("/assets/img/icons/Relevanz-active-Ansicht.svg");
}

.v2-icon-quality:active, .v2-icon-quality:focus, .v2-icon-quality:hover {
  background-image: url("/assets/img/icons/Qualitaet-hover-Ansicht.svg") !important;
}

.v2-icon-quality {
  background-image: url("/assets/img/icons/Qualitaet-inactive-Ansicht.svg");
}

.v2-icon-quality-active {
  background-image: url("/assets/img/icons/Qualitaet-active-Ansicht.svg");
}

.v2-icon-update {
  background-image: url("/assets/img/icons/Aktualisierung-standard-Ansicht.svg");
}

.v2-icon-summary-close {
  background-image: url("/assets/img/icons/summary_closed.svg");
}

.v2-icon-summary-open {
  background-image: url("/assets/img/icons/summary_open.svg");
}

.v2-icon-story {
  background-position: center;
  background-image: url("/assets/img/icons/Story-inactive-Auswahl-Suche.svg");
}

a:hover .v2-icon-story {
  background-image: url("/assets/img/icons/Story-active-Auswahl-Suche.svg");
}

a.quality-score-active, a.relevance-score-active {
  color: #006894;
}

#qualityScore:focus, #qualityScore:active, #qualityScore:hover, #relevanceScore:focus, #relevanceScore:active, #relevanceScore:hover {
  color: #006894;
}

#qualityScore:focus .v2-icon-quality, #qualityScore:active .v2-icon-quality, #qualityScore:hover .v2-icon-quality {
  background-image: url("/assets/img/icons/Qualitaet-hover-Ansicht.svg") !important;
}

#relevanceScore:focus .v2-icon-relevance, #relevanceScore:active .v2-icon-relevance, #relevanceScore:hover .v2-icon-relevance {
  background-image: url("/assets/img/icons/Relevanz-hover-Ansicht.svg") !important;
}

a.quality-score-active i.v2-icon-quality {
  background-image: url("/assets/img/icons/Qualitaet-active-Ansicht.svg");
}

a.relevance-score-active i.v2-icon-relevance {
  background-image: url("/assets/img/icons/Relevanz-active-Ansicht.svg");
}

.v2-icon-location:active, .v2-icon-location:focus, .v2-icon-location:hover {
  background-image: url("/assets/img/icons/Location-active-Ansicht.svg");
}

.v2-icon-location {
  background-image: url("/assets/img/icons/Location-inactive-Ansicht.svg");
}

.v2-icon-refresh {
  background-image: url("/assets/img/icons/Aktualisierung-standard-Ansicht.svg");
}

.v2-icon-delete-question:active, .v2-icon-delete-question:focus, .v2-icon-delete-question:hover {
  background-image: url("/assets/img/icons/Delete-Frage-active-Ansicht.svg");
}

.v2-icon-delete-question {
  width: 22px;
  background-image: url("/assets/img/icons/Delete-Frage-inactive-Ansicht.svg");
}

.v2-icon-delete-requested {
  width: 22px;
  background-image: url("/assets/img/icons/Delete-Frage-requested.svg");
}

.v2-icon-search-topreference {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/Top-Standard-Suche.svg");
}
ins {
  background-color: lightgreen;
  color: darkgreen;
  text-decoration-line: none;
}

del {
  background-color: #F78B83;
  color: darkred;
  text-decoration-line: none;
}
.v2-icon-search-inprogress {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/inBearbeitung-Standard-Suche.svg");
}

.v2-icon-search-published {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/Veroeffentlicht-Standard-Suche.svg");
}

.v2-icon-search-archived {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/Archiviert-Standard-Suche.svg");
}

.v2-icon-search-global-a {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/global_1version_k.svg");
}

.v2-icon-search-global-b-german {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/global_2versions_german_k.svg");
}

.v2-icon-search-global-b-english {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/global_2versions_english_k.svg");
}

.v2-icon-search-global-national {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/national_k.svg");
}

.v2-icon-search-global-international {
  width: 21px;
  height: 22px;
  background-image: url("/assets/img/icons/international_k.svg");
}

.v2-icon-arrow-right {
  background-image: url("/assets/img/icons/arrow-right.svg");
}

.v2-icon-small-list {
  background-image: url("/assets/img/icons/small-list.svg");
}

.icon-big {
  height: 25px;
}

.details-inside {
  padding: 25px 15px;
}

.detailsToggle {
  height: 20px;
  width: 20px;
  vertical-align: text-bottom;
}

blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-left: none;

  footer::before {
    display: none; /* disable bootstraps leading dash */
  }
}

.details-small {
  cursor: pointer;
}

li.li-small {
  list-style-image: url("/assets/img/icons/small-list.png") !important;
  margin-top: 3px;
}

#divReferenceBulletPoints a{
  color: white !important;
}

#divReferenceBulletPoints a:hover{
  color: #F75056 !important;
}

.ul-small {
  list-style-type: none;
  padding-left: 15px;
}

.refIcon {
  height: 70px;
}

.fw-reference {
  font-size: 70px;
  color: #8d919b;
}

.referenceWhiteTextBox {
  background-color:white;
  padding: 5px 8px;
}

.dot {
  height: 8px;
  width: 8px;
  margin: 2px;
}

.dotsParent {
  line-height: 8px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-image: url("/assets/img/icons/back-to-top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px;
  border: none;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}

/** tags **/
.v2-tags {
  background-color: #97c2d4;
}

.v2-tag-parent {
  white-space: nowrap;
}

.v2-tag {
  background-color: white;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.v2-tag-number {
  display: inline-block;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle;
}

/** Zeitstrahl **/

.targetTimeline, .currentTimeline {
  display: inline-block;
  margin: 10px 0;
  position: relative;
}

.targetTimeline > div.line, .currentTimeline > div.line {
  border-top: 2px solid black;
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}

.targetTimeline::before, .targetTimeline::after, .currentTimeline::before, .currentTimeline::after {
  content: " ";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
}

.targetTimeline::after, .currentTimeline::after {
  margin-left: -16px;
}

.targetTimeline::after, .targetTimeline::before, .topReferenceResult::before {
  background-image: url(/assets/img/icons/CircleWhite.svg);
}

.currentTimeline::after, .currentTimeline::before, .topReferenceChallenge::before {
  background-image: url(/assets/img/icons/CircleBlack.svg);
}

.topReferenceApproach::before {
  background-image: url(/assets/img/icons/CircleGrey.svg);
}

.topReferenceChallenge::before, .topReferenceApproach::before, .topReferenceResult::before {
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 18px;
}

/* Referenzsuche */
.blue-light {
  color: #E0EDF3;
}

.blue-dark {
  color: #99C3D5;
}

.background-blue-light {
  background-color: #E0EDF3;
}

.background-burgundy-light {
  background-color: rgba(100,30,50, 0.12) !important;
}

.min-height-100 {
  min-height: 100%;
}

.v2-search h4 {
  color:black;
  font-size: 16px;
}
.v2-search .detailsToggle {
  height: 7px;
  width: 10px;
  vertical-align: baseline;
  margin-bottom: 7px;
}
.v2-search summary {
  border-bottom: none;
  margin-top: 25px;
}
.v2-search details {
  border-bottom: 1px solid #8D919B;
}
.topArrow{
  width: 30px;
  display: block;
  margin-left: auto ;
  margin-right: auto;
}

.tableSeperator{
  width: 5% !important;
}

.tableHead {
  background: #97c2d4;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.height-115{
  height: 115px;
}
.sides-table{
  width: 48.5%;
}

.arrow-table{
  width: 3%;
  padding: 0;
}

.project-table {
  background-color: #faf9f6;
  border: 1px solid #dcdcdc;
  margin: 10px 0;
  padding-bottom: 10px;
}

.search-header-wrapper,
#search-header {
  font-size: 11px;
  background: #e0edf3;
}

.search-header-wrapper > div.search-sort > div,
#search-header > div.search-sort > div {
  position: relative;
}

.search-header-wrapper > div.search-sort > div > a,
#search-header > div.search-sort > div > a {
  position: absolute;
  bottom: 0;
  color: #757A83;
}

#search-header > div.search-sort > div > div {
  text-align: right;
}

#search-header > div.search-sort > div > div a {
  color: #757A83;
}

.pmt-row {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-row, .search-header {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-gap: 10px;
  padding-left: 15px;
  padding-right: 5px;
}

.search-header {
  padding-bottom: 6px;
  border-bottom: 2px solid #8D919B;
}

.search-header.project-header > div > span {
  position: absolute;
  bottom: 0;
  color: #757A83;
}

.search-row:hover, .search-row.active {
  background-color: #99C3D5;
}

.search-column a {
  border-bottom: 2px solid transparent;
}

.search-column a:hover, .search-column a.active {
  border-bottom: 2px solid #F75056;
}

.search-column-right {
  display: flex;
  justify-content: end;
}

.search-row {
  height: 80px;
  font-size: 12px;
}

.search-row > div {
  display: flex;
  align-items: center;
}

.search-row .grid-cell, .pmt-row .grid-cell {
  grid-column-start: auto;
}

.search-hint {
  padding: 3px 20px 3px 20px;
  color: #F75056;
  font-size: 12px;
}

.search-details-toggle {
  width: 20px;
  margin-left: auto;
  margin-top: -25px;
  padding: 5px 18px 13px 5px;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  justify-content: end;
  position: relative;
  z-index: 1;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.grid-popover {
  grid-template-columns: 1fr 2fr;
  grid-auto-columns:min-content;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-span-1 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.grid-span-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.grid-span-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

.grid-span-4 {
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

.grid-span-5 {
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
}

.grid-span-6 {
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
}

.grid-span-7 {
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

.grid-span-8 {
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
}

.grid-span-9 {
  -ms-grid-column-span: 9;
  grid-column-end: span 9;
}

.grid-span-10 {
  -ms-grid-column-span: 10;
  grid-column-end: span 10;
}

.grid-span-11 {
  -ms-grid-column-span: 11;
  grid-column-end: span 11;
}

.button-bar {
  height: 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid #8D919B;
  font-size: 12px;
  line-height: 16px;
}

.button-bar > div, .button-bar > a {
  padding-left: 15px;
}

.button-bar > .quickinfo {
  background-color: #fff;
  color: #757A83;
  display: block;
}

.button-bar > a > span {
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}

.button-bar > .quickinfo > span {
  background-image: url("/assets/img/icons/summary_closed.svg");
  bottom: -4px;
}

.button-bar.active {
  border-color: #fff;
}

.button-bar.active > .quickinfo > span {
  background-image: url("/assets/img/icons/summary_open.svg");
}

.button-bar > .quickinfo a {
  color: #757A83;
}

.button-bar > .detail {
  background-color: #99C3D5;
  color: #fff;
  display: block;
}

.button-bar > .detail:hover {
  background-color: #006a96;
}

.quickinfo-panel, .projects-panel {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 5px;
}

.quickinfo-panel {
  height: 300px;
}

.projects-panel {
  min-height: 30px;
  font-size: 12px !important;
}

.quickinfo-panel .actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.quickinfo-panel .actions > a {
  padding: 0px 4px;
}

.quickinfo-panel .actions > .divider {
  height: 22px;
  width: 1px;
  background: #000;
  margin: 0 10px;
}

.quickinfo-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  font-size: 12px;
}

.quickinfo-container > div {
  padding: 0px 20px 0px 15px;
  max-height: 250px;
  overflow: hidden;
}

.quickinfo-container.reference-quickinfo-container {
  -ms-grid-columns: 0.5fr 0.5fr 0.75fr 1fr;
  grid-template-columns: 0.5fr 0.5fr 0.75fr 1fr;
  overflow: auto;
}

.quickinfo-container.reference-quickinfo-container > div, .quickinfo-container.product-quickinfo-container > div{
  max-height: 100%;
}

.product-quickinfo-container .row, .reference-quickinfo-container .row {
  flex-direction: column;
  display: flex;
}

.blur-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  pointer-events: none;
}

.product-blur-layer {
  background: linear-gradient(rgba(231, 231, 231, 0.01), rgba(236,228,230, 1))
}

.reference-blur-layer {
  background: linear-gradient(rgba(231, 231, 231, 0.01), rgba(224,237,243, 1))
}

a.presentation-icon, a.certificate-icon, span.no-certificate-icon {
  height: 21px;
  width: 28px;
  margin: 5px 0;
}

span.no-certificate-icon {
  background-image: url(/assets/img/icons/Zertifikat-nie-inactive.svg);
}

a.presentation-icon {
  background-image: url(/assets/img/icons/Praesentation-inactive-Suche.svg);
}

a.certificate-icon {
  background-image: url(/assets/img/icons/Zertifikat-inactive-Suche.svg);
}

a.presentation-icon:hover {
  background-image: url(/assets/img/icons/Praesentation-active-Suche.svg);
}

a.certificate-icon:hover {
  background-image: url(/assets/img/icons/Zertifikat-active-Suche.svg);
}

a.quality, a.relevance {
  padding-left: 24px;
  line-height: 22px;
  color: inherit;
  margin: 2px 0;
}

a.quality {
  background-image: url(/assets/img/icons/Qualitaet-inactive-Suche.svg);
}

a.quality:hover, a.quality.active {
  background-image: url(/assets/img/icons/Qualitaet-active-Suche.svg);
  color: #006894;
}

a.relevance {
  background-image: url(/assets/img/icons/Relevanz-inactive-Suche.svg);
}

a.relevance:hover, a.relevance.active {
  background-image: url(/assets/img/icons/Relevanz-active-Suche.svg);
  color: #006894;
}

#bucketButtons {
  margin-top: 10px;
  padding-bottom: 4px;
}

#bucketButtons a > i {
  margin-bottom: -2px;
}


.burgundy-500 {
  background-color: rgba(169, 69, 93, 0.4) !important;
}

.burgundy-700 {
  background-color: rgba(100, 30, 50, 0.12);
}

.border-burgundy-500 {
  border: 1px solid rgba(169, 69, 93, 0.4);
}

.blue-500 {
  background-color: #97c2d4;
}

.blue-700 {
  background-color: #E0EDF3;
}

.border-blue-500 {
  border: 1px solid #97c2d4;
}

/* readmore link classes can specify the number of lines
in the preview at the end of the class, e.g. readmore-4 */
div[class^='readmore-'], div[class*=' readmore-'] {
  line-height: 17px;
  overflow: hidden;
}


.fw-text-to-input-group .fw-input-group {
  display: none;
}
.fw-text-to-input-group .fw-text-to-input {
  cursor: pointer;
  margin-left: 12px;
}
.fw-text-to-input-group .fw-custom-notice {
  float: right;
}
.fw-text-to-input-group .fw-custom-notice span.fw-reset-input {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}
.fw-text-to-input-group .fw-custom-notice span.fw-reset-input:hover {
  text-decoration: underline;
}

span.red {
  color: #F75056 !important;
}

.abc-checkbox {
  padding-left: 0;
}

a.translate {
  position: absolute;
  right: 15px;
  top: 8px;
}

a.translate_product {
  position: absolute;
  right: 25px;
  top: 8px;
}

.unit-field-collapsable {
  margin-bottom: 30px;
}

.unit-field-collapsable h5 {
  display: flex;
  padding-right: 4px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.optional-label {
  font-family: "DB Sans", "Open Sans", Sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.optional-h5 {
  padding-left: 10px;
  margin-left:17.667%;
  border-bottom: 1px solid #D7DCE1 !important;
}

tbody.sortable {
  border: 0 !important;
}

.presentation-download h3 > a {
  color: #000;
  font-size: 18px;
}

.presentation-download h3 > a:hover {
  color: #9E2321;
}


.max-content {
  min-width: max-content;
}

.row.percentage {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.percentages {
  border-bottom: 1px solid #e5e5e5;
}

.row.percentage.sum {
  margin-top: 10px;
  margin-bottom: 0;
}

.has-error.has-feedback .form-control[disabled] {
  background-color: #f2dede;
  color: #a94442;
}

.percentage-warning {
  color: #a94442;
}

.alert-sm {
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 5px;
  border: 1px solid transparent;
  font-size: 0.85em;
}

.alert-sm.alert-warning {
  border-color: #faebcc;
}

.v2-fa-icon {
  font-size: 18px;
  vertical-align: middle;
  padding-right: 4px;
}

a.reminder_active {
  color: #337ab7;
}

.form-popup {
  display: none;
  position: absolute;
  z-index: 9;
  padding: 0 !important;
}

.form-container {
  max-width: 300px;
  width: 300px;
  padding: 10px;
  background-color: white;
  text-align: center;
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  border-radius: 6px;
}

a.tender-modal-active {
  color: #337ab7;
}

.search-icon-arrow-right {
  display: inline-block;
  width: 20px;
  height: 16px;
  -webkit-mask: url("/assets/img/icons/arrow-right.svg") no-repeat 50% 50%;
  mask: url("/assets/img/icons/arrow-right.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #F75056;
}

.search-icon-arrow-right:hover {
  background-color: #9E2321;
}

/* Adds option to center modal with center class */
.modal.center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal.center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal.center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-dialog {
  margin-top: 54px;
}

.age-links a {
  padding-right: 10px;
}

.progress-bar-gray {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 2rem 2rem;
  background-color: #a8a8a8;
  text-shadow: 0 1px 20px #000000;
}

#errorMessage {
  display: none;
  color: red;
  margin-top: 10px;
}

.gridBlock{
  width: 16.6%;
  display: inline-block;
  padding: 0px 15px 0px;
}

@media (max-width: 1330px) and (min-width: 800px) {
  .gridBlock{
    width: 33.3%;
  }
}

@media (max-width: 800px) and (min-width: 520px) {
  .gridBlock{
    width: 50%;
  }
}

@media (max-width: 520px) {
  .gridBlock{
    width: 100%;
  }
}

.slide_files {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #0e0e0e;
}

.slide_files span{
  position: absolute;
  color: #b9b9b9;
}

.label_with_info{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.btn.btn-grey {
  background-color: #e9e9ed;
  color: #333;
}

.btn.btn-grey:hover {
  background-color: #d0d0d0;
}

.label.label-grey {
  background-color: #e9e9ed;
  color: #333;
}

.error_icon{
  color: #a94442;
  display: none;
  right: -9px;
  top: 10px;
  position: absolute;
}

.error_icon:hover{
  cursor: pointer;
}

.error_message_reference_weight{
  display: none;
  padding: 2px;
  top: 4px;
  left: 160px;
  position: absolute;
  width: 363px;
  border: solid #a94442;
  background-color: #f2dede;
  z-index: 100;
}

.error_input{
  background-color: #f2dede;
  color: #a94442;
  border-color: #a94442;
  border-width: 2px;
}


.imageProductView {
  height: auto !important;
  width: auto !important;
  max-width: 1053px !important;
  max-height: 1200px !important;
}

.reference-table, .product-table {
  padding: 40px 0;
}

.reference-table {
  background-color: #e0edf3;
}

.product-table {
  background-color: #ece3e6;
  padding-top: 10px;
}

.detail.disabled {
  background-color: #c0c0c0 !important;
}

.sidebar-floating {
  margin-top: 145px;
  position: absolute;
  z-index:4000;
  background-color: #fff;
  padding: 20px 10px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  border-radius: 6px 0 0 6px;
  border: 1px solid #f3f3f3;
  right: 0;
  translate: 110%;
  transition: all 500ms ease-in-out;
}

.sidebar-floating.show {
  translate: 0;
}

.project-table .search-row:hover,
.project-table .search-row.active {
  background-color: #ececec;
}

.navbar-nopad-href {
  display: inline-block;
  padding: 0 !important;
  margin: 10px 0 10px 25px;
  line-height: 28px;
}

.language-flag {
  height: 11px;
  width: 16px;
}

.db-link  {
  height: 28px;
  width: 40px;
}

.text-secondary {
  color: var(--secondary);
}

a.text-secondary:active, a.text-secondary:focus, a.text-secondary:hover {
  color: var(--primary);
  text-decoration: none;
}

.unpublished-row {
  color: grey;
}

.unpublished-row .text-secondary {
  color: currentColor;
}

.unpublished-row img {
  filter: invert(51%) sepia(17%) saturate(0%) hue-rotate(141deg) brightness(95%) contrast(89%);
}

.enforce-width {
  width: 700px !important;
}
/* css for redesign of productView and productGroup*/
.view-content {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
}

.portfolio-color {
  background-color: rgba(255,187,0, 0.35);
}

.cluster-color {
  background-color: rgba(238,193,170,255);
}

.cluster-content-title {
  padding: 25px 5px 10px;
  min-height: 100px;
  padding-left: 25px;
}

.titleImage-Container {
  position: absolute;
  bottom: 0;
  left: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.content-title {
  margin: 5px 0  10px 0;
}

.titleImage-Text {
  text-shadow: 0 0 1px rgba(0,0,0,0.5) !important;
  color: white;
}

.content-menu-button  {
  border: solid 2px rgba(0,0,0, 0.8);
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  font-weight: bold;
  font-style: normal;
  color: black;
}

.content-menu-button:hover {
  color: #9E2321;
}

.metaProduct-list li{
  list-style: none inside none;
}

.metaProduct-list a {
  color: #555;
}

#product-counter {
  background-color: #ddb5be !important;
  color: #333333;
}

#reference-counter {
  background-color: #97c2d4 !important;
  color: #333333;
}

#prodBucket a {
  cursor: pointer;
}

/* styling for maps overlay */

.mapBackdrop {
  z-index: 10;
  background-color: #D7DCE1;
}

.consentBannerContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.consentBanner {
  z-index: 20;
  background-color: white;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 25px;
  width: 100%;
  max-width: 900px;
  min-height: 200px;
  margin: 50px;
}

#bucketButtons a.active {
  color: #337ab7;
}

/* class for some custom files table styling */
.batch-actions-only {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.information-icon {
  position: absolute;
  display: inline-block;
  border: #8D919B 1px solid;
  width: 16px;
  height: 16px;
  font-size: 8px;
  font-weight: 700;
  color: #8D919B;
  border-radius: 8px;
  padding-left: 6px;
  padding-top: 2px;
  margin-left: 5px;
}

.information-icon:hover {
  color: black;
  border: black 1px solid;
}

.tablesorter-header .tablesorter-icon {
  display: inline-block;
  height: 3px;
  width: 6px;
  margin-bottom: 2px;
}

.tablesorter-headerDesc .tablesorter-icon {
  background-color: #333;
  -webkit-mask-image: url("/assets/img/icons/sort.svg");
  mask-image: url("/assets/img/icons/sort.svg");
}

.tablesorter-headerDesc:hover .tablesorter-icon,
.tablesorter-header:hover .tablesorter-icon {
  background-color: #D7DCE1;
  -webkit-mask-image: url("/assets/img/icons/sort.svg");
  mask-image: url("/assets/img/icons/sort.svg");
}

.tablesorter-headerAsc .tablesorter-icon {
  background-color: #333;
  -webkit-mask-image: url("/assets/img/icons/sort.svg");
  mask-image: url("/assets/img/icons/sort.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tablesorter-headerAsc:hover .tablesorter-icon {
  background-color: #D7DCE1;
  -webkit-mask-image: url("/assets/img/icons/sort.svg");
  mask-image: url("/assets/img/icons/sort.svg");
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* override bootstrap styles */
table.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #D7DCE1;
  padding: 14px 5px 5px 5px;
}
table.table > tbody > tr > td {
  border-top: 1px solid #D7DCE1;
  padding: 14px 5px 5px 5px;
}
table.border-separate > tbody:nth-child(4) > tr > td {
  border-top: none; /* Prevent double top border in first content row */
}
table.table-hover > tbody > tr:hover {
  background-color: #F0F3F5;
}
table.table-hover > tbody > tr.hover\:bg-transparent:hover {
  background-color: transparent;
}
table.table-hover > tbody > tr.td\:pb-15 > td {
  padding-bottom: 15px;
}
table.table > tbody + tbody {
  border-top: none;
}

/* override table sorter styling */
.text-sm-table-header .tablesorter-header-inner {
  font-size: 11px !important;
}

/* Translations */
li.deepl {
  border-left: 3px solid #C9DFE9;
  padding-left: 17px !important;
  background-position-x: 7px !important;
  margin-left: -10px;
  margin-bottom: 22px;
}
.marked-translated {
  border-left: 3px solid #C9DFE9;
  padding-left: 10px;
  display: inline-block;
  font-style: normal;
}
.marked-pmt {
  font-style: normal;
  &::after {
    display: inline;
    content: ' • PMT';
    font-size: 10px;
  }
}

/* Tooltips */
.tooltip-200 .tooltip-inner {
  width: 200px;
}

[data-tooltip] {
  position: relative;

  &::after {
    background-color: white;
    bottom: 100%;
    box-shadow: 0 0 4px 0 rgba(141, 145, 155, 0.3);
    color: #333333;
    content: attr(data-tooltip);
    display: block;
    font-size: 12px;
    font-weight: normal;
    left: 50%;
    width: max-content;
    max-width: 160px;
    opacity: 0;
    padding: .75rem 1rem;
    position: absolute;
    pointer-events: none;
    transform: translate(-50%, .25rem);
    transition: transform .15s ease, opacity .15s ease;
    transition-delay: 0s;
    z-index: 50;
  }
  &:focus::after,
  &:hover::after {
    opacity: 1;
    transform: translate(-50%, -.25rem);
    transition-delay: .5s !important;
  }

  &.tooltip-right {
    &::after {
      bottom: 50%;
      left: 100%;
      transform: translate(-.25rem, 50%);
    }
    &:focus::after,
    &:hover::after {
      transform: translate(.25rem, 50%);
    }
  }
  &.tooltip-bottom {
    &::after {
      bottom: auto;
      top: 100%;
      transform: translate(-50%, -.25rem);
    }
    &:focus::after,
    &:hover::after {
      transform: translate(-50%, .25rem);
    }
  }
  &.tooltip-left {
    &::after {
      bottom: 50%;
      left: auto;
      right: 100%;
      transform: translate(.25rem, 50%);
    }
    &:focus::after,
    &:hover::after {
      transform: translate(-.25rem, 50%);
    }
  }
  &.tooltip-bottom-left {
    &::after {
      bottom: auto;
      top: 100%;
      left: 30%;
      transform: translate(-50%, -.25rem);
    }
    &:focus::after,
    &:hover::after {
      transform: translate(-50%, -.25rem);
    }
  }

  &.tooltip-bottom-center {
    &::after {
      bottom: auto;
      top: 100%;
      left: 50%;
      transform: translate(-50%, -.25rem);
    }
    &:focus::after,
    &:hover::after {
      transform: translate(-50%, -.25rem);
    }
  }
}

[data-tooltip].tooltip-w-255::after {
  left: 40%;
  max-width: 255px;
}

[data-tooltip].tooltip-dropdown::after {
  left: 38%;
  top: 150%;
  max-width: 180px;
}

.search-container-width {
  width: 1300px;
}

a.download {
    font-family: "DB Sans", "Open Sans", sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;

    &::before {
        content: '';
        display: inline-block;
        height: 11px;
        width: 11px;
        background-image: url("/assets/img/icons/file-download.svg");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 6px;
    }

    &:hover {
        color: #F75056;
    }
}
