.com_joomla_lms .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6d757e;
  content: var(--breadcrumb-divider, "/");
}
.com_joomla_lms .nav-side ul li a:hover i,.com_joomla_lms .nav-side ul li a:focus i,.com_joomla_lms .nav-side ul li a:active i {
  color: #08C;
}
#JLMSTabs{
	background:none;
	border:none;
	box-shadow:none;
}
#JLMSTabs .nav-link{
	border:none;
	box-shadow:none
}

/* Add style for Import button on Home and Courses pages*/
#JLMSContent .btn-jlms-import,
#courses-list-page .btn-jlms-import {
	border:1px solid #6c757d;
	margin-left: 5px;
}
#JLMSContent .btn-jlms-import:hover,
#courses-list-page .btn-jlms-import:hover {
	background-color:#e9ecef;
}
/* end btn-jlms-import */

#JLMSTabs .nav-item:first-of-type .nav-link.active,#JLMSTabs .nav-link.active{
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;
  cursor: default;
  border-radius: .25rem .25rem 0 0;
}
#JLMSTabs .nav-link.active::after{
	background:none
}
#JLMSContent{
	border-right:none;
	border-left:none;
	border-bottom:none;
	box-shadow:none;
	/* add padding for content home page tabs */
	padding-top: 18px;
}
.jlms-courseslist-item-toolbar a.btn-micro{
	background-color: #e6e6e6;
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.jlms-courseslist-item-toolbar button.btn-micro{
	background-color: #e6e6e6;
	-webkit-border-top-right-radius: 4px !important;
	-moz-border-radius-topright: 4px !important;
	border-top-right-radius: 4px !important;
	-webkit-border-bottom-right-radius: 4px !important;
	-moz-border-radius-bottomright: 4px !important;
	border-bottom-right-radius: 4px !important;
}
.com_joomla_lms .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.joomlalms-nav a{
	padding:0px 8px;
}
.joomlalms-nav a:after{
	margin-left:0px;
	border:none;
}
.com_joomla_lms .dropdown-toggle::after{
	border:none
}
.com_joomla_lms .btn-group{
	margin-bottom:0px
}
.com_joomla_lms  div.pagination{
	justify-content: center;
	flex-direction:column;
}
.com_joomla_lms ul.pagination{
	margin-top:0px
}
.com_joomla_lms  .pagination{
	align-items: center
}
.com_joomla_lms  .pagination strong{margin:0px 5px}
.com_joomla_lms .center div{
	justify-content: center;
}
.com_joomla_lms .dropdown-menu .divider {
  width: 100%;
  height: 2px;
  margin: 8px 1px 3px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.jlms-courseslist-item-toolbar .dropdown-menu{
	padding:8px 0px;
	
}
.jlms-courseslist-item-toolbar .dropdown-menu a{
	font-size:13px;
	text-decoration:none;
	color:#000;
	padding:5px 12px;
	width: 100%;
	display: inline-block;
}

.joomlalms-nav .dropdown-menu a{
	font-size:13px;
	text-decoration:none;
	color:rgb(34, 38, 42);
	padding:5px 12px;
	width: 100%;
	display: inline-block;
}
.joomlalms-nav .dropdown-menu .nav-header{
	padding: 3px 12px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
.jlms-courseslist-item-toolbar .dropdown-menu a:hover, .jlms-courseslist-item-toolbar .dropdown-menu a:active, 
.joomlalms-nav .dropdown-menu a:hover,.joomlalms-nav .dropdown-menu a:active{
	color:#FFF;
	background: #08C;
}
.media-left{
	padding-right:13px	
}
.media-body .media-heading{
	margin-bottom:0px;
	line-height:24px;
}
.media-body .media-heading a{
	text-decoration:none;
	font-size:22px;
	line-height:24px;
}
.media-body span{
	font-size: 11px;
	color: #999;
}
.media:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.media-body span:nth-child(4){
	top:-8px;
	position:relative
}
@media (max-width:575.98px) {
	.media-right  .btn{
		font-size:13px;
		
		padding: .2rem .2rem;
	}
}
@media (max-width:500px) {
	.media-left	{
		display:none;
	}
}
[class^="jlmsicon-"]:before, [class*=" jlmsicon-"]:before {
  font-size: 26px;
}

/* spacing between 'login' and 'user registration' blocks (when guest users attempt to enroll/buy)*/
#jlms-authentification .registration-column h3 {
	margin-top: 30px
}

/* add universal border on Home page tabs(testing different templates)*/
#JLMSTabs.nav{
	border-bottom: 1px solid #dfe3e7;
}
#JLMSTabs.nav-tabs + .tab-content{
	border:none
}

/* Categories filter */
.chosen-container.chosen-container-single .chosen-single{
	padding: 0px 4rem 0px 1rem;
}
.chosen-container-single .chosen-single span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	margin-right:5px
}

/* update style Grid View/List View on Home page */
#JLMSContent .btn-toolbar .btn-check:checked + .btn,
#JLMSContent .btn-toolbar .btn.active:not(.dropdown-toggle),
#JLMSContent .btn-toolbar .btn.show:not(.dropdown-toggle),
#JLMSContent .btn-toolbar .btn:first-child:not(.dropdown-toggle):active,
#JLMSContent .btn-toolbar :not(.btn-check) + .btn:not(.dropdown-toggle):active{
	background:none;
	border:none;
	opacity: 0.7;
}
#JLMSContent .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
#JLMSContent .btn-group > :not(.btn-check) + .btn{
	border:none;
}

/* update style course list toolbar on Home and Courses pages */
.jlms-courseslist-item-toolbar .btn-group > :not(.btn-check:first-child) + .btn:hover,
.jlms-courseslist-item-toolbar a.btn-micro:hover{
	background-color:#d9d9d9
}
.jlms-courseslist-item-toolbar .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.jlms-courseslist-item-toolbar .btn-group > :not(.btn-check) + .btn{
	border:none;
}

/* homepage announcements tab */
time.lms-announcement-icon
{
	font-size: 13px;
	display: block;
	position: relative;
	width: 91px;
	height: 91px;
	background-color: #fff;
	margin: 5px;
	border-radius: 8px;
	box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0deg) skewY(0deg);
	-webkit-transform-origin: 50% 10%;
	transform-origin: 50% 10%;
}
time.lms-announcement-icon *
{
	display: block;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
time.lms-announcement-icon strong
{
	position: absolute;
	top: 0;
	padding: 5px 0;
	color: #fff;
	background-color: #08c;
	border-bottom: 1px dashed #cbcbcb;
	box-shadow: 0 2px 0 #b5b5af;
}
time.lms-announcement-icon em
{
	position: absolute;
	bottom: 4px;
	color: #656565;
}
time.lms-announcement-icon span
{
	width: 100%;
	font-size: 37px;
	letter-spacing: -2px;
	padding-top: 44px;
	color: #2f2f2f;
	line-height: 18px;
}

/* homepage tabs */
.com_joomla_lms .media-left {
	float: left;
}
.jlms-icon-frontpagetool[class*="lmsicon-"]:before{
	font-size: 46px;
}
#JLMSContent .jlms-icon-frontpagetool.jlmsicon-assignments:before{
	font-size: 45px;
}