.lpa-map-marker {
  display: block;
  padding: 0;
  width: 174px;
  position: absolute;
  margin-top: -65px;
  margin-left: -89px;
  line-height: 39px;
  color: #0a94d6;
  background: rgba(255, 255, 255, 0.9);
}
.lpa-map-marker i {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 39px;
}
.lpa-map-marker.car i {
  display: inline-block;
  content: "photo_camera";
  width: 30px;
}
.lpa-map-marker.taxi i {
  display: inline-block;
  content: "photo_camera";
}
.mundo-map {
  position: relative;
}
.mundo-map .map-search {
  position: absolute;
  right: .5em;
  bottom: .5em;
  opacity: 0.5;
  transition: ease-in-out all 0.5s;
}
.mundo-map .map-search:focus {
  opacity: 0.9;
}
.dispatch-details {
  display: inline-table;
}
.dispatch-container md-toolbar {
  cursor: pointer;
  outline: none;
}
.dispatch-details {
  background: white;
  height: auto;
  padding: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.dispatch-details.visible {
  display: block;
}
.dispatch-details .dispatch-container-fields {
  padding: 0 15px;
}
.details-toggle .md-toggle-icon {
  display: block;
  margin-left: auto;
  speak: none;
  vertical-align: middle;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  transition: transform 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  pointer-events: none;
}
.details-toggle .md-toggle-icon.toggled {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.proposal-horizontal-list {
  height: 105px;
  padding-left: 10px;
  padding-right: 10px;
  background: #275AAB !important;
}
.proposal-horizontal-list md-list {
  overflow-x: auto;
  overflow-y: hidden;
}
.proposal-horizontal-list md-list-item {
  padding: 15px;
  max-height: 50px;
  width: 208px;
  margin-right: 10px;
}
.proposal-horizontal-list md-list-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}
.proposal-horizontal-list md-list-item p:first-child {
  min-width: 120px;
}
.proposal-horizontal-list md-list-item .t-right {
  text-align: right;
}
.green {
  background: green;
}
.proposal-fast {
  background: #11ef22;
}
.proposal-medium {
  background: #ccbb00;
}
.proposal-slow {
  background: #ef1122;
}
.proposal-horizontal-list md-list-item {
  background-color: white;
}
.proposal-highlighted {
  background: #f7fbbf !important;
}
.incident-comments-dialog pre {
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.md-black {
  color: #222 !important;
}
.tt-multiline {
  height: auto;
}
.tt-multiline .md-content,
.tt-multiline ._md-content {
  height: auto;
}
