html,
body,
ul,
ol,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}
ul,
ol,
li {
  list-style: none;
}
* {
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:not(input) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button {
  font-family: inherit;
  font-size: inherit;
}
.view-popup-container > .window.view-timeline-group-popup {
  top: 0;
  left: 0;
  margin: 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
}
.view-popup-container > .window.view-timeline-group-popup .tail {
  position: absolute;
  border: solid transparent;
}
.view-popup-container > .window.view-timeline-group-popup .tail.tail-up {
  border-bottom-color: #fff;
  border-width: 0 1.375em 1.375em 0;
  top: -1.25em;
}
.view-popup-container > .window.view-timeline-group-popup .tail.tail-down {
  border-top-color: #fff;
  border-width: 1.375em 1.375em 0 0;
  bottom: -1.25em;
}
.view-popup-container > .window.view-timeline-group-popup .ui-list {
  white-space: nowrap;
}
.view-popup-container > .window.view-timeline-group-popup .ui-list ol > * {
  display: inline-block;
  vertical-align: top;
  width: 8.16666667em;
  height: 7.91666667em;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding-top: 1.75em;
}
.view-popup-container > .window.view-timeline-group-popup .ui-list ol > * .icon {
  width: 4.16666667em;
  height: 4.16666667em;
  margin-bottom: 0.41666667em;
}
.view-popup-container > .window.view-timeline-group-popup .ui-list .tail {
  display: none;
}
.view-popup-container > .window.view-timeline-group-popup .ui-list .item span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 1em;
  height: 1.1em;
  color: inherit;
}
.view-popup-container > .window.view-timeline-group-popup .ui-scroll ol {
  width: auto;
  height: auto;
  padding-bottom: 1em;
}
.view-popup-container > .window.view-timeline-group-popup .ui-scroll .scroll.left,
.view-popup-container > .window.view-timeline-group-popup .ui-scroll .scroll.right {
  margin: -0.83333333em 0.83333333em;
}
html,
body {
  width: 100%;
  height: 100%;
  color: #7F7F7F;
  overflow: hidden;
}
html.testfixwindowsize,
html.testfixwindowsize body,
html.testfixwindowsize #tahoma {
  width: 900px;
  height: 700px;
  position: relative;
}
.widget .widget-canvas {
  width: 100%;
  height: 100%;
}
button {
  position: relative;
  min-width: 4em;
  line-height: 1.6em;
  padding: 0em 0.75em;
  background-clip: padding-box;
  border-radius: 3em;
  border: solid 0.3em rgba(0, 0, 0, 0);
  box-sizing: content-box;
  color: #fff;
  white-space: nowrap;
  outline: none;
  background-color: #A5A6A8;
}
button:before {
  content: '';
  position: absolute;
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
}
button:hover {
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 0.3em rgba(165, 166, 168, 0.5);
}
button:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border: solid 0.3em rgba(0, 0, 0, 0);
  background-color: #555;
}
button[disabled] {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-color: transparent;
  color: #fff;
  background-color: rgba(165, 166, 168, 0.3);
}
button.green {
  background-color: #83D519;
}
button.green:hover {
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 0.3em rgba(131, 213, 25, 0.5);
}
button.green:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border: solid 0.3em rgba(0, 0, 0, 0);
  background-color: #555;
}
button.green[disabled] {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-color: transparent;
  color: #fff;
  background-color: rgba(131, 213, 25, 0.3);
}
button.gray {
  background-color: #A5A6A8;
}
button.gray:hover {
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 0.3em rgba(165, 166, 168, 0.5);
}
button.gray:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border: solid 0.3em rgba(0, 0, 0, 0);
  background-color: #555;
}
button.gray[disabled] {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-color: transparent;
  color: #fff;
  background-color: rgba(165, 166, 168, 0.3);
}
button.orange {
  background-color: #FF8700;
}
button.orange:hover {
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 0.3em rgba(255, 135, 0, 0.5);
}
button.orange:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border: solid 0.3em rgba(0, 0, 0, 0);
  background-color: #555;
}
button.orange[disabled] {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-color: transparent;
  color: #fff;
  background-color: rgba(255, 135, 0, 0.3);
}
button.red {
  background-color: #FF1A00;
}
button.red:hover {
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 0.3em rgba(255, 26, 0, 0.5);
}
button.red:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border: solid 0.3em rgba(0, 0, 0, 0);
  background-color: #555;
}
button.red[disabled] {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-color: transparent;
  color: #fff;
  background-color: rgba(255, 26, 0, 0.3);
}
button.blue {
  background-color: #007A96;
}
button.blue:hover {
  transition: border 0.5s;
  -webkit-transition: border 0.5s;
  -moz-transition: border 0.5s;
  -ms-transition: border 0.5s;
  -o-transition: border 0.5s;
  border: solid 0.3em rgba(0, 122, 150, 0.5);
}
button.blue:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border: solid 0.3em rgba(0, 0, 0, 0);
  background-color: #555;
}
button.blue[disabled] {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  border-color: transparent;
  color: #fff;
  background-color: rgba(0, 122, 150, 0.3);
}
input::-webkit-input-placeholder {
  color: #aaa;
  font-style: italic;
}
input::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-style: italic;
}
#appversion {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px;
  font-family: courier, monospace;
  font-size: 11px;
  text-align: right;
}
#appversion div {
  user-select: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  -o-user-select: all;
}
#appversion div:nth-child(1) {
  color: #3076aa;
}
#appversion div:nth-child(2) {
  color: #ddd;
}
