@font-face {
    font-family: 'uni_neuebold';
    src: url('fonts/unineuebold-webfont.eot');
    src: url('fonts/unineuebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/unineuebold-webfont.woff2') format('woff2'),
         url('fonts/unineuebold-webfont.woff') format('woff'),
         url('fonts/unineuebold-webfont.ttf') format('truetype'),
         url('fonts/unineuebold-webfont.svg#uni_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'uni_neuebook';
    src: url('fonts/unineuebook-webfont.eot');
    src: url('fonts/unineuebook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/unineuebook-webfont.woff2') format('woff2'),
         url('fonts/unineuebook-webfont.woff') format('woff'),
         url('fonts/unineuebook-webfont.ttf') format('truetype'),
         url('fonts/unineuebook-webfont.svg#uni_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'uni_neueregular';
    src: url('fonts/unineueregular-webfont.eot');
    src: url('fonts/unineueregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/unineueregular-webfont.woff2') format('woff2'),
         url('fonts/unineueregular-webfont.woff') format('woff'),
         url('fonts/unineueregular-webfont.ttf') format('truetype'),
         url('fonts/unineueregular-webfont.svg#uni_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;}



body, html, *{
	outline: none;
	margin: 0;
	padding: 0;
    /*-webkit-transition: all 0.3s;
    transition: all 0.3s;*/
	font-family: uni_neuebook, Helvetica, Arial, sans-serif;
	color: #a7a7a7;
}

body{
	background-color: #5b5f59;
	background-image: url('../images/bgd.png');
	overscroll-behavior: contain;
	/*touch-action: none;
	/*-webkit-touch-callout: none;  /*iOS Safari */
	/*-webkit-user-select: none; /* Safari */
	/*-khtml-user-select: none; /* Konqueror HTML */
	/*-moz-user-select: none; /* Firefox */
	/*-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

a.button, .button{
	white-space:nowrap;
	padding: 8px 10px 6px 10px;
	background: #94c04e;
	color: #fff;
	text-decoration: none;
	font-family: uni_neuebook, Helvetica, Arial, sans-serif !important;
	letter-spacing: 1px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;  
	-webkit-border-radius:0;
	z-index: 100;}

a.button:hover, .button:hover{
	background: #bdeb74;
	color: #4e790a;}

a.button{
	display: inline-table;}


/************************************************************************/
/************************************************************************/
/************************************************************************/

.deviceAlert {
    z-index: 400;
    display: none;
    background: red;
    height: calc(100vh - 40px);
    width: calc(100vw - 40px);
    padding: 20px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;}
.deviceAlert h3 {
	color: #fff;
    margin-top: 30vh;}
.smallSize .deviceAlert {
    display: block;}
.smallSize .header, .smallSize .container{
	display: none;}

/************************************************************************/

.header{
	position: relative;
	background: #3d3f3a;
	width: 100vw;
	height: 60px;
	min-width: 1038px;}
.logo{
	width: 280px;
	position: relative;
	top: 13px;
	left: 15px;}
.rightNav{
	font-family: adventlight, Helvetica, Arial, sans-serif;
	position:absolute;
	top: 10px;
	right: 20px;
	z-index: 50;
	height: 45px;
	display: flex;
	flex-direction: column;}
.rightNav a{
	text-decoration:none;
	margin-left: 0px;
	letter-spacing: 1px;
	display: block;
	text-align: right;
	margin: auto;
	margin-right: 0;
	color: #bdbdbd;	}
.rightNav a:hover{
	color: #8f908e;}
a.navButton{
	width: 24px;
	height: 19px;
	background: url(../images/navButton.png) top left no-repeat;
	display: inline-table;
	vertical-align: middle;}
a.navButton:hover{
	background: url(../images/navButton.png) top right no-repeat;}
/*888888888888888888888888888888888888888888888888888888888*/
.navBox{
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 290px;
	box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.6);
	background:#f56c1a;
	font-family: adventlight, Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: 2px;
	z-index:1000;
	color: #fff;
	text-align: left;}
.navBox .close, .toolTip .close{
	position:absolute;
	top:10px;
	right:10px;}
.navBox .close img, .toolTip .close img{
	width: 17px;}
.navBox a{
	color: #fff;
	text-decoration: none;}
.logFlap a{
	color: #fff;}
.navBox ul{
	list-style-type:none;}
.navBox li{
	line-height: 45px;}
#pnl-navbox.navBox li, #pnl-login.navBox li, #frm-login.navBox li{
	line-height: 25px;}
.navFlap{
	padding: 20px;
	background:url(../images/navFlapBackground.png) repeat-x;}
.navFlap input{
	border: none !important;
	width: 241px !important;
	height: 18px;}
.navFlap .spacer{
	margin: 10px 0 10px 0;}
.navFlap #foldertype{
	margin-top: 3px !important;}
.navFlap select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #FFF url(/images/select_background.png) no-repeat 220px -5px;}
/*888888888888888888888888888888888888888888888888888888888*/
.container{
	position: relative;
	width: 100vw;
	height: calc(100vh - 60px);
	min-width: 1038px;
	overflow: hidden;}
li{
	margin-bottom: 10px;}
li:last-child{
	margin-bottom: 0px;}
a{
	display: block;
	text-decoration: none;}
a:hover{
	color: #e7e7e7;}
.errorMessage{
	display: none;
	color: #d93d3d;}
.item{
	overflow: auto;
	line-height: 20px;
	font-size: 17px;
	letter-spacing: 1px;}
.prelog{
	font-size: 14px; 
	line-height: 16px;}



h3.title1, h3.title2, h3.title3, h3.title4, h3.title5{
	font-family: uni_neuebold, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	/*transform-origin: bottom right;
	transform: rotate(-90deg);*/
	position: absolute;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: left;
	text-shadow: 2px 2px 4px #000000;
	z-index: 80;}
h3.title1{ top: 1px; left: 20px;}
h3.title2{ top: calc(33% + 4px); left: 20px;}
h3.title3{ top: calc(66% + 7px); left: 20px;}
h3.title4{ top: 1px; left: 20px;}
h3.title5{ top: calc(50% - 29px); left: 20px;}

.strap{
	position: relative;
	overflow: scroll;
	width: 100vw;}
.topStrap{
	height: 10%;}
.mainStrap{
	height: 80%;}
.bottomStrap{
	height: 10%;}


.right{
	/*display: none;*/
	width: 20%;
	height: 100%;
	position: absolute;
    top: 0;
    right: 0px;
    z-index: 90;
    color: #32352d;
	cursor: pointer;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);}
.right .item{
	padding: 70px 10px 10px 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #464842;
	background: #99a978 url('../images/collapseIcon.png') no-repeat 10px 15px;
	background-size: 20px 20px;}

.right h3, .right p{
	color: #474b44;
	line-height: 25px;}

.collapsed{
	right: -19%;}
.collapsed h3, .collapsed p{
	color: rgba(153,169,120, 1);}
.collapsed .item{
	background-image: none;}
.prelog ul{
	margin-top: 10px;}


.bubble{
	position: absolute;
	background: rgb(153, 169, 120);
	color: #fff;
	width: 120px;
	padding: 20px;
	left: -180px;
	top: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
	text-align: center;}
.bubble p{
	color: #fff;}
.first{
	opacity: 0;
	display: none;}

#pnl-confirmations{
	/*display: block;*/
	background: #B21409 !important;
	color: #fff;}
#pnl-confirmations *{
	color: #fff;}
	

/*888888888888888888888888888888888888888888888888888888888*/

.toolTip{
	opacity: 0;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #ffffff !important;
	background: #f56c1a;
	padding: 30px;
	box-shadow: -14px 15px 36px rgba(0, 0, 0, 0.5);
	width: 220px;
	position: absolute;
	z-index: 100;
	top: 15%;
	right: calc(50% - 140px);
	font-family: adventregular, Helvetica, Arial, sans-serif;
	visibility: hidden;}
.toolTip p{
	color: #ffffff !important;
	margin-top: 0px;}
.toolTip p:last-child{
	margin-top: 30px;}
.toolTipArrow{
	width: 0px;
	height: 0px;
	border: 20px solid transparent;
	border-left: 50px solid #f56c1a;
	position: absolute;
	top: 10px;
	right: -60px;}

.rollIt{
	animation: bubbleTooltip 6s; /* Boucle d'animation ! */
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@-webkit-keyframes bubbleTooltip { /* Safari, Opera, Chrome */
	0% {
		visibility: visible;
		opacity: 0;
    }

    0.5% {
    }

    5% {
    	opacity: 1;
    }

    80%	{
    	opacity: 1;
    }

    100% {
    	opacity: 0;
        visibility: hidden;
    }
    
}

@keyframes bubbleTooltip { /* Tous les autres navigateurs */
    0% {
		visibility: visible;
		opacity: 0;
    }

    0.5% {
    }

    5% {
    	opacity: 1;
    }

    80%	{
    	opacity: 1;
    }

    100% {
    	opacity: 0;
        visibility: hidden;
    }
}

/*888888888888888888888888888888888888888888888888888888888*/










