html {
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}

body {
	background-image: url("../images/beach_fl.jpg");
	background-size: cover;
}

ul,ol,dl,p {
	font-size: 1.00rem;
}
p
{
	line-height: 2em;
}
.one
{
	line-height: 1em;
}
li
{
	line-height: 1.5;
}

#container_user,#container,#container_report
{
opacity: 0.6;
	position: relative;
	font-size:1.0em;
	width: 700px;
	height:700px;
	background-color:rgb(142,182,220);
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	border: 6px solid black;
	border-radius: 25px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 50px;
	color:black;
}

#container
{
	opacity: 1;
	width: 1000px;
	min-height:800px;
	margin-top:20px;
	overflow: auto;
}

#banner {
	/*background-color: white;*/
	border: none;
	color: rgb(20,112,175);
	padding-top: 1px;
	padding-bottom: 1px;
	/*margin-bottom:5px; */
	text-align: center;
}

.menu,.menu_admin   {
	background-color:#04AA6D;
	border: none;
	color: rgb(20,112,175);
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-bottom:5px; */
	text-align: center;

/*	margin: auto;
	width: 100%;
	border: none;
	padding: 5px 20px;
	margin-bottom:20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;*/
}

.menu_admin
{

}

#page_title
{
	width:100%;
	font-size:1.25em;
	font-weight: bold;
	text-align: center;
	margin-bottom:2em;
}

/* unvisited link */
a
{
	color:white
}

a:link {
	text-decoration: none;
}

/* visited link */
a:visited {
	text-decoration: none;
}

/* mouse over link */
a:hover {
	text-decoration: underline;
}

/* selected link */
a:active {
	text-decoration: underline;
}

.button_check_in {
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

 .button_check_out {
	background-color: red;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

button[type=submit] {
	background-color: #04AA6D; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
/* This is the edit button at edit_log_record_select.php */
input[type=button],
input[type=submit] {
	background-color: #04AA6D;
	border: none;
	color: #fff;
	padding: 20px  20px 20px 20px;
	text-decoration: none;
	margin: 2px 2px 2px 2px;
	cursor: pointer;
}

input[type=button],
input[type=submit].delete_button
{
	background-color: red;
	border: none;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}

.back_button
{
	color:white;
	background-color:#04AA6D;
	width:auto;
	border: none;
	padding: .5em 1em .5em 1em;
	font-size:1.2em;
}

.email_box {
	width: 300px;
}

.alert
{
	color:#ffff66;
	background-color:black;
	padding: 15px 32px;
}

table
{
	width: 100%;
}

table, th, td
{
	border: 1px solid;
	color:black;
	border-collapse: collapse;
	padding-left:10px;
}

/*For menu*/

/* Dropdown Button */
.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.menu_link
{
	background-color: #04AA6D;
	color: white;
	position: relative;
	display: inline-block;
	padding: 16px;
	font-size: 16px;
}

.menu_link:hover
{
 	text-decoration: none;
	background-color: #3e8e41;
}




























