/*Setting html and body to 100% to avoid margins and padding from browsers*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/*Wrapper div layer for entire scene.  Fixes for browser rendering issues with margins and pads.  Overflow prevents scroll bars.*/
#mapWrapper {
    padding: 0;
    margin: 0;
    /* float: right; */
    resize: both;
}
#map {
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer 10+ */

}
.olImageLoadError {
    display: none !important;
}

.buyButtonGrey {
	background-color: grey !important;
}
.olControlAttribution {
	bottom: .02em !important;
}

.scrollable{
    overflow-x: hidden;
	overflow-y: auto;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
    -webkit-overflow-scrolling: touch;
}


#detail_location_button_wrapper {
    background: white;
    color: black;
    width: auto;
    height: auto;
    display: inline-block;
    border: 0;
    padding: 9px;
    pointer-events: auto;
}

.radius3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.shadowExtraLight {
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border: 1px solid #DDD;
}

#places_detail_info {
    display: none;
    position: relative;
    background: white;
    color: black;
    line-height: 1.4em;
    height: auto;
    width: auto;
    float: left;
    display: inline-block;
    border: 0;
    text-align: left;
}

#places_detail_info {
    color: black;
    line-height: 1.4em;
    text-align: left;
}

#places_detail_info .legend {
    margin: 3px auto 0 auto;
}

.olControlZoom {}

.navbar {margin-bottom: 0px !important;}

#dropButton {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
    width: 80%;
    margin-top: 10px;
}
#liveButton {
    margin-right: auto;
    margin-left: auto;
    display: block !important;
    width: 80%;
    margin-top: 10px;
}

.btn-default.active, .btn-default:active{background-color: #df691a !important;}

#LayerList {
    min-height: 200px;
}

#mapList {

}

.waiting-container {
    min-height: 16px;
    transition: opacity 0.25s;
    opacity: 1;
}
.waiting-container.hidden {
    opacity: 0;
}
.waiting-container.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.waiting-container.fixed {
    position: fixed;
    z-index: 9999;
}

.waiting-overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.10);
}

.waiting-indicator {
background-size: contain;
    width: 225px;
    height: 50px;
    background: url("../img/loading_bar_animated.gif");
}
.waiting-indicator.center, .waiting-indicator.top, .waiting-indicator.bottom {
    position: absolute;
}
.waiting-indicator.center {
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}
.waiting-indicator.top {
    top: 0;
    margin-top: 0;
}
.waiting-indicator.bottom {
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.waiting-indicator.left {
    left: 0;
    margin-left: 0;
}
.waiting-indicator.right {
    left: auto;
    right: 0;
    margin-left: 0;
}

.blink {
    height:60px;
    width:60px;

    color: black;
}
.buyButton {
    background-color: #df691a !important;
}
#listTitle {margin-left: 1px;margin-right: 1px}