﻿body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #272727;
}

a {
    color: #00B7FF;
}

table {
	border: 4px solid #2c2c2c;
	border-collapse: collapse;
	background-color: #2c2c2c;
	color: white;
}

thead {
	border-bottom: 3px solid #3c45f7;
	font-weight: bold;
}

tr {
	border-bottom: 1px solid #ffffff;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    vertical-align: central;
    height: 75px;
    background: #00B1F4;
    margin: 0px;
    padding: 0px;
    width: 100%;
    z-index: 1;
}

.headerTitle {
    color: white;
    text-align: Center;
    font-weight: bold;
    bottom: 12px;
    background: #00B1F4;
    position: absolute;
    left: 0px;
    width: 100%;
    font-size: 45px;
}

.LoginName {
    color: white;
    text-align: right;
    position: absolute;
    left: 0px;
    bottom: 37px;
    width: 100%;
    height: 25px;
    font-size: 20px;
}

.logoff {
    color: white;
    text-align: right;
    position: absolute;
    left: 0px;
    bottom: 12px;
    width: 100%;
    height: 25px;
    font-size: 20px;
}

.footer {
    height: 30px;
    position: absolute;
    bottom: 0;
}

.main {
    margin: 0 auto;
    overflow: auto;
    padding: 80px 0;
    width: 100%;
}

.logoffbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: white;
}

/* The Modal (background) */
.loginform {
    display: block; /* Hidden by default */
    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: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}
/* Modal Content/Box */

.loginform-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}



/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
/* Add Zoom Animation */
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}
/* Add Zoom Animation */
@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* Bordered form */
form {
    border: 3px solid #f1f1f1;
}

/* username and password inputs */
.uspass {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: lightyellow;
    box-sizing: border-box;
    color: black;
}

/* Set a style for all buttons */
button {
    background-color: #00B1F4;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    font-size: 40px;
    width: 90%;
}
.dropbtn {
    background-color: #00B1F4;
    color: white;
    padding: 10px;
    font-size: 40px;
    border: none;
    cursor: pointer;
}

.loginbutton {
    background-color: #00B1F4;
    color: white;
    padding: 10px;
    width: 100%;
    font-size: 40px;
    border: none;
    cursor: pointer;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}


/* Add padding to containers */
.container {
    padding: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {

}

.dropdown {
    position: relative;
    display: inline-block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    font-size: 40px;
    min-width: 700px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: auto;
}

.dropdown-content a {
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropbtn {
    background-color: #00A0DB;
}

.mmtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    color: white;
}

.mmtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #808080;
}

input {
    background-color: #00B1F4;
    color: white;
    padding: 10px;
    font-size: 40px;
    border: none;
    cursor: pointer;
}

.csnrttable {
    background-color: #272727;
    border-collapse: collapse;
    color: #000;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

.csnrttable th {
    padding-right: 10px;
    color: white;
    width: 50%;
    border-bottom: 4px solid #538ED5;
}

.csnrttable td {
    padding: 5px 15px 5px 5px;
    border: 0;
    border-bottom: 2px solid #A5A5A5;
}

.PondLevelTable {
    display: none;
    align-self: center;
    background-color: #272727;
    border-collapse: collapse;
    border: 0px solid white;
    color: white;
    font-size: 40px;
    width: 700px;
    font-family: Arial, Helvetica, sans-serif;
}

.PondLevelTable td {
    padding: 5px 15px 5px 5px;
    border: 0;
    border-bottom: 2px solid #A5A5A5;
}