﻿#reportlist .row[rel='1'] {
	/* display:none; */
}

@font-face {
  font-family:'hackney';
  font-style:normal;
  font-weight:normal;
  src: url('hackney.woff2');
}
@font-face {
  font-family:'raleway';
  font-style:normal;
  font-weight:normal;
  src: url('raleway.woff2');
}
@font-face {
  font-family:'raleway';
  font-style:normal;
  font-weight:bold;
  src: url('raleway_bold.woff2');
}
#display > .button {
	bottom:5px;
	right:5px;
	clip-path:none;
	border-radius:50%;
	padding-left:0px;
}

#bathymetry {
	background: linear-gradient(#164F85 0%, #0A3156 100%) !important;
}

#subtitle {
	font-family:hackney;
	font-weight:normal;
}

#poiLayer g.svr {
	display:none;
}
#tools #bt_weather {
	margin-top:5px;
}
#tools #bt_weather .icon {
  background-color:#164F86;
  fill:#FFFFFF;
  stroke:#FFFFFF;
  border-radius:50%;
}
#tools #bt_weather:hover .icon {
  fill:#F4A500;
  stroke:#F4A500;
}
#tools #bt_weather:before {
	height:38px;
	line-height:38px;
	right:calc(100% - 18px);
	padding-right:23px;
	border-radius:19px 0 0 19px;
  background-color:#164F86;
  color:#F4A500;
}
#tools #bt_weather.on .icon,
#tools #bt_weather.on:before {
  background-color:#F4A500;
  fill:#0A3156;
  stroke:#0A3156;
  color:#0A3156;
}

#logocoursebleue,
#logorosevents,
#logoskippers {
	display:none !important;
}


