
html,body,form {
	margin:0px auto;
	height:100%;
	width:100%;
	padding:0px;
	border:0px;
}

p {margin: 0; padding: 0;}


body {
	background-color:#FFFFFF;
	font-family: 'Roboto',Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 1em;
	font-weight:normal;
	line-height:1.6;
	color:#333333;
}	

a {
    color: #38598a;
    text-decoration: none;
    background: transparent;
}

:focus {outline:none;}
::-moz-focus-inner  {border: 0;}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.form-control::-moz-placeholder {
    color: #777777;
    opacity: 1;
}

#MAIN_CONTENT {
	width: 83.3333333333%;
	margin: 0 auto;
    padding:0px;
}

#MAIN_CONTENT .content {
	width:83.3%;
	margin-left:8.33%;
}

.content h1 {
	color: #003366;
	font-size: 32px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 12.5px;
	line-height:1.2;
	font-family:inherit;
}

.content .form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-group input {
	display: block;
	width: 100%;
	height: 39px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.MAIN_HEADER {
	background-image: url(images/header-image.jpg);
	height: 270px;
	letter-spacing: 0.03em;
	position: relative;
	background-position: 0% 100%;
}

.HEADER_TITLE {
	display: block;
    color: #003366;
    height: 154px;
    width: 85%;
    padding: 20px 0px;
    margin: auto;
}

.MAIN_HEADER .logo {
	height:100%;
}

.MAIN_HEADER .TITLE {
	color: #003366;
	display: inline-block;
	font-size: 3.2em;
	line-height: 1em;
}

.QUESTION {padding-top:5px; padding-bottom:5px;}

@media (max-width:1250px) {.MAIN_HEADER .TITLE {font-size:3.1em;}}
@media (max-width:1150px) {.MAIN_HEADER .TITLE {font-size:3.0em;}}
@media (max-width:1050px) {.MAIN_HEADER .TITLE {font-size:2.8em;}}
@media (max-width:950px) {.MAIN_HEADER .TITLE {font-size:2.4em;}}

.MAIN_HEADER .SUBMAIN {
	background: rgba(10,40,90,0.7);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 11px 0;
}

.MAIN_HEADER .SUBTITLE {
	color: #fff;
	width: 85%;
	font-size: 24px;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
}

@media (max-width:1150px) {.MAIN_HEADER .SUBTITLE {font-size:20px;}}
@media (max-width:950px) {.MAIN_HEADER .SUBTITLE {font-size:18px;}}


.nav_content {
margin-bottom: 0px;
padding-top: 30px;
}

.user_nav {
	float:right;
	display:flex;
}

span.logonid, .user_nav div.logout {
    color: #38598a;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
	margin-left: 40px;
}

span.logonid {text-transform:lowercase;}

h1.title {
	margin:0;
	padding:0;
	color: #003366;
	font-size: 32px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom:25px;
	line-height:1.2;
}

.BUTTON	{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.6;
	border-radius: 4px;
	color: #fff;
	background-color: #003366;
	border-color: #00264d;	
	width:120px;
}
 
	  .BUTTON:hover, 
	  .BUTTON.BACK:hover	{
		text-decoration: none;
		color: #fff;
		background-color: #001a33;
		border-color: #00080f;
	}


.download_links .BUTTON,
.dir_content .BUTTON {
	background: #D8DEE6;
	border-radius: 20px;
	color: #003366;
	margin-bottom: 20px;
	margin-right: 15px;
	padding: 70px 0px;
	text-decoration: none;
	width: 25%;
	min-width:290px;
	font-size: 22px;
}

.download_links .BUTTON {
	width:40%;
}

.dir_content .BUTTON:hover,
.dir_content .BUTTON:active,
.dir_content .BUTTON:focus,
.download_links .BUTTON:hover,
.download_links .BUTTON:active,
.download_links .BUTTON:focus {background: #8398B2;}

.dir_content .fa,
.download_links .fa {
	font-size: 2em;
	margin-right: 15px;
}


.BUTTON.BACK {
	margin-bottom: 35.5px;
	color: #003366;
	background: #fff;
	border: none;
	font-weight: bold;
	font-family: 'Roboto',Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
	font-size: 1.3em;
}

.BUTTON.BACK .fa  {
	font-size:1.5em;
}

.USER_LINKS {
	width:100%;
	border-bottom:2px solid #D8DEE6;
	margin-bottom:20px;
}

.USER_TABS {
	display:inline-block;
	width:59%;
	height:40px;
}

	.TAB_BUTTON {
		background:transparent;
		border-radius: 3px 3px 0px 0px;
		display: inline-block;
		min-width: 210px;
		height: 100%;
		padding: 0px 0px 0px 0px;
		border:none;
		box-shadow:none;
		text-align: center;
		position: relative;
		font-size: 1em;
		letter-spacing: 0.003em;
		cursor:pointer;
		color:#003366;
	}

	.TAB_BUTTON.ACTIVE {
		border: 1px dotted #333;
		border-bottom:none;
		color:#333;
	}

.USER_ADD {
	display:inline-block;
	width:41%;
	text-align:right;
	vertical-align: middle;
	height: 30px;
}

	.ADD_BUTTON {
		background-color:#5CB85C;
		color:#fff;
		padding:8px 15px;
		border-radius: 3px;
		cursor:pointer;
		font-size:0.9em;
		margin-bottom:5px;
	}

.DROPDOWN {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding: 0.3em 0.5em;
	display: inline-block;
	box-shadow: inset 0 1px 3px #ddd;
	vertical-align: middle;
	font-family:inherit;
	font-size:1.05em;
	max-width: 400px;
}

.TEXTBOX {
	box-sizing: border-box;
	border: 1px solid #999999;
	border-radius: 4px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	padding: 0.3em 0.5em;
	display: inline-block;
	box-shadow: inset 0 1px 3px #ddd;
	vertical-align: middle;
	font-family: inherit;
	font-size: 1.05em;
	max-width: 400px;
}

.USER_INFO {
	border-collapse:collapse;
}

.USER_INFO th, 
.USER_INFO td {
	padding: 5px 10px;
	font-size:1.2em;	
}

.USER_INFO th {
	color: #003366;
	font-weight:bold;
	text-align:right;
}

.USER_INFO tr:nth-child(odd) td,
.USER_INFO tr:nth-child(odd) th {
	background:#D8DEE6;
}

.USER_TBL table {
	width:100%;
	border-collapse: collapse;
	margin-bottom:10px;
}


.USER_TBL table table table th,
.USER_TBL table table table td {
	text-align:left;
	width:35%;
}

.USER_TBL table table table th {
	color: #fff;
	background: #768eaa;
	font-weight: normal;
	font-size: 1.1em;	
}

	.USER_TBL table table table tr td:nth-child(1),
	.USER_TBL table table table tr th:nth-child(1) {
		width:15%;
	}

	.USER_TBL table table table tr td:nth-child(2),
	.USER_TBL table table table tr th:nth-child(2) {
		width:28%;
	}	

	.USER_TBL table table table tr td:nth-child(3),
	.USER_TBL table table table tr th:nth-child(3) {
		width:28%;
	}

	.USER_TBL table table table tr td:nth-child(4),
	.USER_TBL table table table tr th:nth-child(4) {
		width:20%;
	}

	.USER_TBL table table table tr td:nth-child(5),
	.USER_TBL table table table tr th:nth-child(5) {
		width:15%;
	}

	.USER_TBL table table table tr td:last-child,
	.USER_TBL table table table tr th:last-child {
		width:0%;
	}

.FOOTER {
	width:100%;
	text-align:center;
	border-top: 1px solid #38598a;
	margin-top: 80px;
	padding-top: 26px;
	text-align: center;	
}

.FOOTER img {
	vertical-align: middle;
	border:0;
}

.FOOTER span {
	display: inline-block;
	margin-bottom: 30px;
	padding: 0px 30px;
}
.FOOTER .spacer {
	border-right: 1px solid #38598a;
}
.FOOTER .spacer_right {
	border-right: 1px solid #fff;
}

.MODAL_BACKGROUND {
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5000;
  }
  
  .MODAL_CONTENT {
	position: fixed;
	overflow: auto;
	background-color: #f8f6f7;
	border: 1px solid #333333;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 90%;
	max-width: 1200px;
	z-index: 5001;
	top: 10%;
	bottom: 10%;
	margin: 15px;
	text-align: center;
	color:#003366;
  }
  .MODAL_CONTENT .MODAL_HEADER {
	padding: 30px;
	font-size:1.3em;
  }
  .MODAL_CONTENT .MODAL_CLOSE {
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
  }
  .MODAL_CONTENT .MODAL_CONTAINER {
	padding: 30px 30px;
  }
  .MODAL_CONTENT .MODAL_FOOTER {
	padding: 30px 30px;
  }
  .MODAL_CONTENT .MODAL_FOOTER .MODAL_CLOSE_BTN {
	cursor: pointer;
	padding: 8px 50px;
	background-color: #D8DEE6;
	color: #003366;
	border: 0;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }
  
  .MODAL_CONTENT .MODAL_FOOTER .MODAL_CLOSE_BTN:hover {
	  background:#8398B2;
  }

  .HIDDEN {display:none!important;}
  
  /* -------------------------------------------------------------------- */
  /* ---------------------------------------------- CUSTOM STYLING */
  /* -------------------------------------------------------------------- */
  	.SLIDER {
  		height:200px;
  		margin-left:55px;
  		position:relative;
  	}
  
  	.SLIDEROPEN {
  		position:absolute;
  		right:9999px;
  	}
  
  	.SCALE {
  		width: 120px;
  		border-collapse: collapse;
  		text-align: center;
  		position: relative;
  		border-spacing: 0;
  	}
  
  	.SCALE * {
  		margin: 0;
  		padding: 0;
  	}
  
  	.SCALE th, .SCALE td {
  		/*margin: 0;
  		padding: 0;*/
  		border: none;
  		border-collapse: collapse;	
  	}
  
  	.SCALE td.SCALE-SPACER {
  		width: 30px;
  	}
  
  	.SCALE td.BIG-TICK {
  		height: 4px;
  		width: 48px;
  		background: url('../images/bigtick.gif') center no-repeat;
  	}
  
  	.SCALE td.REG-TICK {
  		height: 4px;
  		width: 48px;
  		background: url('../images/regtick.gif') center no-repeat;
  	}	
  	.SCALE th.HEAD {
  		border-bottom: none;
  	}
  	.SCALE th.FOOT {
  		border-top: none;
  	}
  	.SCALE th.SCALE-LABEL {
  		width: 35px;
  		vertical-align: bottom;
  		text-align: right;
  	}	
  
  	.SCALE th.SCALE-LABEL div {
      	position: relative;
      	bottom: -0.375em;
  	}
  
  	.SLIDERHIDDEN {
  		display: none;
  	}
  
  	.SLIDERQUESTION {
  		display: flex;
  	}
  
  	.SLIDERTEXT {
  		width: 30%; /* width is changed from 70% to 30% */
  		padding: 5em 5em 0em 3em;
  	}	
  
  	.SLIDERHIDDEN {
  		display: none;
  	}
  
  	.SLIDERNUM {
  		display: inline-block;
  		border: none;
  		width: 100px;
  		font-size: 1.5em;
  		color: #fff;
  		background-color: black;
  		text-align: center;
  	}
  
  	.SLIDERNUMBOX {
  		display: block;
  		position: relative;
  		float: right;
  		color: #fff;
  		padding: 10px;
  		text-align: center;
      	height: 100px;
      	width: 100px;
  		background-color: black;
  	}
  	
  
  	#ARROWPIC {
  		position: absolute;
  		float: right;
  		z-index: 2;
  		margin-left: -22px;
  		margin-top: -15px;
  	}
  
  	#SLIDERHOVER {
  		position: absolute;
  		float: right;
  		z-index: 3;
  		width: 2em;
  		margin-top: -13px;
  		margin-left: 13px;
  		background-color:transparent;
  		border: none;
  		font-size: 1.5em;
  		font-weight: bold;
  		color: #000;
  		opacity: 1.0;
  	}
  
  	#TINYBALL {
  		position: absolute;
  		background-color:transparent;
  		border: none;
  		opacity: 1.0;
  		margin-left: -8px;
     		margin-top: -8px;
  	}
  	
  	.RED {
  		background-color: red;
  		height: 10px;
  	}
  
/* -------------------------------------------------------------------- */
/* For ED survey 2021 */
/* Tooltip text */
/* Tooltip container */

.tooltip {
  position: relative;
  display: inline-block;
  /*color: #008ecb;*/
  border-bottom: 1px dotted black;
}

/* Tooltip text */

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #333333;
  color: #EEEEEE;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext a {color: #EEEEEE;}


/*Hiding SUB title as requested by Stephanie
.SUBMAIN .SUBTITLE {visibility: hidden !important;}
*/
/* New Styling */

th{
	padding-right: 10px;
	background-color:  #f0f3f3 
}

input[type="radio"]{
	cursor: pointer;
	transform: scale(1.4);
	margin: 10px;
}

.ERREUR{
  color: red;
}

/* Mobile Friendly tables */


/* NEW STYLE */
table {background-color:transparent !important;}

table.MATRICE {    margin-right: auto;}

.intro-cont {position:relative;top:50px;}
.SPECIAL_COLUMN0, .SPECIAL_COLUMN1, .SPECIAL_COLUMN2, .SPECIAL_COLUMN3, .SPECIAL_COLUMN4, .SPECIAL_COLUMN5, .SPECIAL_COLUMN6, .SPECIAL_COLUMN7, .SPECIAL_COLUMN8, .SPECIAL_COLUMN9, .SPECIAL_COLUMN10, .SPECIAL_COLUMN11 {
	text-align:center;
	padding: 5px;
}

.SPECIAL_LINE_A0, .ORDINARY_CELL_A1  { background: white; font-weight:normal; color:black; padding:5px;}
.SPECIAL_LINE_B0, .ORDINARY_CELL_B1 { background: none; font-weight:normal; color:black; padding: 5px;}

.CATEGORYTABLE label:hover,
.ORDINARY_CELL_A1:hover, 
.ORDINARY_CELL_B1:hover, 
.SPECIAL_CELL1:hover { 
background: #DADADA!important;
cursor: pointer;
	}
	
.LIGNE {padding: 5px;padding-left: 0px;}


.err, .ERREUR {
	color: #a94442;
}

.CATEGORYTABLE tr td {padding: 1px;vertical-align: middle;}
.CATEGORYTABLE tr td:nth-of-type(1) {display:none;}
.REPONSE > label {
        display: inline-block;
        max-width: 100%;
        cursor: pointer;
        vertical-align: middle;
}
.team2-table{
	width: 40%;
	margin-bottom: 20px;
}
.team2-col-m{
	width: 10px;
}
.team2-col{
	width: 200px !important;;


}
.NUMBOX{
	width: 50px !important;
	font-size: 1em;
}

@media only screen and (max-device-width: 767px) {
    table.MATRICE, table.MATRICE2, table.MATRICE3, div#BUTTON_TABLE > div > table.BOUTONS {width:100%;}
    th.SPECIAL_LINE_A0, th.SPECIAL_LINE_B0, td.ORDINARY_CELL_A1, td.ORDINARY_CELL_B1 {display:block;}
    th.SPECIAL_LINE_A0, th.SPECIAL_LINE_B0 {background-color:#CCCCCC;}
    th.SPECIAL_LINE_A0, th.SPECIAL_LINE_B0 {height:auto; /*65px;*/}
    span.LIGNE {font-weight:600;}
    /*th.SPECIAL_LINE_A0, th.SPECIAL_LINE_B0,*/ td.ORDINARY_CELL_A1, td.ORDINARY_CELL_B1 {text-align:center!important;}
    
  /* calcul buttons */
input[name^="_bouton_calcule"] {/*font-size: 14px;*/ color:white!important;box-shadow:0 0 0 transparent;}  

#spanarrow {
font-size: 1.6em;
}

/* upload button */
input[name^="_upload_filename"] {font-size: 1em;box-shadow:0 0 0 transparent;} 

/* language buttons */
input[name="_langue"] {font-size: 1em;box-shadow:0 0 0 transparent;}

#spanarrow {
font-size: 1.2em;
}

}

@media only screen and (min-device-width: 768px) {
td.ORDINARY_CELL_A1, td.ORDINARY_CELL_B1{
    height:50px;
}
}

.SPECIAL_COLUMN0  {vertical-align:bottom !important;background-color:#EEEFEF;border-bottom:1px solid #CCCCCC;padding:10px;}
.SPECIAL_COLUMN1  {vertical-align:bottom !important;background-color:#EEEFEF;border-bottom:1px solid #CCCCCC;padding:10px;}


.ORDINARY_CELL_A1 .REPONSE label {display:none;}

.ORDINARY_CELL_B1 .REPONSE label {display:none;}


@media only screen and (max-width: 767px) {
	.LOGO_SPAN {
		display: inline-block;
		width:100%;
		text-align:center;
		}
		
	.LANG_SPAN {
		display: none;
		}
		
	.SPECIAL_COLUMN1 {display:none;}

	#FOOT_SECTION {font-size: 14px;}

	.THERMOMETRE {display:none;}

	.ORDINARY_CELL_A1 .REPONSE label {display:inline-block;width:100%;}

	.ORDINARY_CELL_B1 .REPONSE label {display:inline-block;width:100%;}

	.COLONNE {display:none;}

	table[cellpadding="3"] td {display:block;text-align:left;min-width:50px;}

	table[cellpadding="3"] th {vertical-align:top !important;}

	label {
		display:inline-block;
		width:auto;
		min-width:90px;
		}

	label:hover {background-color: #DADADA;}

	.DROPDOWN {max-width:300px;}

	.TEXTBOX {max-width:300px!important;}
	.MATRICE3 td:nth-child(odd) {background-color:#f0f0f0;}
		.MATRICE3 td:nth-child(odd)  {background-color:#f0f0f0;}
}
	

 @media only screen and (max-width: 416px) {
	

.DROPDOWN {max-width:200px!important;}

.DROPDOWN:not([id]) {    
    display: block;
    font-size: 14px!important;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.6;
    padding: .6em 1.4em .5em .8em;
    max-width: 200px!important; 
    }

	.TEXTBOX {max-width:240px!important;}


	.ORDINARY_CELL_A1 .REPONSE label {width:100%;}

	.ORDINARY_CELL_B1 .REPONSE label {width:100%;}


	.SPECIAL_COLUMN1 {display:none;}
	.MATRICE3 td:nth-child(odd) {background-color:#f0f0f0;}
	.MATRICE3 td:nth-child(odd)  {background-color:#f0f0f0;}
	.SLIDERTEXT{width: 30%;padding: 5em 0em 0em 3em;}
	.team2-table{
		width: 100%;
		margin-bottom: 20px;
	}
}
	
 @media only screen and (max-width: 379px) {
         .TEXTBOX {max-width:180px!important;}
     
   .DROPDOWN:not([id]) {    
    display: block;
    font-size: 12px!important;
    font-weight: 700;
    color: #444;
    line-height: 1.6;
    padding: .6em 1.4em .5em .8em;
    max-width: 170px!important; 
    }   
	thead{display: none;}
     .MATRICE3 td:nth-child(odd) {background-color:#f0f0f0;}
	.MATRICE3 td:nth-child(odd)  {background-color:#f0f0f0;}
	.SLIDERTEXT{width: 30%;padding: 5em 0em 0em 3em;}
	.team2-table{
		width: 100%;
		margin-bottom: 20px;
	}
}

/* column widths */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Create five equal columns that float next to each other */
.column {
  float: left;
  width: 16.66%;
  padding: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  padding: 5px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
	thead{display: none;}
	.MATRICE3 td:nth-child(odd) {background-color:#f0f0f0;}
	.MATRICE3 td:nth-child(odd)  {background-color:#f0f0f0;}
	.team2-table{
		width: 100%;
		margin-bottom: 20px;
	}
	.team2-table{
		width: 100%;
		margin-bottom: 20px;
	}
}

#HEAD_SECTION {
text-align: left;
padding: 1em;
}


@media screen and (max-width: 500px) {
  .SLIDERQUESTION{
	display: grid;
	grid-template-areas: 
		'txt txt'
		'box scale';
	}
	.SLIDERQUESTION >p{
		grid-area: txt;
	}
	.SLIDERTEXT{
		grid-area: box;
	}
	.SLIDERSCALE{
		grid-area: scale;
	}
	thead{display: none;}
	.MATRICE3 td:nth-child(odd) {background-color:#f0f0f0;}
	.MATRICE3 td:nth-child(odd)  {background-color:#f0f0f0;}
	.SLIDERTEXT{width: 30%;padding: 5em 0em 0em 3em;}
	.team2-table{
		width: 100%;
		margin-bottom: 20px;
	}
}
/* adds some breathing room between the grids and the boutons table*/
/*table.BOUTONS {padding-top:3rem!important;}*/

/* LABELS FOR BILATERAL QUESTIONS */
label[for="H1L:777"], label[for="H2R:777"], label[for="H2L:777"], label[for="H2R:777"], label[for="H3L:777"], label[for="H3R:777"], label[for="H6L:777"], label[for="H6R:777"], label[for="H8L:777"], label[for="H8R:777"],
label[for="H9L:777"], label[for="H9R:777"], label[for="H10L:777"], label[for="H10R:777"], label[for="H11R:777"], label[for="H12L:777"], label[for="H12R:777"] {position:relative;left:-2rem;font-weight:bold;text-transform:uppercase;}