/*{========================================================================================= 
Produit : Formatik.ca : 0.1 
------------------------------------------------------------------------------------------ 
Unité : Objets (Unité contenant les objets métiers de l'application) 
Version : 0.1
Description : Module contenant tout les options CSS exclusif à formatik.ca
Programmeur : Patrick Limoges 
Date création: 4 mai 2016 
Organisation : Formatik 
Copyright : Tous droits réservés 2015 
Remarques : 15 mars: Début de la documentation 
=========================================================================================}*/

.EnTraitement{
	position: absolute;
	opacity: 0.5;
	background-color:#000000;
	text-align:center;
	z-index: 10;
}

.IconeChargement{
    animation: Chargement 2s linear infinite;
}

@keyframes Chargement {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.Disparition{
	opacity : 0;
	-webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
}

.EspaceContenu{
	
	margin-left: 20%;
	margin-right:20%;
	background-color:#999999;
	overflow:auto;
	height:100%;
}

.EspaceIncitation{
	
	margin-left: 2.5%;
	margin-right:2.5%;
	width:15%;
	background-color:#0F0;
	height:150px;
	display:inline-block;
}

.Gras{
	font-weight: bold;	
}

.NonResizable{	
	resize:none;	
}

.AreaDeroulant{	
	overflow-y: scroll;
}

.HauteurAjuster{
	height:100%;
}

.EspacementInferieur{	
	margin-bottom: 20px;	
}

.EspacementSuperieur{	
	margin-top: 20px;	
}


.ZoneFormulePrix{
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);	
	height: 400px;
}

.DivisionFormulePrix{
	height:300px;	
}

.FormuleImpair{	
	background-color:#3FF;
}

.section-title select{	
	font-size: 20px;	
}

.Centrer{
	text-align:center;
}

.BoiteProduit{
	margin-right: 10%;
	margin-left : 10%;
	overflow:auto; 
}

.BoiteGestionCompte{
	margin-right: 5%;
	margin-left : 5%;
	overflow:auto; 
}

.BoiteInfoModule{
	margin-right: 5px;
	margin-left : 5px;
	overflow:auto; 
}

.Paneaux-Compte {
	border-color: #C33;
	background-color: #C33;
	margin-bottom:2px;
	border-radius: 0;
	border:0;
}

.Paneaux-Compte-Selectionner {
	border-color: #06F;
	background-color: #06F;
	margin-bottom:2px;
	border-radius: 0;
	border:0;
}

.Interne-Paneaux-Compte {
	margin-right: 5%;
	margin-left : 5%;
	color:#FFF;
}

.FormatikCalendrier{
	position: absolute;
	height: 180px;
	width: 200px;
	background-color: #91bee2;
}

.CalendrierEntete{
	display: block;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
}

.TitreCalendrier{
	display: inline-block;
	width: 60%;
}

.MoisCurseurCalendrier{
	display: inline-block;
	width: 8%;
	/*text-decoration: underline;*/
}

.CorpsCalendrier{
	display: block;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

.LigneCalendrier{
	display: block;
	width: 100%;
	height: 26px;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%;
}

.CaseCalendrier{
	display: inline-block;
	width: 12%;
	height: 24px;
	text-align: center;
	vertical-align:central;
	margin: 1px 1px 1px 1px;
}

.AvecEvenement{
	color : #F00;
}

.HuiCalendrier{
	background-color:#FFF;
}

.HuiCalendrierEvenement{
	background-color:#91bee2;
}

.SelectionCalendrier{
	border-style: solid;
	border-width: 2px;
}

.NonSelectionCalendrier{
	border-style: hidden;
	border-width: 2px;
}

.Tableau{
	width: 100%;
}

.InputMateriel{
	width : 90%;
}

.ZoneApercuFichier{
	width : 100%;  
	display: inline-block;
	padding: 1% 1% 1% 1%;
	border-style: groove;
	border-width: 1px;
}

.FichierApercus{
	width: 80px;
	height: 100px;
	vertical-align: text-top;
	text-align:center;
	padding: 1% 1% 1% 1%;
	font-size : 10px;
	Line-Height: 1;
	display: inline-block;	
}

.FichierApercus-Selectionner{
	background-color:#B9CEFF;
	background-clip:content-box;
}

.FichierApercus i{
	margin-top: 8%;
	cursor: pointer;
	text-align:center;
	font-size : 60px;
}

.FichierApercus input{
	width: 100%;
	height: 20px;
	font-size : 10px;
}

.IconeFichierSuppresion i{
	cursor: pointer;
	margin-left: 5%;
	margin-top: 11%;
	font-size : 13px;
	position:absolute;
}

.MaterielApercus{
	width: 90px;
	height: 130px;
	vertical-align: text-top;
	text-align:center;
	padding: 1% 1% 1% 1%;
	font-size : 10px;
	Line-Height: 1;
	display: inline-block;	
}

.MaterielApercus-Selectionner{
	background-color:#B9CEFF;
	background-clip:content-box;
}

.MaterielApercus i{
	margin-top: 8%;
	cursor: pointer;
	text-align:center;
	font-size : 60px;
}

.LienFichier {
	width: 80%;
	height: 20px;
	vertical-align: text-top;
	padding: 1% 1% 1% 1%;
	font-size : 18px;
	Line-Height: 1;
	display: inline;
}

.TableauPrixProduit {
	border: solid;
	border-width: 2px 2px 2px 2px;
	width:100%;
}

.TableauPrixProduit.EnTete {
	font-size : 20px;
	color:#000000;
	background-color:#999999;
	font-weight:bold;
	width:100%;
	text-align:center;
	border-buttom: 2px;
	padding: 10px 10px 10px 0px;
}

.HautColonne {
	background-color:#CCC;
	font-weight:bold;
	text-align:center;
}

.ligne {
	font-size : 14px;
	text-align:center;
}

.BordGauche{
	border:solid;
	border-width: 0px 0px 0px 2px;
}

.BordGauche.Epais{
	border:solid;
	border-width: 0px 0px 0px 5px;
}

.BordBas{
	border:solid;
	border-width: 2px 0px 0px 0px;
}

.BordBas.BordGauche{
	border:solid;
	border-width: 2px 0px 0px 2px;
}

.BordBas.BordGauche.Epais{
	border:solid;
	border-width: 2px 0px 0px 5px;
}

.TableauPrixProduit.dizaine {
	border-bottom: solid 1px;
}

.ZoneApercuBanderole {
	border:solid;
	border-width: 1px;
	padding: 0px 0px 0px 0px;
	width : 100%;  
	display: inline-block;
}

img.PleineTaille{
	width : 100%;
	height: 100%;
}

.IconeBanderole{
	position: absolute; 
	left:75%;
	right:3%;
	top:3%;
	bottom: 3%;
}

.IconeBanderole.Entourer {
	border:solid;
	border-width: 3px;
}

.TitreBanderole {
	position: absolute; 
	left:3%;
	right:50%;
	top:5%;
	font-size: 20px;
}

.ContenuBanderole {
	position: absolute; 
	left:3%;
	top:25%;
	right:30%;
	bottom: 3%;
	font-size: 20px;
}

.LangueBanderole {
	position: absolute; 
	left:55%;
	top:5%;
	right:30%;
}

.Scrolldiv {
	height:750;
	overflow:auto;	
}

