﻿button {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #bbb;
  text-align: center;
  color: #333;
  min-width: 80px;
  line-height: 18px;
  font-weight: inherit;
  padding: 4px 5px !important;
  font-family: inherit;
  font-size: inherit;
  background-color: #f8f8f8;
}
button[disabled] {
  color: #B1B1B1;
}
button:hover {
  color: black;
  cursor: pointer;
  background-color: #c9dbed;
}
button[disabled]:hover {
  color: #B1B1B1;
  cursor: default;
}
button[disabled] i.fa {
  color: #B1B1B1;
}
button i.fa {
  margin-right: 5px;
}
button > i.fa-plus {
  position: relative;
  top: 2px;
}
.toolbar {
  font-size: 0;
}
.toolbar button {
  padding-right: 5px !important;
  margin-left: -1px;
  border-radius: 0px;
  padding: 5px;
}
.toolbar button.current {
  background: #e6edf2 !important;
  color: #bd5a35;
}
.toolbar button.current span {
  font-weight: bold;
}
.toolbar button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.toolbar button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.periodButton {
  overflow: visible;
}
.periodButton span {
  position: relative;
}
.periodButton span:first-child {
  top: -2px;
}
.dialogue-button {
  padding: 5px 10px 5px 9px;
}
.trafficlight {
  width: 50px;
  height: 132px;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.trafficlight span {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin-left: -1px;
}
.trafficlight label {
  border-radius: 50px !important;
  margin-top: 5px;
  margin-left: -3px !important;
  padding-left: 1px;
}
.trafficlight label:first-of-type span {
  background-color: #442424;
}
.trafficlight label span {
  background-color: #3e3016;
}
.trafficlight label:last-of-type span {
  background-color: #222f22;
}
.trafficlight input:checked + label:first-of-type span {
  background-color: red;
  box-shadow: 0 0 25px 5px red;
}
.trafficlight input:checked + label span {
  background-color: yellow;
  box-shadow: 0 0 25px 5px yellow;
}
.trafficlight input:checked + label:last-of-type span {
  background-color: limegreen;
  box-shadow: 0 0 25px 5px limegreen;
}
.guide-button {
  background-color: #8ab419;
  vertical-align: middle;
  cursor: pointer;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  min-width: 50px;
}