.left-radius {
  border-top-left-radius: 10em;
  border-bottom-left-radius: 10em;
}

.right-radius {
  border-top-right-radius: 10em;
  border-bottom-right-radius: 10em;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.wordbank-key {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.85rem 2.13rem;
  margin: 6px;
  border-radius: 2px;
  border: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-transform: uppercase;
  white-space: normal !important;
  word-wrap: break-word;
  cursor: pointer;
  border: 2px solid #ccc;
  color: #ccc !important;
  background-color: transparent;
}

.drop-choice-wordbank {
  display: inline-block;
}

.no-drop {
  cursor: no-drop;
}

.card-title {
  padding: 0.5rem;
}
#instant_response_container {
  z-index: 0;
}
#answer_mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  /*bottom: 0px;
	right: 0px;*/
  margin: auto;
  font-size: 50px;
  opacity: 0.2;
  pointer-events: none;
}

select {
  display: inline-block !important;
}

.btn-match {
  font-size: 1rem !important;
  padding-top: 0.42rem !important;
  padding-bottom: 0.42rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.borderless td,
.borderless th {
  border: none;
}

.padding02rem td {
  padding: 0.2rem;
}

div#section_name {
  color: white !important;
}
div#section_name.section_name_0 {
  background-color: #4285f4;
}
div#section_name.section_name_1 {
  background-color: #00c851;
}
div#section_name.section_name_2 {
  background-color: #33b5e5;
}
div#section_name.section_name_3 {
  background-color: #fb3;
}
div#section_name.section_name_4 {
  background-color: #f44;
}
div#section_name.section_name_5 {
  background-color: #2e2e2e;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #ee4f16;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ee4f16;
}

.color-white {
  color: white !important;
}

.progress-bar {
  -webkit-transition: width 0s ease-in-out !important;
  transition: width 0s ease-in-out !important;
}

.drop-hover {
  border-width: 100px !important;
}

.ui-droppable-hover .wordbank-key {
  background-color: yellow !important;
  border-color: red;
}

.btn {
  line-height: 1.125;
}
#doughnutChart {
  max-width: 100%;
  max-height: 100%;
}
.btn.btn-block {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .btn.btn-block {
    margin: 10px 0;
  }
}

.btn-light {
  color: #000 !important;
  background-color: #e0e0e0 !important
}

.btn-light:hover {
  color: #000;
  background-color: #ededed
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background-color: #adadad
}

.btn-light.dropdown-toggle {
  background-color: #e0e0e0 !important
}

.btn-light.dropdown-toggle:hover,
.btn-light.dropdown-toggle:focus {
  background-color: #ededed !important
}

.btn-light:not([disabled]):not(.disabled):active,
.btn-light:not([disabled]):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
  background-color: #adadad !important;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15)
}

textarea.md-textarea {
  min-height: 250px;
  overflow-y: scroll;
}
