body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  width:100%;
  max-width:none;
}


.table th, .table td
{
	border:none;
}
/*
input[type="checkbox"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}
*/
input[type="radio"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}

.question {
	font-weight:bold;
	display:block !important;
	padding-top:10px;
}

.radio {
	border: 1px solid transparent;
	background-color: #ffffff;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: px;
	border-radius: 10px;
	padding:15px 5px 15px 5px !important;
	margin-top:0px;
	color: #333333;
	width: 90%;
	line-height:20px;
	font-size: 13px;
}

.goback {
	cursor:pointer;
}

.goback:hover {
	transition: box-shadow 500ms;
	transition: background-color 1000ms;
	box-shadow: 2px 2px 4px 0px #f3f3f3;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	color:#333333;

}
.goback:hover .icon {
	filter: invert(100%);
}



.ans {
	border: 1px solid transparent;
	display: inline-block;
	padding:5px 15px 5px 15px !important;
	margin-top:0px;
	color: #ffffff;
	line-height:20px;
	font-size: 13px;
	white-space:nowrap;
	text-align:center;
	border-radius: 10px;

}
.ansarrow {
	display: inline-block;
	padding:15px 5px 15px 5px !important;
}

.radio:hover {
	transition: box-shadow 500ms;
	transition: background-color 1000ms;
	box-shadow: 2px 2px 4px 0px #f3f3f3;
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
	color:#333333;

}
.radio:hover .icon {
		filter: invert(100%);
}

label {
	position:relative;
}

.icon {
	width:32px;
	height:32px;
	padding-right:10px;
	}


label.radio {
	color: #ffffff;
	}

.active {
	background-color:#f3f3f3;
}

#ansmenu {
	width: auto !important;
}
#ansmenu td {
	vertical-align:middle;

}
.ptype {
	padding:15px 15px 5px 15px;
	font-weight:bold;
	border-bottom: 1px solid #f3f3f3;
}

.disabled {
	filter:alpha(opacity:20);
	opacity:0.2;
}

.active.radio:hover
{
	box-shadow: none !important;

}

.highlight {

	background-color:#d6f7ce;
	display: inline-block;
	padding:2px;
}

.product {
	background-color: #ffffff;
}

.offset4 {
	margin-left: 34.04255319148936% !important;
}

@media (max-width: 709px)
{
.offset4 {
	margin-left: 0 !important;
}
}

.back {
	cursor:pointer;
	}

.info {

	width:20px;
	height:auto;
	position:absolute;
	top:-10px;
	right:0px;
	}


.ui-tooltip, .arrow:after {
background: #f7f7f7;
border: 2px solid #cccccc;
}
.ui-tooltip {
padding: 10px 20px;
color: #333333;
border-radius: 5px;
font: bold 13px "Helvetica Neue", Sans-Serif;
box-shadow: 0 0 7px #cccccc;
}
.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 #cccccc;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow.top:after {
bottom: -20px;
top: auto;
}

#restart {
	position: fixed;
	top:20px;
	right:50px;
}

@media (max-width: 709px)
{
	#restart {
		position: inherit;
		text-align:center;
	}
}

.overlay {
	opacity: 0.5;

}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display:none;
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(136,136,136,0.1); /* Black background with opacity */
  z-index:1000;
}

#waiting {
	display:none;
}

.btn {
border-radius: 3px !important;
}


.col1 {
	background-color:rgb(38,34,98,1);
}
/*.col2 {
	background-color:rgb(231,19,22,1);
}*/
.col2 {
	background-color:rgb(81,45,109,1);
}
.col3 {
	background-color:rgb(241,180,52,1);
}
.col4 {
	background-color:rgb(181,189,0,1);
}
.col5 {
	background-color:rgb(155,211,221,1);
}
.col6 {
	background-color:rgb(234,118,0,1);
}
.col7 {
	background-color:rgb(0,102,128,1);
}

