
/* Generals * * * * * * * * * * * * * * * * */

html{
	min-width: 350px;
	overflow-y: scroll;
}
body{
	font-family: 'citroen_regular', sans-serif;
	color: #1f1f1f;
	margin: 0px;
	min-width: 350px;
	line-height: 0px;
	font-size: 16px;
	background: #383838;
}
h1, h2 , h3 , h4 , h5 , h6{
	font-family: 'citroen_regular', sans-serif;
	text-align: center;
	font-weight: normal;
}
p{} 
a{
	text-decoration: none;
}
section{
	position: relative;
	display: inline-block;
	width: 100%;
	background: white;
}
input{
	position: relative;
	display: inline-block;
	border: none;
	background:white; 
	font-family: 'citroen_regular', sans-serif;
	color: #515151;
	font-size: 16px;
	line-height: 16px;
	outline: none;
	-webkit-transition:all 0.3s ease-in-out;
  	-moz-transition:all 0.3s ease-in-out;
  	-ms-transition:all 0.3s ease-in-out;
  	-o-transition:all 0.3s ease-in-out;	
  	border-radius: 0px;
}
select{
	position: relative;
	display: inline-block;
	border: none;
	background:white; 
	font-family: 'citroen_regular', sans-serif;
	font-size: 16px;
	color: #515151;
	line-height: 16px;
	outline: none;
	border-radius: 0px;
}

/* A N C H O R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.no-rotation{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background: #1f1f1f;
	z-index: 20000;
	display: none;

}
.no-rotation span{
	position: absolute;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: white;
	width: 400px;
	height: 100px;
	left: 50%;
	top:50%;
	margin-left: -200px;
	margin-top: -80px; 

}

/* A N C H O R * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#anchor-top{
	position: absolute;
	top:0px;
	left: 0px;
}

/* L O A D E R    O V E R L O A D   * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.loader-overload{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;	
	cursor: wait;
	z-index: 20000;
	display: none;
}

/* S C R O L L   B U T T O N S * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.scroll-container{
	position: fixed;
	top:50%;
	margin-top: -42px;
	right: 6px;
	height: 85px;
	width: 40px;
	z-index: 10000;
	opacity: .1;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.scroll-container:hover{
	opacity: 1;
}
.buttons-scroll{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	cursor: pointer;
	border-radius: 50px;
	background: #1f1f1f;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.buttons-scroll:hover{
	background: #029DCA;
	opacity: 1;	
}
.buttons-scroll img{
	position: absolute;
	width: 20px;
	left:10px;
	top:10px;
}
.button-scroll-up{
	top:0px;
}
.button-scroll-up img{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.button-scroll-down{
	bottom: 0px;
}
.button-scroll-down img{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);	
}

/* B A C K G R O U N D  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.background{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.background img{
	position: absolute;
	width: 90%;
	left: 50%;
	margin-left: -45%; 
	opacity: 0.04;
	bottom: 45px;
}

/* F O O T E R * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background: #1f1f1f;
}
#logo-footer{
	position: absolute;
	display: none;
	width: 190px;
	top:5px;
	left: 2px;
	cursor:pointer;
}

.clock-footer{
	position: absolute;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	top:7px;
	color: #828282;
}


/* L O G I N  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.login-container{
	position: fixed;
	padding: 30px;
	width: 240px;
	left: 50%;
	top:50%;
	margin-left: -150px;
	margin-top: -135px;
	background-color: #1f1f1f;
	text-align: center;
}
.login-container h1{
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 25px;
	color: #DBDBDB;
}
.login-solap{
	position: absolute;
	top:-5px;
	left: -5px;
	width: 0;
    height: 0;
    border-top: 50px solid #A767C1; 
    border-right: 50px solid transparent;   
}
.login-container h1 span{
	color: #A767C1 !important;
}
.label-login{
	position: relative;
	display: inline-block;
	color: #DBDBDB;
	font-size: 15px;
	width: 210px;	
	text-align: left !important;
	letter-spacing: 1px;
	line-height: 13px;
}
.inputs-log{
	position: relative;
	display: inline-block;
	font-size: 14px;
	width: 190px;
	padding: 0px 10px 0px 10px; 
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 15px;
	height: 30px;
	color: #D9D8D8;
	letter-spacing: 1px;
	background-color: transparent !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #3B3B3B !important;
	font-weight: 100;
}
.inputs-log:focus{
	outline: none;
}
.button-sent-login{
	position: relative;
	display: inline-block;
	margin: 0 auto;
	width: 212px;
	height: 30px;
	color: white;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	background-color: #A767C1;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;	
    cursor: pointer;
}
.button-sent-login:hover{
	background: #935CA9;
}
.remember{
	position: relative;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	margin-top:5px;
	cursor: pointer;		
	color: #DBDBDB;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;	
    opacity: 1;
}
.remember:hover{
	color: #A767C1;
}
.fail-login{
	position: absolute;
	top:213px;
	line-height: 14px;
	font-size: 14px;
	width: 300px;
	left:50%;
	margin-left: -150px;
	color: red;
	text-align: center;
}

/* H E A D E R **********************************************************************/
.header-app{
	position: fixed;
	display: block;
	top:0px;
	left: 0px;
	width: 100%;
	min-width: 350px;
	height: 34px;
	background: #1f1f1f;
	z-index: 100;
}
#loader-header{
	position: absolute;
	height: 46px;
	width: 46px;
	left:-50px;
}
#logo-header{
	position: absolute;
	width: 220px;
	top:5px;
	left: 3px;
	cursor:pointer;
}
.avatar{
	position: absolute;
	height: 20px;
	right: 121px;
	top: 6px;
	font-size: 15px;
	line-height: 20px;
	text-align: right;
	color: #DBDBDB;
}

.log-out-button{
	position: absolute;
	right: 2px;
	top: 2px;
	width: 80px;
	height: 30px;
	color: #DBDBDB;
	background: #A767C1;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;	
}
.log-out-button:hover{
	background: #BD2A2A;
}
.help-button{
	position: absolute;
	display: none;
	right: 2px;
	top: 2px;
	width: 30px;
	height: 30px;
	color: #DBDBDB;
	background: #029DCA;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;	
}
.help-button:hover{
	background: #58A970;
}
.help-button img{
	position: absolute;
	top: -2px;
	left: -1px;
	width: 32px;
}
.link-planning{
	position: absolute;
	right: 84px;
	top: 2px;
	width: 30px;
	height: 30px;
	color: #DBDBDB;
	background: #A767C1;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;	
}
.link-planning:hover{
	background: #935CA9;
}
.link-planning img{
	position: absolute;
	width: 19px;
	top: 6px;
	left: 6px;
}

/* M E D I A   Q U E R Y  -->   920 *************************************/

@media screen and (max-width: 920px) {
	/* HEADER */
	.avatar{display: none;}
	.link-planning{display: none;}

}









