body {
	background-color: var(--secondary-light);
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-flow: column;
}
a {
	background-color: var(--bgcolor);
	color: var(--fgcolor);
	font-size: var(--font-size);
	text-decoration: none !important;
}
a:hover {
	background-color: var(--hlcolor);
}
h2 {
	float: left;
	margin: 6px 10px 0px 10px;
	font-size: 1.5em;
}
table, th, td {
	border: 1px solid var(--fgcolor); 
	border-collapse: collapse;
	cursor: pointer;
}
th, td {
	padding: 1px;
	text-align: center;
}
th {
	background-color: #b0b0b0;
}
input {
	background-color: var(--bgcolor);
	color: var(--fgcolor);
}

ul {
	list-style-type: none;
	overflow: hidden;
}
li {
	color: var(--fgcolor);
	display: inline;
	float: right;
}

label {
	/* margin-top: 8px; */
	margin-left: 2px;
	margin-right: 4px;
}

.accounts-div {
	display: flex;
	flex-flow: column;
	width: calc(100% - 32px);
	max-width: 1200px;
	margin: auto;
	background-color: var(--secondary-light);
}

.account-btn-div {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	font-family: var(--fontfamilysml);
	padding: 16px;
	gap: 16px;
}

.account-btn-row {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	font-family: var(--fontfamilysml);
	gap: 16px;
}

.account-btn-col {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	font-family: var(--fontfamilysml);
}
 
.account-link {
	text-decoration: underline !important;
}

.account-info-div {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	width: 60%;
	font-family: var(--fontfamilysml);
	font-size: 1.5em;
	margin-left: 60px;
	/* height: calc(100vh - 150px); */
	overflow-y: auto;
}
 
.account-minor-div {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	width: 60%;
	font-family: var(--fontfamilysml);
	font-size: 1em;
	margin-left: 60px;
	/* height: calc(100vh - 150px); */
	overflow-y: auto;
}

.acct-btn-srch {
	width: 30px;
	height: 30px;
	line-height: 24px;
	margin-top: 6px;
	background-color: var(--secondary-light);
	background-image: url("/static/Search.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right center; 
	border: none;
	display: block;
}
 
.acct-fld-srch {
	width: 80px;
	line-height: 24px;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 5px 5px 3px lightgray;
	display: none;
}

.acct-btn-std {
	color: var(--tones-white);
	background-color: var(--primary-normal);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 10px center; 
	height: 32px;
	border: none;
	border-radius: 8px;
	padding: 6px 14px;
	text-align: var(--btn-txt-align); 
	font-family: var(--fontfamilysml);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.acct-map-btn {
	width: 80px;
	background-image: url("/static/wmap.png");
	background-size: var(--btn-icon-size);
}

.acct-add-btn {
	width: 90px;
	background-image: url("/static/wplus.png");
	background-size: var(--btn-icon-size);
}

.row-flow {
	display: flex;
	flex-flow: row;
}
.row-spread {
	justify-content: space-between;
}
.acct-edit-header-div {
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	background-color: white;
	font-family: var(--fontfamilylrg);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	height: 80px;
	padding-left: 20px;
}

.acct-edit-ctrl-div {
	display: var(--desk-display);
	flex-flow: row;
	justify-content: space-around;
	width: 90vw;
}

.acct-edit-col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 4px;
}

.acct-edit-btn {
	color: white;
	background-color: var(--primary-normal);
	/* background-size: 24px;
	background-repeat: no-repeat;
	background-position: 10px center;  */
	border: none;
	border-radius: 8px;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	/* text-align: var(--btn-txt-align);  */
	text-align: center; 
	font-family: var(--fontfamilysml);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

.acct-edit-link {
	color: var(--primary-normal);
	background-color: var(--tones-white);
	border: none;
	/* margin-top: 10px; */
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center; 
	font-family: var(--fontfamilysml);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	text-decoration: underline;
}

.acct-edit-fld {
	color: black;
	background-color: white;
	border: 1px solid black;
	border-radius: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: var(--fontfamilysml);
	font-size: 16px;
	text-align: left; 
	font-weight: 600;
	width: 12vw;
}

.column-flow {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

.acct-edit-btns {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: 2px;
}

.buttons-flow {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.account-name-td {
	color: var(--fgcolor);
	margin: .2em;
}

.edit-label {
	font-size: 16px;
	font-family: var(--fontfamilysml);
	margin-top: 2px;
}

.el-div {
	/* height: 2em; */
	display: flex;
	flex-flow: row;
	align-items: center;
	margin-top: 8px;
}
 
#map-content {
	font-size: 16px;
	background-color: #FFFFFF;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	height: calc(100% - var(--headerheight));
}

#map-map {
	flex-grow: 1;
	min-width: 300px;
	min-height: 300px;
	margin: 0px;
}

.map-check {
	width: 20px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.map-check-label {
	color: var(--neutrals-normal, #173136);
	/* Paragraph 01 Regular */
	font-family: var(--fontfamilysml);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;	
	vertical-align: middle;
}


.account-list {
	padding: 0px 6px;
	height: calc(100vh - 196px);
	overflow-y: auto;
}

.account-list-btn {
	color: black;
	font-weight: 700;
	background-color: white;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right 10px center; 
	border: none;
	border-radius: 8px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	/* line-height: 2em; */
	text-align: left;
	height: 40px;
	width: calc(100% - 80px);
	/* background-image: url("/static/next.png"); */
	font-family: var(--fontfamilylrg);
	font-size: 20px;
	box-shadow: 5px 5px 3px lightgray;
}

.account-edit-btn {
	color: black;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	margin-left: 10px;
	margin-bottom: 10px;
	/* padding-left: 20px; */
	/* line-height: 2em; */
	text-align: center;
	height: 40px;
	width: 70px;
	font-family: var(--fontfamilylrg);
	font-size: 20px;
	box-shadow: 5px 5px 3px lightgray;
}

#accountTable {
	display: inline-block;
	overflow-y: auto;
	height: calc(100vh - 105px);
	margin-top: 5px;
	font-size: 3vw;
	font-weight: bold;
}
#accountTable td {
	padding: .2em .2em;
}
#account-edit-page {
	display: flex;
	flex-flow: column;
	height: 100vh;
	width: 100%;
	margin: 0px;
}

#account-title {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 20px;
	font-family: var(--fontfamilylrg);
	font-size: 20px;
}

#acct-edit-map {
	width: 100%;
	height: calc(100vh - 85px);
	float: left;
}
