
html, body {
}



.bottomTabBar .tabbar{
	padding-bottom: 0;
	height: 70px;	
}
.bottomTabBar .tabbar__button{
	height: 100%;
	padding-bottom: 10px;
}


.feedback-group {
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}
.feedback-group .notification{
	background-color: lightgray;
	font-size: 90%;
	padding: 10px 15px;
	margin: 0px 10px 10px 0px;
	color: #7d7d7d;
	height: 100%;
	line-height: 100%;	
}
.feedback-group .notification-selected{
	background-color: #25AAFF;
	color: #fff;
}
.feedback-thumbs-circle {
	background-color: lightgray;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 00px 5px;
	text-align: center;
	line-height: 60px;
	font-size: 200%;
	color: white;
}
.feedback-thumbs-circle-red {
	background-color: red;
}
.feedback-thumbs-circle-green {
	background-color: green;
}




.batteryCard {
	background-color: rgb(236, 239, 241);
	color: #1f1f21;
	margin: 10px 0px 20px 0px;
	border-radius: 8px;
	padding: 10px 0px;
	border: 1px solid #ccc;
}
.batteryCard-icon {
	margin: auto;
	text-align:center; 
	padding:10px 0px;
	line-height: 100%;
	font-size: 400%;
}
.batteryCard-data {
	margin: auto;
	font-size: 80%;
	opacity: .75;
}
.batteryCard-data h3 {
	margin:0px 0px 10px 0px;
}



.tabbar--material__border{
	height:0px;
}
.tabbar__border {
	height:0px;
}

.rate_card {
	margin: 10px 0px 20px 0px;
	}

.rate_subtitle {
	font-size: 90%;
}

.rate_table_td3 {
	text-align: right;
}

.rate_star_list {}

.rate_star_base {
	color: #dfdfdf;	
}

.rate_star_selected {
	color: #2979ff;
}

.rate_table {
	white-space: nowrap;
	font-size: 80%;
}

.rate_table_progress {
	background-color: #ececec;
}




.progress_alt {
	background-color: #eaeaea;
	height:10px;
}
.progress_alt .progress-bar{
	height:100%;
}
.progress_alt .progress-bar__primary{
	background-color: #25AAFF;
}
.progress_alt .progress-bar--material.progress-bar--indeterminate::before {
	background-color: #25AAFF;
}
.progress_alt .progress-bar--material.progress-bar--indeterminate::after {
	background-color: #25AAFF;
}



.smallNote {
	opacity: .5;
	font-size: 75%;
	line-height: 130%;
	margin: 5px 0px 5px 0px;
}

.mapRackInfoWindow{
}
.mapRackInfoWindowTitle {
	font-weight: bold	;
	margin: 0px;
} 
.mapRackInfoWindowCapacity {
	font-size:75%;
	margin: 0px 0px 5px 0px;
}
.mapRackInfoWindowAddress {
	font-size:90%;
}
.mapRackInfoWindowReference {
	font-size:75%;
}
.mapRackInfoWindowActions {
	margin: 5px 0px 0px 0px;
	font-size:90%;
}
.mapRackInfoWindowActions a:link { text-decoration: none;}
.mapRackInfoWindowActions a:visited { text-decoration: none; }
.mapRackInfoWindowActions a:hover { text-decoration: none; }
.mapRackInfoWindowActions a:active { text-decoration: none; }
  

.map-destination-tag-tag {
	background-color: #4285F4;
	border-radius: 8px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	top: -40px;
}

.map-destination-tag-tag::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #4285F4;
}

.map-marker-battery-count{
	line-height: 60%;
	text-align: center;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;	
}
.map-button {

	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 3px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
	color: rgb(25, 25, 25);
	cursor: pointer;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 38px;
	margin: 0px 0 10px 10px;
	padding: 0 15px;
	text-align: center;
}

.map-null-section{
	height: 100%; 
	width: 100%;
	background-image: url(/lib/images/map-null.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;	
}
.map-null-content{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px;
	
}

.master_page_constrainer {
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
}

/* Toolbar area */

.transparent {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}
:checked + .tabbar--material__button {
	background-color: #2979ff;
	XXbackground-color: #104cb3;
	color:#ffffff;
}

.loadingPlaceholder{
	height: 100%;
	width: 100%;
}
.loadingPlaceholderText {
	text-align: center;
	padding: 200px 0px;
	opacity: 0.5;
	font-size: 80%;
}


.pw-ons-input{
  margin-top:15px;
  width:100%;
}

.iti {
width:100%;
}
.disabled_qrcode_container {
  position: relative;
  width: 228px;
}
.disabled_qrcode_img {
  width: 228px;
  height: auto;
}
.disabled_qrcode_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.pw-ons-input .text-input__label  {
  color:darkgray;
}

.pw-tab-top-text{
padding: 10px;
}
.pw-tab-top-text p {
  margin: 10px 0px 5px 10px;
}
pre{
  line-height: 110%;
  font-size: 60%;
  background-color: white;
  padding: 5px;
  white-space: pre;
  overflow: auto;
  background-color: lightgray;
}



.pw-button-primary {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pw-button-secondary {	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #a1bbe6;
	color: #2e4773;
}
.pw-button-quiet {	
	padding-top:5px; 
	padding-bottom:5px; 
	background-color: white;
	color:gray;
}
.pw-button-warning {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #db3c3c;
	color: #ffffff;
}



.pw-ons-carousel-item {
	width: 100%;
	padding: 20px; 
}
.pw-ons-carousel-item-content {
	max-width: 400px;
	margin: auto; 
}


.toolbar--material {
	background-color: #25AAFF; #124499;
}
.toolbar--material__left, .toolbar--material__right {
	color: #fff;
}
.toolbar--material__right, .toolbar--material__right {
	color: #fff;
}
.toolbar--material__center, .toolbar--material__center {
	color: #fff;
}
ons-toolbar-button ons-icon {
	font-size: 26px;
	color: #ffffff;
	DISABLEDcolor: #414149;
}
:checked + .tabbar--material__button {
	background-color: #25AAFF; #124499;;
	color: #ffffff;
}
:root{
	--material-button-background-color: #25AAFF; #124499;;
}


.pw-toast .toast{
	margin: 0px 15px 60px 15px;
	border-radius: 10px;
}
.pw-toast-error .toast {
	background-color: red;
	padding: 16px 0px 16px 16px;
}
.pw-toast-success .toast {
	background-color: green;
	padding: 16px 0px 16px 16px;
}

