#menu {
	text-align: center;
	 margin-bottom: 20px;
	 margin-top: 30px;
	 position: relative;
}
#menu .gwt-Label{
	display: inline-block;
	cursor: pointer;
	 margin: 10px;
	 margin-bottom: 0px;
	font-weight: bold;
	color: #bbb;
}
#menu .gwt-Label:hover , #menu .gwt-Label.selected  {
	color: black;
}
#__gwt_historyFrame {
	display: none;
}

.gradient.objectBarFragment.highlighted {
	background: cyan;
}

.gradient.objectBarFragment.clicked {
	background: red;
}

.objectBarFragment {
	cursor: pointer;
	background-color: lightgrey;
	overflow: hidden;
	position: fixed;
	width: 75px;
	height: 75px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid grey;
	border-right: none;
	padding: 3px;
	z-index: 50;
}

#loading {
	width: 200px;
	height: 116px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -58px 0 0 -60px;
	color: white;
	overflow: hidden;
	z-index: 20;
}

.logo {
	font-size: 23px;
	font-family: Caflisch Script;
	text-shadow: .05em .05em .1em lightgray, .01em .01em .01em black, .01em
		.01em .1em #000;
}
.pageLogo {
	font-size: 20px;
	color: white;
	text-align: center;
}

.disappar {
	opacity: 1;
}

.appear {
	opacity: 0;
}

.appear , .disappear {
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}

#loading div {
  opacity: 0;
  transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
  -moz-transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out, opacity 2s ease-in-out;
  position: absolute;
 }
 
#loading div .fullOpacity , #loading div.fullOpacity{
 	opacity: 1;
 }
#loading div .noOpacity , #loading div.noOpacity {
 	opacity: 0;
 }
#loading div.resetTop{
 	top: 0;
}

#Video {
	top: 25px;
	margin-left: 15px;
}

#Object {
	top: 50px;
	margin-left: 35px;
}

#Technology {
	top: 75px;
	margin-left: 55px;
}


div#LoadingResourcesBufferingVideo {
	font-size: 13px;
    left: 30px;
    top: 30px;
}

#logoTitle div {
	position: absolute;
}

.doNotDisplay {
	display: none;
}

#k {
	position: absolute;
	right: -2000px;
	transition: right 0.7s ease-in-out;
  	-moz-transition: right 0.7s ease-in-out;
  	-webkit-transition: right 0.7s ease-in-out;
}

#k.set {
	right: -14px;
}


/*
gradient
*/
.gradient {
	background: -webkit-linear-gradient( right, lightgray, darkgray);
	background:    -moz-linear-gradient( right, lightgray, darkgray);
	background:     -ms-linear-gradient( right, lightgray, darkgray);
	background:      -o-linear-gradient( right, lightgray, darkgray);
	background: 	linear-gradient(to left, lightgray, darkgray);
}

/* popup: */
.objectPopup {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: lightgray;
	padding: 15px;
	opacity: 0.95;
	z-index: 50;
}

.gwt-PopupPanelGlass {
	background-color: black;
	opacity: 0.1;
	z-index: 30;
}

.objectPopup img {
}

.objectPopup h1 {
	margin-top: 3px;
	margin-bottom: 3px;
	cursor: move;
}

.objectPopup p {
	margin-left: 10px;
}

.clickToResume {
	opacity: 0.5;
	color: lightgray;
	font-size: 30px;
}

#footer {
	text-align: center;
	margin-top: -10px;
	position: relative;
	z-index: 20;
}
#footer a {
	color: black;
}

.footerInside {
	background-color: white;
	 display: inline-block;
	 padding-left: 5px;
	 padding-right: 2px;
}

.footerInside > div {
	display: inline-block;
	padding: 5px;
	width:155px;
	height: 37px;
	vertical-align: top;
	color: black;
	padding: 3px 5px 5px;
}
.footerInside > div:FIRST-CHILD {
	border-right: 1px solid lightgray;
}
.footerInside > div:LAst-child {
	border-left: 1px solid lightgray;
}
.footerInside > div > div {
	margin-bottom: 5px;
}

#flags{
    padding: 4px 4px 1px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#flags img {
	border: 1px solid gray;
}

#twitter iframe {
    padding: 4px 4px 1px;
    position: absolute;
    left: 5px;
    top: 5px;
}



#expandOrShrink.withWhiteBorder {
	color: lightgrey;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


#sharers span:first-child{
}

.clearFloat {
	clear: both;
}

#contact {
}

#contact a {
	color: black;
}

#sharers.display,#contact.display {
	top: 0;
}

#p0 , #p1 , #p2 {
	visibility: hidden;
}
#p0 {
	margin-left: 3px;
}



#content {
	margin-left: auto;
    margin-right: auto;
    min-height: 275px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
}
#content a {
	color: grey;
	position: relative;
}

.menuUnderline {
	height: 1px;
	background-color: black;
	position: absolute;
    bottom: 0;
    width:0px;
    left:0px;
   	transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
	margin-left:1px;
	visibility: hidden;
}

#container {
	position: relative;
}

#expandOrShrink{
	position: absolute;
	background-color: transparent;
	color: black;
	padding: 3px;
   	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    display: block;
    z-index: 20;
}

.fakeCursor {
	position: absolute;
	background-image: url('/resources/cursor-default.png');
	z-index: 30;
	content: " ";
  	display: block;
  	min-height: 22px;
    min-width: 22px;
}

#moveCursor {
	bottom: 0px;
	transition: bottom 0.5s ease-in-out;
	-moz-transition: bottom 0.5s ease-in-out;
	-webkit-transition: bottom 0.5s ease-in-out;
    position: absolute;
    visibility: hidden;
    background-color: #F0F0F0;
    border: 1px solid black;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    padding: 2px;
    font-size: 12px;
}

#staticContent {
	margin: 30px;
	text-align: justify; 
	text-justify: auto;
 	height: 170px;
    margin: -93px 30px 30px;
    position: absolute;
    text-align: justify;
    top: 50%; 
}

#staticContentOuter {
	width: 440px;
    height: 265px;
    position: relative;
}

#staticContentWidget {
    margin-left: 13px;
    margin-top: 25px;
}

.clicOuSurvol {
	position: relative;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
}

.clicOuSurvol img {
	position: absolute;
}
.clicOuSurvol img:first-child {
	left: -17px;
    top: -22px;
}
.clicOuSurvol.en img:first-child {
    left: -22px;
    top: -22px;
}

.clicOuSurvol img:last-child {
    left: 76px;
    top: 50px;
}
.clicOuSurvol.en img:last-child {
    left: 72px;
    top: 50px;
}

#browserTable , #tabletTable , #phoneTable {
	text-align: left;
}

#browserTable tr td:first-child {
	padding-left: 15px;
}
#tabletTable tr td:first-child {
	padding-left: 20px;
}
#phoneTable tr td:first-child{
	padding-left: 8px;
}
#browserTableOrigin , #tabletTableOrigin , #phoneTableOrigin {
	cursor: pointer;
}
#browserTableOrigin img , #tabletTableOrigin img , #phoneTableOrigin img {
	margin-left: 2px;	
	position: absolute;
}

#startImage {
    opacity: 0;
    transition: opacity 3s ease-in-out;
	-moz-transition: opacity 3s ease-in-out;
	-webkit-transition: opacity 3s ease-in-out;
}

.gwt-StackLayoutPanel {
	border-bottom: 1px solid #bbbbbb;
	position: relative;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
	cursor: default;
	font-weight: bold;
	font-size: 1.3em;
	padding: 3px;
	border: 1px solid #bbbbbb;
	border-bottom: 0px;
	background: #eee url(images/hborder.png) repeat-x 0px -989px;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
	background: #eee;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
	border: 1px solid #bbbbbb;
	border-bottom: 0px;
	background: white;
	padding: 2px 2px 10px 5px;
}

.gwt-StackLayoutPanelContent #objectPanel table {
	margin-top: 10px;	
}
.gwt-StackLayoutPanelContent #objectPanel input {
	margin-left: 20px;	
}

#featuresDescription {
	padding-top: 25px; 
}
#featuresDescription div {
	padding: 20px; 
}

#featuresContent {
	text-align: center;
}

.gwt-StackLayoutPanelContent #isDemoCursorEnabled input{
	margin-left: 0;
}

.ffMobilePopup {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: lightgray;
	padding: 15px;
	opacity: 0.95;
	z-index: 50;
	font-size: 300%;
}

.errorNotifier {
	z-index: 60;
	width: 400px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fda;
	padding: 15px;
}
.errorNotifier .title {
	font-weight: bold;
}
.errorNotifier .close {
	font-weight: bold;
	cursor: pointer;
	width: 15px;
}

.syntaxhighlighter.js {
	overflow: hidden !important;
}


/**
 * Applied to the tab panel.  The tab panel provides CSS access to
 * the tab bar element and the table cell that wraps the tab bar element,
 * which allows for rounded edges via the sliding window method.
 */ 
.gwt-TabPanel {
  margin-top: 4px;
}

.gwt-TabPanelBottom {
  background-color: #E8E8E8;
}

.gwt-TabBar {
  padding-top: 2px;
  border-bottom: 4px solid #878787;
  background-color: #fff;
}

.gwt-TabBarItem {
  padding: 4px;
  cursor: pointer;
  background-color: #e8e8e8;
  border-bottom: 2px solid white;
  margin-right: 2px;
}

.gwt-TabBarItem-selected {
  padding: 4px;
  font-weight: bold;
  cursor: default;

  background-color: #878787;
  margin-right: 2px;
}
    
    
#tutorialsPanel {
	padding:20px;	
}
#tutorialsPanel .gwt-Label {
	font-size: large;
	text-align: center;
}

#tutorialsPanel td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader{
	cursor: pointer;
}