/* Speech controls in ThreeColumnMaster */
#speech_ui {
  color: black;
  position: relative;
  z-index: 3;
}
#speech_ui > #spoken_requests {
  padding-bottom: 57px;
}
#speech_ui > a.mic {
  position: fixed;
  bottom: 7px;
  right: 5px;
  width: 47px;
}
#speech_ui > a.mic .fa-spinner {
  display: none;
}
#speech_ui > a.mic.listening > i.fa-microphone {
  display: none;
}
#speech_ui > a.mic.listening > i.fa-spinner {
  display: block;
}
#speech_ui > p.warnInfo {
  display: none;
}
#speech_ui > .popover-ui {
  position: fixed;
  bottom: 52px;
  right: 4px;
  line-height: 20px;
  max-width: 200px;
  min-width: 150px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#speech_ui > .popover-ui.top-left {
  margin-top: -10px;
}
#speech_ui > .popover-ui.top-left > .arrow {
  bottom: -11px;
  right: 13px;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
#speech_ui > .popover-ui.top-left > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
#speech_ui > .popover-ui.in {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#speech_ui > .popover-ui .popover-ui-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
}
#speech_ui > .popover-ui .popover-ui-content > div:first-child {
  width: 99%;
}
#speech_ui > .popover-ui > .popover-ui-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
#speech_ui > .popover-ui > .popover-ui-inner .close:hover,
#speech_ui > .popover-ui > .popover-ui-inner .closefocus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#speech_ui > .popover-ui > .popover-ui-inner .close:after {
  content: "\00D7";
  width: 0.8em;
  height: 0.8em;
  padding: 4px;
  position: relative;
}
#speech_ui > .popover-ui > .popover-ui-inner > .popover-ui-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
#speech_ui > .popover-ui > .popover-ui-inner > .popover-ui-footer {
  padding: 8px 14px;
  margin: 0;
  line-height: 18px;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
#speech_ui > .popover-ui > .popover-ui-inner > .popover-ui-content {
  padding: 9px 14px;
  overflow: auto;
  min-height: 50px;
}
#speech_ui > .popover-ui > .arrow,
#speech_ui > .popover-ui .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#speech_ui > .popover-ui > .arrow {
  border-width: 11px;
}
#speech_ui > .popover-ui > .arrow:after {
  border-width: 10px;
  content: "";
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
