html,
html body,
h1, h2, h3, h4, h5, h6, text{
    font-family: 'Titillium Web', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
}

.switchable.active {
    display: block;
}

.switchable {
    display: none;
}

#vis {
    overflow: hidden;
    position: relative;
}

#main {
    overflow: hidden;
}

#path-profile-div {
    overflow: hidden;
    position:absolute;
    min-height: 300px;
    z-index: 20;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.9);
    bottom: -300px;
    left: 0;
    -webkit-border-top: 1px solid #222;
    border-top: 1px solid #222;
    -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: bottom 0.25s linear;
    -o-transition: bottom 0.25s linear;
    transition: bottom 0.25s linear;
}

#path-profile-div > .divider {
    height: 300px;
    position: absolute;
    width: 2px;
    right: 158px;
    bottom: 0;
    background-color: rgba(127,255,255,0.25);
}

#path-profile-vis {
    height: 300px;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
}

#path-profile-add {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 4px 4px;
}

#path-profile-section-drive-mode {
    background-color: rgba(0,0,0,0.35);
    border-bottom: 2px solid rgba(127,255,255,0.25);
    padding-top: 10px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

#path-profile-sections-window {
    position: absolute;
    overflow-y: scroll;
}

.path-profile-section {
    position: relative;
    padding: 0 6px;
    overflow: hidden;
}

.path-profile-section:nth-child(even) {
    background-color: rgba(0,0,0,0.25)
}

.path-profile-section.fixed {
    position: fixed;
}

.path-profile-section.fixed .label-path-profile,
.path-profile-section.fixed .btn-path-profile {
    display: none;
}


.path-profile-section .title-div {
    border-top: 2px solid rgba(127,255,255,0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    padding: 4px 0;
}

.path-profile-section .title-div > h3 {
    display: inline-block;
    width: 70px;
    font-size: 10px;
    color: #e6e6e6;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    vertical-align: middle;
}

.label-path-profile {
    display: inline-block;
    color: #676767;
    margin: -6px 4px;
    vertical-align: text-top;
}

#path-profile-scrubber-drive {
    z-index: 20;
    position: absolute;
    pointer-events: none;
}

#path-profile-scrubber-sections {
    z-index: 20;
    position: absolute;
    pointer-events: none;
}

.btn-path-profile {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 6px;
    min-width: 6px;
    color: rgba(127,255,255,0.5);
    margin: 4px 4px;
    -webkit-transition: color 0.05s linear;
    -o-transition: color 0.05s linear;
    transition: color 0.05s linear;
}

.btn-path-profile:focus {
    color: rgba(127,255,255,0.5);
}

.btn-path-profile:hover,
.btn-path-profile:hover:focus{
    color: rgba(127,255,255,0.9);
}

.btn-path-profile:focus {
    color: rgba(127,255,255,0.5);
}

.btn-path-profile:hover,
.btn-path-profile:hover:focus{
    color: rgba(127,255,255,0.9);
}

.btn-left {
    float: left;
}

.btn-right {
    float: right;
}

.btn-overlay {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    color: rgba(127,255,255,0.5);
    margin: 4px 4px;
    -webkit-transition: color 0.05s linear;
    -o-transition: color 0.05s linear;
    transition: color 0.05s linear;
}

.btn-overlay:focus {
    color: rgba(127,255,255,0.5);
}

.btn-overlay:hover,
.btn-overlay:hover:focus{
    color: rgba(127,255,255,0.7);
}


.btn-overlay.active {
    color: rgba(127,255,255,0.9);
}

.btn-group-overlay.path > svg{
    /*display: none;*/
}

.btn.btn-default.rover.path-control {
    width: 185px;
    float: right;
}

#path-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 200px;
    width: 150px;
    margin: 4px 4px;
}

#path-info > h3 {
    color: #e6e6e6;
    text-transform: uppercase;
    font-variant-caps: small-caps;
    text-align: center;
    font-size: 10px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 2px;
}

.path-stat {
    display: block;
    margin: 0 auto 12px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: rgba(255,255,255,0.75);
    width: 120px;
    background: rgba(240,250,254,0.01);
    border-radius: 12px;
    padding: 8px 8px 12px 8px;
    /*
    text-shadow: 0 0 10px rgba(0,255,255,0.75);
    */
}

#context-menu {
    padding: 6px 0;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #bbb;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    background-color: #f3f3f3;
    z-index: 100;
    display: none;
    width: 175px;
}

#context-menu ul {
    padding: 0 0;
}

#context-menu li {
    cursor: default;
    float: left;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    padding: 6px 12px;
}

#context-menu li.disabled {
    color: #cccccc;
}

#context-menu li.disabled:hover,
#context-menu li.disabled:focus {
    color: #cccccc;
    background-color: transparent;
}

#context-menu li:hover,
#context-menu li:focus{
    background-color: #999999;
    color: #f7f7f7;
}



.carousel-inner.vertical {
    height: 100%;
}
.carousel-inner.vertical > .item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner.vertical > .item.next,
    .carousel-inner.vertical > .item.active.right {
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    .carousel-inner.vertical > .item.prev,
    .carousel-inner.vertical > .item.active.left {
        top: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    .carousel-inner.vertical > .item.next.left,
    .carousel-inner.vertical > .item.prev.right,
    .carousel-inner.vertical > .item.active {
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner.vertical > .active {
    top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
    top: 0;
    height: 100%;
    width: auto;
}
.carousel-inner.vertical > .next {
    left: 0;
    top: 100%;
}
.carousel-inner.vertical > .prev {
    left: 0;
    top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
    top: 0;
}
.carousel-inner.vertical > .active.left {
    left: 0;
    top: -100%;
}
.carousel-inner.vertical > .active.right {
    left: 0;
    top: 100%;
}

#helper-modal .modal-header h3 {
    color: #fff;
    font-family: 'Titillium Web';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7em;
    text-align: center;
}

#helper-modal .modal-dialog{
    width: 85%;
}

#helper-modal .modal-header {
    border-bottom: 1px solid #202020;
}

#helper-modal .modal-footer {
    border-top: 1px solid #202020;
}

#helper-modal .modal-header,
#helper-modal .modal-footer{
    background: #333;
}

#helper-modal .modal-body,
#helper-modal .modal-content{
    display: inline-block;
    background: #333;
}

#helper-modal .modal-body .col-md-12.content {
    padding: 0;
}

.carousel-indicators-wrapper {
    position: absolute;
    top:36px;
    bottom:36px;
    right: 0;
    width:28%;
    overflow-y: scroll;
}

.carousel-indicators {
    position: relative;
    left: auto;
    z-index: 15;
    width: 100%;
    bottom: 0;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #272727;
}

.carousel-indicators li,
.carousel-indicators li.active{
    text-align: left;
    display: block;
    position: relative;
    color: #d7d7d7;
    font-family: 'Titillium Web';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    width: 100%;
    height: 72px;
    border-radius: 0;
    background: #444;
    border-top: none;
    border-left: solid 1px #202020;
    border-right: solid 1px #202020;
    border-bottom: dotted 1px #202020;
    padding: 5px 10px;
    margin: 0;
    text-indent: 0;
}

.carousel-indicators li small {
    font-family: sans-serif;
}

.carousel-indicators li.active {
    background: #a9a9a9;
    color: #fff;
    text-indent: 0;
    font-weight: 500;
}

.carousel-indicators li.active small {
    color: #333;
    font-weight: 500;
}

.carousel-control.up {
    top: 0;
}

.carousel-control.down {
    bottom: 0;
}

.carousel-indicators.wide {
    width: 28%;
}

.carousel-indicators.wide li {
    width: 100%;
    height: 54px;
}

.carousel-inner {
    border: solid 1px #333;
    padding: 10px;
    position: relative;
    width: 72%;
}

.carousel-control {
    z-index: 30;
    position: absolute;
    top:auto;
    left: auto;
    right: 0;
    width: 28%;
    height: 36px;
    color: #fff;
    background: #222;
}

.carousel-inner .item {
    background: #333;
}

.carousel-inner .item img{
    margin: 0 auto;
}

.layer {
    position: absolute;
}

.tile {
    pointer-events: none;
    position: absolute;
    width: 1024px;
    height: 1024px;
}

.surface {
    pointer-events: none;
    position: absolute;
}

#map {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

#tool-controls {
    top: 30px;
    left: 0;
}

#map-controls {
    top: 180px;
    left: 0;
}

#map-controls-info {
    z-index: 20;
    width: 260px;
    position: absolute;
    top: 180px;
    left: 175px;
    background-color: rgba(48, 48, 48, 0.9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 8px 8px;
    border-left: solid 4px rgba(0,255,255,0.7);
}

.ui-control-info {
    position: relative;
    top: 0;
    left: 0;
}

#path-controls {
    top: 180px;
    right: 0;
    width: 240px;
}

.ui-controls {
    position: absolute;
    background-color: rgba(48, 48, 48, 0.9);
    overflow: hidden;
    z-index: 10;
    width: 180px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 0 10px 10px;
}

.ui-controls > div{
    display: block;
    margin: auto;
}

.ui-controls h3 {
    color: #e6e6e6;
    text-transform: uppercase;
    font-variant-caps: small-caps;
    text-align: center;
    text-align: left;
    padding: 0 0 0 12px;
    font-size: 12px;
    font-size: 11px;
    font-weight: 300;
    font-weight: 200;
    margin-top: 10px;
}

.ui-controls .btn-group-overlay {
    margin: 2px auto 4px;
    width: 100%;
    display: inline-block;
}

.ui-controls .btn-group-overlay > div{
    display: inline-block;
}

#map-controls .btn.btn-default.rover {
    width: 136px;
    float: left;
    text-align: left;
}

#hazard-m-overlay-cat-group {
    padding: 0 0 4px 24px;
    margin:  6px 0 0 0;
}

#hazard-m-overlay-cat-group button
{
    border-radius: 28px;
    padding: 0 0 0 8px;
    margin: 0 8px 0 0;
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
}

#hazard-m-overlay-cat-1 {
    background-color: transparent;
    border-color: rgba(255, 236, 211, 0.75);
    color: rgba(255,236,211,0.75);
    text-align: center;
}

#hazard-m-overlay-cat-1.active {
    background-color: rgba(255,236,211,0.5);
    border-color: rgba(255,236,211, 0.9);
    text-shadow: 0 0 10px rgba(255,236,211,0.75);
    color: #0A0A0A;
}

#hazard-m-overlay-cat-2 {
    background-color: transparent;
    border-color: rgba(255,230,149,0.75);
    color: rgba(255,230,149,0.75);
}

#hazard-m-overlay-cat-2.active {
    background-color: rgba(255,230,149,0.5);
    border-color: rgba(255,230,149,0.9);
    text-shadow: 0 0 10px rgba(255,230,149,0.75);
    color: #0A0A0A;
}

#hazard-m-overlay-cat-3 {
    background-color: transparent;
    border-color: rgba(255,128,32,0.75);
    color: rgba(255,128,32,0.75);
}
#hazard-m-overlay-cat-3.active {
    background-color: rgba(255,128,32,0.5);
    border-color: rgba(255,128,32,0.9);
    text-shadow: 0 0 10px rgba(255,128,32,0.75);
    color: #0A0A0A;
}

#hazard-m-overlay-cat-4 {
    background-color: transparent;
    border-color: rgba(255,22,14,0.75);
    color: rgba(255,22,14,0.75);
}
#hazard-m-overlay-cat-4.active {
    background-color: rgba(255,22,14,0.5);
    border-color: rgba(255,22,14,0.9);
    text-shadow: 0 0 10px rgba(255,22,14,0.75);
    color: #0A0A0A;
}

#zoom-btn-group {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 20;
}

#zoom-scale-div {
    z-index: 10;
    position: absolute;
    top: 24px;
    right: 60px;
    height: 120px;
    width: 50px;
}

#zoom-scale-div > svg {
    height: 120px;
    width: 50px;
}

.zoom-scale-bar path{
    stroke: rgba(255,255,255,0.75);
    stroke-width: 2px;
    fill-opacity: 0;
}

.zoom-scale-bar text{
    font-size: 10px;
    fill: #fff;
    font-weight: 200;
    text-anchor: end;
}

.contextmenu-slice {
    cursor: pointer;
}

.contextmenu-slice > path {
    -webkit-transition: fill 0.1s linear;
    -moz-transition: fill 0.1s linear;
    -o-transition: fill 0.1s linear;
    transition: fill 0.1s linear;
    fill: #0A0A0A;
    fill-opacity: 0.8;
    stroke: #212121;
    stroke-width: 0.5px;
    stroke-opacity: 0.9;
}

.contextmenu-slice:hover > path {
    fill: #282828;
}

.contextmenu-label {
    fill: #F7F7F7;
    font-size: 12px;
    font-weight: 600;
    text-anchor: middle;
}

.contextmenu-circle {
    stroke-width: 3px;
    stroke-opacity: 0.8;
    fill-opacity: 0.5;
}

#path-profile-btn {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 10;
    -webkit-transition: bottom 0.25s linear;
    -o-transition: bottom 0.25s linear;
    transition: bottom 0.25s linear;
}

.wp.dragging,
#path-div.dragging{
    cursor: move;
}

.path.line {
    stroke: #fff;
    stroke-linecap: butt;
    stroke-width: 0.4px;
    stroke-opacity: 0.9;
}

.path.wp > circle,
.path.rover > rect{
    fill: #fff;
    fill-opacity: 0.1;
    stroke: #fff;
    stroke-width: 0.4px;
}

.path.rover > path{
    fill: #fff;
}

text.rover.range-circle {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-width: 0.02px;
    stroke-opacity: 0.7;
    font-size: 1.7px;
    font-weight: 600;
}

.path.wp > g.drive-mode > circle{
    fill: #fff;
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 0.25px;
}

.path.rover > rect {
    width: 2.7px;
    height: 2.9px;
}

.profile-drive-mode > circle.primary{
    fill: #fff;
    fill-opacity: 0.5;
    stroke: #fff;
    color: #ffe695;
}

.profile-drive-mode > g.drive-mode > circle{
    fill: #fff;
    fill-opacity: 0;
    stroke: #fff;
    stroke-width: 2px;
}

.profile-drive-mode > path{
    stroke-linecap: cap;
    stroke-width: 15px;
    stroke: #fff;
    stroke-dasharray: 10 10;
}

.profile-drive-mode > path.secondary{
    stroke: #a7a7a7;
    stroke-dasharray: 10 10;
}

.scrubber-tag rect.btm {
    fill: #444;
    fill-opacity: 0.7;
}

.scrubber-tag rect.top {
    fill: #00FFFF;
    fill-opacity: 0.6;
}

.scrubber-tag text {
    fill: #fff;
    font-size: 14px;
    font-weight: normal;
    text-anchor: middle;
    shape-rendering: crispEdges;
}

.scrubber-tag.distance text {
    font-size: 16px;
}

#scrubber-ghost rect {
    fill: #FFF;
    fill-opacity: 0.7;
}

#scrubber-ghost path {
    stroke: #00FFFF;
    stroke-opacity: 0.75;
    stroke-width: 0.4px;
}

.scrubber-line path {
    stroke: #00FFFF;
    stroke-width: 2px;
    stroke-opacity: 0.9;
}

.stroke-quarter path.slope {
    stroke-width: 0.1px;
}

.stroke-full path.slope {
    stroke-width: 0.25px;
}

/* <editor-fold desc="Buttons"> */

.btn.btn-default.rover.btn-small {
    width: 20px;
    height: 40px;
    font-size: 10px;
}
.btn.btn-large {
    padding: 12px 24px;
    font-size: 17px;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 20px;
    filter: none;
    background-color: transparent;
    background-color: rgba(255,255,255,0.02);
    border-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.75);
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: background-color 0.1s linear, border-color 0.1s linear;
    -o-transition: background-color 0.1s linear, border-color 0.1s linear;
    transition: background-color 0.1s linear, border-color 0.1s linear;
}

.btn.btn-default.map.rover,
.btn.btn-default.map.rover:focus {
    background-color: rgba(38,38,38,0.75);
}

.btn.btn-default.map.rover:hover,
.btn.btn-default.map.rover:hover:focus {
    background-color: rgba(160, 160, 160, 0.79);
}

.btn.btn-default.rover:focus {
    background-color: transparent;
    border-color: rgba(255,255,255,0.75);
    color: rgba(255,255,255,0.75);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.btn.btn-default.rover:hover,
.btn.btn-default.rover:hover:focus{
    background-color: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.9);
    color: #0A0A0A;
}

.btn.btn-default.rover:active,
.btn.btn-default.rover.active,
.btn.btn-default.rover.active:hover{
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255,255,255,0.9);
    text-shadow: 0 0 10px rgba(255,255,255,0.75);
    color: #0A0A0A;
    font-weight: 500;
}

.btn.btn-default.rover:hover,
.btn.btn-default.rover:active,
.btn.btn-default.rover.active{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
}

.btn.btn-default.rover,
.btn.btn-default.rover:hover,
.btn.btn-default.rover:active,
.btn.btn-default.rover.active,
.btn.btn-default.rover:first-child:not(:last-child),
.btn.btn-default.rover:last-child:not(:first-child) {
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 10px;
}
/* </editor-fold> */

/* <editor-fold desc="Nav Header"> */
.navbar.navbar-default {
    margin-left: -1%;
    margin-right: -1%;
}

.navbar-brand {
    padding: 10px 10px;
}

.nav-pills > li {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.nav-pills > li.right-aligned {
    float: right;
}

.dropdown-menu > li {
    text-align: center;
    padding: 4px 4px;
}

ul.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0 0;
}

.ui-slider {
    margin: 6px 1px;
}

.ui-slider.ui-widget-content {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
}

.ui-slider .ui-slider-handle {
    border-radius: 1em;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-slider .ui-slider-handle:focus {
    background-color: rgba(255, 255, 255, 0.5);
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 5px rgba(0, 255, 255, 0.75);
}

.axis path,
.axis line {
    fill: none;
    stroke: rgba(255,255,255,0.75);
}

.axis text {
    font-size: 8px;
    fill: #fff;
}

.ui-control-icon {
    width: 18px;
    height: 18px;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.ui-slider.fixed-min,
.ui-slider.picker,
.ui-slider.trans {
    width: 125px;
    display: inline-block;
    position: relative;
}

#menu-bar img {
    height: 24px;
}

#menu-bar {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
}

/* </editor-fold> */
