body #main-content {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}

iframe {
	margin-bottom:0px;
}	


input[type="radio"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}
input[type="checkbox"] {
    width: 0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	outline:none;
}

.alert {
	margin-bottom:0px;
}

.radio, .checkbox {
	background-color: #F3F3F3;
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-left:30px;
	margin-top:3px;
	padding-top:7px !important;
	padding-bottom:7px;
	background-image: url("images/alert-successsmalloff.png");
	background-repeat:no-repeat;
	background-position: 5px 8px;
	color: #333333;
}
.radio {
	width: 80%;
}
.checkbox {
	width: 80%;
}

#commsreq .checkbox {
	width: 90%;
}

.checkbox img {
	width:100%;
	height:auto;
	border:1px solid #cccccc;
	border-radius:5px;
	margin-bottom:10px;
	background-color:#ffffff;
	pointer-events: none;
	-moz-user-select: -moz-none;
}


.radio img {
	width:100%;
	height:auto;
	border:1px solid #cccccc;
	border-radius:5px;
	margin-bottom:10px;
	pointer-events: none;
	-moz-user-select: -moz-none;
}

.active {
	background-image: url("images/alert-orange-successsmall.png");
	background-repeat:no-repeat;
	background-position: 5px 8px;
}

.productname,.feature {
	padding-right:10px;
}


.group {
	display:none;
}

.ui-dialog-titlebar {
	display:none;
	}


#dialog-confirm .alert {
	background-color: #ffffff;
	border:none;
	}

.ui-widget-content {
	border: 1px solid #c9c8c8;
}
.ui-dialog-buttonpane {
	border:none !important;
}


#vencat {
	position:absolute;
	top:0px;
	left:0px;
	padding:10px;
	background-color:#ebf2fa;
	color:#333;
	display:none;
	border-radius: 5px;
	font-weight:normal;
	box-shadow: 2px 10px 10px #888888;
	max-width:400px;
	z-index:0;

	}

#vencat:before { 
	content: "";
	position: absolute; 
	bottom: -10px; 
	width: 0; 
	height: 0; 
	border-left: 10px solid #ebf2fa; 
	border-bottom: 10px solid transparent;
	z-index:0;
}



#nextandsubmit {
	text-align:right;
}

@media (max-width: 709px) {
	#nextandsubmit {
		text-align:left;
		padding-top:10px;
	}
}

label {
	margin-bottom:20px ;
	padding-right:10px ;
}

label.radio {
	margin-bottom:0px;
}


.qnum
{
	position:absolute;
	top:20px;
	left:20px;
	z-index:2000;
	font-size:22px;
	color:#333;
	background-color:#ffffff;
	padding:10px;border-radius:10px;
	box-shadow: 2px 5px 5px #888888;

}

@media (min-width: 940px) {


.form-horizontal .control-label
{
	width: 150px;
}

.form-horizontal .controls {

	margin-left:150px;
}

}
@media (min-width: 710px) and (max-width: 939px) {
.form-horizontal .control-label
{
	width: 100px;
}

.form-horizontal .controls {

	margin-left:100px;
}
}

html.magnifying > body {
  overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}


/*
.quizquestion input[type="text"]  {

	height:24px;
	font-size:18px;

}
*/