body {
  font-family: "segoe ui", "segoe ui lighter", "Lucida Sans Unicode", "Verdana";
  font-weight: lighter;
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body,
html {
  height: 100%;
}
.flex-container-horizontal {
  display: flex;
}
.flex-item {
  width: 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;
}
#application {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  }
}
.form-signin {
  margin: auto;
  width: 300px;
  text-align: center;
}
.form-signin input,
.form-signin button {
  margin-top: 5px;
  width: 300px;
}
.nav li {
  width: 100%;
  padding: 0;
}
.nav li a {
  display: block;
  position: relative;
  padding: 10px 15px;
}
.nav li a span {
  font-size: 14px;
}
.nav li:hover {
  background-color: #75c5c5;
}
ux-dialog {
  margin-top: 50px;
}
ux-dialog > ux-dialog-header {
  background: #005555;
  color: white;
  border-top: 1px solid #005555;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 24px;
  margin: 0;
  padding: 0 5px 0 5px !important;
  font-size: 16px;
}
ux-dialog ux-dialog-body {
  background: #fff;
}
ux-dialog ux-dialog-footer {
  background: #fff;
}
ux-dialog-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
ux-dialog-container > div {
  margin: auto!important;
  padding: 0!important;
  padding-top: 30px!important;
}
#tracking-levels .fa-search {
  padding: 0 5px 0 5px;
}
td.right {
  text-align: right;
}
login-group {
  margin: 15px 0 0 0;
}
.control-block {
  margin: 0 0 0 5px;
}
.flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flex-fill {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex-item {
  flex-grow: 0;
}
.flex-item-expanded {
  flex-grow: 1;
}
.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!important;
  width: 100%;
}
article.control-column {
  width: 49%;
  float: left;
  margin-left: 5px;
}
div.control-column {
  width: 49%;
  float: left;
  margin-left: 5px;
}
.control-column {
  width: 49%;
  float: left;
  margin-left: 5px;
}
.column-mobile-landscape-up {
  width: 49%;
  float: left;
  margin-left: 5px;
}
.column-tablet-portrait-up {
  width: 49%;
  float: left;
  margin-left: 5px;
}
.column-tablet-landscape-up {
  width: 49%;
  float: left;
  margin-left: 5px;
}
.column-desktop {
  width: 49%;
  float: left;
  margin-left: 5px;
}
@media (max-width: 479px) {
  .show-mobile-landscape-up {
    display: none !important;
  }
  .column-mobile-landscape-up {
    width: 98%;
  }
}
@media (max-width: 767px) {
  .show-tablet-portrait-up {
    display: none !important;
  }
  .column-tablet-portrait-up {
    width: 98%;
  }
}
@media (max-width: 1023px) {
  .show-tablet-landscape-up {
    display: none !important;
  }
  .column-tablet-landscape-up {
    width: 98%;
  }
}
@media (max-width: 1199px) {
  .show-desktop {
    display: none;
  }
  .column-desktop {
    width: 98%;
  }
}
@media (min-width: 361px) {
  .show-mobile-portrait {
    display: none;
  }
}
@media (min-width: 641px) {
  .show-mobile-landscape-down {
    display: none;
  }
}
@media (min-width: 769px) {
  .show-tablet-portait-down {
    display: none;
  }
}
@media (min-width: 1025px) {
  .show-tablet-landscape-down {
    display: none;
  }
}
@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;
  }
  #content {
    left: 0;
    top: 48px;
  }
}
@media (min-width: 1025px) {
  .view-header {
    height: 58px;
    border-top-right-radius: 29px;
  }
  .view-header .title {
    font-size: 40px;
    margin: 20px 0 0 4px;
  }
  .view-header .title-spacer {
    margin: 0 0 0 175px;
  }
  #navigation {
    display: block;
  }
  #content {
    left: 179px;
    top: 115px;
  }
}
fieldset legend {
  font-size: 1rem;
  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;
}
fieldset > table {
  margin-left: 0px;
  width: 100%;
}
@media screen and (min-width: 721px) {
  fieldset > table {
    margin-left: 4px;
  }
}
button.button-punch {
  height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 10px;
}
.validation-error {
  background: #ffe0e0;
}
ux-select.validation-error > select {
  background: #ffe0e0;
}
select option {
  background-color: white;
}
.validation-message {
  display: inline;
  visibility: hidden;
  position: relative;
  z-index: 9000;
}
.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;
}
ux-select.validation-error + .validation-message {
  visibility: visible;
}
.header-text {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 4px;
}
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;
  margin-left: 4px;
  color: white;
}
span.field-text {
  font-size: 12px;
  font-weight: normal;
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
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.time-lg {
  width: 100px;
  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;
  height: 25px;
  font-weight: normal;
}
.xxxsmall-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 50px;
}
.xxsmall-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 75px;
}
.xsmall-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 100px;
}
.small-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 125px;
}
.medium-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 150px;
}
.large-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 175px;
}
.xlarge-field-label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  width: 200px;
}
.xxxlarge-textarea {
  display: inline-block;
  width: 400px;
  height: 50px;
}
.dropdown {
  display: inline-block;
  height: 35px;
}
.xsmall-dropdown {
  display: inline-block;
  height: 35px;
  width: 150px;
}
.small-dropdown {
  display: inline-block;
  height: 35px;
  width: 200px;
}
.medium-dropdown {
  display: inline-block;
  height: 35px;
  width: 250px;
}
div.control-group {
  margin-left: 5px;
  margin-right: 5px;
}
div.control-group p {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
div.control-group p label {
  display: inline-block;
  height: 25px;
  font-weight: normal;
}
div.control-group p button {
  display: inline-block;
  height: 25px;
  font-weight: normal;
}
div.control-group p input {
  display: inline-block;
  height: 25px;
  font-weight: normal;
}
div.control-group p input[type=checkbox] {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  vertical-align: middle;
}
div.control-group p input[type=radio] {
  display: inline-block;
  height: 25px;
  font-weight: normal;
  vertical-align: middle;
}
div.control-group p select {
  display: inline-block;
  height: 25px;
  font-weight: normal;
}
div.control-group section {
  margin: 0;
  padding: 0;
}
.xxxsmall {
  width: 50px;
}
.xxsmall {
  width: 75px;
}
.xsmall {
  width: 100px;
}
.small {
  width: 125px;
}
.medium {
  width: 150px;
}
.large {
  width: 175px;
}
.xlarge {
  width: 200px;
}
.xxlarge {
  width: 250px;
}
.xxxlarge {
  width: 300px;
}
span.xxsmall {
  width: 75px;
  display: inline-block;
}
span.xxxsmall {
  width: 50px;
  display: inline-block;
}
.rt-xxxsmall {
  width: 50px;
}
.rt-xxsmall {
  width: 75px;
}
.rt-xsmall {
  width: 100px;
}
.rt-small {
  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;
}
.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);
  }
}
.styled-select {
  /*background: url(../images/select-arrow.png) no-repeat 28px 0;*/
  height: 29px;
  overflow: hidden;
  /*width: 240px;*/
}
.inner-style-select {
  background: url(../images/select-arrow.png) no-repeat 0 0;
  float: right;
  width: 28px;
  height: 29px;
}
.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  /*width: 268px;*/
}
.semi-square {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blue {
  background-color: #005555;
}
.blue select {
  color: white;
}
.blue option {
  color: black;
}
.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: #fff;
}
.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;
}
/* Bootstrap Overrides*/
input.form-control {
  height: 30px;
}