/* Carousel */


.carousel-control {
  color: #23150C;
  font-size: 50px;
  opacity: 0.75;
  text-shadow: none;
  width: 10%;
}

.carousel-control:focus, .carousel-control:hover {
  color: #23150C;
  opacity: 1;
  outline: 0;
}

.carousel-control.right, .carousel-control.left {
  background: transparent;
}

.carousel-control .fa-chevron-circle-left, .carousel-control .fa-chevron-circle-right {
  margin-top: -25px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.carousel-control .fa-chevron-circle-left {
  left: 50px;
}

.carousel-control .fa-chevron-circle-right {
  right: 50px;
}

.item-inner {
  margin: 0 auto;
  padding: 30px;
  width: 80%;
}

.question {
  margin-bottom: 25px;
}

.question h2 {
  margin: 0;
}

.answer p, .suggested-response p {
  font-size: 20px;
}

.answer {
  cursor: pointer;
  background-color: #23150c;
  border: 1px solid #23150c;
  color: #FFF;
  padding: 15px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin-bottom: 4px;
}

.answer.active {
  background-color: #FFF;
  border-color: #23150c;
  color: #23150c;
}

.answer p {
  margin-bottom: 0;
}

.suggested-response {
  display: none;
}

.btn-container {
  margin-top: 30px;
}


/* Highlight Text */

.highlighted {
  font-style: normal;
}

.key {
  margin-bottom: 20px;
}

.key-list li {
  line-height: 36px;
}

.highlight.yellow {
  background: #FFFF7B;
}

.highlight.blue {
  background: #29B6F6;
}

.highlight.pink {
  background: #FF69B4;
}

.highlight.green {
  background: #8BC34A;
}

.highlight.grey {
  background: #CCC;
}



/* Color Picker */

.color-picker {
  float: left;
  margin-right: 15px;
  width: 32px;
}

.color-picker div {
  border-radius: 15px;
  border: 1px solid #111;
  cursor: pointer;
  height: 30px;
  margin: 5px 0;
  width: 30px;
}

.color-picker div:hover {
  border: 1px solid #444;
}

.color-picker div.selected {
  box-shadow: #666 0 0 4px 2px;
}

/* Tables */

.table thead tr th {
  vertical-align: middle;
  text-align: center;
}


/* Tabs */

.tab-content>.tab-pane {
  padding: 30px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
}


/* Print */
@media print {

.nav-tabs li {
  display: none;
}

.nav-tabs li.active {
  display: block;
}