/*
GRAU eff2f7
HELLBLAU 1883c9
BLAU: 00569f
GRÜN:70a322
ROT: cd022d
GELB: ffb031
*/

#map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  outline: none;
}
#navbar {
  opacity: 1;
  z-index: 100000;
  position: relative;
  list-style: none;
  margin-left: 50px;
  padding: 0px;
  margin-top: 12px;
}

#navbar > button {
  opacity: 0.7;
  background-color: #00569f;
  display: inline;
  font-size: 20px;
}
#navbar > button:hover {
  opacity: 1;
}

.clusterIcon > img {
  position: relative;
  width: 80px;
  height: 80px;
  left: -40px;
  top: -40px;
}
.clusterIcon > div {
  position: absolute;
  left: -40px;
  top: -40px;
  width: 80px;
  height: 80px;
  display: table;
  text-align: center;
}
.clusterIcon > div > span {
  display: table-cell;
  vertical-align: middle;
}

#progressBarContainer {
  background-color: transparent;
  position: absolute;
  z-index: 1000000;
  display: none;
  left: 0;
  right: 0;
  height: 4px;
}

#progressBar {
  width: 1%;
  height: 100%;
  background-color: #00569f;
}
#chargingBarContainer {
  background-color: #ffbb00;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  height: 26px;
}
#chargingText {
  position: relative;
  z-index: 1001;
  font-weight: bold;
}
#chargingStripe {
  margin-left: 6px;
}
#chargingStripe:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  animation: move 2s linear infinite;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.multiselect-container > li > a > label {
  padding: 2px 10px 2px 10px !important;
}
.custom-round {
  position: absolute;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.custom-round.filter {
  right: 20px;
  top: 30px;
}

.custom-round.geolocation {
  right: 20px;
  top: 100px;
  padding: 6px;
}
.custom-round.charge {
  right: 20px;
  top: 160px;
}
.customIcon {
  width: 100%;
}
.subHeadingModal {
  font-size: 1.3em;
}
#connectorFilters {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.tooltip {
  opacity: 1 !important;
}
.tooltip-inner {
  background-color: #00569f;
}
.slider-selection {
  background-image: none !important;
  background-color: rgb(85, 149, 228) !important;
}
.slider-track-high {
  background-color: rgb(120, 170, 231, 0.5) !important;
}
.slider-track-low {
  background-color: rgb(120, 170, 231, 0.5) !important;
}
.slider {
  position: absolute !important;
  left: 40px;
  width: auto !important;
  right: 40px;
  margin-top: 20px;
}
.leaflet-popup-content-wrapper {
  border-radius: 3px !important;
}
.leaflet-popup-content {
  margin: 5px 19px !important;
}
.leaflet-popup-close-button {
  font-size: 25px !important;
  margin-right: 4px !important;
}
.popupName {
  font-size: 17px;
  font-weight: bold;
  margin-left: -11px;
}
.popupCity {
  font-size: 12px;
  margin-left: -9px;
  color: rgba(0, 70, 155, 0.726) !important;
}
.popupButton {
  width: 100%;
}
.popupConnectorList {
  list-style: none;
  padding-left: 0;
}
.popupConnectorList > li {
  font-size: 14px;
}
.mapContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 54px;
}
.cutText{
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  overflow: hidden;
}
.dashboard {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 54px;
}

.font-red {
  color: #cd022d;
}
.note {
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
  margin-right: 15px;
  background-color: #dbe8f8;
  border-left: 4px solid;
  border-color: #a0c2ec;
  padding-left: 3px;
  padding-right: 3px;
}
#detailsModalConnectors {
  list-style: none;
  padding: 0;
}
.detailsConnectorEntry {
  margin: 4px;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}

.liSeperator {
  height: 1px;
  border-top: 1px solid lightgray;
  padding-left: 10px;
}
.customBadge {
  font-size: 15px;
  padding: 10px;
  margin-top: 4px;
  float: right;
  margin-right: 8px;
}
.paramsList {
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
}
.evseIdHeader {
  font-weight: bold;
  color: gray;
  margin-top: 6px;
  text-align: right;
}
.openDetailsArrow {
  font-size: 27px;
  text-align: right;
  position: absolute;
  right: 4px;
}

.smallDetailsHeading {
  text-align: left;
  font-size: 27px;
  padding-left: 19px;
}
.smallDetailsButton {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -6px;
}
.freeOfChargeBadge {
  width: 100%;
  height: 30px;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -6px;
}
@media only screen and (min-width: 768px) {
  .detailsConnectorEntry:hover {
    background-color: rgba(120, 170, 231, 0.623);
    cursor: pointer;
  }
  .detailsConnectorEntry {
    margin: 4px;
  }
  .freeOfChargeBadge {
    margin-left: 0px;
  }
  .smallDetailsButton {
    margin-left: 0px;
  }
 
  
}
@media only screen and (max-width: 575px) {
  .alert{
    left:20px;
    width:unset;
   }
   
 
  
}

.descField {
  line-height: 11px;
  font-size: 12px;
  color: gray;
}
.badge-unavailable {
  color: #fff;
  background-color: #e46c0a;
}
.directionsButtons {
  opacity: 0.7;
  font-size: 30px;
  margin-left: 38%;
  margin-top: 12px;
  cursor: pointer;
}
.directionsButtons:hover {
  opacity: 1;
}
.copyText {
  text-align: center;
  color: gray;
  line-height: 11px;
  font-size: 12px;
  margin-top: 1px;
}

.vehicleStatusBadge {
  height: 100%;
  width: 100%;
  padding-top: 13px;
  font-size: 12px;
}
.centeredSpinner {
  left: -16px;
  margin-left: 50%;
  width: 32px;
  position: relative;
}
.bigCenteredSpinner {
  height: 50px;
  width: 50px;
  margin-left: 50%;
  left: -25px;
  position: relative;
}
.hLine {
  border-top: 2px solid black;
  width: 164px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 21px;
}
.bookButton {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*Sidebar*/
.sidebar {
  margin: 0;
  padding: 0;
  width: 250px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  top: 54px;
  z-index: 401;
}

/* Sidebar links */
.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  background-color: #4caf50;
  color: white;
}

/* Links on mouse-over */
.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}
.topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 54px;
}
#navbarSupportedContent {
  z-index: 1000;
  background: #f8f9fa !important;
}
.navbar {
  padding: 0;
  padding-bottom: 13px;
}
.menuCollapeButton {
  margin-right: 7px;
  margin-top: 7px;
}
.menuPointRow {
  padding-top: 8px;
  margin-top: 15px!important;
}
.menuPointRow > div {
  padding: 2px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -7px;
}
.menuPointRow > div > button {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 0;
}
.menuPointRow > div > button > i {
  font-size: 30px;
}
.menuPointRow > div > button > span {
  display: block;
  font-size: 13px;
}

.loggedInInfo {
  float: right;
  margin-top: 32px;
}
[v-cloak] {
  display: none;
}
.bookButtonWrapper {
  position: absolute;
  left: 48px;
  right: 10px;
  bottom: 0px;
}
.bookButtonWrapper > button {
  width: 100%;
}
.carInformationMobile {
  position: absolute;
  right: 10px;
  top: 0;
  left: 48px;
  height: 77px;
  display: grid;
}
.carInformationMobile.part1 {
  top: 0;
  height: 77px;
}
.carInformationMobile.part2 {
  top: 140px;
  height: 84px;
}
.userInformationRow {
  width: 100%;
  position: absolute;
  height: 24px;
  top: 51px;
  z-index: 1000;
  padding-right: 10px;
  text-align: right;
  background: #f8f9fa;
}
/*.adminTile {
  background: darkred;
  border: red;
}*/
.adminLink span,
.adminLink i {
  color: darkred;
}
.reservationBox {
  margin-bottom: 10px;
}
.reservationBox > .reservationFlex {
  justify-content: space-between;
  display: flex;
}

.reservationLengthIndicator {
  width: 50%;
  display: inline-flex;
}

.reservationLine {
  height: 1px;
  border: solid 1px black;
  width: 50%;
  margin-top: 12px;
}
.reservationDot {
  width: 8px;
  margin-top: 9px;
  height: 8px;
  border-radius: 50%;
  background: green;
}
.reservationLineActive {
  height: 1px;
  border: solid 1px green;
  width: 50%;
  margin-top: 12px;
}
.reservationLineArrow {
  font-size: 16px;
  margin-top: 5px;
  margin-left: -7px;
}
.bigText {
  font-size: 17px;
  font-weight: 600;
}
.chgeBlue {
  color: #00569f;
}

@media (max-width: 575px) {
  .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
    border: none;
  }
}
.description {
  font-size: 12px;
  color: gray;
  border-bottom: solid 1px lightgray;
}
.noLine {
  border-bottom: none;
}
.customNoteLogin {
  font-size: 10px;
  margin-right: 0;
  /* text-align: right; */
  padding-right: 0;
  margin-left: 13px;
  margin-top: -4px;
}
.findVehicleArea {
  border: 0;
  margin-top: -8px;
  background: rgb(255, 255, 255);
  background: radial-gradient(
    ellipse,
    rgba(255, 255, 255, 1) 38%,
    rgba(255, 255, 255, 0) 73%
  );
}
.findVehicleArea > div > div > i {
  text-align: center;
  font-size: 50px;
  width: 100%;
  color: #007bff;
}
.findVehicleArea > div > div > h4 {
  text-align: center;
  font-size: 19px;
  color: #007bff;
}
.alert-error {
  background: #f93d5c;
  color: white;
}
.favoriteVehicleStar {
  float: right;
  font-size: 28px;
  color: #fcaf17;
}
.favoriteVehicle {
  background: lightgray;
  height: 40px;
  padding-top: 5px;
  margin-top: 10px;
  display:flex;
  justify-content: space-between;
}
.plusButtonRound {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding-left: 7px;
  float: right;
  padding-top: 2px;
  margin-right: 6px;
}
.favoriteVehicleStarList {
  margin-left: 5px;
  margin-top: 5px;
  float: left;
  font-size: 20px;
  color: #fcaf17;
}
.favoriteVehicle > span {
  margin-top: 10px;
  padding: 7px;
  font-size: 18px;
}
.leaflet-top {
  position: relative;
}
.leaflet-control-geocoder-icon {
  display: none !important;
}
.leaflet-control-geocoder {
  margin-left: 0px !important;
  width: 100%;
  margin-top: 1px !important;
  height: 37px;
  /*box-shadow: 0 0px 2px #ced4da;*/
  box-shadow: none;
  border: 1px solid #ced4da;
}
.leaflet-control-geocoder-form > input {
  width: 100%;
  padding-left: 5px;
}
.leaflet-control-geocoder-alternatives {
  background: white;
  margin-top: 6px;
}
.leaflet-control-geocoder-form {
  width: 100%;
}
.leaflet-control-geocoder-form-no-error {
  background: white;
  margin-left: 0;
}
.dataContainer {
  height: 100px;
  margin-right: 66px;
}
.timePickerContainer {
  height: 100%;
  position: absolute;
  width: 132px;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: visible;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
#timePickerStart, #timePickerEnd{
  min-width: 0px;
    /* display: none; */
    width: 0;
    padding: 0;
    margin: 0;
    height: 0;
    border: 0;
    position:absolute;
}
.periodSelector {
  height: 100px;
  background: #e3dfe0;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}
.customBadge {
  border: 1px solid gray;
  border-radius: 8px;
  background-color: white;

  position: absolute;

  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.periodSelector > .startDate {
  left: 15px;
  top: -20px;
}
.periodSelector > .startTime {
  left: 120px;
  top: -20px;
}
.periodSelector > .endDate {
  left: 15px;
  bottom: -16px;
}
.periodSelector > .endTime {
  left: 120px;
  bottom: -16px;
}

.periodSelector > .duration {
  left: 120px;
  top: 30px;
}
.controlsContainer {
  position: absolute;
  top: -22px;
  bottom: -22px;
  left: 186px;
}
.controlsContainer > .up {
  top: -14px;
  font-size: 46px;
}
.controlsContainer > .plus {
  top: 40px;
  font-size: 28px;
}
.controlsContainer > .minus {
  bottom: 40px;
  font-size: 28px;
}
.controlsContainer > .down {
  bottom: -14px;
  font-size: 46px;
}
.controlsContainer > i {
  color: gray;
  position: absolute;
}
.reservationIndicator {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0px;
  background: #416af8;
  width: 21px;
  z-index: 1;
}
.reservationIndicator > .charge {
  width: 100%;
  background: #9aaffe;
  top: -24px;
  position: absolute;
}
.scrollPart {
  text-align: center;
  margin: 1px;
  font-size: 8px;
  width: 70px;
  position: relative;
  float: right;
}
.floatingLabel {
  position: absolute;
  left: -43px;
  z-index: 10;
  top: -10px;
  font-size: 11px;
  color: gray;
}
.floatingLabel.nowLabel {
  right: 87px;
  left: 17px;
  font-size: 16px;
  color: darkorange;
}
.hiddenInputs  {
  position: absolute!important;
  top: -100000px;
}
.nowLabel > .nowText {
  margin-top: -5px;
  margin-left: -10px;
}
.nowLabel > .line {
  border-color: darkorange !important;
}
.floatingLabel > .line {
  border-bottom: 1px solid gray;
  position: absolute;
  width: 12px;
  height: 1px;
  right: -15px;
  top: 8px;
}
.dataContainer > .row {
  margin-right: -9px;
} /*
.fade-in-section {
  -webkit-animation: fadeinout 4s linear forwards;
  animation: fadeinout 4s linear forwards;
}

@-webkit-keyframes fadeinout {
0%,100% { opacity: 0; }
50% { opacity: 1; }
}

@keyframes fadeinout {
0%,100% { opacity: 0; }
50% { opacity: 1; }
}

.fade-in-section {
  opacity: 0;
  transform: translateX(2vw);
  visibility: hidden;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  will-change: opacity, visibility;
}
.fade-out-section {
  opacity: 0;
  transform: translateX(2vw);
  transition: opacity 0.2s ease-in, transform 0.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;

  
}*/

.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.closeModalButton{
  font-size: 36px;
    margin-top: -34px;
    margin-right: -8px;
}
.priceIcon{
  padding: 17px;
    font-size: 27px;
    padding-left: 28px;
    padding-right: 0px;
}
.datepicker-container
{
  z-index: 1000000!important;
}
.leaflet-control-geocoder-alternatives,.leaflet-control-geocoder-form-no-error, .leaflet-control-geocoder-error{
  border: solid 1px lightgray;
}
.vehicleAdminOverview>i{
  text-align: center;
    display: block;
    font-size: 30px;
}
.vehicleAdminOverview>div{
  text-align: center;
  color:cornflowerblue;
}
.numberplate{
  border: 1px solid;
  border-radius: 4px;
  display: inline-table;
  padding: 4px;
  margin: 7px;
}
.statusBadge{
  height: 100%;
    width: 23px;

}
.statusBadge.active{

  background:#70a322;
}
.statusBadge.inactive{

  background:#ffb031;
}
.statusBadge>i{
  text-align: center;
    width: 100%;
    color:white;
}
.linkIcon{
  position: absolute;
  right: -9px;
  top: 33px;
  font-size: 21px;
}
.linkIcon>.original{
  color:#70a322;
}
.linkIcon>.edited{
color:#cd022d;
}
.customTooltip{
  height: 80px;
    width: 100%;
    min-width:324px;
    background-color: lightgray;
    position: absolute;
    right: 17px;
    border: 1px solid gray;
    bottom: 54px;
    border-radius: 4px;
    z-index:1;

}
.customTooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 15px;
  border-style: solid;
  border-color: lightgray  transparent transparent transparent;
}
.originalValueDescr{
  font-size: 12px;
  padding-left: 5px;
  padding-top: 5px;
  color: gray;
}
.tooltipButton{
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 2px;
  background: white;
  border: gray;
  color: black;
}
.clock-timepicker-popup{
  top:28px!important;
}
.feedback-box
{
  width: 100%;
  height:220px;
}