@charset "UTF-8";
/**
 * Feuille de style qui surcharge les classes des fichiers CSS pour l'impression PDF
 * @version $Id: override_print.css,v 1.1 2017/05/10 13:34:23 cats Exp $ MTRG
 */
body {
	/*border-top: 15px solid #3a6494;
	background: url("file:///var/www/html/cats/themes/meteorage/images/logo_meteorage_pdf.png") no-repeat scroll 25px 25px transparent;*/
	margin: 20px;
}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 22pt;
	/*font-size: 18pt;
	font-variant: small-caps;*/
	padding: 3px;
	margin-top: 100px;
	color: black;
	/*color: white;
	background-color: #1621C1;*/
	padding-top: 40px;
	padding-bottom: 40px;
}

/* disposition du bloc principal */
#main {
	width: 86%;
	margin: auto;
	margin-top: 30px;
	margin-left: 50px;
	padding: 10px;
}

.certified ul {
	list-style-type: none;
}

.remark {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 8pt;
	text-align: justify;
}

.certified {
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: center;
}

.copyright {
	position: absolute;
	top: 970px;
	width: 100%;
	left: 0px;
	font-size: 8pt;
	text-align: center;
}

.ident {
	color: #1621C1;
	font-variant: small-caps;
	font-weight: bold;
}
#resultcert, #wexpTable table {
	margin-bottom:10px;
}
#resultcert>thead>tr>th, #resultcert>tbody>tr>td,
#wexpTable table>thead>tr>th, #wexpTable table>tbody>tr>td {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
#resultcert>thead>tr,
#wexpTable table>thead>tr {
	background-color:#1621C1;
}
#resultcert>thead>tr>th,
#wexpTable table>thead>tr>th {
	color: #fff;
}

.label-blue {
	white-space:nowrap;
	vertical-align: top;
	color: #1621C1;
	font-weight:800;
	text-transform:uppercase;
	padding-right: 0.5em;
}
.table-margin { margin-bottom:1em; }
/* NON car suivant la langue il faudra adapter la taille ... */
/*.label-period { width: 55pt; }
.label-studyregion { width: 100pt; }*/
.arrow-right-blue {
	height: 20px;
	padding-left: 20px;
	background: url("file:///var/www/html/cats/themes/meteorage/images/certificate/arrow-right-blue.png") no-repeat 0px 3px;
}
