
html, body
{ 
	height: 100%; 
	width: 100%; /* needed to fix Firefox bug */
	margin: 0; 
/*	overflow: hidden;*/
}

#logo
{
	font-size: 1.5em;
	font-family: 'Titillium Maps', Arial;
	padding: 16px 3px 16px 36px;
	font-weight: bold;
	line-height: 1.5em;
	display: block;
	color: #fff;
	background: #376899 no-repeat bottom right;
	Gbackground: #3c4e2a no-repeat bottom right;
	Bbackground: #0c1a7e no-repeat bottom right;
	Gbackground: #0c7e1a no-repeat bottom right;
	height: 39px;
	max-height: 71px;
	margin-bottom: 0px;
}

#logoimg
{
	float: left;
	margin-right: 30px;
	margin-top: -16px;
	margin-left: -36px;
	height: 72px;
}
.header .controls .icon
{
	width: 70px;
	height: 70px;
	border-left: 1px solid #D9D778;
	text-align: center;
	float: right;
}

.header .controls .icon a i
{
	color: #fff;
	font-size: 30px;
	line-height: 70px;
}

.header .controls .loggedin
{
	width:auto;
	padding-left:30px;
	margin-right:30px;
}

.header .controls .loggedin a i
{
	line-height:60px;
	top:4px;
	margin-left:10px;
	position:relative;
}

.header .controls .icon.loggedin a
{
	color:#fff;
	font-size:16px;
	text-decoration:none;
}

.header .controls .loggedin img.profile
{
	width:42px;
	position:relative;
	top:15px;
	margin-right:10px;
}

@media only screen
{

.title
{
  max-width: calc(100% - 360px);
  display: inline-block;
  overflow: hidden;
  text-wrap: nowrap;
}

}

@media print
{
.title
{
  font-size: 16px;
  color: black;
  line-height: 1.05em;
}
#logo
{
  background-color: #F6FAFF !important;
}
}

@media only screen and (max-width: 600px) {
#logo
{
	max-height:43px;
	padding: 2px 3px 2px 36px;
}
#logoimg
{
	height: 42px;
	margin-top: -2px;
}
.header .controls .icon
{
	width: 42px;
	height: 42px;
    margin-top: -15px;
    padding-bottom: 8px;
}
.header .controls .icon a i
{
	height: 42px;
}
.header .controls .loggedin a i
{
	line-height:32px;
}

}

body {
  font-family: Arial,sans-serif;
}

@media only screen and (min-width: 1024px) {
body {
  background-image: url('../images/gray-bar.png');
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 70px auto;
}
}

pre code.hljs {
    margin-left: 0.5in;
    margin-right: 0.5in;
}
@media print {
  pre code.hljs {
    white-space: pre-wrap;
  }
  .queryarea { display: none; }

  .dalle {
    break-before: auto;
    break-after: auto;
    break-inside: avoid;
  }

  h3 {
    break-after: avoid;
  }

  #response {
    margin-left: 1em !important;
  }

  #response > h3 {
    background-color: revert !important;
  }
  #response > h3 > p {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 0;
}
}

button {
  font-size: 16px;
}

img { margin-top: 1em; max-width: 100%; }
.caption {
  width: 1024px;
  max-width: 100% !important;
  text-align: right;
  font-style: italic;
}

@media only screen {
  textarea { width: 600px; }

.patience
{
  background-image: linear-gradient(
    45deg,
    #000000 0%,
    #CCCCCC 33%,
    #666666 67%,
    #000000 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 19px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
}

@media only screen and (max-width: 600px) {
  textarea {
    max-width: 100%;
    max-width: calc(100% - 10px);
  }
  button { font-size: 20px; }

.title {
  font-size: 13px;
  max-width: calc(100% - 230px);
}

  .split-button
  {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
	min-width: 0 !important;
  }
  .split-button-label
  {
    font-size: 13px !important;
  }
}

.queryarea { font-size: 20px; }

/* Split button */

.split-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 10px;
	padding-bottom: 9px;
	background-color: #4788C9;
	color: white;
	border: none;
	cursor: pointer;
	min-width: 170px;
	border-radius: 4px;
	font-family: 'montserratlight', sans-serif;
	font-weight: bold;
	font-size: 15px;
	height: 20px;
	margin-top: 9px;
}

.split-button:hover {
	background-color: #0056b3;
}

.split-button:focus {
    box-shadow: 2px 2px 2px 2px #1d1dac;
    background-color: #0056B3;
	outline: none !important;
}

.split-button-label {
	flex: 1;
	margin-right: 10px;
    font-size: 14px;
	font-family: 'montserratlight', sans-serif;
}

.split-button-dropdown {
	width: 20px;
	height: 20px;
	background-color: #2C608F;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.split-button-dropdown:hover {
	background-color: #4C80FF;
}

.dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	z-index: 1;
	background-color: white;
	color: black;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 1px solid #ccc;
	border-radius: 5px;
}

.dropdown-item {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	color: #000080;
	line-height: 1.8em;
}

.dropdown-item:hover {
	background-color: #f1f1f1;
}

.query.disabled
{
	cursor: inherit;
	background-color: #808090;
}

#submitbtn.disabled
{
  cursor: not-allowed;
}

/* language */

.language
{
    font-size: 14px;
    margin: 14px;
    padding: 2px;
    border-radius: 24px;
	cursor: pointer;
//    background-color: #60A0E0;
}

.language img
{
	margin-top: 0;
}

@media only screen and (max-width: 600px) {
.language
{
    font-size: 12px;
    margin: 2px;
    margin-top: 16px;
    padding: 0;
}
.language img
{
	margin-top: 6px;
	width: 24px;
}
}

/*
#language-selector {
	position: relative;
	display: inline-block;
	margin: 10px;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	cursor: pointer;
}
#language-selector img {
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
*/
#language-selector .langdd {
/*
	position: absolute;
	top: 100%;
	left: 0;
*/
	position: relative;
	top: 0;
	left -5px;
	z-index: 1;
	display: none;
	min-width: 160px;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#language-selector .langdd a {
	display: block;
	/*padding: 5px;*/
	text-decoration: none;
	color: #333;

    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    font-family: sans-serif;
}

#language-selector .langdd a:hover {
	background-color: #fff;
}

#language-selector .langdd img {
  width: 16;
  height: 16;
  margin-right: 8px;
  margin-top: 0;
}

/*
#language-selector:hover .langdd {
	display: block;
}
*/


.menudd {
	position: relative;
	top: 0;
	left: -110px;
	z-index: 1;
	display: none;
	min-width: 160px;
	padding: 10px;
	background-color: #f1f1f1;
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.menudd a {
	display: block;
	/*padding: 5px;*/
	text-decoration: none;
	color: #333;

    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    font-family: sans-serif;
	white-space: nowrap;
}

.menudd a:hover {
	background-color: #fff;
}

.menudd img {
  width: 16;
  height: 16;
  margin-right: 8px;
}

.menudd a i 
{
  color: revert !important;
  font-size: revert !important;
  line-height: revert !important;
}

/*==============================*/

.about-overlay
{
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 12; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.about-dialog {
  position: relative;
  width: 90%;
  max-width: 380px;
  max-height: 90vh;
  margin: 10vh auto;
  background-color: white;
  border: 2px solid #008030;
  border-radius: 5px;
  box-sizing: border-box;
  overflow-y: auto;
}

.about-body {
  padding: 1rem;
}

.about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #198bc4;
  padding: 0.5rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.about-hdrtext {
  color: white;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1rem;
}

.about-header a {
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
}

.about-msg {
  font-family: sans-serif;
  font-size: 1rem;
  margin-top: 1rem;
}

.about-dialog .minilogo {
  display: block;
  height: 64px;
  margin: 1rem auto 0.5rem auto;
}

.about-close {
  text-align: center;
  margin-top: 1.5rem;
}

.about-closebtn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

@media (max-width: 480px) {
  .about-dialog {
    width: 100%;
    max-width: revert;
  }

  .about-msg {
    font-size: 0.95rem;
  }

  .about-closebtn {
    width: 100%;
    margin-bottom: 2em !important;
  }
}



/*==============================*/

.traits-overlay
{
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 12; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.traits-dialog
{
	position: relative;
	max-width: 380px;
	height: 300px;
	margin: auto;
	margin-top: 120px;
	background-color: white;
	border: 2px solid #008030;
	border-radius: 5px;
	cursor: default;
}
@media only screen and (max-width: 600px) {
 .traits-dialog
 {
    margin-right: 30px;
 }

  .traits-set
  {
  	left: 225px !important;
  }

 .traits-close
 {
    left: 285px !important;
 }
}

.traits-header
{
	width: 100%;
	height: 30px;
	background-color: #198bc4;
	text-align: right;
}

.traits-header a
{
	color: white;
	font-size: 22px;
	margin-right: 8px;
}

.traits-hdrtext
{
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

.traits-msg
{
/*	position: absolute;
	top: 55px;
	left: 40px; */
	font-family: sans-serif;
	font-size: 18px;
  margin-left: 10px;
  margin-top: 20px;
}

.traits-input
{
  margin-left: 10px;
  margin-top: 20px;
  width: 360px;
  font-size: 11px;
}

.traits-set
{
	position: absolute;
	top: 240px;
	left: 135px;
}

.traits-close
{
	position: absolute;
	top: 240px;
	left: 225px;
}

.traits-dialog .minilogo
{
  height: 72px;
  margin-left: 30px;
  margin-top: 30px;
}


/*==============================*/

.password-overlay
{
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 12; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.password-dialog
{
	position: relative;
	width: 380px;
	height: 300px;
	margin: auto;
	margin-top: 120px;
	background-color: white;
	border: 2px solid #008030;
	border-radius: 5px;
	cursor: default;
}

.password-oldlbl
{
	position: absolute;
	top: 55px;
	left: 10px;
	font-family: sans-serif;
	font-size: 14px;
}

.password-old
{
	position: absolute;
	top: 50px;
	left: 160px;
}

.password-new1lbl
{
	position: absolute;
	top: 105px;
	left: 10px;
	font-family: sans-serif;
	font-size: 14px;
}

.password-new1
{
	position: absolute;
	top: 100px;
	left: 160px;
}

.password-new2lbl
{
	position: absolute;
	top: 155px;
	left: 10px;
	font-family: sans-serif;
	font-size: 14px;
}

.password-new2
{
	position: absolute;
	top: 150px;
	left: 160px;
}

.password-descr > textarea
{
	position: absolute;
	margin: 0px;
	height: 187px;
	width: 414px;
	left: 10px;
	top: 95px;
	max-width: 362px;
	max-height: 126px;
}

.password-create
{
	position: absolute;
	top: 240px;
	left: 220px;
}

.password-create > .clicktxt
{
//	margin-top: 6px;
}

.password-cancel
{
	position: absolute;
	top: 240px;
	left: 90px;
}

.password-canbtn
{
//	margin-top: 6px;
}

.password-header
{
	width: 100%;
	height: 30px;
	background-color: #198bc4;
	text-align: right;
}

.password-header a
{
	color: white;
	font-size: 22px;
	margin-right: 8px;
}

.password-hdrtext
{
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

.copyright
{
	color: #888;
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 12px;
}
@media print {
.copyright {
	display: none;
}
}

.fieldlbl
{
	font-family: 'montserratlight', sans-serif;
	text-align: right;
	padding-right: 1em;
	width: 185px;
	float: left;
	white-space: nowrap;
}

.inputrow
{
	white-space: nowrap;
	margin-bottom: 15px;
}


.errormsg
{
  color: red;
}

@media print {
.errormsg {
	display: none;
}
}






/* Main page, common features */
#welcome
{
	font-family: Arial, sans-serif;
	margin-left: 120px;
	margin-bottom: 30px;
	max-width: 720px;
}

/* Login/signin */

.signinarea
{
	text-align: center;
}

.login
{
	margin: 0 auto;
	display: inline-block;
}

.login .clicktxt
{
	min-width: 15em;
}

.loginbox
{
	margin: 0 auto;
	margin-top: 50px;
	max-width: 500px;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}

.loginhdr
{
	display: block;
	padding: 20px 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
	color: #232323;
	font-size: 25px;
	font-weight: 300;
	font-family: 'montserratlight', sans-serif;
}

.loginfail {
	font-family: 'montserratlight', sans-serif;
	font-weight: bold;
	color: #c00;
	font-size: 9pt;
	white-space: nowrap;
	display: none;
}

.errortext {
	font-family: 'montserratlight', sans-serif;
	font-weight: bold;
	color: #c00;
	font-size: 9pt;
	white-space: nowrap;
}

.statustext {
	font-family: 'montserratlight', sans-serif;
	font-weight: bold;
	color: #00c;
	font-size: 9pt;
	white-space: nowrap;
}

.nametext {
	white-space: nowrap;
	float: right;
	position: relative;
	margin-right: 1em;
	color: white;
	font-family: 'montserratlight', sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: '#376899';
	line-height: 70px;
}

.nametext a {
	color: white;
}

.loginhlp
{
	margin-top: 10px;
	font-size: 14px;
	font-family: 'montserratlight', sans-serif;
	line-height: 25px;
}

.loginset
{
	background: #fff;
	display: block;
	padding: 25px 30px 5px;
	border: none;
}

.loginftr
{
	background: #f9f9f9;
	display: block;
	padding: 15px 30px 25px;
	border-top: 1px solid rgba(0,0,0,.1);
	box-sizing: content-box;
}

.loginftr:after {
	content: '';
	display: table;
	clear: both;
}

select {
	width: 100%;
	height: 29px;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	border-color: #e5e5e5;
}

.loginmsg {
  margin-left: 10px;
  margin-right: 30px;
  text-align: right;
  font-family: sans-serif;
  font-size: 12px;
}

input[type=text]
{
}

input[type=checkbox]
{
	width: 29px;
	height: 29px;
	vertical-align: -8px;
}

input[type=radio] {
	width: 34px;
	vertical-align: -5px;
}

.inputfld {
	width: 200px;
	height: 29px;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 15px/23px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #404040;
	border-color: #e5e5e5;
}

.clicktxt {
	font-family: 'montserratlight', sans-serif;
	font-weight: bold;
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	margin-right: 0px !important; 
	padding: 0 25px;
	outline: none;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
  background-color: #4788C9;
  XXbackground-color: #007BFF;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}


@media only screen and (max-width: 600px) {
.clicktxt {
  padding: 0 12px;
  height: 34px;
  margin: 10px 0 0 10px;
  font-size: 13px;
 }

.loginset
{
	padding-left: 0;
}

.fieldlbl
{
  width: 160px;
}

.loginmsg
{
  margin-right: 5px;
}


}

.clicktxt.query
{
	float: revert !important;
}

.clicktxt:focus
{
	Xoutline: 3px solid red;
	Xoutline: 3px solid #1d1dac;
	box-shadow: 2px 2px 2px 2px #1d1dac;
  background-color: #0056B3;
}

.clicktxt:disabled
{
	cursor:inherit;
}

.clicktxt:hover {
  background-color: #0056B3;
}

button
{
	background-color: #003080;
	color: white;
	font: menu;
	cursor: pointer;
}

.menu {
	font-family: 'montserratlight', sans-serif;
	font-size: 12pt;
	Xmargin-left: 1in;
	text-align: center;
}

a:focus
{
	outline: none;
/*	background-color: #3e3;*/
/*	color: #fff !important;*/
}

button:disabled
{
	background-color: #808090;
}

tr.valtable td
{
	border-left: 1px solid black;
	text-align: center;
}

tr.valtable td:first-child
{
	border-left: none black;
	text-align: left;
	padding-left: 20px;
}

tr.valtable td:last-child
{
	text-align: right;
}

.valhdr td
{
	border-bottom: 1px solid black;
}

.black_overlay
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content
{
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	max-height: 400px;
	padding: 16px;
	border: 2px solid #3631BD;
	background-color: white;
	z-index: 1002;
	overflow: auto;
    padding-bottom: 50px;
    border: 4px outset #ACF;
}

@media only screen and (max-width: 600px) {
 .white_content
 {
    top: revert;
    left: revert;
    width: revert;
    height: 80%;
    max-height: revert;
    margin-right: 10px;
    border: revert;
 }
}

table.recent
{
    font-size: 7pt;
	font-family: sans-serif;
}

td.rcdate
{
	white-space: nowrap;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
}

td.rcdesc
{
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
}

td.recent
{
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

#notes
{
	width: 910px;
	padding-left: 300px;
	border: 0;
}

@media only screen {
.header
{
	position: sticky;
	top: 0;
	z-index: 1;
}
}

.header .controls
{
	float: right;
}

.header .ctlblock
{
	position: relative;
	top: -52px;
}
@media only screen and (max-width: 600px) {
.header .ctlblock
{
	position: relative;
	top: -37px;
}
}

@media print {
.ctlblock { display: none }
}

.dashboard
{
	position: absolute;
	width: 100%;
	height: 100%;
}

@media only screen
{
.mainbody
{
    padding-left: 10px;
	padding-bottom: 1em;

}

#scrollTop {
  position: fixed;
  bottom: 16px;
  right: 2px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 25%;
  font-size: 24px;
  cursor: pointer;
/*  display: none;*/
/*  opacity: 0;*/
  visibility: hidden;
  /* transition: visibility 0.3s ease;*/
  transition: opacity 0.3s ease;
  /*transition: display 0.3s ease;*/
}

#scrollTop i {
  color: #fff;
}

}
@media only screen and (min-width: 600px)
{
.mainbody
{
	margin-right: 6px;
}
}


@media only screen and (min-width: 1024px)
{
.mainbody
{
/*	position: absolute;
	bottom: 0;
	top: 100px;
	left: 70px;
	right: 0; */

	margin-left: 70px;

}
}

.settings-overlay
{
	position: fixed; /* Sit on top of the page content */
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.settings-dialog
{
	width: 760px;
	height: 560px;
	margin: auto;
	margin-top: 60px;
	background-color: white;
	border: 2px solid #008030;
	border-radius: 5px;
	cursor: default;
	position: relative;
}


.settings-header
{
	width: 100%;
	height: 30px;
	background-color: #19c48b;
	text-align: right;
}

.settings-header a
{
	color: white;
	font-size: 22px;
	margin-right: 8px;
}

.settings-title
{
	float: left;
	margin-top: 4px;
	margin-left: 6px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 13pt;
}

.goohead
{
	position: relative;
	top: -16px;
	color: #666;
	font-size: 12px;
	margin-left: 2em;
	margin-bottom: -0.75em;
}

.goohead a:visited
{
	color: #a79;
}

.goohead a
{
	color: #679;
}

.maxhead
{
	position: relative;
	top: -16px;
	color: #666;
	font-size: 12px;
	margin-left: 2em;
}

.sumhead
{
	position: relative;
	top: -16px;
	color: #666;
	font-size: 12px;
	margin-left: 2em;
}

.goodd
{
	font-size: 14px;
	cursor: pointer;
}

.maxdd
{
	font-size: 14px;
	cursor: pointer;
}

.sumdd
{
	font-size: 14px;
	cursor: pointer;
}

.gooblock
{
	display: none;
	margin-left: 2em;
}

.gooblock ul
{
	margin-top: 0;
	margin-bottom: 2px;
}


.maxblock
{
	display: none;
	margin-left: 2em;
}

.maxblock ul
{
	margin-top: 0;
	margin-bottom: 2px;
}

.maxblock li
{
	font-family: monospace;
}

.sumblock
{
	display: none;
	margin-left: 2em;
	margin-top: 3px;
}

.announce
{
	position: relative;
	padding-right: 20px;
	width: 60%;
    /* min-width: 600px; */
	/* text-align: center; */
	margin: auto;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border: 1px solid white;
}

.announce-alert
{
	background-color: #a40;
}

.announce-warning
{
	background-color: orange;
}

.announce-notice
{
	background-color: #5db;
}

.uploaded-image
{
  max-width: 300px;
  max-height: 200px;
  margin-top: 0;
  margin-right: 3px;
  cursor: pointer;
}

@media only screen and (max-width: 600px)
{
.announce
{
	width: calc(100vw - 36px);
	min-width: revert;
	display: inline-block;
	margin-top: -30px;
}
}

@media print {
.goohead { display: none }
.maxhead { display: none }
.sumhead { display: none }
.printme { display: revert !important; }
#scrollTop { display: none }
.announce { display: none }
audio { display: none }
}


h3 {
	font-size: 1.1em;
}

#response {
  margin-left: 0.6em;
}

#response > h3 {
    color: #206;
    list-style-type: square;
    display: list-item;
    background-color: #F8F8FF;
    padding-top: 2px;
    padding-bottom: 2px;
}

#response > h3 > p {
    line-height: 1.3em;
    margin-top: calc(1em - 8px);
    margin-bottom: calc(1em - 8px);
    padding-left: 4px;
}

.answer svg {
    margin-top: 0.5em;
/*    margin-bottom: -2em;*/
}

.answer *:not(:has(div, p, ul, ol, li, .MathJax))
{
  white-space: pre-wrap;
}

.answer .MathJax
{
  white-space: revert !important;
}

.answer .MathJax *
{
  white-space: revert !important;
}

.announce-close
{
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
}
}
