/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
.container {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-size: 12px; */
	/* color: #666666; */
}

h1 {
	margin: 0;
	font-weight: normal;
	color: #4D4D4D;
	font-size: 2em;
}

/* Header */

#header {
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	position: fixed;
	background: white;
	border-bottom-color: #bbb;
	border-bottom-style: solid;
}

/* Logo */

#logo {
	padding: 4px 0 0 12px;
	color: #BF4D02;
}

#logo h1 {
	/* font-size: 3vw; */
	font-size: 2.7em;
	font-style: italic;
	color: #967001;
	text-shadow: 3px 2px silver;
}

#logo p {
	margin: 0;
	padding: 0;
	color: #7B5C02;
	/* font-size: 1vw; */
}

/* ============ */

#profile {
	padding: 8px;
	border: 1px solid grey;
	font-size: 18px;
	font-weight: bold;
	background-color: #A2DED0;
}

#logout {
	float: right;
	padding: 1px;
	border: dashed 1px gray
}

.title {
	color: navy;
	border-bottom: 1px #A9A9A9 dashed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

table {
	border-collapse: collapse;
}

table tr:nth-child(odd) {
	background-color: #eee;
}
td, th {
	padding: 3px 6px;
	vertical-align: middle;
}

/* ===========
/* W3School
/* ===========
/* Fixed sidenav, full height */
.sidenav {
	height: 100%;
	width: 212px;
	position: fixed;
	z-index: 1;
	top: 80px;
	left: 0;
	background-color: #bbb;
	overflow-x: hidden;
	padding-top: 15px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 24px;
	color: white;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: inset;
	outline-width: thin; 
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
	background-color: #999;
	color: lime;
}

/* Main content */
.main {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	margin-top: 80px;  /* Same as the height of the header */
	margin-left: 212px; /* Same as the width of the sidenav */
	font-size: 16px; /* Increased text to enable scrolling */
	padding: 12px;
}

/* Add an active class to the active dropdown button */
.active {
	background-color: #777;
	color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	background-color: #333;
	margin-left:  18px;
}

.dropdown-container a {
	font-family: "Arial-narrow", Helvetica, sans-serif;
	font-size: 17px;
}

.dropdown-container a:HOVER {
	background-color: #456;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
	float: right;
	padding-right: 8px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    color: blue;
    padding-top: 3px;
    padding-left: 12px;
    margin-left: 212px;
    font-size: 10px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
