@font-face {
    font-family: 'Cambria';
    src: url('../font/Cambria.eot');
    src: url('../font/Cambria.eot?#iefix') format('embedded-opentype'),
        url('../font/Cambria.woff2') format('woff2'),
        url('../font/Cambria.woff') format('woff'),
        url('../font/Cambria.ttf') format('truetype'),
        url('../font/Cambria.svg#Cambria') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'AmericanTypewriter';
  src: url('../font/AmericanTypewriter.eot');
  src: url('../font/AmericanTypewriter.eot?#iefix') format('embedded-opentype'),
		url('../font/AmericanTypewriter.woff2') format('woff2'),url('AmericanTypewriter.woff') format('woff'),
		url('../font/AmericanTypewriter.ttf') format('truetype'),
		url('../font/AmericanTypewriter.svg#AmericanTypewriter') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmericanTypewriterBold';
  src: url('../font/AmericanTypewriterBold.eot');
  src: url('../font/AmericanTypewriterBold.woff2') format('woff2'),
       url('../font/AmericanTypewriterBold.eot?#iefix') format('embedded-opentype'),
	   url('../font/AmericanTypewriterBold.woff') format('woff'),
       url('../font/AmericanTypewriterBold.ttf') format('truetype'),
       url('../font/AmericanTypewriterBold.svg#AmericanTypewriterBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url('../font/AEH.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html
{
	height: 100%;
	min-height: 100%;
}

body {
	//font-size: 1rem;
	font-size: 100%;
	line-height: 1.3rem;
	//font-family: Cambria, Helvetica,  Arial, sans-serif;
	font-family: Helvetica;
	color: #050d37;
	margin: 0px;
	padding: 0px;
	min-width: 360px;
	text-align: left;
	min-height: 100% ;
	background-image: repeating-linear-gradient(
	  -45deg, 
	  #fff,
	  #fff 2px,
	  rgba(0,0,0,0.5) 2px,
	  rgba(0,0,0,0.5) 4px
	);	
	
}
#bodywrap
{
	background: linear-gradient(to right, rgba(255,255,255,0.98), rgba(220,220,220,0.95) 9%, #fff 10%, #fff 90%, rgba(220,220,220,0.95) 91%, rgba(255,255,255,0.98));
}

#bodycontent{
	width:70%;
	margin: 0 auto;
	background-color:#fff;
	min-height: 100%;
	min-height: 100vh;
	padding-bottom: 40px;
	position: relative;
}

header, footer, article, section, nav, menu, hgroup 
{  
	display: block; 
}

.titleboxcenter {
	font-size: 1.4rem;
	font-weight: bold;
	color:white;
	text-align: center;
	padding: 10px 15px;
	background-color: #030459;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	line-height: 1.5;
	margin: 0px auto 0 auto;
}

.titleboxcenterblack {
	font-size: 1.4rem;
	font-weight: bold;
	color:white;
	text-align: center;
	padding: 10px 15px;
	background-color: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	line-height: 1.5;
	margin: 20px auto 20px auto;
}

h1, h2, h3, h4
{
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	font-family: Avenir;
}

h1{
	padding-top: 0px;
	padding-bottom: 30px;
	/*margin-bottom: -10px;*/
	line-height: 40px;
	background: url(../imgs/bgTitle.png) no-repeat left bottom;
	font-size: 2.2rem; 
}

h2{
	font-size: 1.5rem;
    margin-left: 0;
    margin-bottom: .9rem;
	line-height: 1.5rem;
}
h3{
	color: #000000;
	font-size: 1.5rem;
	line-height: 1.7rem;
}
h4{
	font-size: 1.2rem;
	line-height: 1.4rem;
}

p
{
	margin-bottom: 0px;
    margin-top: 5px;
}

b
{
	color: #000000;
}

img
{
	margin: 1rem 0;
}

img.size-full
{
	width: 98%;
	height: auto;
	margin: 1rem auto;
}

img.imgcenter
{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.size-full-with-max-compare
{
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555;
}

img.patent
{
	width: 45%;
	vertical-align: text-top;
}

i
{
	width: 20px;
	height: 20px;
	display: inline-block;
}

.txtcenter
{
	text-align: center;
}
/********************************************************************************************************

header

*********************************************************************************************************/

.header1 {
	/*width:90%;*/
	/*height:130px;*/
	margin:0 auto;
	position: relative;
	background: url(../imgs/bgHeaderAFM1.png) no-repeat left;
	background-size: 102% 102%;
	display: flex;
	justify-content: space-between;
}

.header2 {
	/*width:90%;*/
	/*height:130px;*/
	margin:0 auto;
	position: relative;
	background: url(../imgs/bgHeaderAFM2.png) no-repeat left;
	background-size: 102% 102%;
	display: flex;
	justify-content: space-between;
}

#bgHeader
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	background: url(../imgs/bgHeader.png) no-repeat center;
	background-size: 102% 102%;
	opacity: 0.8;
	z-index: -1;
}



#logo  {
	/*width: calc(100% - 200px);*/
	height:130px;
	text-align: left;
	vertical-align: top;
	margin-left: 2%;
}

#logo svg
{
	height: 90px;
    margin-top: 15px;
}

#logoDes
{
	display: inline-block;
	height:130px;
	width: 200px;
	font-family: 'AmericanTypewriterBold', 'AmericanTypewriter', Helvetica,  Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	color: #000;
	padding: 15px 0 15px 5px;
    letter-spacing: 2px;
	vertical-align: top;
}

#usermenu
{
	width: 200px;
	max-width: 200px;
	height: 130px;
	padding-top: 2px;
	text-align: right;
	margin-left:auto; 
	margin-right:6px;
}

#usermenuExample
{
	width: 200px;
	max-width: 200px;
	height: 70px;
	padding-top: 2px;
	text-align: right;
}

#usermenu i#login
{
	display: block;
	width: 30px;
	margin: 5px auto;
}

#flags
{
	width: 115px;
	height: auto;
	padding-top: 2px;
	margin-left:auto; 
	margin-right:0;
}

.langicon
{
	margin-left:auto;
	margin-right:2px;
	margin-bottom:14px;
	margin-top:1px;
}

.profile .loginform
{
	width: 98%;
    margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
    flex: 1;
    flex-wrap: wrap;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #333;
}

#profile_icon
{
	display: block;
	width: 18px;
	margin: 0px auto;
	color: #ccc;
	flex: 1 15px;
    height: 32px;
    padding: 6px;
}

.profile #username
{
	width: 100%;
	height: 32px;
    text-align: center;
    color: #fff;
    font-family: 'Cambria','AmericanTypewriterBold','AmericanTypewriter', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;	
	flex: 5;
}

.profile #username #ln
{
    font-weight: 700;
    letter-spacing: 1px;
}
.profile #logoutsubmitbtn
{
	/*flex: 1 100%;*/
	/*margin: 5px 0 0 0;*/
	height: 100%;
	margin: 0px;
}

.errormsg
{
	color: #ff0000;
	text-align: center;
    margin: 10px 0;
    background-color: #f5f5f5;
    padding: 5px;
    border: 1px solid #ddd;
	font-family: 'AmericanTypewriter', Helvetica,  Arial, sans-serif;
	font-size: 18px;
    line-height: 28px;
}

.errormsg i
{
	width: 30px;
    height: 30px;
    display: block;
    margin: 3px auto 10px;
}

#page_login form.loginform 
{
	max-width: 300px;
    margin: 350px auto;
}

form.loginform  .input-group, #loginsubmitbtn>span, #logoutsubmitbtn>span {
	display: flex;
}

#loginsubmitbtn, #logoutsubmitbtn {	
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 60px; 
	overflow: hidden;
	
	background: rgba(0,0,0,.55);
	padding: 0px;
	margin:  0;
	border: 1px solid rgba(0,0,0,.55);
}

#loginsubmitbtn_loginpage {	
	display: block;
	position: absolute;
	right: 0;
	top: 26px;
	width: 30px;
	height: 60px; 
	overflow: hidden;	
	background: rgba(0,0,0,.55);
	padding: 0px;
	margin:  0;
	border: 1px solid rgba(0,0,0,.55);
}

.loginform
{
	position: relative;
	padding-right: 30px;
}

#loginsubmitbtn svg, #logoutsubmitbtn svg
{
	width: 20px;
    height: 20px;
    /*margin: 1px 15px 1px 2px;*/
	margin: auto;
}
#loginsubmitbtn .txt, #logoutsubmitbtn .txt
{
    margin: auto;
}

form.loginform  .input-group .input-group-addon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: rgba(0,0,0,.25);
    border: 1px solid rgba(0,0,0,.15);
}
form.loginform  .input-group .input-group-addon svg {
    width: 14px;
    height: 14px;
    margin: 7px;
}

form.loginform .input-group input {
    border: 1px solid rgba(0,0,0,.15);
    height: 30px;
    display: inline-block;
	width: calc(100% - 30px);
	padding: 2px 4px;
}
/********************************************************************************************************

navigation

*********************************************************************************************************/



nav#topmenuNav{
	
	height: 50px;
	max-height: 50px;
	width: 90%;
	margin: 0 auto;
	background-image: repeating-linear-gradient(
	  -45deg, 
	  #fff,
	  #fff 2px,
	  rgba(0,0,0,0.1) 2px,
	  rgba(0,0,0,0.1) 4px
	);
}

#topmenuNav-wrap
{
	background: rgba(240,240,240,0.75);
	border-top: 1px solid #414141;
    border-bottom: 1px solid #414141;
}

nav #topmenu{
	
	height: 60px;
	width: 50%;
	margin: 0 3% 0 47%;
	display: flex;
    justify-content: space-between;
	position: relative;
	top: -16px;
	padding: 0;
}

#topmenu .menuitem{
	text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #636363;
	font-family: 'AmericanTypewriterBold', 'AmericanTypewriter', Helvetica,  Arial, sans-serif;
}

#topmenu .menuitem .txt
{
	white-space: nowrap;
	margin-top: 5px;
}

#topmenu .menuitem div.icon
{
	width: 100%;
	height: 32px;
}

#topmenu div.icon i
{
	display: block;
    width: 32px;
    height: 0px;
    margin: 0 auto;
	padding-top: 11px;
    border: transparent solid 2px;
	background-color: transparent;
    //margin-bottom: 6px;
    //padding: 5px;   
}

#topmenu div.icon i svg
{
    height: 18px;
	width: 18px;
	margin: 5px;
	opacity: 1;
	fill: #888888;
}

#topmenu .btnSelected  div.icon i
{
	height: 32px;
	padding-top: 0px;
	background-color: red;
	border: #fff solid 2px;
}
#topmenu .btnSelected  div.icon i svg
{
    height: 18px;
	opacity: 1;
	fill: #ffffff;
}

 

#topmenu .btn:hover i
{
	background-color: red;
	height: 32px;
	padding-top: 0px;
	border: #fff solid 2px;
	-webkit-transition: background-color .2s,border .2s, height .3s, padding .2s;
    -o-transition: background-color .2s,border .2s, height .3s, padding .2s;
    transition: background-color .2s,border .2s, height .3s, padding .3s;

}

#topmenu .btn:hover i svg
{
    height: 18px;
	opacity: 1;
	fill: #ffffff;
	-webkit-transition: opacity .4s ease, height .7s, fill .7s;
    -o-transition: opacity .4s ease, height .7s, fill .7s;
    transition: opacity .4s ease, height .7s, fill .7s;
	
}



#topmenu .btnSelected:after
{
	display: block;
    width: 0;
    height: 0;
    margin: 3px auto 0;
    content: "";
    border-top: 8px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
}
 

/********************************************************************************************************

contenu

*********************************************************************************************************/ 
 
 
#page{
	width: 90%;
	margin: 0 auto;
	padding: 0 3%;
	min-height: calc(100% - 220px);
	background: rgba(255,255,255,1);
 
}

#page-wrap{
	//width: 90%;
	// margin: 50px auto;
	//height: 100%;
	padding-top: 10px;
	padding-left: 10px;
    padding-right: 10px;
}

#page .titre
{
	/*background: url(../imgs/bgTitre4.png) repeat-x right;*/
	/*margin-top: 10px;*/
    margin-bottom: 10px;
}

#page .titrenobackg
{
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

#page .titre>div
{
	background-color: #fff;
    display: inline-block;
    padding-right: 2%;
}
#page h2
{
	color: white;
	background-color: #b51f1f;
	//letter-spacing:3px;
	//text-transform: uppercase;
	-webkit-text-stroke: 1px black;
	//-webkit-text-fill-color: #d7d7d7;
	
	padding: 2px 10px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

.titrecentre
{
	color: white;
	background-color: #b51f1f;
	padding: 5px 5px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	-webkit-text-stroke: 1px black;
	font-size: 1.8rem;
	margin-top: 1.8rem;
	margin-bottom: 2rem;
	margin-right: auto;
	margin-left: auto;
	line-height: 2.1rem;
	font-family: Avenir;
	width: 250px;
	text-align: center;
}

.titrecentrefr
{
	color: white;
	background-color: #b51f1f;
	padding: 5px 5px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	-webkit-text-stroke: 1px black;
	font-size: 1.8rem;
	margin-top: 1.8rem;
	margin-bottom: 2rem;
	margin-right: auto;
	margin-left: auto;
	line-height: 2.1rem;
	font-family: Avenir;
	width: 250px;
	text-align: center;
}

.contentcentre
{
	font-size: 1.1rem;
	line-height: 1.3rem;
	text-align: center;
}

.contentcentrefr
{
	width: 75%;
	margin: 5px auto;
	font-size: 1.1rem;
	line-height: 1.3rem;
}

.contentcentrebold
{
	text-align: center;
	font-weight: bold;
	width: 60%;
	margin-top: .9rem;
	margin-bottom: 1.2rem;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1rem;
}

li
{
	margin: 5px 0 10px;
	
}

#contactForm, #addUserForm
{
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 25px auto;
	padding: 2%;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}

#contactInfo
{
	//position: absolute;
    //bottom: 40px;
	width: 100%;
	//height: 215px;
	margin: 0 auto;
	padding: 20px 70px;
    background-color: #170d2e;
	color: white;
    border: 1px solid #ddd;
}

table.findoutmore
{
	width: 100%;
	margin: 0;
	padding: 5px 20px;
}

#description
{
	padding: 5px 15px;
}

#contactPhone
{
	margin-left: 50px;
}

form .row
{
	display: flex;
	flex-direction: row;
	flex: 1 100%;
	margin: 10px 0;
}

form .row .formLabel
{
	flex: 1;
	min-width: 160px; 
}
form .row .formContent
{
	flex: 3;
	//background-color: #f5f5f5;
    //border: 1px solid rgba(237, 28, 36, 0.5);
	height: 24px;
}

form .row .formContent.txt
{
	background-color: #e5e5e5;
    border: 1px solid #c5c5c5;
    //padding: 1px 5px;
    color: #888;
}

form .row .formContent.pwd
{
	display: flex;
    justify-content: space-between;
}

form .row .formContent.pwd label
{
	width: 150px;
    text-align: right;
    line-height: 26px;
}

form .row .formContent.pwd #cbShowPwd
{
	flex: unset;
    width: 24px;
    vertical-align: top;
}

form .row .formContent.txt>span
{
	margin: 1px 5px;	
}

form .row input, form .row textarea
{
	flex: 3;
	background-color: #f5f5f5;
    border: 1px solid rgba(237, 28, 36, 0.5);
	height: 24px;
	padding: 3px 5px;
	width: 100%;
}
form .row textarea
{
	flex: 3;
	resize: vertical;
	height: 150px;
	font-size: 16px;
    line-height: 21px;
}

form .row button
{
	flex: 3;    
   
    
}

form .row .formLabel label
{
	font-size: 16px;
	//font-weight: 700;
	//letter-spacing: 1px;
	line-height: 24px;
	
}
form .row .formLabel span
{
	margin: 5px 0;
    display: block;
    width: 94%;
    font-style: italic;
    color: #999;
}

button
{
	background: #525456;
	border: 1px solid #333;
	font-size: 16px;
    line-height: 26px;
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
	cursor: pointer;
}

button:hover
{
	background: #6e7073;
}

.alert
{
	width: 390px;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
	font-weight: 700;
    line-height: 40px;
    padding: 10px;
}

.alert-danger
{
	border: 2px dashed #ad0000;
	background-color: #ff2e2e;
    color: #fff;
}

.alert-success
{
	border: 1px dashed #999999;
	background-color: rgba(0, 200, 0, 0.2);
    color: white;
}

.listFlex
{
	background-color: #f9f9f9;
	margin: 5px 0;
}


.listFlex .row
{
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.listFlex .row.listbody:hover
{
	background-color: #ddd;
}

.listFlex .row>.cell
{
	flex: 1;
	padding: 5px;
    background-color: rgba(240,240,240,.5);
    margin: 1px;
	overflow: hidden;
}

.listFlex .row.r1>.cell
{
	background-color: rgba(240,240,240,.7);
}

.listFlex .row .cell.txt
{
	flex: 3;
}
.listFlex .row .cell.txt, .listFlex .row .cell.actions
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-width: 180px;
}

.listFlex .row .cell.name, .listFlex .row .cell.url
{
	flex: 1 30%;
    padding: 0 5px;
}
.listFlex .row .cell.email
{
	//flex: 6;
	flex: 1 70%;
    padding: 0 5px;
}



.listFlex .row .cell.delete, .listFlex .row .cell.edit, .listFlex .row .cell.admin, .listFlex .row .cell.pwd
{
	//flex: 1 50px;
	text-align: center;
	//padding: 0px;
	//min-width: 55px;
	max-width: 26px;
	max-height: 26px;
	padding: 4px 0;
	margin: 0px auto;
	min-width: 24px;
}

.listFlex .row.header .cell
{
	background-color: #666;
    color: #fff;
	font-family: 'AmericanTypewriter', Helvetica,  Arial, sans-serif;
	font-size: 15px;
    line-height: 28px;
}
.listFlex .row .cell.login 
{
	min-width: 80px;
}

.listFlex .row .cell.sep
{
	display: block;
	max-width: 1px;
    padding: .5px;
    margin: 0;
    background-color: #fff;
}

i svg
{
	width: 20px;
	height: 20px;
}
.btnIcon
{
	display: block;
	width: 24px;
	height: 100%;
	fill: #777;
	opacity: .7;
	margin: 0 auto;
}

.btnIcon.roleadmin
{
	fill: #ff0000;
}

.btnIcon i
{
	display: block;
	width: 100%;
	height: 100%;
}

.btnIcon i svg
{
	max-width: 100%;
	max-height: 100%;
}
.btnIcon:hover
{
	opacity: 1;
	fill: #222;
	transition: opacity .2s ease, fill .2s;
}

.btnIcon.desactive
{
	fill: #ddd;
	opacity: 1;
}
.btnIcon.desactive.roleadmin
{
	fill: #ff0000;
	opacity: .3;
}

#navUserList
{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 5px;
	border-top: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
}

#navUserList .navPageItem
{
	display: inline-block;
	width: 30px;
	text-align: center;
	font-family: 'Cambria','AmericanTypewriterBold','AmericanTypewriter', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
}

#navUserList span.navPageItem
{
	font-size: 22px;
	
}


#addUser
{
	text-align: right;
}

#addUser i, .txt.cell i
{
	vertical-align: top;
	fill: #999;
	margin-right: 8px;
}
#addUser a
{
	text-decoration: none;
}

#cbAdmin
{
	flex: unset;
	width: 24px;
    height: 24px;
    margin: 0;
}


/********************************************************************************************************

footer

*********************************************************************************************************/

footer {
	position: absolute;
    bottom: 0;
	width: 100%;
	margin: 0;
	//height:40px;
	background-image: repeating-linear-gradient(
	  -45deg, 
	  #fff,
	  #fff 2px,
	  rgba(0,0,0,0.1) 2px,
	  rgba(0,0,0,0.1) 4px
	);
}
 
 
#footerMenu {
	display:flex;
	justify-content: space-around;
	flex-direction: row;
	width: 100%;
	margin: 0 auto;
	padding: 0 10%;
	height:40px;
	font-size: 0.9em;
	line-height: 40px;
	margin: auto;
	background: rgba(240,240,240,0.75);
	border-top: 1px solid #414141;
}
 
footer .footerItem
{
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}

footer .footerItem:hover
{
	text-decoration: underline;
}

#clear{
 clear: both;
}

#gcbox
{
	width:100%;
	background-color:lightgrey;
	text-align:center;
	padding: 5px 0;
	font-size: small;
}

.gcsubmitbtn {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.gcsubmitbtn:hover {
  background-color: #555555;
  color: white;
}

header,  nav#topmenuNav, #page, footer 
{
	width:100%;
}

#bodywrap {
	background: linear-gradient(to right, rgba(255,255,255,0.98), rgba(220,220,220,0.95) 16%,  rgba(220,220,220,0.95) 84%, rgba(255,255,255,0.98));
}

#bodycontent{
	width:60%;
}

td.collapsable {
	width: 60%;
}

p.historypageInfo {
	font-size:1.1rem;
	font-weight:normal;
	margin: 0.5rem 4rem 0.5rem 4rem;
}

@media screen and (max-width: 4000px) 
{
	iframe.history
	{
		position: relative;
		height: 1410px;
		width: 100%;
	}
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 15px;
	}
	
	.slideNumber {
		font-size: 22px;
	}
	.slideTitle {
		font-size: 32px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 22px;
	}
}

@media screen and (max-width: 1600px) 
{	
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 15px;
	}
	
	.slideNumber {
		font-size: 22px;
	}
	.slideTitle {
		font-size: 32px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 22px;
	}

	ifame.history
	{
		position: relative;
		height: 1410px;
		width: 100%;
	}
	
	#bodywrap {
		background: linear-gradient(to right, rgba(255,255,255,0.98), rgba(220,220,220,0.95) 11%,  rgba(220,220,220,0.95) 89%, rgba(255,255,255,0.98));
	}

	#bodycontent{
		width:80%;
	}
	
	.loginform
	{
		position: relative;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1400px) 
{
	iframe.history
	{
		position: relative;
		height: 1460px;
		width: 100%;
	}
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 15px;
	}
	
	.slideNumber {
		font-size: 22px;
	}
	.slideTitle {
		font-size: 32px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 22px;
	}
}
@media screen and (max-width: 1200px) 
{
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 15px;
	}
	
	.slideNumber {
		font-size: 22px;
	}
	.slideTitle {
		font-size: 32px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 22px;
	}

	iframe.history
	{
		position: relative;
		height: 1475px;
		width: 100%;
	}
	header,  nav#topmenuNav, #page, footer
	{
	}
	footer 
	{
	}
	
	#bodywrap {
		background: linear-gradient(to right, rgba(255,255,255,0.98), rgba(220,220,220,0.95) 6%,  rgba(220,220,220,0.95) 94%, rgba(255,255,255,0.98));
	}

	#bodycontent{
		width:90%;
	}
	header
	{
		height: 110px;
	}
	
	header #logo
	{
		height: 110px;
	}
	
	header #logo svg
	{
		height: 60px;
		margin-top: 20px;
	}
	
	header #logoDes {
		height: 110px;
		width: 170px;
		font-size: 20px;
		line-height: 24px;
		padding: 15px 0 15px 5px;
	}
	
	#usermenu
	{
		width: 180px;
		height: 110px;
		padding-top: 10px;
		
	}
	#loginsubmitbtn, #logoutsubmitbtn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 60px; 
		overflow: hidden;
		
		background: rgba(0,0,0,.55);
		padding: 0px;
		margin:  0;
		border: 1px solid rgba(0,0,0,.55);
	}
	
	#loginsubmitbtn svg, #logoutsubmitbtn svg
	{
		margin: auto;
	}
	nav #topmenu
	{
		width: 60%;
		margin: 0 3% 0 37%;
	}
	
	#page{
		min-height: calc(100% - 198px);
	}
	
	.loginform
	{
		position: relative;
		padding-right: 30px;
	}
}

@media screen and (max-width: 1024px) 
{
	iframe.history
	{
		position: relative;
		height: 1450px;
		width: 100%;
	}
	#topmenu .menuitem{
		font-size: 1rem;
		font-family: 'AmericanTypewriter', Helvetica,  Arial, sans-serif;
		font-weight: 700;
	}
	
	.loginform
	{
		position: relative;
		padding-right: 30px;
	}
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 15px;
	}
	
	.slideNumber {
		font-size: 22px;
	}
	.slideTitle {
		font-size: 32px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 22px;
	}
}

@media screen and (max-width: 800px) 
{
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 4px;
	}
	
	.slideNumber {
		font-size: 12px;
	}
	.slideTitle {
		font-size: 16px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 14px;
	}
	
	iframe.history
	{
		position: relative;
		height: 1480px;
		width: 100%;
	}

	#bodycontent{
		padding-bottom: 70px;
	}

	header #logo
	{
		width: calc(100% - 130px);
	}
	
	header #logo svg
	{
		height: 50px;
		margin-top: 25px;
	}	

	#usermenu
	{
		width: 150px;		
	}
	#loginsubmitbtn, #logoutsubmitbtn {		
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 60px; 
		overflow: hidden;
		
		background: rgba(0,0,0,.55);
		padding: 0px;
		margin:  0;
		border: 1px solid rgba(0,0,0,.55);
	}
	#loginsubmitbtn svg, #logoutsubmitbtn svg
	{
		margin: auto;
	}
	
	nav#topmenuNav{
		height: 28px;
	}
	nav #topmenu
	{
		width: 65%;
		margin: 0 3% 0 32%;
	}
	
	#topmenu .txt
	{
		display: none;
	}
	
	#topmenu .btn i
	{
		background-color: rgba(255,0,0,0.9);
		border: rgba(255,255,255,0.9) solid 2px;
		height: 32px;
	}
	
	#topmenu .btnSelected:after
	{
		margin-top: 5px;
	}
	
	#page{
		
		
		min-height: calc(100% - 178px);
	}
	
	footer
	{
		height: 60px;
		
	}
	
	#footerMenu {
		padding: 0 10px;
		font-size: 0.8em;
		flex-wrap: wrap;
		height: 61px;
		line-height: 30px;
	}
	
	#footerMenu .footerItem
	{
		width: 50%;
	}
	
	.loginform
	{
		position: relative;
		padding-right: 30px;
	}
}

@media screen and (max-width: 760px) 
{
	
	iframe.history
	{
		position: relative;
		height: 1590px;
		width: 100%;
	}
}

@media screen and (max-width: 600px)
{
	
	iframe.history
	{
		position: relative;
		height: 1580px;
		width: 100%;
	}
	p.historypageInfo {
		font-size:1.1rem;
		font-weight:normal;
		margin: 1rem 1rem 0.5rem 1rem;
	}
	td.collapsable {
		display: block;
		width: 100%;
	}
	#bodycontent{
		width:100%;
	}
	body, #bodywrap {
		background: none;
	}
	
	header
	{
		height: 110px;
	}
	
	header #logo
	{
		width: calc(100% - 150px);
		height: 90px;
	}
	
	header #logo svg
	{
		height: 40px;
		margin-top: 20px;
	}
	
	header #logoDes {
		display: none;
	}
	
	#usermenu
	{
		width: 180px;
		padding-top: 2px;
		height: 100px;
	}
	
	.loginform
	{
		position: relative;
		padding-right: 30px;
	}
	
	.profile .loginform
	{
		
	}
	#profile_icon
	{
		width: 15px;
		padding-top: 5px;
		height: 24px;
	}
	
	.profile #username
	{
		line-height: 16px;
		height: 32px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	
	header #loginsubmitbtn, header  #logoutsubmitbtn
	{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 30px;
		height: 60px; 
		overflow: hidden;
		
		background: rgba(0,0,0,.55);
		padding: 0px;
		margin:  0;
		border: 1px solid rgba(0,0,0,.55);
	}
	
	header .profile #logoutsubmitbtn
	{
		height: 100%;
		margin: 0px;
	}
	
	header #loginsubmitbtn .txt, header #logoutsubmitbtn .txt
	{
		display: none;
	}
	
	header #loginsubmitbtn svg, header #logoutsubmitbtn svg
	{
		margin: auto;
	}
	
	
	nav #topmenu
	{
		width: 75%;
		margin: 0 3% 0 22%;
	}
	
	#page{
		min-height: calc(100% - 158px);
	}
	form .row 
	{
		flex-direction: column;
	}
	form .row.nowrap 
	{
		flex-direction: row;
	}
	
	form .row button
	{
		height: 40px;
	}
	
	form .row .formContent.pwd label 
	{
		width: 120px;
	}
	
	.listFlex .row .cell.txt, .listFlex .row .cell.actions
	{
		flex-direction: column;
	}
	.listFlex .row .cell.actions
	{
		max-width: 30px;
		min-width: 30px;
	}
	.listFlex .row.header .cell.actions .cell
	{
		display: none;
	}
	.listFlex .row .cell.name, .listFlex .row .cell.admin, .listFlex .row .cell.edit
	{
	}
	.listFlex .row .cell.sep 
	{
		max-height: 1px;
		max-width: 100%;
	}
	.btnIcon
	{
		width: 16px;
	}
	.listFlex .row .cell.delete, .listFlex .row .cell.edit, .listFlex .row .cell.admin
	{
		max-width: 26px;
		max-height: 26px;
		padding: 4px 0;
		margin: 0px auto;
		min-width: 24px;
	}
	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 4px;
	}
	
	.slideNumber {
		font-size: 12px;
	}
	.slideTitle {
		font-size: 16px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 14px;
	}
}

@media screen and (max-width: 480px)
{
	
	iframe.history
	{
		position: relative;
		height: 1580px;
		width: 100%;
	}
	#bodycontent{
		padding-bottom: 110px;
	}
	
	footer
	{
		height: 100px;
		
	}
	
	#footerMenu {
		height: 101px;
		line-height: 25px;
	}
	
	#footerMenu .footerItem
	{
		width: 100%;
	}

	.tbSlideImg {
		width: 100%;
		color: #f2f2f2;
		position: absolute;
		top: 0;
		padding: 4px;
	}
	
	.slideNumber {
		font-size: 12px;
	}
	.slideTitle {
		font-size: 16px;
		font-weight: bold;
	}
	.slidePeriod {
		text-align: right;
		font-size: 14px;
	}
}

a.contactEmail
{
	color:white;
}

div.findoutmoreLink
{
	height: 25px;
}

iframe.intraday
{
	position: relative;
    height: 1150px;
    width: 100%;
}

.shadowbox
{
	font-size: 14px;
	width: 75%;
	padding: 5px;
	margin: 0 auto;
	background-color: #e6e6e6;
	border: 4px double #000000;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
}

.bluebox
{
	font-size: 17px;
	color:white;
	text-align: center;
	padding: 15px 15px;
	background-color: #030459;
	border-style: solid;
	border-width: 1px;
	border-color: #030459;
	line-height: 1.5;
}

.greenbox
{
	font-size: 17px;
	color:white;
	text-align: center;
	padding: 15px 15px;
	background-color: #288035;
	border-style: solid;
	border-width: 1px;
	border-color: #288035;
	line-height: 1.5;
}

.lightbluebox
{
	display: inline-block;
	margin: 10px auto 50px auto;
	font-size: 17px;
	font-weight: bold;
	color:black;
	text-align: center;
	padding: 2px 10px;
	background-color: rgb(223, 243, 248);
	border-style: solid;
	border-width: 2px;
	border-color: red;
	line-height: 1.5;
	cursor: pointer;
}

.yellowbox
{
	font-size: 15px;
	text-align: center;
	width: 50%;
	padding: 5px 10px;
	margin: 30px auto 70px auto;
	background-color: #fff5d9;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.tablebox
{
	font-size: 15px;
	text-align: center;
	width: 98%;
	padding: 5px 10px;
	margin: 20px auto 20px auto;
}

/* Slideshow css*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width:850px;
  margin:50px auto 0 auto;
  font-weight:normal;
  font-size:1.1rem;
  position: relative;
}

.splide {
  max-width:850px;
  margin:70px auto 70px auto;
  font-weight:normal;
  font-size:1.1rem;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255, 255, 255, 0.712);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}