@charset "UTF-8";

body {
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}
.fileUpload-Container{
	background-color: #fff;
	padding: 20px;
}
input[type="file"] {
	display: none;
}
#imageUpload {
	background-color: #E65317;
	color: #fff;
	padding: 6px 25px;
	border-radius: 30px;
	cursor: pointer;
}
h3 {
	color: #E65317;
}
.general-title {
	color: #E65317;
	font-size: 1.75rem;
}
.container-dataInfo h5 {
	color: #3D3D3D;
	font-weight: 600;
	word-break: break-all;
}
.container-dataInfo a {
	color: #E65317;
}
.container-dataInfo {
	background-color: white;
	padding: 50px 40px;
	float: left;
	width: 100%;
	color: #7D7E80;
}
.dataInfoText {
	max-width: 800px;
	line-height: 140%;
}
.container {
	margin-top: 50px;
	padding-left:  0 !important;
	padding-right: 0 !important;
}
.row {
  	margin-right: 0px;
 	margin-left: 0px;
}
input [type="email"] {
	background-color: #EAEAEA;
	border-radius: 30px;
	border-style: none;
		  }
input [type="password"] {
	background-color: #EAEAEA;
	border-radius: 30px;
	border-style: none;
		  }
.form-control {
	padding: 0px 20px 0px 40px;
}
.form-control:focus {
  	border-color: #FC9241;
	box-shadow: 0 0 0 0.2rem rgba(251, 135, 4, 0.6);
}
.form-input {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
a:hover, a:focus {
  color: #E65317;
  text-decoration: underline;
}
.icon {
	position: absolute;
	left: 13px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar {
	background-color: #fff;
	height: 50px;
	width: 100%;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.logo {
	height: 35px;
	width: auto;
	margin: 0;
	padding: 0;
}
.logo-container {
	width: 100%;
	position: absolute;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding-left: -16px;
	left: 0;
}
#bar-top {
	background-image: none !important;
	background-color:  #fff;
	height: 50px;
	width: 100%;
	margin: 0;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
#bar-top a {
	margin: 0!important;
	position: absolute!important;
}
.homeButton {
	width: 32px;
	height: 36px;
	border: none!important;
	float: left;
	margin-top: 8px;
	background-image:url("../images/home-icon.png");
	background-size: contain;
}
.homeButton:hover, .homeButton:focus {
	background-image: url("../images/home-icon-hover.png");
	background-size: contain;
	background-color: none!important;
	transition: 0.2s ease;
	border: none!important;
	border: 0;
}
#label-bar {
	align-self: center;
	font-size: 1.25rem;
	font-weight: 700;
	color: #E65317;
	margin-top: 5px;
}
body.active .slide-navbar {
	left: 0;
}
body.active .navbar-toggle-container {
	transform: translateX(233px);
	background-color: #E65317;
	border-radius: 7px;
	z-index: 11;
}
body.active .nav-close-icon {
	display: block;
	background-color: #E65317;
	border-radius: 3px;
}
body.active .nav-icon {
	display: none;
}
body.active .navbarBlur {
	margin: 0;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 8;
	overflow: hidden;
}
#slideBarToggle img {
	width: 28px;
	height: auto;
	margin: 0;
	padding: 0;
}
#slideBarToggle:hover,#slideBarToggle:focus {
 	background-color: transparent!important;
}
body.active .nav-close-icon:hover, body.active .nav-close-icon:focus {
 	background-color: #ff6600 !important;
	border: none!important;
}
.navbar-toggle-container {
	z-index: 2;
	transition: all 0.5s ease;
}
.navbar-toggle {
	padding: 0;	
	margin: 0;
	}
.navbar-toggle .btn {
	padding: 0;
	}
.nav-close-icon {
	display: none;
}
.navbarBlur {
	width: 0px;
	height: 0px;
	position: fixed;
}
.slide-navbar {
	height: auto;
	width: 250px;
	background-color: #fff;
	top: 0;
	bottom:0;
	left: -250px;
	position: fixed;
	z-index: 10;
	box-shadow: 0px 4px 12px 5px rgba(0, 0, 0, 0.1) ;
	transition: all 0.5s ease;
}
.slide-navbar-header {
	background-color: #E65317;
	display: flex;
	height: 65px;
	align-items: center;
}
.sl-nav-icon {
	width: 25px;
	height: 25px;
	margin-top: -5px;
}
.profil-icon-container {
	max-width: 50px;
	max-height: 50px;
}
.profil-icon {
	width: 50px;
	height: 50px;
	object-fit: cover;
	object-position: center;
	margin-left: 20px;
	border-color: #fff;
	border: medium;
	background-color: white;
}
.profil-name-container {
	padding: 0px;
	margin-left: 30px;
}
.profil-name {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0px;
	letter-spacing: 0.8px;
}
.error-toggle {
	position: absolute;
	right: 5px;
	margin-top: -20px;
}
#errorToggle img {
	width: 22px;
	height: auto;
}
#errorToggle:hover, #errorToggle:focus {
	background-color: #fff !important;
}
#navbar {
	margin-top: 15px;
}
#navbar a img{
	margin-right: 5px;
}
.nav li {
	padding: 10px 25px 10px 25px;
}
.nav li a {
	color: #3D3D3D;
	text-decoration: none;
	letter-spacing: 0.4px;
	font-weight: 400;
	font-size: 1rem;
}
.nav li:hover, .nav li:focus {
	background-color: #edeeef;
}
.nav-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #E65317;
}
.nav-bottom li a {
	color: #fff;
	font-weight: 500;
}
.nav-bottom li a:hover, .nav-bottom li a:focus {
	color: #3D3D3D;
}
.nav-bottom li:hover, .nav-bottom li:focus {
	background-color: #E65317;
}
.body.active .slide-navbar {
	left: -250px;
}
.body.active #slideBarToggle {
	left: 300px;
}
.btn-primary {
  color: #fff;
  background-color: #E65317;
  border-color: #E65317;
}
.btn:focus, .btn.focus {
  	outline: 0;
 	box-shadow: none!important;
	border: none!important;
}
button[type="submit"] {
	background-color: #E65317;
	border-radius: 30px;
	border-style: none;
	padding-left: 30px;
	padding-right: 30px;
}
button[type="button"] {
	background-color: #E65317;
	border-radius: 30px;
	border-style: none;
	padding-left: 30px;
	padding-right: 30px;
}
button[type="button"]:focus {
	background-color: #E65317 !important;
}
button:hover {
  	background-color: #ff6600 !important;
}
button:focus {
	border-color: #FC9241;
	box-shadow: 0 0 0 0.2rem rgba(251, 135, 4, 0.6);
}
button a {
	color: white;
}
button a:hover {
	color: white;
}
button[type="on"] {
	min-width: 152px;
	min-height: 152px;
	background-image: url("../images/Icon_ON.svg");
	background-color: #fff;
	margin-right: 15px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0rem !important;
}
button[type="off"] {
	min-width: 152px;
	min-height: 152px;
	background-image: url("../images/Icon_OFF.svg");
	background-color: #fff;
	margin-right: 15px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0rem !important;
}
button[type="timer"] {
	min-width: 152px;
	min-height: 152px;
	background-image: url("../images/Icon_Timer.svg");
	background-color: #fff;
	margin-right: 15px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0rem !important;
}
button[type="x_timer"] {
	min-width: 152px;
	min-height: 152px;
	background-image: url("../images/Icon_ResetTimer.svg");
	background-color: #fff;
	margin-right: 15px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0rem !important;
}
button[type="position"] {
	min-width: 152px;
	min-height: 152px;
	background-image: url("../images/Icon_Standort.svg");
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0rem !important;
}
#card-header {
	background-color: #E65317;
	color: white;
	border-radius: 0rem;
	width: 100%;
	height: 40px;
	display: flex;
  	position: relative;
  	align-items: center;
	justify-content: center;
}
.card {
	padding-left: 0px;
	padding-right: 0px;
	height: 100%;
  	border-radius: 0rem !important;
	border: none !important;
}
.card-car-name {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.8px;
	margin-top: 18px;
}
.list-group-item {
	border: 0px;
	height: 55px;
}
.status {
	display: flex;
  	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.status-feedback {
	font-size: 1.5rem;
	font-weight: 700;
}
.status-bar-container {
	display: flex;
  	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.status-bar {
	width: 70%;
	height: 15px;
	border-radius: 20px;
}
.status-message {
	display: flex;
  	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #77777b;
	font-size: 1rem;
	font-weight: 300;
}
.properties {
	font-size: 1rem;
	font-weight: 500;
}
.properties-status {
	float: right;
}
.properties-status img {
	width: 35px;
	height: auto;
}
.properties-bt-bar-container {
	bottom: 0;
	height: 25px;
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	z-index: 8;
	box-shadow: 2px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.properties-bt-bar {
	height: 100%;
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.properties-status-bt {
	color: #77777b;
	font-size: 0.7rem;
	border-right: solid 1px #77777b;
	padding-right: 10px;
	margin-top: 15px;
}
button.close {
	background-color: transparent;
}
button.close:hover, button.close:focus {
	background-color: transparent!important;
	border: none!important;
	box-shadow: none!important;
}
.modal-header {
	padding-bottom: 12px;
}
.modal-footer {
	width: 100%;
}
.modal-body-dash {
	height: 110px;
	width: auto;
	padding: 0 35px 0 25px;
}
.modal-body-dash .range-field {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.modal-body-dash .range-field .value {
	position: absolute;
	font-size: 1rem;
	font-weight: 600;
	color: #090909;
}
.modal-body-dash .range-field .value.left {
	left: -5px;
}
.modal-body-dash .range-field .value.right {
	right: -22px;
}
.modal-body-dash .range-field input {
-webkit-appearance: none;
	height: 9px;
	width: 90%;
	border-radius: 5px;
	outline: none;
	border: none;
	background-color: lightgray;
	cursor: pointer;
}
.modal-body-dash .range-field input::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 20px;
	width: 20px;
	background-color: #E65317;
	border-radius: 50%;
	border: 1px solid #fff;
	cursor: pointer;
}
.modal-body-dash .slider-value {
	position: absolute;
	width: 100%;
	left: 0;
}
.modal-body-dash .slider-value span {
	position: relative;
	color: #090909;
	font-size: 2rem;
	font-weight: 600;
	margin-right: 5px;
}
.modal-body-dash .slider-value p {
	color: #090909;
	font-size: 1.75rem;
	font-weight: 500;
}
.timepicker-container {
	padding-top: 25px;
}
input[type="time"] {
	padding-left: 16px;
	padding-top: 3px;
}
#map {
	margin: 0px;
	height: 500px;
	width: 100%;
}
.gps-map-container .row {
	margin-top: 50px;
}
.map-details-container {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	width: 100%;
	background-color: white;
}
.map-icon-container {
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
	height: 50px;
	background-color: white;
	vertical-align: middle;
}
.map-icon {
	height: 35px;
	width: 35px;
}
.container-extraInfo {
	background-color: white;
	margin-top: 15px;
	padding: 20px;
	font-size: 1rem;
	font-weight: 500;
}
.container-extraInfo input[type="checkbox"] {
	float: right;
}
.carInfo-container {
	margin: 0;
	padding: 0;
	background-color: white;
}
.carInfo-header {
	width: 100%;
	height: 60px;
	margin-top: 50px;
	padding-top: 25px;
}
.carInfo-container .list-group {
	padding-left: 20px;
	padding-right: 20px;
}
.carInfo-container .list-group-item {
	height: auto!important;
	border-bottom: thin #d1d1d1 solid;
	padding: 0.85rem 0rem;
}
.carInfo-carName {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	margin-left: 20px;
}
.carInfo-label {
	font-size: 1.1rem;
}
.carInfo-container .alert-light {
	word-break: break-all;
}
.carousel-item img {
	height: 390px;
	width: 720px;
	object-fit: cover;
	object-position: center;
	margin-left: 0!important;
	margin-right: 0!important;
	padding: 0!important;
	}
@media (max-width: 375px){
.navbar {
	height: 45px;
	}
#bar-top {
	height: 45px;
	}
.col-xl-4 {
	max-height: 110px;
	}
#setup-container {
	height: 100%;
	}
.status {
	margin: 0 !important;
	}
.status-feedback {
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0 !important;
}
.status-bar {
	height: 8px;
	margin: 0 !important;
	padding-bottom: 10px;
	}
.status-message {
	margin: 0px !important;
	}
.carInfo-container .col-xl-8 {
	max-width: 325px;
	}
.carInfo-container .list-group {
	max-width: 325px;
	}
}
@media (max-width: 430px) {
.col-xl-8 {
	margin: 0;
	padding: 0;
	}
.col-xl-4 {
	margin: 0;
	padding: 0;
	}
.container-fluid {
	margin: 0;
	padding: 0;
	}
.map-details-container {
	margin: 0;
	}
.gps-map-container {
	margin: 0;
	padding: 0;	
	}
.map-icon-container {
	margin: 0;
	padding: 0;	
	z-index: 1001;
	position: fixed!important;
	bottom: 0!important;
	left: 0;
	}
.homeButton {
	margin-left: 0px;
	}
#map {
	margin: 0px!important;
	padding: 0px!important;
	}
.carousel-inner {
	max-height: 180px;
	margin-top: -5px;
	}
.carousel-item img {
	height: 180px;
	width: 430px;
	margin-left: 0!important;
	margin-right: 0!important;
	padding: 0!important;
	}
.carousel-indicators {
	bottom: -10px;
	}
.navbar {
	height: 50px;
	}
button[type="on"] {
	min-width: 110px;
	min-height: 110px;
}
button[type="off"] {
	min-width: 110px;
	min-height: 110px;
}
button[type="timer"] {
	min-width: 110px;
	min-height: 110px;
}
button[type="x_timer"] {
	min-width: 110px;
	min-height: 110px;
}
button[type="position"] {
	min-width: 110px;
	min-height: 110px;
}
.status {
	margin: 2px;
	}
.status-feedback {
	font-size: 1.15rem;
	font-weight: 600;
	margin: 0 !important;
}
.status-bar {
	height: 10px;
	margin: 0 !important;
	padding-bottom: 10px;
	}
.status-message {
	margin: 0px !important;
	}
.container-extraInfo {
	background-color: #fff;
	margin: auto;
	margin-top: 15px;
	max-width: 236px!important;
	}
}
@media (max-width: 767px){
button[type="off"] {
	margin-right: 0px;
}
.properties {
	display: none;
	}
}

@media (min-width: 768px) {
.col-xl-8  {
    max-width: 700px;
	}
.col-xl-4 {
	max-width: 700px;
	} 
.btn-group {
	display: inline;
	}
.properties-bt-bar-container {
	display: none;
	}
}
	
@media (min-width: 992px) {
.col-xl-8  {
    max-width: 700px;
  }
.col-xl-4 {
	max-width: 250px;
	}
}
	
@media (min-width: 1200px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
.col-xl-8 {
    min-width: 750px;
  }
.col-xl-4 {
	min-width: 350px;
	}
.card-car-name {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.8px;
}
button[type="on"] {
	width: 165px;
	height: 165px;
}
button[type="off"] {
	width: 165px;
	height: 165px;
}
button[type="timer"] {
	width: 165px;
	height: 165px;
}
button[type="x_timer"] {
	width: 165px;
	height: 165px;
}
button[type="position"] {
	width: 165px;
	height: 165px;
}
}