@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-ExtraLight.eot")
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-ExtraLightItalic.ttf");
font-weight: 200;
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url( "font/Poppins/Poppins-Light.eot")
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url( "font/Poppins/Poppins-Light.ttf");
font-weight: 300;
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-Regular.eot")
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-Regular.ttf");
font-weight: 400;
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-SemiBoldItalic.eot")
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-SemiBold.ttf");
font-weight: 600;
}


@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-Bold.eot")
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-Bold.ttf");
font-weight: 700;
}


@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-Black.eot")
}

@font-face {
font-family: 'Poppins', sans-serif;
src: url("font/Poppins/Poppins-Black.ttf");
font-weight: 800;
}

@font-face{
	font-family: 'Costa TT';
	src: url('style/COST____.TTF');
}

@font-face {
	font-family: 'Costa TT Light';
	src: url('../fonts/costa_bold.eot');
}

@font-face {
	font-family: 'Costa TT Light';
	src: url('../fonts/costa_bold.ttf');
}

@font-face {
	font-family: 'Costa TT';
	src: url('../fonts/costa_normal.eot');
}

@font-face {
	font-family: 'Costa TT';
	src: url('../fonts/costa_normal.ttf');
}

html {
	/* prevents scrolling with jquery mobile */
	overflow: hidden;
}

body {
	/*text-align: center;*/
	font-family: "Costa TT Light", "Costa TT", Vectora, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	height: 768px;
	width: 1024px;
	overflow: hidden;
}

a img {
	border: none;
	border: 0;
}

a {
	outline: none;
}

h2,
h3,
h4,
h5{
	color: #505a57;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
	
}

h1 {
	width: 570px;
	height: 70px;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 70px;
	color: #005981;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 15px;
	line-height: 2em;
	font-size: 32px;
	padding-left: 37px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #f9b004;
	text-decoration-thickness: 3px;
	
}

h1 {
	font-size: 26px;
	line-height: 34px;
}

h2,
h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5,
h6 {
	font-size: 10px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/*classi comuni*/

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.none {
	display: none;
	visibility: hidden;
}

.mainContainer {
	width: 1024px;
	height: 768px;
	background-color:#fff;
	text-align: left;
	overflow: hidden;
	position: relative;
	/* Fix IE7 */
}


/*struttura*/

#header {
    background-color: #fff;
	height: 0px;
	display: block;
	text-align: left;
	z-index: 150;
}

#header.smallHeader {
	width: 352px;
}

#header.bigHeader {
	width: 100%;
}

#logo.lgHome {
	display: block;
	text-align: center;
	padding-left: 860px;
	position: fixed;
	padding-top: 48px;
	z-index: -1;
}

#logo.lgPage {
	display: block;
	float: left;
}

#map {
	
	
    z-index: 0;
    overflow: hidden;
	/* Se si cambiano le dimensioni, modificare anche le costanti in Default.aspx.cs */
    width: 675px;/*675px;*/
    height: 768px;/*768px;*/
    padding-left: 352px;
	/* Fix bug IE7 */
}

#googleMap {
	z-index: 0;
	overflow: hidden;
	/* Se si cambiano le dimensioni, modificare anche le costanti in Default.aspx.cs */
	height: 768px;
	width: 675px;
}

#Marker {
	width: 675px;
	height: 500px;
	left: 0px;
	
	/*position: relative;
	width: 672px;
	height: 768px;
	left: 353px;*/
}

#Marker img.bkgwm {
	width: 100%;
}

#Marker div.tooltip img {
	width: auto;
}

#mapShip,
#zoomedMapShip {
	z-index: 0;
	top: -11px;
	position: initial;
	height: 450px;
	width: 700px;
	overflow: hidden;
	margin-left: 100px;
}

#googleMapShip {
	z-index: 0;
	top: -11px;
	position: relative;
	height: 450px;
	width: 411px;
	overflow: hidden;
}

img.politicalMap {
	border: 0 none;
	position: absolute;
	z-index: -1;
	top: 0;
}

img.politicalShipImage {
	border: 0 none;
	width: 88px;
	height: 18px;
	position: absolute;
	z-index: 6;
}

img.politicalPortImage {
	border: 0 none;
	width: 3px;
	height: 3px;
	position: absolute;
	z-index: 7;
}

table.politicalWarning {
	height: 450px;
	width: 411px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

table.politicalWarning span {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #003271;
}

span.politicalPortLabel {
	position: absolute;
	z-index: 20;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 700;
	color: #505a57;
	padding: 4px;
    background-color: #fff;
}

span.mapLastUpdate {
	top: 747px !important;
    left: 359px !important;
    z-index: 1500;
	position: absolute;
	z-index: 20;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #505a57;
	
}

span.osmCopyright {
	position: absolute;
	z-index: 501;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #505a57;
	top: 747px;
	padding-left: 860px;

}

div.infoMessageCopycright {
	/*background:Transparent url(../res/img/bg_mapInfoContainer.png) left center no-repeat;*/
	height: 180px;
	width: 960px;
	position: absolute;
	background-color: rgb(210, 210, 210);
	/*background:url(../../../res/img/bg_mapInfoContainer.png);*/
}

div.textContainerCopyright {
	padding: 5px;
	/*
	overflow:auto;
	//margin-left:50spx; 
	margin-top:10px;
	//margin-right:10px;
	*/
	height: 100%;
	width: 100%;
	font-size: 12px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	line-height: 9px;
	font-weight: bold;
}

div.infoMessage {
	/*background:Transparent url(../res/img/bg_mapInfoContainer.png) left center no-repeat;*/
	/*height:220px;*/
	width: 400px;
	/*position:absolute;*/
	background-color: rgb(210, 210, 210);
	/*background:url(../../../res/img/bg_mapInfoContainer.png);*/
}

div.textContainer {
	/*
	overflow:auto;
	//margin-left:50spx; 
	margin-top:10px;
	//margin-right:10px;
	*/
	color: white;
	height: 100%;
	width: 100%;
	font-size: 13px;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	line-height: 9px;
	font-weight: bold;
}

h5.txtUpdate {
	line-height: 25px;
	margin-bottom: 7px;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	padding-top: 10px;
}

#nav {
	font-family: "Costa TT", "Costa TT Light", Vectora, Helvetica, Arial, sans-serif;
	z-index: 1000;
	position: absolute;
	/*background-image: url(../img/bg_menu.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	height: 1024px;
	width: 161px;
	top: 0px;
	float: right;
}

#nav ul {
	margin-right: 44px;
	text-align: left;
	margin-left: 40px;
	margin-top: 40px;
}

#nav ul li {
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	height: 39px;
	line-height: 29px;
	
}

#nav ul li a {
	font-family: 'Poppins', sans-serif;
	color: #505a57;
	font-size: 21px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	font-weight: 400;
	display: block;
	background-image: url(../img/freccia_menu.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav ul li.selected a,
#nav ul li.over a,
#nav ul li a:hover {
	background-image: url(../img/freccia_menu_over.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #505a57;
	font-weight: 700;
}

#nav ul li a:hover {
	color: #505a57;
	font-weight: 700;
	background-image: url(../img/freccia_menu_blu.png);
}

.smallPanelMenu {
	background-image: url(../img/bg_menu_small.png);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	width: 22px;
	height: 1024px;
	z-index: 800;
	position: absolute;
	left: 685px;
	top: 0px;
}

#nav .leftPanelMenu {
	
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	width: 22px;
	height: 1024px;
}

#nav .rightPanelMenu {
	background-color: #fff;
	width: 352px;
	height: 768px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}

#buttonClose,
#buttonOpen {
	height: 50px;
	margin-top: 200px;
	display: block;
	padding-left: 5px;
	padding-top: 40px
}


/*pannello collassabile con tab*/

#contentTab {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right;
	width: 352px;
	float: left;
	position: absolute;
	height: 768px;
	top: 47px;
	left: 0px;
	z-index: 1000;
}

#contentTab .leftContentTab {
	/*background-image: url(../img/bg_tab_sx.png);
	background-repeat: no-repeat;*/
	background-position: left;
	float: left;
	width: 22px;
	height: 768px;
}

#contentTab .rightContentTab {
	float: left;
	padding-left:35px;
	width: 287px;
}

.smallContentTab {
	background-image: url(../img/bg_tab_sx.png);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 800;
	position: absolute;
	left: 685px;
	top: 0px;
	/*float: right;*/
	width: 22px;
	height: 1024px;
}

#footer {
	background-color: #fff;
	border-radius: 90px;
	left: 930px;
	background-position: 14px top;
	height: 152px;
	z-index: 1024;
	position: absolute;
	top: 248px;
	width: 71px;
}

#footer.large {
	background-color:#fff;
}

#footer ul {
	margin-left: 20px;
}

#footer ul li {
	float: left;
	margin-left: 15px;
}

h1.titleS {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}


/*-----menu a tab*/

ul.tabMenu {
	display: grid;
	height: 125px;

}

#Tab {
	margin-top: 10px;
	height: 170px;
}

#Tab ul li {
	float: right;
	width: 58px;
	margin-right: 6px;
	text-align: center;
}

#Tab ul li a {
	display: block;
	width: 58px;
	height: 43px;
	text-decoration: none;
}

#Tab ul li a span {
	display: none;
}

#Tab ul li#tab1 a {
	background-image: url(../img/bg_tab1_off.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab1 a:hover {
	background-image: url(../img/bg_tab1_over.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab1.currentTab a,
#Tab ul li#tab1.currentTab a:hover {
	background-image: url(../img/bg_tab1_on.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab2 a {
	background-image: url(../img/bg_tab2_off.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab2 a:hover {
	background-image: url(../img/bg_tab2_over.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab2.currentTab a,
#Tab ul li#tab2.currentTab a:hover {
	background-image: url(../img/bg_tab2_on.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab3 a {
	background-image: url(../img/bg_tab3_off.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab3 a:hover {
	background-image: url(../img/bg_tab3_over.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li#tab3.currentTab a,
#Tab ul li#tab3.currentTab a:hover {
	background-image: url(../img/bg_tab3_on.png);
	width: 251px;
	background-repeat: no-repeat;
}

#Tab ul li.iconBack {
	margin-right: 16px;
	width: 58px;
}

div.ctnTitle {
	padding-top: 0px;
	background-image: url(../img/bg_tabmenu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.ctnTitle h3 {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}


/*posizioni titoli*/

div.ctnTitle h3.tab1 {
	text-align: right;
	padding-right: 138px;
	display: none;
}

div.ctnTitle h3.tab2 {
	text-align: right;
	padding-right: 72px;
	display: none;
}

div.ctnTitle h3.tab3 {
	text-align: right;
	padding-right: 10px;
	display: none;
}

div.ctnTitle h3.active {
	display: inline;
}

p {
	text-align: left;
}

.panel,
.panel p {
	color: #505a57;
	text-align: left;
}

.panel-wrapper {
	padding-right: 10px;
	padding-left: 0px;
}


/*pannello webcam*/

.webcamBox {
	height: 183px;
}

.webcamBox .borderImg {
	z-index: 1001;
	height: 163px;
	width: 124px;
	position: absolute;
	left: 37px;
	top: 80px;
}

.webcamBox .imgDown {
	position: relative;
	margin: 3px 2px;
	left: -1px;
	width: 163px;
	height: 124px;
}

table.webcamWarning {
	z-index: 1002;
	height: 190px;
	width: 250px;
	position: absolute;
	left: 40px;
	top: 83px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

table.webcamWarning span {
	margin: 0;
	font-family: "Costa TT Light", "Costa TT", Vectora, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #003271;
}

.figureBox {
	margin-top: 25px;
	padding-top: 40px;
}


/*--bottoni*/

.buttonBar h5 {
	display: block;
	position: absolute;
	height: 80px;
	/*width: 113px;*/
}

.buttonBar h5.poppa {
	left: 35px;
	top: 386px;
	text-align: left;
	width: auto;
}

.buttonBar h5.prua {
	left: 35px;
	top: 569px;
	text-align: right;
}

.buttonBar h5 a.bt {
	height: 31px;
	display: block;
	line-height: 31px;
	padding-left: 10px;
	color: #003b8b;
	text-decoration: none;
	font-size: 12px;
}

.buttonBar h5 span.bt{
    font-weight: 700;
    color: #005981;
    font-size: 14px;
    width: 164px;
    height: 38px;
    position: initial;
    padding-top: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #e8e9e7;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	line-height: 31px;
}

.buttonBar h5 a.bt:hover {
	background-image: url(../img/bt_over_sx.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.buttonBar h5 a.bt:hover span {
	background-image: url(../img/bt_over_dx.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.buttonBar h5 a.btSelected {
	height: 31px;
	display: block;
	background-image: url(../img/bt_select_sx.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 31px;
	padding-left: 10px;
	color: #003b8b;
	text-decoration: none;
	font-size: 12px;
}

.buttonBar h5 a.btSelected span {
	font-weight: 700;
    color: #005981;
    font-size: 14px;
    width: 164px;
    height: 38px;
    position: initial;
    padding-top: 8px;
    text-transform: uppercase;
    text-align: center;
    background: #e8e9e7;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    line-height: 31px;
}


/*contenitori tabelle*/

div.tableContainer {
	padding-bottom: 10px;
	padding-top: 0px;
}

div.scroolContainer {
	height: 220px;
	overflow: hidden;
	width: 94%;
	float: left;
	text-align: left;
}


/*table*/

table.genericTable {
	font-size: 14px;
	color: #505a57;
	font-family: 'Poppins', sans-serif;
}

table.genericTable tr th {
	font-weight: 600;
	text-align: right;
	width: 55%;
	line-height: 21px;
}

table.genericTable tr td {
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}

table.lookTable tr:nth-child(even){

	background-color: #f2f2f1;
}

table.lookTable tr td {
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: 'Poppins', sans-serif;
	vertical-align: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 5px;
	font-weight: 600;
	padding-left: 6px;
}

table.lookTable tr td.alignRight {
	text-align: center;
}


/*scroolbar*/

#mcs_container .dragger_container {
	border-left: 1px solid #f2f2f1;
	border-right: 1px solid #f2f2f1;
	cursor: pointer;
	float: right;
	height: 428px;
	position: relative;
	width: 0;
	margin: 0px 5px 0 0px;
}

#mcs_container .dragger_container .dragger {
	-moz-border-radius: 6px 6px 6px 6px;
	background: none repeat scroll 0 0 #f9b004;
	cursor: pointer;
	height: 60px;
	margin-left: -3px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

#mcs_container .dragger_container .dragger:focus-visible {
outline: none;
}


/*pannello 3*/

.ctnImgMap {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../img/bg_imgmap.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 171px;
	width: 233px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

img.imageMap {
	border: 0 none;
	margin-top: 17px;
}


/*----animazione mondo*/

.wordBig {
	background-attachment: scroll;
	background-image: url(../images/img_map_w1.gif);
	background-repeat: no-repeat;
	background-position: -1024px 0px;
}

.lefttooltip {
	background-image: url(../img/bg_tooltip_sx.png) !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-position: 0 0 !important;
}

div.tooltip {
	background-image: url(../img/bg_tooltip.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: none;
	/*text-align: center;*/
	position: absolute;
	z-index: 300;
	height: 73px;
	width: 162px;
	padding: 15px;
	left: 324px;
	top: 97px;
	display: none;
}

div.googleInfoWindowContainer {
	display: none;
}

.googleInfoWindow {
	background-color: #185787;
	text-decoration: none;
	height: 73px;
	width: 162px;
	padding: 15px;
}

h2.shipName a {
	display: block;
	color: #0071a2;
	font-size: 14px;
	border: 0 none;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background-position: right center;
	padding-top: 8px;
}

h2.shipName a:hover {
	display: block;
    font-weight: 800;
	background-repeat: no-repeat;
	background-position: right center;
}


/*-------------marcatori nave sulla mappa*/

#Marker a.markerShipBig {
	display: block;
	background-image: url(../img/marker_ship.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 31px;
	position: absolute;
	z-index: 120;
}

#Marker a.markerShip {
	display: block;
	background-image: url(../img/marker_ship_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 23px;
	position: absolute;
	/*margin: -6px 0px 0px -6px ;*/
	z-index: 120;
}

a.markerShip span {
	display: none;
}

#Marker a.markerShip.over,
#Marker a.markerShip:hover,
#Marker a.markerShip.selected {
	background-image: url(../img/marker_ship_animated.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 121;
}

#Marker.zoomedIn a.markerShip {
	background-image: url(../img/marker_ship.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
	width: 31px;
	margin: -9px 0px 0px -9px;
	z-index: 120;
}

.ship {
    padding-bottom: 20px;
	padding-left: 5px;
	}

div.ship span {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #005981;
    position: absolute;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #f9b004;
    text-decoration-thickness: 2px;
    text-underline-offset: 11px;
	}
div.ship  span.poppa {
    left: 44px;
    top: 208px;
}

div.ship  span.prua {
    left: 272px;
    top: 208px;
}



#Marker.zoomedIn a.markerShip.over,
#Marker.zoomedIn a.markerShip:hover,
#Marker.zoomedIn a.markerShip.selected {
	background-image: url(../img/marker_ship_active.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 121;
}

#mcs_container {
	padding: 0px;
	margin: 0;
	width: 308px;
	height: 421px;
}

#mcs_container .customScrollBox {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#mcs_container .customScrollBox .container {
	position: relative;
	width: 279px;
	top: 0;
	float: left;
}

#mcs_container .customScrollBox .content {
	clear: both;
}

#mcs_container .customScrollBox .content p {
	padding: 10px 5px;
	margin: 10px 0;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#mcs_container .customScrollBox .content p.alt {
	padding: 10px 5px;
	margin: 10px 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 19px;
	color: #999;
}

#mcs_container .dragger_pressed {
	position: absolute;
	width: 3px;
	height: 30px;
	background: #444;
	text-align: center;
	margin-left: 1px;
	line-height: 60px;
	color: #777;
	overflow: hidden;
	/*border-left: 1px solid #878787;
	border-right: 1px solid #000;*/
	cursor: pointer;
}

#liDebug {
	display: none
}

#footer li div {
	background-repeat: no-repeat;
	background-position: center center;
	height: 63px;
	padding-top: 11px;
	width: 47px;
	cursor: pointer;
	margin-left: -23px;
}

#footer li div[disabled].zoom {
	background-image: url(../img/ico_zoom_dis.png) !important;
	cursor: default !important;
}

#footer li div[disabled].switchmap {
	background-image: url(../img/ico_switchmap_g_dis.png) !important;
	cursor: default !important;
}

#footer li div.zoom:hover {
	background-image: url(../img/ico_zoomin_over.png);
}

#footer li div.zoom.zoomedin {
	background-image: url(../img/ico_zoom-.png);
}

#footer li div.zoom.zoomedin:hover {
	background-image: url(../img/ico_zoom-_over.png);
}

#footer li div.zoom {
	background-image: url(../img/ico_zoomin.png);
}

#footer li div.zoom:hover {
	background-image: url(../img/ico_zoomin_over.png);
}

#footer li div.zoom.zoomedin {
	background-image: url(../img/ico_zoom-.png);
}

#footer li div.zoom.zoomedin:hover {
	background-image: url(../img/ico_zoom-_over.png);
	
	
}

.back {
	top: 632px;
	width: 352px;
	height: 60px;
    background-color: #005981;
    display: block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    position: absolute;
    padding-bottom: 29px;
    cursor: pointer;
}
.back p {
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
}

#footer li div.switchmap {
	background-image: url(../img/ico_switchmap_g.png);
}

#footer li div.switchmap:hover {
	background-image: url(../img/ico_switchmap_g_over.png);
	
}

#footer li div.switchmap.google {
	background-image: url(../img/ico_switchmap_c.png);
}

#footer li div.switchmap.google:hover {
	background-image: url(../img/ico_switchmap_c_over.png);
}

#footer li div.print {
	background-image: url(../img/ico_print.png);
}

#footer li div.print:hover {
	background-image: url(../img/ico_print_over.png);
}

div.bkgworld {
	float: left;
	width: 50%;
	height: 50%;
	display: none;
}

div.bkgworld.row2.col1 {
	clear: left;
}

div.bkgentireworld {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}


/*
#Marker a.markerShip img.pinAnim {display:none;}
#Marker.zoomedIn a.markerShip img.pinAnim {display:none;}
#Marker a.markerShip:hover img.pinAnim {display:block;}
#Marker.zoomedIn a.markerShip:hover img.pinAnim {display:none;}
#Marker a.markerShip.over img.pinAnim {display:block;}
#Marker.zoomedIn a.markerShip.over img.pinAnim {display:none;}
*/

.tblForecastInfo {
	width: 100%;
	height: 100%;
	position: relative;
	border: none;
	box-sizing: border-box;
	background-color: #005981;
}

.tblForecastInfo .header {
	background-color: #005981;
	background-repeat: repeat-x;
	background-size: 100% 100%;
	color: #FFF;
}

.tblForecastInfo .tdHeader {
	text-align: left;
	height: 30px;
}

.tblForecastInfo th {
	padding: 2px 10px;
}

.tblForecastInfo .portName {
	text-align: left;
	text-transform: uppercase;
	width: 40%;
	padding-right: 5px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	color: White;
}

.tblForecastInfo .forecastDate {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	color: White;
	font-weight: 300;
}

.tblForecastInfo .mintLabel,
.tblForecastInfo .maxtLabel {
	padding-bottom: 20px;
    font-weight: 300;
	padding-left: 20px;
	text-align: left;
}

.tblForecastInfo .close {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/naviMeteo/close.png);
	background-repeat: no-repeat;
	float: right;
	cursor: pointer;
}

.tblForecastInfo .trForecast1,
.tblForecastInfo .trForecast2 {
	text-align: center;
	vertical-align: middle;
	height: 100px;
}

.tblForecastInfo .imageNight,
.tblForecastInfo .imageMorning,
.tblForecastInfo .imageAfternoon,
.tblForecastInfo .imageEvening {
	height: 70px;
	width: 80px;
}

.tblForecastInfo .tdNight,
.tblForecastInfo .tdMorning {
	width: 40%;
}

.tblForecastInfo .tdTemperatureMin,
.tblForecastInfo .tdTemperatureMax {
	width: 20%;
}

.mintValue,
.maxtValue {
	font-size: 2.5em;
}

.tblForecastInfo .labelMorning,
.tblForecastInfo .labelNight,
.tblForecastInfo .labelEvening,
.tblForecastInfo .labelAfternoon {
	padding-top: 5px;
	text-transform: uppercase;
	
	font-size: 1.3em;
	color: #505a57;
	font-weight: 300;
    padding-bottom: 5px;
}

.tblForecastInfo .tdNight,
.tblForecastInfo .tdAfternoon,
.tblForecastInfo .tdEvening,
.tblForecastInfo .tdMorning {
	border-bottom: 2px solid #005981;
}

.tblForecastInfo .tdNight,
.tdMorning {
	border-top: 2px solid #005981;
}

.tblForecastInfo .tdNight,
.tblForecastInfo .tdMorning,
.tblForecastInfo .tdAfternoon,
.tblForecastInfo .tdEvening {
	background-color: #fff;
	border-right: 2px solid #005981;
}

.tblForecastInfo .tdProvidedBy {
	background-image: url(../img/naviMeteo/bg_popup_touch.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: right;
}

.tblForecastInfo .providedByMessage {
	display: inline-block;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
}

.tblForecastInfo .naviMeteoLogo {
	height: 22px;
	vertical-align: middle;
	padding-right: 2px;
}





.leaflet-control-zoom {
padding: 0 5px;
	background-color: white;
    border-radius: 70px !important;
    border: 0px solid !important;
    left: 510px;
    bottom: 65px;
	display: flex;
}


.leaflet-control-zoom a{
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	box-sizing: border-box;
	padding: 0 !important;
	background-size: 30px !important;
	font-size: 10px !important;
    background-position: -4px -2px !important;
	background-color: rgb(239, 177, 62) !important;
    margin: 10px 5px;
    border-radius: 100px !important;
    color: rgb(255, 255, 255) !important;
	position: relative;
}

.leaflet-control-zoom a span {
	position: absolute;
	top: 5px;
	left: 7px;
	line-height: initial;
}

#map-legend{
    float: right;
    background: #fff;
    border-radius: 140px;
    padding: 0 2px;
    font-size: 16px;
    position: relative;
    top: calc(50% - 101px);
    margin-right: 75px;
    z-index: 999;
	width: 75px;
	height: 202px;
	cursor:auto;
}

div.legend ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.legend ul li {
    padding: 25px 2px 0 2px;
    text-align: center;
}
div.legend ul li:first-child {
    padding-top: 30px;
}
div.legend ul li:last-child {
    padding-bottom: 30px;
}

div.legend ul li img {
    margin: 0 auto;
    display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 2px;
}

div.legend ul li label {
    width: 100%;
    margin: 0;
    text-align: center;
    overflow: hidden;
    color: #505a57;
    font-size: 9px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
}

.logoCosta{
	position: absolute;
	right: 67px;
	top: 48px;
	z-index: 999;
}