﻿.weather-container {
	margin-top: 5px !important;
	margin-left: 10px;
	margin-right: 10px;
}
.weather-main {
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}
.port-weather-container {
	max-width: 980px;
	margin: 0 auto;
}
div.aw-widget-36hour {
    border: 1px solid #000000;
}
#map-canvas {
	position: relative;
	z-index: 1;
}
span.avoidwrap { 
    display: inline-block;
}
.hurricane-aircraft {
    margin: 10px;
}
.hurricane-aircraft h3 {
    margin-top: 30px;
}
.hurricane-aircraft img {
    max-width: 400px;
    width: 95%;
    border: 1px solid #000000;
    border-radius: 8px;
    box-shadow: 0 8px 6px -6px rgb(0, 0, 0, 1.0);
}
.hurricane-aircraft-section {
    text-align: left;
}
.hurricane-recon-map, .hurricane-tracker {
   	position: relative;
    margin: 0 auto;
    background-color: #000000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #000000;
    box-shadow: 0 10px 10px -6px #777;
    height: 650px;
}
.hurricane-recon-map iframe, .hurricane-tracker iframe {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 648px;
}
.weather-content-container {
    margin: 20px auto;
    max-width: 1200px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
    padding: 0 5px 10px 5px;
}
.weather-event-data, .weather-event-details {
    border: 2px solid red;
    border-radius: 8px;
    background-color: #EDF6FD;
    margin: 20px auto;
    padding: 10px;
    max-width: 500px;
}
.weather-event-cameras {
    text-align: left;
    margin: 20px auto;
    background-color: #FFFFFF;
    background-image: url("/assets/images/weather/tropical-weather-event-hurricane-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000000;
    padding: 10px;
}
.weather-event-cameras .camera-list {
    border-collapse: collapse;
    margin: 0 auto;
}
.weather-event-cameras .camera-list th, .weather-event-cameras .camera-list td {
    border: 1px solid #ddd;
    padding: 8px;
}
.weather-event-cameras .camera-list th {
    background-color: #f2f2f2;
}
.weather-event-cameras-list-container {
    text-align: center;
}
.weather-event-cameras-list-container h3 {
    margin-block-end: 0;
}
.weather-event-cameras-list {
    text-align: left;
}
.weather-event-cameras-nearby ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    text-indent: -10px;
}
.weather-event-camera-legend {
    text-align: center;
    margin: 10px;
}
.weather-event-landfall-box-info {
    width: 700px;
}
.weather-event-image-container {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
}
.weather-event-image {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.weather-event-image img {
	width: auto;
    height: 200px;
	border: 2px solid #000000;
	border-radius: 8px;
}
.weather-event-image iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 8px;
}
.weather-events-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.weather-events-list li {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background: #dceaff;
    border-radius: 8px;
    break-inside: avoid-column;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 10px 5px;
}
.weather-events-list li img {
    width: auto;
    height: 120px;
    border: 1px solid #2577b1;
    border-radius: 8px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 1.0);
    margin: 10px 0;
}
.weather-events-list a:hover img {
    transform: scale(1.02);
    transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
}
.weather-events-list a:active img {
    box-shadow: none;
    border: 2px solid #333333;
}
.weather-events-list-active li {
    border: 5px double #FF0000;
}
.weather-events-list-inactive li {
    border: 1px solid #000000;
}
.weather-events-list-details {
    font-weight: normal;
}
.weather-event-map {
    margin-top: 10px;
}
.weather-event-map iframe, .weather-event-map #weather-event-map  {
    margin: 0 auto;
    width: 100%;
    height: 600px;
    border: 1px solid #000000;
}
.weather-event-map-note {
	text-align: center;
    margin-bottom: 40px;
}
.weather-event-map-camera-marker {
    width: 32px;
    height: 37px;
    background-image: url('/assets/images/webcams/port-camera-map-marker.png');
    background-size: 32px 37px;
}
.weather-event-map-storm-marker {
    width: 40px;
    height: 40px;
    transform: translate(0px, 20px);
}
/*.weather-event-map-hx-storm-marker {
    opacity: 0.7;
    position: absolute;
    transform: translate(-50%, -50%);
}*/
.weather-event-map-hx-storm-marker:hover {
    opacity: 0.8;
}
.weather-event-map-landfall-marker {
    width: 35px;
    height: 35px;
    background-image: url('/assets/images/weather/icons/map-icon-landfall-x.png');
    background-size: 35px 35px;
    transform: translate(0px, 17px);
}
.weather-event-map-landfall-number {
    position: absolute;
    top: 7px;
    right: -20px;
    background: #000;
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    z-index: 10;
}
.weather-event-map-hx-storm-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    pointer-events: none; /* so clicks go to container */
}
.weather-event-map-legend {
    text-align: center;
    border: 2px solid #08196d;
    padding: 5px;
    background-color: #FFFFFF;
}
.weather-event-map-legend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.weather-event-map-legend li {
    padding: 2px 5px;
}
.weather-event-map-legend li > span {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}
.weather-event-map-icon-hurricane {
    background-image: url('/assets/images/weather/icons/map-icon-hurricane.png');
}
.weather-event-map-icon-tropical-depression {
    background-image: url('/assets/images/weather/icons/map-icon-tropical-depression.png');
}
.weather-event-map-icon-landfall-x {
    background-image: url('/assets/images/weather/icons/map-icon-landfall-x.png');
}
.weather-event-map-icon-tropical-storm {
    background-image: url('/assets/images/weather/icons/map-icon-tropical-storm.png');
}
.weather-event-map-icon-camera {
    background-image: url('/assets/images/weather/icons/map-icon-camera.png');
}
.weather-event-map-icon-tropical-storm-wind-field {
    background-image: url('/assets/images/weather/icons/map-icon-tropical-storm-wind-field.png');
}
.weather-event-map-icon-hurricane-wind-field {
    background-image: url('/assets/images/weather/icons/map-icon-hurricane-wind-field.png');
}
.weather-event-main-wx {
    padding: 10px 0;
	background-color: #C4D0DD;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #000000;
}
.weather-index-options li {
    text-align: center;
    padding: 10px 5px;
    background: #dceaff;
    border: 1px solid #000000;
    break-inside: avoid-column;
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 10px 5px;
}
.weather-index-options li img {
    width: 220px;
    height: auto;
    border: 1px solid #2577b1;
    border-radius: 8px;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 1.0);
    margin-bottom: 5px;
}
.weather-index-options ul li:hover a img {
    transform: scale(1.02);
    transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5);
}
.weather-index-options li a:hover .button-blue {
    text-decoration: underline;
}
.weather-index-options li a:active img {
    box-shadow: none;
    border: 2px solid #333333;
    margin-bottom: 4px;
}
.weather-links-block {
	vertical-align: top;
	display: inline-block;
	width: 320px;
	min-height: 450px;
	background: #dceaff;
	border: 2px solid #000000;
	margin: 10px;
}
.weather-live-radar-map {
	width: 98%;
	height: 640px;
	border: 1px solid #000000;
}
.weather-satellite-image-container {
    position: relative;
    margin: 10px;
    width: 95%;
}
.weather-satellite-image-container img {
    max-width: 100%;
    height: auto;
    border: 2px solid #000;
    transition: opacity 2.0s ease-in-out;
}
#sat-loading {
    border: none !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; height: 100px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 10;
}
.sat-image {
    border: none;
}