
/*.card-content {
	padding:12px!important;
}*/

.js-resize-sensor, .t-CardsRegion, .a-CardView-media, .a-TMV-w-scroll {
	overflow: visible!important;
}
.versioninfobox
{
	position: absolute; 
	bottom: 50px; 
	right: 13px; 
	text-align: right; 
	color: #000;
	z-index: 0; 
	color: #bbb;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


 #main
    {
        padding-left: 0px !important;
		overscroll-behavior: none;
    }
	
.no-padding-lr {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

td, th {
	padding: 4px 4px;
}

.footerIcon {
	margin-top: 4px!important;
}

.footerIcon.left {
	margin-right: 5px;
}

.footerIcon.right {
	margin-left: 5px;
}

.pulsePfeil {
	transform: scale(1);
	animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
		box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(244,157,22, 0);
		box-shadow: 0 0 0 10px rgba(244,157,22, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
		box-shadow: 0 0 0 0 rgba(244,157,22, 0);
	}
}

small {
	font-size: 1rem;
	color:black;
}

.pointer {
	cursor: pointer;
}


/* SWEETALERT2 FOOTER FIX */
.footer-static {
	position:fixed;
	bottom:0;
	width:100%;
	
    padding-left: 0px;
    padding-right: 0px;

}

/* MENU LOADER FIX */
.scale-transition {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.22) !important;
	transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.22) !important;
	transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.22) !important;
	transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 0.22), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.22) !important;
}

/* BACKGROUND COLOR*/
.main-bg {
	background-image: url(../../../images/site/Hintergrund.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

/* UPPERCASE OWERWRITE */
.lowercase {
	text-transform: none!important;
}

/* POINTER CLASS */
.pointer {
	cursor: pointer;
}

/* OVERWRITE Card-Title */
.card .card-content .card-title {
	margin-bottom: 0px;
}

.card {
	margin: .5rem 0 .5rem 0!important;
}

.card-image {
	max-width:100%;
	max-height:45px;
	/*margin: 1.14rem 0 .912rem 0;*/
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.step_breadcrumb {
	color:black!important;
}

.info-icons {
	height:50px;
	line-height: 50px;
}

.navbar .header-search-wrapper i {
	left: 0px;
	position: relative;
}

.breadcrumb_wrapper {
	display:none;
	float:left;
}

body > div.swal2-container.swal2-center.swal2-backdrop-show > div > div.swal2-content > div.select-wrapper {
	display:none;
}

.breadcrumb_item {
	color: black!important;
	display: inline-block;
	line-height: 43px;
	margin-right: 26px;
	vertical-align: top;
}

.info-liste {
	padding-top:0px!important;
	padding-bottom:0px!important;
}

input.swal2-input {
	min-width: 100%!important;
}

.m-0 {
	margin:0px;
}

.p-5 {
	padding: 5px;
}

.p-5-l {
	padding: 5px 5px 5px 0px;
}

.p-5-r {
	padding: 5px 0px 5px 5px;
}

#anzahlModal, #anzahlModalDiverseArtikel, #adressModal, #scanmodal, #artikelsucheModal, #lagerbestandmodal  {
	width:100%;
	top:0%!important;
	min-height: 100%!important;
	height: 100%!important;
}

#adressModal > div > div > div.input-field {
	margin-bottom: .5rem!important;
}

/* Checkbox vertical middle */
.input-correct [type='checkbox']:checked + span:not(.lever):before,
.input-correct [type='checkbox'] + span:not(.lever):before, [type='checkbox']:not(.filled-in) + span:not(.lever):after {
	top:11px;
}

#main-content > div > div:nth-child(5) > div > p > label > span {
	height: 50px;
}

.big-2 {
	font-size:1.2rem;
}

.big {
	font-size:1.3rem!important;
}

.big-icon {
	font-size:3rem;
}

/*h5 {
	font-size: 1.5rem;
}*/

.btn-large {
	font-size: 1.3rem;
}

#main {
	min-height:100% !important;
}

@media screen and (max-width: 480px) {
	.btnload {
		width: 100%;
	}
		
	.info-click, .info-inner {
		height: 56px;
	}
	
	.info-auswahl {
		position: relative;
		top: 3px;
	}
}

button {
	
text-transform: none !important;
}