/* generic components -- start */

.red {
	color: #ff2222 !important;
}

.right {
	float: right;
}

.small {
	font-size: 12px;
	padding: 4px 8px;
}

.medium {
	font-size: 18px;
	padding: 12px 24px;
}

.large {
	font-size: 24px;
	padding: 16px 32px;
}

.divbutton {
	display: inline-block;
	background-color: #f0f8ff;
	color: #333;
	border: 2px solid #007bff;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.divbutton:hover {
	background-color: #e6f2ff;
	box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.divbutton:active {
	background-color: #d0e7ff;
}

.divbutton:focus {
	outline: none;
	box-shadow: 0 0 8px #007bff;
}

@media (hover: none) {
	.divbutton {
		background-color: #e6f2ff;
		box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
	}
}

.infotitle {
	font-size: 26px;
	display: block;
	text-align: center;
	font-style: italic;
}

.infosection {
	font-size: 22px;
	display: block;
}

.infotext {
	display: block;
}


.filterinput {
	width: 100%;
	box-sizing: border-box;
}

.section {
	border-radius: 5px;
	padding: 3px;
	margin: 3px;
	border: 1px solid black;
}

.sectionheader {
	position: relative;
	display: inline-block;
	background-color: rgba(210,210,240,0.9);
	width: 100%;
	cursor: pointer;
}

.sectiontitle {
	position: relative;
	display: inline-block;
	font-size: 2em;
}

.sectionclosed .sectioncontent {
	display: none;
}

.sectionclosed .sectionheader:before {
	position: relative;
	content: '+';
	font-size: 2em;
	font-weight: bold;
}

.sectionopen .sectionheader:before {
	position: relative;
	content: '-';
	font-size: 2em;
	top: -4px;
	padding-left: 2px;
	padding-right: 5px;
}

.sectioncontent {
	margin: 3px;
}


/*
.sectiontitle {
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: relative;
	margin-top: 12px;
}
*/

.sectioninfo {
	font-style: italic;
	display: block;
	position: relative;
	font-size: 12px;
}


.noselect {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.euladiv {
	position: relative;
	height: calc(100vh - 120px);
	top: 40px;
	width: calc(100vw - 110px);
	left: 40px;
	border-radius: 8px;
	background-color: rgba(250,250,250,1);
	box-shadow: 4px 4px 4px #222;
	padding: 15px;
	overflow-y: auto;
}

.accepteulabutton {
	position: relative;
	left: calc(100% - 50px);
	margin-bottom: 5px;
}

.eulabold {
	font-weight: bold;
}

.eulanormal {
	font-family: Arial;
}

.eulatitletext {
	font-size: 20px;
	font-weight: bold;
}

.eulaclose {
	margin-bottom: 10px;
}

.eulaclosebutton button {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	left: calc(100% - 90px);
	border-radius: 15px;
	background-color: rgb(210,210,210);
}

.settingseula {
	position: fixed;
	left: calc(50vw - 235px);
	width: 470px;
	top: calc(100% - 32px);
}
.settingseula button {
	margin-left: 7px;
	margin-right: 7px;
}

.dialoguediv {
	position: absolute;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 5px 5px 5px #aaaaaa;
	border: 1px solid #777777;
}

.dialogueheader {
	position: relative;
	width: 100%;
	background-color: #ddd;
	text-align: center;
	margin: auto;
	display: block;
}
.dialoguetitle {
	font-size: 24px;
}
.dialoguecontent {
	position: relative;
	display: block;
	margin: 5px;
}
.dialoguebuttons {
	position: relative;
	display: block;
	width: 100%;
}
.dialogueokdiv {
	position: relative;
	display: inline-block;
}
.dialoguecanceldiv {
	position: relative;
	display: inline-block;
	float: right;
}
.dialogueok {
	font-size: 18px;
}
.dialoguecancel {
	font-size: 18px;
}

.windowmessage {
	position: relative;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 5px 5px 5px #aaaaaa;
	border: 1px solid #777777;
}

.ontop {
	z-index: 500;
}

.roundboxed {
	margin: 3px;
	padding: 3px;
	border-radius: 5px;
	background-color: rgba(200,200,200,0.5);
}

.clickable {
	cursor: pointer;
}

.tinylabel {
	font-size: 1em;
}

.smalllabel {
	font-size: 1.1em;
	
}

.mediumlabel {
	font-size: 1.3em;
}

.largelabel {
	font-size: 1.5em;
}

.largenotice {
	margin: 0px 0px 0px 15px;
	position: relative;
	top: -15px;
	font-size: 2em;
}

.largeloader {
	position: relative;
	display: inline-block;
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-bottom: 8px solid #3498db;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite; /* Safari */
}

.mediumloader {
	position: relative;
	display: inline-block;
	border: 6px solid #f3f3f3;
	border-top: 6px solid #3498db;
	border-bottom: 6px solid #3498db;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite; /* Safari */
}

.loader {
	position: relative;
	display: inline-block;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-bottom: 4px solid #3498db;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite; /* Safari */
}

@keyframes spin {
	0% {transform: rotate(0deg); }
	100% {transform: rotate(360deg); }
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

.floatright {
	position: relative;
	display: inline-block;
	float: right;
}

.floatleft {
	position: relative;
	display: inline-block;
}

.warning {
	color: red;
}

.modal {
	position: absolute;
	width: 60vw;
	background-color: rgba(250,250,200,1);
	border-radius: 10px;
	padding: 20px;
	border: 1px solid black;
}

.screencover {
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	width: 100vw;
	height: 100vh;
	z-index: 30000;
	top: 0px;
	left: 0px;
}

.inlinecheckbox {
	width: 20px;
	height: 20px;
}

.important {
	font-weight: bold;
}

.spaced {
	padding: 5px;
}

.spaced input {
	margin: 5px;
}

.boxed {
	border-radius: 3px;
	border: 1px solid black;
}

.clickable {
	cursor: pointer;
}

.hidden {
	display: none !important;
}

.infospan {
	font-family: Arial;
	font-size: 1em;
}

.feedback {
	color: red;
	margin: 5px;
}

.instruction {
	margin: 5px 0px 5px 0px;
	font-size: 1em;
}

.roundinput {
	padding: 5px;
	border-radius: 8px;
	border-color: #999;
	border-width: 2px;
	box-sizing: border-box;
	font-size: 1.1em;
	display: inline-block;
	margin: 2px 0px 2px 10px;
}

.submitinput {
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	border-radius: 10px;
	background-color: rgba(190,190,190,0.5);
	border-color: #333;
	cursor: pointer;
	margin: 5px 5px 5px 15px;
}

.grayed {
	color: #888;
}

.submitinput:hover {
	background-color: rgba(220,220,220,0.5);
	border-color: #555;
}

.formlabel {
	display: inline-block;
	font-size: 1em;
	margin: 25px 2px 5px 2px;
}

/* generic components -- end */


/* Auto Logout Warning Aiden- 7/6/23 */

.autoLogoutWarning{
	position: absolute;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5000;
}
.autoLogoutWarning div{
	display: block;
	background-color: whitesmoke;
	min-width: 40%;
	margin: auto;
	margin-top: 35vh;
	font-size: 1.5em;
	padding-top: 5vh;
	padding-bottom: 2vh;
	text-align: center;
}
.autoLogoutWarning button{
	display: block;
	border-radius: 10px;
	background-color: whitesmoke;
	min-width: 10%;
	margin:2vh auto;
	font-size: 1.2em;
	padding:5px;
	text-align: center;
}
.loadingIcon{
	display: block;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.325);
	width: 3vw;
	margin:auto;
	margin-bottom: 2vh;
	font-size: 1.2em;
	padding:5px;
	text-align: center;
}

