/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
/* FONT */

@font-face {
    font-family: "ECSquareSansProMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ecsquaresanspro-medium-web.eot.jpg?#iefix") format("embedded-opentype"), url("../fonts/ecsquaresanspro-medium-web.woff.jpg") format("woff"), url("../fonts/ecsquaresanspro-medium-web.ttf.jpg") format("truetype"), url("../fonts/ecsquaresanspro-medium-web.svg.jpg#ECSquareSansProMedium") format("svg");
}
@font-face {
    font-family: "ECSquareSansProRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ecsquaresanspro-regular-web.eot.jpg?#iefix") format("embedded-opentype"), url("../fonts/ecsquaresanspro-regular-web.woff.jpg") format("woff"), url("../fonts/ecsquaresanspro-regular-web.ttf.jpg") format("truetype"), url("../fonts/ecsquaresanspro-regular-web.svg.jpg#ECSquareSansProRegular") format("svg");
}
@font-face {
    font-family: "ECSquareSansProBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/ecsquaresanspro-bold-web.eot.jpg?#iefix") format("embedded-opentype"), url("../fonts/ecsquaresanspro-bold-web.woff.jpg") format("woff"), url("../fonts/ecsquaresanspro-bold-web.ttf.jpg") format("truetype"), url("../fonts/ecsquaresanspro-bold-web.svg.jpg#ECSquareSansProBold") format("svg");
}
/**/

html,
body {
    position: relative;
    height: 100%;
}
/*RESET*/

.col-sm-12 {
    width: auto;
    padding: 0;
    float: none;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.form-group {
    margin-bottom: 0;
}
.radio + .radio,
.checkbox + .checkbox {
    margin: 0;
}
#bitnami-banner {
    display: none;
}
/* HEADER */

#navbar {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 74px 0 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
.breadcrumb {
    display: none;
}
#navbar .container {
    background: #0065a2;
    height: 28px;
}
#navbar .navbar-header {
    display: block;
    float: none;
    text-align: center;
	width:100%;
}
#navbar .navbar-header .logo,
#navbar .navbar-header .navbar-brand {
    float: none !important;
    margin: 0 auto;
    padding: 0;
    display: block;
}
#navbar .navbar-header .navbar-brand {
    display: none;
}
#navbar .navbar-header .logo img {
    margin-top: -59px;
    width: 120px;
    height: 83px;
}
/* TITLE  */

.page-header {
    text-align: center;
    font: normal 24px/24px ECSquareSansProRegular;
    background-color: #274e6d;
    color: #fff;
    border: 0;
    margin: 0;
    padding: 9px 0;
}
/* BUTTONS  */

.form-actions > button {
    width: 264px;
    background-color: #f28e00;
    border: 0;
    border-radius: 0;
    font: normal 30px/30px ECSquareSansProBold;
    color: #fff;
    padding: 30px 48px;
}
.form-actions .webform-previous,
.form-actions #edit-cancel {
    position: fixed;
    bottom: 0;
    left: 0;
}
	
	@media screen and (max-width: 800px) {
		.form-actions .webform-previous,
    .form-actions #edit-cancel {
			position: static;
			font: 17px/48px ECSquareSansProBold;
			margin: 34px 0 0;
			padding: 0 6px;
			max-width: 45%;
			float: left;
			text-align:center;
		}
	}

.form-actions .webform-previous:before,
.form-actions #edit-cancel:before {
    content: "< ";
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    margin-right: 24px;
}

	@media screen and (max-width: 800px) {
		.form-actions .webform-previous:before,
    .form-actions #edit-cancel:before {
			font-size: 24px;
			margin-right: 12px;
		}
	}

.form-actions .webform-next {
    position: fixed;
    bottom: 0;
    right: 0;
}

	@media screen and (max-width: 800px) {
		.form-actions .webform-next {
			position: static;
			font: 17px/48px ECSquareSansProBold;
			margin: 34px 0 0;
			padding: 0 6px;
			max-width: 45%;
			float: right;
			text-align:center;
		}
	}

.form-actions .webform-next:after {
    content: " >";
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    margin-left: 24px;
}
	
	@media screen and (max-width: 800px) {
		.form-actions .webform-next:after {
			font-size: 24px;
			margin-left: 12px;

		}
	}
	

.form-actions .webform-submit {
    position: fixed;
    bottom: 0;
    right: 0;
}

	@media screen and (max-width: 800px) {
		.form-actions .webform-submit {
			position: static;
			font: 17px/48px ECSquareSansProBold;
			margin: 34px 0 0;
			padding: 0 6px;
			max-width: 45%;
			float: right;
			text-align:center;
		}
	}

#link-quiz {
    position: absolute;
    top: -102px;
    left: 1px;
    padding: 0;
}
#link-quiz a {
    display: block;
    background-color: rgba(255,255,255,1);
    border: 0;
    border-radius: 0;
    font: normal 30px/30px ECSquareSansProBold;
    color: rgba(194, 79, 133, 1);
    padding: 0 30px;
    height: 74px;
    line-height: 74px;
}

	@media screen and (max-width: 800px) {
		#link-quiz a {
			font: 16px/40px ECSquareSansProBold;
			height: 40px;
			margin: 34px 0 0;
			padding: 0 6px;
			width: 100px;
		}		
	}

#link-quiz a:before {
    content: "> ";
    display: inline-block;
}
/*  */

.main-container {
    width: 100%;
    padding: 0;
}
/**/
/* Progression bar */

.webform-progressbar {
    margin: 0;
    width: auto;
}

	@media screen and (max-width: 800px) {
		.webform-progressbar {
			margin:0;
		}
	}

.webform-progressbar-outer {
    background-color: rgba(116, 196, 33, .25);
    border: 0;
    height: 24px;
    margin: 0;
    position: relative;
    width: 100%;
}
.webform-progressbar-inner {
    height: 24px;
}
.webform-progressbar-page {
    border: 0 none;
    border-radius: 0;
    height: 100%;
    top: 6px;
    width: 2px;
}
.webform-progressbar-page .webform-progressbar-page-label {
    display: none;
}
/**/
/**/

.webform-component {
    text-align: center;
}
.webform-component > label {
    display: block;
    text-align: center;
    font: normal 48px/48px ECSquareSansProBold;
    background-color: #fff;
    color: #274e6d;
    padding: 0 24px 12px;
    margin: 12px 0;
}

	@media screen and (max-width: 800px) {
		.webform-component > label {
			font: normal 30px/36px ECSquareSansProBold;
			padding:0;
		}
	}

/*QUIZ*/
.page-node-9  .webform-component > div {
    text-align: center;
    margin: 0 auto;
}

/*EVAL*/
.page-node-1  .webform-component > div {
    display: flex;
	justify-content:space-around;
    align-items: center;
	height:144px;
}


	@media screen and (max-width: 800px) {
		.webform-component > div {
			display:block;
		}
		
	}
		
/*QUIZ*/
.page-node-9 .webform-component > div > .form-type-radio {
    padding: 0 12px;
    margin:0 0 12px;
    display:block;
}

/*EVAL*/
.page-node-1 .webform-component > div > .form-type-radio {
	display:inline-block;
	 padding: 0 12px;
    margin:0 0 12px;
}

@media screen and (max-width: 800px) {
			
		/*EVAL*/
		.page-node-1  .webform-component > div {
			display:block;
			height:auto;
		}
		
		.page-node-1 .webform-component > div > .form-type-radio {
			display:block;
			}
		
	}

.webform-component > div > .form-type-radio label,
.webform-component > div > .form-type-checkbox label {
    display: block;
    width: 100%;
    padding: 12px 12px;
	margin:0 0 20px;
	background-color: #ddd;
	
    font: normal 30px/36px ECSquareSansProRegular;
	
	word-wrap: break-word;
	  word-break: break-word;
}

	@media screen and (max-width:800px) {
		
		.webform-component > div > .form-type-radio {
			margin:0 0 12px;
		}
		
		.webform-component > div > .form-type-radio label,
		.webform-component > div > .form-type-checkbox label {
			font: normal 24px/24px ECSquareSansProRegular;
			padding:12px;
		}
		
	}
	

.webform-component-markup a {
    margin: 0;
    color: #fff;
    /* text-align:center; */
    
    color: #274e6d;
    /* font: normal 36px/36px ECSquareSansProBold;	 */
    /* padding:24px; */
}
.webform-component-markup {
    text-align: center;
}
.webform-component-markup h2 {
    display: inline-block;
    color: #fff;
    background-color: #ce835a;
    font: normal 24px/24px ECSquareSansProRegular;
    padding: 6px;
    border-radius: 2px;
}
.webform-component.webform-component--introduction p,
.webform-component.webform-component-markup p {
    font: normal 24px/24px ECSquareSansProRegular;
    margin: 0;
    padding: 12px 24px;
}

	@media screen and (max-width:800px) {
		.webform-component.webform-component--introduction p,
		.webform-component.webform-component-markup p {
			font-size:18px;
		}
	}

.webform-confirmation {
    font: normal 48px/48px ECSquareSansProBold;
    color: #74c421;
    text-align: center;
    margin: 0;
    padding: 48px 0;
    background-color: #fff;
}
.webform-component--other .control-label {
    color: #2cac79;
    font: 30px/30px ECSquareSansProRegular;
    padding: 0;
    margin: -24px 0 6px;
}
.webform-component--other .form-control {
    color: #000;
    font: 30px/30px ECSquareSansProRegular;
    height: 48px;
    max-width: 800px;
    margin: 0 auto;
}
.links {
    display: none;
    font: normal 24px/24px ECSquareSansProBold;
    text-align: center;
    margin: 0;
    padding: 24px 0;
    background-color: #fff;
    text-align: center;
}
.webform-confirmation a {
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    font: normal 36px/36px ECSquareSansProBold;
    padding: 24px;
    margin: 24px 0;
    display: inline-block;
}

.webform-component--themes > div {
	padding:0 6px;
	display:inline-block;
	vertical-align:middle;
}

.webform-component--themes > div > .form-type-checkbox {
	margin:0 .5% 12px;
	width:49%;
	background-color: #ce835a;
	display:inline-block;
	vertical-align:middle;
}

@media screen and (max-width:480px) {
	
	.webform-component--themes > div {
		display:block;}
	
	.webform-component--themes > div > .form-type-checkbox {
		display:block;
		margin:0 0 12px;
		width:auto;
	}	
}

.webform-component--themes > div > .form-type-checkbox label {
    display: table-cell;
	vertical-align:middle;
    width: 100%;
	height:76px;
    padding: 0 0 0 48px;
	margin:0;
	background-color: transparent;
	text-align:left;
	color:#fff;
	
    font: normal 24px/24px ECSquareSansProRegular;
}

.webform-component--themes > div > .form-type-checkbox label .form-checkbox {
	top:50%;
	margin-top:-7px;
	width:24px;
	height:24px;
	margin-left:-35px;
	margin-top:-12px;
}

	@media screen and (max-width:800px) {
		
		.webform-component--themes > div > .form-type-checkbox label {
			font: normal 18px/24px ECSquareSansProRegular;
			padding:12px 12px 12px 36px;
		}
		
		.webform-component--themes > div > .form-type-checkbox label .form-checkbox {
		margin-left: -28px;
		}
		
		
	}


.alert-success {
    text-align: center;
}
.webform-component > div > .form-type-radio label:hover {} .webform-component > div > .form-type-radio input {
    display: none;
}

.smileys .radio {
    width: 19%;
}

	@media screen and (max-width:800px) {
		.smileys .radio {
			width: auto;
		}
	}
	
.smileys .radio label {
    /* background-color: transparent; */
    background-repeat: no-repeat;
    background-size:auto 90%;
    background-position: 50% 50%;
    text-indent: -99999px;
    width: 19%;
	min-height:145px;
	padding:24px;
	
/* 	min-height:124px;
	min-width:124px; */
}
.smileys .radio [for$="-1"] {
    background-image: url(../images/5.png);
}
.smileys .radio [for$="-2"] {
    background-image: url(../images/4.png);
}
.smileys .radio [for$="-3"] {
    background-image: url(../images/3.png);
}
.smileys .radio [for$="-4"] {
    background-image: url(../images/2.png);
}
.smileys .radio [for$="-5"] {
    background-image: url(../images/1.png);
}
/**/
/* NAV LANG */

nav[role="navigation"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
nav[role="navigation"] h2 {
    background: rgba(194, 79, 133, 1) url(../images/flag.png) 18px 50% no-repeat;
    background-size: auto 32px;
    border: 0 none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    display: block;
    font: 30px/30px ECSquareSansProBold;
    padding: 0 24px 0px 48px;
    margin: 0;
    height: 74px;
    line-height: 74px;
}
.language-switcher-locale-url {
    display: none;
}
.language-switcher-locale-url {
    padding: 0;
    list-style: none;
}
.language-switcher-locale-url a {
    background-color: rgba(194, 79, 133, .9);
    border: 0 none;
    border-radius: 0;
    color: rgb(255, 255, 255);
    display: block;
    font: 30px/30px ECSquareSansProBold;
    padding: 30px 48px;
}
/* */

.webform-component > div > .form-type-radio label.on {
    background-color: #cbe8fc;
}
.webform-component > div > .form-type-radio label.right {
    background-color: #74c421;
    color: #fff;
}
.webform-component > div > .form-type-radio label.false {
    background-color: #f00;
    color: #fff;
}
[class*="webform-component--answer"] {
    padding: 24px 0;
    background: rgba(238, 238, 238, .8);
    padding-bottom: 120px;
}

	@media screen and (max-width:800px) {
		[class*="webform-component--answer"] {
			position:static;
			padding:12px;
			margin-top:0;
		}
	}

.alert-danger {
    font: 30px/30px ECSquareSansProBold;
    text-align: center;
}
.form-required {
    display: none;
}
/* */




@media screen and (max-width: 800px) {
	
	.navbar-toggle {
		display:none;
	}
	
	.navbar-collapse.collapse {
		display:block;
		margin:0;
	}

	nav[role="navigation"] h2 {
		text-indent:-999999px;
		height:40px;
		background-position:50% 50%;
		background-size:12px auto;
		font: 17px/48px ECSquareSansProBold;
		margin: 34px 0 0 !important;
		padding:6px;
		width:100px;
	}
	
	
	#block-local-language ul {
		/* background: rgba(194, 79, 133, .9); */
	}
	
	.language-switcher-locale-url a {
		padding:12px 6px;
		font:17px/18px ECSquareSansProBold;
		width:108px;
		text-align:center;
	}
	
	
}

.messages {
  font-size: 36px;
  text-align: center;
  padding: 12px;
  margin:48px 0;
}

@media screen and (max-width: 800px) {
	.messages {
		font: normal 30px/36px ECSquareSansProBold;
	}
}

.krumo-root {
    text-align: left;
}