head, body {
    font-family: 'Poppins',sans-serif !important;
}
/*MAREAS*/
#InfoMareas table {
	border-collapse: collapse;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 5px;
}
#InfoMareas th {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd !important;
	color: #525252;
	font-weight: bold;
	font-size: 90%;
}
#InfoMareas td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 80%;
	color: #333;
	font-weight: 500;
}

#InfoMareas tr:hover {
	background-color: #f5f5f5;
	border-radius: 6px;
}
#InfoMareas th:hover {
	background-color: #fff;
	border-radius: 6px;
}

.pleamar {
	color: green;
}

.bajamar {
	color: red;
}
/* Animación de carga */
.loader {
	border: 3px solid #f3f3f3;
	border-radius: 50%;
	border-top: 3px solid #01F297;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
	margin: 20px auto;
	margin-left: 20px;
}
.separator {
	border-right: 1px solid #ddd;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Ocultar la animación de carga */
.hide {
	display: none;
}
#InfoMareas {
	padding-top: 0%;
	width: 40%; 
	padding: 1px; 
	position: absolute; 
}
.MareaInfoP {
	padding: 0%;
	line-height:5px;
	color: #000;
	font-size:14px;
	font-weight:800
}
/*MAREAS*/

#recordsTable {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#recordsTable > tbody {
    border-radius: 5px !important;
}
#recordsTable > th, td {
    border-bottom: 0.1vmin solid #fff;
    vertical-align: middle;
}

.buttons {
    height: 100%;
    width: 12%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    font-size: 1.8vmin;
    padding: 0;
	font-family: 'Poppins',sans-serif;
	border-radius:5px;
	border:0px;
}
.buttons:hover {
	background-color: #ddd;
	font-weight: 500;
}
/* Formating to ensure floating layout works */
#FWDLcontainer {
    display: block;
    margin: auto;
}

.widgetContainer {
    float: left;
    padding: 0;
    overflow: hidden;
}

.widgetContainer > canvas {
    display: block;
    float: left;
}

#top {
    width: 100%;
    height: 20%;
}

#MoonSun01 {
    float: right;
}

#Status01 {
    float: left;
}

#left {
    width: 15%;
    height: 75%;
}

#leftTop {
    width: 100%;
    height: 66%;
}

#center {
    width: 45%;
    height: 75%;
}

#centerTop {
    width: 100%;
    height: 45%;
}

#centerBottom {
    width: 100%;
    height: 55%;
}

#leftCenterBottom {
    width: 50%;
    height: 100%;
}

#leftCenterBottom > canvas {
    float: right;
}

#rightCenterBottom {
    width: 50%;
    height: 100%;
}

#right {
    width: 40%;
    height: 75%;
}

#rightLeft {
    width: 49%;
    height: 100%;
	padding-right:1px;
}


#rightRight {
    width: 49%;
    height: 100%;
	padding-left:1px;
}

#bottom {
    width: 100%;
    height: 5%;
    padding-bottom: 10px;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0;
	overflow: hidden; /*  Disable scrollbars */
	display: block;  /* No floating content on sides */
	background-color: #4696e5; 
}

.opentip {
    white-space: pre-wrap; /* needed so that tooltip newlines function correctly */
}

/*formatting for forecast div, and forecast modal div*/
#forecastText {
    overflow: hidden;
}

#showMoreLink {
    text-decoration: none;
    color: blue;
}

#showMoreLink:hover {
    color: lightblue;
}

#modalForecastDiv {
    overflow: scroll;
}


/*Settings for graph(Modal) popups*/

/* Modal Header */
.modal-header {
    padding: 2% 2%;
    background-color: #4696e5;
    color: white;
	border-radius: 5px;
}

.header-text {
    font-size: 4vmin;
    margin: 0;
}

/* Modal Footer */
.modal-footer {
    padding: 2% 2%;
    background-color: #4696e5;
    color: white;
    float:right;
    width:96%;
	border-radius:5px;
}

.footer-text {
    font-size: 3vmin;
    margin: 0;
}

/* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #4696e5; /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
    display: none;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 1.5%;
    border: 0px;
	border-radius: 5px;
    display: inline-block;
    text-align: left;
    min-width: width: 10%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 4vmin;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Graph padding top */
.OuterCanvasDiv {
    padding-top: 5%
}

/* Drop Down Menu */
.select-style {
    float: right;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 230px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("arrow-down-small-24.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}

#loadingScreen {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4696e5;
    font-size: 100%;
    
}

#loadingText {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#titleText {
    font-family: 'Poppins',sans-serif;
    font-size: 70px;
    color: white;
    padding-bottom: 0%;
    margin: 0;
}

#loadingMessage {
    float: left;
    font-family: 'Poppins',sans-serif;
    font-size: 1.5vw;
    color: white;
    margin: 0;
    padding-left: 1%
}

canvas#rainGraphCanvas01 {
  border-radius: 5px;
}
canvas#tempGraphCanvas01 {
  border-radius: 5px;
}
canvas#windGraphCanvas01 {
  border-radius: 5px;
}
canvas#baroGraphCanvas01 {
  border-radius: 5px;
}
