/*
Theme Name: Bayside Child
Theme URI: http://underscores.me/
Template: bayside
Author: Concepta Solutions
Author URI: http://conceptainc.com
Description: Description
Version: 1.1.0
Updated: 2020-01-19 22:59:45

*/
.title-container {
    background: #05335a !important;
    padding: 25px 0;
}
.home-steps .steps .step .step-icon .step-number{
	font-size:20px !important;
}
.home-steps .steps{
	text-align:center !important;
}
.home-steps .steps .step{
	float:none !important;
	display: inline-block !important;
}
.home-steps .steps .step .step-icon:before{
	display: block !important;
}
section.my-profile-section .panel-body ul li a {
    font-size: 18px;
    color: #000;
}
header .main-menu .nav-pills li a{
	padding-left: 12px !important;
    padding-right: 12px !important;
}


/* Select dropdown */
/*.select-container {
  position: relative;
}
.select-checkbox {
  display: none;
}
.select-label {
  display: block;
  border: 1px solid;
  padding: 4px;
}
.select-label:before {
  content: "\25BE";
  float: right;
}
.select-wrap {
  position: absolute;
  width: 100%;
  background: #eee;
  display: none;
}
.select-checkbox:checked ~ .select-wrap {
  display: block;
  z-index: 999;
}

.select-wrap .ld-course-list-items {
  list-style: none;
  padding: 10px;
  margin: 0;
  
}
.select-wrap .ld-course-list-items a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.select-wrap .ld-entry-content.entry-content {
	display: none;
}*/

.ld-course-list-content:before {
	content:'Courses in Progress:';
	font-weight: bold;
}

.ld-course-list-items.row {
	margin-left:8px;
}

.panel-body .ld-entry-content.entry-content {
	display: none;
}

.panel-body .ld-course-list-content {
	margin-bottom:16px;
}

.group-management-buttons__right {
  display: none !important;
}

.ulg-manage-progress-course--not_started {
  display: none !important;
}