﻿
/*body {
    width: 950px;
    margin: 0 auto;
}*/

.gpx {
    /*border: 2px #aaa solid;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px #ccc;*/
    width: inherit;
    height:inherit;
    /*width: 600px;*/
    margin: 0.25em auto;
}

    .gpx header {
        padding: 0.5em;
    }

    .gpx h3 {
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .gpx .start {
        font-size: smaller;
        color: #444;
    }

    .gpx .map {
        position: relative;
        z-index: 1;
        border: 1px #888 solid;
        border-left: none;
        border-right: none;
        width: inherit;
        /*width: 600px;*/
        height: 500px;
        margin: 0;
    }

    .gpx .elev {
        border: 1px #888 solid;
        border-left: none;
        border-right: none;
        width: inherit;
        /*width: 600px;*/
        height: 100px;
        margin: 0;
    }

    .gpx footer {
        background: #f0f0f0;
        padding: 0.5em;
    }

    .gpx ul.info {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: smaller;
    }

        .gpx ul.info li {
            color: #666;
            padding: 2px;
            display: inline;
        }

            .gpx ul.info li span {
                color: black;
            }


.show {
    display: block;
}

.panel1 {
    min-width: 200px;
    width: 250px;
    float: left;
    margin-top: 15px;
}

.panel2 {
    min-width: 600px;
    width: 650px;
    float: right;
}

.custompopup .leaflet-popup-content-wrapper {
    /*background: #2c3e50;*/
    color: #2c3e50;
    font-size: 12px;
    line-height: 16px;
    border-left: 2px solid cyan;
    border-right: 2px solid cyan;
    border-top: 2px solid cyan;
    border-bottom: 2px solid cyan;
    width: 5em;
    height: 2em;
    border-radius: 3px;
    text-align: center;
}
.custompopup .leaflet-popup-content {
    margin: 4px 4px 4px 4px;
    line-height: 1;
}

.custompopup .leaflet-popup-content-wrapper a {
    color: rgba(255,255,255,0.5);
}

.custompopup .leaflet-popup-tip-container {
    width: 0px;
    height: 0px;
}

.custompopup2 .leaflet-popup-content-wrapper {
    color: #2c3e50;
    font-size: 12px;
    line-height: 16px;
    border-left: 2px solid cyan;
    border-right: 2px solid cyan;
    border-top: 2px solid cyan;
    border-bottom: 2px solid cyan;
    height: 4em;
    border-radius: 3px;
    text-align: center;
    width: 20em;
}

.custompopup2 .leaflet-popup-content {
    margin: 2px 2px 2px 2px;
    line-height: 0.8;
}

.custompopup2 .leaflet-popup-content-wrapper a {
    color: rgba(255,255,255,0.5);
}

.custompopup2 .leaflet-popup-tip-container {
    width: 0px;
    height: 0px;
}

/*#routes {
    border: 2px #aaa solid;
    border-radius: 5px;
    box-shadow: 0 0 3px 3px #ccc;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: smaller;
    border-collapse: collapse;
    width: 90%;
}

    #routes td, #routes th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #routes tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #routes tr:hover {
        background-color: #ddd;
    }

#routesHeader th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
    font-style: italic;
    background-color: #fcc50f;
}

#routesTitle th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
    padding-left: 24px;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    background-color: #fcc50f;
}*/


