body {
  background-color: #ffffff;
  color: #212529;
}
.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;
}
span.step-item {
  opacity: 0.7;
}
.resource-html-wrapper {
  display: block;
  width: 100%;
  min-height: 275px;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.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 {
  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;
  bottom: 30px;
  right: -15px;
  display: block;
  background: #fff;
  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;
  bottom: 30px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 14px;
  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;
}

/* Members - Settings - Avatar */
#avatar-image-cont {
	width: 150px;
	height: 150px;
	position: relative;
}

#avatar-image {
	width: 100%;
	height: inherit;
	border-radius: 4px;
	display: none;
}

#avatar-image-overlay {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.35);
	z-index: 1;
	transition: all 175ms;
}

#avatar-image-choose {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	transition: all 175ms;
	z-index: 2;
  border-radius: 50%;
}

.avatar-image-show-overlay #avatar-image-choose {
	opacity: 0;
}

#avatar-image-remove {
	opacity: 0;
	position: absolute;
	bottom: 10px;
	right: 50%;
  transform: translate(50%, 0);
	background-color: red;
	color: white;
	padding: 1px 5px 0;
	font-size: 13px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 175ms;
	z-index: 2;
}

#avatar-image-remove:hover {
	background-color: rgb(28, 29, 45);
	color: white;
}

#avatar-image-file {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	visibility: hidden;
}

.avatar-image-show-overlay #avatar-image {
	display: block;
}

.avatar-image-show-overlay:hover #avatar-image-overlay,
#avatar-image-cont:hover #avatar-image-choose,
.avatar-image-show-overlay:hover #avatar-image-remove {
	opacity: 1;
}
