/* Störer WKR-Seite Werbebox unten */
#adbox:before {
    text-align: center;
    content: 'Nur noch für Twingo III';
    font-size: 15px;
    width: 500px;
    background-color: red;
    color: white;
    padding: 0 25px;
    position: absolute;
    top: -14px;
    transform: rotate(360deg);
}
tireList > pre {
    max-width: 85px;
}
.trash-icon {
    color: red;
    font-size: 1.25rem; /* Oder eine andere passende Größe */
    cursor: pointer; /* Optional: Macht das Symbol anklickbar */
    top:5px;
    right:5px;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1),
        2px 2px 8px rgba(255, 255, 255, 0.9);
; /* Horizontaler Versatz, Vertikaler Versatz, Weichzeichnung, Farbe */
    /* Standardmäßig unsichtbar */
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Optionale weiche Einblendung */

}

.edit-icon {
    color: green;
    font-size: 1.25rem; /* Oder eine andere passende Größe */
    cursor: pointer; /* Optional: Macht das Symbol anklickbar */
    bottom:5px;
    right:5px;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1),
    2px 2px 8px rgba(255, 255, 255, 0.9);
; /* Horizontaler Versatz, Vertikaler Versatz, Weichzeichnung, Farbe */
    /* Standardmäßig unsichtbar */
    opacity: 0;
    transition: opacity 0.3s ease-in-out; /* Optionale weiche Einblendung */

}

/* Beim Hover über der Card das Symbol einblenden */
.card-with-hover:hover .trash-icon,.card-with-hover:hover .edit-icon {
    opacity: 1;
}

#putisInnermodaldialog .form-inline input.bestan_form, 
#putisInnermodaldialog .form-inline textarea.bestan_form { 
    width:296px; 
}
#putisInnermodaldialog .form-inline input.bestan_formfirst { 
    width:262px; 
}
#putisInnermodaldialog .form-inline label.fixlabel { 
    width:170px; 
    justify-content: normal;
}
/* Select2 anpassung */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
    font-size: 18px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-selection--single{
    height: 38px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.verfgbrGruen{
    color: #00A900;
}
.verfgbrGelb{
    color: #ffc107;
}
.verfgbrRot{
    color: red;
    /*top: 8px;
    position: relative;*/
}

.verfgbrRotOLDOLDOLD{
    color: red;
}
.verfgbrMag {
    color: #CB00CB;
    /*top: 8px;
    position: relative;*/
}
.verfgbrOrangSolo{color: #FF7E00;}
.verfgbrOrang{
    color: #FF7E00;
    /*top: 8px;
    position: relative;*/
}
.verfgbrTool {
    display: inline;
    background-color: #9d5f0e;
    color: white;
    padding: 1px 3px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 6px;
    width: 20px;
    height: 20px;
    z-index: 500;
}
.hotline div {
    border: 1px solid #28a745;
    color: #28a745;
}
.hotline div:nth-of-type(2) {
    background-color: #28a745;
    color: white;
}
.hotline a{color:antiquewhite;}
.hotline a:hover{color:black;text-decoration:none;}
.oldDOT{
	background-color: rgb(255 234 174 / 70%);    
	position: relative;
    overflow: hidden;
}
.oldDOT:before {
    text-align: center;
    content: 'Angebot';
    font-size: 11px;
    width: 150px;
    background-color: red;
    color: white;
    padding: 0 25px;
    position: absolute;
    right: -52px;
    top: 4px;
    transform: rotate(19deg);
}
.angebot:before {
    text-align: center;
    content: 'Angebot';
    font-size: 18px;
    width: 200px;
    background-color: red;
    color: white;
    padding: 4px 15px;
    position: absolute;
    right: -56px;
    top: 13px;
    transform: rotate(35deg);
}
.angebot{    
	position: relative;
    overflow:hidden;
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
    opacity: 1;
    background-color: #0062cc;
}
.text-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
/* wkr/search */
.text-right .form-check.form-check-inline {
    border-radius: .25rem;
    padding: 5px;
    background-color: #fbecc2;
}
label.form-check-label.label-Stahl, label.form-check-label.label-LM {    
    width: 64px;
    height: 64px;
    color: white;
}
label.form-check-label.label-Stahl {
    background-image: url("/version4/_web/img/FelgeStahl.png");
}
label.form-check-label.label-LM {
    background-image: url("/version4/_web/img/FelgeLM.png");
}
.label-Stahl span, .label-LM span {
    background-color: #007bff;
    padding: 2px 4px;
    border-radius: 3px;
}
span.infoFehlt {
    border-radius: 50%;
    background-color: orange;
    color: white;
    width: 20px;
    height: 20px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
}
#firmentable th,
#firmentable td{
    word-break: break-all;
    padding-left:1%;
    padding-right:1%;
}
td.reifen-cell {
    position: relative;
}
.stoerer {
    display: inline;
    background-color: red;
    color: white;
    padding: 2px 9px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 22px;
    height: 22px;
    z-index: 500;
}
.stoerer_gelb {
    display: inline;
    background-color: #f4f212;
    color: black;
    padding: 2px 9px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 22px;
    width: 22px;
    height: 22px;
    z-index: 500;
}
section#warten_freigabe .row:nth-of-type(odd) {
    background-color: #f8f9fa;
}
/* Number Spinner */
.number-spinner button{
    border-radius: 0;
}		
input#a_menge {
    text-align: center;
}	
input[type="number"] {
    -moz-appearance: textfield;
}
.number-spinner span button span,
.number-spinner  input {
	font-size:20px;
}
.input-group.number-spinner {
    max-width: 180px;
}
/* Number Spinner End */
/* Photoswipe */
.slider {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}
.slider-for {
    max-height: 60px;
    overflow: hidden;
}
.slider-nav img {
    max-height: 60px;
    margin: 25px;
}
.slider-for img {
    max-width: 60px;
    margin-left: auto;
    margin-right: auto;
}
.slider-nav div div img {
    opacity: 0.5;
}
.slider-nav .slick-current div div img {
    opacity: 1;
}
.picplus {
	position: absolute;
    left: 67px;
    background-color: #007bff;
    color: white;
    padding: 0px 5px;
    font-size: 12px;
	border-radius: 50%;
}
/* Photoswipe End */
/* Card Startseite */
.card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.card h1.card-title {
    position: absolute;
    top: 25px;
    background-color: #007bff;
    padding: 17px 15px 13px 15px;
    color: white;
    border-radius: 0 6px 6px 0;
    font-weight: 400;
    font-size: 22px;
}
.welcome .card, .welcome img.card-img-top{
	max-width: 400px;
}
/* Card Startseite End */
div#logoimage {
    padding-top: 25px;
}
div#infoimage,div#infopdf {
    padding-top: 20px;
}
.infoimagekill,.infopdfkill {
	position: absolute;
	left:18px;
	top: 28px;
}
	
.table-nonfluid {
   width: auto !important;
}
.big{ font-size: 125%;font-weight: bold;}
.border-top-big{border-top-width:2px!important;}
label.form-text{ margin-bottom: 0.25rem;}
form table tbody tr:nth-child(even) {
    background-color: lightblue;
}
form table tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,.05);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}
span.message {
    display: block;
    float: left;
    clear: both;
    font-size: 12px;
    width: 100%;
}
span.message.error {
    color: red;
}
input[type=checkbox] {
    width: 20px;
    height: 20px;
    top: 4px;
}
.fa-snowflake{
	position: relative;
    left: -1px;
    bottom: 13px;
    transform: rotate(29deg);
}
.bg-gnau {
    background-image: url(/img/mountains-1882701_1920.jpg);
}
/**/
/* roboto-300 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('/inc/fonts/roboto-v18/300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('/inc/fonts/roboto-v18/300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/inc/fonts/roboto-v18/300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/inc/fonts/roboto-v18/300.woff') format('woff'), /* Modern Browsers */
    url('/inc/fonts/roboto-v18/300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/inc/fonts/roboto-v18/300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/inc/fonts/roboto-v18/regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('/inc/fonts/roboto-v18/regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/inc/fonts/roboto-v18/regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/inc/fonts/roboto-v18/regular.woff') format('woff'), /* Modern Browsers */
    url('/inc/fonts/roboto-v18/regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/inc/fonts/roboto-v18/regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('/inc/fonts/roboto-v18/500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('/inc/fonts/roboto-v18/500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/inc/fonts/roboto-v18/500.woff2') format('woff2'), /* Super Modern Browsers */
    url('/inc/fonts/roboto-v18/500.woff') format('woff'), /* Modern Browsers */
    url('/inc/fonts/roboto-v18/500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/inc/fonts/roboto-v18/500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/inc/fonts/roboto-v18/700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/inc/fonts/roboto-v18/700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/inc/fonts/roboto-v18/700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/inc/fonts/roboto-v18/700.woff') format('woff'), /* Modern Browsers */
    url('/inc/fonts/roboto-v18/700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/inc/fonts/roboto-v18/700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/**/
* {
    box-sizing: border-box;
}
/* */
.verfuegidiv {
	font-size:13px;
	top:6px;
}
.verfuegidivbig {
	position: relative;
	display:inline;
	top:6px;
}
.reifencol_0 {
	width:100px;
}
.reifencol_1 {
	width:100% !important;
}
.reifencol_7 {
	min-width:260px;
}
.reifen_ekprice {
	text-align: right;
	top:-15px;
    margin-right:6px;
}
.reifenekdiv {
	padding-top:14px !important;
	padding-bottom:14px !important;
}
.verfuegidivsmall {
	top:-6px;
}
.shop_notop {
    top: 0px !important;
}
.shop_notop2 {
    top: -2px !important;
}

.reifen_spinner {
	 width:94px;
	 top:-13px;
}
.xshopstock_spinner {
    width:104px;
    top:-13px;
}
.reifen_bestellbuttondiv {
	top:-14px;
	right: -2px;
}
.reifen_bestellbutton,.reifen_makeangebot {
	width:30px;
	height:31px;
}
.reifen_bestellbutton i,.reifen_makeangebot i {
	top:-3px;
	right:7px;
}
.reifen_nixbestellbutton i{
    position: relative;
    right: 6px;
}
.lieferzeitcount {
    position: absolute;
    font-size: 14px;
    background: #6f6f6f;
    border: 1px solid transparent;
    padding: 4px 5px 4px 5px;
    margin: 0;
    line-height: 9px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    right: -222px;
	margin-top: -12px;
}
.schnelllager_l_gruen {
    position: absolute;
    font-size: 14px;
    background: #1caa00;
    border: 1px solid transparent;
    padding: 4px 5px 4px 5px;
    margin: 0;
    line-height: 9px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    right: 51px;
    margin-top: 1px;
    content: "123abc";
}
.schnelllager_l_gelb {
    position: absolute;
    font-size: 14px;
    background: #ffc107;
    border: 1px solid transparent;
    padding: 4px 5px 4px 5px;
    margin: 0;
    line-height: 9px;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    right: 51px;
    margin-top: 1px;
    content: "123abc";
}
.verfuegidiv .lieferzeitcount {
    right: -1px;
	top:-2px;
}
.verfuegidivbig .lieferzeitcount {
    right: -13px;
	top:-14px;
}
.verfuegidivsmall .lieferzeitcount {
    right: -1px;
	top:-2px;
	font-size:10px;
}
tr>td>div.row:not(div.row:first-of-type) {
    border-top: 1px solid #9e9e9e61;
    margin-top: 5px;
    padding-top: 5px;
}
html, body {
    margin: 0;
    padding: 0;
    height: calc(100% - 71px);
}
form, img {
    border: none;
    margin: 0;
    padding: 0;
}
body, div, td {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 16px;
    color: #444444;
}
.smalltexttable td,
.smalltexttable div,
.smalltexttable span{
	font-size:13px;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
h6.h6-radio-label{
	margin-bottom:2px;
}
div#userbar > span.fa-stack > svg {
    height: 1em;
    width: 1.25em;
}
strong {
    font-weight: 500;
}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
td.ellipsis{
    max-width: 0;
}
a.readmore{
    margin-left: 5px;
}
small.ellipsis,
span.ellipsis{
    display: block;
}
.form-control,.custom-select {
    color: #0069D9;
}
input.form-control[type='date']{
    padding-right: 0px;
}
.select2-container--default .select2-selection--single{
    color: #0069D9;
    border: 1px solid #ced4da;
    /*line-height: calc(1.5em + .75rem + 2px);*/
    line-height: 1.5;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
}
.select2-container *:focus ,
.form-control:focus,
.custom-select:focus {
    background-color: #f2f8ff;
    color:#000;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #0069D9;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: calc(1.5em + .75rem + 2px);
    height: calc(1.5em + .75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    width: 10px;
}
.input-group .select2-container--default .select2-selection--single{
    border-radius: 0;
}
.select2-dropdown {
    border: 1px solid #ced4da;
    background: #f4f4f4;
}
/*.select2-results__option[aria-disabled=true],
    .select2-results__option[disabled],
		.select2-result.select2-result-unselectable.select2-disabled,
.select2-container--default .select2-results__option[aria-disabled=true]{
    display: none;
}*/
.select2-container--default .select2-selection--single .select2-selection__placeholder,
::placeholder{
    color: gray;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
.select2-results__option .wrap:before{
    /*font-family:fontAwesome;*/
    color:#999;
    content:"◻";
    width:25px;
    height:25px;
    padding-right: 10px;
}
.select2-results__option[aria-selected=true] .wrap:before{
    content:"☑";
}
/* Fehler bei required html5 hinweis*/
.form-control.select2-hidden-accessible,
.custom-control.select2-hidden-accessible,
.custom-select.select2-hidden-accessible,
.form-select.select2-hidden-accessible,
.katalog-select.select2-hidden-accessible,
.normal-select.select2-hidden-accessible{
    top: 65px;
    left:50%;
}
.custom-select.w-100,.select2.w-100{ width: 100% !important;}
.clicktablerow{ cursor: pointer;}
.clicktablerow td:last-child{
    white-space: nowrap;
}
/* Ansonsten sind die labels horizontal nicht mittig*/
.custom-control-label {
    /*font-size: 20px;*/
}
/* In Modal brauchen wir das nur*/
.select2-container--open{
    z-index: 1055;
}
.modal-backdrop.show{
    opacity: 0.85;
}
.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.1rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}
.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1rem !important;
}
/* Layout */
.lightgrayback {
    background: #efefef;
}
.sidebar {
    width: 70px;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    boottom: 0;
    z-index: 1000;
    transition: all .2s ease;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, .0625);
}
.sidebar > img.logo {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 50px;
    transition: all .2s ease;
}
.sidebar > nav > ul {
    list-style: none;
    padding: 0;
    margin: 90px 0 0 0;
}
.sidebar > nav > ul > li {
    margin: 0;
    padding: 10px 15px;
    width: 200px;
}
.sidebar > nav li a, #header-nav > li a {
    color: #72777a;
    transition: 0.2s linear all;
    text-decoration: none;
    display: block;
}
.sidebar > nav li a:hover, #header-nav > li a:hover {
    color: #000;
}
li > a.active, #header-nav .dropdown-item a.active {
    color: #000;
}
.sidebar > nav > ul > li span.icon {
    display: inline-block;
    text-align: center;
    width: 40px;
}
.sidebar > nav > ul > li span.icon .fa-layers {
    font-size:  1.5em;
}
.sidebar > nav > ul > li span.title {
    display: none;
}
/* SUBMENÃœ*/
.sidebar > nav > ul > li ul.subm {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
    transition: max-height 1s ease-out;
    max-height: 0;
}
.sidebar > nav li.open ul.subm,
.sidebar.openfix > nav li.openfix ul.subm {
    max-height: 500px;
    transition: max-height 1s ease-in;
}
.sidebar > nav li.open .fa-angle-right {
    transform: rotate(90deg);
}
.sidebar > nav > ul > li ul.subm li {
    padding: 7px 15px 7px 44px;
    display: block;
}
.sidebar > nav > ul > li ul.subm li a {
    font-size: 14px;
    display: block;
}
.sidebar .fa-angle-right {
    color: #72777a;
    float: right;
    display: block;
    line-height: 24px;
    height: 24px;
}
.sidebar.open, .sidebar.openfix {
    width: 200px;
    display: block;
}
.sidebar.open li span.title, .sidebar.openfix li span.title {
    display: inline-block;
}
.sidebar.open > img.logo, .sidebar.openfix > img.logo {
    width: 70px;
    left: 63px;
    top: 10px;
}
.hoverbutton {
    display: inline-block;
    position: relative;
}
.hoverbutton > span {
    margin: 0;
    padding:0;
    display: inline-block;
    text-indent: -10000px;
    white-space: nowrap;
    transition: max-width 1s ease-out;
    max-width: 0;
}
.hoverbutton:hover > span {
    text-indent: 0px;
    max-width: 500px;
    transition: max-width 0.8s ease-in;
    margin:0 10px;
}
.alertnumber,.xesecnumber {
    background:Crimson;font-size:1.5em;
}
.ibeta {
    background: #007bff;
    font-size:1.5em;
    right: -10px;
}
#xesecicon{
    font-size: 1.25em;
}
.nwrbeispielid{	cursor: cell; }
.tab-content2{
    padding: 30px;
    border: 1px solid #dee2e6;
    border-top: none;
    background: #fff;
}
a.editable{
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}
a.editable:hover{
    text-decoration: none;
    border-bottom: dashed 1px #900;
    color: #900;
}
a.editable.editable-disabled,a.editable.editable-disabled:hover{
    text-decoration: none;
    color: #585858;
    cursor: default;
    border-bottom: none;
}
#job-wrapper{
    display: none;
    position: fixed;
    z-index: 99999999999999999999;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s linear all;
}
#job-wrapper > div{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color:#fff;
}
.special-dropdown,.special-dropdown-nwriddb{
    width: calc( 100% - 10px);
    margin-top: -2px;
    min-height: 40px;
    padding: 5px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}
.special-dropdown-nwriddb{
    width: calc( 100% - 80px);
    margin-left: 50px;
}
.special-dropdown a,.special-dropdown-nwriddb a{
    display: block;
    padding: 5px;
    text-decoration: none;
}
.special-dropdown a:hover,.special-dropdown-nwriddb a:hover{
    background: #ccc;
}
header {
    height: 65px;
    line-height: 65px;
    top: 0;
    left: 70px;
    padding: 0 10px;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .0625);
    position: fixed;
    display: block;
    vertical-align: middle;
    z-index: 999;
}
header #searchform {
    display: inline-block;
    transform: scale(0);
    transition: all .2s ease;
}
header #searchform.open {
    transform: scale(1);
}
header #searchform input[type='text'] {
    border: 1px solid rgba(0, 0, 0, .0625);
    line-height: 150%;
    padding: 2px 15px;
    border-radius: 3px;
}
header a.searchopener {
    color: #444444 !important;
}
header .searchopener .fa-times {
    display: none;
}
header #infobar, header #userbar {
    display: inline-block;
    position: relative;
}
header #infobar .fa-layers, header #userbar {
    cursor: pointer;
    transition: all linear .5s;
}
header #infobar .fa-layers:hover, header #userbar:hover > span {
    opacity: 0.75;
}
header #userbar .fa-stack {
    font-size: 1.8em;
    vertical-align: -30%;
    margin: 2.5px 0 0 0;
}
header #userbar .fa-stack .fa-circle {
    color: #efefef;
}
header #userbar span.d-none {
    line-height: 90%;
}
header #userwindow, header #quickwindow, header #alertwindow, header #xesecwindow, header #mailwindow , header #supportwindow {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,.0625);
    top: 64px;
    min-width: 250px;
    right: 0;
    left: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
    transition: all .5s ease;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 3px 1px -2px rgba(0,0,0,0.12);
    z-index: 1010;
    line-height: 150%;
    padding: 20px 0;
    height: 0px;
    overflow: hidden;
    transform: scale(0);
}
header #quickwindow, header #alertwindow, header #xesecwindow, header #mailwindow, header #supportwindow {
    top: 60px;
    right:-160px !important;
    padding: 20px;
    min-width: 400px;
}
header #infobar #quickwindow small{
    display: none;
}
#infobar > span {
    display: inline-block;
}
header #userbar:hover #userwindow,
header #infobar .open,
#infobar > span:hover > div {
    height: auto;
    overflow: visible;
    transform: scale(1);
}
header #userwindow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header #userwindow ul li {
    padding: 0;
    margin: 0;
}
header #userwindow ul li a {
    display: block;
    padding: 5px 30px;
    color: #72777a;
    transition: 0.2s linear all;
    text-decoration: none;
    white-space: nowrap;
}
header #userwindow ul li a:hover {
    color: #000;
}
main {
    width: calc(100% - 71px);
    min-height: 100%;
    /*background: #F9FAFB;*/
    margin-left: 70px;
    margin-top: 65px;
    padding: 20px;
}
footer {
    height: 77px;
    margin-left: 70px;
    line-height: 70px;
    width: calc(100% - 71px);
    border-top: 1px solid rgba(0, 0, 0, .0625);
    background: #fff;
    text-align: center;
    font-size: 12px;
}
.mopen {
    margin-left: 200px;
    left: 0;
    width: calc(100% - 201px);
}
.whiteframe {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.0625);
    padding: 35px 35px 10px 35px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 1px 5px 0 rgba(0,0,0,0.02), 0 3px 1px -2px rgba(0,0,0,0.12);
	margin-bottom: 50px;
}
.whiteframe.half {
    background-color: rgba(255,255,255,0.80);
}
.popover-info {
    position: absolute;
    right: 8px;
    top: 5px;
}
.popover-info2 {
    display: inline-block;
    margin: 0 10px;
}
.popover-info.inline,.popover-info2.inline  {
    position: relative;
    right: auto;
    top: auto;
}
.cardfootselectable *{
    cursor: pointer;
}
.cardfootselectable:hover{
    opacity: 0.9;
    transition: 0.3s linear all;
}
.melink,.melink2 {
    text-align: center!important;
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 1px 5px 0 rgba(0,0,0,0.02), 0 3px 1px -2px rgba(0,0,0,0.12);
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer;
    transition: 0.2s linear all;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.melink.smart,.melink2.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.melink.smart .text-muted,.melink2.active .text-muted{
    color: #ccc !important;
}
.melink:hover ,.melink2:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24), 0 1px 8px 0 rgba(0,0,0,0.22), 0 3px 1px 0px rgba(0,0,0,0.3);
}
input.error {
    border-color: #AA0002 !important;
    background: rgba(151,6,9,0.1) !important;
}
/* Box oben rechts, schmal >> TBD >> Media Queries */
#msgboxoben div, #msgboxoben p, #msgboxunten div, #msgboxunten p, #mbu_miniicons > div {
    color: #fff;
}
#msgboxoben {
    position: fixed;
    right: 0;
    top: 65px;
    z-index: 9999;
}
#msgboxoben > div {
    position: relative;
    padding: 10px 20px;
    margin: 5px 5px 0 0;
    width: 420px;
    background-color: rgba(53, 110, 53,1);
    z-index: 9999;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 5px solid rgba(0,0,0,.15);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 1px 5px 0 rgba(0,0,0,0.02), 0 3px 1px -2px rgba(0,0,0,0.12);
    cursor: pointer;
}
#msgboxoben > div:hover {
    opacity: 0.95;
}
#msgboxoben > div > div.mbo_text > p {
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 0;
}
#msgboxoben > div > div.mbo_icon {
    font-size: 20px;
    right: 10px;
    bottom: 5px;
    position: absolute;
}
/* Box unten rechts, schmal >> TBD >> Media Queries */
#mbu_miniicons {
    position: fixed;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    max-width: 415px;
}
#mbu_miniicons > div {
    float: right;
    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}
#msgboxunten {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 9999;
}
#msgboxunten > div {
    position: absolute;
    padding: 10px 20px;
    right: 0px;
    bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    min-height: 30px;
    box-sizing: content-box;
    border-left: 5px solid rgba(0,0,0,.15);
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.04), 0 1px 5px 0 rgba(0,0,0,0.02), 0 3px 1px -2px rgba(0,0,0,0.12);
    opacity: 1;
}
#msgboxunten div.mbu_close, #msgboxoben div.mbu_close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
}
#msgboxunten > div div.mbu_close:hover, #msgboxoben div.mbu_close:hover {
    opacity: 1;
}
#msgboxunten > div > div.mbu_text > span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#msgboxunten > div > div.mbu_text > p {
    font-size: 14px;
    margin-top: 10px;
}
#msgboxunten > div > div.mbu_icon {
    font-size: 30px;
    left: 10px;
    bottom: 5px;
    position: absolute;
}
#msgboxunten > div > div.mbu_number {
    font-size: 30px;
    right: 10px;
    bottom: 5px;
    position: absolute;
}
#msgboxoben > div.success, #msgboxunten > div.success, #mbu_miniicons > div.success {
    background-color: #729D73;
}
#msgboxoben > div.warning, #msgboxunten > div.warning, #mbu_miniicons > div.warning {
    background-color: #C69021;
}
#msgboxoben > div.error, #msgboxunten > div.error, #mbu_miniicons > div.error {
    background-color: #C26565;
}
#msgboxoben > div.info, #msgboxunten > div.info, #mbu_miniicons > div.info {
    background-color: #3276B0;
}
#msgboxoben > div.frage, #msgboxunten > div.frage, #mbu_miniicons > div.frage, div.hinweis.alert.alert-info {
    background-color: #4C98C8;
}
#msgboxoben > div.frage > button {
    border:none;
}
.hinweis.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.hinweis.alert.alert-info {
    color: #fff;
}
/* */
.modal-dialog.modal-xl {
    min-width: 90% !important;
}
.popover, .tooltip {
    z-index: 1060 !important;
}
.table_vcenter{
    height: 100%; width: 100%; min-height: 100%;
}
.table_vcenter td{
    height: 100%; width: 100%; min-height: 100%;
    vertical-align: middle;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .20rem .2rem;
    font-size: .675rem;
    line-height: 1;
    border-radius: .2rem;
}
.btn.nwr-status{
    min-width: 200px;
}
/* das war Stefan */
.stand {
    border-radius: 50%;
    background-color: greenyellow;
    width: 100px;
    height: 100px;
    padding: 12px;
    padding-top: 22px;
    position: relative;
    top: -294px;
    left: calc(50% + 30px);
    font-weight: 500;
}
.faq>button {
    white-space: normal;
    text-align: left;
}
.faq>button.btn::before{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    content: "";
    border-left: .3em solid;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    transition: 0.2s ease-in all;
}
.faq>button.collapsed::before{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transition: 0.2s ease-in all;
}
/* bis hier */
/* Animationen */
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.fast {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -ms-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% { opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% { opacity: 1;}
}
@-webkit-keyframes slideIn {
    0% {
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30% {
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@-moz-keyframes slideIn {
    0% {
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30% {
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@keyframes slideIn {
    0% {
        opacity:0;
        -webkit-transform:translateY(40px);
        -moz-transform:translateY(40px);
        -ms-transform:translateY(40px);
        -o-transform:translateY(40px);
        transform:translateY(40px)
    }
    30% {
        opacity:1;
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -ms-transform:translateY(0px);
        -o-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    10% {
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
    20% {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    10% {
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
    20% {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
    10% {
        -webkit-transform:scale(1.1);
        -moz-transform:scale(1.1);
        -ms-transform:scale(1.1);
        -o-transform:scale(1.1);
        transform:scale(1.1)
    }
    20% {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ms-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1)
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
/*.whiteframe:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.24), 0 1px 8px 0 rgba(0,0,0,0.22), 0 3px 1px 0px rgba(0,0,0,0.3);
}*/
/* TIMELINE */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #007bff;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
ul.timeline > li strong{
    color: #007bff;
}
/* Dark Mode
html[data-theme='dark'] div:not(.alert),*/
body.dark-theme,
body.dark-theme div:not(.alert),
    /*body.dark-theme p,*/
body.dark-theme td,
body.dark-theme .table td,
body.dark-theme .table th,
body.dark-theme .form-control.active,
body.dark-theme .sidebar > nav li a,
body.dark-theme header #userwindow ul li a,
body.dark-theme pre {
    color: #ddd;
}
body.dark-theme .table-striped tbody tr:nth-of-type(odd){
    background: #262626;
}
body.dark-theme .table-striped tbody tr:nth-of-type(even){
    background: #060606;
}
body.dark-theme div.ck-content {
    color: #333;
}
body.dark-theme .card,
body.dark-theme .nav-link:hover,
body.dark-theme .select2-results,
body.dark-theme .select2-dropdown,
body.dark-theme .select2-container--default .select2-search--dropdown .select2-search__field,
body.dark-theme .sidebar
{
    border-color: #444;
}
body.dark-theme .select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #444 !important;
}
body.dark-theme .popover,
body.dark-theme .form-control,
body.dark-theme .custom-select,
body.dark-theme .select2-results,
body.dark-theme .select2-container--default .select2-selection--single{
    background-color: #323232 !important;/* gray*/
    border-color: #444 !important;
}
/*html[data-theme='dark'] .input-group-prepend,
html[data-theme='dark'] .input-group-append{
}*/
body.dark-theme header #userbar .fa-stack .fa-circle {
    color: #323232;
}
body.dark-theme .input-group-text{
    color: #ddd !important;
    background-color: #444 !important;
    border-color: #444 !important;
}
body.dark-theme,
body.dark-theme body,
body.dark-theme header,
body.dark-theme header #userwindow,
body.dark-theme header #quickwindow,
body.dark-theme header #alertwindow,
body.dark-theme header #xesecwindow,
body.dark-theme header #mailwindow,
body.dark-theme header #supportwindow,
body.dark-theme footer,
body.dark-theme .sidebar,
body.dark-theme .whiteframe,
body.dark-theme .tab-content,
body.dark-theme .nav-tabs .nav-link.active,
body.dark-theme .card-header,
body.dark-theme .lightgrayback,
body.dark-theme .modal-content,
body.dark-theme .popover-header,
body.dark-theme .nav-link.active,
body.dark-theme .nav-item.show .nav-link  {
    background-color: #1f1f1f !important;/* darkgray */
}
body.dark-theme .tab-content2,
body.dark-theme .nav-tabs,
body.dark-theme .nav-tabs .nav-link.active
{
    border-color: #1f1f1f;
}
body.dark-theme .nav-tabs .nav-link.active{ color: #fff;}
body.dark-theme main,
body.dark-theme .melink:not(.smart),
body.dark-theme .melink2:not(.smart),
body.dark-theme .bg-light,
body.dark-theme .card-body,
body.dark-theme .dropdown-menu,
body.dark-theme .darklight
{
    background-color: #323232 !important;/* gray*/
    border-color: #323232 !important;
    color: #ddd !important;
}
body.dark-theme .melink,
body.dark-theme .melink2{
    /* box-shadow: 0 2px 2px 0 rgba(255,255,255,0.04), 0 1px 5px 0 rgba(255,255,255,0.02), 0 3px 1px -2px rgba(255,255,255,0.12) !important;*/
    box-shadow: none  !important;
}
body.dark-theme .melink:hover,
body.dark-theme .melink2:hover{
    box-shadow: 0 2px 5px 0 rgba(255,255,255,0.24), 0 1px 5px 0 rgba(255,255,255,0.22), 0 3px 1px -2px rgba(255,255,255,0.3) !important;
}
body.dark-theme .sidebar > nav li a:hover,
body.dark-theme header #userwindow ul li a:hover {
    color: #666666;
}
body.dark-theme .select2-container *:focus ,
body.dark-theme .form-control:focus,
body.dark-theme .custom-select:focus {
    background-color: #323232;
    color:#ddd;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
body.dark-theme .page-link {
    background-color: #323232;
    border-color: #444;
}
body.dark-theme .disabled .page-link {
    background-color: #444;
    border-color: #444;
}
body.dark-theme .alert div,
body.dark-theme .table-danger td,
body.dark-theme .table-danger th,
body.dark-theme .table-primary td,
body.dark-theme .table-primary th {
    color: #333;
}
body.dark-theme .sidebar > img.logo {
    mix-blend-mode: screen;
}
body.dark-theme hr {
    border-color: #ccc;
    background-color: #ccc;
    color: #ccc;
}
body.dark-theme .modal-backdrop.show {
    background-color: gray;
}
body.dark-theme .modal .close {
    color: #fff;
    text-shadow: 0 1px 0 #ccc;
}
body.dark-theme .card-footer {
    background: #1f1f1f;
}
body.dark-theme .special-dropdown, body.dark-theme .special-dropdown-nwriddb {
    background-color: #323232;
    border-color: #444;
}
body.dark-theme .dataTables_wrapper .dataTables_processing {
    background-color: #323232;
    color:#fff;
    top: 50%;
}
.form-control:disabled,  .form-control[disabled], .form-control[readonly]{
    cursor: not-allowed;
    color: #333;
}
body.dark-theme .form-control:disabled, body.dark-theme .form-control[disabled], body.dark-theme .form-control[readonly] {
    opacity: 0.7;
    color: #fff;
}
/*SpÃ¤ter als media query
@media (prefers-color-scheme: dark) {
    header {
        background-color: red;
    }
}*/
/* Dark Mode End */
.classhidden { display:none; }
.logo.hidden { display: none; }
span.storename-highlighted {
    background: #efefef;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 2px;
}
div.tab-pane div.dataTables_wrapper table.table {
    table-layout: fixed;
}
/* override bootstrap tooltip width to prevent content from being cut in multiple lines */
div.tooltip.bs-tooltip-top > div.tooltip-inner {
    max-width: inherit!important;
}
tr.transaktion-deleted > td {
    color: #b9b9b9;
}
tr.transaktion-deleted > td .btn-download {
    display: none;
    visibility: hidden;
}
span.row-deleted-hint {
    font-style: italic;
    font-weight: bold;
}
/* datatable cell-tooltip position fix */
small.text-secondary > em {
    max-width: 150px;
    display: inline-block;
}
table.transtbl_outgoing tbody tr > td,
table.transtbl_incoming tbody tr > td {
    vertical-align: middle;
}
td.col-download-buttons > span.row-deleted-hint {
    height: 31px;
    display: inline-block;
}
textarea#nachricht {
    min-height: 150px;
}
span#deststoreid-error,
span#sourcestoreid-error,
span#destaddress-error {
    color: red;
    font-size: 11px;
    position: absolute;
    margin-left: 10px;
    margin-top: 4px;
}
span.blacklist-field {
    background: #e0e0e0;
    padding: 2px 5px 2px 5px;
    font-family: monospace;
    font-size: 15px;
    margin: 0 1px 0 1px;
    border: 1px inset #fff;
    display: inline-block;
}
ul#blacklist-dashlist {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -1px;
    max-height: 270px;
    margin-bottom: 5px;
}
ul#blacklist-dashlist.biglist {
    border-top: 1px solid #e6e6e6;
    border-radius: 6px;
    border-bottom: 1px solid #e6e6e6;
    overflow-y: scroll;
}
ul#blacklist-dashlist::-webkit-scrollbar {
    width: 6px;
}
ul#blacklist-dashlist::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #bdbdbd;
    border-radius: 10px;
}
ul#blacklist-dashlist::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 10px;
}
ul#blacklist-dashlist::-webkit-scrollbar-thumb:hover {
    background: #9c9c9c;
}
ul#blacklist-dashlist li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-top: 1px;
}
ul#blacklist-dashlist li span {
    color: #007bff;
    background: #e4e4e4;
    padding: 0 7px 2px 6px;
    border: 1px solid #d4d4d4;
    border-radius: 9px;
    font-size: 13px;
    letter-spacing: 0;
}
div.blacklist-dashframe > span {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
    display: block;
}
/* jdebug window */
div#jdebug {
    position: relative;
    z-index: 9999;
    background: #fff;
    height: 550px;
    overflow: scroll;
    border: 2px solid orange;
    width: 100%;
    bottom: 0;
}
#sidebar-nav {
    text-align: left;
}
div.float-right {
    float: right;
}
header.mopen > div.width-100 {
    width: 100px;
}
#userbar > span {
    text-align: left;
}
#sidebar-logo {
    display: block;
    width: 120px;
    height: 60px;
    border-radius: 9px;
    background-color: #93060c;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#sidebar-logo > p {
color: #fff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 58px;
    position: absolute;
    right: -1px;
    bottom: -22px;
}
#sidebar-logo > p > small{
	left: -5px;
	position: relative;
}
#sidebar-logo > i,
#sidebar-logo > svg {
    position: absolute;
    left: -23px;
    top: 6px;    
}
.putis-logo {
    height:80px;
    padding-top:10px;
    padding-bottom: 10px;
}
div.sidebar.openfix div#sidebar-logo {
    width: 110px;
    height: 80px;
    border-radius: 15px;
}
div.sidebar.openfix div#sidebar-logo > p {
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 90px;
}
div.sidebar img#sidebar-logo {
    background: transparent;
    width: 70px;
    height: auto;
}
div.sidebar.openfix img#sidebar-logo {
    background: transparent;
    width: 180px;
    height: 80px;
}
div.sidebar #login-logo {
    transform: scale(0.4);
    margin-left: -20px;
    margin-top: 0;
}
div.sidebar.openfix #login-logo {
    transform: none;
    margin: 0 auto;
    margin-top: 10px;
}
div.sidebar > nav > ul#sidebar-nav {
    margin-top: 10px;
}
body.light-theme ul > li > a.active,
body.light-theme ul > li > a.active > span,
#userbar li > a.active {
    color: #000;
}
body.dark-theme ul > li > a.active,
body.dark-theme ul > li > a.active > span {
    color: #fff;
}
div.sidebar:not(.openfix)
ul#sidebar-nav li > a.active > span.icon {
    color: #007BFF;
}
ul > li > a.active > span.title,
ul.subm > li > a.active {
    /*text-decoration: Underline;*/
}
a.logolink, a.logolink:visited {
    color: inherit;
}
a.logolink:hover {
    text-decoration: none;
}
.hidden,
div.passsword-repeat-hidden {
    display: none;
}
img#tire_img {
    width: 42px;
    height: 42px;
    margin-top: -5px;
}
div.ajax-dialog div.modal-content {
    max-width: 900px;
}
div.ajax-dialog .bestAngaben div.modal-content {
    width: 500px;
}
div.ajax-dialog .kundennrForm div.modal-content {
    width: 480px;
}

div.ajax-dialog .anfrageReifen div.modal-content {
    width: 520px;
}
/* hide arrows form number-inputs: */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.standardList_wrapper,
#wheelSetList_wrapper,
#tireList_wrapper {
    width:100%;
}
a.toplink {
    display:inline-block;
    margin: 0 auto;
}
div.dataTables_length,
div.dataTables_filter {
    background: #dedede;
    padding-top: 8px;
    padding-left: 10px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
div.dataTables_filter {
    border-right: 1px solid #bbb;
    border-left: none;
    padding-left: 0;
    padding-right: 10px;
}
div.standardList_wrapper > div.row,
div#wheelSetList_wrapper > div.row
/*, div#tireList_wrapper > div.row*/ {
    margin: 0;
}
div.standardList_wrapper > div.row:first-child + div.row,
div#wheelSetList_wrapper > div.row:first-child + div.row
/*, div#tireList_wrapper > div.row:first-child + div.row*/ {
    margin-left: 15px;
    margin-right: 15px;
}
div#wheelTable_wrapper > div.row:first-child + div.row,
div#extraDatenTable_wrapper > div.row:first-child + div.row {
    margin-left: 0;
    margin-right: 0;
}
div.standardList_wrapper > div.row > div.col-sm-12:first-child,
div#wheelSetList_wrapper > div.row > div.col-sm-12:first-child,
/*div#tireList_wrapper > div.row > div.col-sm-12:first-child,*/
div#wheelTable_wrapper > div.row > div.col-sm-12:first-child,
div#extraDatenTable_wrapper > div.row > div.col-sm-12:first-child,
div#fahrzeuglist_wrapper > div.row > div.col-sm-12:first-child,
div#firmentable_wrapper > div.row > div.col-sm-12:first-child,
div#fahrzeuglist_wrapper > div.row > div.col-sm-12:last-child,
div#anylist_wrapper > div.row > div.col-sm-12:first-child,
div#anylist_wrapper > div.row > div.col-sm-12:last-child,
div#firmentable_wrapper > div.row > div.col-sm-12:last-child {
    padding-right: 0;
}
div.standardList_wrapper > div.row > div.col-sm-12:last-child,
div#wheelSetList_wrapper > div.row > div.col-sm-12:last-child,
/*div#tireList_wrapper > div.row > div.col-sm-12:last-child,*/
div#wheelTable_wrapper > div.row > div.col-sm-12:last-child,
div#extraDatenTable_wrapper > div.row > div.col-sm-12:last-child,
div#fahrzeuglist_wrapper > div.row > div.col-sm-12:last-child,
div#firmentable_wrapper > div.row > div.col-sm-12:last-child,
div#fahrzeuglist_wrapper > div.row > div.col-sm-12:first-child,
div#anylist_wrapper > div.row > div.col-sm-12:last-child,
div#anylist_wrapper > div.row > div.col-sm-12:first-child,
div#firmentable_wrapper > div.row > div.col-sm-12:first-child {
    padding-left: 0;
}
div#tireList_wrapper > div.row:first-child > div:first-child {
    padding-right: 0;
}
div#tireList_wrapper > div.row:first-child > div:last-child {
    padding-left: 0;
}
table.standardList thead tr th,
table#wheelSetList thead tr th,
table#tireList thead tr th {
    line-height: 17px;
    vertical-align: middle;
}
table.standardList thead tr th::before,
table.standardList thead tr th::after,
table#wheelSetList thead tr th::before,
table#wheelSetList thead tr th::after,
table#tireList thead tr th::before,
table#tireList thead tr th::after {
    top: 35%;
}
table.standardList thead tr th small,
table#wheelSetList thead tr th small,
table#tireList thead tr th small {
    line-height: 0;
    font-size: 12px;
    letter-spacing: -1px;
}
table.standardList tbody > tr > td,
table#wheelSetList tbody > tr > td,
table#tireList tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
}
table.standardList tbody > tr > td:nth-of-type(1),
table#wheelSetList tbody > tr > td:nth-of-type(1){
    padding-top: 7px;
    padding-bottom: 7px;
}
td.cell-jahreszeiticon {
    padding-top: 7px;
    padding-bottom: 0;
    font-size:22px;
}
td.cell-jahreszeiticon > .fa-snowflake {
    bottom: 0!important;
    left: 5px!important;
}
span.jahreszeit {
    font-size: 17px;
    line-height: 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-top: 22px;
    color: #272727;
}
.clearfix {
    clear: both;
    width: 100%;
    
}
ul#dirlist,
ul#filelist {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
ul#dirlist,
ul#filelist {
    padding-left:5px;
}
ul#dirlist li {
    padding-left: 9px;
    border-left:2px solid #b7b7b7;
}
ul#filelist li {
    padding-left: 11px;
    border-left:2px solid #b7b7b7;
}
ul#dirlist li:before,
ul#filelist li:before {
    content: ' ';
    height: 2px;
    width: 9px;
    background: #b7b7b7;
    display: block;
    position: absolute;
    margin-top: 10px;
    margin-left: -9px;
}
ul#filelist li:before {
    width: 11px;
    margin-left: -11px;
}
div#directory:after {
    content: ' ';
    height: 19px;
    width: 2px;
    background: #fff;
    display: block;
    position: absolute;
    margin-left: 5px;
    margin-top: -12px;
}
div#directory.empty::after {
    display: none;
}
ul#dirlist li i.fa-folder,
ul#dirlist li svg.fa-file,
ul#dirlist li svg.fa-folder,
ul#filelist li i.fa-folder,
ul#filelist li svg.fa-file,
ul#filelist li svg.fa-folder,
ul#dirlist li i.fa-arrow-square-left,
ul#dirlist li svg.fa-arrow-square-left {
    margin-right:6px;
    color: #e3b731;
}
ul#dirlist li svg.fa-file,
ul#dirlist li i.fa-file,
ul#filelist li svg.fa-file,
ul#filelist li i.fa-file {
    color: #9e9e9e;
    margin-right:6px;
}
li > a.backlink {
    display:inline-block;
    width:60px;
}
div#breadcrumb {
    width: auto;
    height: 26px;
    min-width: 160px;
    background: #007fc5;
    color: #fff;
    font-weight: bold;
    padding: 1px 55px 0 8px;
    font-size: 14px;
    border: 2px solid #005e92;
    float: left;
}
td.no-padding {
    padding: 3px;
}
ul.module_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}
ul.module_list > li {
    font-size: 11px;
    background: #e6e6e6;
    border: 1px solid #888;
    border-radius: 4px;
    margin: 1px;
    float: left;
    padding: 0 5px 0 5px;
}
ul.module_list > li:hover {
    cursor: pointer;
    background: #d7d7d7;
}
form#tireQuickSearchFrm span.select2-results > ul {
    max-height: 400px!important;
}
ul.nolist {
    list-style: none;
    margin:0;
    padding:0;
}
form#tireQuickSearchFrm span.select2-results > ul li {
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
form#tireQuickSearchFrm span.select2-results > ul li {
    color: #000!important;
}
span.profil-block {
    width: 180px;
}
span.profil-block,
span.tire-name {
    display: inline-block;
    float: left;
    background: #fffce5;
    padding: 0 5px 0 5px;
    font-size: 16px;
    border: 1px solid #cacaca;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
span.tire-name {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #cdeaf5;
    width: calc(100% - 182px);
    font-size:16px;
    overflow: hidden;
    border-left: none;
}
span.profil-block > p {
    margin: 0;
    padding: 0;
    display: inline;
}
p.small-block {
    letter-spacing: -1px;
}
#tireSearchWrapper ul li {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 1px 0 3px;
}
#tireSearchWrapper ul li > span,
span.tire_s2_wrapper > span,
span.tire_s2_wrapper > span > p {
    float: left;
    display: inline-block;
    font-size: 14px;
}
s2-profil-block {
    min-width: 130px;
}
#tireSearchWrapper ul li p {
    margin-bottom: 0!important;
    margin-top: 0!important;
    padding-right: 5px;
    letter-spacing: -0.04em;
}
#tireSearchWrapper ul li span.s2-tire-name {
    letter-spacing: -0.02em;
    max-height: 14px;
    line-height: 14px;
    white-space: nowrap;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
#optionplus.alert-success {
	background-color:rgba(212, 237, 218, 0.57);
    border-color: #7ac18b;
}
#optionplus.alert-success,
#optionplus.alert-success div,
#optionplus.alert-success h6{
    color: #155724;
}
.alert-error {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-footer a {
    color: #004085;
}
tr.disabled td {	
	color: #a0a0a0;
}
ul.moduleItemList {
	list-style-type: none;
    margin-left: 10px;
    padding: 0;
    width: 100px;
    float: left;
}
ul.moduleItemList li {
	margin: 2px;
    padding: 2px;
    cursor: pointer;
    border-radius: 3px;
}
ul.moduleItemList li.list {
    background-color: #d8d8d8;
    border: 1px solid gray;
    font-size: 15px;
    width: 140px;
    text-align: center;
    letter-spacing: -1px;
}
ul#allowedModList li.list {
    background: #17a2b8;
    color: #ffffff
}
ul.moduleItemList .ui-selected {
	background: red;
    color: white;
    font-weight: bold;
}
ul.moduleItemList .highlight {
    border: 2px solid red;
    font-weight: bold;
}
label.modListLabel {
	width: 160px;
    text-align: center;
}
ul.moduleItemList {
	margin-bottom: 55px;
	min-height: 330px;
    width: 150px;
}
button#btnActivateAllModules,
button#btnDisableAllModules {
	position: absolute;
    bottom: 0;
    margin-left: 22px;
}
button#btnDisableAllModules {
	margin-left: 12px;
}
a#cartLink {
    font-size: 30px;
    display: inline-block;
    z-index: 500;
}
div#cart {
    top: 91px;
    right: 1px;
    display: none;
	opacity: 0;
	transition: opacity 1s;
    background: #fff;
    position: absolute;
    border: 1px solid #d2d2d2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    width: 800px;
    padding: 0;
    margin-left: 45px;
    overflow: hidden;
	z-index:499;
}
div#cart.forceopen {
    /*display: block;*/
	opacity: 1;   
}
div#cart.open {
    display: block;
	opacity: 1; 
	max-height: 584px;
	padding:15px;
    position: fixed;
}
div#cart > div#cart-header {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding-top: 9px;
}
div#cart > div#cart-content {
    display: block;
    min-height: 150px;
    min-width: 250px;
    float: left;
    clear: both;
    margin: 0;
}
div#cart ul.cart-items-list {
    list-style: none;
    font-size: 16px;
}
div#cart ul.cart-items-list li:hover {
    text-decoration: underline;
    cursor: pointer;
}
div#cart > div#cart-buttons {
    width: 100%;
    height: 49px;
    float: left;
    padding: 10px;
    margin: 0;
    display: block;
    border-top: 1px solid #e2e2e2;
    background-color: #f1f1f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div#cart > div#cart-buttons > button {
    font-size: 16px;
    padding: 4px;
}
div#cart > div#cart-buttons > button.btn-warning {
    padding: 4px 18px 4px 18px;
}
ul.cart-items-list {
    margin: 0;
    padding: 0;
}
ul.cart-items-list li {
    line-height: 20px;
    padding: 0;
    margin: 0;
}
div.content-loading {
    background: #0000000d;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}
div#cart.container.loading div.content-loading {
    display: block;
}
div#cart.container div#cart-content,
div#cart.container.loading div#cart-content {
    opacity: 0;
}
div#cart.container.open div#cart-content {
    opacity: 1;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.tooltip-inner {
    text-align: left;
}
#cart div.cart-content {
    overflow: auto;
    width: 100%;
    max-height: 464px;
}
#wkContent div.cart-content {
	
}
span#cartItemsCount {
    position: absolute;
    font-size: 14px;
    background: #6f6f6f;
    border: 1px solid transparent;
    padding: 4px;
    margin: 0;
    line-height: 9px;
    border-radius: 15px;
    text-align: center;
    margin-left: -12px;
    font-weight: bold;
    color: #fff;
}
body div.ui-tooltip {
    max-width: 600px!important;
}
label.disabled {
    color: gray;
}
i.fa {
    z-index: 1!important;
}
table.cart-items-table th,
table.cart-items-table td,
table.cart-items-table tbody tr td a {
    font-size: 16px;
    padding: 5px;
    line-height: 26px;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}
/*.wkrlistlink span.item-label {
	max-width:290px;
}
.pswp__button.pswp__button--arrow--right,
.pswp__button.pswp__button--arrow--left, 
.pswp__button--arrow--left:before, 
.pswp__button--arrow--right:before {
    background-color: #007bff;
}*/
div#cart-content {
    max-height: 400px;
    overflow-y: scroll;
}
/* cart-scrollbar */
div#cart-content::-webkit-scrollbar {
    width: 7px;
}
div#cart-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
div#cart-content::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 5px;
}
div#cart-content::-webkit-scrollbar-thumb:hover {
    background: #7f7f7f;
}
span.item-count {
    cursor: copy;
    display: block;
}
input.item-count-input {
    display: none;
    text-align: center;
    width: 39px;
    height: 100%;
}
button#btn_addSet,button#btn_backtop{
    position: absolute;
    top: 25px;
    right: 25px;
}
button#btn_addNews {
    position: absolute;
    top: 0px;
    right: 25px;
}
.vtop {
    vertical-align: top!important;
}
td.reifen-cell ul,
td.teile-cell ul {
    list-style:none;
    padding:0;
    margin:0;
}
td.reifen-cell ul li,
td.teile-cell ul li,
td.set-cell {
    cursor: default;
}
/*table#setTiresTable tr:not(.empty-row) td:first-child:before,
td.reifen-cell ul li:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f631';
    font-family: "Font Awesome 5 Pro Regular";
    font-weight: 200;
    margin-right: 2px;
    background: #f9f9f9;
    padding: 1px 4px 1px 3px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
}
table#setPartsTable tr:not(.empty-row) td:first-child:before,
td.teile-cell ul li:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f863';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 2px;
    background: #f9f9f9;
    padding: 1px 4px 1px 3px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    vertical-align: top;
    margin-top: 1px;
}*/
span.set-label:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f631';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    background: #d4d4d4;
    padding: 1px 2px 1px 2px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    font-size: 17px;
    display: inline-block;
    line-height: 17px;
    vertical-align: top;
    margin-top: 0px;
    margin-right: 3px;
    color: black;
    background-color: #e8e8e8;
}
div.form-group > span.set-label:before {
    font-size: 28px;
    padding: 10px 5px 9px 5px;
    border-radius: 5px;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
span.pos-label {
    color: #595959;
    background: #d4d4d4;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin-top: 1px;
    width: 66px;
    text-align: center;
}
table.setItemTable span.pos-label {
    cursor: pointer;
}
table.setItemTable span.pos-label.hidden {
    display: none;
}
span.type-label {
    color: #595959;
    background: #d4d4d4;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin-top: 1px;
    text-align: center;
    margin-right: 5px;
    letter-spacing: -0.04em;
}
span.item-label {
    color: #1f1f1f;
    background: #d4d4d4;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin-top: 1px;
	font-size:14px;
}
span.ls-short {
    letter-spacing: -0.7px;
	font-size: 14px;
}
span#quickSearchHelpTT {
    position: absolute;
    margin-left: 5px;
    color: #afafaf;
    font-size: 17px;
    margin-top: 2px;
    cursor: help;
}
#wheelQuickSearchFrm span.select2-container ul > li[role="option"],
#partQuickSearchFrm span.select2-container ul > li[role="option"] {
    float: left;
    clear: both;
    width: 100%;
    height: 23px;
    border-bottom: 1px solid #e7e7e7;
    padding: 1px 0 1px 6px;
    font-size: 14px;
}
span.wkr-item-entry-wrapper {
    display: inline-block;
    float: left;
    width: 100%;
    overflow: hidden;
}
span.wkr-profil-block{
    float:left;
    display: inline-block;
}
span.wkr-profil-block p {
    display: inline;
    float: left;
    min-width: 32px;
}
span.wkr-profil-block p:first-child {
    min-width: 70px;
}
span.wkr-tire-name {
    letter-spacing: -0.017em;
    float:left;
}
table.setItemTable {
    width: 100%;
    min-height: 75px;
}
table.setItemTable thead tr th {
    padding-bottom:5px;
    border-bottom: 1px solid #959595;
}
table.setItemTable tr.empty-row td {
    text-align: center;
    background: #e1e1e1;
    padding: 10px;
}
select.pos-dropdown {
    z-index:9999;
}
table.setItemTable thead th:first-child {
    width:120px!important;
}
table.setItemTable tbody tr td {
    border-bottom: 1px solid #ebebeb;
}
div.form-group > h3 > i.fa.fa-plus-square {
    cursor: pointer;
}
td.validation-error.double-value {
    background-color: orange;
}
div.ui-tooltip.error-tooltip {
    padding: 1px 7px 1px 7px;
    background: #fff7bc;
}
div.ui-tooltip.error-tooltip div.ui-tooltip-content {
    font-size: 13px;
    font-weight: bold;
}
td > button.btnDeleteItem {
    font-size: 10px;
    font-weight: bold;
    padding: 1px 4px 1px 4px;
}
select.pos-dropdown {
    font-size: 12px;
    margin-top: -50px;
    overflow-y:visible;
    top:51px!important;
    left: 0!important;
}
td > a > button {
    padding: 2px 5px 2px 5px;
    font-size: 12px;
}
tr.empty-set > td.set-cell {
    color: red;
}
div.modal-overlay {
    display: block;
    position: absolute;
    background: rgb(0,0,0,0.25);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
div.modal-overlay.hidden {
    display: none;
}
td.table-buttons > a > button {
    padding: 1px 4px 1px 5px;
    font-size: 12px;
}
div.file-area {
    min-height: 250px;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    padding-bottom: 22px;
    box-shadow: inset 0 0 4px #d6d6d6;
}
div.file-area.empty:before {
    content: '\f15b';
    font-family: "Font Awesome 5 Pro";
    font-size: 52px;
    color: #ebebeb;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 15%;
    position: absolute;
    top: 5%;
}
div.file-area.empty:after {
    content: 'Leer';
    font-size: 35px;
    color: #ebebeb;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    margin-top: 15%;
    top: 80px;
}
input#rdks {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    margin-left: 1px;
}
div#buttonWrapper {
    padding:10px;
    float: left;
}
select.error {
    border-color: #AA0002 !important;
    background: rgba(151,6,9,0.1) !important;
}
label[data-valid="0"] {
    font-size: 14px;
    padding: 1px 7px 1px 0px;
}
label[data-valid="1"] {
    background: #0080003d;
    padding: 1px 7px 1px 7px;
    border: 1px solid silver;
    border-radius: 2px;
    font-size: 14px;
}
ul#fahrzeuge {
    margin: 0;
    padding: 0;
    border-top: 1px solid #d6d6d6;
}
ul#fahrzeuge > li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#fahrzeuge > li:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: '\f5e4';
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}
ul#fahrzeuge > li:hover {
    cursor: pointer;
}
ul#fahrzeuge > li:hover:before {
    content: '\f1f8';
    color: red;
    margin-left: 2px;
    margin-right: 8px;
}
.red-color {
    color: #ad0b00; /* pdf red */
}
.blue-color {
    color: #0095ff; /* image blue */
}
i.file-icon {
    border: 1px solid #777;
    border-radius: 30px;
    padding: 6px;
    height: 24px;
    width: 24px;
    font-size: 14px;
    padding-top: 4px;
    background: #d7d7d7;
    line-height: 15px;
}
i.fa-image.file-icon {
    padding-left: 4px;
}
a.btn-file-upload {
    cursor: pointer;
    float: right;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #e7e7e7;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #d6d6d6;
}
a.btn-file-upload:hover {
    background: #d7d7d7;
}
ul.file-list {
    height: 100%;
    width: 100%;
    display: block;
    list-style: none;
    padding: 0;
}
div.radio-wrapper {
    display: flex;
    float: left;
    border: 1px solid #ced4da;
    background: #efefef;
    cursor: default;
}
div.radio-wrapper > label {
    padding: 6px 6px 5px 10px;
    margin: 0;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
}
div.radio-wrapper > input[type="radio"] {
    margin: 5px 10px 5px 0;
    cursor: pointer;
}
form#raederFrm input[type="text"] {
    padding-left:5px;
    padding-right:5px;
}
form#raederFrm div.form-group label[data-valid] {
    margin-top: 5px;
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
form#raederFrm div.form-group label[data-valid="1"] + input[type="text"] {
    border-top-left-radius: 0;
}
span.radPosLbl {
    float: right;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 2px;
    letter-spacing: -1px;
}
input.radDotInput {
    margin-top: 29px;
}
body.loading * {
    cursor: wait!important;
}
div.cell-rv-fg-a {
    border-left: 2px solid #dadada;
    padding-top: 57px;
}
div.cell-rv-fg-a > div.form-group > label[for="art"] {
    float: left;
    line-height: 36px;
    margin-right: 15px;
    font-weight: bold;
}
div.cell-rv-fg-a > div.form-group > label + select {
    width: 150px;
}
div.row-rv-fg-b {
    border-top: 2px solid #dadada;
    padding-top: 15px;
}
div.fg-a1 {
    float: left;
    padding-right: 20px;
}
div.fg-a2 {
    float: left;
    padding-left: 20px;
    font-weight: bold;
    padding-top: 7px;
}
#duplicateWheelErrorMessage {
    background: #ffc7c7;
    padding: 5px 10px 3px 10px;
    float: left;
    margin-bottom: 15px;
    border: 1px solid gray;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    width: 625px;
}
span.rplc_tn {
    letter-spacing: -0.04em;
    background: #f79f9f;
    color: #252525;
    font-size: 12px;
    padding: 2px;
    border: 1px solid #f5b6b6;
    border-radius: 3px;
}
ul.file-list > li {
    padding: 10px;
    border-bottom: 1px solid #c8c8c8;
    background: #e7e7e7;
    font-size: 15px;
    font-weight: bold;
}
ul.file-list > li span.filename {
    margin-right: 17px;
}
ul.file-list > li img {
    border: 1px solid #fff;
}
ul.fahrzeuglist {
    list-style: none;
    padding:0;
    margin:0;
}
i.tooltipMissingTeilenummern {
    color: orange;
}
table#fahrzeuge tbody td:first-child {
    width: 32px;
    text-align: center;
}
table#fahrzeuge tbody td:first-child button {
    padding: 3px 6px 3px 6px;
    font-size: 12px;
}
table#fahrzeuge tbody td:last-child {
    font-size: 13px;
}
img.felgen_image_tablerowlist,
img.fahrzeug_image_tablerowlist {
    cursor: pointer;
}
div#wkrImageModal div.modal-body {
    text-align: center;
}
img.fahrzeug_image_tablerowlist{
    max-height: 75px;
    max-width: 75px;
    margin: 0;
    padding: 0;
    display: inline;
}
img#modalImage {
    max-width: 100%;
}
#cbVororderKonditionen,#aktivImShop,#cbIgnoreWahlbestand,.checkboxvorn {
    float: left;
    margin-right: 6px;
    margin-top: 2px;
}
#cbRueckstand {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.fahrzeugImageUpload {
    border: 1px solid #b3b3b3;
    padding: 6px;
    border-radius: 4px;
    margin-left: 8px;
    background: #efefef;
    padding-left: 45px;
    position: relative;
}
.fahrzeugImageUpload:before {
    content: '\f03e';
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    font-size: 23px;
    left: 10px;
    top: 2px;
    color: #808080;
}
label.imageName {
    margin-left: 8px;
    text-decoration: underline;
    margin-right: 10px;
    font-size: 14px;
    padding: 6px;
    background: #efefef;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    padding-right: 63px;
    padding-left: 9px;
    margin-bottom:0;
}
label.imageName + img {
    position: absolute;
    height: 35px;
    margin-left: -65px;
    margin-top: 0;
    border: 1px solid #b3b3b3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
td > input[type="checkbox"][disabled] {
    margin-top: 2px;
}
a.editSetLink {
    float: left;
}
td.text-right > a > button.btn,
td.text-center > a > button.btn {
    padding: 6px 8px 4px 8px;
    font-size: 14px;
}
#txtRueckstand {
    width: 130px;
}
input.pricattextinfo {
    width: 400px;
    letter-spacing: -0.02em;
}
label.pricattextlabel {
    display: block;
    float: left;
    line-height: 29px;
    width: 110px;
    padding-right: 5px;
}
.mopen {
    margin-left: 0;
    left: 0;
    width: 100%;padding: 0;
}
main.mopen{padding-top: 77px;}
#sidebar-logo.sidebar-gnau, .sidebar-gnau{max-height:80px;max-width:150px;}
header nav a{font-size: 22px;line-height: 1.5;display: block;padding: 0 15px;}
header nav{line-height: 1;}
#userbar>div>ul>li>a{font-size: 16px;}
#userbar>div>ul>li>ul>li>a{font-size: 16px;}
    footer{margin-left:0;width:100%;}
/* Tabellenapassung */
.reifensearchtable tbody tr td {
}
div.formulare {
    background-color: #fff;
    width: 80%;
	height: 85%;
    text-align: center;
    vertical-align: middle;
    font-size: 19px;
	padding: 25px 5px;
    margin: 25px auto 5px auto;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 14%), 0 1px 2px 0 rgb(0 0 0 / 12%), 0 5px 5px -2px rgb(0 0 0 / 20%), 0 1px 2px 0 rgb(0 0 0 / 12%);
}
.userspan {
    display: inline-block;
}
span.demosale {
    position: relative;
    top: -15px;
    rotate:-45deg;
}

/* Media Queries */
@media (min-width: 579px) {
    header #infobar #quickwindow, header #infobar #alertwindow, header #infobar #xesecwindow, header #infobar #mailwindow header #infobar #supportwindow {
        width: 500px;
        right:-280px;
    }
}
@media (min-width: 768px) {
    header #infobar #quickwindow, header #infobar #alertwindow, header #infobar #xesecwindow, header #infobar #mailwindow, header #infobar #supportwindow {
        width: 600px;
    }
    header #infobar #quickwindow small{
        display: block;
        font-size: 10px;
    }
	
.border-md-right{
	border-right: 1px solid #7ac18b;
}
.border-md-right-bottom{
	border-right: 1px solid #7ac18b;
	border-bottom: 1px solid #7ac18b;
}
.border-md-bottom{
	border-bottom: 1px solid #7ac18b;
}
}
@media (min-width: 992px) {
    header #infobar #quickwindow {
        width: 900px;
    }
    header #infobar #alertwindow, header #infobar #xesecwindow, header #infobar #mailwindow, header #infobar #supportwindow {
        width: 500px;
    }
}
@media (min-width: 1200px) {
    header #infobar #quickwindow {
        width: 1000px;
    }
}
@media(max-width:1610px){
}
@media(max-width:1160px){
    .userspan {
        display: none;
    }
}
@media(max-width:1112px){
    main.mopen{ padding-top: 40px;}    
    header nav a {
        font-size: 20px;
        line-height: 42px;
    }    
    div#cart {
        top: 89px;
    }
    header #userbar .fa-stack {
        font-size: 22px;
    }
    table.standardList thead tr th, 
    table#wheelSetList thead tr th, 
	table#tireList thead tr th {
        padding-top: 15px!important;
        height: 55px;
    }	
    header nav a {
        font-size: 22px;
        padding: 0 9px;
    }
/* Tabellenapassung mobil*/
	table.reifensearchtable{width: 100%;margin-bottom:50px;}
	table.reifensearchtable tr{
		width:100%;
		min-height:73px;
	}
	table.reifensearchtable td{
		width:100%;
		min-height:72px;
	}	
	table.reifensearchtable th{
		width:100%;
		min-height:70px;
	}
/*	table.reifensearchtable td, table.reifensearchtable th {
		display: block;
		float:left;
		padding: 0!important;
	}*/
	.formonerow input#breite, .formonerow input#loadindex, .formonerow input#speedindex, .formonerow select#hersteller, .formonerow input#querschnitt, .formonerow input#zoll, .formonerow select#hersteller {
		max-width: 110px!important;
	}
/*<!--	.select2.select2-container.select2-container--classic {
	  width: 118px !important;
	}-->*/
	.form-group.whiteframe.half {
		padding: 10px 5px ;
	}
	table.reifensearchtable th:nth-of-type(1), 
	table.reifensearchtable td:nth-of-type(1){
		width:136px!important;
	}
	table.reifensearchtable th:nth-of-type(5), 
	table.reifensearchtable td:nth-of-type(5){
		width: 100px!important;
	}
	table.reifensearchtable td:nth-of-type(2),
	table.reifensearchtable th:nth-of-type(2){
		width:100%!important;
	}
	table.reifensearchtable td:nth-of-type(3),
	table.reifensearchtable th:nth-of-type(3){
		width:60px!important;
	}
	table.reifensearchtable  td:nth-of-type(6),
	table.reifensearchtable th:nth-of-type(6),
	table.reifensearchtable td:nth-of-type(4),
	table.reifensearchtable th:nth-of-type(4){
		width:81px!important;
	}
	table.reifensearchtable td:nth-of-type(7), 
	table.reifensearchtable th:nth-of-type(7){
		width:70px!important;
	}
	table.reifensearchtable td:nth-of-type(8), 
	table.reifensearchtable th:nth-of-type(8){
		width: 281px!important;
	}
/*	table.reifensearchtable td:nth-of-type(9) 
	table.reifensearchtable th:nth-of-type(9),
	table.reifensearchtable td:nth-of-type(10), 
	table.reifensearchtable th:nth-of-type(10), 
	table.reifensearchtable td:nth-of-type(11), 
	table.reifensearchtable th:nth-of-type(11){
		width:67px;
	}*/
}
@media (max-width: 991px) {
    ul#header-nav{
        position: absolute;
        top: -300px;
        right: 0;
        left: 0;
        background-color: white;
        transition: all 1s;
    }
    .navbar-collapse.collapse{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: white;
        transition: all 1s;
    }
    .navbar-collapse.collapse{
        display:block!important;
    }
    ul#header-nav.open{
        top: 90px;
        transition: all 1s;
        
    }
    .navbar-collapse.collapse.open{
    }
}
@media (max-width: 767px) {
    .sidebar {
        width: 0px;
    }
    header, main, footer {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .sidebar {
        width: 0px;
    }
    header, main, footer {
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 900px!important;
    }
    header #infobar #quickwindow, header #infobar #alertwindow, header #infobar #xesecwindow, header #infobar #mailwindow header #infobar #supportwindow {
        width: 500px;
        right:-280px;
    }
}
@media (min-width: 768px) {
    header #infobar #quickwindow, header #infobar #alertwindow, header #infobar #xesecwindow, header #infobar #mailwindow, header #infobar #supportwindow {
        width: 600px;
    }
    header #infobar #quickwindow small{
        display: block;
        font-size: 10px;
    }
}
@media (min-width: 992px) {
    header #infobar #quickwindow {
        width: 900px;
    }
    header #infobar #alertwindow, header #infobar #xesecwindow, header #infobar #mailwindow, header #infobar #supportwindow {
        width: 500px;
    }
}
@media (min-width: 1200px) {
    header #infobar #quickwindow {
        width: 1000px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 900px!important;
    }
    .modal-dialog.bestAngaben{
        max-width: 500px!important;
    }
    .modal-dialog.anfrageReifen{
        max-width: 520px!important;
    }
    .modal-dialog.angebotsModal{
        max-width: 900px!important;
    }
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
/**
 * ==============================================
 * Dot Bricks
 * ==============================================
 */
.dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  -webkit-animation: dot-bricks 2s infinite ease;
  animation: dot-bricks 2s infinite ease;
}
@-webkit-keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  25% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  50% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  75% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  100% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
}
@keyframes dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
  25% {
    box-shadow: 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff;
  }
  50% {
    box-shadow: 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 9991px -16px 0 0 #9880ff;
  }
  75% {
    box-shadow: 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #9880ff, 10007px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px -16px 0 0 #9880ff;
  }
  100% {
    box-shadow: 9991px -16px 0 0 #9880ff, 9991px 0 0 0 #9880ff, 10007px 0 0 0 #9880ff;
  }
}
/**
 * ==============================================
 * Dot Carousel
 * ==============================================
 */
.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9984px 0 0 0 #9880ff, 9999px 0 0 0 #9880ff, 10014px 0 0 0 #9880ff;
  -webkit-animation: dot-carousel 1.5s infinite linear;
  animation: dot-carousel 1.5s infinite linear;
}
@-webkit-keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff;
  }
  100% {
    box-shadow: 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff;
  }
}
@keyframes dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff, 9999px 0 0 1px #9880ff;
  }
  100% {
    box-shadow: 9999px 0 0 1px #9880ff, 10014px 0 0 -1px #9880ff, 9984px 0 0 -1px #9880ff;
  }
}
.searchhigh {
	background-color:#E02020;
	color: #FFF;
}
.setbeschr2 {
	padding-top:5px;
	line-height:22px;
	margin: 0px;
	color:#FFF;
}
.angebotwkrbeschreibung {
	font-size:12px;
}
#pricealert {
	color:#f00;
	margin-right:10px;
}
.reifenerweitertinfo {
    top: -10px;
    left: -4px;
    position: relative;
}
.formonerow input#breite, .formonerow input#loadindex, .formonerow input#speedindex, 
.formonerow input#loadindex2, .formonerow input#hersteller, .formonerow input#querschnitt, .formonerow input#zoll {
    max-width: 125px;
    display: inline-block;
    text-align: center;
    font-size: 80%;
    color: #666;
}
#editreifen input, #editreifen select {
    max-width: 250px;
    display: inline-block;
    text-align: center;
    font-size: 80%;
    color: #666;
}
@media(max-width:1300px){
    .formonerow input#breite, .formonerow input#loadindex, .formonerow input#loadindex2, .formonerow input#speedindex, .formonerow input#hersteller, .formonerow input#querschnitt, .formonerow input#zoll  {
        width:84px;
        max-width:90px;
    }	
	#editreifen input, #editreifen select {
        width:84px;
        max-width:150px;
    }
}
.hearton,.heartoff {
    cursor: pointer;
}
.disabledfield {
    color: #333;
    pointer-events:none;
    background-color: #e9ecef;
    cursor: not-allowed;
}
.card-badge {
    position:absolute;
    top:7px;
    left:163px;
    padding:8px;
    background:darkred;
    color:white;
    //transform:rotate(-20deg);
}
.card-blur {
    filter: blur(3px);
    cursor:progress;
}
.newdocplus {
    position:absolute;
    top:6px;
    left:4px;
    padding:3px;
    background:white;
    color:black;
    border: 1px solid black;
    cursor: pointer;
}
.newdocplus2 {
    position:absolute;
    top:6px;
    left:20px;
    padding:3px;
    background:white;
    color:black;
    border: 1px solid black;
    cursor: pointer;
}

.shopblock {
    display: flex;
    align-items: center;
    min-height:40px;
    flex-wrap: wrap;
    //border: 2px solid red;
}
.shopblockbreak {
    height: 0;
    width: 100%;
}
.shopblock_alt {
    display:none;
}
.shopblock-right {
    justify-content: end;
}
.shopblock-center {
    justify-content: center;
}
.togglealternatives {
    cursor:pointer;
}
.lagerortchange {
    cursor: pointer;
}
.lagerortchange .loc1 {
    font-size: 9px;
    color:#666666;
}
.lagerortchange .loc2 {
    font-size: 12px;
    color:#333333;
}
.lagernotnull {
    background-color: #1caa00;
    color: white;
    font-weight: bold;
}
.pickinventoryitem {
    cursor: pointer;
}