body {
    /* font-family: Helvetica, Arial, sans-serif; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.logo {
	border-radius: 10px;
	padding: 5px 10px;
	display: inline-block;
}

.welcome {
	margin: 5px 0;
	display: inline-block;
}

.dropbtn {
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: whitesmoke;
}

.dropdown-content {
	border: 1px solid lightgray;
	border-radius: 3px;
    display: none;
    position: absolute;
    right: 20px;
    margin-top: -10px;
    background-color: whitesmoke;
    min-width: 180px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menu {
	border: 1px solid transparent;
	border-radius: 5px;
	position: absolute;
	top: 60px;
	left: 1px;
	bottom: 1px;
	width: 210px;
	overflow-y: auto;
	overflow-x: none;
}

.menu-item, .button, .input {
	border-radius: 10px;
	padding: 5px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.menu-item {
	border: 1px solid transparent;
	padding: 10px 20px;
	margin: 5px;
	text-decoration: none;
	color: black;
	display: block;
}
.menu-item:hover {
	border-color: highlight;
    cursor: pointer;
}
.sub-menu { margin-left: 30px; }
.selected-menu { background-color: lightgray; }
.selected-menu:hover { border-color: transparent; }
.disabled {
	background-color: lightgray;
	opacity: 0.5;
}
.disabled:hover { border-color: transparent; }
.button {
    border: 1px solid lightgray;
	background-color: whitesmoke;
	margin: 5px;
}
.button:hover:enabled {
	border-color: highlight;
	background-color: lightgray;
	box-shadow: 0 4px 8px rgba(64, 64, 64, 0.1);
    cursor: pointer;
}
.input { border: 1px solid lightgray; }
.input:focus, .input:hover:enabled { background-color: lightyellow; }

.main {
	border: 1px solid lightgray;
	border-radius: 5px;
	position: absolute;
	top: 60px;
	left: 215px;
	bottom: 1px;
	right: 1px;
}

.title {
	border-radius: 10px;
	background-image: linear-gradient(to left, white, gray);
	padding: 5px 20px;
	margin: 5px;
    font-weight: bold;
    color: white;
}

.action-bar {
	border: 1px solid transparent;
	border-bottom: 1px solid lightgray;
	margin-top: -5px;
	padding: 0 10px;
}

.message {
	padding: 0 20px;
	padding-top: 2px;
	font-size: 12px;
	color: red;
}

.page-body {
	border: 1px solid transparent;
	position: absolute;
	top: 87px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	overflow-y: scroll;
	overflow-x: auto;
}

.show { display: block; }
.hide { display: none; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-bold { font-weight: bold; }

.search-container {
	margin: 5px;
	float: right;
}

.top-right {
	position: absolute;
	top: 1px;
	right: 1px;
}

.top-left {
	position: absolute;
	top: 1px;
	left: 1px;
}

.record-row {
	border-bottom: 1px solid lightgray;
}
.record-data {
	padding: 20px;
}
.record-row:hover {
	background-color: whitesmoke;
	cursor: pointer;
}

.record-field, .record-field2, .record-field3, .record-column, .active-status, .deactivated-status {
	padding: 0 20px;
	vertical-align: top;
	display: inline-block;
}
.record-field {
	width: 300px;
}
.record-field2 {
	width: 150px;
}
.record-column {
	width: 350px;
}
.active-status {
	float: right;
	color: green;
}
.deactivated-status {
	float: right;
	color: red;
}

.record-details {
	border: 1px solid lightgray;
	border-radius: 5px;
	background-color: white;
	margin: -15px 5px 5px 5px;
	padding: 2px;
	height: fit-content;
	box-shadow: 0 4px 8px rgba(64, 64, 64, 0.1);
	display: none;
}

.record-columns {
	margin: 2px 1px 1px 1px;
	max-height: 340px;
	overflow: auto;
}

.mh400 {
	max-height: 400px;
}

.record-buttons {
	border-bottom: 1px solid lightgray;
}

.close-detail {
	border: 1px solid lightgray;
	border-radius: 5px;
	background-color: transparent;
	padding: 0 10px;
	margin: 2px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: gray;
    cursor: pointer;
    display: none;
}
.close-detail:hover {
	border: 1px solid highlight;
	box-shadow: 0 4px 8px rgba(64, 64, 64, 0.1);
}

.record-label {
	padding: 0 5px;
	margin-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: gray;
}

.record-value {
	padding: 0 5px;
	margin-bottom: 20px;
	min-width: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.record-pretext {
	padding: 0 5px;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	min-width: 10px;
}

table {
    border: 0;        
    border-collapse: collapse;
    width: 100%;
}
tr:nth-child(even) { background-color: whitesmoke; }
th, td {
    padding: 5px;
    min-width: 150px;
    vertical-align: top;
}

.table-label {
    border: 1px solid white;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: white;
    background-color: gray;
}
.table-action { width: fit-content; }
.note-datetime { width: 230px; }
.benefit-details { width: 300px; }