/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.ticketButton {
	float: left !important;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.naviRoot {
	display: flex;
}

.menuButton {
	margin-right: 16px !important;
}

@media (min-height:800px) and (min-width:1025px) {
	.menuButton {
		display: none !important;
	}
}

@media (max-height:800px), (max-width:1025px) {
	.standaloneFilters {
		display: none;
	}
}

.closeButton {
	float: right;
	margin: 8px !important;
}

.appBar {
	background-color: #0669b2 !important;
}

.toolbarButton {
	float: right;
	margin: 8px !important;
	padding: 8px !important;
	font-size: 15px !important;
}

.toolbar {
	min-height: 56px;
}

@media (min-width:0px) and (orientation: landscape) {
	.toolbar {
		min-height: 48px;
	}
}

@media (min-width:600px) {
	.toolbar {
		min-height: 64px;
	}
}

.content {
	padding: 24px;
	flex-grow: 1;
}

.naviFilters {
	margin: 16px;
}

.searchButton {
	margin: 8px !important;
}

.paper {
	display: flex;
	padding: 16px;
	overflow: auto;
	flex-direction: column;
}

@media (max-width:959.95px) {
	.paper {
		padding: 0px;
	}
}

@media (max-width:959.95px) {
	.nopadding {
		padding: 0px !important;
	}
}


.loginPaper {
	display: flex;
	margin-top: 64px;
	align-items: center;
	flex-direction: column;
}

.loginAvatar {
	margin: 8px;
}

.loginForm {
	width: 100%;
	margin-top: 8px;
}

.loginSubmit {
	margin: 24px 0px 16px;
	background-color: #0669b2 !important;
}

.vehicleImage {
	max-width: 100%;
}

.text-danger {
	color: #a94442;
}