/* =============================================================================
	BODY/PAGE
============================================================================= */
body,h1,h2,h3,h4,h5,h6 {
	font-style: 1em;
}
header {
	margin-top: 60px;
}
footer {
	position: relative;
	bottom: 0;
	margin-top: 2em;
}
label {
	/*font-weight: bold;*/
}


/* =============================================================================
	TABLES
============================================================================= */
.generate-report {
	margin: 25px 0;
	float: right !important;
}
.generate-report button {
	color: #fff !important;
	background-color: #607d8b !important;
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
#table-container {
	max-height: 70vh;
}
table, th, td {
	border: 0.5px solid #ccc;
	cursor:default;
}
td {
    width: 15%;
}
td a {
	text-decoration: none;
	font-weight: bold;
	color: #607d8b;
}
td a:hover {
	text-decoration: underline;
}
.dropdown-content {
	width: 100%;
	max-width: 200px;
}
.reportcat {
	font-size: 1.25em;
	margin-right: 15px;
	text-transform: uppercase;
	margin-left: 50px;
}
select {
	width: 200px;
}
.border-left {
	border-left: 2px dashed #A1A1A1 !important;
}
.border-right {
	border-right: 2px dashed #A1A1A1 !important;
}
.border-top {
	border-top: 2px dashed #A1A1A1 !important;
}
.border-bottom {
	border-bottom: 2px dashed #A1A1A1 !important;
}

/* =============================================================================
	NAVBAR
============================================================================= */
.navbar {
	height: 50px;
	z-index: 999;
}
/* sidebar mobile navigation */
#navSidebar {
	display:none; 
	width: 100%;
}
#sidenavX {
	margin-top: -10px;
}
nav {
	padding-top: 10px;
}
nav img {
	height: 43px;
	float: left;
	padding: 0px 15px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
}
nav ul li {
	vertical-align: middle; 
	display: inline;
}

nav ul li a, .dropbtn {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 14px 16px;
	text-decoration: none;
}
nav ul li a:hover, .dropdown:hover .dropbtn, .login:hover {
	background-color: rgba(96, 125, 139, 0.8);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

nav ul li.dropdown {
	display: inline-block;
}

nav ul .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	/*min-width: 200px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

nav ul .dropdown-content a {
	font-weight: normal;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

nav ul .dropdown-content a:hover {
	background-color: rgba(96, 125, 139, 0.8);
}

nav ul .dropdown:hover .dropdown-content {
	display: block;
}