/* -*- coding: utf-8-unix -*- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);

* {
  margin: 0;
  padding: 0;
}

/* Basic elements */

body {
  background-color: #e5e5e5;
  color: #2e3436;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}

code {
  background-color: inherit;
  color: inherit;
  font-family: "Droid Sans Mono", monospace;
  font-size: 1em;
}

label {
  font-weight: normal;
}

.marker-icon-img {
	display: none;
}

/* Leaflet */

.leaflet-container {
  background: #e5e5e5;
  font-family: "Open Sans", sans-serif;
}

.leaflet-container .leaflet-control-attribution {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0.25em 0.5em;
}

#map {
  height: 100%;
  position: absolute;
  width: 100%;
}

/* Info panel */

#info {
  background-color: rgba(255, 255, 255, 0.85);
  color: #2e3436;
  margin: 0;
  padding: 1.5em;
}

#info h1 {
  font-size: 1.083em;
  font-weight: bold;
  line-height: 1.65em;
  margin-bottom: 0.5em;
  margin-top: 0em;
}

#info p {
  margin-bottom: 0.25em;
}

#info .btn-group-justified {
  margin-top: 1em;
  max-width: 18em;
  min-width: 100%;
}

/* Alert notifications */

.alert {
	width: 90%;
	margin: 1em;
	font-weight: bold;
	box-shadow: 0 -0.1em 1em;
}

.alert-programmatic {
	display: none;
}

#alertContainer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

/* Filter tables */

table.filter {
  border-collapse: separate;
  border-spacing: 0 0.5em;
  margin: 0.5em 0 -0.5em 0;
}

table.filter td {
  height: 30px;
  padding-left: 1em;
}

table.filter td.check {
  background-color: #555753;
  padding: 0;
  width: 30px;
}

table.filter td.check .glyphicon {
  color: white;
  font-size: 15px;
  height: 100%;
  line-height: 27px;
  text-align: center;
  width: 100%;
}

table.filter td.palette0 {
  background-color: #2d84cb;
}

table.filter td.palette2 {
  background-color: #af2dcb;
}

table.filter td.palette1 {
  background-color: #cb2d39;
}

table.filter .check-box {
  height: 100%;
  width: 100%;
}

table.filter .check-box a {
  display: block;
  height: 100%;
  width: 100%;
}
