* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

html {
	width: 100%;
	height: 100%;
	display: flex;
	background-color: #FFFFFF;
}

body {
	background-color: #3D6D81;
	width: 440px;
	height: 300px;
	margin: auto auto;
	padding: 10px;
	border-radius: 15px;
}

body#manage {
	width: 750px;
	height: 400px;
}

body#manage #loginform {
	width: 750px;
}

a {
	background-color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-top: 3px;
	padding: 10px;
	color: #094984;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table a {
	padding: 0px;
	width: 100%;
	margin-top: -3px;
	font-weight: normal;
}

thead th:not(:nth-child(6)) a {
	background-color: inherit;
	color: #FFFFFF;
}

thead th:not(:nth-child(6)) a::after {
	font-size: 50%;
	vertical-align: top;
	content: '▲▼';
}

thead tr:first-child {
	background-color: #6F6F6F !important;
}

tr:nth-child(even) {
	background-color: #BFBFBF;
}

tr:nth-child(odd) {
	background-color: #DDDDDD;
}

td {
	color: #094984;
	font-weight: normal !important;
}

th, td {
	border: 1px solid #EAEAEA;
	padding: 5px;
}

#waitbox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
	z-index: 999;
}

#waitbox img {
	max-width: 64px;
	max-height: 64px;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#loginform {
	position: absolute;
	margin-top: -40px;
	width: 440px;
	text-align: right;
}

#loginform a {
	background-color: #3D6D81;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#data {
	background-color: #3D6D81;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	margin-top: -1px;
	padding: 10px;
}

#data input[type=submit] {
	margin-top: 10px;
	color: #094984;
}

.credentials {
	width: 200px;
	color: #094984;
}

.disabled {
	pointer-events: none;
	color: #CCCCCC;
}

.stickyheader {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	overflow-y: auto;
	height: 380px;
}

.stickyheader thead th {
	top: 0;
	position: sticky;
	background-color: #6F6F6F !important;
}