
h1
{
	font-size: 2.4em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2
{
	font-size: 1.2em;
	margin-top: .75em;
	margin-bottom: 0em;
}

h3
{
	font-size: 1.1em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h4
{
	font-size: 1.0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
/*
.Q-Roundedcheckbox::before {
    border-radius: 50%;
}
*/
.Q-Roundedcheckbox
{
    /*border: 1px solid #cccccc;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.Q-Rephrase
{
	font-style: italic;
	line-height: 120%;
}

.Q-Explanation
{
	/*color: navy;*/
}

.Q-Note-Bold
{
	font-weight: bold;
	line-height: 120%;
}

.Q-Number
{
	color: black;
}	
/* this is being created dynamically rather than using css vars
.Q-OptionNumber-vars
{
	display: var(--qOptionNumDisplay);
	font-size: var(--qOptionNumSize);
	color: var(--qOptionNumColor);
	vertical-align:  var(--qOptionNumValign);
	padding-top: 2px; 
	padding-right: 4px;
}	
*/
.Option-Goto
{
	color: gray;
}
.Text-Italic
{
	font-style: italic;
}
.Normal-Strength-Italic
{
	font-weight: normal;
	font-style: italic;
}
.Text-Extra-Bold
{
	font-weight: 800;
}
.PS-Reference
{
	font-weight: bold;
	line-height: 120%;
}
.Content-No-Left-Right-Margins
{
	margin-left: 0em;
	margin-right: 0em;
}


.hx-menu
{
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: .5em;
}

.Action-Bar
{
	margin-bottom: .5em;
	margin-top: .5em;
}

tr.Column-Header-Row
{
	background-color: #d1d1d1;	
}

th.Column-Header-Cell
{
	font-weight: normal;
	text-align: left;
}

div.Search-No-Results
{
	color: red;
	margin-top: 1.5em;
}

input.Gradient
{
	background-image: url(../../Images/Common/button-background.gif);
	border: solid 1px #2b4868;
	font-family: Arial;
	font-size: .9em;
	padding: 1px 1px 1px 1px;
}

input.Query
{
	width: 30em;
}
.available-survey-select select {
   background: #EFEFF5;
   width: 250px;
   padding: 6px;
   font-size: 14px;
   font-weight: bold;
   border: 1px solid #ccc;
   height: 32px;
}
.compact-div {
	margin: 0 0 0 16px;
}
.help-table
{
	border: 1px solid;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 1em;
}
.help-table td
{
	padding: 6px;	
	border: 1px solid;
}
#message-div
{
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    width: 560px;
    height: 400px;
	vertical-align: center;
	border: 4px groove #483D8B;
	/*border-radius: 16px;*/
	padding: 6px;
	background-color: #F0F8FF;
	color: black;
	font-size: 1.2em;
	opacity: 0.7;
	display: none; 
	z-index: -1;
}