/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
Use this file to add custom CSS easily
========================================================================== */
.menuicon img {
  display: inline-block;
  float: left;
  margin-right: 4px;
  width: 40px;
}

#sp-right {
  padding: 20px;
}

#sp-component {
  padding: 20px;
}

.inlineimg {
  display: inline-block;
}

#sp-menu li.active > a,
.sp-megamenu-parent > li.active > a {
  color: orange !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  background: #fdc662 !important;
}

#sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li > a, #sp-menu .sp-megamenu-wrapper ul.sp-megamenu-parent li > span{
	font-size: inherit;
}

/* used for QuizList */

.simplequiz_detailed_results img {
  display: inline;
}

.quiz_link {
  font-size: 18px;
}

.btn.btn-primary.btn-take-quiz {
  border-style: none;
  background: none;
  color: #7692e4;
}

.simplequiz.pre_text > table {
  border-spacing: 2px;
  border-collapse: separate;
}

.simplequiz.result > span {
  display: block;
}