/********************************************************/
/* Style Sheet for Inputform and Request Log without PHP*/
/********************************************************/


body {

	margin: 0;
}


ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	background-color: lightseagreen;
	display: inline;
	width: 100vw;
}

li {
	display: inline-block;
	float: left;
	margin-right: 1px;
}

li a {
	display: block;
	min-width: 24vw;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: lightseagreen;
	text-decoration: none;

}

li:hover a {
	background: #005E7E;
}

.active {
	background: #005E7E;
	float: right;

}


/* Customer Records Sytles */

/* table styles */
table {
	border-collapse: collapse;
	/* width: 95vw; */
	margin-left: 1vw;
	margin-bottom: 2vh;
	border: 1px solid #fff;
	border-radius: 10px;
}

tr {
	height: 30px;
}

th,
td {
	border: none;
}

th {
	text-align: left;
}

th {
	background-color: rgb(35, 155, 149);
	color: white;
}

tr:nth-child(odd) {
	background-color: #f2f2f2;
	color: rgb(26, 112, 108);
}

.idCol {
	width: 5vw;
	text-align: center;
}

.lnameCol,
.fnameCol,
.parishCol,
.dobCol,
.occCol {
	width: 8vw;
}


.emailCol {
	width: 15vw;
}

.homeCol,
.cellCol {
	text-align: center;
	width: 11vw;
}

.genderCol {
	width: 5vw
}

.deleteCol,
.updateCol {
	width: 3vw;
}

/* table styles */

/* edit table button styles */

.edit-table {
	text-align: right;
	padding-right: 30px;
	padding-top: 50px;
	margin-bottom: 4vh;
}

#edit-table {
	height: 30px;
	width: 100px;
	box-shadow: inset 0px 1px 3px 0px #91b8b3;
	background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
	/* background-color: #768d87; */
	border-radius: 5px;
	border: 1px solid #566963;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px -1px 0px #2b665e;
}

#edit-table:hover {
	background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	/* background-color: #6c7c7c; */
}

.delete-link,
.update-link {
	text-decoration: none;
	color: #6c7c7c;
	font-weight: bold;
	font-size: 14px;
}

.delete-link:hover,
.update-link:hover {
	color: rgb(173, 47, 1)
}

/* edit table button styles */

/**Request Table Styles**/
.request-report {
	margin: 25px;
}

th {
	background-color: #005E7E;
	color: white;
	font-weight: normal;
	padding: 8px;
}

td {
	padding: 2px 8px 2px 8px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}


/**Request Form Styles**/
.request-input {
	margin: 25px;
	/* background-color: red;	 */
}


input {
	width: 100%;
}

/* Customer Records Sytles */

.footer-div {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.footer-div p {
	font-size: 1em;
}

#trish {
	text-decoration: none;
	color: #00b0b3;
}

#trish:hover {
	color: #005E7E;
}