﻿
/* Logo */

#logo {
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

/* Image Slider */

.flex-caption {
    width: 100%;
    padding: 3px 7px 3px 10px;
    background: rgba(215,220,237,1);
    color: rgba(0, 0, 0, 0.9);
    font-size: 1em;
    border-radius: 3px;
    margin: 0px;
}

.flexslider .slides img {
    border: 0px;
}

.flex-list ul, .flex-list-faq ul {
    padding-inline-start: 25px;
}

.flex-list-faq {
    padding-inline-start: 0px;
}

/* Framework */

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    padding-top: 0px;
    border-top: 0px;
}

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
}

h3 {
    margin: 0 0 5px 0;
}

h4 {
}

header.pageheader {
    text-align: center;
}

    header.pageheader a {
        text-decoration: none;
    }

/* Images */

img {
    border: 1px solid silver;
}

    img.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.noborder {
        border: 0px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.button {
        border: 0px;
        display: inline-block;
        margin: 0;
    }

    img.lblink {
        max-width: 500px;
        margin-top: 15px;
        display: block;
        border: 1px solid #0066CC;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    img.lblink2 {
        display: block;
        border: 1px solid #0066CC;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    img.icon {
        border: 0px;
        float: left;
        margin: 5px;
    }

    img.iconDownload {
        border: 0px;
        margin: 3px;
        height: 24px;
        width: 24px;
        vertical-align: middle;
    }

    img.activityIconPopup {
        border: 0px;
        float: left;
        margin: 5px;
        width: 40px;
    }

    img.activityIconPage {
        border: 0px;
        float: left;
        margin: 7px 10px 10px 5px;
        width: 50px;
    }

    img.activityIconList {
        border: 0px;
        float: left;
        margin: 2px 2px 2px 2px;
        width: 20px;
    }





/* Navigation */

#BigNavPrimary {
    padding: 10px 10px 10px 10px;
}


#BigNavFooter {
    margin: 35px 0px 30px 0px;
}

nav ul {
    padding: 0px;
    list-style-type: none;
}

    nav ul li a {
        font-weight: bold;
        text-decoration: none;
    }

/* Nearby Location - In page navigation */

div.nearby {
    margin-left: auto;
    margin-right: auto;
}

    div.nearby ul {
        margin: 5px 5px 5px 5px;
        padding: 0px;
        list-style-type: none;
        text-align: center;
        column-count: 3;
        column-gap: 0px;
    }

        div.nearby ul li {
            margin: 12px 5px 5px 5px;
            display: inline-block;
        }

            div.nearby ul li a {
                font-weight: bold;
                font-family: Verdana,Arial,sans-serif;
                font-size: 1.0em;
                text-decoration: none;
                background-color: rgba(255, 224, 112, 0.60);
                border-radius: 4px;
                color: rgba(0, 0, 0, 0.60);
                padding: 3px 13px 4px 13px;
            }

                div.nearby ul li a:hover {
                    background-color: rgba(255, 224, 112, 1.0);
                    color: rgba(0, 0, 0, 0.9);
                    text-decoration: none;
                }

/* Host Panel */

#hostpanel section header h3 {
    background-color: #B8C0DD;
}

#hostpanel section header h4 {
    background-color: #D7DCED;
}

/* Columns */

div.columns2 {
    margin: 0px;
}

section.columns2 {
    margin: 0px 5px 0px 5px;
}



div.columns2 img, div.columns3 img, a.download-common img, div.columns2centered div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Purchase */

.purchase-default {
    /*background-color:#FDD017;*/
    text-decoration: none;
    color: Black;
    border: 1px;
    border-style: solid;
    border-color: Black;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253, 208, 23, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017)"; /* IE8 */
}

    .purchase-default:hover {
        background-color: rgba(253, 208, 23, 0.90);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FDD017,endColorstr=#F0FDD017); /* IE 6 & 7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0FDD017,endColorstr=#F0FDD017)"; /* IE8 */
    }

.purchased {
    /*background-color:#FDD017;*/
    text-decoration: none;
    color: Black;
    border: 1px;
    border-style: solid;
    border-color: Black;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(253, 208, 23, .65);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017)"; /* IE8 */
}

.purchase-common, .download-common {
    width: 170px;
}

.purchase-universal, .purchase-universal-gift, .purchase-lifetime-gift, .purchase-gift-link {
    width: 190px;
}

.purchase-stickers {
    height: 100px;
    width: 170px;
    text-decoration: none;
    color: Black;
    background-color: rgba(253, 208, 23, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017); /* IE 6 & 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FDD017,endColorstr=#80FDD017)"; /* IE8 */
}

    .purchase-stickers input, .purchase-stickers select {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.purchase-discount {
    text-decoration: line-through;
    color: red;
}

.button-platform {
    width: 100px;
    border: 1px;
    border-style: solid;
    border-color: Black;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}
/* Downloads */

.downloadbox {
    padding: 10px 0px 10px 0px;
    border: 1px;
    border-style: solid;
    border-color: Gray;
    border-radius: 4px;
    text-align: center;
}

/* Lists */

ul.basiclist {
    list-style-type: none;
    padding-left: 8px;
    margin: 0px;
    /*text-align: left;*/
}

    ul.basiclist li {
        margin-top: 3px;
        clear: both;
    }

ul.wraplist {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

/* Activity List - Admin */

ul.actlist {
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    overflow: hidden;
    list-style-type: none;
}

    ul.actlist label {
        padding: 3px;
        text-align: left;
    }

/* Ads */

.googleAdFramework, .googleAdInPage {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .googleAdFramework div iframe {
        border: 1px solid #0066CC;
    }

#googleAdBannerTop {
    position: fixed;
    top: 0px;
    z-index: 10000;
}

#googleAdBannerBottom {
    position: fixed;
    z-index: 10000;
}

#googleAdSidebarLeft {
    position: fixed;
    left: 15px;
    top: 45px;
    z-index: 10000;
}

#googleAdSidebarRight {
    position: fixed;
    left: 1080px;
    top: 45px;
    z-index: 10000;
}

iframe {
    overflow: hidden;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.i160x600 {
    width: 160px;
    height: 600px;
}

.i300x250 {
    width: 300px;
    height: 250px;
}

.i468x60 {
    width: 468px;
    height: 60px;
}

.i728x90 {
    width: 728px;
    height: 90px;
}

.i970x90 {
    width: 970px;
    height: 90px;
}

iframe.youtube, iframe.youtube2 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.pagecenter { /*inherits width in other stylesheets*/
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}


iframe.fbreview {
    border: none;
    overflow: hidden;
    width: 500px;
}

section.fbreview {
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    width: 500px;
}

    section.fbreview p {
        text-align: right;
        margin-bottom: 20px;
    }

        section.fbreview p a:link {
            text-decoration: none;
        }

        section.fbreview p a:link, section.fbreview p a:visited {
            text-decoration: none;
            color: #5B6FBA;
        }


        section.fbreview p a:hover, section.fbreview p a:active {
            text-decoration: underline;
            color: #EE0000;
        }

/* Forms */

form {
    margin: 0 auto;
}

input.webform, select.webform, textarea.webform, label.webform + ul, label.webform + a {
    float: left;
    margin: 3px;
}

input[type=submit] {
    margin: 10px;
}

.webformTable {
    display: inline-block;
    float: left;
}

label {
    text-align: right;
    vertical-align: top;
    padding-top: 3px;
    display: inline-block;
}

    label.webform {
        clear: left;
        float: left;
    }

    /*label.contactform {
        width: 115px;
    }*/

    label.giftform, label.contactform {
        width: 115px;
        font-weight: bold;
        padding-right: 3px;
    }

input[type=submit].webform {
    clear: left;
    float: right;
}

input[type=submit].table {
    clear: left;
    float: right;
    margin: 2px;
}


input + input {
    margin: 0 auto;
}

input[type=text].error {
    border-color: #EE2000;
    border-style: solid;
    background-color: #FFE6E6;
}

input[type=text].required {
    border-color: #555555;
    border-style: solid;
}

label.giftform + input, label.giftform + span, label.giftform + textarea {
    margin-bottom: 5px;
}

label.giftform + label + a {
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}

ul.giftform {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
}

span.error {
    color: #EE2000;
}

span.assist {
    font-style: italic;
    /*vertical-align: bottom;*/
}

/* Links */

a.detaillink:link {
    text-decoration: none;
    color: #0000FF;
}

a.detaillink:visited {
    text-decoration: none;
    color: #800080;
}

a.detaillink:hover, a.detaillink:active {
    text-decoration: underline;
    color: #EE0000;
}

/* Message Box*/

div.message {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.message section {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: rgba(253, 208, 23, 0.45);
    border: 1px;
    border-style: solid;
    border-radius: 4px;
    text-align: center;
    padding: 10px 25px 10px 25px;
    font-size: 1.1em;
}

div.centerFlex {
    display: flex;
    justify-content: center;
}

.centerFlex section {
    display: inline-block;
    /*margin-bottom: 10px;*/
}

.goldMessage {
    background-color: rgba(253, 208, 23, 0.45);
    border: 1px;
    border-style: solid;
    border-radius: 4px;
    font-size: 1.1em;
    padding: 10px 25px 10px 25px;
}


/* Trail Finder Map */

.infowindow p {
    clear: both;
}

.infowindow h3 {
    white-space: nowrap;
}

.infowindow div {
    text-align: center;
    margin-top: 1.5em;
    padding-bottom: 5px;
    overflow: hidden;
}

#mainlink {
    font-weight: bold;
    font-size: 1.1em;
}

.tooltip {
    padding: 3px;
    background-color: #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    position: fixed;
    border: 1px solid #888888;
    white-space: nowrap;
}

.maptip {
    padding: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #888888;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.location {
    border: 1px solid #444444;
}

.legendButton {
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: White;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-weight: bold;
    color: Grey;
}

a.legendButton:hover {
    cursor: pointer;
    color: Black;
}

.legendButtonOpen {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: Black;
}

#legend {
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: White;
    width: 500px;
    height: 580px;
    border: 1px solid Black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 3px 0px 3px 3px;
    border-radius: 3px 0px 3px 3px;
}

    #legend img {
        border: 0px;
    }

/* Trailfinder Tilemap */
.tilemapContainer {
    height: 800px;
    width: 95%;
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.tilemapHidden {
    display: none;
}

.tilemap {
    /*display: inline;*/
    position: relative;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 100;
}

    .tilemap:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.tilemapDownloadContainer {
    /*height: 550px;
    width: 80%;*/
    height: 600px;
    width: 100%;
    overflow: scroll;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


/* Trailfinder Tilemap Background Selector*/
.backgroundSelect {
    display: inline-block;
    position: absolute;
    z-index: 10000;
    background-color: White;
    padding: 2px 5px 2px 5px;
    margin-left: 44px;
    margin-top: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #eeeeee;
    font-weight: bold;
    color: Grey;
}

    .backgroundSelect:hover {
        cursor: pointer;
        color: Black;
    }

.backgroundSelectOpen {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    color: Black;
}


/* Trailfinder Tilemap Zoom Control */
div.zoomControl {
    background-color: white;
    display: inline;
    position: absolute;
    z-index: 1000;
    padding: 0px;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #eeeeee;
}

    div.zoomControl img {
        border: 0px;
        display: block;
        margin: 3px;
        width: 26px;
        height: 26px;
    }

        div.zoomControl img.zoomIn {
            content: url(/images/zoom_plus_enabled.jpg);
            cursor: pointer;
        }

            div.zoomControl img.zoomIn:hover {
                content: url(/images/zoom_plus_hover.jpg);
                cursor: pointer;
            }

        div.zoomControl img.zoomInDisabled {
            content: url(/images/zoom_plus_disabled.jpg);
            cursor: default;
        }

        div.zoomControl img.zoomOut {
            content: url(/images/zoom_minus_enabled.jpg);
            cursor: pointer;
        }

            div.zoomControl img.zoomOut:hover {
                content: url(/images/zoom_minus_hover.jpg);
                cursor: pointer;
            }

        div.zoomControl img.zoomOutDisabled {
            content: url(/images/zoom_minus_disabled.jpg);
            cursor: default;
        }

/* MBTiles Download  */

.mapSelectionRow {
    white-space: nowrap;
}

img.delete {
    cursor: pointer;
}

table.maps {
    margin: 5px;
    border: 5px;
}

    table.maps td, table.maps th {
        padding: 3px 8px 3px 8px;
    }

    table.maps th {
        text-align: center;
    }

    table.maps td {
        vertical-align: middle;
        height: 26px;
    }

td.right {
    text-align: right;
}


/* Tables */
td {
    vertical-align: top;
    padding-left: 5px;
}

table.url tr td {
    vertical-align: middle;
    padding-left: 5px;
}

td.centered {
    vertical-align: middle;
    text-align: center;
}

td.label {
    vertical-align: middle;
    text-align: right;
    width: 100px;
    white-space: nowrap;
}

th {
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    vertical-align: middle;
    border-radius: 3px;
}

    th.center {
        background-color: #DDDDDD;
        text-align: center;
        padding-left: 10px;
        padding-top: 5px;
        vertical-align: middle;
        border-radius: 3px;
    }

table.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    border-spacing: 7px;
}

table.admin td {
    vertical-align: top;
    padding-left: 1px;
}

table.admin th {
    background-color: #DDDDDD;
}

.facebookShare {
    float: right;
    margin-top: 4px;
    margin-right: 4px;
}



/* Colors */

.green {
    color: #39ca20;
    font-weight: bold;
}

.blue {
    color: #3930ff;
    font-weight: bold;
}

.purple {
    color: #bd00d5;
    font-weight: bold;
}

.red {
    color: #bd0000;
    font-weight: bold;
}

.orange {
    color: #ff9500;
    font-weight: bold;
}

.gray {
    color: #949494;
    font-weight: bold;
}

.black {
    font-weight: bold;
}


/* Not Displayed */

.googleAdFramework, .searchEngineList {
    display: none;
}


/*image Selector*/

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    /*box-shadow:0 0 3px #ccc;*/
    outline: 0;
    padding: 0px;
}

.image-checkbox-checked {
    border-color: #2196f3;
}


.image-checkbox img {
    max-height: 128px !important;
    max-width: 128px !important;
}

.image-checkbox i {
    display: none;
    color: #2196f3;
}

.image-checkbox-checked {
    position: relative;
}

    .image-checkbox-checked i {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
    }

.createMap {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.createMap-enabled {
    content: url('/images/CreateMap_Enabled.png');
}

.createMap-disabled {
    content: url('/images/CreateMap_Disabled.png');
    /*cursor: default;*/
}

.progress {
    cursor: progress;
}

img.progress {
    width: 110px;
}


/* Customize form input radio buttons and checkboxes  */ 
.inputStyle {
    text-align: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .inputStyle input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.radioButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.inputStyle:hover input ~ .radioButton {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.inputStyle input:checked ~ .radioButton {
    background-color: #B8C0DD;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioButton:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.inputStyle input:checked ~ .radioButton:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.inputStyle .radioButton:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.inputStyle:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.inputStyle input:checked ~ .checkmark {
    background-color: #B8C0DD;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.inputStyle input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.inputStyle .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
