/*
* ASPIRE ELEARNING TEMPLATE CSS
* Copyright 2013 Aspire Training and Conulting
*
* Although having styles with plain tags right-most are not
* considered to be very performant, they have been used in some
* areas where it would be considered advantageous from the
* perspective of maintaining the templating system without having
* to do too much fiddly styling work.
*
* Tested to work in Firefox 5+, Safari 4+, Chrome 10+, IE8+
* Note: IE8 does not understand media selectors for resizing
* A separate IE stylesheet contains IE-specific patches and hacks
*/

/* --- imported template styles --- */

@font-face {
font-family: 'OpenSans';
src:
    local('OpenSans-Bold'),
    local('OpenSans-BoldItalic'),
	local('OpenSans-BoldItalic'),
	local('OpenSans-ExtraBold'),
	local('OpenSans-ExtraBoldItalic'),
	local('OpenSans-Italic'),
	local('OpenSans-Light'),
	local('OpenSans-LightItalic'),
	local('OpenSans-Regular'),
	local('OpenSans-Semibold'),
	local('OpenSans-SemiboldItalic'),
    url('GraublauWeb.otf');
}

a:link {
    color: #4486C7;
    text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #BA1E2D;
}

a:active {
	color:#22abef;
}  

a:visited {
	text-decoration: none;
}

.copyright a {
		font-weight: normal;
}


.copyright a:visited {
		text-decoration: none;
}

iframe {
	border: none;
} 

.handwriting {
	font-family: 'Bad Script', cursive;
	font-size:15px;
}

/* --- tables --- */
.example {
    max-width: 900px;
	background-color: #e8f6fd;
    padding: 15px;
	display: table;
}

table {
	max-width:900 px;
}

ol li{
	line-height:2em;
	margin-bottom: 5px;
}

	
/* --- standard tag overrides --- */
/* Super-awesome box sizing model where padding plus width are measured as one, IE8+ only */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body, html {
	margin: 0;
	padding: 0;
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	font: 14px/1.6em "Open Sans", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 320px;
	background: #f5f5f5;
	color: #000;
	-webkit-text-size-adjust: none;
}
h1 {
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.3em;
}
.main h2, .main h3 {
	clear: both;
	margin: .25em 0;
	padding-bottom: .25em;
	line-height: 1.3em;
	color: #126fcc;
	font-weight: 300;
}
.main h2 {
	font-size: 1.8em;
}
.main h3 {
	color: #32639A;
	font-weight: 600;
}

h4 {
	clear: both;
	margin: .25em 0;
	padding-bottom: .25em;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: 600;
}

img, object, embed {
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	text-decoration: none; 
	border: 0px;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0, .25);
}
/* --- container level --- */
.outer-container {
	padding: 10px;
	background: #f5f5f5;
}
.row {
	max-width: 1140px;
	margin: 0 auto;
	/*overflow: hidden; --- causes issues with menu on small pages */
}
.content-head {
	display: table;
	width: 100%;
	min-height: 1.75em;
	color: #f5f5f5;
/*	background: #22ABEF;
*/	background: #f5f5f5;
}
.content-mid {
	position: relative;
	width: 100%;
}

/* --- navigation --- */
#menu-cell {
	display: table-cell;
	position: relative;
	font-size: 1.6em;
	padding: .25em;
	vertical-align: bottom;
}
#menu-btn {
	position: relative;
	display: block;
	width: 1.85em;
	height: 1.85em;
	margin: 0;
	cursor: pointer;
}
#menu-btn a {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: #126fcc url(../img/content/icon-menu-off.png) 50% 50% no-repeat;
	overflow: hidden;
	border-bottom: 1px solid #1164B7;
}
#menu-btn .show-menu {
	background: #fff url(../img/content/icon-menu.png) 50% 50% no-repeat;
	border-bottom: 1px solid #eee;
}
/* The tag specificity here was made at the expense of performant selectors so that the templates are easier to work with */
div.prev, div.next {
	display: table-cell;
	font-size: 1.5em;
	line-height: 1.5em;
	background: #126fcc;
	vertical-align: middle;
}
div.next {
	text-align: right;
}
div.prev {
	width: 5em;
	border-left: 8px solid #f5f5f5;
	border-right: 8px solid #f5f5f5;
}
div.inactive-end {
	display: table-cell;
	font-size: 1.5em;
	line-height: 1.5em;
	background: #9D9D9D;
	vertical-align: middle;
	text-align: right;
	padding-top: 1px;
}
div.inactive-end a {
	color: #FFFFFF;
	text-shadow: 0 1px 0 rgba(0,0,0, .25);
	
}
div.inactive {
	background: #eee;
	border-bottom: 1px solid #ddd;
}

a.next, a.prev {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: .5em;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0, .25);
	font-weight: 400;
	color: #fff;
}
#menu-cell.hidden, div.hidden {
	display: none;
	visibility: hidden;
}

a.next {
	padding-right: 52px;
	background: url(../img/content/icon-next.png) 100% 50% no-repeat;
}
a.prev {
	width: 52px;
	text-indent: -9999px;
	background: url(../img/content/icon-prev.png) 50% 50% no-repeat;
}
a.inactive-end {
	padding-right: 52px;
	background: url(../img/content/icon-next.png) 100% 50% no-repeat;
	padding-bottom: 1.5px;
	cursor: default;
	padding-left: 10px;
	padding-top: 2px;
}
a.prev.inactive {
	background: none;
}

a.next.inactive {
	background: none;
}

ul.inactive, li.inactive a.next, li.inactive a.prev, .menu.inactive {
	display: none;
}

/* --- main content area --- */
.main {
	position: relative;
	min-height: 280px;
	border-top: 8px solid #f5f5f5;
	padding: .5em .75em;
	background: #fff;
}
.main::after {
	content: "";
	display: block;
	position: relative;
	clear: both;
}
.main img {
	margin: 0 1em;
}

.sidebar {
	float: right;
	width: 30%;
	margin: 0 0 0 3%;
	color: #222;
	font-size: .9em;
}

.sidebarObject {
	float: right;
	width: 30%;
	margin: 0 0 0 3%;
}

.course {
	float: left;
	width: 66%;
}

.card {
	position: relative;
	max-width: 480px;
	margin: 1em auto;
	padding: .5em 1em;
	border: 1px solid #eee;
}

.card h2 {
	text-align: center;
	font-size: 1.5em;
}

.card img {
	margin: 0;
}
.card-cover {
	position: relative;
}
.card-start {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 46.5%;
	font-size: 2em;
	color:#FFFFFF;
	text-shadow: 0 1px 0 #126FCC;
	text-align: center;
}

.card-logo {
	text-align: center;
}

.card-highlight {
	background: #FFFFFF;
	border-color: #BCEDB2;
}
.icon {
	max-width: 32px !important;
	width: 100% !important;
}

h2.welcome {
	position: relative;
	margin-top: 0.1em;
	padding-top: 12%;
	padding-left: 0.3em;
	padding-right: 0.3em;
	/*background: url(../img/content/welcome.jpg) center center no-repeat;*/
	background-size: cover;
	color: #fff;
	font-size: 3em;
	text-shadow: 0 1px 0 rgba(0,0,0, .25);
}

/* --- sidebar / dropdown menu --- */
.menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	border: 8px solid #f5f5f5;
	border-right-width: 0;
	z-index: 1;
	background: #f5f5f5;
}
.menu h3 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	background: #7dce30;
	text-shadow: 0 1px 0 rgba(0,0,0, .25);
}
.menu h3 a, .menu h3 span {
	display: block;
	width: 100%;
	padding: .5em 12px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #70b92b;
}
.menu h3.selected a, .menu h3.selected span {
	border-bottom: none;
}
.show-menu {
	display: block; 
}
.nav {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.nav li {
	margin: -2px 0 4px;
}
.nav a {
	display: block;
	padding: .25em 12px;
	text-decoration: none;
	background: #d7edB4;
	color: #333;
	font-weight:normal;
	
}
.nav li:last-child a {
	border-bottom: 1px solid #c1d5a2;
}
.menu .nav li.selected:last-child a {
	border-bottom: 1px solid #c1d5a2;
}
.menu .nav li.selected a {
	background: #fff;
	color: #53aa21;
}
.menu .nav:last-child li:last-child, .menu h3:last-child {
	margin-bottom: 0;
}

/* --- footer content --- */
.branding {
	position: relative;
	min-height: 80px;
	padding: 10px 0;
}
.aspire {
	float: right;
	margin: .5em 10px;
}
#course {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding: .5em;
}
.copyright {
	float: left;
	color: #666666;
	padding: 5px 0;
	font-size: 0.7em;
	line-height: 1.3em;
	width: 100%;
}
.aspire-version {
	font-size: .85em;
	white-space: nowrap;
}
.copyright p {
	margin: 0 10px .5em;
}
#aspiral {
	float: left;
	padding: .3em 5px .5em 10px;
	width: 15 px;
}

.photo_caption{
	text-align:left;
	font-size: 75%;
	color:#666;
	padding-left:5px;
	
	
	}
	
.image_with_caption{

	width:260px;
	margin: 1em ;
	float:right;
	
	
	}	

/* --- media queries to handle screen size changes --- */
/* Smaller screens */
@media handheld, only screen and (max-width: 1126px) {
	.course {
		width: 73%;
	}
	.sidebar {
		width: 22%;
	}
	.rightfooter {
		padding-right: 30px;
	}
	
}
@media handheld, only screen and (max-width: 1023px) {
	.course {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.sidebar .card {
		float: left;
		width: 46%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.rightfooter {
		padding-right: 30px;
	}
	
}
@media handheld, only screen and (max-width: 949px) {
	a.next {
		padding-right: 52px;
		text-align: right;
		background: url(../img/content/icon-next.png) 100% 50% no-repeat;
	}
	.rightfooter {
		padding-right: 30px;
	}
	
}
@media handheld, only screen and (max-width: 791px) {
	.outer-container {
		padding: 0;
	}
	.menu {
		border-right-width: 8px;
	}
	.row, body, .container {
		padding: 0;
	}
	.branding {
		padding: 10px 0;
	}
	.main {
		border-top: none;
	}
	.main img {
		margin: 0;
		display: block;
		float: none;
		width: auto;
		margin: .5em auto;
		max-width: 100%;
		height: auto;
	}
	.menu {
		border-color: #fff;
	}
	#menu-cell {
		padding: .5em;
	}
	#course {
		text-align: center;
	}
	.full-title {
		display: none;
	}
	.rightfooter {
		padding-right: 30px;
	}
	
}
@media handheld, only screen and (max-width: 639px) {
	.sidebar .card {
		width: 100%;
		margin-right: 2%;
		margin-left: 2%;
	}
	
	.rightfooter {
		padding-right: 30px;
	}
	
}

@media handheld, only screen and (max-width: 479px) {
	.branding p {
		float: none;
		margin-bottom: 1em;
		/*text-align: center;*/
	}
	.copyright {
		float: none;
		margin-top: 1em;
		/*text-align: center;*/
	}
	a.next {
		padding-right: .5em;
		text-align: center;
		background: none;
	}
	a.inactive-end {
		padding-right: .5em;
		text-align: center;
		background: none;
	}
	#course {
		font-size: .9em;
	}
	#menu-cell {
		padding: .25em;
	}
	.leftfooter {
		width: 250px;
	}
	.rightfooter {
		padding-right: 30px;
	}
	
}
/* --- HIGH PPI ART --- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
	   (-o-min-device-pixel-ratio: 2.6/2),
	   (min--moz-device-pixel-ratio: 1.3),
	   (min-device-pixel-ratio: 1.3),
	   (min-resolution: 1.3dppx) {
	.aspire {
		text-indent: -9999px;
		overflow: hidden;
		width: 78px;
		height: 52px;
		/*background: url(../img/2x/logo-aspire.png) center center no-repeat;*/
		background-size: 78px 52px;
	}
	a.next {
		/*background-image: url(../img/2x/icon-next.png) !important;*/
	}
	a.prev {
		background-image: url(../img/2x/icon-prev.png) !important;
	}
	a.next, a.prev {
		background-size: 52px 30px;
	}
	.inactive a.next, .inactive a.prev {
		background: none !important;
	}
}


 .CS_header{
        display: inline-block;
        position:relative;
		/*border: 1px solid red;*/
 }

.CS_header .CS_img{
	
	margin:0;
   vertical-align: middle ;     
   /* border: 1px solid blue; */
}

.CS_header h2{ 
	display:inline-block; 
	vertical-align:middle;
	/* border: 1px solid yellow;*/
 }
 
.PracticeTask_chc {
    width: 713px;
    padding: 15px;
	display: table;
	border: 3px #67459b solid;
	border-radius: 6px;
} 







.myButton_cert5 {
	/*-moz-box-shadow: 0px 10px 2px -7px #1ec0ee;
	-webkit-box-shadow: 0px 10px 2px -7px #1ec0ee;
	box-shadow: 0px 10px 2px -7px #1ec0ee;*/
	background-color:#67459b;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:arial;
	font-size:16px;
	padding:6px 30px;
	text-decoration:none !important;
}

.myButton:active {
	position:relative;
	top:1px;
}


ol {
	line-height: 2;
}

.flat-table {
  
  -webkit-font-smoothing: antialiased;
  overflow: auto;
   width: auto;
   border-collapse:collapse;
   border-color:rgb(200, 200, 200);
}
  
  th {
    background-color: rgb(216, 216, 216);
    /*color: white; */
    font-weight: normal;
    padding: 7px;
    text-align: center;
	border:none;
	border-color:rgb(200, 200, 200);
  }
  td {
   /* background-color: rgb(215, 237, 180); */
   /* color: rgb(111, 111, 111); */
    padding-left: 10px; 
	border-color:rgb(200, 200, 200);
  }
		
		
 /* table settings for BSB units - this code can be modified if required */
.bsb-table {
    width: 95%;
	max-width:850px;
    border-collapse: collapse;
	line-height:17px;
	
	
}	
	
.bsb-table .bsb-table-heading {
    font-size: 1.1em;
    border: 1px solid #a7a9ac;
	text-align: center;
	font-weight:800;
	background-color:#e6ebf1;


	}
	
.bsb-table td{
    font-size: .9em;
    border: 1px solid #a7a9ac; 
	
}

.bsb-table p{
	margin: 5px;
	margin-left:0px;
}