@import "fit_20250826081326.css";

:root {
	--darker1: #1D4289;
	--darker: #1D4289;
	--darker2: #1D4289;
	--lighter: #E8E8E8;
}

* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

label, #fields td, td a, table, tbody, tbody td, tbody th {
	color: #686868;
	font-size: 13px;
	border: none;
}

label.absenterror, label.othererror {
	color: white;
}

.dpTitleTR, .dpTodayButtonTR {
	background-color: #0095C8;
	background-image: linear-gradient(#0095C8,#0095C8,#0095C8);
}

.title {
	font-size: 21px;
}

input[type=submit], input[type=button], input[type=file]+label, button {
	background-color: #0095C8;
	background-image: linear-gradient(#0095C8,#0095C8,#0095C8);
	color: #f7f7f6;
	font-weight: bolder;
	font-size: 13px;
	height: 28px;
}

li.field {
	margin-top: 15px;
	min-height: 21px;
	padding-top: 8px;
}

li.field input {
	margin-top: -3px;
}

a:link {
	color: #0090C3;
}

a:visited {
	color: #008eC0;
}

select {
	background-size: 5px 5px, 5px 5px, 2.2em 2.5em;
	background-image: linear-gradient(45deg, transparent 50%, white 50%),
		linear-gradient(135deg, white 50%, transparent 50%),
		linear-gradient(#0095C8,#0095C8,#0095C8);
}

tr {
	height: 34px;
}

label.container input:checked ~ .checkmark {
	background-color: #899089;
	background-image: linear-gradient(#0095C8,#0095C8,#0095C8);
}

.radiocontainer input:checked ~ .radiocheckmark {
	background-color: #899089;
	background-image: linear-gradient(#0095C8,#0095C8,#0095C8);
}

.navigation {
  table-layout: fixed ;
  width: 100% ;
}

.title a {
	width: 0;
	height: 20px;
	display: none;
}

.title input {
	width: 0;
	height: 20px;
	display: none;
}

.fkeys input {
	min-width: 200px;
}

#pwchars li {
	width: 58px;
	height: 80px;
}

#pblogo {
	background-color: white;
    box-shadow: inset 0 0 1px 1px #E8E8E8;
	box-sizing: border-box;
}

.zebra tr:nth-child(even) td {
	background-color: #e8F2F8;
}

ul {
	margin-top: 0px;
}
