/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Lato', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.3em;
    color: #333;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}



/*
 jQuery override
 .ui-widget {
    font-family: 'Lato', sans-serif !important;
    font-size: 0.7em !important;
}
 */
.ui-dialog { z-index: 1000 !important ;}
.edit-form {
    font-family: 'Lato', sans-serif;
    font-size: 0.7em;
}

.leaflet-tooltip {
    padding: 2px !important;
}

.ui-dialog-titlebar {
    padding: 2px 4px 2px 4px !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

li.sidebar-summer {
    background: url('images/summer.svg') no-repeat left 8px top 5px;
    background-color: #aa7f0b;
    padding-left: 40px !important;
}

li.sidebar-winter {
    background: url('images/winter.svg') no-repeat left 8px top 5px;
    background-color: #2f7088;
    padding-left: 40px;
}

a.sidebar-summer {
    background-color: #aa7f0b;
    padding-left: 40px !important;
}

a.sidebar-winter {
    background-color: #2f7088;
    padding-left: 40px;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #0b1019;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #ffffff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 8px 8px 8px 8px !important;

    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #17244e;
    background: #fff;
}

#main-activity-selected {
    background: #2f7088 !important;
}

#sidebar ul li.active>a {
    color: #ffffff;
    background: #aa7f0b;
    border-bottom: 1px solid #ffffff;
}

a[aria-expanded="false"] {
    color: #ffffff;
    background: #0b1019;
    border-bottom: 1px solid #ffffff;
}

a[aria-expanded="true"] {
    color: #ffffff;
    background: #0b1019;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    color: #ffffff;
    background: #0b1019;
}

ul.CTAs {
    padding-right: 20px;
    padding-left: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.ovtoggle {
    background: #fff;
    color: #17244e;
}

a.ovtoggle:hover {
    background: #d1d2d4 !important;
    color: #17244e !important;
}

a.article,
a.article:hover {
    background: #d1d2d4 !important;
    color: #17244e !important;
    margin-top: 20px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}

.ov-checks {
    margin-left: 10px;
    margin-right: 10px;
}

.activity_type {
    font-size: 9px;
    font-weight: bold;
}

#key_toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    z-index: 400;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;

    }
}


/* ---------------------------------------------------
    On map display styles
----------------------------------------------------- */


ul.ridelist {
    line-height:18px;
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

ul.ridelist a {
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}

li.rideline-0 {
    background: url('images/difficulty-0.svg') no-repeat left 10px top 14px;
    padding-left: 40px;
}
li.rideline-1 {
    background: url('images/difficulty-1.svg') no-repeat left 10px top 14px;
    padding-left: 40px;
}
li.rideline-2 {
    background: url('images/difficulty-2.svg') no-repeat left 10px top 14px;
    padding-left: 40px;
}
li.rideline-3 {
    background: url('images/difficulty-3.svg') no-repeat left 10px top 14px;
    padding-left: 40px;
}
li.rideline-4 {
    background: url('images/difficulty-4.svg') no-repeat left 10px top 14px;
    padding-left: 40px;
}
li.rideline-5 {
    background: url('images/difficulty-5.svg') no-repeat left 10px top 14px;
    padding-left: 40px;
}
li.rideline-6 {
    background: url('images/scale12-6.png') no-repeat left 10px top 2px;
    padding-left: 30px;
}
li.rideline-7 {
    background: url('images/scale12-6.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}

div.overlay_tip {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    background: url('images/closed_small.png') no-repeat left 6px top 8px;
    padding: 6px 6px 6px 62px;
    width: 210px;
    height: 64px;
    white-space: normal;
}

/*
div.trailhead_tip {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    background: url('images/trailhead.svg') no-repeat left 6px top 8px;
    padding: 4px 4px 4px 50px;
    width: 210px;
    height: 64px;
    white-space: normal;
}
 */
div.trailhead_tip {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    white-space: normal;
    min-width: 260px;
    padding-left: 6px;
}

div.tipcontainer {
    width: 260px;
    height: 70px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    padding: 0px;

}


div.tooltip-0 {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    color: #00A83A;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 4px;
    background: url('images/tipval-0.svg') no-repeat center top 16px;
    background-color: white;
}

div.tooltip-1 {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    color: #0750a3;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    margin-left: 2px;
    padding-bottom: 4px;
    background: url('images/tipval-1.svg') no-repeat center top 16px;
    background-color: white;
}

div.tooltip-2 {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 4px;
    color: black;
    background: url('images/tipval-2.svg') no-repeat center top 16px;
    background-color: white;
}

div.tooltip-3 {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 4px;
    color: #aa0000;
    background: url('images/tipval-3.svg') no-repeat center top 16px;
    background-color: white;
}

div.tooltip-5 {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 4px;
    color: #ffaa00;
    background: url('images/difficulty-5.svg') no-repeat left 30px top 20px;
    background-color: white;
}


div.tipvalue {
    font: 16px Lato, sans-serif;
    width: 172px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;

}

div.tipvalue-0 {
    font: 14px Lato, sans-serif;
    text-transform: uppercase;
    padding: 6px 5px 5px 6px;
    color: white;
    width: 172px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;
    background-color: #00A83A;
}

div.tipvalue-1 {
    font: 14px Lato, sans-serif;
    text-transform: uppercase;
    padding: 6px 5px 5px 6px;
    color: white;
    width: 172px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;
    background-color: #0750a3;
}

div.tipvalue-2 {
    font: 14px Lato, sans-serif;
    text-transform: uppercase;
    padding: 6px 5px 5px 6px;
    color: white;
    width: 172px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;
    background-color: #070808;
}

div.tipvalue-3 {
    font: 14px Lato, sans-serif;
    text-transform: uppercase;
    padding: 6px 5px 5px 6px;
    color: white;
    width: 172px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;
    background-color: #aa0000;
}

div.tipvalue-5 {
    font: 14px Lato, sans-serif;
    text-transform: uppercase;
    padding: 6px 5px 5px 6px;
    color: white;
    width: 172px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;
    background-color: #ffaa00;
}

div.subtip {
    font: 10px Lato, sans-serif;
    color: white;
    font-weight: bold;
    text-transform: none;
}

div.tooltip-dogs {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 4px;
    background: url('images/nodogs.svg') no-repeat left 23px top 20px;
}

div.tooltip-sustain {
    font: 10px Lato, sans-serif;
    font-weight: bold;
    float: left;
    width: 80px;
    height: 70px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: self-end;
    padding-bottom: 4px;
    background: url('images/sustain.svg') no-repeat left 16px top 10px;
}

div.overlay-tipvalue {
    font: 14px Lato, sans-serif;
    width: 170px;
    font-weight: bold;
    float: right;
    line-height: 1.3em;
    white-space: normal;
}

div.icon-hikeonly {
    background: url('images/white-hikeonly.svg') no-repeat left 3px top 0;
    width: 28px;
    height: 30px;
    display: inline-block;
}

div.icon-ebike {
    background: url('images/white-ebike.svg') no-repeat left 3px top 0;
    width: 33px;
    height: 30px;
    display: inline-block;
}

div.icon-nodogs {
    background: url('images/white-nodogs.svg') no-repeat left 3px top 3px;
    width: 31px;
    height: 32px;
    display: inline-block;
}

div.icon-horse {
    background: url('images/white-horse.svg') no-repeat left 3px top 0;
    width: 33px;
    height: 30px;
    display: inline-block;
}

div.icon-sustain {
    background: url('images/white-sustain.svg') no-repeat left 3px top 0;
    width: 33px;
    height: 30px;
    display: inline-block;
}

div.icon-groom {
    background: url('images/snowcat.png') no-repeat left 3px top 0;
    width: 40px;
    height: 33px;
    display: inline-block;
}

div.icon-kiosk {
    background: url('images/kiosk.png') no-repeat left 3px top 0;
    width: 33px;
    height: 30px;
    display: inline-block;
}

div.icon-water {
    background: url('images/water.png') no-repeat left 3px top 0;
    width: 33px;
    height: 30px;
    display: inline-block;
}

div.icon-toilets {
    background: url('images/toilets.svg') no-repeat left 3px top 0;
    width: 33px;
    height: 30px;
    display: inline-block;
}

div.icon-car {
    background: url('images/parking_amenity.png') no-repeat left 3px top 0;
    width: 32px;
    height: 32px;
    display: inline-block;
}

div.icon-car-count {
    background: url('images/car_count.jpg') no-repeat left 3px top 0;
    width: 22px;
    height: 36px;
    display: inline-block;
}


td.description {
    background-color: cyan;
    font-weight: bold;
    padding: 5px;
}

div.checkbox-hikeonly {
    background-color: #55aaff;
    font-weight: bold;
    padding: 5px;
}

div.checkbox-ebike {
    background-color: #ffff00;
    font-weight: bold;
    padding: 5px;
}

div.checkbox-dogs {
    background-color: #00ffff;
    font-weight: bold;
    padding: 5px;
}

div.checkbox-sustain {
    background-color: #ff69b4;
    font-weight: bold;
    padding: 5px;
}

div.checkbox-horse {
    background-color: #9acd32;
    font-weight: bold;
    padding: 5px;
}

div.checkbox-groom {
    background-color: #ff69b4;
    font-weight: bold;
    padding: 5px;
}

/**
 Tight search and pan results lists
 */
ul.results a {
    text-decoration: none;
    font: 12px Lato, sans-serif;
}

li.results-0 {
    background: url('images/scale12-0.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-1 {
    background: url('images/scale12-1.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-2 {
    background: url('images/scale12-2.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-3 {
    background: url('images/scale12-3.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-4 {
    background: url('images/scale12-4.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-5 {
    background: url('images/scale12-5.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-6 {
    background: url('images/scale12-6.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}
li.results-7 {
    background: url('images/scale12-6.png') no-repeat left 10px top 2px;
    padding-left: 26px;
}

#lowerelevation {
    width: 440px;
    height: 286px;
    bottom: 0px;
    margin-left: 0px;
    padding-top:10px;
    padding-right:10px;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
}

#cameraview1 {
    width: 440px;
    height: 286px;
    bottom: 0px;
    margin-left: 12px;
    margin-top: 110px;
    padding-top:10px;
    padding-right:10px;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
}

#cameraview2 {
    width: 440px;
    height: 286px;
    bottom: 0px;
    margin-left: 12px;
    margin-top: 110px;
    padding-top:10px;
    padding-right:10px;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
}

#cameraview3 {
    width: 440px;
    height: 286px;
    bottom: 0px;
    margin-left: 12px;
    margin-top: 110px;
    padding-top:10px;
    padding-right:10px;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
}

.rightscroll {

    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;

    line-height: 26px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: black;
    padding-left:10px;
    background-color: rgba(255,255,255,0.9);

    overflow: auto;
    pointer-events: all !important;

}

.rightscroll::-webkit-scrollbar {
    --webkit-appearance: none;
    width: 7px;
}

.rightscroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    --webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}



/* Map Key Page components */
#mapkey_d {
    width: 200px;
    height: 220px;
}

#mapkey_c {
    width: 240px;
    height: 390px;
}

.leftkey {
    position: absolute;
    left: 0px;
    bottom: 0px;

    box-shadow: 0 1px 7px rgba(0,0,0,0.65);

    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;

    line-height: 18px;
    display: block;
    text-align: left;
    text-decoration: none;
    color: black;
    padding-left:10px;
    background-color: rgba(255,255,255,0.8);
    padding: 6px 8px;
    pointer-events: all !important;

}

.leftkey i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.8;
}

.leftkey h4 {
    -webkit-margin-before: 0px;
    -webkit-margin-after:4px;
}

#trailview {
    right: 70px;
    top: 54px;
    width: 260px;
    max-height: 700px;
}

div.infoview {
    left: 70px;
    top: 10px;
    width: 260px;
    height: 100px;
    overflow:auto;
}

#infoview {
    left: 70px;
    top: 10px;
    width: 260px;
    height: 100px;
    overflow:auto;
}

/**
 Map control info bubble
 */
#title_bubble {
    font-weight: bold;
    text-transform: uppercase;
}

.trail_info_bubble {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

#info_bubble {
    width: 224px;
}

.form_info_bubble label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 0
}

.info_bubble_description  {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8em;
}

.form_info_bubble textarea {
    resize: none;
}

#close_info_bubble {
    float:right; margin: 4px
}

#route_bubble {
    max-width: 418px;
}

#close_route_bubble {
    float:right; margin: 4px
}

#close_elevation_bubble {
    float:right; margin: 4px
}

.elevation_bubble {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

/*
Zone Editor Items
 */

#zoneeditorlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#zoneeditorlist li {
    margin: 2px 2px 4px 2px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    width: 240px;
}

#zoneeditorlist .ui-selecting {
    background: #FECA40;
}

#zoneeditorlist .ui-selected {
    background: #F39814; color: white;
}

#zoneeditor {
    width: 260px;
    right: 70px;
    top: 12px;
    padding-bottom: 8px;
    cursor: crosshair;
    max-height: 500px;
    scroll-behavior: auto;
}


#zonebuilderlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#zonebuilderlist ul {
    list-style-type: none;
    margin: 5px 6px 10px 0;
    padding: 0;
}

#zonebuilderlist li {
    margin: 2px 2px 4px 2px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    width: 240px;
}

.zoneitemcloser {
    float: right;
    padding: 5px 0 3px 0;
}

/*
Route Builder Items
 */
#routebuilder {
    width: 300px;
    right: 70px;
    top: 54px;
}


.routelist ul {
    list-style-type: none;
    margin: 5px 6px 10px 0;
    padding: 0;
    margin-bottom:10px;
}

.routelist li {
    margin: 2px 2px 4px 2px;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
    width: 270px;
    cursor: move;
}

.routeitemcloser {
    float: right;
    margin: -1px 0 0 0;
    padding: 0;
}

.routeitemdistance {
    float: right;
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
}

#routestatusbar {
    float: bottom;
}

#warndialogtext {
    font-size:0.7em;
}

/*
SEARCH
 */
.units {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style:italic;
    color: #999;
}

.main-search-input {
    background: #fff;
    padding: 0 40px 0 0;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.3);
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.main-search-input:before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,0.41);
    left: 50%;
    margin-left: -25px;
}

.main-search-input-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    height: 30px;
    position: relative;
}

.main-search-input-item input:first-child {
    border-radius: 100%;
}

.main-search-input-item input {
    float: left;
    border: none;
    width: 100%;
    height: 30px;
    padding-left: 20px;
}

.main-search-button{

    background: #aa7f0b;
}

.form .fa-search{

    position: absolute;
    top: 25px;
    left: 10px;
    color: #9ca3af;

}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 30px;
    width: 40px;
    color: #fff;
    top: 0;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.main-search-input-wrap {
    max-width: 500px;

    position: relative;
}

:focus {
    outline: 0;
}


@media only screen and (max-width: 768px){
    .main-search-input {
        background: rgba(255,255,255,0.2);
        padding: 14px 20px 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.0);
    }

    .main-search-input-item {
        width: 100%;
        border: 1px solid #eee;
        height: 30px;
        border: none;
        margin-bottom: 10px;
    }

    .main-search-input-item input {
        border-radius: 6px !important;
        background: #fff;
    }

    .main-search-button {
        position: relative;
        float: left;
        width: 100%;
        border-radius: 6px;
    }
}

/**
  Leaflet legend style
 */
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width: 300px;
    min-width: 240px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.summer-color-0 {
    padding: 2px;
    background-color:#AA00AA;
}

.summer-color-1 {
    padding: 2px;
    background-color:#00CCFF;
}

.summer-color-2 {
    padding: 2px;
    background-color:#FF9900;
}

.summer-color-3 {
    padding: 2px;
    background-color:#FFFF00;
}

.summer-color-4 {
    padding: 2px;
    background-color:#99CC00;
}

.summer-color-5 {
    padding: 2px;
    background-color:#00FF00;
}

.winter-color-0 {
    padding: 2px;
    background-color:#AAFFFF;
}

.winter-color-1 {
    padding: 2px;
    background-color:#00CCFF;
}

.winter-color-2 {
    padding: 2px;
    background-color:#00CCFF;
}

.winter-color-3 {
    padding: 2px;
    background-color:#00CCFF;
}

.winter-color-4 {
    padding: 2px;
    background-color:#00CCFF;
}

.winter-color-5 {
    padding: 2px;
    background-color:#FFFF00;
}

.fat-color-0 {
    padding: 2px;
    background-color:#FFCC00;
}

.fat-color-1 {
    padding: 2px;
    background-color:#AAFFFF;
}

.fat-color-2 {
    padding: 2px;
    background-color:#00CCFF;
}

.fat-color-3 {
    padding: 2px;
    background-color:#FF0000;
}

.leaflet-control-bullseye {
    width: 28px;
    height: 28px;
    display: block;
    background: url("images/locate24.png") no-repeat left 3px top 3px;

}