.SurveyTop .SurveyBox{
	border: 1px solid #cccccc;
}

.SurveyBox{
	padding: 10px;
	/*background-color: #f5f5f5;*/
	background-color: white;
}

.SurveyForm.title{
	width: 200px;
	padding-bottom: 10px;	
}

.ErrorDiv{
	border-color: red !important;
	border-width: 2px !important;
}

.SurveyTypes{
	border: 1px solid #cccccc;
}

.SurveyTypes .title{
	padding: 10px;
	background-color: #36758D;
	color: white;
}

.SurveyTypes .SurveyBox{
	border-top: 1px solid #cccccc;
	/*border-bottom-width: 1px;
	background-color: yellow;*/
}

.SurveyTypes input[type=radio]{
	margin-left: 1em;
}

label {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
td.SurveyForm.box {
	padding: 7px 7px 7px 7px;
	vertical-align: top;
}
div.SurveyForm.choices {
	padding-top: 7px;
	padding-bottom: 7px;
}

.g-recaptcha{
	margin: auto;
	width: 306px;
}

.selectedLabel{
	border: 2px solid #36758D;
	padding: 5px;
	border-radius: 15px;
	/*background-color: white;*/
	background-color: #f9feff;
}

.radioContainer {
	/*display: block;*/
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 15%;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: solid 1px grey;
}

.radioContainer input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
	background-color: #36758D;
	border: 0px;
	top: 25%;
/*background-color: white;*/
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radioContainer input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;

}
