/* Catalog Competency Tracks/Paths */

div.catalog .competency-paths {
	margin: 0px auto;
	max-width: 1426px;
	padding-top: 24px;
}

div.catalog .competency-paths .intro {
	color: var(--text-secondary);
	padding: 4px 24px 0px 24px;
}

div.catalog .competency-paths .competency-path-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 8px 4px 8px;
	width: 100%;
}

div.catalog .competency-paths .competency-path-list .competency-path-card {
	cursor: pointer;
	margin: 16px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	text-align: left;
	width: 250px;
}

div.catalog .competency-paths .competency-path-list .competency-path-card.dummy-item {
	box-shadow: none;
	height: 0px;
	margin: 0px 16px;
}

div.catalog .competency-paths .competency-path-list .competency-path-card .card-content {
	background-color: var(--background-overlay);
	color: var(--white);
	position: relative;
	z-index: 1;
}

div.catalog .competency-paths .competency-path-list .competency-path-card.hidden .card-content {
	color: var(--grey);
}
div.catalog .competency-paths .competency-path-list .competency-path-card:hover {
	outline-width: 3px;
	outline-color: var(--primary-orange);
	outline-style: solid;
}

div.catalog .competency-paths .competency-path-list .competency-path-card.hidden:hover {
	outline-width: 0px;
}

div.catalog .competency-paths .competency-path-list .competency-path-card:hover .card-content {
	color: var(--primary-orange);
}

div.catalog .competency-paths .competency-path-list .competency-path-card.hidden:hover .card-content {
	color: var(--grey);
}

div.catalog .competency-paths .competency-path-list .competency-path-card .card-content .name {
	font-size: 1.1em;
	font-weight: 600;
	height: 126px;
	padding: 32px 24px;
	text-align: center;
}

div.catalog .competency-paths .competency-path-list .competency-path-card .card-content i {
	display: none;
}

div.catalog .competency-paths .competency-path-list .competency-path-card:hover .card-content i {
	display: block;
	font-size: 40px;
	height: 46px;
	margin-left: 110px;
	padding-top: 3px;
}

div.catalog .competency-paths .competency-path-list .competency-path-card:hover .card-content .name {
	font-size: 1.1em;
	font-weight: 600;
	height: 80px;
	padding: 32px 24px;
	text-align: center;
}

div.catalog .competency-paths .competency-path-list .competency-path-card.hidden:hover .card-content .name {
	font-size: 1.1em;
	font-weight: 600;
	height: 126px;
	padding: 32px 24px;
	text-align: center;
}

div.catalog .competency-paths .competency-path-list .competency-path-card .card-content .info {
	height: 40px;
	text-align: center;
}

div.catalog .competency-paths .competency-path-list .competency-path-card .card-content .info div {
	display: inline-block;
}

div.catalog .competency-paths .competency-path-list .competency-path-card .thumbnail {
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 166px;
}

div.catalog .competency-paths .competency-path-list .competency-path-card .edit-icon {
	position: absolute;
	right: 0px;
	top: 8px;
	z-index: 2;
}

div.catalog .competency-paths .competency-path-list .competency-path-card:hover .edit-icon {
	color: var(--text);
}

div.catalog .competency-paths .competency-path-list .competency-path-card .edit-icon:hover {
	color: var(--primary-orange);
}

div.catalog .competency-paths .competency-path-list .competency-path-card.hidden .edit-icon:hover {
	color: var(--primary-orange);
}

div.catalog .competency-paths .competency-path-list .competency-path-card .content-flag-container {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 0;
	height: 35px;
	width: 35px;
	padding: 4px;
	background-color: var(--primary-orange);
}

div.catalog .competency-paths .competency-path-list .add-competency-path-btn {
	border: 2px dashed var(--grey);
	cursor: pointer;
	height: 166px;
	line-height: 1;
	margin: 16px;
	padding-top: 16px;
	text-align: center;
	width: 250px;
}

div.catalog .competency-paths .expand-btn {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	margin-left: 24px;
	padding: 4px 0px;
}

div.catalog .competency-paths .expand-btn:hover {
	color: var(--primary-orange);
}

div.catalog .competency-paths .expand-btn div {
	text-transform: uppercase;
}

div.catalog .competency-paths .expand-btn i {
	font-size: 20px;
	margin-left: 4px;
}

/* Competency Track/Path Detail Page */

div.competency-path-detail-page {
	max-width: 1144px;
}

div.competency-path-detail-page .nav-container .category-name {
	cursor: pointer;
	text-decoration: underline;
}

div.competency-path-detail-page .nav-container .category-name:hover {
	color: var(--primary-orange);
}

div.competency-path-detail-page .nav-container i {
	font-size: 20px;
	padding: 0px 8px;
}

div.competency-path-detail-page .nav-container .competency-path-name {
	color: var(--primary-orange);
}

div.competency-path-detail-page .title-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

div.competency-path-detail-page .title-row .competency-path-name {
	color: var(--primary-orange);
	margin-bottom: 0px;
	width: 58.3%;
}

div.competency-path-detail-page .title-row .competency-path-progress-col {
	align-items: center;
	display: flex;
	padding-left: 12px;
	width: 41.7%;
}

div.competency-path-detail-page .title-row .competency-path-progress-col .competency-path-progress {
	width: 44px;
}

div.competency-path-detail-page .title-row .competency-path-progress-col .competency-path-progress-bar {
	background-color: var(--grey);
	flex-grow: 1;
	height: 12px;
}

div.competency-path-detail-page .title-row .competency-path-progress-col .competency-path-progress-bar .progress-bar-fill {
	background-color: var(--accent-blue);
	height: 12px;
}

div.competency-path-detail-page .info-card {
	margin: 32px 0px 40px 0px;
	position: relative;
}

div.competency-path-detail-page .info-card .heading {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 4px;
}

div.competency-path-detail-page .info-card .image {
    position: relative;
    width: 100%;
    background-size: cover;
	background-position: center;
	height: 24vmax;
}

div.competency-path-detail-page .info-card .data {
	color: var(--text-secondary);
	margin: 0px;
}

div.competency-path-detail-page .info-card .data {
	color: var(--text-secondary);
	margin: 0px;
}

div.competency-path-detail-page .info-card .data span {
	font-weight: 600;
}

div.competency-path-detail-page .info-card .info {
	padding: 8px 16px 60px 16px;
}

div.competency-path-detail-page .info-card .follow-btn-container {
	bottom: 24px;
	position: absolute;
	right: 24px;
}

div.competency-path-detail-page .courses {
	margin-bottom: 16px;
}

div.competency-path-detail-page .courses h4 {
	margin-bottom: 8px;
}

div.competency-path-detail-page .courses .course-group .course-list {
	margin: 0px -16px;
}

div.competency-path-detail-page .courses.competencies h4 {
	margin-bottom: 24px;
}

div.competency-path-detail-page .courses.competencies .progress-percentage {
    width: 40px;
}

div.competency-path-detail-page .courses.competencies .lms-card {
	padding: 16px 24px;
}

div.competency-path-detail-page .courses.competencies .row {
	flex-wrap: wrap;
	margin-top: -16px;
}

div.competency-path-detail-page .courses.competencies .col {
	margin-top: 16px;
}

div.competency-path-detail-page .courses.competencies .truncate {
	font-weight: 500;
}

div.competency-path-detail-page .courses.competencies .progress-bar {
    background-color: var(--grey);
    display: inline-block;
    flex-grow: 1;
    height: 12px;
}

div.competency-path-detail-page .courses.competencies .progress-bar-fill {
    background-color: var(--accent-blue);
    height: 12px;
}

div.competency-path-detail-page .courses.competencies .detail-btn {
	text-align: right;
	width: 132px;
}

.edit-competency-path-courses-modal .course-wrapper {
		padding: 2px 4px;
}

.edit-competency-path-courses-modal .course-wrapper.dragover {
		border-top: 2px solid var(--primary-orange);
}

.edit-competency-path-courses-modal .course-item {
		background-color: var(--grey);
		cursor: move;
		padding: 8px;
}

.edit-competency-path-courses-modal .course-item i {
		cursor: pointer;
		font-size: 20px;
		opacity: 0.54;
		padding: 0px 4px;
}

.edit-competency-path-courses-modal .course-item i:hover {
		opacity: 0.87;
}

.edit-competency-path-courses-modal .add-btn {
		border: 2px dashed var(--grey);
		cursor: pointer;
		padding: 6px;
		margin: 4px 4px 24px 4px;
		text-align: center;
}

.competency-popup .title-row {
	margin: 8px 0px 12px 0px;
}

.competency-popup h4 {
	margin-bottom: 0px;
}

.competency-popup h5 {
	margin: 24px 0px 8px 0px;
}

.competency-popup p {
	color: var(--grey-dark);
	margin: 0px 0px 8px 0px;
}

.competency-popup .progress-percentage {
	color: var(--grey-dark);
}

.competency-popup .collection-item {
	border-bottom: 1px solid var(--grey);
	padding: 8px 16px;
}

.competency-popup .skill-name {
	font-weight: 500;
}

/* Courses */
div.catalog .courses .intro {
	color: var(--text-secondary);
	display: inline;
}

.intro.material-icons-outlined,
.intro.material-icons {
	color: var(--text-secondary);
	display: inline;
	vertical-align: bottom
}

.introContainer {
	padding: 0px 24px 0px 24px;
}