@charset "UTF-8";

.leaflet-control-color-scale {
    font-family: "Space Grotesk",Arial,sans-serif;
    font-size: 10px;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    height: 26px;
}
.leaflet-control-color-scale-line {
    margin: 15px 5px 5px;
    position: inherit;
    height: 5px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
}
.scale-value {
    position: absolute;
    display: inline;
    bottom: 0;
    height: 16px;
    vertical-align: top;
}
.scale-value span {
    line-height: 100%;
    vertical-align: top;
}
.scale-value:not(:last-of-type) {
    border-left: 1px solid #777;
}
.scale-value:last-of-type {
    border-right: 1px solid #777;
}
.scale-min-value {
    left: 0;
}
.scale-max-value {
    right: 0;
}
.scale-details {
    color: #48484a;
    height: 20pt;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2pt 4pt;
    background-color: #fff;
    -webkit-border-radius: 4pt;
    border-radius: 4pt;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: -webkit-box-shadow 0.1s ease-out;
    -o-transition: box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out;
    transition: box-shadow 0.1s ease-out,-webkit-box-shadow 0.1s ease-out;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
}
.scale-details:only-child {
    margin-bottom: 0;
}
.scale-details > div:first-child {
    width: 80px;
    white-space: nowrap;
    font-size: 10px;
}
.scale-dividers,
.scale-gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.scale-gradient {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.scale-dividers {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.horizontal-gradient-line {
    -webkit-border-radius: 4pt;
    border-radius: 4pt;
    height: 4px;
    opacity: 0.9;
    width: 260px;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}
.horizontal-gradient-values > div {
    display: inline-block;
    height: 8pt;
    line-height: 8pt;
    text-align: center;
}
.gradient-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
