/* /*Show Course Category CSS [CourseList Page]
.filter-h5 {
	text-transform: none !important;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px; 
    padding: 0 0 60px; 
}

.items {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  /*counter-reset: done-items undone-items;*/
}
.done {
  order: 1;
}

.undone {
  order: 3;
}

input.check-cat {
  display: block;
  height: 53px;
  margin: 0 0 -53px -9999px;
  order: 4;
  outline: none;
  /*counter-increment: undone-items;*/
}

input:checked {
  order: 2;
  /*counter-increment: done-items;  */
}

label.checkfilter {
  display: block;
  position: relative;
  padding: 5px 0 5px 40px;
  /*border-bottom: 1px dashed #ddd;*/
  cursor: pointer;
  /*animation: undone .5s;*/
  /*font-weight:100;
  font-size:14px;*/
}

label.checkfilter::before {
  content: '\f10c'; /* circle outline */
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  font: 1.5em 'FontAwesome';
}

label.checkfilter:hover, input:focus + label {
  background-color: rgba(255, 255, 255, .2);
}

input:checked + label {
  order: 2;
  /*animation: done .5s;*/
}

/*input:checked + label::before {
  content: '\f058';  circle checkmark 
}*/

@keyframes done {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, .4);
    /*transform: translateY(20px);*/
  }
  50% {
    opacity: 1;
    background-color: rgba(255, 255, 255, .4);
  }
}

@keyframes undone {
  0% {
    opacity: 0;
    background-color: rgba(255, 255, 255, .4);
    /*transform: translateY(-20px);*/
  }
  50% {
    opacity: 1;
    background-color: rgba(255, 255, 255, .4);
  }
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  display: none;
}



.card-title {
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding:10px;
  margin-bottom: 0px !important;
}

.coursecard{
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ccc;
}
.card-border{
  border-radius: 10px 10px 10px 10px;
}
.imgborder{
  border-radius: 10px 10px 0 0;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.card-footer{
  padding: 1.75rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
    /*text-align: center;*/
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 5px;
    margin-left: -20px;
    padding-left: 3px;
    /*padding-top: 1px;*/
    font-size: 11px;
    color: #555555;
}
.checkbox label{
  padding: 2px 0 0px 5px !important;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #333;
}
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.courseimg{
  padding: 0px !important;
}

.card-body{
  padding:12px;
  color:#333;
}

.ctitle{
  font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-bottom: 0px;
    /*border-bottom: 1px solid #0fb4b4;*/
}
p.year,span.cdesc{
  /*display: none;*/
}
.desc{
   padding: .75rem .20rem;
   border-top: 1px solid rgba(0, 0, 0, .125);
}

.cdesc,.year{
  font-size: 14px;
  color: #333;
  text-align: left;
}
.simple-pagination{
  padding: 0px 5px 5px 10px !important;
}
.course-code{
  float: left;
    text-align: left;
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 20px;
    padding: 5px;
    background: #fff;
    color:#616c7b;
    font-weight:bold;
}
.trainer {
    color: #616c7b;
    font-size: 13px;
}
.duration,.price{
    float: left;
    font-size: 13px;
    width: 50%;
    color:#616c7b;
}
.price{
  text-align:right;
  color:#000;
  font-weight:bold;
}
.thumbnail-footer{
  background-color: rgba(0,0,0,0.05);
  padding:12px;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.thumbnail-hr{
  margin: 10px 0;border-top: 1px solid rgba(0,0,0,0.05);
}
.cthumbnail{
  padding:10px;
}
@media (max-width: 767px){
  .col-sm-6.d-flex.pb-3{
    padding: 30px;
  }
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.fl-r{
  float: right !important
}
.fl-l{
  float: left !important;
}
.form-right{
  display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}
.fa-calendar:before {
    content: "\f133";
}
.zoom-effect{
  overflow: hidden;
}
.zoom-effect img {
  transition: transform .5s ease;
}


.zoom-effect:hover img {
  transform: scale(1.1);
} 
.category-item {
  display: inline-block;
  position: relative;
}

.text-truncate-2 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.badge-checkboxes .checkbox input[type="checkbox"],
.badge-checkboxes label.checkbox-inline input[type="checkbox"] {
    /*  Hide the checkbox, but keeps tabbing to it possible. */
    position: absolute;
    clip: rect(0 0 0 0);
}

.badge-checkboxes .checkbox label,
.badge-checkboxes label.checkbox-inline {
    padding-left:0; /* Remove space normally used for the checkbox */
}

.badge-checkboxes .checkbox input[type="checkbox"]:checked:focus + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:checked:focus + .badge {
    box-shadow:0 0 2pt 1pt #333;  /* Outline when checkbox is focused/tabbed to */
}

.badge-checkboxes .checkbox input[type="checkbox"]:focus + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:focus + .badge {
    box-shadow:0 0 2pt 1pt #999;  /* Outline when checkbox is focused/tabbed to */
}

.badge-checkboxes .checkbox input[type="checkbox"] + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"] + .badge {
    border:1px solid #999; /* Add outline to badge */
    
    /* Make text in badge not selectable */
   -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Give badges for disabled checkboxes an opacity of 50% */
.badge-checkboxes .checkbox input[type="checkbox"]:disabled + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:disabled + .badge
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;   
}

/* Remove badge background-color and set text color for not checked options */
.badge-checkboxes .checkbox input[type="checkbox"]:not(:checked) + .badge,
.badge-checkboxes label.checkbox-inline input[type="checkbox"]:not(:checked) + .badge{
  color: #333;
  background-color: #ECEFF1;
}

/*The following css only required for Bootstrap <= 3.1.0 */
.badge-checkboxes .checkbox {
    padding-left:0; /* Remove space normally used for the checkbox */
}
.badge-checkboxes .disabled label,
.badge-checkboxes label.checkbox-inline.disabled {
    cursor:not-allowed
}

/* The following CSS not required for the badge styled checkboxes: */
section + section  {
    margin-top:20px;
}

label + .checkbox  {
    margin-top:0;   
}

.remove-filter,.checkbox-inline {
  cursor: pointer;
}
.course-link {
  color: inherit !important; /* blue colors for links too */
  text-decoration: inherit !important; /* no underline */
  margin-bottom:10px;
}
.alphalearn-badge {
color: #333;
background-color: #ddebff;
display: inline-block;
padding: 0.35em 0.65em;
font-size: 14px;
line-height: 1;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.alphalearn-badge-selected {
background-color: #0d6efd;
color: #fff;
}

@media screen and (max-width: 767px) {
.small{
 font-size: 1rem !important;
}
.mb-mt-1 {margin-top:10px;}
}
.mb-mt-5 {
  margin-top:1.5rem !important;
}

}