/*
	--------------------------------------------------
	PRINT STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/


/* =========================================================================== DIVS AND CLASSES THAT WILL NOT BE PRINTED OUT */

 #search, #topNav, #mainNav, #actionsContainer, .subNav, #tableStyles, #translateContainer, #servicesContainer, #news_social, #homepageBannerContainer, #topNavTabs, #liketoContainer, #subfooter, #footerSocialMedia, #breadcrumbs, #contactMainContainer, #intFloatRight, .homepage h1, #skipContentWrapper {
	display: none;
}


/* =========================================================================== STANDARD STYLES */

body {
	color: #333;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
}

img { border: 0px; }

p { margin: 15px 0px; }


/* =========================================================================== DIVS RESTYLED FOR PRINT VERSION */


/* STRUCTURE STYLES */

body {
	background-color: #FFF;
}

#uber {
	margin: 15px;
}

#header {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px gray;
}

#footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px gray;
}

#footerNav, #esol { padding: 10px 0; }

.horizNavSeparator { padding: 0px 7px 0px 7px; }



/* CONTENT STYLES */

/* Text Styling */

#printArea,
#printArea .none {
    font-size: 14px;
    line-height: 18px;
}

#printArea h1 {
    margin: 0 0 15px 0;
    font-size: 33px;
    line-height: 39px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#printArea h2 {
    margin: 15px 0;
    font-size: 28px;
    line-height: 35px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#printArea h3 {
    margin: 15px 0;
    font-size: 22px;
    line-height: 27px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#printArea h4,
#printArea h5,
#printArea h6 {
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#printArea .intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
#printArea .caption {
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
}


/* Link Colors */

a, a:link, a:visited 	{ color: #16678a; text-decoration: none; font-weight: bold; }
a:hover, a:active, a:focus 		{ color: #16678a; text-decoration: underline; }


/* Ensuring content-related lists display properly in content areas */

#contentLeft ul, #printArea ul { margin: 15px 0px 30px 30px; }
#contentLeft ol, #printArea ol { margin: 15px 0px 30px 30px; }
#contentLeft li, #printArea li { margin: 10px 0px 10px 0px; }


/* Image Placement */

img.imageleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.imageright {
	float: right;
	margin: 0 0 20px 20px;
}


/* News Image Placement */

#images {
	float: left;
	padding: 0 10px 10px 0;
}


/* Tabular Data Table */

.datatable {
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.datatable td { padding: 7px 10px; color: #333; border-bottom: 1px solid #FFF;}

.datatable .titlerow {
	background: #636466;
	text-align: left;
	font-weight: bold;
	color: #FFF; /* Change Below */
}

.datatable .titlerow td{
	color: #FFF;
}

.datatable .titlerow h2 {
	color: #FFFFFF !important;
	margin: 5px !important;
}

.datatable caption {
	height: 0px;
    visibility: hidden;
    display: none; 
}

.datatable .row { background: #e2e2e2; }

.datatable .altrow { background: #f0f0f0; }
sub { font-size:80%; }
sup { font-size:80%; }
 
td p { margin: 0; }


/* esol logo */

#esol a {
	display: block;
	width: 171px;
	height: 17px;
	font-size:0px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../en/images/structure/esolutionsgroupLogo_print.gif) top left no-repeat;
}


/* ----- FOUNDATION TEMPLATE ----- */

.bannerContainer, #foundationHeader h1, #foundationMainNavContainer{
	display: none;
}

#foundationLogo{
	background-color: #003366;
	padding: 10px;
	margin-bottom: 10px;
}


.icHowto {
	opacity: 0;
	margin-bottom: 80px;
	position: relative;
	counter-reset: step;
	font-size: 14px;
}

	.icHowto:after {
		content: '';
		position: absolute;
		bottom: -22px;
		left: 2px;
		width: 28px;
		height: 3px;
		background-color: #000;
	}

.loaded .icHowto {
	animation: fadeIn 700ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s both;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate(0, 10px);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.icHowto > h2 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: bold;
}

	.icHowto > h2 a {
		font-size: inherit;
		font-weight: inherit;
		text-decoration: underline;
	}

.icHowto > div:nth-child(2) {
	font-size: inherit;
	margin-bottom: 15px;
}

	.icHowto > div:nth-child(2) a {
		font-size: inherit;
		text-decoration: underline;
	}

.icHowto .totalTimeRow {
	font-size: inherit;
}

	.icHowto .totalTimeRow:before {
		content: 'Total time: ';
		font-weight: bold;
	}

.icHowto .toolsResourcesRow {
	font-size: inherit;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

	.icHowto .toolsResourcesRow:before {
		content: 'Tools/resources: ';
		font-weight: bold;
	}

.icHowto .stepRow {
	display: list-item;
	list-style-type: none;
	position: relative;
	margin-left: 50px;
}

.icHowto .stepRow:before {
	counter-increment: step;
	content: counter(step);
	content: counter(step) / "";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	top: 2px;
	left: -50px;
	width: 32px;
	height: 32px;
	border: 3px solid #000;
	border-radius: 32px;
}

.icHowto .stepRow > div:nth-child(1):before, .icHowto .stepRow div:nth-child(2):before {
	content: '';
	position: absolute;
	top: 32px;
	left: -35px;
	width: 3px;
	height: calc(100% - 10px);
	background-color: #000;
}

.icHowto .stepRow > div:nth-child(1) {
	font-size: 17px;
	margin-bottom: 10px;
	font-weight: bold;
}

	.icHowto .stepRow > div:nth-child(1) a {
		font-size: inherit;
		font-weight: inherit;
		text-decoration: underline;
	}

.icHowto .stepRow > div:nth-child(2) {
	padding-bottom: 22px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

.icHowto .stepRow:last-child > div:nth-child(2) {
	padding-bottom: 5px;
	margin-bottom: 0;
	border-bottom: 0;
}



/* ----- END OF TEMPLATE ----- */