/* Route description
----------------------------------------*/

h1 {
	font-size:1.5em;
	margin-bottom:0.15em;
}
#wrap {
    padding-left: 0;
    padding-right: 0;
}
div.breadcrumb {
    margin-left:0;
}
section {
    display: block;
    width:auto;
    float:left;
    clear:both;
}
section.withpadding {
    padding-left:7px;
}
section h2 {
    margin-top:0;
}
#sectionMaps {
    width:100%;
    max-width:98%;
}
#route_headerarea {
    display: inline-block;
    background-color: var(--route-header-bg-color);
}
#route_heading {
	float:left;
	clear:none;
	max-width:100%;
	font-weight:600;
	margin-bottom:5px;
}
#route_heading span {
	font-size:1.2em;
}
#route_overview_box {
	display:flex;
	flex:auto;
	height:auto;
	text-align:left;
	margin-top:4px;
	margin-left:0;
	float:left;
	clear:both;
}
#route_stats_column {
	float:left;
	clear:none;
}
#map_wrap {
    border: 1px solid darkgray;
    border-radius: 4px;
}
#map_canvas {
    border-radius:4px;
}
.paragraph_header {
    max-width: 1024px;
	color:var(--text-hdr-color);
	background-color:transparent;
	border-bottom: 1px solid var(--text-hdr-bdr-color);
}
.paragraph_header.section_header {
    margin: 10px 0 0 0;
    color:var(--text-primary-color);
    border-bottom: 0;
}
div.paragraph_text {
    max-width: 1024px;
    clear:none;
}
div.paragraph_text ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 3px;
	-webkit-appearance: none;
}
div.paragraph_text ul li {
	padding:0 0 0 18px;
	margin:0 0 2px 0;
	background-repeat:no-repeat;
	background-position:0 5px;
	background-size:10px 10px;
	-webkit-appearance: none;
}
div.paragraph_text ul li:before {
	vertical-align:middle;
	font-family: "FontAwesome", serif;
    content: "\f111";
	font-size:0.5em;
	margin-left:-12px;
	padding-left:0;
	padding-right:5px;
	color: var(--bullet1-color);
}

.buttonf {
	font-size:11pt !important;
	color:#FFF !important;
	text-decoration:none !important;
	padding-bottom:5px !important;
}
#statsColumn3 {
	width:100%;
	float:left;
	clear:none;
	border:0;
	padding:0;
	line-height: 1.3em;
    user-select: none;
}
span.mainRoutePic {
	background-color: transparent;
	background-image: var(--image-site-logo);
	background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;
	width:326px;
	max-width:326px;
	height:175px;
	max-height:175px;
}
span.mainRoutePic img {
	background-color: transparent;
	width:326px;
	max-width:326px;
	height:175px;
	max-height:175px;
}
div.mapimage {
    position: relative;
	float:left;
	clear:none;
	vertical-align:top;
	text-align:left;
	margin:0;
	width:300px;
    height:auto;
	background-image: var(--image-site-logo);
    background-size: 25% 25%;
    background-repeat: no-repeat;
    background-position: center;
}
div.mapimage a {
    display: block;
}
div.mapimage span:nth-child(1) {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-25%, -50%);
    width:100%;
    z-index: 10;
    font-size: 1.2em;
    color: var(--text-primary-dim-color);
    pointer-events: none;
}
div.mapimage span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 2.5em;
    color: var(--text-primary-dim-color);
    pointer-events: none;
}
img.mapimage-fullwidth {
	max-width:100%;
	height:auto;
}
.gmap_framewrap {
	position:relative;
    width:100%;
	max-width:100%;
    height:455px;
	float:left;
	clear:none;
	vertical-align:top;
	text-align:left;
	margin-top:3px;
    margin-right:0;
    display:flex;
    border:0;
    user-select: none;
}
.sliderPanel {
    display: none;
}
.route_titleicon {
    width:20px;
    height:20px;
    border:0;
    padding:0;
    margin:1px 0 -3px 0;
}
.route_alerticon {
    width:17px;
    height:17px;
    border:0;
    float:left;
    padding:0 3px 0 0;
}
span.route_photo {
    white-space:nowrap;
    background:var(--photo-placeholder-bg-color);
    border-radius:3px;
    padding-left:3px;
    padding-right:3px;
    height:1em;
    margin:0;
    cursor:pointer;
}
span.route_milestone {
    cursor:pointer;
}
#mapButtonsLocal {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    float: none;
    clear: both;
    padding-top: 5px;
    padding-left: 0;
    margin-left: 0;
    align-items: center;
    user-select: none;
    justify-content: flex-start;
}

.triggerButton {
    cursor: pointer;
    transition: transform 0.1s ease;
    user-select: none;
}
.triggerButton:hover {
    transform: scale(1.05);
}
.map-overlay-controls {
    position: absolute;
    top: 112px;
    left: 4px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}
#triggerProfile {
    background-color: #FFF;
    text-decoration: none;
    padding: 3px 2px 2px 2px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
#triggerProfile i {
    font-size: 38px;
    color: goldenrod;
    transition: color 0.2s;
    transform: scaleX(-1);
    display: inline-block;
}
#triggerJPGMap i {
    font-size: 42px;
    color: mediumseagreen;
    transition: color 0.2s;
}
#triggerFlythrough {
    padding-left: 3px;
}
#triggerFlythrough i {
    font-size: 47px;
    color: steelblue;
    transition: color 0.2s;
    transform: rotate(-50deg);
}
#triggerProfile:hover i {
    color: #b8860b;
}
#triggerJPGMap:hover i {
    color: #2e8b57;
}
#triggerFlythrough:hover i {
    color: #2b5d82;
}

#divRouteProfile {
    display: none;
    flex-direction: row;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: 475px;
    height:120px;
    width: 80%;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
}
.gmap_framewrap.fake-fullscreen #divRouteProfile {
    bottom: 25px;
}
#divRouteProfileChart {
    flex-grow: 1;
    height:120px;
    max-width:475px;
    text-align:center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#divRouteProfileChart span {
    font-size:2em;
}
#triggerJPGMapOnly {
    display:inline-block;
    width:auto;
    cursor: pointer;
    margin-top:3px;
    margin-bottom:5px;
}
#triggerJPGMap div.icon-stack,
#triggerFlythrough div.icon-stack {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}
#beatingArrow {
    font-size:0.8em;
    --fa-animation-duration:3s;
    --fa-beat-scale:2;
    color: #FF9933;
}
i.fa-map-marker {
    font-size:1.1em;
    color:var(--icon-milestone-color);
}
#moreStatsButton, #lessStatsButton {
    width:100%;
    float:left;
    clear:both;
    padding:3px;
    user-select:none;
}
.ui-tooltip {
    max-width:400px !important;
}
div.headerpic {
    clear:both;
    margin-bottom:10px;
    -webkit-box-shadow: 0 3px 3px 0 #222;
    -moz-box-shadow: 0 3px 3px 0 #222;
    box-shadow: 0 3px 3px 0 #222;
}
div.headerpic img {
    width:100%;
    max-width:100%;
    display:block;
}
img.photogallery-thumb {
    height:175px;
}
.featuredPhotoThumb img {
    background-color: transparent;
}
div.stat {
    display:flex;
    float:left;
    clear:both;
    white-space:normal;
}
span.label {
    position: relative;
    width:100px;
    min-width:100px;
    vertical-align: top;
    display: inline-block;
    background-color: rgba(255,255,255,.50);
    border-radius: 2px;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
}
span.label a, span.value a {
    display:block;
    width:100%;
    height:100%;
}
span.label.empty {
    background-color: transparent;
}
span.value {
    min-width:200px;
    vertical-align:middle;
    margin:0.2em;
    display:inline-block;
}
.routeAlerts {
    user-select: none;
    float: right;
    margin: -10px -7px 5px 5px;
    background-color: var(--widget-alert-bg-color);
    font-size:0.87em;
    width:225px;
    padding: 6px;
    border: 1px solid var(--widget-alert-bdr-color);
    border-radius: 0 0 6px 6px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
}
.routeAlerts.printVersion {
    width:200px;
    background-color: var(--widget-alert-print-bg-color);
    border-radius: 6px;
    box-shadow: none;
    margin:25px 5px 5px 5px;
}
.routeAlerts a {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
}
.routeAlert {
    margin-bottom:5px;
}
.SmallTextMain {
    white-space:nowrap;
}

@media (max-width : 1150px) {
    #sectionMaps {
        width:1024px;
    }
}
@media (max-width : 800px) {
    .gmap_framewrap {
    }
    #map_wrap {
    }
    #divRouteProfile {
        bottom:55px;
    }
}
@media (max-width : 700px) {
    span.mainRoutePic {
        display:none;
    }
}
@media (max-width : 600px) {
    #route_overview_box {
        width:98%;
    }
    .SmallTextMain {
        font-size:10pt;
        white-space:normal;
    }
    .routeAlerts {
        float:none;
        margin: 0 0 5px 0;
        width: auto;
        border-radius: 0;
        box-shadow: none;
    }
}
@media (max-width : 550px) {
    img.photogallery-thumb {
        height:110px;
        max-width:100%;
    }
}
@media (min-width : 600px) {
    #morelessButtonWrap {
        display:none;
    }
}
@media print {
    #printButton {
        display:none;
    }
    div.ui-dialog {
        display:none !important;
    }
    span.class1,
    span.class2,
    span.class3,
    span.class4,
    span.class5 {
        color:#FFF;
    }
}