body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
}
.wrapper {
    width: 100%;
    height: 100%
}
.header {
	width: 100%;
	z-index: 1;
}
.logo {
	text-decoration: none;
}
.container {
    min-width: 800px;
    margin-top: 20px;
    border: 0px solid ;
}
.right {
    float: right;
    background: #aafed6;
}
.left {
    float: none; /* not needed, just for clarification */
    background: #e8f6fe;
    /* the next props are meant to keep this block independent from the other floated one */
    overflow: hidden;
    padding: 10px;
}
.left-filter {
    float: left;
    background: #e8f6fe;
    overflow: hidden;
    padding: 10px;
    font-size: 10pt;
}
.left-main {
    float: none;
    background: #e8f6fe;
    overflow: hidden;
    padding: 10px;
}

.loggeditem {
    float: left;
    margin: 5px;
    padding: 15px;
    min-width: 90%;
    height: 130px;
    border: 1px solid black;
    background: #FFFFFF;
    box-shadow: 5px 5px 5px #888888;
}
.loggeditem:hover {
    float: left;
    margin: 5px;
    padding: 15px;
    min-width: 90%;
    height: 130px;
    border: 1px solid black;
    background: #FFFFFF;
    -webkit-box-shadow:inset 0px 0px 0px 3px #78866b;
    -moz-box-shadow:inset 0px 0px 0px 3px #78866b;
    box-shadow:inset 0px 0px 0px 3px #78866b;
}
.lblLoggedItem {
	float: left;
	width: 100px;
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
.detailLog {
    float: left;
    margin: 5px;
    padding: 15px;
    min-width: 90%;
    height: 130px;
    border: 1px solid black;
    background: #FFFFFF;
    box-shadow: 5px 5px 5px #888888;
}
.lblDetailLog{
	float: left;
	width: 150px;
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
.yearFilter {
	text-align: center;
	min-width: 90%;
	height: 20px;
	margin: 20px;
}	
.displayLogSummary{
	float: left;
	border: 0px solid yellow;
}
.displayDetail{
	float: left;
	border: 0px solid yellow;
}
.logSummary{
	float: left;
	font-size: 10pt;
}
.logDetail{
	float: left;
	margin: 10px;
	padding-top: 20px;
}
.image {
	display: block;
	float: left;
	height: 320px;
	width: 320px;
	margin: auto;
	z-index: 1;
	border: 0px solid black;
}
.thumbImage {
	display: block;
	float: left;
	height: 90px;
	width: 120px;
	margin: auto;
	z-index: 1;
	border: 0px solid black;
}
.thumbImage img{
	display: block;
	max-height: 90px;
	max-width: 90px;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}
.footer {
    padding: 2px;
    font-size: 10pt;
    color: #FFFFFF;
    background: #C0C0C0;
    overflow-wrap: break-word;
    border: 1px solid black;
    text-align: center;
}
/* Header setup */
.header {
	width: 100%;
	z-index: 1;
}
.navbarHeader {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #D5F5E3;
	margin: auto;
	padding: 5px;
	height: 35px;
	overflow-wrap: break-word;
	z-index:3;
	min-width: 600px;
	border: 0px solid yellow;
}
.catHeader {
	position: fixed;
	top: 45px;
	width: 100%;
	background-color: #FF6600;
	color: #FFFFFF;
	margin: auto;
	padding: 5px;
	height: 20px;
	overflow-wrap: break-word;
	z-index:2;
	min-width: 1024px;
	border: 0px solid pink;
}
.catNavbarLinks {
	float: left;
	padding-top: 0px;	
	background-color: #FF6600;	
}
.catNavLink {
	float: left;
	padding-top: 0px;
	color: #FFFFFF;
	background-color: #FF6600;
}
.catNavLink a{
	color: #FFFFFF;
	text-decoration: none;
}
.catNavLink a:hover{
	color: #FFFF00;
	text-decoration: underline;
}
.navbarlinks {
	float: left;
	padding-top: 10px;	
}
.regNavLink {
	float: left;
	padding-top: 8px;
	color: #78866b;
}
.regNavLink a{
	color: #78866b;
}
.logo {
	text-decoration: none;
	padding-left: 10px;
}
.slogan {
	float: left;
	padding-top: 8px;
	padding-left: 100px;
	color: #FF6600;
	text-shadow: -1px 0 #FFFFFF,0 1px #FFFFFF,1px 0 #FFFFFF,0 -1px #FFFFFF;	
	font-style: italic;
	font-weight: bold;
}
.navbarlogo {
	float: left;
	margin-right: 20px;
	padding-top: 8px;
	color: #78866b;
}
.loginLink {
	float: right;
	right: 10px;
	font-size: 10pt;
	margin-right: 30px;
	color: #78866b;
}
.pageTitles {
	color: #78866b;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
	padding-bottom: 20px;
}
.profileLink {
	position: relative;
	float: right;
	font-size: 10pt;
	margin-right: 50px;
	margin-top: 5px;
	color: #78866b;
	z-index: 2;
}
.loginLink a{
	color: #78866b;
}
/* End header setup */
/* --------------------------*/
/* Profile - Dropdown Button */
.profilebutton {
    background-color: #4CAF50;
    color: white;
    padding: 2px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    overflow:auto;
}

/* The container <div> - needed to position the profiledown content */
.profiledown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.profiledown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the profiledown */
.profiledown-content a {
    color: black;
    padding: 8px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of profiledown links on hover */
.profiledown-content a:hover {background-color: #f1f1f1}

/* Show the profiledown menu on hover */
.profiledown:hover .profiledown-content {
    display: block;
    left: auto;
    right:0;
    margin-right: 0px;  
}

/* End of Profile - Dropdown Button */
/* --------------------------*/
/* media styles */
@media screen and (max-width: 1024px) {
    .slogan {
        display: none !important;
    }
}
/* end medial styles */
.mobileHeader {
	display: none !important;
}