
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #1b7997;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #6c6c6c
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #454445;
}

p, ol, ul
{
	margin-top: 0;
}

ol, ul
{
	padding: 0;
	list-style: none;
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #95b6bf;
}

a:hover
{
	text-decoration: none;
}

.container
{
	margin: 0px auto;
	width: 90%;
}
/*1200px
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
{
	display: inline-block;
}

.image img
{
	display: block;
	width: 100%;
}

.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img
{
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1
{
	margin: 0;
	padding: 0em 0em 0em 0em;
	overflow: hidden;
	list-style: none;
	color: #6c6c6c
}

ul.style1 li
{
	overflow: hidden;
	display: block;
	padding: 2.80em 0em;
	border-top: 1px solid #D1CFCE;
}

ul.style1 li:first-child
{
	padding-top: 0;
	border-top: none;
}

ul.style1 .image-left
{
	margin-bottom: 0;
}

ul.style1 h3
{
	padding: 1.2em 0em 1em 0em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

ul.style1 a
{
	text-decoration: none;
	color: #525252;
}

ul.style1 a:hover
{
	text-decoration: underline;
	color: #525252;
}

ul.style2
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style2 li
{
	border-top: solid 1px #E5E5E5;
	padding: 0.80em 0 0.80em 0;
	font-family: 0.80em;
}

ul.style2 li:before
{
	display: inline-block;
	padding: 4px;
	background: #DB3256;
}

ul.style2 a
{
	display: inline-block;
	margin-left: 1em;
}

ul.style2 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style2 .icon
{
	color: #FFF;
}

ul.style3
{
	margin: 0;
	padding-top: 1em;
	list-style: none;
}

ul.style3 li
{
	border-top: solid 1px rgba(255,255,255,.2);
	padding: 1em 0 1em 0;
	font-family: 0.80em;
}

ul.style3 li:before
{
	display: inline-block;
	padding: 4px;
	background: #FFF;
}

ul.style3 a
{
	display: inline-block;
	margin-left: 1em;
	font-size: 1em !important;
	color: #FFF;
}

ul.style3 li:first-child
{
	border-top: 0;
	padding-top: 0;
}

ul.style3 .icon
{
	color: #DB3256;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
{
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li
{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1em;
}

ul.contact li span
{
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a
{
	color: #FFF;
}

ul.contact li a:before
{
	display: inline-block;
	background: #3f3f3f;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}

ul.contact li a.icon-twitter:before
{
	background: #2DAAE4;
}

ul.contact li a.icon-facebook:before
{
	background: #39599F;
}

ul.contact li a.icon-dribbble:before
{
	background: #C4376B;
}

ul.contact li a.icon-tumblr:before
{
	background: #31516A;
}

ul.contact li a.icon-rss:before
{
	background: #F2600B;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
{
	display: inline-block;
	padding: 1.3em 3em;
	background: #1b7997;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	color: #FFF;
	border-radius: 25px;
}

.button:hover
{
}

.button:active
{
}

.button-big
{
	padding: 1.6em 4em;
	font-size: 1.4em;
	font-weight: 900;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
{
	margin-bottom: 3em;
}

.title h2
{
	font-weight: 400;
	font-size: 2.8em;
	color: #323232;
}

.title .byline
{
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	color: #6F6F6F;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
	
#header-wrapper
{
	background: #FFF;

}

#header
{
	position: relative;
	min-height: 100px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	position: absolute;
	top: 2em;
	left: 0;
	text-align: right;
	margin:auto;
	/*width:40%;*/
	min-width:300px;
	overflow: clip
	
}

#logo h1
{
	display: inline-block;
	text-align: right;
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	color: #2C383B;
	padding-right: 0.50em;
	border-right: 1px solid rgba(0,0,0,.3);
}

#logo span
{
	position: absolute;
	top: 1.4em;
	display: inline-block;
	padding-left: 1.50em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
}

#logo a
{
	text-decoration: none;
	color: #2C383B;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu
{
	position: absolute;
	right: 0;
	top: 1em;
	width:60%;
	
	margin:0 0 0 0%;
	
}

#menu ul
{
	display: inline-block;
	margin:0 0 0 10%;
}

#menu li
{
	display: block;
	float: left;
	text-align: center;
	line-height: 60px;
}



@media (max-width: 1400px) {

#menu 
{
	display: none;
	margin-left: 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 0.75em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
	background: #ECECEC;
}
}

@media (max-width: 1840px) and (min-width: 1400px) {

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 0.75em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
	background: #ECECEC;
}
}

@media (min-width: 1840px) {

#menu li a, #menu li span
{
	display: inline-block;
	margin-left: 1px;
	padding: 0em 1.5em;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	outline: 0;
	color: #212121;
	background: #ECECEC;
}
}

#menu li:hover a, #menu li.active a, #menu li.active span
{
}

#menu .current_page_item a
/*background: origine : #2a8ce2  test orange: #e2462a*/
{
	background: #2a8ce2;  
	color: #FFF;
}

#menu .icon
{
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
	
	#banner-wrapper
{
	overflow: hidden;
	padding: 3em 0em;
	background: #2a8ce2;
}

#banner
{
	overflow: hidden;
	width: 60%;
	padding: 0px 100px;
	text-align: center;
	color: rgba(255,255,255,.7);
}

#banner a
{
	color: rgba(255,255,255,.9);
}

#banner .box-left
{
	float: left;
}

#banner .box-right
{
	float: right;
}

#banner h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 3em;
	color: #555555;
}

#banner span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#wrapper
{
	background: #FFF;

}

#page
{
	overflow: hidden;
	padding: 6em 0em;
	border-bottom: 2px solid #E3E3E3;
	text-align: center;
}

#page .button
{
	margin-top: 2em;
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content
{
	padding: 0em 7em;
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
{
	float: right;
	width: 450px;
}

#stwo-col
{
	margin-top: 2em;
}

#stwo-col h2
{
	display: block;
	padding-bottom: 1.5em;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 600;
	color: #454445;
}

#stwo-col .sbox1
{
	float: left;
	width: 210px;
}

#stwo-col .sbox2
{
	float: right;
	width: 210px;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright
{
	overflow: hidden;
	padding: 0.1em 0em;
	border-top: 1px solid rgba(255,255,255,0.08);
}

#copyright p
{
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.3);
}

#copyright a
{
	text-decoration: none;
	color: rgba(255,255,255,0.6);
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured-wrapper
{
	overflow: hidden;
	padding: 6em 0em;
	background: #383838;
	text-align: center;
	display: flex;
	

	
    
}

#featured
{
	overflow: hidden;
	
	max-width:1200px;
	
	
	
    
}
/*justify-content:space-between;display: flex;*/

#featured .major
{
	overflow: hidden;
	margin-bottom: 3em;
	padding-bottom: 2em;
	border-bottom: 1px solid #E8E8E8;
}

#featured .major h2
{
	font-size: 3em;
}

#featured .major .byline
{
	font-size: 1.3em;
}

#featured .title
{
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

#featured .title h2
{
	font-size: 1.2em;
}

#featured h2
{
	text-align: center;
	color: #FFF;
}

#featured .icon
{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #2a8ce2;
	margin: 0px auto 20px auto;
	line-height:  100px;
	font-size: 3em;
	text-align: center;
	color: #FFF;
}

.column1,  .column2,  .column3,  .column4
{
	width: 282px;
	height:360px;
	margin:auto;
	float: left;
	
}
/*margin-right: 24px; 
*/
.column1,  .column2
{
	
	
	
}

.column3
{
	
	
}

.column4
{
	
	
}

.title {
	min-height: 60px;
}


	#header-featured
	{
		height: 30em;
		background-image: url(../images/banner_origin.jpg);
		background-position: center;
		background-size: cover;
	}


#slider-wrapper
{
	padding: 6em 0em;
	background: #DB3256;

}

#slider
{
	margin: 0em auto 0em auto;
	width: 1200px;
	position: relative;
}

#slider .button
{
}

#slider .button:hover
{
}

#slider .viewer
{
	width: 1000px;
	height: 375px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 375px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 1000px;
	height: 375px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 130px;
	left: 0;
	width: 1200px;
	height: 80px;
	line-height: 80px;
	background: #111111;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.25em;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 210px;
	left: 0;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	background: #0074C6;
	text-align: center;
	opacity: 0.85;
	font-weight: normal;
	color: #ffffff;
	font-size: 1.1em;
}

#slider .icon
{
	font-size: 4em;
	color: #FFF;
}

#slider .previous-button
{
	position: absolute;
	top: 150px;
	left: 0;
}

#slider .next-button
{
	position: absolute;
	top: 150px;
	right: 0;
}

#slider .indicator
{
	margin: 30px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}


/********************************************************************************
/* Content                                                                        */
/*********************************************************************************/

#content_page
{
	
	overflow: clip;
	margin: 0% auto 0% auto;
	padding: 0% 10% 10% 10%;

	text-align: left;
	background: #FFF;
}

#content_page p
{
	color: #2C383B;
}

/********************************************************************************
/* Footer                                                                        */
/*********************************************************************************/


#footer-wrapper
{
	overflow: hidden;
	padding: 6em 0em;
	background: #383838;
	text-align: center;
}

#footer
{
	overflow: hidden;
	max-width:1200px;
}


#footer .title h2
{
	font-size: 1.6em;
	font-weight: 300;
	color: #FFF;
}

#footer .title .byline
{
	display: block;
	padding-top: 1em;
	text-transform: uppercase;
	font-size: 0.80em;
	color: rgba(255,255,255,0.5);
}

#footer .button
{
	margin-top: 2em;
}

#extra
{
	overflow: hidden;
	margin: 0em auto 0em auto;
	padding: 5em 0em 5em 0em;
	text-align: center;
}

#extra h2
{
	margin: 0em;
	padding: 0em;
	font-weight: 400;
	font-size: 2.4em;
	color: #555555;
}

#extra span
{
	display: block;
	padding-top: 0.20em;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #A2A2A2;
}


#extra .button
{
	margin-top: 2em;
}

#extra2
{
	overflow: hidden;
	padding-bottom: 5em;
}

#extra2 .button
{
	margin-top: 2em;
}

#extra2 .title h2
{
	font-size: 2em;
}

#extra2 .title .byline
{
	font-size: 0.80em;
}

#extra2 #ebox1,
#extra2 #ebox2
{
	width: 560px;
}

#extra2  #ebox1
{
	float: left;
}

#extra2 #ebox2
{
	float: right;
}

table  {
  border: 1px solid black;
  border-collapse: collapse;
  border-radius: 5px;
}

th {
  background-color: #2f4a52;
  color: white;
}

tr {
  border: 1px solid black;
  border-collapse: collapse;
}
tr:nth-child(even) {background: #e9f6fa}
tr:nth-child(odd) {background: #daf2f9}

/*
.radio{
	border: none;
  overflow: hidden;
  height: 150px;
  appearance: none;
  align-items: flex-start;
	}

.radio::-moz-focus-inner {
  border: 0;
}

.radio:focus {
  outline: none;
}

.radio option{
  width: 60px;
  font-size: 1.2em;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  border:rgb(204, 204, 0) solid 1px;
  border-radius: 5px;
  color: rgb(204, 204, 0);
}


#id_work_days{
  width: 150px;
  border: none;
  overflow: hidden;
}
#id_work_days::-moz-focus-inner {
  border: 0;
}
#id_work_days:focus {
  outline: none;
}
#id_work_days option{
  width: 60px;
  font-size: 1.2em;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
  border:rgb(204, 204, 0) solid 1px;
  border-radius: 5px;
  color: rgb(204, 204, 0);
}
*/

.radio {
	color:black;
}
.radio label{
	
	
	display: inline-block;
  	padding: 7px;
  	color: black;
  	
  	border: 2px solid grey;
  	text-align: center;
  	
  	border-radius: 3px;
  	background-color: white;
  	
  	width:100%;
  	height:80%;
  	cursor:pointer;
	  	

}

.radio ul{
	margin: 5px;
}



.radio input{
	display: none;
}

/*
.radio input:checked + label {
  background-color: #bbd2e1;
  color: #171878;
  border-color: #2196F3;
}*/


.radio input:checked + label { /*Not functionnal. Style is updated by the javascript*/
  background-color: #FEB8BB;
  color: #171878;
  border-color: #B30008;
}


span{
	color: black;
}

.checkbox span{
	
	display: inline-block;
  	padding: 7px;
  	color: black;
  	
  	border: 2px solid grey;
  	text-align: center;
  	
  	border-radius: 3px;
  	background-color: white;
  	
  	width: 80%;
  	height:80%;

  	cursor:pointer;

	
  	
}

.checkbox label{
	cursor:pointer;
}

.checkbox input[type="checkbox"]{
	display: none;
}
/*
.checkbox input[type="checkbox"]:checked + span {
  background-color: #bbd2e1;
  color: #171878;
  border-color: #2196F3;
}*/




.checkbox input[type="checkbox"]:checked + span {
  background-color: #FEB8BB;
  color: #171878;
  border-color: #B30008;
}

/*
input[type= checkbox], input[type= radio] {
	width: 20px;
	height: 20px;
}

input[type= text], input[type= number]{
	font-size:16px;
}

input[type= checkbox]:checked  {
    background-color: #2196F3;
}

input[type= radio]:checked  {
    background-color: #2196F3;
}
*/

@media (min-width: 1400px) {
	#menuMobile 
{
	display: none;
}
#myLinks
{
	display: none;
	 padding: 0px;
  padding-top: 0px;
  height: 0px;
  margin-bottom: 0px;
}

#myLinks ul
{
	display: none;
}

#myLinks a
{
	display: none;
}
}


@media (max-width: 1400px) {




#menuMobile
{
  display: block;
  position: absolute;
  top: 50px;
  right: 5%;
  
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuMobile input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;

  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuMobile span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #323232;
  border-radius: 3px;

  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuMobile span:first-child
{
  transform-origin: 0% 0%;
}

#menuMobile span:nth-last-child(1)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuMobile input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuMobile input:checked ~ span:nth-last-child(2)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuMobile input:checked ~ span:nth-last-child(1)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menuMobile input:checked ~ ul
{
  transform: none;
}

#myLinks
{
  position: relative;
  /*width: 500px;*/
  margin: 0px 0 0 0px;
  padding: 50px;
  padding-top: 50px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  /*transform-origin: 0% -100%;
  transform: translate(-100%, 0);
  transform: translate(0%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
}


#myLinks {
  display: none;
  z-index: 4;
}

#myLinks a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}



#myLinks li {
	border-top: solid;
	border-color:black;
	border-width: 1px;
}

#myLinks li:hover {
  background-color: #bbd2e1
}

}



#table_list td {
	
	padding: 10px 20px 10px 20px;
	background: #E0FFFF;
	border-color: #E0FFFF;
}

#table_list tr {
	
	
	border-color: #E0FFFF;
}

.appBtn td {
	width: 80%;
	padding: 0px 0px 0px 0px;
}

.appBtn a {
	display: inline-block;
	margin-left: 0px;
	margin-right: 00px;
	width: 100%;
	

	padding: 50px 10px 50px 10px;
	letter-spacing: 0.10em;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	outline: 0;
	color: #E5E4E2;
	background: #0020C2;
}



.neurodoc table th {text-align: center;}

.neurodoc table {font-size: 10px;}


#login
	{
		height: 90%;
		background-image: url(../images/DiapoMT180.jpg);
		background-position: center;
		background-size: cover;

	}

#login-band
	{
		
		height: 17%;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		min-height: 200px;
    top: 41%;
    width:  100%;
 	}

#login-form
{
	padding-top: 1%;
	margin:  auto;
	width: 15%;
	min-width: 170px;
	text-align: center;
}

#login-form label {
	color: white;
}

#login-form p {
	color: white;
}

#login-form input {
	background-color:  rgba(0, 0, 0, 0.25);
	color: white;
}

#login-form button {
	background-color:  rgba(0, 0, 0, 0.25);
	color: white;
}

#signup
	{
		height: 90%;
		background-image: url(../images/DiapoMT180.jpg);
		background-position: center;
		background-size: cover;
		min-height: 960px;

	}

#signup-band
	{
		
		height: 80%;
		background-color: rgba(0, 0, 0, 0.5);
		position: relative;
		top: 10%;
    min-height: 770px;
    width:  100%;
 	}

#signup-form
{
	padding-top: 1%;
	margin:  auto;
	width: 30%;
	min-width: 407px;
	min-height: 770px;
	
}

#signup-form label {
	color: white;
}

#signup-form p {
	color: white;
}

#signup-form small {
	color: white;
}

#signup-form input {
	background-color:  rgba(0, 0, 0, 0.25);
	color: white;
}

#signup-form button {
	background-color:  rgba(0, 0, 0, 0.25);
	color: white;
}

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


#table-EpsaSep td {
	min-width: 100px;
	text-align: center;
	padding: 10px;
	color:  black;
}

  

.guiSectionDefault {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #2f697d;
	padding: 10px 10px 10px 10px;
	min-height: 40px;

}


.guiSectionOK {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #70e589;
	background: #BDE9C7;
	padding: 10px 10px 10px 10px; 
	min-height: 40px;
}

.guiSectionRct {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #e5e570;
	background: #E4E4B2;
	padding: 10px 10px 10px 10px;
	min-height: 40px;
}

.guiSectionCI {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #e57770;
	background: #F9A197;
	padding: 10px 10px 10px 10px;
	min-height: 40px;
}


.guiSectionOK_old {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #70e589;
	background: #70e589;
	padding: 10px 10px 10px 10px; 
	min-height: 40px;
}

.guiSectionRct_old {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #e5e570;
	background: #e5e570;
	padding: 10px 10px 10px 10px;
	min-height: 40px;
}

.guiSectionCI_old {
	border-radius: 10px; 
	box-shadow:  2px 2px 0.5em #e57770;
	background: #e57770;
	padding: 10px 10px 10px 10px;
	min-height: 40px;
}



 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.collapsibleContent {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
} 


