/* Page */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,dl,dt,dd,form,a,fieldset,input,th,td{border:0;outline:none;margin:0;padding:0;}
.wrap ul,.wrap ul li a{list-style: none; margin:0px; padding:0px;}
ul.text {margin-bottom: 1em; line-height: 1.5em; }
.text-center {text-align:center;}
body {font: normal 15px Arial, sans-serif; line-height:20px;}
h2 {font: normal 26px Arial, sans-serif; padding: 20px 0; margin: 0 0 30px 0;}
.wrap {width:100%; margin:0px auto;}
.demo-container {float: left; width:100%; }
.demo-container h4 {font-size: 12px; margin: 0 0 5px 0;}
.clear {clear: both;}

.dcjq-count {float: right; color:#FFFFFF;}
.ul li hasChilds { margin:0px; padding:0px; }







.coursecontainer {
  max-width: 970px;
}

.coursewrap {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

.coursepanel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.coursepanel:last-child {
  border-bottom: none;
}

.coursepanel-group > .panel:first-child .coursepanel-heading {
  border-radius: 4px 4px 0 0;
}

.coursepanel-group .coursepanel {
  border-radius: 0;
}

.coursepanel-group .coursepanel + .coursepanel {
  margin-top: 0;
}

.coursepanel-heading {
  background-color: #009688;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.coursepanel-title a {
  display: block;
  color: #000;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 401;
}

.coursepanel-body {
  background: #fff;
}

.coursepanel:last-child .coursepanel-body {
  border-radius: 0 0 4px 4px;
}

.coursepanel:last-child .coursepanel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.coursepanel:last-child .coursepanel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.coursepanel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.coursepanel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

#bs-collapse .coursepanel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

#bs-collapse .coursepanel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#courseaccordion .coursepanel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

#courseaccordion .coursepanel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

