.leaflet-container {
  background-color:rgba(255,0,0,0.0);
}
.leaflet-control-layers.leaflet-control,
.leaflet-control-scale.leaflet-control {
  display: none;
}

.leaflet-container.dark .map-tooltip .close,
.leaflet-control-attribution:after,
.leaflet-control-layers-toggle,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.map-tooltip .close,
.mapbox-icon {
  background-image: none;
}

.crm-side-scroller .left {
  background-image: linear-gradient(to right, rgba(242,242,242,.8) 25%,rgba(250,250,250,0) 100%);
}
.crm-side-scroller .right {
  background-image: linear-gradient(to left, rgba(242,242,242,.8) 25%,rgba(250,250,250,0) 100%);
}

/* Tags Input */
tags-input .host {
  position: relative;
  margin: 2px -6px 2px -6px;
  height: 100%;
}

tags-input .tags {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
tags-input .tags.focused {
  outline: none;
  box-shadow: none;
}
tags-input .tags .tag-list {
  margin: 0 0 0 2px;
  padding: 0;
  list-style-type: none;
}
tags-input .tags .tag-item {
  margin: 2px;
  padding: 0 8px;
  font-family: 'AzoSans-Regular', Helvetica, Arial, sans-serif;
  height: 25px;
  border: none;
  border-radius: 5px;
  background: #f2f2f2;
}
tags-input .tags .tag-item.selected {
  background: #e7e7e7;
}
tags-input .tags .tag-item .remove-button {
  margin: 0 0 0 5px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  vertical-align: middle;
  font: bold 16px Arial, sans-serif;
  color: #585858;
}
tags-input .tags .tag-item .remove-button:active {
  color: red;
}
tags-input .tags .input {
  border: 0;
  outline: none;
  margin: 2px;
  padding: 0;
  padding-left: 5px;
  float: left;
  height: 25px;
  font-family: 'AzoSans-Regular', Helvetica, Arial, sans-serif;
}
tags-input .tags .input.invalid-tag {
  color: red;
}
tags-input .tags .input::-ms-clear {
  display: none;
}
tags-input .tags a {
  color: #000;
}
tags-input.ng-invalid .tags {
  box-shadow: none;
}

tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
}
tags-input .autocomplete .suggestion-item.selected {
  color: white;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item.selected em {
  color: white;
  background-color: #0097cf;
}
tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white;
}

/* Tags placeholder */
.tags input.input::-webkit-input-placeholder { /* WebKit browsers */
  color: #777;
}
.tags input.input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #777;
  opacity: 1;
}
.tags input.input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #777;
  opacity: 1;
}
.tags input.input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #777;
}

/* Leaflet Map */
.mapbox-logo-true,
.leaflet-control-attribution {
  display: none;
}
.angular-leaflet-map {
  height: 320px;
}
