html {

    font-size: 1em;
    line-height: 1.4;
    background: #777;
}

html, button, input, select, textarea {
    font-family: Aktiv Grotesk, Arial, Sans-serif;
    color: #333;
}

body {
    min-width: 980px;
    max-width: 1440px;
    margin: 0 auto;
    background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

div#canvas
{
    display: block;
}

header[role="banner"] {
    padding: 0 20px;
    background: #fff;
}

header[role="banner"]:before, header[role="banner"]:after {
    content: " ";
    display: table;
}

header[role="banner"]:after {
    clear: both;
}

header[role="banner"].securehead h1 {
    margin-top: 1.37em;
    border-top: 1px solid transparent;
}

header[role="banner"] h1 {
    float: left;
    height: 2.425em;
    margin: 0;
    padding: 0.4825em 0 0.8425em;
    font-size: 1em;
    line-height: 1;
}

header[role="banner"] h1 a {
    display: block;
}

header[role="banner"] li {
    display: inline-block;
    margin: 0;
}

a
{
    color:#3333FF;
    text-decoration:none;
}

nav ul {
    margin: 0;
    padding: 0;
}

.nav-global, .logout button, .nav-global nav a {
    margin-left: 2em;
}

.nav-global a, .nav-global button[role="link"] {
    border-bottom: 1px solid #808080;
    text-decoration: none;
    color: #fff;
}

.nav-global a:hover, .nav-global a:focus, .nav-global button[role="link"]:hover, .nav-global button[role="link"]:focus {
    border-color: #fff;
}

.nav-global {
    margin: 0 -20px;
    padding: 0.3em 20px;
    text-align: right;
    font-size: 0.625em;
    background: #1e32fa;
    color: #fff;
}

.nav-global nav {
    display: inline-block;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

.subsite main {
    position: relative;
}

main {
    padding: 0 20px 60px;
    border-top: 1px solid #c1d1de;
}

.logon, .contact, .trials {
    margin: 0 -20px -60px;
    padding: 1px 20px 60px;
    background: #f8f8f8;
}

.logon_header {
    position: relative;
    margin: 0 -20px 2rem;
    padding-left: 20px;
    border-bottom: 3px solid #1e32fa;
    background-position: 0 33%;
    background-size: cover;
    background-repeat: no-repeat;
}

.logon_header h1 {
    background-color: #1e32fa;
    color: #fff;
    display: inline-block;
    padding: 0.2em 20px 0;
}

main h1 {
    margin: 0.209em 0 0;
    font-size: 3em;
    font-weight: normal;
    color: #1e32fa;
}

.logon h2, .trials h2 {
    font-size: 1.8em;
    font-weight: bold;
}

main h2 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: normal;
    color: #1e32fa;
}

main h4 {
    color: #1e32fa;
}

.logon .launch-login {
    float: right;
    margin: 0px;
    width: 40%;
    padding: 0 1em;
    min-height: 380px;
}

.logon form, .trials form, .contact form {
    width: 55%;
    margin: 1em 0;
}

main form:before, main form:after {
    content: " ";
    display: table;
}

main form:after {
    clear: both;
}

.row {
    display: flex;
}

.logon [class|="field"] label, .trials [class|="field"] label {
    font-weight: bold;
}

[class|="field"] label {
    display: block;
    margin: 0 0 0.5em;
}

.logon .field input[type="text"], .logon .field input[type="number"], .logon .field input[type="password"] {
    border: 1px solid #ccc;
}

.logon .field input[type="text"], .trials .field input[type="text"], .logon .field input[type="number"], .trials .field input[type="number"], .logon .field input[type="password"], .trials .field input[type="password"] {
    margin: 0 0 20px;
    padding: 0.2em 0.5em;
    font-size: 1.5em;
}

[class|="field"] input[type="text"], [class|="field"] input[type="number"], [class|="field"] input[type="password"], [class|="field"] textarea, [class~="field"] select {
    display: inline-block;
    width: 100%;
    height: 2em;
    margin: 0 -0.2em;
    padding: 0.2em;
    border: 1px solid #bbb;
    border-bottom: 3px solid #ff9327;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col {
    padding-right: 10px;
    padding-left: 10px;
}

.col-2 {
    width: 50%;
}

.focus-block {
    display: flex;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fac832;
    align-self: flex-start;
}

.bg-yellow {
    background-color: #fac832!important;
}

.focus-block-inner {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: flex;
}

div.app-content
{
    padding:10px 20px 0 20px;
}

hr
{
    clear:both;
    display:block;
    border:none;
    border-top: 2px solid #1e32fa;
}

main table
{
    margin-left: 40px;
}

div.app-content table td, div.app-content table th
{
    padding:4px 1em 0px 1em;
    text-align:left;
    vertical-align:top;
}











*
{
    font-size:1em;
}

a img 
{
    border:0;
}

a.arrow
{
    background: url('/assets/media/image/site/icons/arrow-up.gif') 0 5px no-repeat;
 	padding: 0 0 0 15px;
}

a.arrow:hover
{
 	color:#00305b; 
}

span.arrow
{
    background: url('/assets/media/image/site/icons/arrow-up.gif') 0 3px no-repeat;
     padding: 0 0 0 15px;
}

span.arrow:hover
{
     color:#00305b; 
}

div.left,
img.left,
a.left,
input.left,
span.left,
h3.left
{
    float:left;
}
div.leftallign
{
    text-align: left;
}

div.right,
img.right,
a.right,
input.right,
span.right
{
    float:right;
}

.clear
{
    clear:both;
}


div#header 
{
    background: url('/assets/media/image/site/backgrounds/header.gif') 0 0 repeat-x;
    height:87px;
    text-align:center;
}

img#printlogo
{
    display:none;
}

div#menu
{
    position:relative;
    margin:0 auto;
    width:974px;    
    height:50px;
    /*background:url('/assets/media/image/admin/admin-menu-bg.jpg') 0 0 repeat-x;*/
    margin-top: 0px;
}

div#menu a
{
    font-weight:bold;
    padding: 0 10px 0 0;
}

div#menu ul 
{
    list-style:none;
    padding: 10px 15px 0 0;
    margin:0px;
}
        
div#menu ul  li 
{
    float:left;
    border-right:1px solid #74beea;
    margin:0 10px 0 0;
    padding:0;
}
        
div#menu ul li.last 
{
    border:none;
}
            
div#menu ul li a 
{
    display:block;
    color:#00427c;
    font-weight:bold;
    text-decoration:none;
    padding:0 10px 0 0;
}
div#menu ul li span 
{
    display:block;
    color:#00427c;
    font-weight:bold;
    text-decoration:none;
    padding:0 15px 0 0;
}

div#menu ul li a:hover,
div#menu ul li a.current
{
    color:#0077c1 !important;
}

img#printlogo
{
    display:none;  
}	
																				/* standard layout */


div#mainwrapper 
{
    background: url('/assets/media/image/site/backgrounds/visual-travellers.png') no-repeat scroll right bottom;
	padding:0;
	position:relative;
	margin:0; 
     
}

div#mainwrapper div#contentwrapper 
{
	position:relative;
	margin:0 auto;
	width:974px;
}

div#mainwrapper div#contentwrapper div#maincontent 
{
	width:100%;
	margin:0 6px 0 0;
    height:100%;
}

body.singlecolumn div.singlecontent
{
    width:100%;
    padding-bottom: 10px;
    min-height:440px;
}

body.singlecolumnerror div#mainwrapper
{
    height: 440px;
}

body.singlecolumnpage div.singlecontent
{
    width:100%;
    padding-bottom: 10px;
}

body.twocolumn div#maincontent
{
    min-height:535px;
    height: 535px !important;    
}

body.twocolumn div#maincontent div#columnleft
{
 	width:40%;
 	margin: 10px 0;
 	padding: 0 15px 0 0;
    border-right:1px dashed #ee2375; 
    min-height:380px !important;
}

body.twocolumn div#maincontent div#columnright
{
 	width:57%;                      
 	padding: 0 0 0 13px; 
 	margin: 10px 0;
    height:380px;   
}

body.twocolumnintegration div#maincontent div#columnleft
{
     width:45%;
     margin: 10px 0;
     padding: 0 15px 0 0;
     min-height:500px;     
}

body.twocolumnintegration div#maincontent div#columnright
{
     width:51%;
     border-left:1px dashed #ee2375;
     padding: 0 0 0 15px; 
     margin: 10px 0;
     min-height:200px;
}

body.twocolumnrequest div#maincontent div#columnleft
{
     width:45%;
     margin: 10px 0;
     padding: 0 15px 0 0;
     min-height:500px;
           
}

body.twocolumnrequest div#maincontent div#columnright
{                 
     width:51%;   
     padding: 0 0 0 15px; 
     margin: 10px 0;
     min-height:900px;
     border-left:1px dashed #ee2375; 
}

body.twocolumnbanner div#maincontent div#columnleft
{
 	width:665px;
 	margin: 0;
 	padding: 0 5px 0 0;
 	
    min-height:400px !important;
}

body.twocolumnbanner div#maincontent div#columnright
{
 	width:275px;
 	padding: 0 0 0 15px; 
 	margin: 42px 0;
 	min-height:200px;
}

body.hometwocolumn div#maincontent div#columnleft
{
 	width:475px;
 	margin: 0;
 	
    min-height:400px !important;
}

body.hometwocolumn div#maincontent div#columnleft-nobottommargin
{
     width:475px;
     margin: 0;         
}
body.hometwocolumn div#maincontent div#columnright
{
 	width:370px;
 	padding: 0 0 0 55px; 
 	min-height:200px;
}

#subcontent 
{
	float:left;
	width:304px;
	padding-top:50px;
}

#footerwrapper 
{
    height:77px;
    width:100%;
    padding:8px 0 0 0;
    background:#fff;
    text-align:center;
    margin:0 0 -16px 0;
    border-top: 1px solid #74beea;
    clear:both;
}

#footerwrapper ul 
{   
    list-style:none;
    margin:0;
    padding:0;
    margin:0 auto;
    width:952px;
    clear:both;
    border:1px solid #fff;
}

#footerwrapper ul li 
{
    float:left;
    line-height:1.7em;
    padding:0 9px 0 6px;
}

#footerwrapper ul li.copy 
{
    font-size:.915em;
    border:0;
    padding:0 0 0 20px;
    text-align:left;
}

#footerwrapper ul li a 
{
    color:#1194D3;
    padding:0 0 0 14px;
}

#footerwrapper ul li a.iata
{
    padding:0px;   
    color:#0077c1 
}

#footerwrapper ul li a.iata:hover
{
    background:none;       
}

#footerwrapper ul li a:hover 
{
    background: url('/assets/media/image/site/icons/arrow-up.gif') 0 5px no-repeat;
    color:#00305b;
}


#footerwrapper ul li a.noarrow
{
    color:#0077c1;
    padding:0px;
    text-decoration:none;
}

#footerwrapper ul li a.noarrow:hover
{
    color:#0077c1;
    background: none;
    padding:0px;
    text-decoration:none;
}

.textleft
{
 	text-align:left;
}

.textright
{
 	text-align:right;
}

div#application, 
div.application 
{
    background: transparent url('/assets/media/image/site/backgrounds/application-shadow.png') 0 0 repeat-y;
	width:660px;
	padding:0px 5px 0px 5px;
	position:relative;
	left:-4px;
	margin:0px 0px 74px 0px;     
}

div#application-nobottom, 
div.application-nobottom 
{
    background: transparent url('/assets/media/image/site/backgrounds/application-shadow.png') 0 0 repeat-y;
    width:660px;
    padding:0px 5px 0px 5px;
    position:relative;
    left:-4px;
    margin:0px 0px 20px 0px;     
}

div#contentapplication, 
div.contentapplication 
{
    background: transparent url('/assets/media/image/site/backgrounds/application-shadow.png') 0 0 repeat-y;
    width:660px;
    padding:0px 5px 0px 5px;
    position:relative;
    left:-4px;
    margin:0px 0px 34px 0px;     
}

div#top, 
div.top 
{
	display:block;
	font-size:1px;
	line-height:1px;
	height:10px;
	width:665px;
    background: transparent url('/assets/media/image/site/backgrounds/application-top.png') 0 0 no-repeat;
	margin:-10px 0 0 -4px;
	float:left;
}

div#bottom, 
div.bottom 
{
	display:block;
	font-size:1px;
	line-height:1px;  
	height:10px;
	width:665px;
	margin:0 -5px -10px -5px;
	float:left;
    background: transparent url('/assets/media/image/site/backgrounds/application-bottom.png') 0 0 no-repeat;
    clear:both;
    position:absolute;
}



/* Large  bock */
div#applicationlarge, 
div.applicationlarge 
{
    background: transparent url('/assets/media/image/site/backgrounds/application-shadow-large.png') 0 0 repeat-y;
    width:974px;
    padding:0px 5px 0px 5px;
    position:relative;
    left:-4px;
    margin:0px 0px 74px 0px;     
}

div#contentapplicationlarge, 
div.contentapplicationlarge 
{
    background: transparent url('/assets/media/image/site/backgrounds/application-shadow-large.png') 0 0 repeat-y;
     width:974px;
    padding:0px 5px 0px 5px;
    position:relative;
    left:-4px;
    margin:0px 0px 34px 0px;     
}

div#toplarge, 
div.toplarge 
{
    display:block;
    font-size:1px;
    line-height:1px;
    height:10px;
    width:974px;
    background: transparent url('/assets/media/image/site/backgrounds/application-top-large.png') 0 0 no-repeat;
    margin:-10px 0 0 -4px;
    float:left;
}

div#bottomlarge, 
div.bottomlarge 
{
    display:block;
    font-size:1px;
    line-height:1px;  
    height:10px;
    width:974px;
    margin:0 -5px -10px -5px;
    float:left;
    background: transparent url('/assets/media/image/site/backgrounds/application-bottom-large.png') 0 0 no-repeat;
    clear:both;
    position:absolute;
}

div.app-contentlarge
{
     background:#FFFFFF none repeat scroll 0 0;
     padding:10px 20px 0 20px; 
     width:925px;
     height:100%;
}
/* End largeblock */

div#history
{
 	margin-top: 30px;
}

div.grid
{
	border:1px solid #74beea;   	
	padding:1px 2px 1px 2px;
	margin-bottom: 3px;
    width:100%;
    font-size:12px;
}  

div.grid div.row
{
 	border-bottom:1px solid #74beea;
 	height:20px;
}

div.grid div.rowlast
{
 	border:0px;
 	height:20px;
}

div.grid div.row div.head
{
 	font-weight: bold;
}

div.grid div.row div.first,
div.grid div.rowlast div.first
{
 	border-right:1px solid #74beea;
 	padding: 2px 2px 2px 0px;
}

div.grid div.row div.cell,
div.grid div.rowlast div.cell
{
 	border-right:1px solid #74beea; 
 	padding: 2px 2px 2px 2px;
}

div.grid div.row div.last,
div.grid div.rowlast div.last
{
	padding: 2px 2px 2px 4px; 
    width:53px;
    bordeR:0px;
}

div.grid div.row div.cellpadding
{
    padding: 0 8px 0 8px;
}
 
div.white
{
    background-color: #fff;
}

table
{
    padding:0px;
    background-color:#fff;
}

table tr
{
    border-bottom:1px solid #74beea;
}

table tr.even
{
    background-color:#E7F2F9;
}

table tr.odd
{
    background-color:#CFE5F3;
}

table td.cell
{
    border-right: 1px dashed #74beea;
    padding: 4px 4px 4px 8px;
}

td.cell input{
    width: 240px !important;
}
table td.error
{
    color:#ee2375;
    font-weight:bold;
}

table td.last
{
    border-right: 0px;
    text-align:center;
}

table td.lastsetting
{
    border-right: 0px;
}

table tr.inactive
{
    background-color: #cacaca;
}

table td.head
{                        
    font-weight:bold;
    background-color: #B7D8ED;
}

table.history td.cell
{
    border-right: 1px dashed #74beea;
    padding: 4px 4px 4px 4px;
}

img.displaynone
{
    display:none;   
}

img.displayblock
{
    display:block;   
}

div.column
{
    width:270px;
    padding:0 20px 0 0;
}

div.last
{
    border-left:1px solid #74BEEA; 
    padding:0 0 0 20px;
    width:277px
}

div#ccaresult div.column table#tableccaresult
{
    border:0px;
}

div#ccaresult div.column table#tableccaresult thead th 
{ 
    background:#B7D8ED none repeat scroll 0 0;
    border-top:medium none;
    padding-bottom:0.3em;
}

div#ccaresult div.column table#tableccaresult td, th 
{
    padding:4px 1em;
    text-align:left;
    vertical-align:top;
}

div#ccaresult div.column table#tableccaresult tr.odd th,
div#ccaresult div.column table#tableccaresult tr.odd td
{
    background:#cfe5f3;
}
 tr.even th,
div#ccaresult div.column table#tableccaresult tr.even td 
{
    background:#e7f2f9;
}

div#ccaresult div.column table#tableccaresult tr td 
{
    border-left:1px solid #74BEEA;
}

div#ccaresult a.more 
{
    font-size:0.915em;
}

div#faq div.section
{
    padding: 0 0 15px 0;
}

div#faq div.section a
{
    font-weight:bold;
    font-size:14px;
}

div#faq div.section div.itemlist
{
    margin: 7px 0;
}

div#faq div.section div.itemlist div.block a
{
    font-weight:normal;
    font-size:12px;
}

div#faq div.section div.itemlist div.block div.content
{
    border-left:1px solid #74BEEA;
    padding-left:15px; 
    margin: 8px 0 8px 20px;
}

/* GLOSSARY */  
div#glossary .bar 
{
    margin:0 0 1em 0;
    padding-left:20px;
    background: url('/assets/media/image/site/backgrounds/bar-arrow.gif') 0 0 no-repeat;
    width:auto;
    height:25px;
    left:-4px;
    padding:8px 0 0 24px;
    position:relative;
}
div#glossary .bar h3 
{
    color:#ee2375;
    font-size:1.335em;
    margin:-1px 0 0 0;
}
div#glossary .bar .top 
{
    margin:2px 50px 0 0;
    font-size:11px;
}

div#glossary dl 
{
    margin:0 20px 2em 0;
    clear:both;
}

div#glossary div#alphabet
{
    margin: 10px 0 0 0;
}

div#glossary div#alphabet ul 
{
    display:inline;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 0 -10px;
    padding:0px;
}

div#glossary div#alphabet ul li 
{
    clear:none;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 -3px;
   
    font-weight:bold;
}

div#glossary div#alphabet ul li a
{
    display:block;
    height:24px;
    width:29px;
    text-align:center;
    color:#00305b;
    font-weight:bold;
    padding-top:7px;
}

div#glossary div#alphabet ul li.current a,
div#glossary div#alphabet ul li a:hover 
{
    color:#ee2375;
    background: url('/assets/media/image/site/backgrounds/letter.png') 0 0 no-repeat;
}

/* NEWS */
div#news div.app-content div.item,
div#newsitem div.app-content div.item
{
    padding-bottom: 10px;
}

 a.news-item
{
    color: #00305B;
    font-family: arial,helvetica,sans-serif;
}

div#news div.app-content img,
div#newsitem div.app-content img
{
    padding-right:15px;
    padding-bottom:10px;
}

div#news div.app-content .content,
div#news div.app-content .date
{
    display:block;
    font-size:0.915em;
    margin:2px 0 0 14px;    
}

div#news div.app-content a.arrow
{
    font-size:0.915em;
}

div#latestnews ul, 
div#latestnews li 
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0px;
}

div#latestnews li 
{
    
    background:#EEF7FD none repeat scroll 0 0;
    border-bottom:1px solid #74BEEA;
    padding:3px 10px;
}

div#latestnews li h4
{
    margin:0px;
    padding:0 0 5px 0;
}

div#latestnews li .date
{
    font-size:0.915em;
    margin:0 0 0.3em;
}

div#latestnews li:hover
{
    background: #D4E9F7 url('/assets/media/image/site/icons/arrow-list-hover.gif') no-repeat scroll right bottom;
}

/* CONTACT */
div#contact div.address
{
    line-height:20px;
}

div#cover
{
    display: none;
}

body.ajaxprogress div#cover{
    position: fixed !important;
    position: absolute;
    display: block;
    top: 0px !important;
    top: auto;
    top: expression( parseInt( document.documentElement.scrollTop || document.body.scrollTop ) );
    left: 0px;
    width: 100% !important;
    width: expression( parseInt( parentNode.offsetWidth ) );
    height: 100%;
    cursor: wait;
}

div#cover div.back
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -konq-opacity: 0.5;
    filter: alpha( opacity=50 );
}

div#cover div.indicator
{
    position: absolute;
    display: block;
    margin: -50px 0 0 -150px;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 100px;
    text-align: center;
}

div.navigate
{
    margin-top:5px;
}

div#invoice-notification
{       
    display: none;
}

a#securityrefresh
{
    float: right;
    padding-right: 35px;
    position: relative;
}

div.demo
{
    width: 300px;
}

div#banner-right
{
    border: black solid 1px;
    height: 200px;
}

div.transit-wrapper-not-visible
{
    display: none;
}

a#button-create-now
{
    margin-left: 10px;
}

div.banner
{
    width:200px;
    height:200px;
    border:1px solid #000;   
}
input#invoice_sameasabove
{
    width:auto;
}
a#integrated-url-anchor
{
    text-decoration: underline;
    color: #00305B;
}

div#myhistory
{
    min-height:715px !important   
}
input.additional-checkbox
{
    width: 32px !important;
}

div#travelagent div.small
{
    width:380px;
}

div .right img.small
{
    padding-right: 175px;   
}

a#add-new
{
    color: #00305B;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    display:block;
    margin-top: 10px;
    color:#EE2375;
}
a#remove-new
{
    color: #00305B;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
    display:block;
    margin-top: 10px;
    color:#EE2375;
}

span.back
{
    background: url('/assets/media/image/site/icons/arrow-back.gif') no-repeat scroll 0 4px transparent;
    padding: 0 0 0 15px;        
}

#application #defaultpvh .app-content #feedbackdynamicpvhrequestform a,
#contentapplication .app-content #feedbackccataxform a,
.normal #wrapper .container .error a
{
    color: #ee2375;
    text-decoration: underline;
}

#popintrial .frame .expired-text a
{
    text-decoration: underline;
}