body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.head {
	font-size: 24px;
}

.animate-show.ng-hide-add.ng-hide-add-active {
  -webkit-transition: all linear 0.5s;
  animation: lightSpeedOut 0.5s;
}

.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  animation: lightSpeedIn 0.5s;
}

.animate-show {
	opacity: 1;
}

.animate-show.ng-hide {
	opacity: 0;
}

.question {
}

textarea.answerfield {
	background-color: #f8f8f8;
	float: right;
}

.complete-question {
	clear: both;
	margin-bottom: 10px;
}

.submitbtn {
	clear: both;
}

.addressinput {
	display: block;
	width: 100%;
}

.addressradio {
	display: inline-block;
}

.mandatory {
#	color: #ff0000;
	font-weight: bold;
}

.oneradio {
	display: inline;
}

.onecheck {
	display: inline;
}

.caption {
	display: block
}

table.address {
	padding-bottom: 20px;
}

table.address td {
	padding-left: 10px;
	padding-right: 10px;
}

.sectiontitle {
	clear: both;
	display: block;
	font-size: 16px;
}

.requester {
	clear: both;
	background-color: #fffffa;
}

div.patient {
	background-color: #fafaff;
	clear: both;
}

div.assurance {
	background-color: #fafffa;
	clear: both;
}

.symbols {
	font-size: 18px;
}

input.ng-invalid {
	background-color: #fff8f8;
}
