/*
 * CartoDB styling
 */

/* Removes the cartoDB logo from the map */
.cartodb-logo {
    display : none !important;
}

/* Re-positions the cartoDB loader */
div.cartodb-tiles-loader div.loader {
  left: 200px !important;
  top: 5px !important;
  margin: 0px !important;
}

div.cartodb-legend.custom ul li .bullet,
div.cartodb-legend.category ul li .bullet,
div.cartodb-legend.color ul li .bullet {
    width : 10px !important;
    height : 10px !important;
}

div.cartodb-legend {
    font-family: 'Open Sans' !important;
}

div.cartodb-legend .legend-title {
    color: #000000 !important;
}

div.cartodb-legend li {
    font-family: 'Open Sans' !important;
    color: #000000 !important;
}

.cartodb-legend-stack {
	overflow: auto;
	max-height: 260px;
	bottom: 22px !important;
    right: 44px !important;
}

/* End: CartoDB styling */

.legend-minimizer {
    text-align: right;
    /*margin-bottom: 0px;*/
}

.legend-maximizer {
    display : block;
}

.layer-button {
    display: none; /* Initially hidden */
}
.cartodb-legend-stack-small {
	max-height: 150px;
	width: 250px;
}

#layer-menu {
	z-index: 1000 !important;
}

#layer-menu label {
	font-family: 'Open Sans';
	font-size: 12px;
}