@charset "utf-8";

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: black;
}

.sizehelper {
	position: absolute;
	top: 0;
	left: 0;
	background: red;
	width: 25px;
	height: 20px;
	color: white;
	text-align: center;
	z-index:999;
}

.sizehelper:before {
	content: "XS";
}

a, a:hover {
	color: #706f6f;
}

h3 {
	color: #184c86;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 18px;
}

strong {
	color: #184c86;
}

.status {
	color: #404c5a;
}

.progress {
	padding: 2px;
	background-color: white;
	border: 1px solid #b3b7bd;
	border-radius: 7px;
}

.progress-bar {
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}

div.field {
	clear: both;
	margin-bottom: 14px;
}

label {
	color: #184c86;
	font-weight: bold;
	font-size: 14px;
}

.btn-toolbar input {
	margin: auto;
	margin-top: 50px;
	border-radius: 0;
	padding-left: 50px;
	padding-right: 50px;
}

.field.dropdown label {
	padding-top: 9px;
}

.middleColumn {
	overflow: hidden;
}

.middleColumn .form-control {
	background-color: #e7edf3;
	border-color: #e7edf3;
	box-shadow: none;
	font-size: 14px;
}

.btn-primary {
	background-color: #fac132;
	border-color: #fac132;
	color: #184c86;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-primary:hover {
	background-color: #184c86;
	color: #fac132;
}

.key, .keysmall {
	font-size: 14px;
	border-radius: 16px;
	padding: 7px 12px;
	color: white;
	box-sizing: border-box;
}

.key span {
	padding: 0 9px;
	box-sizing: border-box;
	display: block;
	background-color: #184c86;	
	border-radius: 24px;
	padding: 12px 12px;
	margin-bottom: 10px;
}

.key span strong, .keysmall span strong {
	color: white;
}

.keysmall {
	background: url('../images/line.png') repeat-x center center #184c86;
	padding: 7px 0;
	margin-top: 20px;
	font-size: 12px;
}

.keysmall span.white {
	background-color: #184c86;
	padding: 0 10px;
	border-radius: 24px;
}

.keysmall .oi {
	color: #fac132;
}

.badge-primary.overall {
	background-color: transparent;
}

#Capt {
	left: -5000px;
	position: absolute;
}

.helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.head {
	background: url('../images/header.jpg') no-repeat center center;
	background-size: auto 100%;
	width: 100%;
	height: 267px;
}

.container {
	position: relative;
}

.container.white {
	background-color: white;
}

.questiongroup {
	border-top: 1px solid #184c86;
	margin-top: 70px;
}

.questiongroup .questionno {
	margin: -30px auto 0;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 10px solid white;
	background-color: white;
}

.questiongroup .questionno span {
	background-color: #fac132;
	color: #184c86;
	font-size: 25px;
	border-radius: 20px;
	display: block;
	line-height: 40px;
}

.questiongroup .questionhead {
	font-weight: bold;
	color: #184c86;
	margin-top: 30px;
	margin-bottom: 10px;
}

.questiongroup .answers span {
	display: inline-block;
	width: 25%;
	text-align: center;
}

.questiongroup .question {
	border-bottom: 1px solid #b3b7bd;
	padding-top: 15px;
	padding-bottom: 14px;
}

.questiongroup .question:last-child {
	border: none;
}

.questiongroup .question .optionset {
	font-size: 0;
	margin-top: 10px;
	margin-bottom: 0;
}

.questiongroup .question .optionset div.radio {
	display: inline-block;
	width: 25%;
}

.questiongroup .question .optionset div.radio label {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
