md-list md-list-item.md-2-line {
  height: 50px;
}

md-toolbar.md-short {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}

.mobile-main-container md-toolbar.md-short {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}

ng-map {
  position: absolute;
  width: 100%;
  height: 100%;
  /*.gm-style-iw {
		width: 300px;
		min-height: 150px;
	}

	.ng-map-info-window {
		background-color: #000;
		width: 300px;
	}*/

}

ng-map #zoom-extents-button {
  margin: 9px 0 0 10px;
}

ng-map .map-overlay {
  min-height: 25px;
  padding: 5px;
  background: #fff;
}

ng-map #pac-input {
  width: 300px;
  padding: 0 11px 0 13px;
  margin-left: 2px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  background-color: #fff;
  border: none;
}

ng-map #pac-input:focus {
  outline: none;
  /*border-color: #4d90fe;*/

}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  overflow: hidden;
}

.tabsdemoDynamicHeight md-content {
  background-color: transparent !important;
}

.tabsdemoDynamicHeight md-content md-tabs {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
}

.tabsdemoDynamicHeight md-content md-tabs md-tabs-wrapper {
  background: white;
}

.tabsdemoDynamicHeight md-content h1:first-child {
  margin-top: 0;
}

.app-container {
  height: 100%;
}

.main-container {
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.layout-max-width {
  width: 100%;
  /*max-width: 1200px;*/

}

/*badge overlay*/

.badge.up {
  position: relative;
  left: 15px;
  margin: 0 -0.5em;
  background-color: red;
}

.text-lg {
  font-size: 24px;
}

/* Footer Styles */
.footer-container {
	background-color: white;
	border-top: 1px solid #ddd;
	padding: 10px 20px;
	display: block;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	margin: 0;
	height: auto;
	overflow: hidden;
}

.footer-container #kh-logo {
	bottom: 10px;
	font-size: 14px;
	padding: 10px;
	position: absolute;
	right: 10px;
	text-align: center;
	z-index: 1;
}

.footer-container #kh-logo img {
	width: 100px;
}

.footer-text {
	font-size: 8px;
	color: #0192D3;
	font-family: 'Sans Serif', Sans Serif;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.footer-logo {
	height: 55px;
}

/* Desktop view - full width footer with blue font */
@media (min-width: 961px) {
	.footer-container {
		background-color: white;
		border-top: 1px solid #ddd;
		padding: 10px 20px;
		display: block;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 300px;
		z-index: 1000;
		width: auto;
		margin: 0;
		height: auto;
		overflow: hidden;
	}
	
	.footer-text {
		color: #0192D3;
		font-family: 'Sans Serif', Sans Serif;
		font-size: 18px;
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.4px;
	}
}

/* Mobile view - footer with 8px blue uppercase font */
@media (max-width: 960px) {
	.footer-container {
		background-color: white;
		border-top: 1px solid #ddd;
		padding: 10px 15px;
		display: block;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		margin: 0;
		height: auto;
		overflow: hidden;
	}
	
	.footer-text {
		font-size: 8px;
		color: #0192D3;
		font-family: 'Sans Serif', Sans Serif;
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.4px;
	}
}

/* Make FontAwesome exclamation triangle have a white background so it stands out on maps */
.fa-exclamation-triangle {
 background-color: #ffffff; /* white background */
 color: #F4B400; /* yellow triangle color (danger) */
 padding:4px; /* spacing around the glyph */
 border-radius:4px; /* slight rounding */
 display: inline-block; /* ensure background bounds the icon */
 line-height:1; /* avoid extra height */
 box-shadow:01px2px rgba(0,0,0,0.15); /* subtle separation */
}