@charset "utf-8";

/* CSS Document */

.productWizard, #subProductList, #productImageBox {
	background-color: #FFFFFF;
    border: 1px solid #3B5061;
    color: #3B5061;
    list-style: none outside none;
    margin: 10px 0 20px 0px;
    padding: 20px 20px 20px;
    width:900px;
    float:left;
    clear:left;
}
.productWizard p {
	font-size:14px;
}
.productWizard h3, #subProductList h3, #productImageBox h3 {
	font-size:20px;
	font-weight:bold;
	margin: 0 0 20px;
}
#productImageBox img {
	margin: 0 0 10px 0;
}
#subProductList li {
	border:0;
	list-style:decimal;
	margin: 10px 0 20px -20px;
}
.subProductBox {
	height: 40px;
	margin-bottom: 5px;
	padding: 10px;
	background-color: #eee;
}
.content_grid {
	display: grid;
	grid-template-columns: 110px 150px 100px 3fr 3fr 1fr 1fr 2fr 1fr 90px 100px 120px 170px;
	font-weight:bold;
	clear: left;
	margin-bottom: 30px;
}
.content_grid div {
	padding: 28px 0px 22px 5px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.content_grid2 {
	display: grid;
	grid-template-columns: 120px 1fr 3fr 120px 120px 100px 90px 120px;
	font-weight:bold;
	clear: left;
	margin-bottom: 30px;
}
.content_grid2 div {
	padding: 28px 0px 22px 5px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.content_grid3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 270px 170px;
	font-weight:bold;
	clear: left;
	margin-bottom: 30px;
}
.content_grid3 div {
	padding: 28px 0px 22px 5px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.content_grid4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 170px;
	font-weight:bold;
	clear: left;
	margin-bottom: 30px;
}
.content_grid4 div {
	padding: 28px 0px 22px 5px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.content_grid5 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 150px 170px;
	font-weight:bold;
	clear: left;
	margin-bottom: 30px;
}
.content_grid5 div {
	padding: 28px 0px 22px 5px;
	color: white;
	font-size: 16px;
	font-weight: 100;
}
.subProductName {
	/*width:260px;*/
	float:left;
	clear:left;
	font-weight:bold;
}
.subProductName2 {
	width:400px;
	float:left;
	clear:left;
	font-weight:bold;
}
.subProductBtn {
	float:left;
	clear:none;
	margin-left: 5px;
}
.subProductBtn2 {
	float:left;
	clear:none;
}
.columnSpacer {
	clear: none;
    float: left;
    width: 261px;
}
.formRow {
	clear:both;
	height:30px;
	/*padding: 20px;*/
}
.formTextFixedWidth {
	float:left;
	clear:both;
	width: 160px;
	padding-top: 12px;
}
.formTextFixedWidth2 {
	float:left;
	clear:both;
	width:300px;
	padding-top:3px;
}
.productPreviewRow {
	float:left;
	clear:left;
	background-color: #eee;
	margin:3px 0;
}
.productPreviewFieldName {
	float:left;
	clear:left;
	width:200px;
	padding:5px;
}
.productPreviewFieldName2 {
	float:left;
	clear:none;
	width:640px;
	padding:5px;
}
.formField {
	float:left;
	clear:none;
}
.formSubmit {
	clear:left;
	margin-left: 198px;
    margin-top: 3px;
}
.formSubmit2 {
	clear:left;
	margin-left: 298px;
    margin-top: 3px;
}
.email_to_learner { padding: 25px 30px 0px; }
.updated {width:0;height:0;}
.horizontalLine {border-top:1px solid #eee; margin:35px 0;}
#filterSort { margin: 10px 0; }
.filterLetter,.filterLetterSelected,.filterLetterAll,.filterLetterAllSelected {padding:4px;background-color:#3b5061;float:left; clear:none;width:10px;margin-left:1px; text-align:center;}
.filterLetter a,.filterLetterSelected a,.filterLetterAll a,.filterLetterAllSelected a {color:#fff; text-decoration:none; text-align:center;}
.filterLetterSelected {background-color:#6e92af;}
.filterLetterAllSelected {width:35px;background-color:#6e92af;}
.filterLetterAll {width:35px;}
.filterLetterTitle {float:left; clear:none;width:90px;margin-left:5px;padding:4px 0 0 0;}
.filterBar {float:left; clear:none;width:660px;margin:0 5px 0px 0;}


#downloadableList {
	float:left;
	clear:left;
	padding: 5px 0;
}
#downloadableListName {
	background-color: #fff;
	margin: 0 5px 6px 0;
	padding: 5px 10px;
	float:left;
	clear:left;
	width: 420px;
}
.downloadableListOperations {
	float:left;
	clear:left;
}
.downloadableListOperation {
	background-color: #076552;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	float:left;
	clear:none;
	width: 70px;
	text-align: center;
}
.downloadableListOperation a {
	color:#fff;
	text-decoration:none;
}
.downloadableListOperation a:hover {
	color:#fff;
	text-decoration:none;
}
.downloadableListCheckbox {
	background-color: #fff;
	/*margin: 0 5px 5px 0;
	padding: 5px 10px;*/
	float:left;
	clear:none;
	width: 100px;
	text-align: center;
}
#downloadableListItem {
	clear:left;
	float:left;
	width: 881px;
/* 	background-color:#ff0000; */
	margin-bottom:20px;
	padding:10px;
}
#downloadableListItem h2 {
	font-size:1.3em;
	font-weight: bold;
    margin-bottom: 10px;
}
#downloadableListItem h3 {
	font-size:0.9em;
	font-weight: normal;
    margin-bottom: 10px;
}
.downloadablePermissions {
	float:left;
	clear:left;
	margin-bottom:10px;
	font-size:1.1em;
}
.downloadablePermissionsTitle {
	float:left;
	padding: 3px 0px;
}
.dashboard-section {
	border: 15px solid #eee;
	padding: 20px;
	margin: 20px 0;
	clear: left;
	float: left;
	width: 96%;
}
.dashboard-action-buttons {
	clear: left;
	padding-top: 30px;
}
.dashboard-course {
	clear:left;
	font-size: 16px;
	padding: 15px 0;
	margin: 10px 0;
}
.dashboard-course-segment-left {
	float:left;
	clear:left;
	background-color: #555;
	padding: 8px 15px;
	margin: 2px;
	color: #fff;
	width: 150px;
}
.dashboard-course-segment-right {
	float:left;
	clear:none;
	background-color: #eee;
	padding: 8px 15px;
	margin: 2px;
	width: 500px;
	height: 17px;
}
.dashboard-payment-history {
	margin: 0px 0 60px;
	font-size: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 220px;
}
.dashboard-cpds {
	margin: 20px 0 20px;
	font-size: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
}

.dashboard-payment-summary {
	margin: 0;
	font-size: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
}
.dashboard-payment-summary div {
    background-color: #222228;
    padding: 10px;
    margin: 0 10px 0 0;
}
.dashboard-payment {
	display: grid;
	grid-template-columns: 100px 130px 90px 1fr 1fr 1fr 1fr 70px 1fr 1fr 220px 20px;
}
.dashboard-payment div, .dashboard-payment-history div, .dashboard-cpds div {
	font-size: 20px;
	padding: 22px 0 12px;
	border-bottom: 1px solid #616264;
}
.dashboard-cpds div {
	border: 0;
	background-color: #222228;
	padding: 10px 20px;
	margin: 0 10px 10px 0;
}
.cpd_date { text-align: center; }
.date_select { width: 120px; }
.cpd-alt-bg { background-color: #264362 !important; }
.dashboard-cpds h3 { font-size: 24px; color: white; }
.dashboard-cpds h4 { font-size: 20px; color: white; }
.dashboard-action {
	display: grid;
	grid-template-columns: 1fr 250px 1fr 600px 110px 110px;
	font-size: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #616264;
}
.dashboard-payment-header {
	padding: 8px 15px;color: #d4b14d;
	font-weight: bold;
}
.dashboard-payment-segment {
	padding: 8px 15px;
}
.dashboard-payment-segment-action {
	float:left;
	clear:none;
	padding: 10px 0 !important;
	padding: 0px 0px;
	margin: 2px;
	border: 0 !important;
}
.dashboard-payment-segment-action select {
	/*height: 33px;
	padding: 0px 0px 0px;
	margin: 0px;
	width: 130px;
	font-size: 14px;*/
}
.checkbox { margin-top: 17px; }
.dashboard-payment-end {
	clear:left;
	padding: 20px 0;
	font-size: 16px;
}
.dashboard-payment-button {
	float:left;
	clear:none;
	padding: 10px 8px 6px;
	margin: 2px;
}
.dashboard-payment-button a {
	text-decoration: none; color: #fff;
}
.dashboard-payment-button a:hover {
	text-decoration: none; color: #eee;
}
.pay { width: 88px; background-color: #359222;}
.generate { width: 58px; background-color: #60B7E6; }
.reminder { width: 40px; background-color: #6D277E; }
.dashboard-progress-holder {
	border: 1px dashed #AAA;
	padding: 10px 20px;
	float: left;
	width: 900px;
	margin-bottom: 10px;
}
.dashboard-progress-header {padding: 10px 0; font-weight: 600;}
.dashboard-progress {
	float:left;
	clear:left;
}
.dashboard-progress select {
	height: 34px;
	width: 80px;
}
.dashboard-progress input[type=checkbox] {
	height: 36px;
	margin: 0 0 12px;
}
.db_updated { color: #fff; background-color: #3286f2; float: right; font-size: 22px; padding: 10px 20px 8px; }

.label {
	float:left;
	clear:left;
	padding-top: 11px;
	width: 300px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
}
.label2 {
	float:left;
	clear:none;
	padding-top: 11px;
	width: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
   margin: 0 0 0 20px;
}
.label3 {
	float:left;
	clear:none;
	padding-top: 11px;
	width: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 7px;
   margin: 0 0 0 40px;
}
.choice {
	float:left;
	clear:none;
    width: 110px;
}
.choice2 {
	float:left;
	clear:none;
    width: 110px;
	margin-left: 30px;
}
.new_enroled_learner {
  padding: 10px 10px;
  color: #F0AB31;
  font-weight: 100;
  font-size: 18px;
  border: 2px dashed #F0AB31;
	margin: 30px 0;
}
#invoices ,#certificates, #actions, #exams { padding-top: 40px; color: white; }
#payments, #courses, #mentor_history, #progress { padding-top: 20px; color: white; }
.overdue { font-weight: bold; color: #ff0000; }

#search_by_month { float: left; width: 300px; }
.search_by_month_select { margin-left: 0; }
#month_totals { float: right; width: 800px; }
#month_totals span { font-size: 45px; }
.learner-dashboard-headers { float: left; clear: none; width: 150px; margin-bottom: 10px; }
.learner-dashboard-column { float: left; clear: none; width: 150px; font-weight: bold; font-size: 30px; }
#live_search_results {
    z-index: 99999999999999999;
    background-color: #fff;
    position: relative;
		width: 430px;
		top: -21px;
		border-left: 2px solid #9d9d9d;
		border-right: 2px solid #9d9d9d;
		display: none;
		left: 117px;
  	display: none;
}
#live_search_list { list-style: none; padding-left: 0; margin: 0; }
li.selected {background:#efb817;}
.live_search_result {
	/*border-bottom: 1px solid #DDD;*/
	padding: 5px 5px 5px 15px;
	background-color: #fff;
	color: #333;
	font-size: 18px;
}
.live_search_result:hover {
  background-color: #eee;
}
.live_search_result:focus {
  background-color: #eee;
}
.live_search_result a {
  color: #333;
}
#social_media_links {
	margin: 50px 0;
}
#social_media_links a {
	margin-right: 10px;
}
#social_media_links i {
	font-size: 40px;
}
#year_monthly_filter { display: none; }
