body {
    font-family: Segoe UI Light, Lucida Sans Unicode, Verdana;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

button.button-punch {
    height: 30px;
    margin-top: 4px;
    margin-bottom: 4px;    
}

@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;
}

#application {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
}

#version {
    position: absolute;
    bottom: 0;
    right: 10px;
    margin: 0;
    padding: 0;
}

.deskpunch-status-icon {
  width: 16px;
  height: 16px;
}
.deskpunch-status-name {
  width: 95%;
  margin-left: 5px;
}
.deskpunch-status-time {
  width: 75px;
}
#content {
  height: 98%;
}
aside {
  position: absolute;
  top: 75px;
  bottom: 0;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  overflow-y: auto;
}
.form-inline .my-form-inline {
  width: 100%;
}
.aside-left {
  left: 0;
}
.aside-right {
  right: 0;
}
ai-dialog {
  margin-top: 50px;
}
ai-dialog > ai-dialog-header {
  padding: 0 0 0 5px;
  background: #005555;
  color: white;
  border-top: 1px solid #005555;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#currentTimeShort {
  display: inline-block;
}
#currentTime {
  display: none;
}
@media only screen and (min-width: 640px) {
  #currentTimeShort {
    display: none;
  }
  #currentTime {
    display: inline-block;
  }
}
#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;
}