body {
  font-family: "segoe ui", "segoe ui lighter", "Lucida Sans Unicode", Verdana;
  font-weight: lighter;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body,
html {
  height: 100%;
}
a {
  color: #75c5c5;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media (max-width: 720px) {
  button.button-punch {
    height: 50px;
  }
}
/*header {
    background: #008000;
    color: white;
}*/
header > h2 {
  margin-bottom: 0;
  color: white;
}
header > h5 {
  margin: 0 0 0 35px;
  padding: 0 0 0 0;
  display: inline;
  color: #b6ff00;
}
header > h4 {
  display: inline;
  margin-left: 50px;
}
.header-short {
  height: 75px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.no-margin {
  margin: 0 0 0 0;
}
.form-control-inline {
  min-width: 0;
  display: inline;
}
a {
  cursor: pointer;
  text-decoration: none !important;
}
.close-action {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.clock-status {
  font-family: Verdana, Arial, sans-serif;
  font-size: large;
}
.off-clock {
  color: red;
}
.on-clock {
  color: #0b0;
}
.larger {
  font-size: larger;
  height: 35px;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#application {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
}
#version {
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: 0;
  padding: 0;
}
#busyIndicator-container {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
#busyIndicator-content {
  text-align: center;
  color: green;
  font-size: 24px;
  z-index: 1000;
}
/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 0.25s;
  animation: fadeInRight 0.25s;
}
/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0.5;
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*@default-background: #f7fff7;
@default-foreground: #000;
@default-item-normal-background: #005555;
@default-item-mouseover-background: #002e2e;
@default-item-selected-background: #75c5c5;*/
.view-header {
  background: #005555;
  color: #fff;
  padding: 0;
  margin: 0 4px 0 4px;
}
.view-header div {
  float: left;
  display: inline;
}
.view-header .title {
  padding: 0;
}
.view-header .sub-title {
  font-size: 12px;
  margin: 38px 0 0 10px;
  padding: 0;
  color: #ccc;
}
td.right {
  text-align: right;
}
login-group {
  margin: 15px 0 0 0;
}
.control-block {
  margin: 0 0 0 5px;
}
.control-column {
  width: 49%;
  float: left;
  margin-left: 5px;
}
#navigation {
  background-color: #005555;
  width: 175px;
  margin: 1px 0 0 4px;
  padding: 0;
}
#content {
  background-color: #f7fff7;
  margin: 1px 4px 0 4px;
  padding: 0;
  overflow-y: auto;
  border-top: 4px solid;
}
#right-quadrant {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.stack-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.stack-panel .max {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.stack-panel .expand {
  flex-grow: 1;
}
.horizontal {
  flex-direction: row;
  width: 100%;
}
article.control-column {
  width: 49%;
  float: left;
  margin-left: 5px;
}
div.control-column {
  width: 49%;
  float: left;
  margin-left: 5px;
}
ai-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
ai-dialog-container > div {
  margin: auto !important;
}
@media (max-width: 479px) {
  .show-mobile-landscape-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-tablet-portrait-up {
    display: none;
  }
}
@media (max-width: 1023px) {
  .show-tablet-landscape-up {
    display: none;
  }
}
@media (max-width: 1199px) {
  .show-desktop {
    display: none!important;
  }
}
@media (min-width: 1025px) {
  .show-tablet-landscape-down {
    display: none!important;
  }
}
@media (min-width: 300px) {
  .view-header {
    height: auto;
    border-top-right-radius: 0;
  }
  .title {
    font-size: 16px;
    margin: 0 0 0 4px;
  }
  .title-spacer {
    margin: 0;
  }
  #navigation {
    display: none;
  }
}
@media (min-width: 1025px) {
  .view-header {
    height: 58px;
    border-top-right-radius: 29px;
  }
  .title {
    font-size: 40px;
    margin: 20px 0 0 4px;
  }
  .title-spacer {
    margin: 0 0 0 175px;
  }
  #navigation {
    display: block;
  }
}
fieldset legend {
  font-size: inherit;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: inherit;
  border: none;
}
fieldset p {
  margin: 0 0 2px 4px;
}
fieldset label {
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 2px 0;
  padding: 0;
  line-height: inherit;
}
.rt-align-right {
  text-align: right;
}
select:disabled {
  background: #eee;
}
.button-anchor {
  background-color: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.button-anchor:focus {
  outline: none;
}
.button-anchor:disabled {
  color: #bbb;
}
.column-divider {
  float: left;
  width: 2px;
  height: 98%;
  background: linear-gradient(#f7fff7, #005555, #f7fff7);
  margin-left: 4px;
  margin-right: 4px;
}
.btn-default {
  color: #fff;
  background: #005555;
}
button.button-punch {
  height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.validation-error {
  background: #ffe0e0;
}
ux-select.validation-error > select {
  background: #ffe0e0;
}
ux-select.validation-error + .validation-message {
  visibility: visible;
}
select option {
  background-color: white;
}
.validation-message {
  display: inline;
  visibility: hidden;
  position: relative;
}
.validation-message-text {
  display: inline;
  font-size: x-small;
  left: -6px;
  top: -8px;
  position: absolute;
  padding: 2px;
  background: red;
  color: white;
  font-family: 'Arial', sans-serif;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.validation-error:focus + .validation-message {
  visibility: visible;
}
.header-text {
  font-size: 14px;
  font-weight: bold;
  color: white;
  display: inline-block;
  padding-left: 4px;
}
.header-text-right {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding-left: 4px;
  color: white;
  text-align: right;
}
div.header-container {
  background: #002e2e;
  border: 1px solid #75c5c5;
  margin: 0;
  padding: 2px;
}
div.header-container > span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding-left: 4px;
  color: white;
}
.field-text {
  font-size: 12px;
  font-weight: normal;
  color: white;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
}
.field-text-right {
  font-size: 12px;
  font-weight: normal;
  color: white;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  text-align: right;
}
div.field {
  display: inline-block;
  margin: 1px 0 1px 4px;
  height: auto;
}
.block-title {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  margin: 5px 0 -1px 0;
  display: block;
}
.clickable:hover {
  cursor: pointer;
}
.field {
  display: inline-block;
  font-weight: normal;
  margin: 1px 0 1px 0;
}
div.control-group {
  margin-left: 5px;
  margin-right: 5px;
}
div.control-group p {
  margin: 0;
  padding: 2px 0 2px 0;
  display: table;
  width: 100%;
}
div.control-group p label {
  display: inline-block;
  font-weight: normal;
  margin: 1px 0 1px 0;
}
div.control-group p button {
  display: inline-block;
  font-weight: normal;
  margin: 1px 0 1px 0;
}
div.control-group p input {
  display: inline-block;
  font-weight: normal;
  margin: 1px 0 1px 0;
}
div.control-group p input[type=checkbox] {
  display: inline-block;
  font-weight: normal;
  margin: 1px 0 1px 0;
  width: auto;
  vertical-align: middle;
}
div.control-group p input[type=radio] {
  display: inline-block;
  font-weight: normal;
  margin: 1px 0 1px 0;
  vertical-align: middle;
}
div.control-group section {
  margin: 0;
  padding: 0;
}
select.form-control {
  height: 30px;
  padding: 0;
}
.xxxsmall {
  width: 50px;
}
.xxsmall {
  width: 75px;
}
.xsmall {
  width: 100px;
}
.small {
  width: 125px;
}
.medium {
  width: 150px;
}
span.medium {
  width: 150px;
  display: inline-block;
}
.large {
  width: 175px;
}
span.large {
  width: 175px;
  display: inline-block;
}
.xlarge {
  width: 200px;
}
.xxlarge {
  width: 250px;
}
.xxxlarge {
  width: 300px;
}
.rt-xxxsmall {
  width: 50px;
}
span.rt-xxxsmall {
  display: inline-block;
  width: 50px;
}
.rt-xxsmall {
  width: 75px;
}
span.rt-xxsmall {
  display: inline-block;
  width: 75px;
}
.rt-xsmall {
  width: 100px;
}
span.rt-xsmall {
  display: inline-block;
  width: 100px;
}
.rt-small {
  width: 125px;
}
span.rt-small {
  display: inline-block;
  width: 125px;
}
.rt-medium {
  width: 150px;
}
span.rt-medium {
  width: 150px;
  display: inline-block;
}
.rt-large {
  width: 175px;
}
span.rt-large {
  width: 175px;
  display: inline-block;
}
.rt-xlarge {
  width: 200px;
}
.rt-xxlarge {
  width: 250px;
}
.rt-xxxlarge {
  width: 300px;
}
input.duration {
  width: 75px;
  text-align: right;
}
span.duration {
  display: inline-block;
  width: 75px;
  text-align: right;
}
input.time {
  width: 75px;
  text-align: right;
}
input.number {
  width: 75px;
  text-align: right;
}
input.small-number {
  width: 50px;
  text-align: right;
}
.extend {
  width: 100%;
  min-width: 50px;
}
.image-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
.html5-progress-bar {
  padding: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.html5-progress-bar progress {
  background-color: #f3f3f3;
  border: 0;
  width: 100%;
  height: 16px;
  border-radius: 4px;
}
.html5-progress-bar progress::-webkit-progress-bar {
  background-color: #f3f3f3;
  border-radius: 4px;
}
.html5-progress-bar progress::-webkit-progress-value {
  background: #cdeb8e;
  border-radius: 4px;
}
.html5-progress-bar-warning progress::-webkit-progress-value {
  background: #FFFFAD;
  border-radius: 4px;
}
.html5-progress-bar-error progress::-webkit-progress-value {
  background: #FFAFAF;
  border-radius: 4px;
}
.html5-progress-bar progress::-moz-progress-bar {
  background: #cdeb8e;
  border-radius: 4px;
}
.html5-progress-bar-warning progress::-moz-progress-bar {
  background: #FFFFAD;
  border-radius: 4px;
}
.html5-progress-bar-error progress::-moz-progress-bar {
  background: #FFAFAF;
  border-radius: 4px;
}
.html5-progress-bar progress::-ms-fill {
  background: #cdeb8e;
  border: none;
  border-radius: 4px;
}
.html5-progress-bar-warning progress::-ms-fill {
  background: #FFFFAD;
  border: none;
  border-radius: 4px;
}
.html5-progress-bar-error progress::-ms-fill {
  background: #FFAFAF;
  border: none;
  border-radius: 4px;
}
.progress-value {
  padding: 0;
  margin-left: 0;
  font-size: 0.8em;
  color: black;
  height: 16px;
  width: 50px;
  text-align: center;
}
.filter-circle {
  border-radius: 50%;
  background: white;
  vertical-align: middle;
  border: solid 1px white;
  display: inline-block;
}
.filter-circle-row {
  border-radius: 50%;
  background: white;
  vertical-align: middle;
  border: solid 1px white;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.nav-bar {
  color: #fff;
  background-color: #005555;
}
.nav-item {
  color: #fff;
}
.view-header {
  background: #005555;
  color: #fff;
}
.content {
  background-color: #f7fff7;
}
.btn-default {
  color: #fff;
  background: #005555;
}
.list-header {
  color: #fff;
  background-color: #002e2e;
  border: 1px solid #75c5c5;
}
.list-item {
  color: #fff;
  background-color: #005555;
}
.list-item:hover {
  background-color: #002e2e;
}
.list-item-selected {
  background-color: #75c5c5 !important;
}
.header-text {
  color: white;
}
.rt-background {
  color: #005555;
}
div.rt-background {
  background-color: #005555;
}
.rt-highlighted {
  color: #002e2e;
}
.rt-selected {
  color: #75c5c5;
}
span.schedule-day-label {
  color: #fff;
  background-color: #005555;
  display: inline-block;
  width: 125px;
}