

th.cert-profile-th {
	background-color: #e5ebb3;
	font-size:  120%;
}

.modal-content .certificate-profile {
	padding: 40px;
}

@media only screen and ( max-width: 500px ) {
	
	.modal-header {
		font-size:  60%;
	}

}

.core-indicator {
	text-align:  center;
	padding:  10px 6px 10px 6px;
	margin-bottom:  12px;


	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border:  1px solid #aaa;
}





.core-indicator-inline {
	text-align:  center;
	padding:  10px 0 10px 0;
	margin-bottom:  12px;
	display: inline-block;
	width:  10%;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border:  1px solid #aaa;
}



.core-enrolled {
	background-color:  #FF4136;
	color:  #fff;
	border:  0;
}

.core-in-progress {
	background-color:  #FF851B;
	color: #fff;
	border:  0;
}

.core-completed {
	background-color:  #2ECC40;
	color: #fff;
	border:  0;
}

.course-list-block {
	/* border: 1px solid #444; */
	padding: 0 1em 0 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.course-status {
	font-weight:  bold;
}

.course-enrolled {
	color:  #FF4136;

}

.course-in-progress {
	color:  #FF851B;
}

.course-completed {
	color:  #2ECC40;
}





.kg-progress-meter {
	width:  0;
	background-color: #aaa;
	height:  30px;
}

.progress-bar-house {
	margin-bottom:  30px;
}

.kg-usermeta {
	font-size: 150%;
	margin-bottom:  24px;
	color:  #00529c;
}



.profile-legend {
	font-size:  12px;
}

.legend-box {
	display:  inline-block;
	width: 10px;
	height:  10px;
}

.legend-not-enrolled {
	border: 1px solid #888;
}

.legend-enrolled {
	background-color:  #FF4136;
}

.legend-in-progress {
	background-color:  #FF851B;
}

.legend-complete {
	background-color:  #2ECC40;
}

.legend-box-flat {
	display: inline-block;
}

.legend-text {
	margin-right: 12px;
}

.learner-dashboard-promotion {
	padding:  50px 10px 50px 10px;
	border:  1px solid #000;
}

.dashboard-requirement-block {
	border:  1px solid #888;
	padding:  10px;
	margin-bottom:  12px;
}

.requirement-empty {
	border:  1px solid #ccc;
	color:  #aaa !important;
}

.requirement-empty h3{
	color:  #aaa !important;
}


.learner-dash-resources {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 85%;
}

.learner-dash-resources li {
	/* border-bottom: 1px solid #888; */
	padding: 6px 10px 6px 10px;
	margin: 3px 0 3px 0;
	background-color : #cbdb2a;
}

.learner-dash-resources li a {
	color: #333;
}

.learner-dash-resources li a:hover {
	color: #00529c;
	text-decoration: none;
	;
}

.resources-hed {
	background-color : #cbdb2a;
	padding: 6px 10px 6px 10px;
	margin: 3px 0 3px 0;
}

.resources-foot {
	background-color: #cbdb2a;
	margin: 3px 0 3px 0;
	padding: 16px 10px 16px 10px;
	/* text-align: center; */
}

.resources-foot h4 {
	margin: 0 !important;
	padding: 0 !important;
	color: #333;
}

.resources-hed h3 {
	color: #333;
}


.course-schedule-section-hed {
	background: #00529c;
	padding: 6px 0 6px 8px;
	margin-bottom: 18px !important;
	color: #fff;
	font-size: 1.2em;
	font-weight: 900;
}

h4.course-listing-title {
	margin-left: 8px !important;
}

.course-schedule-no-courses {
	margin-left: 8px;
	margin-bottom: 28px;
	font-size: .9em;
	color: #888;
}


.course-list-admin {
	border: 1px solid #cbdb2a;
	padding: 1em;
	margin: 2em 0;
}


.dashboard-container {
	padding: 2em;

}

@media only screen and (max-width: 568px) {

	.dashboard-container {
		display: block;
	}
}




/* NEW COURSE STUFF TESTING */


	.courses-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 1em;
		row-gap: 2em;
	}

	@media  screen  and (max-width: 990px) {
		.courses-grid {
					grid-template-columns: 1fr 1fr 1fr;
		}
	}

		@media  screen  and (max-width: 660px) {
		.courses-grid {
					grid-template-columns: 1fr 1fr;
		}
	}

		@media  screen  and (max-width: 320px) {
		.courses-grid {
					grid-template-columns: 1fr;
		}
	}



	.courses-grid h2 {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 20px;
		font-weight: 900;
		color: #333;
		margin-bottom: .5em;

	}
	.box {
		border: 1px solid #aaa;
		display: flex;
		flex-direction: column;
		border-radius: 5px;
		background: rgb(255,255,255);
		/* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,254,248,1) 81%, rgba(255,248,219,1) 100%); */
	}

	.box .top {
		position: relative;
		height: 100px;
		background-repeat: no-repeat;
		background-color: #cccccc;
		background-size: cover;

	}

	.box .top .top-img {
		width: 100%;
		margin-bottom: 1em;
	}

	.box .middle { 
		margin-bottom: 8px;
		padding: 1em;
		font-size: .9em;
	}

	.box .bottom {
		/* height: 30px; */
		width: 100%;
		margin-top: auto;
		border-top: 1px solid #aaa;
		padding-top: .5em;
		padding-bottom: .5em;
		text-align: center;
		background: orange;
		font-weight: bold;
		color: #fff;
		/* padding-bottom:  */
	}

	.box .bottom a{
		color: #fff;
	}

	/* .box .bottom .register {
		width: 100%;
		text-align: center;
		display: inline-block;
		background: orange;
		padding: .4em .4em .4em 16px;
		font-size: .9em;
		font-weight: bold;
	} */

	.box .bottom .dates {
		font-size: .9em;
		padding: 5px 16px .4em 16px;
	}

	.top-img-tag {
		position: absolute;
		top: 24px;
		background: orange;
		color: #fff;
		font-weight: bold;
		font-size: .8em;
		padding: 2px 16px 2px 16px;
	}

	.top-img-category {
		/* position: absolute; */
		/* top: 2px; */
		background: rgb(94, 121, 153);
		color: #fff;
		font-weight: bold;
		font-size: .8em;
		padding: 2px 16px 2px 16px;
		margin-top: 2px;
		display: inline-block;
	}

	.no-courses-found {
		color: #666;
		font-size: .9em;
	}

	.term-header {
		background: rgb(94, 121, 153);
		color: #fff;
		padding: 8px 8px 8px 16px;
		margin-bottom: 6px;
		border-radius: 5px;
	}
	.term-header h2 {
		color: #fff;
		line-height: 1;
		padding: 0;
		margin: 0;
		font-size: 24px;
	}

	.course-menu-button {
		display: inline-block;
		margin-right: .4em;
	}

	.course-menu-button-highlighted {
		background-color: yellow;
	}
	.course-menu-row {
		margin-bottom: 1em;
		max-width: 380px;
	}

	.show-all-btn {
		display: inline-block;
		margin-right: .4em;
	}

	.show-dates-button {

		width: 100%;
	}

	.box .details {
		position: relative;
	}
	.box .detail-overlay {
		background: rgba(255,255,255,.9);
		position: absolute;
		width: 100%;
		height: 100%;

	}

	.box .middle-detail {
		border-top: 1px solid #ccc;
		margin-top: 6px;
		padding-top: 4px;
		margin-bottom: 4px;
	}

	.reg-panel-overlay {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	.reg-knob {

		font-size: 10px !important;
		display: inline-block;
		margin-bottom: 2px !important;
		background-color: orange;
		border-radius: 4px;
		padding: 1px 4px;
		color: #fff;

	}

	#course-category-selector {
		background: pink;
		padding: 20px;
	}


	#course-category-selector {
		display: block;
		font-size: 16px !important;
		font-family: sans-serif;
		font-weight: 700;
		color: #444;
		line-height: 1.3;
		padding: .6em 1.4em .5em .8em;
		width: 100%;
		max-width: 100%; 
		box-sizing: border-box;
		margin: 0;
		border: 1px solid #aaa;
		box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
		border-radius: .5em;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: #fff;
		background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
		linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
		background-repeat: no-repeat, repeat;
		background-position: right .7em top 50%, 0 0;
		background-size: .65em auto, 100%;
	}
	#course-category-selector::-ms-expand {
		display: none;
	}
	#course-category-selector:hover {
		border-color: #888;
	}
	#course-category-selector:focus {
		border-color: #aaa;
		box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
		box-shadow: 0 0 0 3px -moz-mac-focusring;
		color: #222; 
		outline: none;
	}
	#course-category-selector option {
		font-weight:normal;
	}

	.filter-label{
		margin-bottom: 4px;
		font-weight: bold;
	}






	/* NEW Learning Dashboard */

	.new-dashboard-grid {
		display:grid;
		grid-template-columns: 1fr 300px;
		grid-column-gap: 1em;
	}

	.learning-dashboard-nav {
		margin: 0 0 -1px 0!important;
		padding: 0;
	}

	.le-nav-container {
		background: #eee;
		padding-top: 5px;
		padding-left: 12px;
	}

	.learning-dashboard-nav li{
		cursor: pointer;
		font-family: 'pf_dintext_promedium', sans-serif;
		display: inline-block;
		padding: 6px 10px;
		margin: 0 0 0 0 !important;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-radius: 5px 5px 0 0;
		/* background: #fff;  */
		line-height: 1.2;
	}

	.ld-active {
		background-color: #fff !important;
	}

	.ld-inactive {
		background-color: #eee !important; 
	}

	.main-dash-area {
		width: 100%;
		min-height: 100px;
		border: 1px solid #efefef;
		/* background: #efefef; */
	}


	#cert-1	{
		display: none;
	}

	#cert-2	{
		display: none;
	}

	#your-courses	{
		display: block;
	}

	#all-courses-list {
		display: none;
	}

	.dashboard-course-listing-header {
		font-size: 18px;
		font-family: 'pf_dintext_promedium', sans-serif;
		padding-top: 4px;
	}

	.course-list-block {
		display: grid;
		grid-template-columns: 135px 1fr;
		border-bottom: 1px solid #eee;
	}

	.course-list-block:last-child {
		border-bottom: none;
	}

	.your-courses-explainer {
		padding: 1em;
	}


	.course-completed {
		color: green;
	}

	.course-in-progress {
		color: orange;
	}

	.course-not-started {
		color: red;
	}