<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	/*
	font-size: 15px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 100%;*/
	/*
	min-height: 150vh;
	*/
	/* 
	Margin bottom to keep free space for fixed footer
	(footer max height + footer padding top/bottom + footer margin top/bottom) 
	*/	
	/*margin-bottom: 335px;*/
	
	/* 
	Background image
	*/
/*
    background-image: radial-gradient(circle at 375px 1538px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 1464px 1639px, rgba(53, 157, 46, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 249px 2415px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 1067px 2906px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 415px 1292px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 1033px 352px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 221px 801px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 1600px 443px, rgba(53, 157, 46, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 492px 1407px, rgba(53, 157, 46, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 183px 1452px, rgba(73, 170, 165, 0.5), rgba(44, 130, 201, 0) 250px), radial-gradient(circle at 1074px 1857px, rgba(53, 157, 46, 0.5), rgba(44, 130, 201, 0) 250px);*/
	background-color: #f1f6f6;
}
/*
h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}*/
/*
a:link {
	color: darkblue;
	text-decoration: underline;
	cursor: pointer;	
}

a:hover {
	color: blue;
}

a:visited {
	color: (internal value);
	text-decoration: underline;
	cursor: auto;
}

a:link:active {
	color: (internal value);
}
	
a:visited:active {
	color: (internal value);
}
*/
label.h4 {
	font-weight: bold;
	font-size: 110%;	
}
/*
#content {
	padding-bottom: 50px;
}*/

.clear {
	clear: both;
}

.my-container {
	width: 100%;
}

.center {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

.left {
	float: left;
}

.message {
	border: 1px solid grey;
	min-width: 50px;
	width: 50%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.form_label {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
  width: 400px;
  line-height: 26px;
  margin-bottom: 10px;
}

.form_input {
  flex: 0 0 200px;
  margin-left: 10px;
}

@media (max-width: 50em) {
	.form_label {
		width: 100%;
		max-width: 550px;
		line-height: 16px;
	}
	
	.form_input {
		max-height: 16px;
	}
}

#captcha_frame {
	border: none;
}

.cancel {
	float: right;
}

#cancel_X:hover {
	border: 1px solid grey;
}

.cancel_X:hover {
	border: 1px solid grey;
}

div.cancel input {
    /* background:url(/images/Btn.PNG) no-repeat; */
    cursor: pointer;
    border: none;
}

#queue_state {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 30%;
}

@media (max-width: 40em) {
	#deleted_job_files {
		width: 90%;
		padding-left: 5%;
	}
}

#ToggleAllBoxesButton {
	border: 0;
	background: transparent;
	margin: 1px;
}

#ToggleAllBoxesButton:hover {
	opacity: 0.6;
}

.success_img  {
	height: 15px; 
	width: auto; 
	float: right;
	margin-right: -35px;
	margin-left: 30px;
}

.circle {
	width: 150px;
	height: 125px;
	margin: auto;
	padding-top: 25px;
	border-radius: 150px;
	border: 1px solid gray;
}

.submit_menu {
	font-size: 13px;
}

.loading_gif {
	width: 40px;
	height: 40px;
}

.tooltiptext {
	visibility: hidden;
	font-size: 13px;
	/*width: 70px;*/
	width: auto;
	text-align: center;
	border-radius: 6px;
	padding: 3px 0;
	position: absolute;
	z-index: 1;
	display: inline-block;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.showpasswordeye {
	height:20px;
	width:20px;
	vertical-align:-5px;
}

.copylink {
	cursor: pointer;
	font-size: 12px;
	color: darkblue;
	text-decoration: underline;
}

.iframe {
	border: none;
}

.hint {
	font-size: 13px;
}

#login_blocked {
	color: var(--mdb-danger);
	text-align: center;
}</pre></body></html>