idt-button .idt-button {
  height: 50px;
  border-top: 1px solid #cacaca;
  cursor: pointer
}

idt-button .idt-button-txt {
  text-align: center;
  font-size: 11px;
  width: 140px;
  overflow: hidden;
  padding-left: 16px;
  padding-top: 18px;
  font-weight: normal;

}

idt-button .idt-button-icon {
  padding: 17px 9px;
  color: #616161
}

idt-button .idt-button-icon:hover {
  color: white
}

.idt-button-active {
  font-weight: bold;
  background-color: #cacaca !important;
  color: #363636;
}

.idt-btn {
  text-align: center;
  background-color: #d8d8d8;
  padding: 8px 12px;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  margin: 6px;
}

.idt-btn:hover {
  opacity: 0.8;
}

.idt-btn-lg {
  background-color: #c9c9c9;
  text-align: center;
  font-size: 22px;
  padding: 22px 8px;
  margin: 22px 0px;
}

.idt-btn-sm {
  font-size: 14px;
}

idt-button-lg .idt-button {
  background-color: #d4d4d4;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  opacity: 0.8
}

idt-button-lg .idt-button-txt {
  text-align: center;
  padding: 24px;
  font-size: 16px;
  text-transform: uppercase
}

idt-button-lg .idt-button-icon {
  padding: 24px;
  color: #616161
}

idt-button-lg .idt-button:hover {
  opacity: 1
}

idt-button-lg .idt-button-icon:hover {
  color: white
}

.idt-button-active {
  background-color: #b9b8b8
}

idt-button-mini {
  min-width: 0;
  margin: 6px 8px 6px 8px;
  border-radius: 50%;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

idt-button-vote .idt-button {
  background-color: #e4e4e4;
  margin: 4px;
  text-align: center;
  padding: 5px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
  cursor: pointer;
  color: #5f5f5f
}

idt-button-vote.idt-clear .idt-button {
  background-color: #f3f3f3;
  color: #a2a2a2
}

idt-button-vote.idt-btn-red .idt-button {
  background-color: #c75151;
  color: white
}

idt-button-vote.idt-btn-blue .idt-button {
  background-color: rgba(2, 181, 164, 0.8);
  color: white
}

idt-button-vote .idt-btn-text {
  font-size: 10px
}

idt-button-vote .idt-btn-icon {
  font-size: 14px;
  padding-bottom: 2px
}

idt-button-vote .idt-button:hover {
  background-color: #d2d2d2
}

idt-button-vote.idt-clear .idt-button:hover {
  background-color: #e4e4e4
}

idt-button-vote.idt-btn-blue .idt-button:hover {
  background-color: #1cca7e
}

idt-button-vote.idt-btn-red .idt-button:hover {
  background-color: #b50000
}

idt-button-vote.idt-btn-grey .idt-button {
  background-color: #c7c7c7
}

idt-button-vote.idt-btn-grey .idt-button:hover {
  background-color: #afafaf
}


/*# sourceMappingURL=idt-button.css.map */