﻿@charset "utf-8";
/* CSS Document */

html, body {
   	background: #FFF;
	color: #000;
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

a, a:link, a:active {
	color: #035CAC;
	cursor: pointer;
	font-size: 1em;
	text-decoration: none;
}

a:hover {
	color:#035CAC;
	text-decoration: underline;
}

button {
	display: none;
}

form {
	display: inline;
}

h1 {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
}

h2 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}

h3 {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
}

input[type="checkbox"], input[type="radio"] {
	border: none;
}

input[type="password"], input[type="text"], select, textarea {
	border: 1px solid #d0d0d0;
	color: #000;
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 1em;
	line-height: 1.15em;
	padding: 3px;
}

label {
	color: #000;
	font-size: 1em;
}

li {
	color: #000;
	margin-bottom: 0.5em;
}

li ul, li ol {
	margin-top: 0.5em;
}

ol {
	list-style-type: decimal;
	margin: 0.5em 0px 0.5em 2em;
	padding: 0px;
}

p {
	color: #000;
	font-size: 1em;
	margin: 1em 0;
	line-height: 1.15em;
	text-align: left;
}

div {
	color: #000;
	font-size: 1em;
}

div.response {
	color: #000;
	font-size: 1em;
	margin: 1em 0 1em 2em;
	line-height: 1.15em;
	text-align: left;
}

div.response input[type="text"] {
	width: 60px;
}

select {
	max-width: 90%;
	width: auto;	
}

select option{
	padding-right: 7px;
}

textarea {
	width: 500px;	
}

ul {
	list-style-type: disc;
	margin: 0.5em 0px 0.5em 2em;
	padding: 0px;
}

#btnPrintResponses, #btnSaveResponses, #btnSubmitSurvey {
	display: none;
}

#body {
	clear: left;
	display: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 960px;
}

#dialogSurvey p {
	color: #FFF;
	text-align: left;	
}

#header {
	width: 960px;
	height: 90px;
	padding-bottom: 5px;
	text-align: center;
	margin: 10px auto 0 auto;
}

#loginBox {
	background-color: #FFF;
	border: 1px solid #5C5C5C;
	width: 510px;
}

#loginBox .body {
	padding: 10px;
}

#loginBox .title {
	background: #5C5C5C;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#pageContainer {
	background: #FFF;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* height + top margin of footer (negative) */
	min-height: 100%;
	padding: 0;
	width: 100%;
}

#identifying-information label {
	font-weight: bold;
}

/* class */
a.endNote {
	color: #000;
	text-decoration: underline;	
}

.fieldHighlight, .highlight {
	background: #FFFF00;
}

select.fieldHighlight {
	border: 2px solid #FFFF00;
}

.charCount {
	font-size: 0.9em;	
}

.definition {
	text-decoration: underline;	
}

.hide {
	display:none;
}

.indent-1 {
	margin-left: 2em !important;
}

.indent-2 {
	margin-left: 4em !important;
}

.indent-3 {
	margin-left: 6em !important;
}

.loginErrorMessage {
	color:maroon;
	font-size:1.1em;
	font-weight:bold;
	margin:0 auto;
	text-align:center;	
}

.question {
	color: #000;
	font-weight: bold;
}

.questionNote {
	background: #EEE;
	border: 2px solid maroon;
	font-weight: bold;
	padding: 10px;
	margin: 20px 0;
}

.subQuestion {
	color: #000;
	font-weight: normal;
}

.response input[type="checkbox"]:not(:first-child) {
	margin-top: 1em;	
}

.small {
	font-size: 0.8em;
}

.tblSurvey {
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 1em 0;
}

.tblSurvey th,
.tblSurvey td {
	border: 1px solid #000;
	color: #000;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
	
.ui-accordion-content {
	background: #FFF;
	font-size: 1em;
	padding: 0 10px !important;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Segoe UI,Arial,sans-serif;
	font-size: 1em;
}

.ui-widget-overlay {
	background: #000;
}

/* unique */

ul.definitions {
	list-style-type: none;
}

.definitions > li {
	margin-bottom: 1em;	
}

.ui-tooltip, .arrow:after {
    background: white;
    border: 2px solid #636363;
}

.ui-tooltip {
	padding: 10px 20px;
	color: black;
	border-radius: 20px;
	box-shadow: 0 0 7px black;
	min-width: 350px !important;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
  }

.arrow.top:after {
    bottom: -20px;
    top: auto;
}