/* ================================================= */
/* = Print version (without useless visual element) = */
/* ================================================= */

/*
@import url("layout.css");
@import url("global.css");
@import url("form.css");
@import url("application.css");*/

@import url("../Aggregate?contentType=text/css&resources=css/typo.css,css/layout.css,css/global.css,css/form.css,css/application.css");

body,
section,
wrapper {
	width: auto!important;
	background-color: #fff!important;
	border: 0;
	font: 9pt Arial, sans-serif;
}

body{
	padding: 0 30pt 0 30pt;
}

/* hide every useless element for the print */
.master-header,
.main-menu,
.submenu,
.sidebar,
.master-footer,
.modal,
.pager,
button,
.buttons,
.navbar,
.main-kpi header,
.main-kpi #advanced,
[class^="btn"], [class*="btn"]  { 
	display: none!important; 
}

.print-only,
.print {
  display: block!important; /* displayt element we want to print*/
}

.customer-logos{
	margin: auto;
	text-align: center;
}

.kpi-group-2::before,
.kpi-group-3::before,
.customer-logos::before {
	padding-left: 175pt;
	padding-right: 175pt;
 	width: 100%;
 	text-align: center;
	content:"THIS DOCUMENT IS CONFIDENTIAL";
	margin: 1pt auto;
	color: red;
	font: italic bold 12pt/20pt Arial, sans-serif;
}

.confidential {
 	width: 90%;
 	text-align: center;
	color: red;
	font: italic bold 12pt/20pt Arial, sans-serif;
	padding: 0!important;
}

/* @media print {  
    .print-only {     display:block; }
 }*/

.kpi-content{
	width: 100%;
}

.sort {
	border-bottom: 1px solid #eee!important;
	padding: 0!important;
}

.tab-title {
	margin: 8pt 0 0;
}

.kpi-content{
	margin: 0 0 0 20pt!important;
}

.time-filter,
.kpi,
.kpi-content,
.tab-title {
	padding: 0!important;
	border: 0!important;
}

[class^="kpi-box"], [class*="kpi-box"] {
	border: 0!important;
}

.kpi-count {
	border: 1px solid #eee;
	padding-bottom: 4pt;
	padding-top: 4pt;
	border-radius: 3pt;
}

.kpi-count span:first-child {
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.kpi-count span:last-child {
	width: 30%;
}

.return_nub,
.global_return_nub,
.orange {
	color: #fe9c55;
}

.blue {
	color: #55b0ff;
}

input[type=password],
input[type=date],
input[type=text],
textarea,
input[type=email],
input[type=tel],
input#datepicker{
	border: 0!important;
	-moz-box-shadow:  none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}

p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	clear: left;
}

h2, h3, h4, h5, h6,
.jqplot-title {
	vertical-align: middle;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.jqplot-title {
	margin-top: -26px;
	padding-bottom: 2pt;
	padding-top: 4pt;
	border-radius: 3pt;
}

.jqplot-pie-series {
	color: #555!important;
	text-shadow: none!important;
	font-style: normal;
}

#g_aqm_accuracy-1{
	border: 1px solid #eee;
	padding-top: 30pt;
	border-radius: 3pt;
}

#g_aqm_accuracy-1 p{
	font-style: italic;
	color: #eee;
}

h1 {
	font-size: 28pt;
}

h2 {
/*	padding-bottom:2pt;*/
/*	padding-left:0;*/
	font: bold 18pt/30pt Arial, sans-serif;
	color: #ccc;
	margin-bottom: 5pt;
	text-transform: uppercase;
}

h3 {
	font-size: 14pt;
	line-height: 20pt;
}

h4 {
	font-size: 12pt;
	line-height: 15pt;
	margin-bottom: 10pt;
	color: #ccc;
	font-style: italic;
	padding-left: 5pt;
}

blockquote, ul, ol,
.main-list-container,
[class^="kpi-box"], [class*="kpi-box"] {
  page-break-inside: avoid; /* no cut this elements */
}

.kpi-group-2,
.kpi-group-3 {
  page-break-before: always; /* always start in a new page */
}

.new-page {
  page-break-before: always; /* always start in a new page */
}

.end-page {
  page-break-after: always; /* always start in a new page */
}

p, blockquote {
  orphans: 3; /* no lonely lines in the bottom */
  widows: 3; /* no lonely lines in the top */
}

.kpi-small {
    margin: auto;
    width: 50%;
    min-width: 340px;
    height: 300px;
}

/*h4 {
  page-break-after: avoid; /* pas de saut après ces éléments *!/
}*/

/*a {
  color: #000!important;
  text-decoration: underline!important;
}*/
/*a[href]:after {
  content: " (" attr(href) ")"; /* affichage des URL des liens *!/
}*/

