.jshepherd-custom-theme .shepherd-content {
  background-color: #484848 !important;
  color: #ffffff !important;
}
.jshepherd-custom-theme .shepherd-content::before {
  border-right-color: #484848 !important;
  border-left-color: #484848 !important;
  border-bottom-color: #363636 !important;
  border-top-color: #484848 !important;
}
.jshepherd-custom-theme .shepherd-content header {
  background-color: #363636 !important;
  border-bottom: 1px solid #006699;
}
.jshepherd-custom-theme .shepherd-content header a.shepherd-cancel-link {
  color: #bfbfbf !important;
}
.jshepherd-custom-theme .shepherd-content header a.shepherd-cancel-link:hover {
  color: #ffffff !important;
}
.jshepherd-custom-theme.shepherd-target-attached-bottom .shepherd-content::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-element-attached-right .shepherd-content::before {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-element-attached-left .shepherd-content::before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.jshepherd-custom-theme.shepherd-target-attached-top .shepherd-content::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.shepherd-title {
  color: #717171;
}
.jtour-nav {
  bottom: 0px;
  background: #363636;
  padding: 10px;
  border-radius: 10px 0px 0px 0px;
  -moz-border-radius: 10px 0px 0px 0px;
  -webkit-border-radius: 10px 0px 0px 0px;
  border: 0px solid #000000;
  color: #717171;
}
.bg-danger {
  padding: 5px;
  color: #ffffff;
}
