/*
 * feuille de styles personnalisés pour l'instance
 * @version 01.08.2017 21:00
 * @author Jean-Fred Burkhardt <webmaster@pierval.ch>
 * @package ppmweb
 * @todo ok 
 */

h1 {
  color: #999999;
  background-image: url(/instance/img/backgrounds/rightdegrade75.jpg);
  white-space: nowrap;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0px 0px 0px 0px;
  padding: 29px 12px 0px 0px;
  border: 1px solid #f2f2f2;
  border-width: 0 0 1px 0;
  background-repeat: no-repeat;
  height: 45px;
  text-align: right;
}

div#hdrboussole {
	display: none;
	top: 10px;
	left: 180px;
	position: fixed;
	width: 100%;
	height: 22px;
	background-color: #f2f2f2;
}

.boussoletxt {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #00387B;
  padding: 3px 0px 0px 5px;
  margin: 0;
}

@font-face {
	font-family: OpenSans;
	src: url('/include/fonts/open-sans/OpenSans-Regular.woff');
}

#home_left_section {
	width: 368px;
	min-height: 475px;
}

#home_image {
	padding: 10px 0px 0px 6px;
	height: 210px;
}

#home_image .img1 {
	display: none;
	/* for IE */
   filter:alpha(opacity=50);
   /* CSS3 standard */
   opacity:0.5;
}

#home_image .img2 {
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#home_logged {
	display: none;
	padding: 36px 6px 0px 6px;
	background-color: #f2f2f2;
	color: #999999;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	text-align: left;
}
#home_logged_avatar {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0px 14px 0px 0px;
}

#home_logged_no_avatar {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0px 12px 0px 0px;
	/* for IE */
   filter:alpha(opacity=40);
   /* CSS3 standard */
   opacity:0.4;	
}

#home_time {
	display: none;
	position: absolute;
	bottom: 84px;
	left: 178px;
	padding: 0px 0px 0px 0px;
	background-color: #f2f2f2;
	color: #999999;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 60pt;
}

#home_date {
	display: none;
	position: absolute;
	bottom: 52px;
	left: 180px;
	padding: 0px 0px 0px 0px;
	background-color: #f2f2f2;
	color: #999999;
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 24pt;
}

#footerzone {
	display: none;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 100%;
	height: 20px;
	bottom: 0px;
	left: 0px;
	text-align: right;
}
