﻿ 
/**********************************************************
 * This is Generated Code
 * You should not modify this code as it may be overwritten.
 * Generated By Generative Objects 
 *********************************************************/
* {margin:0; padding:0;}
li {list-style-type:none;}
a, a:visited {text-decoration:none;color: #0d47a1;}
label{cursor: default;}
body, html, #form, #form > div, body > form {
display: flex; display: -ms-flexbox;
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
}
html {
height: 100%;
}
tr, td, th, ul {
margin: 0;
padding: 0;
border: 0;
}
.hideElt {
display: none;
}
.loadingElement {
background-image:url("../images/ajax-loader.gif");
background-repeat:no-repeat;
overflow:auto;
height: 35px;
}
/* Mozilla based browsers */
::-moz-selection {
background-color: #FFA;
color: #000;
}
/* Works in Safari */
::selection {
background-color: #FFA;
color: #000;
}
/*body et global*/
body {
color: #000;
background-color: #d3d9d6;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.875em;
height: 100%;
}
/* Overall layout */
.main-wrapper {
display: flex; display: -ms-flexbox;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-ms-flex-align: stretch;
align-items: stretch;
/* height: 100%; */
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
}
header {
background-color: #eceff1;
display: flex; display: -ms-flexbox;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
/*min-height: 140px;*/
-ms-flex-align: center;
align-items: center;
}
header, #login, .loginLink:visited, .loginLink {
color: #37474f;
}
/* Title */
header > h1 {
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
font-size: 1.5em;
padding: 0 0 0 15px;
}
.header-image {
padding: 0 10px;
}
#mobile-header, .mobile-node {
display: none;
}
.menu-login {
display: flex; display: -ms-flexbox;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
justify-content: space-between;
-ms-flex-pack: justify;
height: 100%;
}
#login {
text-align: right;
padding: 20px 20px 0 0;
}
.loginLink:visited, .loginLink {
font-weight: bold;
}
.loginLink:hover {
text-shadow: #ccc 1px 1px 1px;
}
/** CONTENT **/
.main-content {
/* height: 100%; */
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
}
.zone-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
}
.mainColumn, .leftColumn, .rightColumn {
background-color: white;
margin: 20px;
padding: 20px;
-ms-flex: 1 1 0%;
-webkit-flex: 1;
flex: 1;
}
h2 {
font-size: 1.4em;
color: #0d47a1;
padding: 5px 0 10px 0;
}
/** FOOTER **/
footer {
padding: 0 0 0 10px;
background-color: #37474f;
height: 35px;
line-height: 35px;
color: #f5f5f5;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

/** OVERLAY **/
.overlay {
background-color: #000;
opacity: .7;
filter: alpha(opacity=70);
position: fixed; top: 0; left: 0;
width: 100%; height: 100%;
z-index: 1200;
}
.overlayLoader {
color: white;
max-width: 250px;
margin: auto;
text-align: center;
}
.overlayLoader-image {
background: url("../images/overlay-loader.gif") no-repeat;
width: 100px;
height: 100px;
margin: auto;
}
.overlayLoader-text {
margin-top: 10px;
}
.overlayClose {
background: url("../images/close.png") repeat-x;
position: absolute;
right:-15px;
top:-15px;
cursor:pointer;
height:35px;
width:35px;
}
.overlayBack {
cursor: pointer;
}
.hasMultiplePopups .overlayBack  {
display: block;
}
.hasSinglePopup .overlayBack  {
display: none;
}                   