/**
 *  General Styles
 */
html, body{
	margin: 0;
	padding: 0;
	text-shadow: none !important;
	background-color: rgba(238, 239, 243, 0.95);
	font-family: Roboto;
  	font-size: 17px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}

*:focus {
    outline: none !important;
}
input:focus{
outline: none !important;
}
:focus {
    outline: none !important;
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('./fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


h1 {
  font-family: Roboto;
  font-size: 35px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #424953;
  text-shadow: none;
}

h2 {
  font-family: Roboto;

  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #424953;
    text-shadow: none;

}
h3 {
  font-family: Roboto;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #424953;
  text-shadow: none;
  text-align: center;

}
h4 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #424953;
  text-shadow: none;
}

.form-control-lg{
	height: 65px;
  	border-radius: 15px;
  	background-color: #ffffff;
  	font-family: Roboto;
  	font-size: 35px;
  	font-weight: 300;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1;
  	letter-spacing: normal;
  	text-align: center;
  	color: #424953;
}

.form-control-lg-grey{
	background-color: #eeeff3;
}



.h2-light {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #424953;
}

ul {
	margin: 0;
	padding: 0;
}

.btn {
  font-family: Roboto;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}


.btn-block {
	display: block;
    width: 100%;

}

.btn-berichte{
	margin-bottom: 20px;
}

.btn-primarywhite {
	color: #1489FE;
	    height: 40px;
    background-color: #FFFFFF;
    box-shadow: none;
    border-radius: 25px;
    border: 0px solid #fff;
}


.btn-space-blue {
 	height: 40px;
  	background: 
    	linear-gradient(#EEEFF3,#EEEFF3) padding-box, /*this is your grey background*/
    	linear-gradient(126deg, #15f5fd -100%, #1200ff 120%) border-box;
  	border: 2px solid transparent;
  	border-radius: 25px;
  	margin-left: 7px;
  	margin-right: 7px;
  	color: #3577FD;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
}

.btn-space-blue-whitebg {
 	height: 40px;
  	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;
  	margin-left: 7px;
  	margin-right: 7px;
  	color: #3577FD;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
}

.btn-min-space-blue {
 	height: 38px;
  	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;
	padding-left: 10px;
	padding-right: 10px;
  	color: #3577FD;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
}


.btn-min-blue {
 	height: 38px;
  	background-image: linear-gradient(116deg, #15f5fd -56%, #1200ff 115%);
  	border: 2px solid transparent;
  	border-radius: 25px;
	padding-left: 10px;
	padding-right: 10px;
  	color: #FFFFFF;
  	font-size: 13px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
}


.btn-full-blue {
 	height: 40px;
  	border-radius: 25px;
  	background-image: linear-gradient(116deg, #15f5fd -56%, #1200ff 115%);
  	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
	border:0;
  	letter-spacing: normal;
  	text-align: center;
  	color: #ffffff;
  	margin-left: 7px;
  	margin-right: 7px;
}

.btn-full-blue:active , .btn-full-blue:hover {
  	color: #ffffff;
}



input {
	font-family: Roboto;
  	font-size: 13px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: left;
	background: transparent;
	padding-left: 10px;
}

.input-primarywhite {
	border-radius: 25px;
  	border: solid 2px #ffffff;
  	color: #FFF;
  	
}
.input-primarywhite::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  	color: #ffffff;
  	opacity: 0.5;
}

.input-primarywhite:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #ffffff;
    opacity: 0.5;
}

.input-primarywhite::-ms-input-placeholder { /* Microsoft Edge */
  	color: #ffffff;
    opacity: 0.5;

}

.input-block {
	display: block;
	box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.box {
	text-align: center;
	font-family: sans-serif;
	display: flex;
  	justify-content: space-between;
}
	
.depottopbar {
	height: 35px;
	min-height: 35px;
	display: flex;
	overflow: hidden;
	text-shadow: none;
	font-family: Roboto;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
  	clear:both;
  	width:100%;
    text-align:center;
}

.topbar_clocktimer{
  	line-height: 35px;
  	vertical-align: middle;
  	margin-left: 10px;
  	justify-content: flex-start;
}

.topbar_depotname {
	font-weight: 700;
	line-height: 35px;
	vertical-align: middle;

}

.topbar_contentright{
	margin-right: 5px;
	line-height: 35px;
	vertical-align: middle;
	justify-content: flex-end;
}
.topbar_wifisignal{
	width: 15px;
	margin-right: 6px;
}

.topbar_batterylevel{
	width: 21px;
}




/**
 *	 Loading BAR
 */
 
 
 #lottie{
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
  	background-image: linear-gradient(151deg, #14b2fd, #1337ff 100%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 0.3;
    z-index: 999999;
}
    
#lottie svg {
     width: 200px !important;
}    


    



/**
 * Scrollbar Layout
 */
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	border-radius: 5px;
	
}

::-webkit-scrollbar
{
	width: 4px;
}

::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	background-color: #555;
}




/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-image: linear-gradient(135deg, #14b2fd, #1337ff 100%);
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}




/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid #D8DADC;
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-image: linear-gradient(135deg, #14b2fd, #1337ff 100%);
    border-radius: 50%;
    border: 0px;
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}


/**
 *  Dash-Page
 */

 .nav-link img {
 	margin-right: 14px;
 }
 
.nav-link  {
 	font-family: Roboto;

  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
	letter-spacing: normal;
  	color: #424953;
 }
 
 .nav-close-element {
    position: absolute;
    top: 44px;
    right: 29px;
    width: 35px;
    height: 35px;
 }
 
 .sidebar nav {
 	position: absolute;
    top: 119px;
	width:100%;
 }
 
 
.wrapper {
	position:absolute;
	height: 100%;
  min-height: 100%;
  	width: 100%;
  min-width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
 }
 
 
 #dashpage_contentheaderfixed{
	position: fixed;
	width: 100%;
	z-index: 100;
	background-color: #f4f6f9;
	
}


 #dashpage-menu-toggle{
 	margin: 10px;
 }
 
#dashpage-menu-bed{
	position: absolute;
	top: 44px;
	right: 12px;
}
 
#dashpage-menu-bediener {
	position: absolute;
	top: 44px;
	left: 12px;
	margin: 0;
	padding: 0;
}
 
#dashpage-menu-bediener img {
	margin-right: 8px;
	margin-top: -5px;
}

 
.inputgrid .col {
	padding-right: 0;
	padding-left: 0;
}

.inputgrid .btn {
	padding:0 !important;
}

.btn-dash {
	border-radius: 7px;
  	border: solid 2px #ffffff;
  	background-color: #ffffff;
	margin: 6px;
}

.btn-dialog {
	border-radius: 7px;
  	border: solid 2px #eeeff3;
  	background-color: #eeeff3;
	margin: 6px;
}

.btn-nr:active{

  	background-color: #f2f2f2;

}

.opendepotlist-item{
	font-size: 16px;
}

.opendepotlist-closed-item{
	font-style: italic;
}

.opendepotlist-divider{
	border-top: solid thick gray;
}

.btn-nr {
	font-family: Roboto;

  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.28;
  	letter-spacing: normal;
  	text-align: center;
  	color: #424953;
}

.content-wrapper {
	position: absolute;
    top: 90px;
    height: 100%;
    width: 100%;
    display:table;
}

.content{
	display: table-cell;
    vertical-align: middle;
}
 
.btn-function {
	border-radius: 15px;
  	border-style: solid;
  	border-width: 2px;
  	background-image: linear-gradient(135deg, #14b2fd, #1337ff 100%), linear-gradient(135deg, #14b2fd, #1337ff 100%);
  	background-origin: border-box;
  	background-clip: content-box, border-box;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.28;
  	letter-spacing: normal;
  	text-align: center;
   color: #ffffff;
}

.btn-function:disabled {
	opacity: 0.4;
}

/**
 * E-Rechnung UI
 */

.elerechnung-mode-wrapper{
	position: absolute;
	left:30px;
	right:30px;
	overflow: hidden;
	border-radius: 7px;
}

 .elerechnung-box-wrapper{
	position: absolute;
	left:30px;
	right:30px;
	top:80px;
	bottom:30px;
	overflow-y: scroll;
	border-radius: 15px;
  	background-color: #ffffff;
}

.fattele-icon{
	margin-top: 4px;
	vertical-align: top;
	width:100%;
	align-content: center;
}

.fattele p{
	position: relative;
	display: inline-block;
	top: 8px;
	vertical-align: top;
	font-family: Roboto;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}

.fattele{
	width: 100%;
	height: 65px;
  	background-color: #ffffff;
}

.fattele-active{
	background-color: #F6F7F9 !important;
}

.fattele_borderbottom{
	position: absolute;
	height: 5px;
	display: inline-block;
	width: 100%;
	bottom: 0px;
	left:0px;
  	background-image: linear-gradient(175deg, #14b2fd, #1337ff 100%);
}

#elerechnung_pivasearchresulttext, #elerechnung_pivasearchresulttextok{
	text-align: center;
}

/**
 * RG Anschrift UI
 */

.rg-anschrift-mode-wrapper{
	position: absolute;
	left:30px;
	right:30px;
	overflow: hidden;
	border-radius: 7px;
}

 .rg-anschrift-box-wrapper{
	position: absolute;
	left:30px;
	right:30px;
	top:80px;
	bottom:30px;
	overflow-y: scroll;
	border-radius: 15px;
  	background-color: #ffffff;
}

.rg-anschrift-icon{
	margin-top: 4px;
	vertical-align: top;
	width:100%;
	align-content: center;
}

.rg-anschrift p{
	position: relative;
	display: inline-block;
	top: 8px;
	vertical-align: top;
	font-family: Roboto;
  	font-size: 16px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	color: #424953;
}

.rg-anschrift{
	width: 100%;
	height: 65px;
  	background-color: #ffffff;
}

.rg-anschrift-active{
	background-color: #F6F7F9 !important;
}

.rg-anschrift_borderbottom{
	position: absolute;
	height: 5px;
	display: inline-block;
	width: 100%;
	bottom: 0px;
	left:0px;
  	background-image: linear-gradient(175deg, #14b2fd, #1337ff 100%);
}
/*
*/

[data-mobile-sidemenu] {
  position: fixed;
  z-index: 1234;
  right: 0px;
  top:0;
  width: 380px;
  max-width: 75%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  
  transition:  0.5s;
  
   }
  [data-mobile-sidemenu].can-transition {
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    -ms-transition: transform 400ms;
    transition: transform 400ms; }
  [data-mobile-sidemenu].active {
    pointer-events: auto; }

    [data-mobile-sidemenu].default-style ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      [data-mobile-sidemenu].default-style ul a {
        display: block;
        padding: 1em 1em 1em 1.5em;
        }
        
    

[data-mobile-sidemenu-bg] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
 
  z-index: 10;
  pointer-events: none;
  opacity: 0; }
  [data-mobile-sidemenu-bg].can-transition {
    -webkit-transition: opacity 400ms;
    -moz-transition: opacity 400ms;
    -o-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
    transition: opacity 400ms; }

[data-mobile-sidemenu].active + [data-mobile-sidemenu-bg] {
  pointer-events: auto;
  opacity: 1; }

[data-mobile-sidemenu-content] {
  position: relative; }
  [data-mobile-sidemenu-content].can-push.can-transition {
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    -ms-transition: transform 400ms;
    transition: transform 400ms; }

/*# sourceMappingURL=mobilesidemenu.css.map */

#dashpage_revieranzeige {
	color: #E21C34;
	font-weight: 800;
	margin-left: 15px;
}