﻿.round {
	border-radius: 20px;
	border: 2px solid #f2f2f2;
	padding: 5px;
}

.round-left {
	border-radius: 15px;
	border-left: 1px solid #d2d2d2;
	border-spacing: 0px;
}

#dataformdiv {
	display: inline-block;
	max-height: calc(100% - 0vh - 140px);
	overflow-y: auto;
	margin: auto;
	background-color: white;
	top: 70px;
}

#popuppageform {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(120, 120, 120, 0.5);
	/*padding-top: 70px 0;*/
	display: grid;
	justify-content: center;
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}

select {
	width: 175pt;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #49CACC;
}

input[type="text"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="number"] {
	border-radius: 5px;
	border: 1px solid #49CACC;
	width: 100%;
	box-sizing: border-box;
}

input[type="radio"] {
	border: 1px solid #49CACC;
	accent-color: #49CACC;
}

.menu {
	cursor: pointer;
	color: #49CACC;
	text-align: center;
}

.menuradiobutton {
	display: none;
}

.menuradiobutton:checked + label > div {
	font-weight: bold;
}

body {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 14px;
}

.background {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	background-image: url("../images/circle-topleft.png"), url("../images/circle-bottomright.png");
	background-position: left top, bottom right;
	background-repeat: no-repeat;
}

.heading {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: -0.05em;
	margin: 0 0 1rem 0;
	font-weight: bold;
	color: white;
	background-color: #49CACC;
	padding-left: 5px;
}

.listheading {
	font-weight: bold;
	cursor: pointer;
	color: white;
	background-color: #49CACC;
	padding-left: 5px;
}

.listtable {
	border-spacing: 0px;
	border-collapse: collapse;
}

.listtd {
	border-top: solid 1px #e8e8e8;
	padding-left: 10px;
	padding-right: 30px;
}

.footertd {
	border-top: solid 1px #e8e8e8;
	padding-left: 10px;
	padding-right: 30px;
	font-weight: bold;
}

textarea {
	width: 100%;
	box-sizing: border-box;
	height: 50pt;
	border: 1px solid #49CACC;
}

button {
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #49CACC;
	border-radius: 5px;
	background-color: transparent;
	color: #49CACC
}

#ok {
	width: 75px;
}

#cancel {
	width: 75px;
}

.h1 {
	font-size: 2em;
	font-weight: bold;
	color: #49CACC;
}

.h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #49CACC;
}

.h3 {
	font-weight: bold;
	color: #49CACC;
}

.waitblock {
	background: url('./../images/waitcircle.gif');
	background-size: contain;
	border: solid 1px black;
	background-repeat: no-repeat;
	object-fit: cover;
	width: 50px;
	height: 50px;
	position: absolute;
}

@media (pointer: coarse) {
	body, input, select, textarea, button {
		font-size: 18px;
	}
}