/*****************************************************/
/* Main Body background color and default text color */
/*****************************************************/
@font-face {
	font-family: "architects-daughter";
	src: url("Fonts/architectsdaughter.ttf");
	}
	
/*****************************************************/
/* Main Body background color and default text color */
/*****************************************************/
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: normal 1.1em/1.5 sans-serif;
	color: #222;
	background-color: #edeff0;
}

img:-moz-loading {
    visibility: hidden;
}

input[type=text] {
  border: 1px solid #b7c0c7;
  border-radius: 4px;
  background-color: #ffffff;
}

input[type=text]:focus {
  outline: none !important;
  border: 1px solid #222;
  box-shadow: 0 0 5px #222;
}

input[type=password] {
  border: 1px solid #b7c0c7;
  border-radius: 4px;
  background-color: #ffffff;
}

input[type=password]:focus {
  outline: none !important;
  border: 1px solid #222;
  box-shadow: 0 0 5px #222;
}

input[type=submit] {
  border: 1px solid #b7c0c7;
  border-radius: 5px;
  background-color: #e0e2e4;
  font: normal 1.1em/1.5 sans-serif;
  color: #222;
}

input[type=submit]:active {
  outline: none !important;
  border: 1px solid #222;
  box-shadow: inset 0 0 5px #222;
}

input[type=submit]:hover {
  outline: none !important;
  background-color: #b7c0c7;
}


select {
  border: 1px solid #b7c0c7;
  border-radius: 5px;
  background-color: #e0e2e4;
  font: normal 1.1em/1.5 sans-serif;
  color: #222;
}

select:hover {
  outline: none !important;
  background-color: #b7c0c7;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

input[type="checkbox"] {
  width: 1em;
  height: 1em;
  border: 1px solid #b7c0c7;
  border-radius: 3px;
  background-color: #ffffff;
}

input[type="checkbox"]:checked {
  border: 1px solid #b7c0c7;
  border-radius: 3px;
  background-color: #222;
  box-shadow: inset 0 0 1px 0.2em #ffffff;
}

/*****************************************************/
/*             Layout Element Colors                 */
/*****************************************************/
.surfweaver-header  {
	background-image: url("SurfWeaverBanner.jpg");
	background-size: auto 120%;
	background-repeat: no-repeat;
	background-color: #78838a;
	clear: both;
	height: auto;
}

.surfweaver-header-side  {
	position: fixed;
	height: 100vh;
	width: 50vw;
	left: -100vw;
	top: 0;
	z-index: 5;
	transition-property: left;
	transition-duration: 0.1s;
	transition-timing-function: linear;
}

.surfweaver-header-side-sliding  {
	position: fixed;
	height: 100vh;
	width: 50vw;
	left: 0;
	top: 0;
	z-index: 5;
	transition-property: left;
	transition-duration: 0.1s;
	transition-timing-function: linear;
}

.surfweaver-header-menu-side  {
	position: fixed;
	display: block;
	top: 2px;
	left: 2px;
	z-index: 3;
	text-align: left;
}

.surfweaver-header-menu-side-image  {
	width: 40px;
	height: 40px;
	z-index: 4;
}

.surfweaver-header-menu-side-return  {
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 4;
	display: none;
	background-color: #000000;
	opacity: 0.6;
	top: 0;
	left: 0;
}

.surfweaver-header-menu-side-return-sliding  {
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	z-index: 4;
	display: block;
	background-color: #000000;
	opacity: 0.6;
	top: 0;
	left: 0;
}

.surfweaver-header-logo img{
	width: auto;
	height: auto;
	max-height: 15vh;
	max-width: 98%;
}

.surfweaver-header-nav li {
	background-color: #618ba4;
	opacity: 0.8;
}

.surfweaver-content {
	background-color: #edeff0;
	margin-bottom: 22px;
}

.surfweaver-content-header-side {
	margin-top: 45px;
	z-index: 3;
}

.SurfWeaverSubTitle-header-side-longtext  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:30px;
}

@media (max-width: 360px) {
	.SurfWeaverSubTitle-header-side-longtext {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size:7vw;
	}
}

.SurfWeaverSubTitle-header-side-longlongtext  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:30px;
}

@media (max-width: 430px) {
	.SurfWeaverSubTitle-header-side-longlongtext {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size:5.5vw;
	}
}

.SurfWeaverSubTitle-header-side-longlonglongtext  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:30px;
}

@media (max-width: 485px) {
	.SurfWeaverSubTitle-header-side-longlonglongtext {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size:5vw;
	}
}

.surfweaver-footer {
	background-color: #b7c0c7;
	font-size:13px;
	height: 22px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
}

@media (max-width: 380px) {
	.surfweaver-footer {
		background-color: #b7c0c7;
		font-size: 3vw;
		height: 22px;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
}

.surfweaver-footer-text  {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

/*****************************************************/
/*         Header, Banner and Footer Layout          */
/*****************************************************/
.surfweaver-header {
	padding: 0px;
}

.surfweaver-header-logo {
	margin-top: 0;
	margin-bottom: 0;
}

.surfweaver-header-nav {
	padding: 0px;
	margin:0px;
}

.surfweaver-header-nav li {
	margin-top: 4px;
	padding: 0px 0px;
	border-radius: 5px;
}

.surfweaver-header-nav li:hover {
	background: #406a82;
}

.surfweaver-header-logo a, 
.surfweaver-header-nav a {
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px;
}

.surfweaver-content {
	padding: 1px;
}

.surfweaver-content-tile {
	padding: 10px;
	width: 150px;
	height: 150px;
	border-radius: 10px;
	background: #ffffff;
	font: normal 0.8em/1 sans-serif;
	display: inline-block;
	margin: 5px;
}

.surfweaver-content-tile img {
	width: 110px;
	height: 110px;
}

.surfweaver-advertisement {
	font-family: architects-daughter;
	padding: 0px 5px 0px 5px;
}

.surfweaver-advertisement-tile {
	width: calc(100px + 8vw);
	max-width: 200px;
	padding: 10px;
	font-family: architects-daughter;
	font-size: calc(8px + 0.7vw);;
	display: inline-block;
	margin: 0px;
}

.surfweaver-advertisement-tile img {
	width: calc(50px + 8vw);
	max-width: 180px;
	padding: 5px;
}

.surfweaver-content-worldmap  {
	display: block;
	border-radius: 10px;
	border: 1px solid #78838a;
	width:100%;
	cursor: all-scroll;
}

.surfweaver-content-graphs {
	width:100%;
	height:auto;
	z-index: 1;
}

.surfweaver-content-maps {
	width:100%;
	height:auto;
}

.surfweaver-content-searchresulttable {
	width:100%;
	height:auto;
}

.surfweaver-content-spotconsole {
	margin: 1px 0px 1px 0px;
}

.surfweaver-content-spottable {
	width:100%;
	height:auto;
}

.surfweaver-content-spotpanel {
	width:100%;
	height: 100%;
	min-height: 200px;
	position: relative;
	z-index: 1;
}

.surfweaver-content-spotpanel-popup {
	position: absolute;
	padding: 20px;
    left: 0px;
    top: 0px;
	width: 100%;
	z-index: 1;
}

.surfweaver-content-ajaxminiicon  {
	cursor: pointer;
	vertical-align: top;
}

.surfweaver-content-forecastminiicon  {
	vertical-align: top;
}

.surfweaver-content-hotspots {
	position: absolute;
	cursor: pointer;
	border-radius: 16px;
	z-index: 1;
}

.surfweaver-content-maphotspots {
	position: absolute;
	cursor: pointer;
	z-index: 1;
}

.surfweaver-content-labels {
	position: absolute;
	z-index: 1;
}

.surfweaver-content-labellegend {
	display: inline-block;
	height: 50px;
	width: calc( 130px + (220 - 130) * ( 100vw / 850 ));
	text-align: left;
	vertical-align: middle;
	font-size: calc( 6px + (10 - 6) * ( 100vw / 850 ));
}

.surfweaver-content-recordselection {
	display: inline-block;
	text-align: left;
	font-size:12px;
	border-radius: 5px;
    border: 1px solid #78838a;
	width: 140px;
	padding: 0px;
	margin: 5px;
}

.surfweaver-content-recordselectionheader {
	text-align: center;
	font-size:13px;
	margin: 0px;
    color: #ffffff;
    background-color: #618ba4;
}

.surfweaver-content-recordselectioncontent {
	text-align: left;
	font-size:12px;
	margin: 0px;
	padding: 5px;
}

.SurfWeaverDelimiterBar { 
	display: none;
}

.surfweaver-footer {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}

.SurfWeaver-content-legal {
	text-align: left;
	width: 100%;
	font-size: calc(9px + 1vw);
}

/*****************************************************/
/*               Text Formatting                     */
/*****************************************************/
.SurfWeaverSubTitle
{ 
  font-size:30px;
  color: #ffffff;
  font-weight: bold;
  background: #819cb1;
}

.SurfWeaverSubTitle-header-side
{ 
	position: fixed;
	width: 100%;
	height: 45px;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
}

.SurfWeaverSubSubTitle
{ 
  font-size:20px;
  color: #cfced5;
  font-weight: bold;
}

.SurfWeaverDelimiterBar
{ 
  color: #ccd2de;
  background-color: #ccd2de;
  height: 2px;
  width: 90%;
  text-align: center;
}

.SurfWeaverParagraph
{ 
  font-size:16px;
  color: #ffffff;
  font-style:italic;
}

.SurfWeaverInTableSeparation
{ 
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #78838a;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.SurfWeaverCustomButton
{ 
  background-color: #618ba4;
  border-radius: 5px;
}

.SurfWeaverCustomButton a
{ 
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 0px 10px;
}

.SurfWeaverCustomButton:hover {
	background: #406a82;
}

/*****************************************************/
/*               Table Formatting                    */
/*****************************************************/
.SurfWeaverTable 
{ 
  padding: 0px;
  margin: 4px 0px 4px 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

.SurfWeaverTable tr, .SurfWeaverTable td
{ 
  border: 1px solid #78838a;
}

/* the first 'td' within the first 'tr' of the table */
.SurfWeaverTable tr:first-child td:first-child {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
/* the last 'td' within the first 'tr' of the table */
.SurfWeaverTable tr:first-child td:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}
/* the first 'td' within the last 'tr' of the table */
.SurfWeaverTable tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
/* the last 'td' within the last 'tr' of the table */
.SurfWeaverTable tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.SurfWeaverTable tr td + td {
    border-left: 0;
}

.SurfWeaverTable tr + tr td {
    border-top: 0;
}

.SurfWeaverTableHeader 
{ 
  font-size: calc(6px + 1vw);
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background-color: #618ba4;
  white-space: normal;
  word-wrap: break-word;
}

.SurfWeaverTableContent 
{ 
  font-size: calc(6px + 1vw);
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
  white-space: normal;
  word-wrap: break-word;
}

.SurfWeaverSameAsTableText 
{ 
  font-size: calc(8px + 1vw);
}

.SurfWeaverTablePagingContent 
{ 
  font-size: calc(6px + 1vw);
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 5px 8px 5px 8px;
  white-space: normal;
  word-wrap: break-word;
}

.SurfWeaverTableFilteringContent 
{ 
  font-size: calc(7px + 1vw);
  padding: 0px;
  margin: 0px;
  white-space: normal;
  word-wrap: break-word;
}

/*****************************************************/
/*            Favorite Table Formatting              */
/*****************************************************/
.SurfWeaverFavoriteTable 
{ 
  padding: 0px;
  margin: 4px 0px 4px 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

.SurfWeaverFavoriteTable tr, .SurfWeaverFavoriteTable td
{ 
  border: 1px solid #78838a;
}

/* the first 'td' within the first 'tr' of the table */
.SurfWeaverFavoriteTable tr:first-child td:first-child {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
/* the last 'td' within the first 'tr' of the table */
.SurfWeaverFavoriteTable tr:first-child td:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}
/* the first 'td' within the last 'tr' of the table */
.SurfWeaverFavoriteTable tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
/* the last 'td' within the last 'tr' of the table */
.SurfWeaverFavoriteTable tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.SurfWeaverFavoriteTable tr td + td {
    border-left: 0;
}

.SurfWeaverFavoriteTable tr + tr td {
    border-top: 0;
}

.SurfWeaverFavoriteTableHeader 
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background-color: #618ba4;
  white-space: normal;
  word-wrap: break-word;
}

.SurfWeaverFavoriteTableContent 
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
  white-space: normal;
  word-wrap: break-word;
}

/*****************************************************/
/*     Global Condition Legend Table Formatting      */
/*****************************************************/
.SurfWeaverGlobalConditionLegendTable 
{ 
  padding: 0px;
  margin: 4px 0px 4px 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

.SurfWeaverGlobalConditionLegendTable tr, .SurfWeaverGlobalConditionLegendTable td
{ 
  border: 1px solid #78838a;
}

/* the first 'td' within the first 'tr' of the table */
.SurfWeaverGlobalConditionLegendTable tr:first-child td:first-child {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}
/* the last 'td' within the first 'tr' of the table */
.SurfWeaverGlobalConditionLegendTable tr:first-child td:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}
/* the first 'td' within the last 'tr' of the table */
.SurfWeaverGlobalConditionLegendTable tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
/* the last 'td' within the last 'tr' of the table */
.SurfWeaverGlobalConditionLegendTable tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.SurfWeaverGlobalConditionLegendTable tr td + td {
    border-left: 0;
}

.SurfWeaverGlobalConditionLegendTable tr + tr td {
    border-top: 0;
}

.SurfWeaverGlobalConditionLegendTableHeader 
{ 
  font-size: calc(7px + 0.75vw);
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background-color: #618ba4;
  white-space: normal;
  word-wrap: break-word;
}

.SurfWeaverGlobalConditionLegendTableContent 
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
  white-space: normal;
  word-wrap: break-word;
}

.SurfWeaverGlobalConditionHorizontalLegend 
{
  width: 14vw;
}

/******************************/
/*     Legend Formatting      */
/******************************/
.SurfWeaverHorizontalLegend ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.SurfWeaverHorizontalLegend ul li {
  display: block;
  float: left;
  text-align: center;
  font-size: 80%;
  list-style: none;
}
.SurfWeaverHorizontalLegend li span {
  display: block;
  float: left;
  height: 18px;
}

/*****************************************************/
/*          Forecast Table Formatting                */
/*****************************************************/
.SurfWeaverForecastTable 
{ 
  padding: 0px;
  margin: 4px 0px 4px 0px;
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
}

.SurfWeaverForecastTable tr, .SurfWeaverForecastTable td
{ 
  border-top: 1px solid #78838a;
  border-bottom: 1px solid #78838a;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
}

.SurfWeaverForecastTable tr td + td {
    border-left: 0;
}

.SurfWeaverForecastTable tr + tr td {
    border-top: 0;
}

/* the first 'td' within the first 'tr' of the table */
.SurfWeaverForecastTable tr:first-child td:first-child {
  border-radius: 0;
}

/* the last 'td' within the first 'tr' of the table */
.SurfWeaverForecastTable tr:first-child td:last-child {
  border-radius: 0;
}

/* the first 'td' within the last 'tr' of the table */
.SurfWeaverForecastTable tr:last-child td:first-child {
  border-radius: 0;
}

/* the last 'td' within the last 'tr' of the table */
.SurfWeaverForecastTable tr:last-child td:last-child {
  border-radius: 0;
}

/* the last 'td' */
.SurfWeaverForecastTable tr td:last-child {
  border-right: 1px solid #78838a;
}

.SurfWeaverForecastTableHeader
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold; text-align: center;
  color: #ffffff;
  padding: 1px 1px 1px 1px;
  margin: 1px 1px 1px 1px;
  background-color: #78838a;
  white-space: normal;
}

.SurfWeaverForecastTableContent
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold;
  text-align: center;
  color: #78838a;
  padding: 1px 1px 1px 1px;
  margin: 1px 1px 1px 1px;
  background-color: #ffffff;
  white-space: normal;
  text-align: left;
}

.SurfWeaverForecastTableContentNow
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold;
  text-align: center;
  color: #78838a;
  padding: 1px 1px 1px 1px;
  margin: 1px 1px 1px 1px;
  background-color: #98ff96;
  white-space: normal;
  text-align: left;
}

/*****************************************************/
/*       Extended Forecast Table Formatting          */
/*****************************************************/
.SurfWeaverExtendedForecastTable 
{ 
  padding: 0px;
  margin: 0px 0px 0px 0px;
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
}

.SurfWeaverExtendedForecastTable tr, .SurfWeaverExtendedForecastTable td
{ 
  border-top: 1px solid #78838a;
  border-bottom: 1px solid #78838a;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
}

.SurfWeaverExtendedForecastTable tr td + td {
    border-left: 0;
}

.SurfWeaverExtendedForecastTable tr + tr td {
    border-top: 0;
}

/* the first 'td' within the first 'tr' of the table */
.SurfWeaverExtendedForecastTable tr:first-child td:first-child {
  border-radius: 0;
}

/* the last 'td' within the first 'tr' of the table */
.SurfWeaverExtendedForecastTable tr:first-child td:last-child {
  border-radius: 0;
}

/* the first 'td' within the last 'tr' of the table */
.SurfWeaverExtendedForecastTable tr:last-child td:first-child {
  border-radius: 0;
}

/* the last 'td' within the last 'tr' of the table */
.SurfWeaverExtendedForecastTable tr:last-child td:last-child {
  border-radius: 0;
}

/* the last 'td' */
.SurfWeaverExtendedForecastTable tr td:last-child {
  border-right: 1px solid #78838a;
}

.SurfWeaverExtendedForecastTableHeader
{ 
  font-size: 12px;
  font-weight: bold; text-align: center;
  color: #ffffff;
  padding: 1px 1px 1px 1px;
  margin: 1px 1px 1px 1px;
  background-color: #78838a;
  white-space: normal;
}

.SurfWeaverExtendedForecastTableContent
{ 
  font-size: calc(8px + 0.75vw);
  font-weight: bold;
  text-align: center;
  color: #78838a;
  padding: 1px 1px 1px 1px;
  margin: 1px 1px 1px 1px;
  background-color: #ffffff;
  white-space: normal;
  text-align: left;
}

.SurfWeaverExtendedForecastSpinnerWrapper
{
  width: 100%;
  z-index: 10;
  position: relative;
  background-color: #ffffff;
  margin: 8px 0px 4px 0px;
}

.SurfWeaverExtendedForecastSpinnerTitle
{
  width: 95%;
  border: 1px solid #618ba4;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  position: relative;
  background-color: #618ba4;
  color: #ffffff;);
}

.SurfWeaverExtendedForecastSpinnerWindow
{
  border-style: inset;
  border: 1px solid #618ba4;
  border-radius: 0px;
  width: 95%;
  height: 200px;
  overflow: hidden;
  z-index: initial;
  position: relative;
  background: linear-gradient(to top,rgba(0,0,0,.8),rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(0,0,0,.8));
}

.SurfWeaverExtendedForecastSpinnerFrameHeader
{
  width: 100%;
  z-index: -1;
  position: relative;
  background-color: #ffffff;
  user-select: none;;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.SurfWeaverExtendedForecastSpinnerFrameBody
{
  width: 100%;
  z-index: -2;
  position: relative;
  background-color: #ffffff;
  user-select: none;;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/*****************************************************/
/*                   Media Queries                   */
/*          For screens larger than 850px            */
/*****************************************************/
@media (min-width: 850px) {

	/* Header and Banner */
	.surfweaver-header-logo,
	.surfweaver-header-nav li {
		float: left;
	}

	.surfweaver-header-logo img{
		height: 90px;
		max-height: 90px;
		width: auto;
	}
	
	.surfweaver-header-logo {
		margin-right: 10px;
	}
	
	.surfweaver-header-nav li {
		margin-top: 40px;
		margin-left: 0px;
		border-left: 1px solid #7395a8;
		border-right: 1px solid #406275;
		border-radius: 0px;
	}
	
	.surfweaver-header-nav li:first-child {
		border-left: none;
		border-radius: 5px 0px 0px 5px;
		-moz-border-radius: 5px 0px 0px 5px;
		-webkit-border-radius: 5px 0px 0px 5px;
	}

	.surfweaver-header-nav li:last-child {
		border-right: none;
		border-radius: 0px 5px 5px 0px;
		-moz-border-radius: 0px 5px 5px 0px;
		-webkit-border-radius: 0px 5px 5px 0px;
	}

	.surfweaver-header-side  {
		display: block;
		height: auto;
		width: auto;
		position: static;
		left: auto;
		top: auto;
		}

	.surfweaver-header-side-sliding  {
		display: block;
		position: static;
		left: auto;
		top: auto;
		height: auto;
		width: auto;
		}

	.surfweaver-header-menu-side  {
		display: none;
	}

	.surfweaver-header-menu-side-return  {
		display: none;
	}

	.surfweaver-header-menu-side-return-sliding  {
		display: none;
	}

	.surfweaver-footer {
		background-color: #b7c0c7;
		font-size:13px;
		height: auto;
		width: 100%;
		position: static;
		bottom: auto;
		left: auto;
		z-index: 0;
	}

	.surfweaver-footer-text  {
		position: relative;
		top: 0%;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		z-index: 0;
	}
	
	.surfweaver-content {
		width: 100%;
		margin-bottom: 0px;
	}

	.surfweaver-content-header-side {
		margin-top: 0px;
	}

	.SurfWeaverSubTitle-header-side-longtext  {
			position: relative;
			top: 0%;
			font-size:30px;
			-webkit-transform: translateY(0%);
			-ms-transform: translateY(0%);
			transform: translateY(0%);
	}

	.SurfWeaverSubTitle-header-side-longlongtext  {
			position: relative;
			top: 0%;
			font-size:30px;
			-webkit-transform: translateY(0%);
			-ms-transform: translateY(0%);
			transform: translateY(0%);
	}

	.SurfWeaverSubTitle-header-side-longlonglongtext  {
			position: relative;
			top: 0%;
			font-size:30px;
			-webkit-transform: translateY(0%);
			-ms-transform: translateY(0%);
			transform: translateY(0%);
	}

	.surfweaver-content-graphs {
		max-width:100%;
		height:auto;
		z-index: 1;
	}
	
	.surfweaver-content-maps {
		max-width:100%;
		height:auto;
	}

	.surfweaver-content-worldmap  {
		width:initial;
		height:initial;
	}
	
	.surfweaver-content-searchresulttable {
		width:612px;
		height:auto;
	}

	.surfweaver-content-spotconsole {
		margin: 20px 0px 20px 0px;
	}

	.surfweaver-content-spottable {
		width:612px;
		height:auto;
	}

	.surfweaver-content-labellegend {
		width: 220px;
		font-size: 12px;
	}

	.SurfWeaver-content-legal {
		text-align: left;
		width: 612px;
		font-size: 14px;
	}
	
	.SurfWeaverDelimiterBar
	{ 
	  display: block;
	}
	
	/* text formatting */
	.SurfWeaverSubTitle
	{ 
	  font-size:30px;
	  color: #819cb1;
	  font-weight: bold;
	  background: transparent;
	}

	.SurfWeaverSubTitle-header-side
	{ 
		position: static;
		width: 100%;
		top: auto;
		left: auto;
		height: auto;
	}
	
	/* table formatting */
	.SurfWeaverTableHeader 
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverTableContent 
	{ 
	  font-size: 12px;
	  word-wrap: normal;
	}

	.SurfWeaverSameAsTableText 
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverTablePagingContent 
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverTableFilteringContent 
	{ 
	  font-size: 13px;
	  word-wrap: normal;
	}

	.SurfWeaverFavoriteTableHeader 
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverFavoriteTableContent 
	{ 
	  font-size: 12px;
	  word-wrap: normal;
	}

	.SurfWeaverGlobalConditionLegendTableHeader 
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverGlobalConditionLegendTableContent 
	{ 
	  font-size: 12px;
	  word-wrap: normal;
	}

	.SurfWeaverGlobalConditionHorizontalLegend 
	{
	  width: 94px;
	}

	.SurfWeaverForecastTableHeader
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverForecastTableContent
	{ 
	  font-size: 12px;
	  word-wrap: normal;
	}
	
	.SurfWeaverForecastTableContentNow
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverExtendedForecastTableHeader
	{ 
	  font-size: 14px;
	  word-wrap: normal;
	}

	.SurfWeaverExtendedForecastTableContent
	{ 
	  font-size: 12px;
	  word-wrap: normal;
	}
	
	/* Float Clearfix */
	.group:after {
	  content: " ";
	  display: table;
	  clear: both;
	}

}

