/* Tasman Bold- For Headlines */
/* Montserrat  Font Family For Body Text */

/*Main brand colour: Blue : RGB: 35, 68, 132 			#234484*/
/*Secondary colour: Purple : RGB: 8, 13, 73				#080D49*/
/*Body Text: Black : RGB: 240, 84, 79 #F0544F > 		#0D0D0D*/
/*Accent  colour: Light Gray RGB: 240, 84, 79 			#F4F4F6*/
/*Accent colour: White RGB: 240, 84, 79 				#FFFFFF*/
/*Heading Underline: Lavender Grey RGB: 240, 84, 79 	#DCDDE7*/

/*MESSAGES*/


div.divMessage{
	padding: 15px;
	margin-bottom: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}

div.divMessage a{
	color: white;
}

div.divMessage_confirm{
	background-color: green;
}

div.divMessage_error{
	background-color: red;
}

div.divMessage_info{
	background-color: #ff0099;
}


/*PAGE LAYOUT*/


.constrained{
	margin: auto;
	max-width: 1280px;
}

/*HEADER*/
header{
	padding: 16px 0px 0px ;
	border-bottom: solid #333 1px;
	width:100%;
	background-color: white;
	z-index: 10;
	box-shadow: #999 0 0px 10px;

}

.header-flex-row{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom:10px;
}

.header-flex-row div{
	align-self: center;
	flex-grow: 1;
}

#div-head-buttons{
	text-align: right;
}

#div-head-buttons a{
	text-decoration: none;
}

#img-header-basket{
	height: 20px;
	margin-left: 10px;
}

#img-header-login{
	height: 20px;
	margin-left: 10px;
}
#img-header-logout{
	height: 18px;
}

#img-header-back{
	height: 20px;
}

#img-header-title a{
	text-decoration: none;
}

#div-logo{
	max-width: 82px;
}

#img-header-logo{
	width: 64px;
}

#img-header-title{
	font-family: Tasman, 'open sans', arial;
	font-size: 13px;
	font-weight: 700;
	color: #234484;
	line-height: 16px;
	padding-top: -1px;
}

#img-header-title a{
	color: #234484;
}

#img-header-burger{
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 18px;

}

#content{
	background-color: #FAFAFA;
	padding: 20px 0;
}

/*FOOTER*/
footer{
	background-color: #080D49;
	padding: 30px;
	color:white;
}
footer a{
	color:white;
	text-decoration: none;
}





/*******************NAVIGATION*************************/

#divNavCtr{
	border-top: solid #333 1px;
	z-index: 20;
	display: none;
}

#divNavMemberCtr{
	z-index: 20;
}

.ulNavFull li ul{
	z-index: 30;
}

.ulNavFull{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
}

.ulNavFull li{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	position: relative;

}

.ulNavFull li a{
	display: block;
	color: #234484;
	vertical-align: middle;
	line-height: 50px;
	padding: 0 15px;
	text-decoration: none;
}

.ulNavFull li:hover > .ulHeaderSubNavFull{
	transition: opacity 2s;
	-webkit-transition: opacity 2.0s;
	-moz-transition: opacity 2.0s;
	-o-transition: opacity 2.0s;
	display: flex;
	flex-direction: column;
	background-color: #fff;

}

.displayDesktopDefault .mobileMenuChevron{
	display: none;

}

.ulNavFull li a:hover{
	background-color: #fff;
}

.ulHeaderSubNavFull{
	position: absolute;
	left: 0;
	top: 40px;
	margin-left: 0px;
	display: none;
}

.ulHeaderSubNavFull li{
	text-align: left;
	margin-left: 0px !important;
	line-height: 40px;
}

.ulHeaderSubNavFull li a{
	display: block;
	border: red;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;

}

#divNavCtr .ulHeaderSubNavFull li a{
	background-color: #fff;
}

#divNavMemberCtr .ulHeaderSubNavFull li a{
	background-color: #333;
}

#divNavCtr .ulHeaderSubNavFull li a:hover, #divNavMemberCtr .ulHeaderSubNavFull li a:hover{
	background-color: #fff;
}

/*********************BLOCK LAYOUTS**************************/

.flexRow{
	display: flex;
	flex-wrap: wrap;
}

.flexCell50percent{
	flex: 0 48%;
	flex-direction: column;
}

.flexCell25percent{
	flex: 0 24%;
	flex-direction: column;
}

@media (max-width: 1000px){

	.flexCell25percent{
		flex: 0 33%;
		flex-direction: column;
	}

}

@media (max-width: 800px){

	.flexCell25percent{
		flex: 0 48%;
		flex-direction: column;
	}
}

@media (max-width: 360px){

	.flexCell25percent{
		flex: 0 100%;
		flex-direction: column;
	}
}

#divEmulated{
	background-color: deeppink;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	opacity: 0.30;
}

#divEmulated:hover{
	opacity: 1;
}

/*MEMBERS*/

.divHighlightBox{
	padding: 20px;
	background-color: #080D49;
	margin: 20px 0;
	color: white;
}

.divHighlightBox a{
	color: white;
}


/***************DASHBOARD*******************************/

#divAccountHome div a{
	display: block;
	width: 100%;
	position: relative;
	margin:30px 0;
	text-decoration: none;
	font-family: Tasman, 'open sans', arial;
	color:#234484;
}



#divAccountHome div a span{
	border:1px solid #ccc;
	display: inline-block;
	padding:30px;
	box-shadow: #ccc 0px 0px 5px 0px;
}

#divAccountHome div a span:hover{
	box-shadow: #000 0px 0px 5px 0px;
}

#divAccountHome div a img{
	max-width: 60%;
	max-height: 125px;
}

.divAccountHomeSubtitle{
	padding-top: 10px;
	display: block;
	width: 100%;
	font-size: 20px;
	font-weight: 700;

}

.imgAccountAlert{
	width: 30px;
	top: 20px;
	right: 35%;
	position: absolute;
}


/***************ACCOUNT*****************************/
.aAssetAction{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 3px;
	position: relative;
}

.aAssetAction.tick{
	background-image: url('/library/images/icons/tick.png');
}
.aAssetAction.tick_disabled{
	background-image: url('/library/images/icons/tick_disabled.png');
}

.aAssetAction.tick.elearning{
	background-image: url('/library/images/icons/tick-elearning.png');
}

.aAssetAction.tick_disabled.elearning{
	background-image: url('/library/images/icons/tick-elearning-disabled.png');
}

.aAssetAction.approve{
	background-image: url('/library/images/icons/approve.png');
}

.aAssetAction.pdf{
	background-image: url('/library/images/icons/pdf.png');
}

.aAssetAction.pdf.passed{
	background-image:url('/library/images/icons/certificate.png');
}


.aAssetAction.pdf.plain{
	background-image:url('/library/images/icons/pdf-plain.png');
}

.aAssetAction.certificate{
	background-image: url('/library/images/icons/certificate.png');
}

a.aAssetAction.paid_full{
	background-image: url('/library/images/icons/paid_full.png');
}

a.aAssetAction.paid_part{
	background-image: url('/library/images/icons/paid_part.png');
}

a.aAssetAction.paid_none{
	background-image: url('/library/images/icons/paid_none.png');
}

.aAssetAction.coursework{
	background-image: url('/library/images/icons/coursework.png');
}

.aAssetAction.coursework_download{
	background-image: url('/library/images/icons/coursework_download.png');
}

.aAssetAction.delete{
	background-image: url('/library/images/icons/delete.png');
}

.aAssetAction.view{
	background-image: url('/library/images/icons/view.png');
}


.spnWarningIcon{
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	background-color: red;
	border-radius: 10px;
	right: -7px;
	top: -7px;
	color: white;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid white;
}




/*********************BASKET*******************************/

/*BASKET TABLE*/

.divTable{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.divTableRow{
	display: table-row;
}

.divTableCell{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	line-height: 24px;
	border-bottom: 2px solid #dddddd;
}

.divTable .divTableRow:last-child .divTableCell{

	border: none !important;
}

.divTableCell div{
	line-height: 24px;
}

.divTableRowHeader{
	background-color: #eeeeee;
}

.divTableRowHeader .divTableCell{
	font-weight: 700;
}

.divTableCell.highlight{
	font-weight: 700;
}

.divTutorEventHeader {
	writing-mode: vertical-rl;
}



.tabcontent{
	margin-bottom:100px;
}


/**********RESPONSIVE VIDEO***********/

.greyed{
	filter: grayscale(1);
	opacity: 0.5;
}


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}






/*********************ELEARNING********************/

.divQuestionAnswered{
	padding: 20px 50px 20px 20px;
	margin-bottom: 20px;
	border:1px solid #ccc;
	background-repeat: no-repeat;
	background-position: center right 40px;
	background-size: 40px;
}

.divQuestionAnswered.correct{
	background-image:url('/library/images/correct.png');
}

.divQuestionAnswered.incorrect{
	background-image:url('/library/images/incorrect.png');
}


.divQuestionAnswered.correct .divOutcome{
	font-weight: 700;
	color: green;
}
.divQuestionAnswered.incorrect .divOutcome{
	font-weight: 700;
	color:red;
}

.imgElearning{
	max-width:50%;
	border:1px solid #ccc;
	margin:20px 0;
}


/*VIDEOS*/

.spnCpdMinutes{
	position:absolute;
	right:2px;
	top:2px;
	background-color: rgba(255,255,255,0.8);
	padding:5px 10px;
}