﻿.courseList > div ~ div {
	display: flex;
	flex-wrap: wrap;
	justify-content: baseline;
}

.LearningContentContainer[data-contenttype="Course"],
.LearningContentContainer[data-contenttype="Track"] {
	width: 250px;
	height: 200px;
	margin-bottom: 18px;
	box-sizing: border-box;
	margin-right: 18px;
	-webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.15);
	position: relative;
}

[data-contenttype="KnowledgeAsset"] .enroll,
[data-contenttype="KnowledgeAsset"] .modulesCount,
[data-contenttype="KnowledgeAsset"] .duration {
    display: none !important;
}


inspector-stylesheet:1
.cardView span.inProgress {
    display: none;
}

.LearningContentContainer a {
	text-decoration: none;
	color: #00963A;
	font-size: 14px;
	overflow: hidden;
	display: inline-block;
	font-family: "Times New Roman";
	text-overflow: ellipsis;
}

.phaseHeader {
	display: inline-block;
	width: 100%;
	background-color: #006747;
	color: #FFF;
	margin-bottom: 14px;
	box-sizing: border-box;
	padding: 8px 0px;
	padding-left: 10px;
}

.radioButtonHack:checked ~ div {
	display: block !important;
}

.learningContentDescription {
	margin-bottom: 10px;
	position: relative;
	padding: 12px 12px 96px;
}
	.learningContentDescription .duration {
		left: 0px;
		position: absolute;
		bottom: 4px;
		color: #00963A;
		text-transform: uppercase;
		padding: 10px;
	}


.toggleNav li.selected {
	background-color: #00963A;
	color: #FFF;
	position: relative;
}

	.toggleNav li.selected:after {
		color: #00963A;
		content: '♦';
		position: absolute;
		right: -10px;
		top: -10px;
		font-size: 42px;
	}

.progressContainer {
	position: absolute !important;
	right: 0;
	bottom: 0;
	padding: 15px;
}

.phasePanel .phasePanel .phaseHeader {
	background-color: #00963A;
}

.topNav.dropNav {
	width: 100%;
	background-color: #009639;
	color: #FFF;
	font-size: 16px;
	padding: 8px;
}

label.categoryHeader {
	padding: 12px;
}

.modulesCount {
	position: absolute;
	bottom: 19px;
	color: #00963A;
	text-transform: uppercase;
	padding: 10px;
	left: 0px;
}

.LearningContentContainer .duration {
	text-transform: uppercase;
}

.courseList >
	div ~ div {     
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;  

}

.trackCards {
	display: flex;
	flex-wrap: wrap;
}

.LearningContentContainer[data-contenttype="Track"] label {
	background: #006747;
	width: 100%;
	display: inline-block;
	color: #FFF;
	box-sizing: border-box;
	padding: 8px;
}

.LearningContentContainer .name, .LearningContentContainer .description {
	padding: 8px 8px 0;
	max-height: 50px;
	overflow: hidden;
/*	font-family: "Times New Roman"; */
	font: unset;
}

.LearningContentContainer .description {
	text-overflow: ellipsis;
	max-height: 50px;
	overflow: hidden;
}

.courseLaunch div.ui-tabs ul.ui-tabs-nav li {
	width: 100%;
	border: none;
	background: #FFF;
	color: #009639;
}
	.courseLaunch div.ui-tabs ul.ui-tabs-nav li a {
		color: #009639;
	}

div#courseDetailsContainer {
	display: none !important;
}

.courseDialog .tabContainer ul.ui-tabs-nav li {
	width: 100%;
	background: none;
	border: none;
	margin-left: 24px;
	padding-top: 24px;
}
	.courseDialog .tabContainer ul.ui-tabs-nav li a {
		color: #009639;
		text-transform: uppercase;
		padding: 0;
	}

.courseDialog .tabContainer > div {
	border: none;
}

.courseDialog .title {
	width: 630px;
}

.courseDialog .launchLink {
	text-align: right;
}

.launchLink a {
	display: inline-block;
	font-size: 22px;
	text-decoration: none;
	color: #009639;
}

.courseDialog table {
	width: 100%;
}

div#tabContainer {
	padding-bottom: 55px;
	border-bottom: 2px solid #009639;
}

div#advisorContainer tbody tr:first-child {
	border-top: 6px solid #ECECEA;
}

div#advisorContainer tbody tr {
	border-top: 4px solid #ECECEA;
	border-bottom: 4px solid #ECECEA;
}

div#advisorContainer table tbody tr td {
	box-sizing: border-box;
	padding: 12px;
}

.courseLaunch .body ul.ui-tabs-nav li.ui-tabs-active:before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	color: #009639;
}

.courseLaunch .body li.ui-tabs-active {
	position: relative;
}

.courseLaunch ~ .body ul.ui-tabs-nav li:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	color: #009639;
	content: "\f054";
	left: -15px;
}

.ui-dialog {
	border-top: 4px solid #009639;
	z-index: 999;
}

	.ui-dialog button.ui-dialog-titlebar-close {
		background: none;
		background-image: none;
	}

		.ui-dialog button.ui-dialog-titlebar-close:after {
			content: 'x';
			font-size: 22px;
			color: #009639;
		}

.launchLink .completed {
	display: inline-block;
	color: #006646;
	font-size: 22px;
}

.transcript .LearningContentContainer {
	width: 100%;
	height: 42px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-bottom: 1px solid #d9d9d6;
	margin: 0;
}

.transcript .sectionHeader {
	text-shadow: none;
	padding: 0;
}

.transcript .trackHeader {
	width: 100%;
	line-height: 16px;
	box-sizing: border-box;
	padding: 0;
}

.transcript div.completed {
	display: inline-block;
	bottom: 0;
	padding-left: 16px;
	width: 100%;
	color: #00BF32;
	box-sizing: border-box;
	position: absolute;
	height: 42px;
}

.transcript span.completed {
	display: inline-block;
	bottom: 0;
	vertical-align: bottom;
}

.transcript span.CompletionDate {
	position: absolute;
	bottom: 0;
	width: 155px;
	left: 82px;
}

.myTranscript .filterBar {
	overflow: hidden;
}

.myTranscript .actionContainer {
	display: inline-block;
	float: right;
}

.mainRoundedBox.myTranscript {
	position: relative;
	margin-top: 19px;
}

.myTranscript tbody td select {
	border: none;
	color: #009639;
	text-transform: uppercase;
}

.LearningContentContainer[data-contenttype="KnowledgeAsset"] {
	width: 100%;
	box-shadow: none;
	border-bottom: 1px solid grey;
	overflow: hidden;
	position: relative;
	margin: 0;
}

div[data-contenttype="KnowledgeCategory"] .phaseHeader {
	margin-bottom: 0;
}

.LearningContentContainer[data-contenttype="KnowledgeAsset"] .containerName {
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	margin-left: 10px;
	color: #000;
}

.lastUpdated {
	display: inline-block;
	position: absolute;
	right: 42px;
	color: #95989A;
	text-align: right;
	top: 8px;
}

.LearningContentContainer .toggleDescription {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 45px;
	line-height: 45px;
}

	.LearningContentContainer .toggleDescription ~ label:after {
		content: '▼';
	}

	.LearningContentContainer .toggleDescription:checked ~ label:after {
		content: '▲';
	}

.courseHeader, .radioButtonHack, .completed, .courseRating, div#advisorContainer h3, .courseDialog .check, .courseDialog .status, div#advisorContainer table thead, .transcript .modulesCount, .transcript .duration, div[data-contenttype="KnowledgeCategory"] .duration, div[data-contenttype="KnowledgeCategory"] .modulesCount {
	display: none;
}

.courseCount, span.completedInfo {
	position: absolute;
	bottom: 0;
	
}

.description [data-contenttype="Course"], [data-contenttype="Course"] .description,
.description [data-contenttype="Track"], [data-contenttype="Track"] .description {
	height: 60px;
	overflow: hidden;
}

.containerHeader.sectionHeader.collapsible {
	width: 1062px;
	max-width: 100%;
	display: inline-block;
	background-position: right;
	box-sizing: border-box;
	background-color: #006646;
	padding: 5px 0px;
	border-right: none;
	border-left: none;
}
.transcript .collapsible > span, .containerHeader.sectionHeader.collapsible {
	width: 1065px;
	max-width: 100%;
	display: inline-block;
	background-position: right;
	box-sizing: border-box;
	padding: 5px 0px;
	border-right: none;
	border-left: none;
}

.transcript span.CompletionDate span.CompletionDate:before {
	content: 'on';
}

.courseRating {
    display: none;
}

.LearningContentContainer .status {
    display: none;
}

.LearningContentContainer .completed {
    display: none;
}

.LearningContentContainer .enroll {
    position: absolute;
    right: 70px;
    bottom: 22px;
    width: 37px;
    height: 37px;
}

.enroll img {
    width: 100%;
    height: 100%;
}

.enroll a {
    display: block;
}

.completionCheck {
    position: absolute;
    top: 0;
    right: 0;
}

.transcript div.completed span.notStarted {
    position: absolute;
    bottom: 0px;
    color: #868686;
}

.transcript span.showHideToggle {
    /*display: none;*/
	height: 1px !important;
}

.transcript .mainRoundedBox div input:checked ~ label:after
{
	content:" " !important;
}
.transcript .phaseHeader {
    margin-bottom: 0px;
    background-color: #009639;
}

.transcript .phaseHeader span {
}

.twoPanel .categoryPanel > label {
    display: none;
}

.progressbar-text {
    font-size: 12px !important;
}

[data-percent]:not([data-percent="0"]) .progressbar-text:after {
    content: '%';
}

.myTraining span.percentComplete {
    display: block !important;
    position: absolute;
    right: 8px;
    top: 7px;
    color: #006646;
    font-weight: bold;
    z-index: 999;
}

.LeftNav li {
    position: relative;
}

span.inProgress {
    position: absolute;
    bottom: 0px;
    color: #868686;
}

.cardView span.completedInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    WORD-WRAP: normal;
    WIDTH: 70px;
    text-align: center;
    color: #006646;
}

.cardView  span.completedInfo:before {
    content: '✔';
    font-size: 24px;
    color: #006646;
}

#advisorContainer table.contentParent {
    width: 100%;
}

#advisorContainer .status {
    display: none;
}

.courseLaunch {
    position: relative;
}

#advisorContainer td.check {
    display: none;
}

.myTranscript .categoryPanel {
    border-bottom: 1px solid #d9d9d6;
    background-color: #517A8E;
}

.myTranscript .completionCheck:after {
	content: '✔';
	position: absolute;
	right: 10px;
	top: 0px;
	height: 42px;
	line-height: 42px;
}
.transcript .collapsible > span {
    padding-left: 10px;
    height: 40px;
}

.transcript div.completed {
    text-transform: uppercase;
}

.transcript span.CompletionDate span.CompletionDate {
    left: 75px;
}

.myTranscript [data-contenttype="Course"] .progress {
    display: none;
}

.myTranscript [data-contenttype="Track"] .learningContentDescription {
    position: absolute;
    top: 0px;
}

.myTranscript [data-contenttype="Track"] .learningContentDescription .progressBar {
    display: none;
}

.myTranscript [data-contenttype="Track"] .learningContentDescription .progressContainer {
    left: 0;
    z-index: 9999;
    color: white;
    white-space: nowrap;
    top: 0px;
}

.trackCards h1 {
    width: 100%;
    margin-bottom: 10px;
}

.trackCards .containerName {
    max-height: 48px;
    display: inline-block;
    overflow: hidden;
}

.courseLaunch li {
    width: 100%;
    border: none !important;
    background: none !important;
    position: relative;
    left: 25px;
    color: #009639;
}

.courseLaunch li a {
    color: #009639;
}

.courseLaunch li a:link {
    color: #009639 !important;
}


.courseLaunch ul.ui-tabs-nav  li.ui-tabs-active:before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	color: #009639;
}

.courseLaunch ul.ui-tabs-nav li:before {
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	color: #009639;
	content: "\f054";
	left: -15px;
}

.courseLaunch > div {
    border: none;
}


span.containerName:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    position: absolute;
    right: 8px;
}

div input:checked ~ * > span.containerName:after {
    content: "\f078";
}

.progressContainer {
    pointer-events: none;
}

.advisorView td.icon {
    line-height: 28px;
    font-size: 20px;
    color: #009639;
}

div.duedate {
    position: absolute;
    bottom: 35px;
    color: #00963A;
    text-transform: uppercase;
    padding: 10px;
	left: 0px;
}

.myTranscript .LearningContentContainer .name {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.certificate {
    margin-top: 23px;
    margin-left: 200px;
}

.collapsible span {
    background-image: none !important;
}

.myTranscript .childPanel {
    position: relative;
}

.myTranscript p.progressText {
    position: absolute;
    top: 25px;
    left: 29px;
    font-size: 10px;
    font-weight: 100;
}

.trackCards .containerName:after {
    content: '';
}

.LearningContentContainer[data-contenttype="KnowledgeAsset"] .containerName:after {
    content: '';
}

.progressContainer[data-percent="100"] {
    display: none;
}

div#overview {
    padding-left: 34px;
    margin-top: 10px;
}

.courseDialog .ui-tabs .ui-tabs-panel {
    padding-left: 33px;
}

.ui-dialog .ui-dialog-title {
    margin-left: 20px;
}

.courseLaunch .duration, .courseLaunch .modulesCount {
    margin-left: 22px;
}

#advisorContainer table {
}

.advisorView td.icon:before {
    margin-left: 17px;
}

.courseDialog .launchLink a {
    font-size: 14px;
}

.courseDialog .launchLink .check {
    display: block;
    font-size: 23px;
}

.checkboxHack ~ .contentChildren {
    display: none;
}

.checkboxHack:checked ~ .contentChildren {
    display: block;
}

.trackCards .LearningContentContainer[data-contenttype="Track"] label {
    height: 200px;
    position: absolute;
    top: 0px;
    background-color: transparent;
    cursor: pointer;
}

.trackCards .LearningContentContainer[data-contenttype="Track"] {
    padding-top: 30px;
}