﻿body {
    margin:0;
    padding:0;
    background:#ccc;
    overflow:hidden;
}

* {
    font-family:"Helvetica Neue", Verdana, Geneva, sans-serif;
}
.menuStationary{
    height: calc(100% - 8.6em);
    top: 4.3em;
}
.hide{
	display: none !important;
}
.show{
    display: block !important;
}
/* top menu */
.menu {
	background-color:#1a2d4b;
    height: 4.3em;
	width:100%;
	z-index:40;
	position: fixed;
	left:0;
	color: white;
	overflow: hidden;
	font-family:"Helvetica Neue", Verdana, Geneva, sans-serif;
}
#apploader{
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 101;
  background-color: rgba(128,128,128,1);
  display: none;
}
#apploaderCoverImg{
  max-width: 320px;
}
#apploaderIcon{
  height: 60px;
  width: 60px;
}
.nav {
	height: 100%;
	width: 65px;
	z-index:18;
	position: fixed;
	top: 0;
	font-family:"Helvetica Neue", Verdana, Geneva, sans-serif;
    display: none;
}

.nav img {
	margin: 0px 20px;
	top: calc(50% - 25px);
	position: relative;
	height: 50px;
}

.nav :focus {
	color: white;
}

.nav:hover {
	background-color: rgba(0, 0, 0, .5);
}

.nav div {
	margin: auto 0px;
}

#topMenu {
	top: 0px;
	left: 0px;
	border-bottom: thin solid #000;
    -o-transition: top .5s !important;
    -moz-transition: top .5s !important;
    -webkit-transition: top .5s !important;
    transition: top .5s !important;
    z-index: 32;
}
#bottomMenu {
	bottom: 0px;
	left: 0px;
	border-top: thin solid #000;
    -o-transition: top .5s !important;
    -moz-transition: top .5s !important;
    -webkit-transition: bottom .5s !important;
    transition: bottom .5s !important;
    z-index: 32;
}
.bMenuTransition {
    bottom: 0px !important;
}
.tMenuTransition {
    top: 0px !important;
}
#leftNav {
	left: 0px;
	top: 0px;
	text-align: left;
}

#rightNav {
	right: 0px;
	top: 0px;
	text-align: right;
}

#nav {
	height: 100%;
	width: 100%;
	overflow: display;
	border: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.menu .titleHolder {
    position: relative;
    display: inline-block;
    height: 100%;
    z-index: -1;
}
.menu .title {
	font-size: 2em;
	margin: 0;
	overflow: hidden;
    display: inline-block;
	line-height: 2em;
	height: 2em;
	position:absolute;
	z-index: -1;
    font-weight: normal;
    margin: 0 .25em;
    white-space: nowrap;
}

.menu .title.overflow,
.menu .titleHolder.overflow {
    -webkit-mask-box-image: -webkit-linear-gradient(right, transparent 0%, black .5em, black 100%);
}

.menu .title.titleWrap {
    font-size: 1.2em;
    overflow: visible;
    white-space: normal;
    line-height: 1.3em;
    height: 1.3em;
}

.menu .title.fade {
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent 0%, black 40%, black 100%);
}

.menu .title.subtitle {
    font-size: 1.5em;
    margin-left: 0.2em;
}

.menu .footerTitle{
	font-size: 2em;
	margin: 0px;
	float: left;
	overflow: hidden;
	line-height: 2em;
	height: 2em;
    font-weight: normal;
}

.menu .footerTitle.subtitle {
	font-size: 1.5em;
    margin-top: .5em;
	margin-left: 0.5em;
    margin-right: 0.5em;
}

.menu .buttons .win8button {
    float: left;
}

.menu img[src].logo {
    display: initial;
}

.menu img.fulllogo {
    display: none;
    margin-top: 2px;
    margin-left: 10px;
    z-index: -1;
}

.menu img[src].fulllogo {
    display: inline;
}

.buttons {
	height:100%;
	clear: none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.fullscreenSpacer {
	display: none;
	width: 30px;
	float: left;
	clear: none;
	height: 20px;
}

.right .fullscreenSpacer {
	float: right;
}
#morePopin{
    height: 100%;
    z-index: 31;
}
.morePopinMS{
    top: 4.3em !important;
    height: calc(100% - 12.7em) !important;
}
.morePopinConMS{
    height: calc(100% - 4.3em) !important;
    overflow-x: hidden;
}
#morePopin .headline > span[locale="fr"] {
   font-size: 0.8em;
}

#morePopin ul .win8button.textless {
    margin-top: .3em;
}
#morePopin ul .win8button.textless .label {
    display: block;
}

#morePopin ul .win8button.textless .img {
    line-height: 1.45em;
}

.morePopinButtonContainer > * {
	-webkit-transform: translateZ(0px);
}

#buttonInner {
	list-style: none;
	margin: 0px;
}

ul li.noborder {
 	border-bottom: none;
}

/* preloader Spinner css */
.spinner {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-ms-animation: spin 2s infinite linear;
	animation:spin 2s infinite linear;
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg);}
	to { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
	from { -o-transform: rotate(0deg);}
	to { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
	from { -ms-transform: rotate(0deg);}
	to { -ms-transform: rotate(360deg);}
}

@keyframes spin {
	from { transform: rotate(0deg);}
	to { transform: rotate(360deg);}
}

.loaderWrapper.aligntop {
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
}
.loaderWrapper.alignbottom {
    position:absolute;
    top:100%;
    left:50%;
    transform:translate(-50%,-100%);
    -webkit-transform:translate(-50%,-100%);
}
.loaderWrapper.alignmiddle {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
.navArrowShow {
    display: none;
}
