/*--- general ---*/
body {
	background-color: #d7d7fa;
	margin: 0px;
	font-family: Bookman, sans-serif;
}
/*--- login ---*/
.login {
	width: 400px;
	background-color: #ffffff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	margin: 100px auto;
}
.login h1 {
	text-align: center;
	color: #5b6574;
	font-size: 24px;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #dee0e4;
}
.login form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.login form label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #3274d6;
	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"], .login form select, .select2-container--default .select2-selection--single {
	width: 310px;
	height: 50px;
	border: 1px solid #dee0e4;
	margin-bottom: 20px;
	padding: 0 15px;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}
.login form input[type="submit"] {
	width: 100%;
	padding: 15px;
 	margin-top: 20px;
	background-color: #3274d6;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #2868c7;
	transition: background-color 0.2s;
}
.login-back {
	
	position: absolute;
}
.login-back a {
	display: inline-block;
	color: #7b838e;
	text-decoration: none;
	font-size: 32px;
	margin: 5px 0 0 5px;
}
/*--- navtop ---*/
.navtop {
	background-color: #2f3947;
	height: 60px;
	min-height: 60px;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.navlinks {
	margin-left: auto;
	margin-right: 0;
	float: right;
	display: flex;
	list-style: none;
}
.navlinks a {
	text-decoration: none;
	color: #c1c4c8;
	padding: 20px 0 18px 0;
}
.navlinks a b {
	padding: 0px 12.5px 0 0;
}
.navlinks a i {
	padding: 0 8px 0 12.5px;
}
.navlinks a:hover {
	background-color: #242c36;
}
/*--- content ---*/
.content {
	margin: 10px;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #c2c2c2;
	color: #4a536e;
}
.content h3 {
	margin-top: 0;
}
.content > p {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td {
	padding: 5px;
}
.content > p table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
.content input {
	margin-right: 10px;
}
/*--- table ---*/
.tableContainer {
	overflow-x:auto;
	margin-left: 96px;
}
.viewTable {
	border-collapse: collapse;
}
.viewTable table, .viewTable td, .viewTable th {
	border: 2px solid black;
}
.viewTable th {
	background-color: #2f3947;
	color: #fff;
	min-width: 95px;
	max-width: 95px;
}
.viewTable td {
	background-color: #e8e8ff;
}
.viewTableTime {
	font-weight: bold;
	text-align: center;
	min-width: 72px !important;
	max-width: 72px !important;
	margin: -1px -96px;
	position: absolute;
	border-right: 4px solid black !important;
}
.viewTable td, .viewTable th {
	padding: 10px;
}
/*--- body things ---*/
.saveButton {
	background-color: #2f3947;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: auto;
	height: 55px;
	border-radius: 20px;
	text-align: center;
	font-size: 20px;
	padding: 13px;
	color: white;
	z-index: 100;
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: 900;
}
.saveButton:hover {
	background-color: #242c36;
}
.cleanList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.cleanLink {
	text-decoration: none;
}
.loggedin {
	display: flex;
	flex-flow: column;
	height: 100%;
}
.centered {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}
.flex-row {
	display: flex;
	
}
.flex-row > * {
	flex-grow: 1;
}
.boxButton {
	font-size: 1.8em;
	background-color: #2f3947;
	color: #c1c4c8;
	font-weight: bold;
	padding: 12px;
	border-radius: 20px;
	border: 3px solid #000000;
}
.boxButton:hover {
	background-color: #242c36;
}
grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
grid-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*--- responsive ---*/
@media all and (max-width: 600px) {
	.navlinks a {
		padding: 21px 0 18px 0;
	}
	.navlinks a b {
		display: none;
	}
	.navlinks a i {
		font-size: 22px;
		padding: 0 12.5px 0 12.5px;
	}
	grid-container {
		grid-template-columns: 1fr;
	}
}
/*--- other ---*/
.hidden {
	display: none;
}
/*--- remove loading screen ---*/
#loadOverlay{display: none;}
