body, .btn {
  font-size: 15px;
}
.logo {
  font-family: Arial, Helvetica, sans-serif;
}

a { 
  text-decoration: none;
}

.logo a {
  color: #212529;
  text-decoration: none;
}

footer {
  font-size: .9rem;
}

footer a {
  color: #212529;
}

.list-group-formset label {
  display: none;
}

.list-group-formset .form-group, .list-group-formset .invalid-feedback {
  margin-bottom: 0;
}

.list-group-formset .form-control {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-student {
  color: #fff;
  background-color: #91afb6;
  border-color: #91afb6;
}

.btn-student:hover, .btn-student:active {
  color: #fff;
  background-color: #608993;
  border-color: #608993;
}

.btn-teacher {
  color: #fff;
  background-color: #8980a5;
  border-color: #8980a5;
}

.btn-teacher:hover, .btn-teacher:active {
  color: #fff;
  background-color: #66598B;
  border-color: #66598B;
}

.has-danger .radio, .has-danger .checkbox {
  color: #dc3545;
}

.has-danger .invalid-feedback {
  display: block;
}

.control-container { 
  margin-bottom: 15px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul>li.star {
  display: inline-block;
}
.rating-stars .fa-fw {
  width: 1em;
}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
  font-size: 1.5em;
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
  color: #37a5ff;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
  color: #00bd6e;
}

/* Rating star read only */
.star-rating {
  color: #37a5ff;
}

.selected-skill-container {
	margin: 5px 0;
}

.btn-outline-light { color: inherit; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2a65c4 !important;
    color: #fff !important;
}

.collapseQuiz .table-responsive #quiz-answer-details tr td {
  vertical-align: top;
}