﻿/*
 *	Fichier de style partagé entre LoginNatif, SelectionEtablissementMobile et IdentificationEmploye.
 */

html {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	height: 100%;
}

body {
	background: url('../images/Natif/Background-vide.png');
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	overflow-x: hidden;
	overflow-y: auto;
}

img {
	/*Marcher avec rétina*/
	zoom: 0.5;
}

body, 
input, 
button {
	color: #4AACE9;
	font-size: 22px;
}

a {
	text-decoration: none;
	display: block;
	color: inherit;
}

p {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 10px 0;
}

::-webkit-input-placeholder {
	color: #9F9F9F;
}

.inputLogin {
	padding: 0;
	border: 0px solid black;
	margin: 0;
	/*font-size: 24px;*/
	background: none;
	height: 100%;
	box-sizing: border-box;
	width: 100%;
	padding-left: 55px;
	outline: none;
}

.inputLogin[readonly=readonly] {
	color: #D0D0D0;
}

.lblIcone {
	margin-left: 20px;
	position: absolute;
	display: block;
	height: 100%;
	top: 50%;
	/*La moitié de la hauteur de itself*/
	margin-top: -12px;
}

.lblIcone .iconeUser {
	width: 20px;
	height: 24px;
	display: inline-block;
	-webkit-mask-image: url("../images/Natif/bouton-user.png");
	mask-image: url("../images/Natif/bouton-user.png");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	background-color: #64B8F6;
}

.imgIcone {
	vertical-align: middle;
	margin-bottom: 6px;
}

#tableLoading {
	position: absolute;
	top: 0;
	display: none;
	opacity: 0;
}

#divLoading {
	line-height: 35px;
	background-color: #EEEEEE;
	width: 89%;
	height: 38px;
}

#imgLoading {
	height: 25px;
	width: 25px;
	vertical-align: middle;
}

.texteLoading {
	position: absolute;
	top: 82px; /* 82 = 255 - 173 */
	margin-top: 10px;
	width: 100%;
	text-align: center;
	line-height: 1.3em;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #fff;
}

#logoOvx {
	margin: 104px auto 0 auto;
	display: block;
}

.deleteicon,
.wrapperInput {
	position: relative;
	height: 41px;
	margin-bottom: 9px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.3)), color-stop(15%,rgba(255,255,255,0.6)), color-stop(85%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.3)));
	background: linear-gradient(to right, rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.60) 15%,rgba(255,255,255,0.60) 85%,rgba(255,255,255,0.30) 100%);
}

.deleteicon span,
.wrapperInput span {
	display: none; /* va s'afficher avec le javascript */
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/Natif/bouton-clear.png') no-repeat 50% 50%;
	zoom: 0.5;
	cursor: pointer;
	width: 30px;
	height: 100%;
	margin-right: 16px;
}

.wrapperInput.instructions {
	height: initial;
	margin: 30px 0 50px 0;
}

.divCopyright {
	position: absolute;
	/* bottom ne marche pas sur iOS, on va setter un top selon la hauteur déterminée en JS
	bottom: 5px;*/
	width: 100%;
	text-align: center;
	font-size: 12.5px;
	color: #FFFFFF;
}

.zoneRetourContinuer {
	margin-top: 22px;
	height: 41px;
}

.zoneRetourContinuer, .zoneRetourContinuer button {
	color: #FFFFFF;
}

.divRetour, .btnContinuer {
	height: 100%;
	line-height: 41px; /* hauteur du zoneRetourContinuer */
}

.divRetour {
	float: left;
	width: 107px;
	text-align: center;
	font-size: 17.5px;
}

.btnContinuer {
	padding: 0;
	border: 0px solid black;
	margin: 0;
	margin-left: 109px;
	/* largeur iPhone - width divRetour - margin-left btnContinuer */
	/* 320 - 117 - 2 */
	width: auto;
	font-size: 25px;
	text-align: center;
}

.chevronGauche {
	margin-right: 10px;
}

.chevronDroite {
	margin-left: 10px;
}

.divButton {
	background-color: rgba(73, 171, 241, 0.9);
}

.tablet .divCopyright {
	font-size: 18px;
	bottom: 2px;
}
