@charset "UTF-8";

.alignleft {
    width: 30px;
}

.hide {
    display: none;
}

/* Navigation
----------------------------------------*/
#nav-toggle {
    margin: 10px 0 30px;
}

#new-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    padding: 5px 10px;
    margin: 0;
    z-index: 1040;
}

/* Analysis Sections
----------------------------------------*/
.analysis-content {
    max-height: 400px;
    overflow-y: auto;
    color: #ffffff;
}

.regenerate-btn {
    font-size: 0.8rem;
}

.ai-description {
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.basic-description {
    border-left: 3px solid #007bff;
}

.scientific-description {
    border-left: 3px solid #28a745;
}

#ai-analysis-loader {
    margin: 1rem 0;
    padding: 1rem;
    color: #ffffff;
    border-radius: 0.25rem;
}

/* Accordion
----------------------------------------*/
.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: rgba(255, 255, 255, 0.1);
    --bs-accordion-btn-padding-x: 0.75rem;
    --bs-accordion-btn-padding-y: 0.5rem;
    --bs-accordion-padding: 0.75rem;
}

.accordion-item {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button {
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}

.accordion-button::after {
    filter: invert(1) grayscale(100%) brightness(200%);
    transition: none;
}

.accordion-collapse {
    transition: none;
}

/* Accordion Body
----------------------------------------*/
.accordion-body {
    padding: 0.75rem;
    color: #fff;
    background-color: transparent;
}

.accordion-body > div:last-child {
    margin-bottom: 0;
}

.accordion-body h5 {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #fff;
    opacity: 0.9;
}

.accordion-body .badge {
    margin: 0.25rem 0.5rem 0.25rem 0;
    padding: 0.35rem 0.65rem;
}

.accordion-body,
.accordion-body span,
.accordion-body .label-text,
.accordion-body .label-percentage {
    color: #fff;
}

/* Accordion Scrollbar
----------------------------------------*/
.accordion-body::-webkit-scrollbar {
    width: 6px;
}

.accordion-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.accordion-body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

/* Modal
----------------------------------------*/
.modal .modal-header .close {
    margin-top: 1px;
    color: #000000;
    opacity: 1;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    outline: 0;
    user-select: all;
}

/* Image Repository Badge
----------------------------------------*/
.image-repo-badge {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 110;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    font-size: 12px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

.image-repo-badge i {
    font-size: 14px;
}
/* Side Panel Base
----------------------------------------*/
.side-panel-new {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -420px;
    width: 420px;
    height: 100%;
    z-index: 121;
    padding: 0 15px 0 5px;
    background-color: #000000;
    border-left: 1px solid #121212;
    transition: left 0.5s;
}

.side-panel-new.open {
    left: 50px;
}

/* Panel Content
----------------------------------------*/
.side-panel-new .panel-content {
    display: none;
    color: #ffffff;
    font-family: colfax-web, sans-serif;
}

.side-panel-new .panel-content p {
    font-size: 14px;
}

.side-panel-new .panel-content h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: colfax-web, sans-serif;
}

.side-panel-new .panel-content h4 {
    padding-top: 20px;
    font-size: 16px;
    font-family: colfax-web, sans-serif;
}

.side-panel-new .smaller-text {
    margin-top: 5px;
    color: #ffffff;
    font-size: 12px;
    font-family: colfax-web, sans-serif;
}

/* Panel Controls
----------------------------------------*/
.side-panel-new .hide-side-panel {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    cursor: pointer;
}

/* Container Layout
----------------------------------------*/
.side-panel-new .side-panel-container .label-parent {
    display: flex;
    justify-content: space-between;
}

.side-panel-new .side-panel-container .group-header {
    margin: 5px 0 9px;
    font-weight: bold;
    text-decoration: underline;
}

.side-panel-new .side-panel-container .left {
    padding-left: 0;
}

.side-panel-new .side-panel-container .right {
    display: flex;
    align-items: center;
    padding-left: 20px;
    white-space: nowrap;
}

/* Form Elements
----------------------------------------*/
.side-panel-new textarea,
.side-panel-new input {
    padding: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    background: transparent !important;
}

.side-panel-new textarea:focus,
.side-panel-new input:focus {
    color: #ffffff !important;
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Share Links
----------------------------------------*/
.side-panel-new .share_link {
    width: 100%;
    border: 1px solid;
}

.side-panel-new .share_link_holder a {
    font-size: 18px;
}

/* Additional Content
----------------------------------------*/
.side-panel-new .map-about {
    margin-top: 20px;
}
/* Map Styles
----------------------------------------*/
.map-header {
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.slide_overlay_map {
    transform: translateX(-150%);
}

.marker {
    width: 15px;
    height: 15px;
    opacity: 1;
    cursor: pointer;
    background-color: #FFFF00 !important;
    border: 2px solid white;
    border-radius: 50%;
}

/* Popup Container
----------------------------------------*/
.custom-popup {
    width: 200px;
    height: 80px;
    padding: 0;
    background: #FFF !important;
}

.mapboxgl-popup {
    max-width: 200px !important;
}

.mapboxgl-popup-content {
    padding: 0;
    background: none;
}

.mapboxgl-popup-tip {
    display: none;
}

/* Popup Content
----------------------------------------*/
.mapboxgl-popup-content .obs-popup {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.popups-content {
    height: 100%;
    margin-left: 50px;
    padding-left: 10px;
}

.obs-popup img {
    float: left;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
}

/* Popup Text
----------------------------------------*/
.popups-title {
    display: block;
    width: 80%;
    font-family: 'Colfax Regular';
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popups-taxon {
    display: block;
    width: 100%;
    font-family: 'Colfax Regular';
    font-size: 14px;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Close Button
----------------------------------------*/
.mapboxgl-popup-close-button {
    margin: -7px !important;
    padding: 0 4px !important;
    font-size: 16px !important;
    color: white !important;
    background-color: #333 !important;
    border: none !important;
    border-radius: 9px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
}
/* Timer Styles
----------------------------------------*/
.timer-small .base-timer {
    position: relative;
    width: 37px;
    height: 37px;
    margin-left: 10px;
}

.timer-small .base-timer__svg {
    transform: scaleX(-1);
}

.timer-small .base-timer__circle {
    fill: none;
    stroke: none;
}

.timer-small .base-timer__path-elapsed {
    stroke: grey;
    stroke-width: 2px;
}

.timer-small .base-timer__path-remaining {
    stroke-width: 2px;
    stroke-linecap: round;
    stroke: currentColor;
    fill-rule: nonzero;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
}

.timer-small .base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.timer-small .base-timer__path-remaining.orange {
    color: orange;
}

.timer-small .base-timer__path-remaining.red {
    color: red;
}

.timer-small .base-timer__label {
    position: absolute;
    top: 0;
    width: 38px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

/* Button and Controls
----------------------------------------*/
#playPauseButton.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.options_buttons a {
    font-size: 25px;
}

/* Text Elements
----------------------------------------*/
.hotspot_panel {
    color: #ffffff !important;
    font-family: colfax-web, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.socialchecks {
    margin-bottom: 5px;
    font-family: colfax-web, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

#weatherwithoutconversation,
#weatherwithconversation {
    margin-bottom: 10px;
    font-family: colfax-web, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#weatherwithoutconversation i,
#weatherwithconversation i {
    margin-right: 5px;
}

/* Weather Display
----------------------------------------*/
#wind-direction-icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.show-celsius #weatherwithoutconversation {
    display: none;
}

.show-celsius #weatherwithconversation {
    display: block;
}

/* Modal and Links
----------------------------------------*/
.modal-content a {
    color: #000000;
    text-decoration: underline;
}

.modal-content a:hover {
    color: #000000;
}

/* Tooltips
----------------------------------------*/
.simpleTooltip.newTooltip {
    border: 0;
    background: #428bca;
    color: #fff;
    font-size: 12px;
    z-index: 110;
}

.simpleTooltip.newTooltip .arrow-down {
    margin-top: 0;
    margin-left: -6px;
}

/* Side Panel
----------------------------------------*/
.side-panel-container {
    margin-top: 0;
    padding: 3px 20px 0;
}

.side-panel-container a {
    color: #ffffff;
    text-decoration: underline;
}

.side-panel-container a:hover {
    color: #ffffff;
}

.analyze-header,
.side-panel {
    position: absolute;
    top: 0;
    left: -345px;
    z-index: 100;
    width: 400px;
    height: 100%;
    padding: 4px;
    margin-top: 0;
    display: none;
    flex-direction: column;
    overflow: auto;
    font-size: 14px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 2px #333;
    transition: all 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.analyze-header .hide-analyze,
.side-panel .hide-side-panel {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 170;
    color: #ffffff;
    font-size: 1.8em;
}

/* Panel Layout
----------------------------------------*/
.analyze-header #analyze-container .label-parent,
.side-panel .side-panel-container .label-parent {
    display: flex;
    justify-content: space-between;
}

.analyze-header #analyze-container .group-header,
.side-panel .side-panel-container .group-header {
    margin: 5px 0 9px;
    font-size: 16px;
    line-height: 16px;
}

.analyze-header #analyze-container .left,
.side-panel .side-panel-container .left {
    padding-left: 0;
}

.analyze-header #analyze-container .right,
.side-panel .side-panel-container .right {
    display: flex;
    align-items: center;
    padding-left: 20px;
    white-space: nowrap;
}

/* Images and Grids
----------------------------------------*/
.side-panel-image {
    width: 50px;
    height: 50px;
}

.grid_holder {
    position: relative;
    margin: 0.4rem;
}

.grid_img {
    position: relative;
    width: 100%;
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
}

/* Utilities
----------------------------------------*/
.hiddenclass {
    display: none !important;
}

#text_to_speak {
    margin: 0;
    padding: 0;
}





.height-holder {
    float: left;
}
/* Map Header
----------------------------------------*/
.map-header {
    position: absolute;
    top: 64px;
    left: 80px;
    z-index: 105;
    width: 300px;
    margin-top: 0;
    padding: 4px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.map-title {
    font-size: 1em;
    margin-bottom: 0;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
}
.scene-timestamp {line-height: 10px; padding-bottom:10px; color: #ffffff; }

.map-assigned-maps {
    width: 50%;
    font-size: 1.1em;
    pointer-events: all;
}

.map-subtitle a {
    padding-right: 10px;
    font-family: colfax-web, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
    text-underline-offset: 3px;
    margin-bottom: 0;
}

.map-subtitle a:hover {
    text-decoration: underline;
}

/* Image Modal
----------------------------------------*/
.custom-image-modal .modal-content {
    background-color: #000;
}

.custom-image-modal .modal-header {
    padding-bottom: 0.5rem;
    background-color: #000;
    border-bottom: none;
}

.custom-image-modal .modal-body {
    padding: 0;
}

/* Image Carousel
----------------------------------------*/
.custom-image-carousel .carousel-item {
    height: 70vh;
    background-color: #000;
}

.custom-image-carousel .carousel-item img {
    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
}

/* Trail Info Bar
----------------------------------------*/
.trail-info-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 109;
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    padding: 7px 10px 0 70px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.trail-info-bar .info-left,
.trail-info-bar .info-right {
    width: 50%;
    line-height: 1.5;
}

.trail-info-bar .info-left {
    float: left;
}

.trail-info-bar .info-right {
    float: right;
}

.trail-info-bar a {
    color: #ffffff;
}

/* Trail Info Bar Link Animation
----------------------------------------*/
.trail-info-bar .info-left a {
    position: relative;
    color: #ffffff;
}

.trail-info-bar .info-left a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.trail-info-bar .info-left a:hover:after {
    width: 100%;
    left: 0;
}

/* Updated Trail Title
----------------------------------------*/
.updated-trail-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 109;
    width: 100%;
    height: 75px;
    margin-top: 0;
    padding: 10px 0 0 80px;
    color: #FFFFFF;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    transition: all 0.5s ease-in-out;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
}

.updated-trail-title h1 {
    margin-bottom: 0;
    font-family: colfax-web, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    transition: all 0.5s ease-in-out;
}
/* Trail Header
----------------------------------------*/
.tour-info .back-arrow-separator {
    position: absolute;
    top: 36px;
    left: 4px;
    z-index: 21;
    width: 23px;
    border-bottom: 2px solid #e5e5e5;
}

.tour-info .back-arrow {
    position: absolute;
    top: 40px;
    left: 7px;
    z-index: 21;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.tour-info .trailcontent {
    position: relative;
    z-index: 20;
    width: 100%;
    min-width: 200px;
    min-height: 70px;
    padding: 6px 0 0 34px;
    font-size: 16px;
    color: #FFFFFF;
    background-image: url(../images/txt_back.png);
    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
}

.tour-info .trailcontent .trail-name {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    -webkit-font-smoothing: antialiased;
}

/* Trail Content Links
----------------------------------------*/
.trailcontent .scene_edit,
.trailcontent .trail_edit {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.tour-info .trailcontent .master_map_links {
    padding-bottom: 3px;
}

.tour-info .trailcontent .master_map_links a {
    color: #e5e5e5;
    font-size: 12px;
}

.tour-info .trailcontent .master_map_links div {
    line-height: 12px;
}

/* Trail Container and Chart
----------------------------------------*/
.trailcontainer {
    width: 100%;
    margin-top: 0;
}

#chart {
    cursor: pointer;
}

#chart_container {
    position: absolute;
    bottom: 25px;
    width: 100%;
    height: 100px;
    margin-left: 0;
    z-index: 20;
}

.chart_filler {
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 10px;
    margin: 0 0 0 -4px;
    background-color: transparent;
    opacity: 0.8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.chart_filler_text {
    position: fixed;
    bottom: 15px;
    left: 10px;
    z-index: 40;
    width: 100px;
    margin-top: 0;
    font-size: 12px;
    color: #ffffff;
}

/* Weather and Location
----------------------------------------*/
.dest_weather {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 109;
    width: 50%;
    height: 50px;
    padding: 10px 30px 0 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #FFFFFF;
    pointer-events: none;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
    transition: all 0.5s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

/* Selectable Coordinates
----------------------------------------*/
.tour-lat3,
.tour-long3 {
    user-select: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
}

/* Non-selectable Elements
----------------------------------------*/
.info-right .dms,
.info-right .dd,
.info-right a {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.info-right .dms {
    display: none;
}

/* Content Layout
----------------------------------------*/
.sidebar_trails {
    float: left;
    width: 20%;
    height: 700px;
}

.contentHolder {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.contentHolder .content {
    height: 720px;
}

.scene_label {
    position: relative;
    margin-top: -30px;
    color: #FFFFFF;
}

.scene_label a {
    color: #FFFFFF;
}

/* Embed Modifications
----------------------------------------*/
body.embed .tour-info .back-arrow-separator {
    display: none;
}

body.embed .tour-info .trailcontent {
    padding-left: 6px;
}

.spacer {
    text-align: center;
}
/* Trail Points of Interest Container
----------------------------------------*/
.spec_cont {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 120;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

/* Badge Styles
----------------------------------------*/
.sign_badge {
    display: inline-block;
    margin: 1px;
    padding: 0.25em 0.4em;
    line-height: 1;
    color: #fff;
    background: rgba(26, 26, 26);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: 
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

/* Waypoint Styles
----------------------------------------*/
.specwaypoint .btn {
    padding: 1px 4px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
}

.specwaypoint,
.specintersectioninfo {
    position: relative;
    padding: 0 5px;
    margin-top: 0;
    color: #FFFFFF;
    font-size: 14px;
    text-shadow: 1px 1px 2px #333;
    -webkit-font-smoothing: antialiased;
}

.specwaypointdesc {
    width: 240px;
    padding-left: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 1px 1px 2px #333;
    background-repeat: repeat;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
}

/* Graph Styles
----------------------------------------*/
.rickshaw_graph {
    position: relative;
}

.rickshaw_graph svg {
    display: block;
    overflow: hidden;
}


.rickshaw_annotation_timeline {
	height: 1px;
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
	position: relative;
}
.rickshaw_annotation_timeline .annotation {
	position: absolute;
	height: 6px;
	width: 6px;
	margin-left: -2px;
	top: -3px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.25);
}
.rickshaw_graph .annotation_line {
	position: absolute;
	top: 0;
	bottom: -6px;
	width: 0px;
	border-left: 2px solid rgba(0, 0, 0, 0.3);
	display: none;
}
.rickshaw_graph .annotation_line.active {
	display: block;
}

.rickshaw_graph .annotation_range {
        background: rgba(0, 0, 0, 0.1);
        display: none;
        position: absolute;
        top: 0;
        bottom: -6px;
}
.rickshaw_graph .annotation_range.active {
        display: block;
}
.rickshaw_graph .annotation_range.active.offscreen {
        display: none;
}

.rickshaw_annotation_timeline .annotation .content {
	background: white;
	color: black;
	opacity: 0.9;
	padding: 5px 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	border-radius: 3px;
	position: relative;
	z-index: 20;
	font-size: 12px;
	padding: 6px 8px 8px;
	top: 18px;
	left: -11px;
	width: 160px;
	display: none;
	cursor: pointer;
}
.rickshaw_annotation_timeline .annotation .content:before {
	content: "\25b2";
	position: absolute;
	top: -11px;
	color: white;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
}
.rickshaw_annotation_timeline .annotation.active,
.rickshaw_annotation_timeline .annotation:hover {
	background-color: rgba(0, 0, 0, 0.8);
	cursor: none;
}
.rickshaw_annotation_timeline .annotation .content:hover {
	z-index: 50;
}
.rickshaw_annotation_timeline .annotation.active .content {
	display: block;
}
.rickshaw_annotation_timeline .annotation:hover .content {
	display: block;
	z-index: 50;
}
.rickshaw_graph .y_axis,
.rickshaw_graph  .x_axis_d3 {
	fill: none;
}
.rickshaw_graph .y_ticks .tick line,
.rickshaw_graph .x_ticks_d3 .tick {
	stroke: rgba(0, 0, 0, 0.16);
	stroke-width: 2px;
	shape-rendering: crisp-edges;
	pointer-events: none;
}
.rickshaw_graph .y_grid .tick,
.rickshaw_graph .x_grid_d3 .tick {
	z-index: -1;
	stroke: rgba(0, 0, 0, 0.20);
	stroke-width: 1px;
	stroke-dasharray: 1 1;
}
.rickshaw_graph .y_grid .tick[data-y-value="0"] {
	stroke-dasharray: 1 0;
}
.rickshaw_graph .y_grid path,
.rickshaw_graph .x_grid_d3 path  {
	fill: none;
	stroke: none;
}
.rickshaw_graph .y_ticks path,
.rickshaw_graph .x_ticks_d3 path {
	fill: none;
	stroke: #808080;
}
.rickshaw_graph .y_ticks text,
.rickshaw_graph .x_ticks_d3 text {
	opacity: 0.5;
	font-size: 12px;
	pointer-events: none;
}
.rickshaw_graph .x_tick.glow .title,
.rickshaw_graph .y_ticks.glow text {
	fill: black;
	color: black;
	text-shadow: 
		-1px 1px 0 rgba(255, 255, 255, 0.1),
		1px -1px 0 rgba(255, 255, 255, 0.1),
		1px 1px 0 rgba(255, 255, 255, 0.1),
		0px 1px 0 rgba(255, 255, 255, 0.1),
		0px -1px 0 rgba(255, 255, 255, 0.1),
		1px 0px 0 rgba(255, 255, 255, 0.1),
		-1px 0px 0 rgba(255, 255, 255, 0.1),
		-1px -1px 0 rgba(255, 255, 255, 0.1);
}
.rickshaw_graph .x_tick.inverse .title,
.rickshaw_graph .y_ticks.inverse text {
	fill: white;
	color: white;
	text-shadow: 
		-1px 1px 0 rgba(0, 0, 0, 0.8),
		1px -1px 0 rgba(0, 0, 0, 0.8),
		1px 1px 0 rgba(0, 0, 0, 0.8),
		0px 1px 0 rgba(0, 0, 0, 0.8),
		0px -1px 0 rgba(0, 0, 0, 0.8),
		1px 0px 0 rgba(0, 0, 0, 0.8),
		-1px 0px 0 rgba(0, 0, 0, 0.8),
		-1px -1px 0 rgba(0, 0, 0, 0.8);
}
.rickshaw_graph .detail {
    pointer-events: none;
    position: absolute;
    top: -5px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 0px; /* used to be 2px */
    transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
	
}
.rickshaw_graph .detail.inactive {
    opacity: 0;
}
.rickshaw_graph .detail .item.active {
    opacity: 1;
}
.rickshaw_graph .detail .x_label {
    font-family: Arial, sans-serif;
    border-radius: 3px;
    padding: 6px;
    opacity: 0.5;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    position: absolute;
    background: white;
    white-space: nowrap;
}
.rickshaw_graph .detail .x_label.left {
    left: 0;
}
.rickshaw_graph .detail .x_label.right {
    right: 0;
}
.rickshaw_graph .detail .item {
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    padding: 0.25em;
    font-size: 12px;
    font-family: Arial, sans-serif;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.4);
    margin-left: 1em;
    margin-right: 1em;
    margin-top: -1em;
    white-space: nowrap;
}
.rickshaw_graph .detail .item.left {
    left: 0;
}
.rickshaw_graph .detail .item.right {
    right: 0;
}
.rickshaw_graph .detail .item.active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
}
.rickshaw_graph .detail .item:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;

    content: "";

    border: 5px solid transparent;
}
.rickshaw_graph .detail .item.left:after {
    top: 1em;
    left: -5px;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8);
    border-left-width: 0;
}
.rickshaw_graph .detail .item.right:after {
    top: 1em;
    right: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8);
    border-right-width: 0;
}
.rickshaw_graph .detail .dot {
    width: 5px;
    height: 5px;
    color: red;
    margin-left: -3px;
    margin-top: -3.5px;
    border-radius: 5px;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background: white;
    border-width: 2px;
    border-style: solid;
    display: none;
    background-clip: padding-box;
}
.rickshaw_graph .detail .dot.active {
    display: block;
}
/* new viewer dot */
.rickshaw_graph .detail .dot-new {
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -2px;
    margin-top: -5.5px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.rickshaw_graph .detail .dot-new.dot-f {
    border-left: 8px solid red;
}
.rickshaw_graph .detail .dot-new.dot-test.dot-f {
    width: 20px;
    height: 20px;
    background: 
    linear-gradient(45deg, transparent 0%, transparent 49%, white 55%, white 100%), 
    linear-gradient(135deg, transparent 0%, transparent 49%, white 55%, white 100%), 
    linear-gradient(315deg, transparent 0%, transparent 45%, white 50%, white 100%), 
    linear-gradient(225deg, transparent 0%, transparent 45%, white 50%, white 100%),
    radial-gradient(rgba(0,0,0,0.4) 55%, #428bca 60%, #428bca 70%, transparent 75%);
    background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 20px 20px;
    background-position: 
    5.5px 5px, 
    5.5px 10px,
    10.5px 10px, 
    10.5px 5px,
    center;
    background-repeat: no-repeat;
    border: 0;
}
.rickshaw_graph .detail .dot-new.dot-test.dot-b {
    width: 20px;
    height: 20px;
    background: 
    linear-gradient(135deg, transparent 0%, transparent 49%, white 55%, white 100%), 
    linear-gradient(45deg, transparent 0%, transparent 49%, white 55%, white 100%), 
    linear-gradient(225deg, transparent 0%, transparent 45%, white 50%, white 100%), 
    linear-gradient(315deg, transparent 0%, transparent 45%, white 50%, white 100%),
    radial-gradient(rgba(0,0,0,0.2) 55%, #428bca 60%, #428bca 70%, transparent 75%);
    background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 20px 20px;
    background-position: 
    5px 5px, 
    5px 10px,
    10px 10px, 
    10px 5px,
    center;
    background-repeat: no-repeat;
    border: 0;
}
.rickshaw_graph .detail .dot-new.dot-b {
    border-right: 8px solid red;
}
.rickshaw_graph .detail .dot-new.active {
    display: block;
}

/* ADDITIONAL CSS - ADDED FOR SPECIAL SCENES */
.rickshaw_graph .hotspot-dot,
.mapboxgl-popup-content .hotspot-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    margin-left: -3px;
    margin-top: -3.5px;
    display: block;
    border-radius: 5px;
    background: white;
    background-clip: padding-box;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-sizing: content-box;
    pointer-events: visible;
    cursor: pointer;
}

/* Hotspot Types
----------------------------------------*/
.rickshaw_graph .hotspot-dot.hotspot-dot-type-1,
.mapboxgl-popup-content .hotspot-dot.hotspot-dot-type-1 {
    border: 2px solid orange;
    background: orange;
}

.rickshaw_graph .hotspot-dot.hotspot-dot-type-2,
.mapboxgl-popup-content .hotspot-dot.hotspot-dot-type-2 {
    border: 2px solid grey;
    background: grey;
}

.rickshaw_graph .hotspot-dot.hotspot-dot-type-3,
.mapboxgl-popup-content .hotspot-dot.hotspot-dot-type-3 {
    border: 2px solid green;
    background: green;
}

/* Graph Details
----------------------------------------*/
.rickshaw_graph .graph-detail-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.25s linear;
}

.rickshaw_graph .graph-detail-holder .hotspot.p-e {
    pointer-events: auto;
}

/* Graph Legend
----------------------------------------*/
.rickshaw_legend {
    position: relative;
    display: inline-block;
    padding: 12px 5px;
    font-family: Arial;
    font-size: 12px;
    color: white;
    background: #404040;
    border-radius: 2px;
}

.rickshaw_legend:hover {
    z-index: 10;
}

.rickshaw_legend .swatch {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.rickshaw_legend .line {
    clear: both;
    line-height: 140%;
    padding-right: 15px;
}

.rickshaw_legend .line .swatch {
    display: inline-block;
    margin-right: 3px;
    border-radius: 2px;
}

.rickshaw_legend .label {
    margin: 0;
    padding: 0;
    display: inline;
    white-space: nowrap;
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    text-shadow: none;
}

.rickshaw_legend .action {
    margin-right: 0.2em;
    font-size: 14px;
    opacity: 0.2;
    cursor: pointer;
}

.rickshaw_legend .action:hover {
    opacity: 0.6;
}

.rickshaw_legend .line.disabled {
    opacity: 0.4;
}

/* Legend List
----------------------------------------*/
.rickshaw_legend ul {
    margin: 2px;
    padding: 0;
    list-style-type: none;
    cursor: pointer;
}

.rickshaw_legend li {
    padding: 0 0 0 2px;
    min-width: 80px;
    white-space: nowrap;
}

.rickshaw_legend li:hover {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

.rickshaw_legend li:active {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

/* Tour Map
----------------------------------------*/
.map {
    position: relative;
    height: 350px;
    margin-top: 0;
    border-radius: 8px;
}

.map .bottom {
    padding: 5px;
    margin-top: 1px;
    color: #FFFFFF;
    background-image: url(../images/txt_back.png);
    background-repeat: repeat;
}
/* Mapbox Attribution
----------------------------------------*/
.leaflet-control-attribution {
    font: 9px/12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.leaflet-control-attribution .mapbox-improve-map {
    display: none;
}

.mapboxgl-ctrl-attrib {
    font: 8px/12px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* Tour Container
----------------------------------------*/
.tour-container {
    height: 100%;
}

.tour {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    float: left;
    cursor: grab !important;
}

.tour-info {
    position: absolute;
    width: 18%;
    left: 10px;
    margin-top: 23px;
    z-index: 10;
}

.tour-info a {
    color: #FFFFFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    -webkit-font-smoothing: antialiased;
}

/* Controls
----------------------------------------*/
.viewer-zoom-controls {
    position: absolute;
    bottom: 65px;
    right: 125px;
    z-index: 113;
}

.viewer-zoom-controls a {
    margin-bottom: 3px;
}

.links_top {
    position: absolute;
    bottom: 80px;
    right: 44px;
    margin-bottom: 3px;
    z-index: 22;
}

.links_bottom {
    position: absolute;
    bottom: 54px;
    right: 44px;
    z-index: 22;
}

/* Buttons
----------------------------------------*/
.analyze-btn {
    margin-bottom: 3px;
}

.analyze-btn .btn-dark,
.dir-btn,
.about-btn {
    padding: 4px 7px !important;
}

/* Map Container
----------------------------------------*/
.map-container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 7px;
}

.map a.map-enlarge-button {
    position: absolute;
    top: 2px;
    right: 5px;
    z-index: 20;
    color: white;
    cursor: pointer;
}

/* Water Data
----------------------------------------*/
.water_data_holder {
    width: 100%;
    margin: 10px 0;
}

.wtr_txt {
    font-size: 12px;
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px #333;
}

.wtr_txt span {
    position: absolute;
    font-size: 8px;
    padding-bottom: 10px;
}

/* Sponsor and Logo
----------------------------------------*/
.spon_img {
    position: absolute;
    top: 40px;
    right: 15px;
    z-index: 112;
}

.spon_img img {
    width: 100px;
}

.viewer_logo {
    bottom: 20px;
}

.home_img img {
    height: 30px;
}

/* Modal Styles
----------------------------------------*/
#info button.close,
#hotspot_modal button.close {
    opacity: 1;
}

#info button.close i,
#hotspot_modal button.close i {
    color: #000000;
    padding-top: 4px;
}

#hotspot_modal .modal-content .video {
    margin: 10px;
}

.about-modal-link {
    margin: 5px 0 6px;
}

/* Fullscreen
----------------------------------------*/
.full-screen-only {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 600;
    display: none;
    padding: 5px 10px 1px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px 0 0 0;
}

.tour.full-screen {
    z-index: 1000000;
}

.tour.full-screen a.activate-full-screen {
    display: none;
}

.tour.full-screen a.deactivate-full-screen {
    display: block;
    width: 100px;
}

.full-screen-only {
    display: block !important;
}

/* Viewer Controls
----------------------------------------*/
.load-old-viewer,
.load-new-viewer {
    position: fixed;
    bottom: 1px;
    right: 5px;
    z-index: 501;
    padding: 0;
    color: #FFFFFF;
}

.load-old-viewer,
.load-new-viewer a:focus,
a:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

/* Other Elements
----------------------------------------*/
.rot_check {
    position: absolute;
    right: 10px;
    left: 0;
    margin: 10px 0;
    z-index: 100;
}

.img-fix img {
    width: 100%;
    padding-top: 3px;
}

.loading {
    position: relative;
}

.loading div {
    position: absolute;
    top: 100px;
    left: 20px;
    font-weight: bold;
}

.embed-code-container {
    min-height: 40px;
    overflow: visible;
}

/* Social Panel
----------------------------------------*/
.social_panel .share_link_holder {
    margin-top: 10px;
}

.social_panel .share_link {
    width: 100% !important;
    font-size: 14px;
}

.social_panel i {
    color: white;
}

.social_panel .social-panel-embed {
    margin-top: 30px;
    margin-bottom: 30px;
}

.social_panel .social-panel-capture {
    margin-top: 30px;
}

.social_panel .preview-hidden {
    margin-top: 20px;
}

.social_panel textarea,
.social_panel input {
    color: #000000;
    font-weight: normal;
}

.social_panel .input-group-addon {
    background: transparent !important;
    color: white;
}

/* Compass
----------------------------------------*/
#compass-outer {
    position: absolute;
    bottom: 45px;
    right: 15px;
    width: 100px;
    height: 100px;
    z-index: 113;
    cursor: pointer;
    background: url("https://d3kfjvhh435dey.cloudfront.net/_laravel/images/compass_back_new.png") no-repeat;
    background-size: 100px;
}

#compass-inner {
    width: 100%;
    height: 100%;
    transform: rotateX(40deg);
    overflow: hidden;
}

#compass-inner img {
    width: 100%;
    height: 100%;
}

/* Map Elements
----------------------------------------*/
.map-pointer {
    position: fixed;
    width: 102px;
    height: 86px;
    z-index: 999;
    display: none;
    cursor: pointer;
    pointer-events: none;
}

.map-pointer .mapthumb {
    position: relative;
    max-width: 100%;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.2s;
}

.map-pointer .caret {
    position: absolute;
    top: 80px;
    left: 46px;
    color: white;
    transition: top 0.2s;
}

/* Hotspots
----------------------------------------*/
.hotspot {
    visibility: visible;
    opacity: 1;
}

.map-container .mapboxgl-popup-content .hotspot {
    top: -18px;
    left: 10px;
}

.hotspot.map-item {
    opacity: 1;
}

.hotspot:hover {
    cursor: pointer;
    opacity: 1;
}

/* Special Map Markers
----------------------------------------*/
.map-special-dot-here {
    background: white;
    border: 3px solid red;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    background-clip: padding-box;
}

.map-special-dot-here #map-compass {
    width: 100%;
    height: 100%;
}

.map-special-dot-here #map-compass span {
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -3px;
    margin-top: -14px;
    border-bottom: 9px solid red;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

/* Mapbox Popup Customization
----------------------------------------*/
.mapboxgl-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    display: none;
}

.mapboxgl-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-content {
    padding: 0;
    background: none;
    box-shadow: none;
}

/* Path Navigation
----------------------------------------*/
#path_holder {
    position: fixed;
    bottom: -15%;
    left: 36%;
    width: 25%;
    height: 60%;
    z-index: 999;
    visibility: hidden;
    overflow: visible;
    pointer-events: none;
}

#outer_shape {
    fill: transparent;
    pointer-events: all;
}

#inner_shape {
    fill: white;
    opacity: 0.2;
    pointer-events: none;
}

#outer_shape:hover,
#inner_shape:hover,
.intersection_arrow_holder:hover {
    cursor: none;
}

/* Scene Navigation
----------------------------------------*/
.scene_path_pointer,
.intersection_pointer {
    position: fixed;
    z-index: 1000001;
    display: none;
    pointer-events: none;
}

.scene_path_left,
.scene_path_right {
    position: fixed;
    top: 40%;
    height: 100px;
    opacity: 0.4;
    z-index: 1000001;
    display: none;
}

.scene_path_left {
    left: 60px;
}

.scene_path_right {
    right: 60px;
}

/* Legacy Classes
----------------------------------------*/
.old_viewer {
    bottom: 55px;
}
/* Intersection Arrows
----------------------------------------*/
.i_outer_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: 210;
    pointer-events: none;
    perspective: 95px;
    -webkit-perspective: 95px;
}

.i_inner_holder {
    position: relative;
    top: -20%;
    height: 100%;
    pointer-events: none;
    transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
}

.i_text {
    position: absolute;
    top: 50%;
    z-index: 19;
    width: 500px;
    height: 100px;
    font-size: 3.5em;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 2px 2px black;
    word-wrap: break-word;
    border: 2px solid transparent;
    opacity: 0.8;
    cursor: none;
    overflow: visible;
    pointer-events: all;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.i_text.bordered {
    border: 2px solid red;
}

.i_text.i_text_show_cursor {
    cursor: default;
    pointer-events: none;
}

.i_text_left {
    right: 55%;
    transform-origin: 80% 100%;
    -webkit-transform-origin: 80% 100%;
}

.i_text_right {
    left: 55%;
    transform-origin: 20% 100%;
    -webkit-transform-origin: 20% 100%;
}

.intersection_pointer {
    perspective: 95px;
    -webkit-perspective: 95px;
}

.intersection_pointer img {
    width: 100%;
    height: 100%;
}

/* Admin Panel
----------------------------------------*/
.admin-view-changes {
    position: fixed;
    top: 200px;
    left: 500px;
    width: 35%;
    z-index: 500;
}

.admin_holder {
    position: fixed;
    top: 70px;
    left: 500px;
    width: 40%;
    z-index: 500;
}

.admin_holder div {
    opacity: 1;
}

.admin_holder .admin-div {
    padding-bottom: 5px;
}

.admin_holder input {
    width: 25px;
}

.admin_holder div.i_spinner_holder {
    margin-bottom: 5px;
    opacity: 1;
}

/* Arrow Manager
----------------------------------------*/
.admin-view-changes .arrow_manager,
.admin-view-changes .i_arrows_manager {
    z-index: 10000;
    padding: 5px 5px 10px;
    margin-top: 0;
    color: #ffffff;
    font-size: 14px;
    background: rgba(66, 139, 202, 0.7);
    border: 0;
    border-radius: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
    -webkit-font-smoothing: antialiased;
}

.arrow_manager p {
    margin: 2px 0;
    padding: 5px 0 0;
}

/* Hotspot Manager
----------------------------------------*/
div.hotspot_pos_manager {
    width: 30px;
    height: 30px;
    cursor: move;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 5px;
}

div.arrow_l_manager i,
div.hotspot_pos_manager i {
    padding: 8px;
    color: white;
}

.i_spinner_holder label {
    margin-right: 10px;
}

.i_spinner_holder label input {
    font-weight: 500;
}

/* Intersection Controls
----------------------------------------*/
.add_intersection_holder a {
    padding: 2px;
    margin: 3px 0;
    color: white;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
}

.small-map-holder {
    width: auto;
    height: 200px;
    margin: 10px 0;
    border: 1px solid #428bca;
}

/* UI Elements
----------------------------------------*/
.counter {
    position: absolute;
    z-index: 9999;
    min-width: 50px;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    text-align: center;
    display: none;
}

.label_w,
.label_t {
    font-size: 0.8em;
    text-align: center;
}

#spin {
    position: absolute;
    top: 60px;
    left: 40%;
    right: 40%;
    z-index: 9999;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

/* Embed Elements
----------------------------------------*/
.embed_input {
    display: block;
    width: 98%;
    height: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.share_link {
    width: 200px;
    font-size: 14px;
}

.embed-width {
    width: 80px;
}

.embed-logo {
    position: absolute;
    right: 5px;
    bottom: 18px;
    z-index: 50;
}

#station_name {
    font-size: 12px;
    padding-bottom: 4px;
}

.bad_space {
    margin: 4px;
}
/* Features Holder
----------------------------------------*/
#features-holder {
    position: absolute;
    top: 50px;
    right: 115px;
    z-index: 1;
    width: 250px;
    padding: 5px;
    font-size: 13px;
    opacity: 0.9;
    border: 2px solid #337ab7;
    border-radius: 4px;
}

#features-holder input[type="number"] {
    width: 40px;
}

#features-holder span {
    color: #900000;
    font-weight: bold;
    opacity: 1;
}

#details p {
    margin: 2px;
    color: white;
    font-size: 0.8em;
}

/* RGB Range Slider
----------------------------------------*/
input[type=range].rgb-slider {
    width: 100%;
    margin: 9px 0;
    padding: 0;
    -webkit-appearance: none;
}

input[type=range].rgb-slider:focus {
    outline: none;
}

/* Webkit Styles */
input[type=range].rgb-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: #ff1000;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

input[type=range].rgb-slider::-webkit-slider-thumb {
    width: 8px;
    height: 18px;
    margin-top: -6px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
    -webkit-appearance: none;
}

/* Mozilla Styles */
input[type=range].rgb-slider::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: #ff1000;
    border: 0.2px solid #010101;
    border-radius: 1.3px;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

input[type=range].rgb-slider::-moz-range-thumb {
    width: 8px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

/* MS Styles */
input[type=range].rgb-slider::-ms-track {
    width: 100%;
    height: 8.4px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range].rgb-slider::-ms-fill-lower,
input[type=range].rgb-slider::-ms-fill-upper {
    background: #ff1000;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

input[type=range].rgb-slider::-ms-thumb {
    width: 8px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 2px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

/* Color Variants */
input[type=range].rgb-slider-g::-webkit-slider-runnable-track,
input[type=range].rgb-slider-g::-moz-range-track,
input[type=range].rgb-slider-g::-ms-fill-lower,
input[type=range].rgb-slider-g::-ms-fill-upper {
    background: #25ae20;
}

input[type=range].rgb-slider-b::-webkit-slider-runnable-track,
input[type=range].rgb-slider-b::-moz-range-track,
input[type=range].rgb-slider-b::-ms-fill-lower,
input[type=range].rgb-slider-b::-ms-fill-upper {
    background: #5168ff;
}

/* Embed/Mobile Page
----------------------------------------*/
.tour_embed {
    top: 0 !important;
}

.trailcontent_embed h1 {
    margin-top: 20px;
}

/* Navigation Arrows */
.arrow_forward,
.arrow_backward {
    position: fixed;
    right: 2px;
    width: 60px;
    height: 60px;
    z-index: 20;
    margin-left: 0;
}

.arrow_forward {
    bottom: 160px;
}

.arrow_backward {
    bottom: 100px;
}

/* Flex Sidebar Layout
----------------------------------------*/
.map-header {
    display: flex;
    flex-direction: column;
}

.map-header .loc_elev > div:last-child {
    padding-bottom: 1px;
}

.map-header #chart_container {
    position: relative;
    bottom: auto;
    height: 130px;
    padding-top: 10px;
    flex-basis: 120px;
    cursor: pointer;
}
/* Share Modal
----------------------------------------*/
#share_modal .modal-dialog {
    transition: all 0.3s ease-out, height 0.5s ease-out, width 0.5s ease-out;
}

#share_modal .tab-content > .tab-pane {
    padding: 20px 5px 10px;
}

#share_modal .tab-content > .tab-pane.row {
    padding: 30px 20px 10px;
}

#share_modal .form-control[readonly] {
    width: 100%;
    background-color: white;
    font-size: 14px;
    resize: none;
    cursor: default;
}

#share_modal .embed-check {
    margin-left: 5px;
}

#share_modal .checkbox-row {
    margin-top: 10px;
}

/* Screen Capture
----------------------------------------*/
#screen-capture-loading {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-left: 5px;
    display: none;
}

/* Embed Container
----------------------------------------*/
#embed-iframe-container {
    padding-top: 15px;
}

#embed-iframe-container .iframe-container {
    overflow: scroll;
}

#embed-iframe-container.preview-hidden {
    padding: 60px 0 50px;
}

#share-embed-tab .form-inline .input-group input {
    padding-right: 0;
}

/* Buttons
----------------------------------------*/
.btn-white {
    margin-top: 3px;
}

.trailcontainer .btn-dark {
    border: 0;
    color: #ffffff;
    background: rgba(26, 26, 26);
    border-radius: 7px;
    transition: all 0.3s ease;
}

.trailcontainer .btn-dark:hover {
    background: rgba(46, 46, 46);
}

.trailcontainer .btn-dark:active {
    background: rgba(86, 86, 86);
}

.trailcontainer .btn-white {
    padding: 2px 0;
}

.trailcontainer .btn-white.about-btn {
    width: 57px;
    margin-bottom: 0;
    margin-left: 4px;
}

.trailcontainer .btn-white.dir-btn {
    width: 90px;
    margin-bottom: 0;
    margin-right: 3px;
}

.btn-white.autoplay-speed-control {
    width: 57px;
    display: none;
    padding: 2px;
}

/* Viewer Controls
----------------------------------------*/
.viewer-zoom-in {
    margin-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 8px !important;
}

.viewer-zoom-out {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 8px !important;
}

/* Scrollbar Styles
----------------------------------------*/
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

/* File Input
----------------------------------------*/
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Carousel
----------------------------------------*/
#carousel-holder {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 10px 190px 10px 95px;
    z-index: 108;
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
}

.hotspot-carousel .thumb-holder {
    float: left;
    position: relative;
    margin: 0 3px;
    overflow: hidden;
    border-radius: 5px;
    border: none;
}

.hotspot-carousel .thumb-holder img {
    object-fit: cover;
    width: 210px;
    height: 140px;
}

.thumb-holder:focus,
.thumb-holder:visited,
.thumb-holder:active {
    outline: none !important;
}

/* Hotspot Styles
----------------------------------------*/
.hotspot-name {
    position: fixed !important;
    bottom: 140px;
    left: 400px;
    z-index: 999;
    width: 50%;
}

.hotspot-name h3,
.hotspot-carousel h3 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 2px #333;
}

.hotspot-name h3 {
    font-size: 16px;
    font-weight: 100;
}

.hotspot-carousel h3 {
    font-size: 20px;
    font-weight: 100;
}

.hotspot-carousel .carousel-image {
    cursor: pointer;
    transition: transform 0.2s;
}

.hotspot-carousel .carousel-image:hover {
    transform: scale(1.5);
}

/* Slick Carousel Navigation
----------------------------------------*/
.slick-prev {
    left: -24px !important;
    z-index: 999 !important;
    text-shadow: 2px 2px 2px #333;
}

.slick-next {
    right: -25px !important;
    z-index: 999 !important;
    text-shadow: 2px 2px 2px #333;
}

/* Object Results
----------------------------------------*/
#object_results {
    display: none;
}

#object_results h2 {
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    margin: 5px 0 3px;
    padding: 0;
}

#object_results h3 {
    font-size: 12px;
    margin-top: 2px;
    padding: 0;
}

#object_results .label {
    display: inline-block !important;
    padding: 0.6em 0.9em;
    margin: 5px;
}

#object_results .badge .label-text,
#object_results .label-percentage {
    font-size: 11px !important;
    -webkit-font-smoothing: antialiased;
}

#object_results .label-percentage {
    font-weight: 100;
}

#object_results .title_ai {
    font-family: colfax-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    pointer-events: none;
    font-size: 1.2em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

/* Audio Player
----------------------------------------*/
#audio-player-outer {
    position: absolute;
    bottom: 101px;
    right: 2px;
    height: 100px;
    z-index: 113;
}

/* Time Machine
----------------------------------------*/
.time_machine_container {
    background-color: #1A1A1A;
    margin-bottom: 0;
    padding: 4px;
    border: none;
    border-radius: 15px;
    text-decoration: none;
}

#time_machine_div {
    position: absolute;
    top: 64px;
    left: 400px;
    right: auto;
    z-index: 112;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#time_machine_thumbs .thumbnail {
    border: none;
    text-decoration: none;
    color: white;
}

#time_machine_thumbs .thumbnail img {
    position: relative;
    width: 100%;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

#time_machine_thumbs .time_machine_thumb_text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
}

#time_machine_display_toggle {
    width: 150px;
    padding: 2px;
    margin-bottom: 2px;
    font-size: 16px;
    background-color: #1A1A1A;
    border-radius: 5px;
    text-decoration: none;
}

#time_machine_display_toggle span {
    font-size: 14px;
}

/* Media Queries
----------------------------------------*/
@media (max-width: 950px) {
    .spec_cont {
        position: absolute;
        top: 0;
        left: 80px;
        right: 0;
        z-index: 99;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #share_modal .modal-dialog {
        min-width: 400px;
    }
}
@media (max-width: 768px) {
    /* Compass styles */
    #compass-outer {
        position: absolute;
        bottom: 45px;
        right: 15px;
        width: 75px;
        height: 75px;
        z-index: 113;
        cursor: pointer;
        background: url("https://d3kfjvhh435dey.cloudfront.net/_laravel/images/compass_back_new.png") no-repeat;
        background-size: 75px;
    }

    #compass-inner {
        width: 100%;
        height: 100%;
        transform: rotateX(40deg);
        overflow: hidden;
    }

    #compass-inner img {
        width: 100%;
        height: 100%;
    }

    /* Time machine styles */
    #time_machine_div {
        top: 55px;
        width: 80px;
        right: 10px;
        left: auto;
        margin: 0;
    }

    #time_machine_thumbs .thumbnail img {
        height: 80px;
        border-radius: 7px;
    }

    #time_machine_thumbs .time_machine_thumb_text {
        font-size: 12px;
        bottom: 5px;
        left: 5px;
    }

    #time_machine_display_toggle {
        width: 80px;
        font-size: 14px;
    }

    #time_machine_display_toggle span {
        font-size: 12px;
    }

    .time_machine_container {
        padding: 2px;
        border-radius: 10px;
    }

    /* Side panel styles */
    .side-panel-new {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: -768px;
        z-index: 121;
        background-color: #000000;
        border-left: 1px solid #121212;
        padding-right: 15px;
        transition: left 0.5s;
    }

    .side-panel-new.open {
        left: 0;
        padding-left: 55px;
    }

    /* Hidden elements for mobile */
    .admin-view-changes,
    .admin_holder,
    .viewer-zoom-controls,
    #chart_container,
    #screen-capture-btn,
    .info-right,
    #convert-screen-measurements,
    .spec_cont,
    .spon_img,
    .rot_check {
        display: none;
    }

    /* Weather and info styles */
.dest_weather {
    position: absolute;
    bottom: 40px !important;
    left: 65px !important;
	top:auto;
	right:auto;
    font-size: 12px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    z-index: 109;
    width: auto;
    height: auto;
}

  
    .map-title {
        pointer-events: none;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
        -webkit-font-smoothing: antialiased;
    }

    .trail-info-bar {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35px;
        width: 100%;
        padding: 7px 10px 0 70px;
        margin-bottom: 0;
        z-index: 109;
        background: rgba(0, 0, 0, 0.8);
        color: #FFFFFF;
        font-size: 12px;
        transition: all 0.5s ease-in-out;
        -webkit-font-smoothing: antialiased;
    }

    .updated-trail-title {
        position: absolute;
        left: 0;
        width: 100%;
        height: 75px;
        padding: 10px 0 0 65px;
        margin-top: 0;
        z-index: 109;
        pointer-events: none;
        color: #FFFFFF;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        transition: all 0.5s ease-in-out;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
        -webkit-font-smoothing: antialiased;
    }

    .map-assigned-maps {
        font-size: 12px;
        pointer-events: all;
        width: 100%;
    }

    /* Options panel styles */
    .options-panel {
        position: absolute;
        left: 0;
        width: 45px;
        height: 100%;
        margin-top: 0;
        padding: 4px;
        z-index: 122;
        background: rgba(0, 0, 0, 1);
        color: #FFFFFF;
        box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.5s ease-in-out;
        -webkit-font-smoothing: antialiased;
    }

    .options-panel a {
        color: #ffffff;
        font-size: 16px;
    }

    .options-panel a img {
        width: 20px;
        color: #ffffff;
    }

    .map-header {
        position: absolute;
        left: 60px;
        top: 85px;
        width: 200px;
        margin-top: 0;
        padding: 2px;
        z-index: 105;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 10px;
        color: #FFFFFF;
        transition: all 0.5s ease-in-out;
        -webkit-font-smoothing: antialiased;
    }

    .map-subtitle a {
        font-size: 12px;
        margin-bottom: 0;
        padding-right: 10px;
        color: #ffffff;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
    }
}