body {}
h1 {
	font-size: 24px;
}
a, a:hover {
    color: #0054A7 !important;
}
form input {
	float: left;
	margin: 3px;
	width: auto;
	vertical-align: middle;
}
form input#submit {
	padding: 3px;
	min-width: 100px;
}
.btn-primary {
    background: #0054A7;
    border-color: #0054A7;
}
#top {
    position: relative;
    margin: 0 auto;
    width: 94%;
    height: 160px;
    background: transparent url(/img/logo.png) no-repeat center left;
    background-size: contain;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    background: #0054A7;
}
#footer {
    border: 0 !important;
}
#contact {
    margin: 0 3%;
    width: 94%;
    color: #0054A7;
    border-top: 2px solid #0054A7;
    box-sizing: border-box;
}
#footer h1 {
    font-size: 16px;
}
#content {
	width: 95%;
	/*margin: 0 0 30px 30px;*/
    /*padding: 30px 0 0 100px;*/
    padding-top: 50px;
	min-height: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#lang-wrapper {
	position:absolute;
	top: 210px;
	left: 3%;
	width: 25px;
}
#lang-wrapper div.lang {
	float: left;
	margin: 2px 0;
	width: 25px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCC;
	background: #EFEFEF;
}
#lang-wrapper div.lang a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#lang-wrapper div.lang a:hover {
	background: #FFF;
}
#pb-wrapper {
	position: absolute;
	top: 195px;
	left: 60px;
	width: 25px;
	height: 220px;
}
#progressbar {
	position: relative;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 200px;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 2px 3px 5px #CCC;
}
#progressbar span {
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 18px;
	/*background: #0D92BD;*/
	background: #0054A7;
}
#percent {
	display: inline-block;
	margin: 5px 0 0 0;
	width: 25px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
div.wrapper-question {
	float: left;
	width: 100%;
}
div.question {
	float: left;
	margin: 10px 0 10px 10px;
	width: 99%;
}
div.question h1 {
	margin: 0.2em 0;
}
div.question h1 p {
	margin: 0;
	font-size: 16px;
	line-height: 1em;
}
div.question h1 ul {
	margin: 8px 0;
}
div.question h1 ul li {
	font-size: 16px;
}
div.question div.choice {
	float: left;
	margin: 2px;
	padding: 2px;
	width: 99%;
	min-height: 20px;
	line-height: 20px;
	background: #FCFCFC;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
div.question div.choice:hover {
	background: #EFEFEF;
}
div.question div.choice.spaced {
    margin-top: 20px;
}
div.question div.choice label {
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	width: 90%;
	font-size: 16px;
	cursor: pointer;
}
/* style the inputs of the top of mind*/
div.question div.choice input.input-topofmind {
	margin: 1px 5px;
	width: 25px;
	height: 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* style the input textline*/
div.question div.choice input.input-textline {
	width: 150px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* style the input textline*/
div.question div.choice input.input-custom {
    float: left;
    clear: both;
	margin: 0 0 0 5px;
	padding: 0;
	width: 150px;
	height: 15px;
	font-size: 12px;
	border: 1px solid #BBB;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
div.question div.choice input.input-custom.special {
    float: none !important;
    width: 99% !important;
    height: 18px !important;
}
div.question div.choice p {
	margin: 5px;
	padding: 0;
}
/* style the multiple items options */
div.multiple-items-header {
	float: right;
	margin: 5px 0;
	padding: 2px;
	width: 60%;
	min-height: 25px;
	/* line-height: 25px; */
    line-height: 1.1em;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #EFEFEF;
}
div.multiple-items-header div.toptext {
	float:left;
	width: 100%;
}
div.multiple-items-header div.toptext-leftright {
    float: left;
}
div.multiple-items-header div.toptext div.left {
	float:left;
	/*padding: 0 0 0 10px;*/
}
div.multiple-items-header div.toptext div.right {
	float: right;
	text-align: right;
}
div.multiple-items-header div.toptext div.other {
	float: left;
    text-align: center;
    white-space: nowrap;
}
div.multiple-items-header div.numoptions {
	float:left;
	width: 100%;
}
div.multiple-items-header div.numoptions span {
	float: left;
	margin: 0;
	text-align: center;
}
div.question div.choice label.mi {
	width: 39%;
}
div.question div.choice div.wrapper-mi {
	float: right;
	width: 60%;
}
div.question div.choice div.wrapper-mi span {
	float: left;
	text-align: center;
}
div.question div.choice div.wrapper-mi span label {
    margin: 0;
    width: 100%;
}
div.question div.choice div.wrapper-mi span input {
	float: none;
}
div.submit {
	clear: both;
	float: left;
	margin: 0 0 0 10px;
}
/* style the bipolar items options */
div.bipolar-items-header {
	float: right;
	margin: 5px 0;
	padding: 2px;
	width: 60%;
	min-height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #EFEFEF;
}
div.bipolar-items-header div.numoptions {
	float:left;
	width: 100%;
}
div.bipolar-items-header div.numoptions span {
	float: left;
	margin: 0;
	text-align: center;
}
/* full width (no choices) */
div.bipolar-items-header-full {
	float: left;
	margin: 5px 0;
	padding: 2px;
	width: 99%;
	min-height: 25px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #EFEFEF;
}
div.bipolar-items-header-full div.numoptions {
	float:left;
	width: 100%;
}
div.bipolar-items-header-full div.numoptions span {
	float: left;
	margin: 0;
	text-align: center;
}
/* bipolar with textual choices*/
div.question div.choice div.wrapper-bipolar {
	float: right;
	width: 60%;
}
div.question div.choice div.wrapper-bipolar span {
	float: left;
	font-size: 14px;
	text-align: center;
}
div.question div.choice div.wrapper-bipolar span input {
	float: none;
}
/* bipolar with full width */
div.question div.choice div.wrapper-bipolar-full {
	float: right;
	width: 100%;
}
div.question div.choice div.wrapper-bipolar-full span {
	float: left;
	font-size: 14px;
	text-align: center;
}
div.question div.choice div.wrapper-bipolar-full span input {
	float: none;
}
