/**
 *  Depot-Page
 */
 
 html,body,.wrapper {
	overflow: none !important;
	    background: #f4f6f9;min-height: 100%;width: auto;min-width:100%;
}
 
 
 
 .functionbox {
	color: #555;
	font-size: 29px;
	height: 60px;
	border-radius: 7px;
  	background-color: #ffffff;
  	margin: 10px;
  
}


.obergroupbox {
	color: #555;
	height: 35px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.obergroupbox p {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
}



.modal-dialog-full {
    max-width: 100% !important;
    margin: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100vh !important;
    display: flex !important;
    padding-top: 0 !important;
    
   
}

#modal-zulagen-subtitletext {
	position: absolute;
	top: 85px;
	left: 0;
	right:0;
	width: 100%;
	text-align: center;
}


.modal-content-swipe,.modal-content-zulagen{
	  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(238, 239, 243, 0.95)
}

.modal-header-swipe, .modal-header-zulagen{
	margin: 20px;
}

.modal-header-swipe h2,.modal-header-zulagen h2{
	margin-top: 5px;
}

.swipeleftright-center-wrapper, .zulagen-center-wrapper{
	position: absolute;
	left:30px;
	right:30px;
	top:60px;
	bottom:30px;
	overflow-y: scroll;
	border-radius: 15px;
  	background-color: #ffffff;
}

.swipeleftright-navigation, .zulagen-navigation{
	position: relative;
	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex; 
  	-webkit-justify-content: center;
  	justify-content: center;
	top:30px;
	height:45px;
	z-index:999999;
	overflow-y: hidden;
}


.zulagen-center-wrapper::-webkit-scrollbar-track {
	margin-top: 15px;
	margin-bottom:15px;
}

.swipeleftright-center-wrapper::-webkit-scrollbar-track {
	margin-top: 15px;
	margin-bottom:15px;
}

.swipe-wrapper,.zulagen-wrapper {
	margin-top: 25px;
	margin-bottom: 25px;
	
	margin-left: 13px;
	margin-right: 13px;
}

.swipe-arttaste,.search-arttaste,.zulagen-arttaste {
	min-height: 40px;
	display: table;
	width:100%;
}	


.swipe-menge,.zulagen-menge {
	width: 39px;
	height: 28px;
	position: relative;
	float: left;
	top: 6px;

	margin-right: 20px;
  	border-radius: 24.5px;
  	background-color: rgba(238, 239, 243, 0.95);
  	font-family: Roboto;
  	font-size: 13px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
 	color: rgba(238, 239, 243, 0.95);
}


.swipe-pricetext,.zulagen-pricetext {
	opacity: 0.5;
  	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: right;
  	color: #424953;
  	padding-right: 20px;
  	padding-top: 4px;
  	position: relative;
	float: right;
	top: 6px;
}

.artplupreisanzeige, .artplubestandanzeige {
	color:#9DA0A8;
}

.pluindepottext {
	margin-top:3px;
	float:left;
	color:#9DA0A8;
	border-right: 5px solid transparent;
	font-size:11px;
}


.swipe-arttext,.zulagen-arttext {
	font-family: Roboto;
  	width: 600px;
  	font-weight: normal;
  	font-size: 16px;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}



.swipeleftright-navigation div,.zulagen-navigation div {
  flex: 0 1 auto;
  align-self: auto;
}





/* Hide scrollbar for Chrome, Safari and Opera */
#mainwglist::-webkit-scrollbar {
  display: none;
}

.depot-arttaste:active {
	background-color: #d2d2d4;
	border-radius:0;
}

#mainwglist {
    display: inline-block;
    overflow: scroll;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0 0 1em;
    white-space: nowrap;
    height: 100%;
}

#mainwglist LI {
    display: inline-block;
    width: 70px;
  	height: 35px;
  	border-radius: 7px;
  	background-color: #ffffff;
  	margin-left: 3px;
  	margin-right: 4px;
  	font-family: Roboto;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #424953;
	
	
}

#mainwglist LI p {
	line-height: 14px;
  	height:35px;
  	width:70px;
  	margin: 0px;
  	display: table-cell;
  	vertical-align: middle;
	text-align: center;
  	align-content: center;
  	
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}











  
.functionboxsubtitle {

	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #424953;
}

#doSaldoDepot {
	background-image: linear-gradient(129deg, #14b2fd -46%, #1337ff 112%);
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	height: 100%;
	padding-top: 5px;

}

.textwhite{
	color: #FFF;
}

 .nopadding {
 padding: 0 !important;
 }
 
  .nomargin {
 margin: 0 !important;
 }



.bgcolor-banner {
	position: absolute;
	
	left:0;
	top: 0;
	bottom:0;
	height: 100%;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	opacity: 0.3;
}


.bgmaincolor-banner {
	position: relative;
	bottom: 5px;
	width: 100%;
	display:block;
	height: 5px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.bgcolor-banner-active {
	opacity: 1 !important;
}


/**
 *	On Table Depot View!
 */


.depotwrapper {
	position:absolute;
	height: 100%;
  	min-height: 100%;
  	width: 100%;
  	min-width: 100%;
	display: flex;
	flex-direction: column;
 }
  
.depotboxfull {
	margin-right: 1px;
	height: 100%;
	min-height: 32%;
	display: flex;
    overflow: hidden;
    padding: 0.5rem;
    vertical-align: top;
}
	
.artwgbox {
	flex: 1;
	display: flex;
overflow: hidden;
flex-direction: column;
margin-right: 9px;
}

.artwgboxplu {
	flex: 1;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	margin-right: 9px;
	margin-left: 9px;
}
	
#warengrpbox {
	float: left;
	width: 36%;
	height: 100%;
	overflow-y: scroll;
}
#artlistbox {
	float: right;
	width: 64%;
	height: 100%;
	overflow-y: scroll;
}

.dospacezusatzartikel {
	padding-left: 20px;
}

.dospacezusatzartikelextra {
	padding-left: 40px;
}

.iszusatzartikel {
	line-height: 1.5;
}

.no-click {
	pointer-events: none;
}

.color-red {
	color: red !important; 	
}


/**
 * BOOKED-ARTICLE LIST
 * START
 */

.depotbox {
	height: 32%;
	min-height: 32%;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
    overflow: auto;
    overflow-x: hidden !important;
    vertical-align: top;
    border-radius: 7px;
  	background-color: #ffffff;
  /**	padding-left: 10px;
  	padding-right: 10px; */
}

.warengrlist{
	background-color: #fff !important;
	margin-bottom: 7px !important;
	margin-top: 8px !important;
	margin-left: 11px !important;
	outline: 0 !important;
	margin-right:1px;
    border-right: 5px solid transparent;
    padding: 0 13px;
}

#schnelltastenwg{
	margin-top: 0 !important;
}

#depotdatatable{
	width: 98%;
	height: auto;
	overflow-y: scroll;
	overflow-x: hidden !important;
    border-spacing: 2px;
	position: relative;
	max-width:100%;
	margin-left: 5px;
	line-height: 2;
}

.depottablerow {
	min-height: 40px;
	display: table;
	width:100%;
	max-width:100%;
	left: 0;
	right:0;
}	

.isborderbottom {
	border-bottom: 1px solid #EBECED;
}

.isborderright {
	border-right: 2px solid #0080ff;
}

.iszusatzartikel {
	min-height: 28px !important;
	font-size: 10px !important;
}

.isselectedrow{
	background-color: rgba(226, 28, 52, 0.15);	
}

.istpnew{
	background-color: rgba(228, 102, 106, 0.25);	
}
.istpwork{
	background-color: rgba(255, 248, 102, 0.15);	
}
.istppark{
	background-color: rgba(46, 136, 235, 0.20);	
}
.istpok{
	background-color: rgba(181, 230, 29, 0.50);	
}


.depotArticleListTextAnzeige {
  	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #A1A4A9;
}

.textleft{
	text-align: left;
	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}



.leftFixed {
    width: 0;
    background-image: linear-gradient(112deg, #15f5fd -55%, #1200ff 115%);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    z-index: 1;
    float:left;

    text-align: center;
    color: #FFFFFF;
    font-family: Roboto;
  	font-size:13px;
  	margin:  0 !important;
  	padding: 0 !important;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
  	-webkit-transition: width 0.2s; /* Safari */
	transition: width 0.2s;
}

.rightFixed {
	float:right;
    width: 0;
    background-image: linear-gradient(124deg, #e21c34, #bc1731 100%);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 1;
  	margin:  0 !important;
  	padding: 0 !important;
    text-align: center;
    
    margin:  0 !important;
  	padding: 0 !important;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
    -webkit-transition: width 0.2s; /* Safari */
	transition: width 0.2s;
}


.rightFixedArt {
	float:right;
    width: 0;
    background-image: linear-gradient(112deg, #15f5fd -55%, #1200ff 115%);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    z-index: 1;
  	margin:  0 !important;
  	padding: 0 !important;
    text-align: center;
    
    margin:  0 !important;
  	padding: 0 !important;
  	display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
    -webkit-transition: width 0.2s; /* Safari */
	transition: width 0.2s;
}




/**
 * BOOKED-ARTICLE LIST
 * END
 */
	
 
 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;  
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: -10px 0 65px 0 rgba(68, 73, 91, 0.15);
  background-color: rgba(255, 255, 255, 0.97);
  margin-top: 15px !important;
}

 .dropdown-menu:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}



/* ========================================================
   Switches
   ===================================================== */
.switch {
  position: relative;
  height: 40px;
  width: 180px;
  border: solid 2px rgba(66, 73, 83, 0.3);
  background-color: #ffffff;
  border-radius: 20px;

}

.switch-zula {
  position: relative;
  height: 40px;

  border: solid 2px rgba(66, 73, 83, 0.3);
  background-color: #ffffff;
  border-radius: 20px;

}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 88px;
  padding-left: 1px;
  line-height: 36px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.switch-label-zula {
  position: relative;
  z-index: 2;
  float: left;
  width: 58px;
  padding-left: 1px;
  line-height: 36px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 0px;
}

.switch-label-on {
  padding-right: 0px;
}

/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */
.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.65);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}


.switch-input:checked + .switch-label-zula {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 91px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-input:checked + .switch-label-on ~ .switch-selection-zula {
  left: 91px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 85px;
  height: 36px;
  border-radius: 20px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  
  -webkit-transition: left 0.10s ease-out;
  -moz-transition: left 0.10s ease-out;
  -ms-transition: left 0.10s ease-out;
  -o-transition: left 0.10s ease-out;
  transition: left 0.10s ease-out;
}


.switch-selection-zula {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
  width: 55px;
  height: 36px;
  border-radius: 20px;
  background-color: #65bd63;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd993), color-stop(100%, #65bd63));
  background-image: -webkit-linear-gradient(top, #9dd993, #65bd63);
  background-image: -moz-linear-gradient(top, #9dd993, #65bd63);
  background-image: -ms-linear-gradient(top, #9dd993, #65bd63);
  background-image: -o-linear-gradient(top, #9dd993, #65bd63);
  background-image: linear-gradient(top, #9dd993, #65bd63);
  
  -webkit-transition: left 0.10s ease-out;
  -moz-transition: left 0.10s ease-out;
  -ms-transition: left 0.10s ease-out;
  -o-transition: left 0.10s ease-out;
  transition: left 0.10s ease-out;
}

.switch-blue .switch-selection {
  background-image: -webkit-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: -moz-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: -ms-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: -o-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: linear-gradient(110deg, #14b2fd, #1337ff 100%);
}

.switch-blue .switch-selection-zula {
  background-image: -webkit-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: -moz-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: -ms-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: -o-linear-gradient(110deg, #14b2fd, #1337ff 100%);
  background-image: linear-gradient(110deg, #14b2fd, #1337ff 100%);
}
/**
 *  Rechnung-Page
 */
#depot-name-rechnung{
	position:absolute;
	top: 50px;
	width: 100%;
	opacity: 0.5;
  	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
}




#depot-lotterie-rechnung{
	position:absolute;
	top: 115px;
	width: 100%;
	opacity: 0.5;
  	font-family: Roboto;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
}

#depot-saldo-rechnung{
	position:absolute;
	top: 74px;
	width: 100%;
	font-family: Roboto;
  	font-weight: 300;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
}

.rechnung-center-wrapper{
	position: absolute;
	left:30px;
	right:30px;
	top:160px;
	bottom:90px;
	overflow-y: scroll;
}

.split-center-wrapper{
	position: absolute;
	left:25px;
	right:25px;
	top:160px;
	bottom:90px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-radius: 15px;
  	background-color: #ffffff;
}

#depotsplittable {
	width: 100%;
}

.split-startmenge{
	opacity: 0.5;
  	font-family: Roboto;
  	font-size: 13px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: right;
  	padding-top: 4px;
  	color: #424953;
	width: 25px;
}

.split-arttext {
	font-family: Roboto;
  	width: 100%;
  	font-weight: normal;
  	font-size: 16px;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}

.split-pricetext {
	opacity: 0.5;
  	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: right;
  	color: #424953;
  	padding-right: 15px;
  	padding-top: 4px;
}

.split-auswahl {
	position: absolute;
    top: 135px;
    left: 45px;
    color: #FFFFFF;
    opacitiy: 0;
}



.split-auswahl a {
	vertical-align: middle;
}

.split-zielmenge {
	width: 39px;
	height: 28px;
	position: relative;
	float: right;
	top: 6px;
	padding-top: 8px;
  	border-radius: 24.5px;
  	background-color: rgba(238, 239, 243, 0.95);
  	font-family: Roboto;
  	font-size: 13px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: center;
 	color: rgba(238, 239, 243, 0.95);
}

.iszusatzsplitartikel {
	min-height: 32px !important;
	font-size: 10px !important;
}


.split-isactive{
	background-image: linear-gradient(122deg, #14b2fd, #1337ff 100%);
	color: #ffffff;
		padding-top: 8px;
}

.split-isactive-single{
	background-image: linear-gradient(122deg, #14b2fd, #1337ff 100%);
	color: #ffffff;
		padding-top: 0px;
}

.split-zielmenge-zusatz {
		top: 0 !important;
}


.spit-wrapper{
	margin-left: 13px;
	margin-right: 13px;
}
.rechnung-center-wrapper::-webkit-scrollbar {
    display: none;
}

.split-center-wrapper::-webkit-scrollbar-track {
	margin-top: 15px;
	margin-bottom:15px;
}


.partbottomwrapper{
	position:absolute;
	bottom: 33px;
	left: 25px;
	right: 25px;
}

.rechnungitem{
	width: 100%;
	height: 60px;
	margin-bottom: 14px;
	border-radius: 7px;
  	background-color: #ffffff;
}

.rechnungsitem-active{
	background-color: #F6F7F9 !important;
}

.rechnungsitem_borderleft{
	position: relative;
	width: 5px;
	display: inline-block;
	height: 100%;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
  	background-image: linear-gradient(175deg, #14b2fd, #1337ff 100%);
}



.rechnungitem-icon{
	position: relative;
	top: 15px;
	vertical-align: top;
	left: 21px;
}

.rechnungitem p{
	position: relative;
	display: inline-block;
	text-align: left;
	top: 20px;
	left: 30px;
	right: 75px;
	vertical-align: top;
	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}

.checkbox-label{
	position: relative;
	display: inline-block;
	float: right;
	top: 19px;
	right: 45px;
	font-family: Roboto;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
}

.rechnungsitem_finwaybetrag{
	position: absolute;
    left: 0px;
    vertical-align: top;
    top: 20px;
    min-width: 200px;
    color: #BC1731;
    font-size: 14px;
}

.tipitem-center-wrapper{
	position: absolute;
	left:5px;
	right:10px;
	top:150px;
	bottom:90px;
}


.tipitem{
	width: 100%;
	height: 60px;
	margin-bottom: 14px;
	border-radius: 7px;
  	background-color: #ffffff;
  	left: 5px;
	right: 5px;
}

.tipitem-active{
	background-color: #F6F7F9 !important;
}

.tipitem_borderleft{
	position: relative;
	width: 5px;
	display: inline-block;
	height: 100%;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
  	background-image: linear-gradient(175deg, #14b2fd, #1337ff 100%);
}



.tipitem-icon{
	position: relative;
	top: 15px;
	vertical-align: top;
	left: 21px;
}

.tipitem p{
	position: relative;
	display: inline-block;
	text-align: left;
	top: 5px;
	left: 5px;
	right: 75px;
	vertical-align: top;
	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
  	width: 20%;
    text-overflow: ellipsis;
}
.tipitem p2{
	position: relative;
	display: inline-block;
	text-align: -webkit-center;
	top: 5px;
	/*left: 55px;*/
	/*right: 55px;*/
	vertical-align: top;
  	color: #424953;
}

.tipitem p3{
	position: relative;
	display: inline-block;
	text-align: -webkit-center;
	    margin-bottom: inherit;
	/*left: 30px;*/
	right: 120px;
	vertical-align: bottom;
  	color: #424953;
  	font-weight: bold;
}

.tipcheckbox-label{
	position: relative;
	display: inline-block;
	float: right;
	top: 19px;
	right: 40px;
	font-family: Roboto;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
}

.tipitem_finwaybetrag{
	position: absolute;
    left: 0px;
    vertical-align: top;
    top: 20px;
    min-width: 180px;
    color: #BC1731;
    font-size: 14px;
}



#payment-bg{
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height: 195px;
}

/**
 * Mehr Two Column List
 */
 
 ul.mehr-column-list {
	display: block;

}

ul.mehr-column-list li {
    float: left;
    list-style: outside none none;
    width: 50%;
    list-style-type: none;
    height: 60px;
	  -webkit-transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -ms-transition: opacity .35s ease-in-out;
        -o-transition: opacity .35s ease-in-out;
        transition: opacity .35s ease-in-out;

}

ul.mehr-column-list li span{
 	height: 40px;
 	display:block;
 	margin: 0 5px;

 	background: linear-gradient(#FFFFFF,#FFFFFF) padding-box, /*this is your grey background*/ linear-gradient(126deg, #15f5fd -100%, #1200ff 120%) border-box;
    border: 2px solid transparent;
    border-radius: 25px;
    
  	text-align: left;
  	line-height: 36px;
  	vertical-align: middle;
  	justify-content: center;
  	align-items: center;
  	color: #3577FD;
	padding-left: 6px;
	overflow: hidden;
}

ul.mehr-column-list li.selected span{
	background: linear-gradient(126deg, #15f5fd -100%, #1200ff 120%) padding-box, /*this is your grey background*/ linear-gradient(126deg, #15f5fd -100%, #1200ff 120%) border-box;
	color: white;
}

ul.mehr-column-list li span img{
	padding-bottom: 5px;
	padding-top: 2px;
	vertical-align: middle;
  	justify-content: center;
  	align-items: center;	
}

.topbar_pricelevel{
	font-size: 14px;
	margin-right:5px;
}
