html {
    font-family: 'Roboto', sans-serif;
}

.hidden {
    display: none;
}

md-toolbar {
    font-family: 'Rubik', sans-serif;
}

md-toolbar h1 {
    font-size: 32px !important;
}

md-toolbar .md-button {
    font-size: 22px !important;
}

md-content {
    /* height: 100%; */
}

.login-form md-card {
    padding: 0!important;
}

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

.marker-cluster-blue {
    background-color: rgba(51, 102, 255, 0.5);
}

.marker-cluster-green {
    background-color: rgba(38, 153, 9, 0.5);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 26px;
	height: 26px;
	margin-left: 4px;
	margin-top: 4px;
	text-align: center;
	border-radius: 15px;
	font-size: 12px;
	color: white;
	background-color: inherit;
}

.marker-cluster span {
	line-height: 26px;
}

.tooltip {
    font-size: 14px;
 }

.tooltip span:last-child {
    font-weight: bold;
    margin-left: 5px;
}

.control {
    width: 350px;
    background: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 15px;
    max-height: 700px;
    transition: max-height 0.4s ease-in-out;
    overflow-y: hidden;
}

.control a {
    text-decoration: none;
}

.message-control.ng-hide {
    max-height: 0;
}

.control-title {
    font-size: 18px;
}

.control-title :first-child {
    font-weight: bold;
}

.control-section {
    margin-bottom: 10px;
}

.control-content {
    font-size: 15px;
}

.control-close {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.control-close a {
    cursor: pointer;
}

.info-control.ng-hide {
    max-height: 0;
}

.info-field :first-child {
    font-weight: bold;
}

.legend-control {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 8px;
}

.legend-title {
    font-size: 15px;
    font-weight: bold;
}

.legend-item {
    font-size: 14px;
    padding-top: 5px;
}

.legend-item img {
    vertical-align: middle;
    width: 24px;
}

.legend-fade {
    opacity: .5;
}

md-sidenav {
    z-index: 1005;
}

.sidenav-check {
    color: rgb(38, 153, 9);
}

.leaflet-control-zoom {
    border: none !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}

.leaflet-bar a:first-child {
    border-radius: 0 !important;
}

.leaflet-bar a:last-child {
    border-radius: 0 !important;
}

.reset-zoom-control {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 30px;
    height: 29px;
    padding-top: 1px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.minutes-control {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 6px;
    height: 75px;   
}

.count-container {
  float: left;
  width: 285px;
  margin-right: 10px;
}

.count-complete {
  min-width: 47px;
  float: left;
  background-color: rgb(96,125,139);
  color: white;
  padding: 3px 10px;
  margin: 2px 10px 2px 2px;
  font-size: 42px;
}

.count-label {
  padding: 3px;
}

.count-title {
  font-size: 28px;
}

.count-incomplete {
  margin-top: -5px;
  font-size: 17px;
  color: gray;
}

@media screen and (max-width: 600px) {
    md-toolbar h1 {
        font-size: 16px !important;
    }

    md-toolbar .md-button {
        font-size: 16px !important;
    }

    .control {
        width: 90%;
    }

    .legend-control {
        display: none;
    }

    .minutes-control {
        display: none;
    }

    .reset-zoom-control {
        display: none;
    }

    .control-title {
        font-size: 15px;
    }

    .control-content {
        font-size: 12px;
    }

    .md-icon-button {
        width: 25px !important;
    }
}