﻿/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


html, body {
	position:relative;
	height:100%;
    margin:0;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: black;
    overflow:hidden;
} 

#pageID {
  height: 100%;
  margin: 0;
  padding: 0;
}
.ui-content {
  padding: 0;
}
.ui-content,
.ui-content #full-height {
  height: inherit; /* the trick */
}

.fullscreen {
    min-height: 100%; 
    height: 100%;
    width: 100%;
}

header {
    width: 100%;
    height: 50px;
    position: fixed;
    background: black;
    color: white;
}

#header-content {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

input{
    margin: 5px 0 0 0;
    color:black;
}
.checkbox {
    width:auto;
    text-align:left;
    padding: 0 0 0 30px;
}
.checkboxB {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.checkboxC {
    vertical-align: bottom;
    position: relative;
    top: -5px;
    height:20px;
    width:20px;
    overflow: hidden;
}


.noLineBreakBefore {
    display:inline;
    line-height:70px;
    vertical-align:middle;
}

.fixed-stage-left {
    width: 50%;
    top:150px;
    bottom:0;
    position: fixed;
    overflow: hidden;
    left: 0;
}

.fixed-stage-right {
    width: 50%;
    top:150px;
    bottom:0;
    position: fixed;
    overflow: hidden;
    right: 0;
}

.helpText {
    background-color: #404040;
    padding:10px;
    position:sticky;
}

.scrollable {
    overflow-y: scroll;
}

.carousel-control {
    opacity:0.1;
}
.carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 10px;  
  height: 10px;
  border: none;
  border-radius: 100%;
  line-height: 10px;
  color: #fff;
  background-color: #909090;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
  margin: 0 0;
  width: 12px;
  height: 12px;
  background-color: #219ab3;
}

.carousel-caption {
    padding:0;
    margin:0;
}
.carousel-caption p {
    margin:0;
}

.thick {
     text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 150%;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.pointer {
    user-select: none;
    cursor: pointer;
    pointer-events:visible;
}
.clickable {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    user-select: none;
    cursor: pointer;
    pointer-events:visible;
}
.clickable:hover {
    color: white;
    background: #21606d !important;
}
.outline {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    user-select: none;
    cursor: pointer;
    pointer-events:visible;
    text-align:center;
    padding:10px;
    background: rgba(20,20,20,.8);
    outline:solid #21606d 1px;
}
.outlineFixedHeight {
    min-height:217px;
}
.outlineFixedHeight2 {
    min-height:257px;
}
.outline:hover {
    outline:solid #21606d 8px;
    z-index:1;
}


.clickableI {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    user-select: none;
    cursor: pointer;
    pointer-events:visible;
}
.clickableI:hover {
    color: #219ab3;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}

section { 
    height: 100%;
}

.moved-away {
/*  position: absolute;*/
/*  left: 100000px;*/
  display: none;
}

.modal-dialog {
    box-shadow: 0 0 160px black;
}

.modal-body {
    background-color:#303030;
}

.modal-header {
    padding-bottom: 0;
}

.modal-content {
    background-color:#202020;
    background: url('/Images/trail.jpg');
    background-position: 50% 0;
}

.modal-title {
    padding:20px;
}


#myPOIs {
    margin:0;
    z-index: 1051; /* Sit on top */
}
#myPOIs .modal-dialog {
    margin:0;
    position: fixed; /* Stay in place */
    z-index: 1051; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    text-align: center;
    background-color:black;
    background-position: center center;
    background-size: contain;
    background-repeat:no-repeat;
}
.fitcontainer .close {
    display:inline-block;
    position:absolute;
    margin-top:6px;
    margin-right:12px;
    float:right;
    right:0;
}
.fitcontainer .absrightbottom {
    display:inline-block;
    position:absolute;
    margin:12px;
    float:right;
    right:0;
    bottom:0;
}
.fitcontainer .btnleft {
    display:inline-block;
    position:absolute;
    margin:12px;
    left:0;
    height:100px;
    top: 50%;
    transform: translate(0, -50%);
}
.fitcontainer .btnright {
    display:inline-block;
    position:absolute;
    margin:12px;
    right:0;
    height:100px;
    top: 50%;
    transform: translate(0, -50%);
}
.fittitle {
    display: inline-block;
    width:100%;
    padding-top:5px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;    
}
.fittitle h3 {
    display: inline-block;
}
.panoramioBadge {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;    
    margin-bottom:10px;
}

.graph {
    height: 120px;
    background-color:white;
    opacity:0.7;
}

.over_top {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    right: 0;
    margin: 60px 10px 10px 10px;
	z-index: 99;
    overflow-x: hidden;
    z-index:10000;
}

.overmap {
    background-color:black;
    opacity:0.8;
    padding:0;
    margin:0;
}

.minimapBorder {
    padding:10px;
    width:148px;
    height:148px;
}
.minimap {
    position:relative;
    width:128px;
    height:128px;
    display: table-cell;
}
.minimapPart {
    left:0;
    position:absolute;
    width:100%;
    height:auto;
    border:1px solid gray;
    box-shadow: 0 0 6px rgba(255,255,255,.3);
    background-color: rgba(0,0,0,.5);
}
.minimapChart {
    position:relative;
    width:128px;
    height:auto;
    display: block;
    margin-bottom:5px;
}
.minimapPartChart {
    position:absolute;
    width:100%;
    height:100%;
    border:1px solid gray;
    box-shadow: 0 0 6px rgba(255,255,255,.3);
    background-color: rgba(0,0,0,.5);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.myheader {
    font-size:2em;
    font-weight: 700;
    margin-bottom:20px;
    font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.inline {
    display:inline;
}
ul {
    font-size:large;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.singleline {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.outline p,
.outline h1,
.outline h2,
.outline h3,
.outline h4,
.outline h5,
.outline h6 {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.outline span {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.outline .badge {
    text-shadow :none;
}


.normalCase {
    text-transform:none;
}

.inline {
    display:inline;
    vertical-align:middle;  
    line-height:30px;    
}

b.fancy {
     text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #219ab3;
    pointer-events:visible;
    cursor: pointer;
}

.tinyfont {
    font-size:7px;
    font-weight:bold;
}

.premium {
    color:orangered;
    font-weight:700;
}

a.premium {
    color:white;
    text-shadow: -2px 0 orangered, 0 2px orangered, 2px 0 orangered, 0 -2px orangered, 1px 1px orangered, 1px -1px orangered, -1px 1px orangered, -1px -1px orangered;
}

.topmessage {
    margin-bottom:0;
    padding-bottom:0;
    text-align:center;
}

.warnbg {
    padding:20px;
    background-color: #771010;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color:rgba(255,255,255,.8);
}


.form-control::selection {
    color:white;
    background-color:black;
}


/* add top margin to google maps controls */
div.gmnoprint { padding-top: 60px; }

@media(min-width:767px) {
    .navbar {
        padding: 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

/* prevent stacking nav-tabs */
@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a  {
    border-bottom: 1px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
}

.center {
    text-align: center;    
    margin-bottom: 0px;
}

.ex-tooltip {
    position: absolute;
    background: #444;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px #000;
    -moz-box-shadow: 0 1px 3px #000;
    -ms-box-shadow: 0 1px 3px #000;
    -o-box-shadow: 0 1px 3px #000;
    box-shadow: 0 1px 3px #000;
    border-collapse: separate;
    display: none;
}

.table-hover tr {  
        color:#ddd;
        -webkit-transition: background 0.1s linear;
        -moz-transition: background 0.1s linear;
        -ms-transition: background 0.1s linear;
        -o-transition: background 0.1s linear;
        transition: background 0.1s linear;
}
.table-hover tr:hover { background-color: #d1d1d1; color:#219ab3; }
.table-hover tr.active { background-color: #d1d1d1; color:#219ab3; }

table.borderless {
    border-spacing: 0 5px; /* this is the ultimate fix */
     color: lightgray;
}
table.borderless td, table.borderless th{
     border: none !important;
     margin:0;
     line-height: 15px !important;
    min-height: 15px;
    height: 15px;
}

.grayblock {
    background-color:#222;
    padding:10px;
    margin-top:30px;
    margin-bottom:30px;
}

.grayblock p, .grayblock li, .grayblock table {
    font-size:medium;
}

.introsmall {
    display: table;
    width: 100%;
    height: auto;
    padding: 240px 0;
    text-align: center;
    color: #fff;
    background: url(../img/Function_notext_small.png) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/background.png) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.thumbnail {
	padding: 50px;
	background: rgba(255,255,255,.6);
}

@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    margin:2px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    background-color:rgba(255,255,255,.1);
    background-image: rgba(255,255,255,.1);
    color: white;
    opacity:0.8;
    pointer-events:visible;
}
.btn-default.premium {
    border: 1px solid orangered;
    text-shadow:none;
}

.btn-header {
    border: 1px solid #219ab3;
    background-color:#a0a0a0;
    background-image: #a0a0a0;
    color: white;
    opacity:0.9;
    pointer-events: none;
}

.btn-default:hover,
.btn-default:hover:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: white;
    background-color: #219ab3;
}

.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: white;
    background-color: rgba(255,255,255,.1);
}

.btn-default.selected{
    color: gray;
    background-color: white;
}

.btn-default[disabled] {
    border: 1px solid black;
    opacity:0.4;
    color: white;
}

.chartcaption {
    padding: 3px 10px 0 10px;
    position:relative;
    width:auto;
    display:table-cell;
}

.chartbutton {
    padding: 3px 3px 0 0;
    position:relative;
    width:50px;
    display:table-cell;
    text-align:center;
}
.chartbutton[disabled] {
    color:#404040;
    pointer-events:none;
}

.chartclose {
    position:absolute;
    float:right;
    width:50px;
    height:20px;
    padding: 3px 0 2px 14px;
    right:0;
    top:0;
    display: table;
    z-index:5;
    background-color:rgba(20,20,20,.5) !important;
}
.chartexpand {
    position:absolute;
    float:right;
    width:50px;
    height:20px;
    padding: 3px 0 2px 14px;
    right:50px;
    top:0;
    display: table;
    z-index:5;
    background-color:rgba(20,20,20,.5) !important;
}
.chartzoom {
    position:absolute;
    float:right;
    width:50px;
    height:20px;
    padding: 3px 0 2px 14px;
    right:100px;
    top:0;
    display: table;
    z-index:5;
    background-color:rgba(20,20,20,.5) !important;
}
.chartoptions {
    position:absolute;
    float:right;
    width:auto;
    height:20px;
    font-size:small;
    right:50px;
    display:flex;
    top:8px;
}

.passthrough {
    pointer-events:none;
}

.chart_borderOuter {
    border-radius:4px;
    background-color:rgba(20,20,20,.92) !important;
    box-shadow: #219ab3 0 1px 6px;
    margin-top:10px;
}
.chart_border {
    border:1px solid rgba(200,200,200,.1);
}
.charts_container {
    width: 80%;
    padding-bottom:68px;
    pointer-events:none;
}
.charts_rowSmall {
    position:relative;
    width:100%;
    height:35px;
    text-align:left;
    margin:0;
    padding:0;
    overflow:hidden;
}
.charts_rowSpacer {
    margin-bottom: 10px;
}
#charts_rowAB {
    position:relative;
    display: flex;
    width:100%;
    height:0;
}
#charts_rowA {
    width:128px;
    height:100%;
}
#charts_rowB {
    width:100%;
    height:100%;
}
.charts_rowBig{
    position:relative;
    display: flex;
    width:100%;
    height:auto;
}
.charts_rowAxis {
    width:100%;
    height:19px;
    display:flex;
    top:-10px;
}
.charts_rowAxisLeft {
    position:absolute;
    display:table-cell;
    padding-left:6px;
}
.charts_rowAxisRight {
    position:absolute;
    display:table-cell;
    right:6px;
}
.charts_selector {
    position:relative;
    display:block;
    width:128px;
    height:auto;
}
.charts_selectorAxis{
    position:relative;
    display:block;
    width:128px;
    height:auto;
}
.charts_centered {
    position: absolute;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.charts_graph {
    display:block;
    position:relative;
    text-align:center;
    width:100%;
}
.chart_overlay{
  width:100%;
  position:absolute;
  height:auto;
}
.chart_overlayUp{
    top:10px;
    height:40%;
    z-index:10;
}
.chart_overlayDown{
    top:50%;
}

.grayed{
    background-color:rgba(20,20,20,.7);
    width:auto;
}

.address {
    font-size:0.9em;
    font-weight:500;
    color:#219ab3;
    line-height:1em;
    margin: 0 0 0 0;
}

.row.dark {
    padding:20px;
}

.row.medium {
    padding:20px;
    background-color:#505050;
}

.row.light {
    padding:20px;
    background-color:#11505d;
}

.oddrow {
    padding:20px;
    background-color:rgba(255,255,255,.1);
}

h2.mybadge {
    margin-bottom:5px;
}
h3.mybadge {
    margin-bottom:10px;
}
h4.mybadge {
    color:#909090;
    margin-bottom:5px;
}
h4.mybadge2 {
    margin-top:20px !important;
    margin-bottom:15px !important;
}
h5.mybadge {
    color:#909090;
    margin-bottom:2px;
}

h3.mybadgeCompact {
    margin-bottom:0;
    padding:3px;
}

h4.mybadgeCompact {
    margin-bottom:0;
    padding:3px;
}

.errorline {
    padding: 0 4px 0 14px;
    margin: 0 0 10px 0;
    font-size:1.35em;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    text-align:center;
    background-color:rgba(255,144,144,.4);
    border: 1px solid red;
}
.error {
    color: white;
    background-color:rgba(255,144,144,.4);
}

.close {
    font-size:3em;
    color:#808080;
    opacity:1;
    text-shadow:none;
}
.close:hover {
    color:#219ab3;
    opacity:1;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.hiddenAtBoot {
    visibility:hidden;
}

/* InfoWindow styles */
/* see http://stackoverflow.com/questions/28589361/google-maps-infowindow-width-is-overwritten-even-when-set-correctly */
.custom-iwSmall .gm-style-iw {
    top:15px !important;
    left:0 !important;
    border-radius:4px;
    background-color:rgba(20,20,20,.8) !important;
    box-shadow: #219ab3 0px 1px 6px;
    transition: all .3s ease-in-out;
    -ms-transform: scale(0.7,0.7) translate(40px,-2px) ; /* IE 9 */
    -ms-transform-origin: center bottom; /* IE 9 */
    -webkit-transform: scale(0.7,0.7) translate(40px,-2px) ; /* Chrome, Safari, Opera */
    -webkit-transform-origin: center bottom; /* Chrome, Safari, Opera */
    transform: scale(0.7,0.7) translate(40px,-2px);
    transform-origin: center bottom;
}
.custom-iwSmall>div:first-child>div:nth-child(2) {
    display:none;    
}
/** the shadow **/
.custom-iwSmall>div:first-child>div:last-child {
    left:0 !important;
    top:0;    
}

.custom-iwSmall .gm-style-iw, 
.custom-iwSmall .gm-style-iw>div, 
.custom-iwSmall .gm-style-iw>div>div {
    width:100% !important;
    max-width:100% !important;
}
/** set here the width **/
.custom-iwSmall,
.custom-iwSmall>div:first-child>div:last-child {
    width:400px !important;
}

/* arrow */
.custom-iwSmall>div:first-child>div:nth-child(n-1)>div>div {
    background-color:rgba(20,20,20,.8) !important;
    border:1px solid #219ab3;
}
.custom-iwSmall>div>div:last-child {
    background-color:transparent !important;
}
.custom-iwSmall .gm-style-iw>div{
    background-color:transparent !important;
}
.custom-iwSmall .gm-style-iw>div>div {
    background-color:transparent !important;
}

/** close-button(note that there may be a scrollbar) **/
.custom-iwSmall>div:last-child {
    visibility:hidden;
}


/* loading icon */
.glyphicon-refresh-animate {
    padding-top:1px;
    display: inline-block;
    animation: myspinneranimation 1s infinite;
	animation-timing-function: linear;	
}

@keyframes myspinneranimation {
    0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}


/* fixCo */
.fixCo {
    display: table;
    padding: 2px;
    margin-left: 3px;
    background-color:rgba(100, 100, 100, 0.8);
    z-index:12;
}
.fixCoLabel {
    display: table-cell;
    padding: 2px;
    margin: auto;
    color: #888;
}

/* label button */

.labelx{
    border-radius: 4px;
    background-color: #808080;
    color:white;
    padding: 0 10px 0 10px;
    opacity:0.8;
    cursor: pointer;
    pointer-events:all;
    margin:2px;
    transition: all .3s ease-in-out;
}

.labelxLeft{
    border-radius: 4px 0 0 4px;
    margin-right:0;
}
.labelxMid{
    border-radius: 0 0 0 0;
    margin-left:1px;
    margin-right:1px;
}
.labelxRight{
    border-radius: 0 4px 4px 0;
    margin-left:0;
}

.labelx.selected{
    background-color: #219ab3;
}

.labelx:hover {
    background-color: #a0a0a0;    
}

.labelx.selected:hover{
    background-color: #31aac3;    
}

.labelxMe {
    margin-top:15px;
    margin-right:7px;
}

.labelxHeat.selected,
.labelxHeat.selected:hover {
    background-color: purple;
}

.labelxExplored.selected,
.labelxExplored.selected:hover {
    background-color: crimson;
}

.labelxSpeed.selected,
.labelxSpeed.selected:hover {
    background-color: limegreen;
}

/* text filter hilight */
.hilight {
    background-color: #31aac3;
}

#myLoading {
    position: absolute;
    text-align:center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#myNavigationBar {
    visibility:hidden;
}

#myAlert {
    visibility:hidden;
    display:inline-block;
    margin: auto;
    top:100px;
    width: 60%;
    text-align:center;
}

#myProgress {
  visibility: hidden;
    display:inline-block;
    margin: auto;
    width: 50%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align:center;
    overflow-x: hidden;
    z-index:100;
    background-color:rgba(17, 96, 109, 0.8);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#myProgress.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0s, opacity 300ms;
}
#myProgress.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

#trackMeOverlay {
    position: absolute;
	top: 70px;
	left: 14px;
	z-index: 99;
    background-color:rgba(20,20,20,.8);
    padding:10px;
}
.trackMeError {
    color: #fd3131;
    font-weight:700;
}
#trackMeOverlay small {
    font-size: x-small;
}
#trackMeOverlay ul {
  padding-left: 0;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}
#trackMeOverlay li {
  padding-left: 25px;
  background: url('/Images/buddy.png') no-repeat left center;
  font-size:12px;
}

/* google map controls */
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: rgba(20,20,20,0.8);
  color:white;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-right:7px;
  padding:3px;
  text-overflow: ellipsis;
  width: 200px;
  border-color: white;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.progressOuter {
    margin:2px;
    border: 1px solid white;
    height:22px;
    position: relative;
    display: block;
}
.progressInner {
    position: absolute;
    background-color: rgba(0,255,0,0.2);
    white-space: nowrap;
    height:100%;
    overflow: visible;
}
.progressInnerMsg {
    position: absolute;
    text-align:center;
    vertical-align:middle;
    height:100%;
    width:100%;
}

