body {
  height: 100%;
  margin: 0;
}
.style1 {
	text-align: center;
}
.style2 {
	text-align: left;
}
.style3 {
	font-size: 12px;
	font-family: arial;
	text-align: left;
}
.style4 {
	margin-left: 160px;
	margin-top: 0;
}
.style5 {
	font-size: 18px;
}
.style6 {
	color: #003399;
}

#d2,
#d3 {
	display: table-cell;
	padding: 2px 6px;
}
#d2 {
	white-space: nowrap;
}
#d3 {
	width: 100%;
}
.layerspan {
	margin-right: 10px;
	display: inline-block;
	width: 130px;
	text-align: left;
}
#map_canvas {
  position:absolute;
  width: 100%;
  height: 100%;
}
#map_legend {
	position:absolute;
	width: 100%;
	z-index: 10000;
	bottom: 15px;
}
#map_legend.mobile {
	bottom:40px;
}
#map {
  position:absolute;
    width: 100%;
    height: 100vh;
}
#copyright {
	position:absolute;
	left: 2px;
	right: 2px;
	margin: 2px 0 2px 0;
	padding: 0.5rem 0 0.5rem 0;
	border: 2px solid #6c6c6c;
	text-align: center;
}

#mobile_controls.mobile {
	position:absolute;
	display:table;
	width:100%;
	height: 2.5rem;
	bottom: 1px;
	z-index: 1000;
}
#mobile_controls.mobile .mobile-control {
	display:table-cell;
	width:auto;
	text-align:center;
	font-size: 1rem;
	text-decoration: underline;
	vertical-align: middle;
}
#overlays {
	visibility: hidden;
}
#map_canvas.mobile {
	position:absolute;
	left: 0;
	right: 0;
	/* top: 4rem; */
	bottom: 2rem;
	border: none;
	z-index: 100;
	/* top: 20rem; */
}

@media (min-width: 700px) and (orientation: landscape) {

}

/* mobile devices starting from iPhone 2G */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body {
		font-size: 60%;
		overflow: hidden;
	}
    #loc_logo, #loc_logo div, #loc_logo img {
    	width:100%;
    	height:2rem;
    }

    #map_controls {
    	display:none;
    	z-index: 100000;
    	background-color: #FFFFFF;
    }
	#map_canvas.mobile {
		top: 0;
	}

	#overlays {
		visibility: visible;
	}


    #mapsetting {
    	z-index: 100001;
	    background-color: #FFFFFF;
    }

	#map_legend {
		display:none;
		z-index: 10000;
		left: 0;
		right: 0;
		top: 4rem;
		bottom: 2rem;
		background-color: #FFFFFF;
	}

	#copyright {
		display:none;
		position:absolute;
		left: 2px;
		right: 2px;
		margin: 0;
		padding: 0.5rem 0 0.5rem 0;
		text-align: center;
		border: none;
		font-size: 1.5rem;
		z-index: 50000;
		top: 4rem;
	    bottom: 2rem;
	    background-color: #FFFFFF;
	}
}


a:link{color:#00f}
a:visited{color:#00f}
a:active{color:#00f}
a:hover{text-decoration:none;}

hr {border: 1px solid #8BC600; border-style: none none solid; }

#leftnav{border:1px solid#000000;height:600px;width:150px;background-color:#f4f4f4;border-right:3px double #000}
#siteoptions{padding-left:1px;}
.boldtext{font-weight:bold}
.borderLRB{border-left:1px solid #000;border-bottom:1px solid #000;border-right:1px solid #000;}
.bottommessage{position:fixed;z-index:9999;left:1px; font-size:11px; color:#575757; padding:2px; border:2px solid #D6AD21; text-align:center; top:10px; margin-right:418px; background:url(/canada/CanadaWxConditions/gradient.png) repeat-x; font-family:ubuntu;}

/*
.centermessage{position:fixed;z-index:9999;left:200px;background-color:#FFF;color:#000;padding:2px;border:1px solid #F00;text-align:center;top:200px;}
*/

.configtitle{padding-left:0px;padding-bottom:1px;margin-top:5px;margin-right:25px;color:#000;}
.fauxlinkred{color:#00F;text-decoration:underline;}
.fauxlinkred:visited{color:#00F;text-decoration:underline;}
.fauxlinkred:active{color:#00F;text-decoration:underline;}
.fauxlinkred:hover{color:#F00;text-decoration:none}
.fauxlink{color:#000;text-decoration:underline;}
.fauxlink:visited{color:#000;text-decoration:underline;}
.fauxlink:active{color:#000;text-decoration:underline;}
.fauxlink:hover{color:#00F;text-decoration:none}

.fontsize10{font-size:10px; margin-left:165px; text-align:left;}
.fontsize12{font-size:12px;}
.fontsize14{font-size:14px;}
.leftnavtext{font-size:12px;font-family:arial;}
.mousecaption{border:1px solid #000;background-color:#fff;color:#000;position:absolute;top:0px;left:0px;width:100px;}
.padding5{padding:5px;}
.sectiontitle:link{color:#000}
.sectiontitle:visited{color:#000}
.sectiontitle:active{color:#000}
.sectiontitle:hover{text-decoration:none;}

A{color:#53749E; text-decoration:underline; font-family:verdana; font-size:12px}
a:link {text-decoration:underline;}
A:visited{color:#53749E;}
a:hover{color:#4D00CE;}
a:active {text-decoration:underline;}

@font-face { font-family: ubuntu; src: url("../../map_aus_events/fonts/Ubuntu-M.ttf"); }


.loader-map {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
	z-index: 999;
  position: absolute;
  top: 55%;
  left: 45%;
	opacity: 0.6;
	display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


ul#icon-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: 7%;
	height: 0;
	width: 10%;
	padding: 0;
	z-index: 999;	
}

ul#icon-menu-opacity {
	position: fixed;
    bottom: 10%;
    left: 0;
    height: 0;
    width: 10%;
    padding: 0;
    z-index: 999;
}

ul#icon-menu-zoom {
	position: fixed;
    bottom: 8.5%;
    right: -0.2%;
    padding: 0;
    z-index: 999;
}

ul#icon-menu-zoom.widget {
	bottom: 1.5%;
	right: -0.6%;
}

ul img:hover {
	opacity: 0.5;
}

#icon-menu .icon, #icon-menu-opacity .icon, #icon-menu-zoom .icon {
	margin: 2px 0;
	display: inline-flex;
    margin-left: 35%;
	transition: all .5s ease-out !important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}

#icon-menu-opacity .icon {
	width: 150%;
}

#icon-menu .icon img, #icon-menu-opacity .icon img, #icon-menu-zoom .icon img {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
  
ul a {
	text-decoration: none;
}

ul.sub-menu {
	display: none;
	padding-left: 5px;
}

.sub-menu .sub-memu-icon {
	border: 1px solid;
	border-radius: 8%;
	border-color: #cdcdcd;
	color: #cdcdcd;
	background: white;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
}

#icon-menu-opacity .sub-menu .sub-memu-icon {
	border: 1px solid;
	border-radius: 8%;
	border-color: #468ba9;
	display: flex;
	color: #cdcdcd;
	background: white;
	list-style-type: none;
	margin-right: 5px;
	height: 50px;
	width: 135px;
}

.sub-menu .sub-memu-icon.select {
	width: 107px;
}

.sub-menu .item-block {
	padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#icon-menu-opacity .sub-menu .item-block {
}

.sub-menu .item-block label {
	font-size: 9px;
	text-align: center;
}

.sub-menu .sub-memu-icon.active {
	border-color: #4F8AA9;
	color: #4F8AA9;
}
.sub-menu .sub-memu-icon label {
	color: #4F8AA9
}

.styled-checkbox {
	position: absolute; 
	opacity: 0; 
}
.styled-checkbox + label {
	  position: relative;
	  cursor: pointer;
	  padding: 0;
}

.styled-checkbox.select + label {
	display: flex;
	top: 5px;
	text-align: left;
}
	
  
.styled-checkbox + label:before {
	content: '';
	margin-right: 10px;
	display: flex;
	margin: auto;
	margin-bottom: 5px;
	border: 1px solid;
	vertical-align: text-top;
	width: 11px;
	height: 11px;
	background: white;
}

.styled-checkbox.select + label:before {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
}

.styled-checkbox:hover + label:before {
	background: #4F8AA9;
}

.styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
	background: white;
}

.styled-checkbox.select:checked + label:after {
	left: 2px;
	top: 6px;
}

.styled-checkbox:checked + label:after {
	content: '';
	position: absolute;
	left: 40%;
	top: 6px;	
	background: #4F8AA9;
	width: 2px;
	height: 2px;
	box-shadow: 
		2px 0 0 #4F8AA9,
		4px 0 0 #4F8AA9,
		4px -2px 0 #4F8AA9,
		4px -4px 0 #4F8AA9,
		4px -6px 0 #4F8AA9,
		4px -8px 0 #4F8AA9;
	transform: rotate(45deg);
	}

	.custom-select select {
	width: 80px;
	height: 20px;
	color: #4F8AA9;
	display: inline-block;
	border: 2px solid #4F8AA9;
	padding: 4px 3px 3px 5px;
	margin: 0;
	font: inherit;
	outline:none; /* remove focus ring from Webkit */
	line-height: 1.2;
	font-size: 9px;
	background: #f8f8f8;
	
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.custom-select select {
		padding-right:30px;    
	}
}

.custom-select {
	position: relative;
	display: inline-block;
}

/* Since we removed the default focus styles, we have to add our own */
.custom-select select:focus {
	-webkit-box-shadow: 0 0 3px 1px #4F8AA9;
	-moz-box-shadow: 0 0 3px 1px #4F8AA9;
	box-shadow: 0 0 3px 1px #4F8AA9;
}

/* Select arrow styling */
.custom-select:after {
	content: "▼";
	align-items: center;
	position: absolute;
	top: 5px;
	right: 12px;
	height: 18px;
	bottom: 0;
	font-size: 59%;
	line-height: 25px;
	padding: 0px 3px 2px 4px;
	background: #4F8AA9;
	color: white;
	pointer-events: none;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.no-pointer-events .custom-select:after {
	content: none;
}

.custom-select label {
	color: #4F8AA9;
	margin-top: 3px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #468ba9;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
	transition: opacity .2s;
	margin: 10px 0;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #468ba9;
    cursor: pointer;
    border-radius: 100%;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #468ba9;
    cursor: pointer;
    border-radius: 100%;
}

#icon-menu-opacity .item-block label {
	color: #4F8AA9;
}

#icon-menu-opacity .custom-select:after {
    top: 15px;
	right: 5px;
}

.header{
	align-items: center;
    position: absolute;
    z-index: 999;
    margin-left: 2.5%;
  }
  
  .logo {
	width: 300px;
  }

@media screen and (orientation:landscape) and (max-width: 900px) { 
	ul#icon-menu {
		margin-top: 10%;
		width: 15%;
		overflow-y: auto;
		height: 178px;
	}

	#icon-menu .sub-menu.active {
		display: none;
		position: fixed;
		margin-left: 10%;
		top: 20%;
	}

	ul#icon-menu-opacity {
		bottom: 15%;
	}

	ul#icon-menu-zoom {
		bottom: 10.5%;
	}

	ul img:hover {
		opacity: 1 !important;
	}
 }

@media only screen and (max-width: 900px) {
	.logo {
		width: 230px;
	}
}
@media only screen and (max-width: 500px) {
	#icon-menu .icon:nth-child(6) .sub-menu {
		width: 190px;
		flex-wrap: wrap;
	}

	#icon-menu .icon:nth-child(6) .sub-menu .sub-memu-icon:nth-child(2n) {
		flex: 1 1 0;
	}

	.sub-menu .sub-memu-icon {
		margin-top: 5px;
	}

	ul img:hover {
		opacity: 1 !important;
	}

	ul#icon-menu-zoom {
		bottom: 10.5%;
	}
	ul#icon-menu {
		margin-top: 28%;
	}
	#sub_radar .sub-memu-icon.select {
		width: 105px;
	}

	#opacitylayerlist {
		width: 95px !important;
	}
}

.gmnoprint .gm-style-mtc {
	margin-left: 5px !important;
}

.gmnoprint .gm-style-mtc div {
	font-size: 14px !important;
	height: 30px !important;
	padding: 0px 10px !important;	
}

/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #4B8CA9; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #356A84; 
  }

  .widget-top {
	  top: 35% !important;
  }

  img.active, .full-screen-btn:hover, #icon-menu-zoom .icon img:hover, #icon-menu img:hover {
		filter: brightness(70%);
  }

.full-screen-btn {
	position: fixed;
	right: 1%;
	top: 2%;
	z-index: 99999;
	cursor: pointer;
}

.min-icon {
	width: 33px !important;
	height: 33px !important;
}

.widget-layer {
	margin-top: 5% !important;
	height: 300px !important;
}
.layer-selection {
  font-family: Roboto, Arial, sans-serif;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  color: rgba(0,0,0,.75);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.layer-selection input {
  margin-right: 2px;
}
.custom-popup .mapboxgl-popup-content {
  max-height: 200px;
  overflow-y: auto;
}
#animation-panel{
    display:none;
    position:absolute;
    top:5px;
    left:500px;
    color: #2e6e9e;
    background: #fff;
    padding: 5px 10px;
}
#current-animation-time{
    padding:2px;
    height:26px;
}
#animation-panel button,#animation-panel .checkbox-label{
    margin-left:  2px; 
}
#icon-menu label {
	font-weight: normal;
}
.custom-modal-content {
    background-color: #eb3e3e;
    color: #fff;
    text-align: center;
}
.custom-modal-header {
    border-bottom: none;
}
.modal-dialog-centered {
		padding-top: 15%;
}
#myModal .close. #myModal2 .close {
	opacity: 1;
	color: #fff;
}
#wind-legend {
	display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.checkbox-group {
	width: 80px;
    display: flex;
    flex-direction: column;
}

.checkbox-item {
    display: flex;
    align-items: center;
}

.checkbox-item input.styled-checkbox-row {
    margin-right: 5px;
    border: 1px solid #4F8AA9;
    height: 11px;
    width: 11px;
}
.checkbox-item label {
    padding-top: 5px;
    margin: 0;
}
.styled-checkbox-row {
	position: absolute; 
	opacity: 0; 
}
.styled-checkbox-row + label {
	  position: relative;
	  cursor: pointer;
	  padding: 0;
}

.styled-checkbox-row + label {
	display: flex;
	top: 5px;
	text-align: left;
}
	
  
.styled-checkbox-row + label:before {
	content: '';
	margin-right: 10px;
	display: flex;
	margin: auto;
	margin-bottom: 5px;
	border: 1px solid;
	vertical-align: text-top;
	width: 11px;
	height: 11px;
	background: white;
}

.styled-checkbox-row + label:before {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
}

.styled-checkbox-row:hover + label:before {
	background: #4F8AA9;
}

.styled-checkbox-row:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox-row:checked + label:before {
	background: white;
}

.styled-checkbox-row.input:checked + label:after {
	left: 2px;
	top: 6px;
}

.styled-checkbox-row:checked + label:after {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;	
	background: #4F8AA9;
	width: 2px;
	height: 2px;
	box-shadow: 
		2px 0 0 #4F8AA9,
		4px 0 0 #4F8AA9,
		4px -2px 0 #4F8AA9,
		4px -4px 0 #4F8AA9,
		4px -6px 0 #4F8AA9,
		4px -8px 0 #4F8AA9;
	transform: rotate(45deg);
	}
	.checkbox-item label 

