.
.FormSectionDiv {
	margin: 10px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	padding: 14px 15px 10px 15px;
	text-align: center;
}

.FormTable {
	border: none;
	font-size: 100%;
	width: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;

}

.StandardFormSectionDiv {
	margin: 0px;
	border: none;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.StandardFormTable {
	border: none;
	font-size: 12px;
	width: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: center;

}

.FormCell {
	border: none;
}

.FormQuestionsTable {
	width: 100%;
	min-width: 900px;
	padding: 10px 50px 10px 50px;
}

.FormQuestionCell {
	width: 100%;
	min-width: 900px;
	padding: 10px 0px 10px 0px;
}

.FormSectionHeader {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	font-weight: bolder;
	border: none;
	padding: 10px 5px 3px 5px;
	background-color: #ff004c;
	color: white;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

.FormNameInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 30px;
	text-align: left;
	padding: 14px 15px 10px 15px;

}

.FormSectionNameInputBox {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 125%;
	text-align: left;
	padding: 14px 15px 10px 15px;
}

.FormNameInput:focus {
	border-bottom: 2px solid #60CBFF;

}

.FormDescriptionInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	color: #666666;
	font-size: 125%;
	text-align: left;
	padding: 14px 15px 10px 15px;

}

.FormDescriptionInput:focus {
	color: #000000;
	border-bottom: 2px solid #60CBFF;

}

.FormNavigateSelector {
	outline: none;
	border: none;
	background-color: #d4f0ff;
	color: #176b96;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;	
	width: 100%;
	height: 25px;
}


.FormNavigateOption {
	color: #176b96;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;	
	width: 100%;

}


#divDebug {
	width: 300px;
	height: 530px;
	position: fixed;
	z-index: 9;
	background-color: #ffffff;
	border: 1px solid #d3d3d3;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;

}

#divDebugMessage {
	text-align: left;
	width: 290px;
	height: 500px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	overflow-y: scroll;
	padding: 0px 5px 0px 5px;
}

#divDebugHeader {
	height: 30px;
	cursor: move;
	z-index: 10;
	background-color: #2196F3;
	color: #ffffff;
	vertical-align: middle;
	font-size: 12px;
	padding: 0px 5px 0px 0px;
}

.FormHTMLBox {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	width:100%;
	overflow-y: scroll;
	resize:vertical;
}

.FormCustomHTMLBar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	border: none;
	padding: 2px 0px 2px 0px;
	background-color: #d4f0ff;
	color: #176b96;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	border-radius: 0px;
}

.FormHTMLBox:focus {
	border-top: 2px solid #60CBFF;
	border-bottom: 2px solid #60CBFF;
}

.FormInputBox {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 18px;
	text-align: left;
	padding: 14px 15px 10px 15px;

}

.FormInputBox:focus {
	border-bottom: 2px solid #60CBFF;

}

.FormDivAddField {

	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
	padding: 10px 0px 3px 0px;
	background-color: #b3e5ff;
	color: white;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

.FormQuestionInfoBox {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	border: none;
	padding: 10px 0px 3px 0px;
	background-color: #176b96;
	color: white;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 30px;
}

.FormTableQuestionSettings {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: none;
	padding: 5px 5px 5px 5px;
	background-color: #d4f0ff;
	color: #176b96;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	border-radius: 0px;
	margin-top: 10px;

}

.FormTableQuestionSettings2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	border: none;
	padding: 5px 5px 5px 5px;
	background-color: #d4f0ff;
	color: #176b96;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	border-radius: 0px;

}

.FormQuestionSettings2Bar {
	background-color: #b3e5ff;
}

.FormQuestionOptionsInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 12px;
	text-align: left;
	padding: 0px 5px 0px 5px;
	color:#176b96; 
	margin-right: 10px;
	width: 100%;
}

.FormQuestionOptionsLabel {
	outline: none;
	border: none;
	font-size: 12px;
	text-align: left;
	margin-right: 3px;
}

.FormQuestionOptionsSelect {
	outline: none;
	border: none;
	font-size: 12px;
	text-align: left;
	margin-right: 3px;
	color:#176b96; 
	width: 100%;
}

/******* CUSTOM CHECKBOX */
.FormQuestionOptionsContainer {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.FormQuestionOptionsContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.FormQuestionOptionsContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.FormQuestionOptionsContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.FormQuestionOptionsContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.FormQuestionOptionsContainer .checkmark:after {
  left: 4px;
  top: 0px;
  width: 3px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ************************** */

/******* STANDARD FORM CHECKBOXES FOR MULTIPLE CHOICE QUESTIONS */

.StandardFormChoiceContainer {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 125%;
  color: #176b96;	
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.StandardFormChoiceContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.standardcheckmark {
  position: absolute;
  top: 5;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #005283;
}

/* On mouse-over, add a grey background color */
.StandardFormChoiceContainer:hover input ~ .standardcheckmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.StandardFormChoiceContainer input:checked ~ .standardcheckmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.standardcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.StandardFormChoiceContainer input:checked ~ .standardcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.StandardFormChoiceContainer .standardcheckmark:after {
  left: 6px;
  top: 0px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ************************** */

/* ****** CUSTOM RADIO BUTTON */

.FormQuestionRadioContainer {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 120%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #176b96;	

}

.FormQuestionRadioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.optionselector {
  position: absolute;
  top: 5;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #005283;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.FormQuestionRadioContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.FormQuestionRadioContainer input:checked ~ .optionselector {
  background-color: #2196F3;
}

/* Create the optionselector (hidden when not selected) */
.optionselector:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the optionselector when checked */
.FormQuestionRadioContainer input:checked ~ .optionselector:after {
  display: block;
}

/* Style the optionselector */
.FormQuestionRadioContainer .optionselector:after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

/* ***************** */

.FormViewNameInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 150%;
	text-align: center;
	padding: 14px 15px 10px 15px;

}

.FormViewNameInput:focus {
	border-bottom: 2px solid #60CBFF;

}

.FormViewDescriptionInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 14px 15px 10px 15px;

}

.FormViewDescriptionInput:focus {
	color: #000000;
	border-bottom: 2px solid #60CBFF;

}

.FormMultipleChoiceTable {
	width: 100%;
	min-width: 300px;
	padding: 10px 50px 10px 50px;
}

.FormMultipleChoiceInputBox {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 125%;
	text-align: left;
	width: 100%;
	padding: 5px 15px 5px 0px;
}

.FormMultipleChoiceInputBox:focus {
	border-bottom: 2px solid #60CBFF;
}

.StandardFormTitle {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	width:100%;
	color: #176b96;
}

.StandardFormDescription {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	text-align: center;
	padding: 10px 0px 0px 0px;
	width:100%;
	color: #176b96;
}

.StandardFormSection {
	outline: none;
	border: none;
	border-bottom: 1px solid #60CBFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	padding: 10px 0px 0px 0px;
	width:100%;
}

.StandardFormSection h1 {
	font-weight: bold;
	color: #176b96;
	font-size: 200%;
	text-align: center;
	padding: 2px 0px 0px 0px;
	width:100%;
}

.StandardFormSection tr {
	text-align: center;
	padding: 2px 0px 10px 0px;
	width:100%;
}

.StandardEndSection {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	padding: 10px 0px 0px 0px;
	width:100%;
}

.StandardEndSection h1 {
	font-weight: bold;
	color: #176b96;
	font-size: 200%;
	text-align: center;
	padding: 2px 0px 0px 0px;
	width:100%;
}

.StandardEndSection tr {
	text-align: center;
	padding: 2px 0px 10px 0px;
	width:100%;
}

.StandardFormQuestionsTable {
	width: 100%;
	min-width: 400px;
	padding: 10px 0px 10px 0px;
	color: #176b96;
	font-size: 120%;
}

.StandardFormQuestionCell {
	width: 100%;
	min-width: 400px;
	padding: 3px 0px 30px 0px;
}

.StandardFormSaveButton {
	display: inline-block;
	outline: none;
	border: 1px solid orange;
	font-size: 200%;
	color: white;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	width: 300px;
	height: 50px;
    cursor:pointer;
    background-color:darkorange;
}

.StandardFormSaveButton:hover {

    background-color:dodgerblue;
}

.NewFormSaveButton {
	display: inline-block;
	outline: none;
	border: 1px solid orange;
	font-size: 200%;
	color: white;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	width: 300px;
	height: 50px;
    cursor:pointer;
    background-color:darkorange;
    border-radius:6px;
}

.NewFormSaveButton:hover {

    background-color:dodgerblue;
}

.StandardFormSectionHeader {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bolder;
	border: none;
	padding: 10px 5px 3px 5px;
	background-color: #176b96;
	color: white;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}

.StandardFormSimpleInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 125%;
	text-align: left;
	padding: 14px 15px 10px 15px;
	width: 100%;
	background-color: #edfbff;

}

.StandardFormSimpleInput:focus {
	border-bottom: 2px solid #60CBFF;
	background-color: #dbf7ff;
}

.StandardFormDescriptiveInput {
	outline: none;
	border: none;
	border-bottom: 1px dotted #60CBFF;
	font-size: 125%;
	text-align: left;
	padding: 14px 15px 10px 15px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	width: 100%;
	min-height: 200px;
	background-color: #edfbff;
	resize:vertical;
}

.StandardFormDescriptiveInput:focus {
	border-bottom: 2px solid #60CBFF;
	background-color: #dbf7ff;
}

.StandardFormLabel {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	line-height: 150%;
	text-align: left;
	padding: 10px 0px 10px 0px;
	
	color: #176b96;
}

.StandardFormRequiredText {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
	text-align: left;
	padding: 10px 0px 10px 0px;
	color: #d4004a;
}

.FormStandardFieldMessage {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	text-align: left;
	color: #d4004a;
}

.StandardFormOptionLabel {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	text-align: left;
	padding: 0px 10px 10px 0px;
	width:100%;
	color: #176b96;	
}

.StandardFormMultipleChoiceTable {
	width: 100%;
	min-width: 300px;
	padding: 10px 50px 10px 50px;
}

.StandardFormErrorNotice {
	outline: none;
	border: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	color: #d4004a;
}

.StandardFormSaveCell {
	outline: none;
	border: none;
	text-align: center;
}

.g-recaptcha {
	display: inline-block;
}

.AnswerTable {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 2px;
	font-size: 100%;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
	width: 100%;
}

.AnswerTable td {
	border: 1px solid black;
	border-collapse: collapse;
}

.AnswerTable tr:nth-child(even) {
	background-color: #f2f2f2;
}

.AnswerTableHeaderField {
	font-weight: bold;
}

.StandardImage {
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	vertical-align: middle;
	text-align: middle;
}