body {
	font-family: 'Montserrat', sans-serif;
	/*font-family: sans-serif;*/
	font-size:16px;
	/*font-weight:bold;*/
	width:840px;
	margin: 0 auto;
}
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wrapper {
}
#map-wait {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 30px;
    z-index: 200;
    background-color: #6c6c6c;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    padding: 2px;
    opacity: 0.5;
    border: 1px solid #666;
}

.map-wrapper {
	height:593px;
	position:relative;
/*	color:#fff;
	background: url("../images/bg_test.jpg") no-repeat scroll 0 0 transparent;
*/
}

.toolbar {
    display: none;
    z-index: 100;
    background: url("../images/toolbar.png") repeat scroll 0 0 transparent;
    height: 60px;
    position: absolute;
    top: 22px;
    width: 800px;
    left: 20px;
	font-size:12px;
	text-transform:uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.video-btn {
    margin: 3px 0px 0 3px;
    width: 58px;
    height: 54px;
    cursor: pointer;
}
.video-off {
    background: url("../images/video_btn.png") no-repeat bottom left;
}
.video-on {
    background: url("../images/video_on.png") no-repeat bottom left;
}
.video-btn.button-active {
    margin: 4px 0px 0px 4px;
}

.video-btn.video-btn-inactive {
	background: url("../images/video_btn.png") no-repeat top left transparent;
}

.video-btn.video-btn-active {
	background: url("../images/video_btn.png") no-repeat bottom left transparent;
}

.opacity-wrap, .datetime-wrap, .timeline-wrap{
	float: left;
	overflow: visible;
}

.opacity-wrap {
    height: 60px;
    margin-left: 130px;
    width: 200px;
}
.opacity-wrap.button-0 {
    margin-left: 20px;
    width: 310px;
}
.opacity-wrap.button-0 .slider {
    width: 310px;
}
.opacity-wrap.button-0 .slide-region {
    width: 310px;
}
.opacity-wrap.button-1 {
    margin-left: 70px;
    width: 270px;
}
.opacity-wrap.button-1 .slider {
    width: 270px;
}
.opacity-wrap.button-1 .slide-region {
    width: 270px;
}
#temper-bg.button-1 {
    left: 3px;
}

.timeline-wrap {
    padding-left: 25px;
    width: 428px;
}

.datetimeline-wrap {
    overflow:hidden;
    float: right;
}

.opacity-wrap span,
.datetimeline-wrap .label {
    display: block;
    color: white;
    height: 25px;
    line-height: 25px;
    padding-top:3px;
    float:left;
}


.datetimeline-wrap  .time{
    margin-left: 48px;
    display: block;
    color: white;
    height: 25px;
    line-height: 25px;
    padding-top:3px;
    float:left;
    width: 200px;
}
/*
.opacity-wrap span, .timeline-wrap span.label {
    height: 25px;
    line-height: 25px;
    padding-top:3px;
}
*/

.opacity-wrap span{
    padding-left: 5px;
}


.datetime-wrap span{

    padding-left: 10px;
    white-space: nowrap;
}

.opacity-control {
	float: left;
	padding-left: 5px;
}
.opacity-control  .slider {
/*
    background: url("../images/opacity_slider.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 13px;
    position: relative;
    width: 150px;
	margin-top: 10px;
    */
    background: #31302B;
    border-radius: 5px;
    float: left;
    height: 11px;
    position: relative;
    width: 200px;
	margin-top: 10px;
}
.opacity-control  .slider2 {
    background: url("../images/opacity_fill.png") no-repeat scroll 0 0 transparent;
    height: 13px;
    width: 15px;
}
.opacity-control  .slide-region {
    height: 38px;
    left: 0;
    position: absolute;
    top: -21px;
    width: 200px;
}
.opacity-control  .slider-button {
/*
    background: url("../images/button.png") no-repeat scroll 0 0 transparent;
    bottom: -20px;
    cursor: pointer;
    height: 40px;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 20px;
	*/
    background: url("../images/handle.png") no-repeat scroll 0 0 transparent;
    bottom: -17px;
    cursor: pointer;
    height: 40px;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 25px;
}
.opacity-control  .slider-button .slider-info {
    color: #555555;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-left: -1px;
    padding-top: 18px;
    text-align: center;
}

.opacity-control   .slider-button .slider-bubble {
    background: url("../images/play_tip.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: none;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    left: -4px;
    letter-spacing: 0;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 34px;
    opacity: 0.7;
}

.timeline-wrap .play-btn.button-active {
	margin: 4px 2px 0px 1px;
}
.timeline-wrap .play-btn {
	margin: 3px 3px 1px 0px;
    float: left;
    height: 54px;
    width: 54px;
	cursor: pointer;
}

.timeline-wrap .play-btn.play-btn-inactive {
    background: url("../images/play-stop.png") no-repeat scroll left top transparent;
}

.timeline-wrap .play-btn.play-btn-active {
    background: url("../images/play-stop.png") no-repeat scroll left bottom transparent;
}



.timeline-wrap .now-btn.button-active {
	margin: 4px 0px 0px 1px;
}

.timeline-wrap .now-btn {
	background: url("../images/now_big.png") no-repeat scroll 0 0 transparent;
	margin: 3px 1px 1px 0px;
    float: left;
    height: 54px;
    width: 54px;
	cursor: pointer;
}


.timeline-control {
	float: left;
	padding-left: 7px;
    margin-right: 10px;
}
.timeline-control  .slider {
    background: url("../images/play_slider.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 10px;
    position: relative;
	width: 293px;
	margin-top: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.timeline-control  .slider2 {
    background: url("../images/play_fill.png") no-repeat scroll 0 0 transparent;
    height: 10px;
    width: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    overflow: hidden;
}
.timeline-control  .slide-region {
    height: 44px;
    left: 0;
    position: absolute;
    top: -27px;
	width: 305px;
}
.timeline-control  .slider-button {
    /*background: url("../images/button.png") no-repeat scroll 0 0 transparent;
    bottom: -18px;
    cursor: pointer;
    height: 40px;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 20px;*/

	background: url("../images/handle.png") no-repeat scroll 0 0 transparent;
    bottom: -16px;
    cursor: pointer;
    height: 40px;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 25px;
}

.timeline-control  .slider-button .slider-bubble {
    background: url("../images/play_tip.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    display: none;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    left: -5px;
    letter-spacing: 0;
    line-height: 14px;
    position: absolute;
    text-align: center;
    top: -19px;
    width: 34px;
    opacity: 0.7;
}



span.active, label.active {
	color:#fff;
}

span.inactive, label.inactive {
	color:#7a828b;
}


.legend-wrapper {
    background: url("../images/legend_bg.png") no-repeat scroll 0 0 transparent;
    bottom: 19px;
    height: 60px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    width: 347px;
}

.legend-wrapper .legend-title{
    font-size: 12px;
    padding-left: 13px;
    padding-top: 9px;
    text-transform: uppercase;
}

.rain, .ice, .snow {
	float:left;
	height:60px;
	overflow:hidden;
}


.rain {
	width:187px;
	background: url("../images/separator.png") repeat-y scroll right top transparent;
}

.legend {
	width:26px;
	height:26px;
	float:left;
	margin-left: 1px;
}

.legends{
    overflow: hidden;
    padding-left: 13px;
    padding-top: 6px;
}

.rain1{
	background-image: url("../images/legend_colors.png");
	background-position: 0 0;
}
.rain2 {
	background: url("../images/legend_colors.png") no-repeat scroll -26px 0 transparent;
}
.rain3 {
	background: url("../images/legend_colors.png") no-repeat scroll -52px 0 transparent;
}
.rain4 {
	background: url("../images/legend_colors.png") no-repeat scroll -78px 0 transparent;
}
.rain5 {
	background: url("../images/legend_colors.png") no-repeat scroll -104px 0 transparent;
}
.rain6 {
	background: url("../images/legend_colors.png") no-repeat scroll -130px 0 transparent;
}

.ice {

}

.ice1 {
	background: url("../images/legend_colors.png") no-repeat scroll -156px 0 transparent;
}

.ice2 {
	background: url("../images/legend_colors.png") no-repeat scroll -182px 0 transparent;
}

.snow {
	width:80px;
	float:right;
	background: url("../images/separator.png") repeat-y scroll left top transparent;
}

.snow1 {
	background: url("../images/legend_colors.png") no-repeat scroll -208px 0 transparent;
}

.snow2 {
	background: url("../images/legend_colors.png") no-repeat scroll -234px 0 transparent;
}

.fullscreen-wrapper {
    z-index: 1000;
    bottom: 19px;
    overflow: hidden;
    position: absolute;
    right: 21px;
}

.fullscreen.button-active {
    margin: 2px 0 0 2px;
}
.fullscreen {
	width:60px;
	height:60px;
    margin: 1px;
}

.fullscreen.in {
	background: url("../images/fullscreen.png") no-repeat scroll 0 0 transparent;
}

.fullscreen.out {
	background: url("../images/fullscreen.png") no-repeat scroll 0 -60px transparent;
}

#map.map-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
}

.OverlaysTL.toolbar-off {
    top: 22px !important;
}
.OverlaysTL {
    top: 90px !important;
    left: 23px !important;
}
.NavBar_compassControlContainer {
    background-color: transparent !important;
    width: 52px !important;
}
.NavBar_compass {
    margin-left: 1px !important;
}
.NavBar_rotateLeft, .NavBar_rotateRight {
    display: none !important;
}
.NavBar_zoomControlContainer {
    left: 0 !important;
    top: 35px !important;
    background-color: transparent !important;
}
.NavBar_zoomDrop {
    background-color: transparent !important;
}
.NavBar_modeSelectorControlContainer {
    display: none;
    width: 85px !important;
    background-color: #eee !important;
    opacity: 0.8 !important;
    left: 56px !important;
    top: -5px !important;
}
.NavBar_modeSelectorControlContainer .NavBar_separator {
    display: none !important;
}
.OverlaysBR-logoAware {
    right: 95px !important;
}

#tbminimize {
    position: absolute;
    right: -14px;
    top: -17px;
    width: 38px;
    height: 38px;
}
.tbmin-off {
    background: url("../images/minimize.png") no-repeat 0 0 transparent;
}
.tbmin-on {
    background: url("../images/minimize.png") no-repeat 0 0 transparent;
}
.tbmin-prs {
    background-position: 1px 1px;
}
#toolbar-icon {
    z-index: 200;
    position: absolute;
    right: 20px;
    top: 21px;
    width: 61px;
    height: 61px;
    display: none;
}
.tb-off {
    background: url("../images/toolbar_icon.png") no-repeat 0 0 transparent;
}
.tb-on {
    background: url("../images/toolbar_icon.png") no-repeat 0 0 transparent;
}
.tb-prs {
    background-position: 1px 1px;
}
#video-bg {
    display: none;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 64px;
    height: 60px;
}
.video-bg-on {
    background: url("../images/video_bg.png") no-repeat 0 0 transparent;
}

#temper-bg {
    position: absolute;
    z-index: 200;
    top: 0;
    left: 64px;
    width: 60px;
    height: 60px;
}
.temper-bg-on {
    background: url("../images/sensors.png") no-repeat 0 0 transparent;
}

.temper-off {
    background: url("../images/sensors.png") no-repeat bottom left;
}
.temper-on {
    background: url("../images/sensors.png") no-repeat top left;
}
.temper-btn {
    cursor: pointer;
    height: 54px;
    margin: 3px 1px 0 0px;
    width: 58px;
}
.temper-btn.button-active {
    margin: 4px 1px 0px 1px;
}

.temper-btn.temper-btn-inactive {
	background: url("../images/sensors.png") no-repeat top left transparent;
}

.temper-btn.temper-btn-active {
	background: url("../images/sensors.png") no-repeat bottom left transparent;
}



/*
.OverlaysTL {
    height: 0 !important;
}
.BreadcrumbContainer,
.NavBar_modeSelectorControlContainer {
    display: none;
}
.NavBar_compassControlContainer {
    left: 0 !important;
    top: 100px !important;
}
.NavBar_zoomControlContainer {
    left: 100px !important;
    top: 100px !important;
}
*/
#pan-control-patch {
    position: absolute;
    top: -1px;
    left: 9px;
    width: 34px;
    height: 27px;
    border-top: 2px solid #7D99D0;
    border-bottom: 2px solid #7D99D0;
    opacity: 0.5;
}
#pan-control-patch2 {
    position: absolute;
    left: 0;
    top: -5px;
    width: 52px;
    height: 65px;
    background-color: #eee;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    opacity: 0.8;
}
.OverlaysBL.with-legend {
    bottom: 20px !important;
}
.OverlaysBR-logoAware.with-legend {
    bottom: 24px !important;
}
.fullscreen-wrapper.with-legend {
    bottom: 24px !important;
}
#map-wait.with-legend {
    bottom: 55px;
}
.product-legend {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
#logo-image {
    position: absolute;
    text-decoration: none;
}

