body {
  background-color: #ffffff;
  color: #000000;
}
.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}
.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer-basic ul a:hover {
  opacity: 1;
}
.footer-basic li {
  padding: 0 10px;
}
.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}
.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer-basic .social > a:hover {
  opacity: 0.9;
}
.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
main {
  padding-top: 20px;
}
.substep-item {
  font-size: 90%;
}
span.substep-item {
  opacity: 0.7;
}
.page-image-height {
  max-height: 200px;
  overflow: hidden;
  border-bottom: 1px solid #dadada;
}
.lesson-item {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 15px;
  padding-top: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}
.form-control.profile-input {
  margin-bottom: 10px;
}
.cptab {
  padding-top: 10px;
}
.vsltab {
  padding-top: 10px;
}
.trainingtab {
  padding-top: 10px;
}
.course-description {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  height: 70px;
  word-spacing: 4px;
  outline: none;
  background: none;
}
.input-course-description {
  outline: none;
  background: none;
}
.preload {
  width: 100px;
  height: 100px;
  border-radius: 30%;
}
/* spacing */
table.members-upload-files {
  table-layout: fixed;
  width: 100%;
}
table.members-upload-files thead th:nth-child(1) {
  width: 30%;
}
table.members-upload-files thead th:nth-child(2) {
  width: 20%;
}
table.members-upload-files thead th:nth-child(3) {
  width: 15%;
}
table.members-upload-files thead th:nth-child(4) {
  width: 35%;
}
table.members-upload-files > th, td {
  padding: 20px;
}
table.members-upload-files .table-header {
  border-bottom: 2px solid black;
}
.sl-nav-wrapper {
  width: 300px;
  margin: 100px auto;
  text-align: center;
}
.sl-nav {
  display: inline;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li a {
  padding-left: 5px;
  text-decoration: none;
}
.sl-nav li ul li a:hover, .sl-nav li ul li a.active {
  color: #146c78;
  text-decoration: none;
}
