/**********************************************
 * CSS for customer specific modifications
 **********************************************
 * FuM Farben:
 * rot: #D4021D
 * dunkelgrau: #5B6166
 *
 *
 */
 
/** SHOW GRID **
 * Activate this rule to show the grid with borders */

/*
.fum-panel div.z-grid tr.z-row td.z-row-inner, .fum-panel div.z-grid tr.z-row .z-cell {
    border: 1px solid;
}
.fum-inputelement-empty {
    background: none repeat scroll 0 0 #ffc;
}
.fum-inputelement-empty-readonly {
    background: none repeat scroll 0 0 #e8e6ae !important;
}
.fum-inputelement-empty-disd {
    background: none repeat scroll 0 0 #ffc !important;
}*/

.imprint {
	font-family: arial,sans-serif;	
    font-size: 12px;
    color: #005EB8;
    padding: 10px 15px 0;
    text-align: right;    
    position:absolute;
    bottom: 20px;
    right: 25px;    
}
.imprint a:link, .imprint a:visited, .imprint a:hover, .imprint a:active {
    color: #005EB8;
}

.gdprlink {
	font-family: arial,sans-serif;	
    font-size: 12px;
    color: #005EB8;
    padding: 10px 15px 0;
    text-align: right;    
    position:absolute;
    bottom: 20px;
    right: 95px;    
}
.gdprlink a:link, .gdprlink a:visited, .gdprlink a:hover, .gdprlink a:active {
    color: #005EB8;
}

.z-tree {
	background: url("../resources/images/logo/TreeLogo.png") transparent;
	background-position: center bottom 30px;
	background-repeat: no-repeat;
}

/***** end waitinglist *****/

/***********************************************************************************
 * Login Page *
 ***********************************************************************************/
.login-v2 .z-window {
	background: transparent;
}
.login-band {
    position: absolute;
	width: 100%;
	/*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.36);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255, 255, 255, 0.3) 50%,rgba(0,0,0,0) 100%);
	background-color: RGBA(255, 255, 255, 0.85);*/
	padding: 30px;
	margin: 0 auto;
}
.login-band-inner {
    margin: 0 auto;
    max-width: 900px;
}
.login-v2 .login-area {
	padding: 0px;
	background-color: #fff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
	/*border: 1px solid rgba(255, 255, 255, 0.16);
	max-width: 900px; */
	margin: 5px;
	float: right;
	position: relative;
}
.login-v2 .login-area .z-grid {
	background: transparent;
	border: none;
}
.login-v2 .login-container {
	background-image: url("../resources/images/worldbackground3.png");
	background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: cover;
    padding-top: 20px;
}
.login-v2 .login-bl .z-borderlayout {
	background-color: #FFFFFF;
}

.hplogo {
	font-family: Arial Narrow, Arial, sans-serif;
	font-stretch: condensed;
	font-weight: bold;
	font-size:68px; 
	color:#FFFFFF; 
}

.login-v2 .login-logos {
	float: left;
	width: 350px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.login-v2 .login-logo1.z-div::before {
    background-image: url("../resources/images/reifenspurV-lang150.png");
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(40deg);
	z-index: -1;
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	top: -20%;
	left: 0%;
}
.login-v2 .login-logo2X::before {
    background-image: url("../resources/images/reifenspurV-lang150.png");
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
   	z-index: -1;
	content: "";
	position: absolute;
	width: 400px;
	height: 400px;
	top: -70%;
	right: -60%;
}
.login-v2 .login-header1 .z-label,
.login-v2 .login-label .z-label,
.login-v2 .login-area .z-checkbox-content,
.login-v2 .login-box .z-label {
	color: #DDD;
}

.login-v2 .login-logo1.z-div {
    width: 500px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.login-v2 .login-region {
   background-color: #fff;
   box-shadow: none;
   margin-left: none;
   margin-right: none;
   right: 0px;
   top: 80px;
	max-width: 490px;
	float: left;
}

.login-v2 .login-header1,
.login-v2 .login-content,
.login-v2 .login-footer {
	background-color: #596068;
}
.login-v2 .login-header1 {
	padding: 8px 20px;
}

.login-v2 .login-content {
	padding: 10px 15px 0;
}

.login-v2 .login-footer {
	padding: 8px 15px;
	height: 55px;
}

.login-v2 .login-logo2 {
	width: 100%;
	float: left;
}
.login-v2 .login-logo3 {
	height: 300px;
	position: relative;
	width: 100%;
}
.login-v2 .login-logo3-inner {
	bottom: 0;
	position: absolute;
	width: 100%;
}
.login-v2 .login-logo3 .z-span {
    border: 1px solid white;
    display: block;
    margin: 10px auto;
}

.login-v2 .z-select {
   padding-top: 7px;
   padding-bottom: 7px; 
   font-size: 14px;
}
.login-v2 .login-label .z-label,
.login-v2 .login-area .z-checkbox-content {
   text-shadow: none;
	font-size: 14px;
}
.login-v2 .login-label-failed.z-div {
	padding: 0;
}
.login-v2 .login-label-failed .z-label {
	color: #A9445C;
	background-color: #F2DEDE;
	border: 1px solid #008040;
	padding: 5px;
	display: block;
	border-radius: 0px;
}

.login-v2 .z-button {
	font-size: 14px;
	color: #464E57;
	border: none;
	background: linear-gradient(to bottom, #DEE0E2 0%, #DEE0E2 100%);
	background-color: #DEE0E2;
	text-shadow: none;
	
}
.login-v2 .z-button:hover {
	color: #A20067;
	background: linear-gradient(to bottom, #DEE0E2 0%, #DEE0E2 100%);
}
.login-v2 .z-textbox {
	min-height: 24px;
	box-shadow: inset 1px 1px 1px rgba(210, 210, 210, 0.3);
	border: 1px solid #fffcfc;
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 7px; 
	font-size: 14px;
}
.login-v2 .z-textbox:focus {
	box-shadow: 0px 0px 0px 1px #A20067;
}
.login-v2 .login-baseline {
    position: absolute;
	bottom: 100px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.28) inset;
	background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.2) 50%,rgba(0,0,0,0) 100%);
}
.login-v2 .login-box {
	width: 300px;
	height: 80px;
	/*background-color: RGBA(212, 2, 29, 0.42);
	border: 1px solid RGBA(212, 2, 29, 0.29);*/
	margin: 0 auto;
	text-align: center;
}

.red {
	color: red;
}

@media screen and (max-width: 960px) {
	.login-v2 .login-area {
        max-width: 490px;
        padding: 0px;
    }
    .login-v2 .login-logo2 {
		float: clear;
	    width: 490px;
	    text-align: center;
	}
    .login-v2 .login-logo3 {
		float: left;
	    height: auto;
	    text-align: center;
	    width: 490px;
	}
	.login-v2 .login-logo3-inner {
		bottom: 0;
	    position: inherit;
	}  
    .login-v2 .login-logo3 .z-span {
	    margin: 10px auto;
	} 
	.login-v2 .login-logos {
    	width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.login-v2 .login-area {
		margin: 0px;
		min-width: 100%;
	}
	.login-v2 .login-region {
   	 	margin-left: auto;
    	margin-right: auto;
    	top: 80px;
    	width: 510px;
    	float: none;
	}
}


/*
.statusStyleError td.z-row-inner {
   background-color: #DDD !important;
   border-left: 0 none !important;
   border-right: 0 none !important;
   border-bottom-color: #CCC !important;
   border-top-color: #FFF !important;
}
.statusStyleErrorSe td.z-row-inner {
   background-color: #FFF !important;
   border-left: 0 none !important;
   border-right: 0 none !important;
   border-bottom-color: #EEE !important;
   border-top-color: #BBB !important;
}
.statusStyleInfo td.z-row-inner {
   background-color: #DDD !important;
   border-left: 0 none !important;
   border-right: 0 none !important;
   border-bottom-color: #CCC !important;
   border-top-color: #FFF !important;
}
.statusStyleInfoSe td.z-row-inner {
   background-color: #FFF !important;
   border-left: 0 none !important;
   border-right: 0 none !important;
   border-bottom-color: #EEE !important;
   border-top-color: #BBB !important;
}
.statusStyleInfo div.z-row-cnt, .statusStyleError div.z-row-cnt {
	color: #000;
}
.statusColumn1 {
	width: 20px;
}
.statusColumn2 {
	width: 125px;
}
.statusColumn3 {	
}
.statusColumn4 {
	width: 250px;
}
*/


/*
.dashletbox tr.z-listitem-seld > td.z-listcell {
	border-bottom: 1px solid #BABABA;
	border-top: 1px solid #EEEEEE;
}

.dashletbox tr.z-listitem-seld, 
.dashletbox tr.z-listitem-over-seld, 
.dashletbox tr.z-listbox-odd tr.z-listitem-seld, 
.dashletbox tr.z-listbox-odd tr.z-listitem-over-seld {
	background-color: #D1D1D1;
	background-image: none;
}

.dashletbox table {
    border-bottom: 1px solid #EEEEEE;
}

.dasboard_lblhead {
	height: 21px;
	padding-top: 5px;
	border-bottom: 1px solid #BABABA;
	border-top: 1px solid #FEFEFE;
	
	background: #f2f2f2; 
	background: linear-gradient(to bottom, #f2f2f2 0%,#d8d8d8 100%); 
}
*/


/*------------- Login Page ----------------*/
.login-logo:before {
	background-image: url("../resources/images/reifenspurV-lang150.png");
}
.login-bl.z-borderlayout {
	background-image: url("../resources/images/worldbackground.jpg");
}

/**----------- Train Stuff ------------*/
.dragscroll {
   cursor: grab;
   cursor: -o-grab;
   cursor: -moz-grab;
   cursor: -webkit-grab;
   padding: 0 !important;
}

.scrollable{
   overflow: auto;
}

/**----------- Train Stuff end -----------*/

/** epod **/
.epod-wrapper {
   display: flex;
   gap: 20px;
   padding: 20px;
   background: white;
}
.epod-status-wrapper {
   display: flex;
   gap: 10px;
}
.epodstatus {
   width:100px;
   min-height: 100px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   border: 1px solid #d5d5d5;
   color: #d5d5d5;
   gap: 6px;
   border-radius: 4px;
   & [class*="z-icon-"] {
     font-size: 40px;
   }
   &.pending {
     border-color: #607D8B;
     color: white;
     background: #607D8B;
   }
   &.success {
     border-color: #95C11F;
     color: white;
     background: #95C11F;
   }
}

.epod-card {
   display: flex;
   flex-direction: column;
   gap: 6px;
   border: 1px solid #607D8B;
   color: #607D8B;
   min-width: 100px;
   align-items: center;
   justify-content: center;
   padding: 10px;
   border-radius: 4px;
   & :first-child[class*="z-icon-"] {
     font-size: 40px;
   }
   & .line {
      display: flex;
      gap: 10px;
      align-items: center;
      width: 100%;
   }
   &.accepted {
     border-color: #95C11F;
     color: white;
     background: #95C11F;
   }
   &.error {
     border-color: #E50051;
     color: white;
     background: #E50051;
   }
}