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%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.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%;
}

.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;
}