body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    font-family: verdana, arial, helvetica, sans-serif;
}

#tab {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

#tab1, #tab2, #tab3 {
    /*display: inline-block;*/
    margin: 3px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 2px 6px;
    color: #ffffff;
    background: #cdcdcd;
    opacity: 0.8;
}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

#map1, #map2, #map3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.legend {
    opacity: 0.7;
    background-color: rgb(248, 242, 242) !important;
    border: 2px solid rgb(87, 81, 81);
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px;
}

.legendImg {
    display: inline-block;
    margin: 2px 2px 5px;
}

.legendTitle {
    display: inline-block;
    padding: 1px;
    vertical-align: top;
    font-family: verdana, arial, helvetica, sans-serif;
}

.legend h4 {
    margin: 0 0 5px;
    color: #777;
}

#logo {
    opacity: 0.9;
    width: 108px;
    height: 98px;
    content: url("../img/logo1.png");
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
}

#header {
    width: 200px;
    height: 100px;
    z-index: 10;
    position: relative;
    margin-left: 100px;
    display: inline;
}

.selected {
    color: #ffffff;
    border: 2px solid #ffffff !important;
    border-radius: 4px;
}

.highlight {
    background: #ff7b11 !important;
}

#direction {
    width: 50px;
    height: 64px;
    content: url("../img/direction.png");
    top: -80px;
    left: -55px;
    position: absolute;
    opacity: 0.7;
}

.reshowInstr_img {
    position: absolute;
    top: 200px;
    right: 0px;
    cursor: pointer;
    background-image: url("../img/show_instructions.png");
    width: 26px;
    height: 160px;
    z-index: 500;
}

/*custom leaflet css*/
.leaflet-popup-content-wrapper {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.9);
}
.leaflet-popup-content {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #2C2A2A;
}
.leaflet-popup-tip {
    background: rgba(255, 255, 255, 0.9);
}
.leaflet-popup-close-button {
    color: #948A8A !important;
}
.leaflet-popup-tip-container {
}
/*end of custom leaflet css*/

