#keyboardInputMaster {
  position: absolute;
  font: normal 11px Arial, sans-serif;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #cccccc;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
  -webkit-box-shadow: 0px 2px 10px #444444;
  -moz-box-shadow: 0px 2px 10px #444444;
  box-shadow: 0px 2px 10px #444444;
  opacity: 0.95;
  filter: alpha(opacity=95);
  background-color: #dddddd;
  text-align: left;
  z-index: 1000000;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  -moz-user-select: none;
  cursor: default;
}

#keyboardInputMaster * {
  position: static;
  color: #000000;
  background: transparent;
  font: normal 11px Arial, sans-serif;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px;
  vertical-align: baseline;
  line-height: 1.3em;
}

#keyboardInputMaster table {
  table-layout: auto;
}

#keyboardInputMaster.keyboardInputSize1,
#keyboardInputMaster.keyboardInputSize1 * {
  font-size: 9px;
}

#keyboardInputMaster.keyboardInputSize3,
#keyboardInputMaster.keyboardInputSize3 * {
  font-size: 13px;
}

#keyboardInputMaster.keyboardInputSize4,
#keyboardInputMaster.keyboardInputSize4 * {
  font-size: 16px;
}

#keyboardInputMaster.keyboardInputSize5,
#keyboardInputMaster.keyboardInputSize5 * {
  font-size: 20px;
}

#keyboardInputMaster thead tr th {
  padding: 0.3em 0.3em 0.1em 0.3em;
  background-color: #999999;
  white-space: nowrap;
  text-align: right;
  -webkit-border-radius: 0.6em 0.6em 0px 0px;
  -moz-border-radius: 0.6em 0.6em 0px 0px;
  border-radius: 0.6em 0.6em 0px 0px;
}

#keyboardInputMaster thead tr th div {
  float: left;
  font-size: 130% !important;
  height: 1.3em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 0.5em;
  cursor: pointer;
  background-color: transparent;
}

#keyboardInputMaster thead tr th div ol {
  position: absolute;
  left: 0px;
  top: 90%;
  list-style-type: none;
  height: 9.4em;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f6f6f6;
  border: 1px solid #999999;
  display: none;
  text-align: left;
  width: 12em;
}

#keyboardInputMaster thead tr th div ol li {
  padding: 0.2em 0.4em;
  cursor: pointer;
  white-space: nowrap;
  width: 12em;
}

#keyboardInputMaster thead tr th div ol li.selected {
  background-color: #ffffcc;
}

#keyboardInputMaster thead tr th div ol li:hover,
#keyboardInputMaster thead tr th div ol li.hover {
  background-color: #dddddd;
}

#keyboardInputMaster thead tr th span,
#keyboardInputMaster thead tr th strong,
#keyboardInputMaster thead tr th small,
#keyboardInputMaster thead tr th big {
  display: inline-block;
  padding: 0px 0.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
  border-left: 1px solid #e5e5e5;
  background-color: #cccccc;
  cursor: pointer;
  margin: 0px 0px 0px 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  vertical-align: middle;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

#keyboardInputMaster thead tr th strong {
  font-weight: bold;
}

#keyboardInputMaster thead tr th small {
  -webkit-border-radius: 0.3em 0px 0px 0.3em;
  -moz-border-radius: 0.3em 0px 0px 0.3em;
  border-radius: 0.3em 0px 0px 0.3em;
  border-right: 1px solid #aaaaaa;
  padding: 0px 0.2em 0px 0.3em;
}

#keyboardInputMaster thead tr th big {
  -webkit-border-radius: 0px 0.3em 0.3em 0px;
  -moz-border-radius: 0px 0.3em 0.3em 0px;
  border-radius: 0px 0.3em 0.3em 0px;
  border-left: 0px none;
  margin: 0px;
  padding: 0px 0.3em 0px 0.2em;
}

#keyboardInputMaster thead tr th span:hover,
#keyboardInputMaster thead tr th span.hover,
#keyboardInputMaster thead tr th strong:hover,
#keyboardInputMaster thead tr th strong.hover,
#keyboardInputMaster thead tr th small:hover,
#keyboardInputMaster thead tr th small.hover,
#keyboardInputMaster thead tr th big:hover,
#keyboardInputMaster thead tr th big.hover {
  background-color: #dddddd;
}

#keyboardInputMaster tbody tr td {
  text-align: left;
  padding: 0.2em 0.3em 0.3em 0.3em;
  vertical-align: top;
}

#keyboardInputMaster tbody tr td div {
  text-align: center;
  position: relative;
  zoom: 1;
}

#keyboardInputMaster tbody tr td table {
  white-space: nowrap;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

#keyboardInputMaster tbody tr td#keyboardInputNumpad table {
  margin-left: 0.2em;
  width: auto;
}

#keyboardInputMaster tbody tr td table.keyboardInputCenter {
  width: auto;
  margin: 0px auto;
}

#keyboardInputMaster tbody tr td table tbody tr td {
  vertical-align: middle;
  padding: 0px 0.45em;
  white-space: pre;
  height: 1.8em;
  font-family: 'Lucida Console', 'Arial Unicode MS', monospace;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
  border-left: 1px solid #e5e5e5;
  background-color: #eeeeee;
  cursor: default;
  min-width: 0.75em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

#keyboardInputMaster tbody tr td table tbody tr td.last {
  width: 99%;
}

#keyboardInputMaster tbody tr td table tbody tr td.space {
  padding: 0px 4em;
}

#keyboardInputMaster tbody tr td table tbody tr td.deadkey {
  background-color: #ccccdd;
}

#keyboardInputMaster tbody tr td table tbody tr td.target {
  background-color: #ddddcc;
}

#keyboardInputMaster tbody tr td table tbody tr td:hover,
#keyboardInputMaster tbody tr td table tbody tr td.hover {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  border-left: 1px solid #d5d5d5;
  background-color: #cccccc;
}

#keyboardInputMaster thead tr th span:active,
#keyboardInputMaster thead tr th span.pressed,
#keyboardInputMaster tbody tr td table tbody tr td:active,
#keyboardInputMaster tbody tr td table tbody tr td.pressed {
  border-top: 1px solid #555555 !important;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #555555;
  background-color: #cccccc;
}

#keyboardInputMaster tbody tr td table tbody tr td small {
  display: block;
  text-align: center;
  font-size: 0.6em !important;
  line-height: 1.1em;
}

#keyboardInputMaster tbody tr td div label {
  position: absolute;
  bottom: 0.2em;
  left: 0.3em;
}

#keyboardInputMaster tbody tr td div label input {
  background-color: #f6f6f6;
  vertical-align: middle;
  font-size: inherit;
  width: 1.1em;
  height: 1.1em;
}

#keyboardInputMaster tbody tr td div var {
  position: absolute;
  bottom: 0px;
  right: 3px;
  font-weight: bold;
  font-style: italic;
  color: #444444;
}

.keyboardInputInitiator {
  margin: 0px 3px;
  vertical-align: middle;
  cursor: pointer;
}

table.keyboardInputMaster {
  position: absolute;
  font: normal 16px Arial, sans-serif;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #cccccc;
  -webkit-box-shadow: 0px 2px 10px #444444;
  -moz-box-shadow: 0px 2px 10px #444444;
  box-shadow: 0px 2px 10px #444444;
  opacity: 0.95;
  filter: alpha(opacity=95);
  background-color: #dddddd;
  text-align: left;
  z-index: 1000000;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  -moz-user-select: none;
  cursor: default;
}

table.keyboardInputMaster {
  -webkit-border-top-left-radius: 0.6em;
  -webkit-border-top-right-radius: 0.6em;
  -moz-border-top-left-radius: 0.6em;
  -moz-border-top-right-radius: 0.6em;
  border-top-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
}

table.keyboardInputMaster.relativeKeyboard {
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  border-radius: 0.6em;
}

table.keyboardInputMaster * {
  position: static;
  color: #000000;
  background: transparent;
  font: normal 16px Arial, sans-serif;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px;
  vertical-align: baseline;
  line-height: 1.3em;
}

table.keyboardInputMaster table {
  table-layout: auto;
}

table.keyboardInputMaster.keyboardInputSize1,
table.keyboardInputMaster.keyboardInputSize1 * {
  font-size: 13px;
}

table.keyboardInputMaster.keyboardInputSize3,
table.keyboardInputMaster.keyboardInputSize3 * {
  font-size: 20px;
}

table.keyboardInputMaster.keyboardInputSize4,
table.keyboardInputMaster.keyboardInputSize4 * {
  font-size: 24px;
}

table.keyboardInputMaster.keyboardInputSize5,
table.keyboardInputMaster.keyboardInputSize5 * {
  font-size: 28px;
}

table.keyboardInputMaster thead tr th {
  padding: 0.3em 0.3em 0.1em 0.3em;
  background-color: #999999;
  white-space: nowrap;
  text-align: right;
}

table.keyboardInputMaster thead tr th {
  -webkit-border-radius: 0.6em 0.6em 0px 0px;
  -moz-border-radius: 0.6em 0.6em 0px 0px;
  border-radius: 0.6em 0.6em 0px 0px;
}

table.keyboardInputMaster thead tr th div {
  float: left;
  font-size: 130% !important;
  height: 1.3em;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-right: 0.5em;
  cursor: pointer;
  background-color: transparent;
}

table.keyboardInputMaster thead tr th div ol {
  position: absolute;
  left: 0px;
  top: 90%;
  list-style-type: none;
  height: 9.4em;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f6f6f6;
  border: 1px solid #999999;
  display: none;
  text-align: left;
  width: 12em;
}

table.keyboardInputMaster thead tr th div ol li {
  padding: 0.2em 0.4em;
  cursor: pointer;
  white-space: nowrap;
  width: 12em;
}

table.keyboardInputMaster thead tr th div ol li.selected {
  background-color: #ffffcc;
}

table.keyboardInputMaster thead tr th div ol li:hover,
table.keyboardInputMaster thead tr th div ol li.hover {
  background-color: #dddddd;
}

table.keyboardInputMaster thead tr th span,
table.keyboardInputMaster thead tr th strong,
table.keyboardInputMaster thead tr th small,
table.keyboardInputMaster thead tr th big {
  display: inline-block;
  padding: 0px 0.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
  border-left: 1px solid #e5e5e5;
  background-color: #cccccc;
  cursor: pointer;
  margin: 0px 0px 0px 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  vertical-align: middle;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

table.keyboardInputMaster thead tr th strong {
  font-weight: bold;
}

table.keyboardInputMaster thead tr th small {
  -webkit-border-radius: 0.3em 0px 0px 0.3em;
  -moz-border-radius: 0.3em 0px 0px 0.3em;
  border-radius: 0.3em 0px 0px 0.3em;
  border-right: 1px solid #aaaaaa;
  padding: 0px 0.2em 0px 0.3em;
}

table.keyboardInputMaster thead tr th big {
  -webkit-border-radius: 0px 0.3em 0.3em 0px;
  -moz-border-radius: 0px 0.3em 0.3em 0px;
  border-radius: 0px 0.3em 0.3em 0px;
  border-left: 0px none;
  margin: 0px;
  padding: 0px 0.3em 0px 0.2em;
}

table.keyboardInputMaster thead tr th span:hover,
table.keyboardInputMaster thead tr th span.hover,
table.keyboardInputMaster thead tr th strong:hover,
table.keyboardInputMaster thead tr th strong.hover,
table.keyboardInputMaster thead tr th small:hover,
table.keyboardInputMaster thead tr th small.hover,
table.keyboardInputMaster thead tr th big:hover,
table.keyboardInputMaster thead tr th big.hover {
  background-color: #dddddd;
}

table.keyboardInputMaster tbody tr td {
  text-align: left;
  padding: 0.2em 0.3em 0.3em 0.3em;
  vertical-align: top;
}

table.keyboardInputMaster tbody tr td div {
  text-align: center;
  position: relative;
  zoom: 1;
}

table.keyboardInputMaster tbody tr td table {
  white-space: nowrap;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}

table.keyboardInputMaster tbody tr td.keyboardInputNumpad table {
  margin-left: 0.2em;
  width: auto;
}

table.keyboardInputMaster tbody tr td table.keyboardInputCenter {
  width: auto;
  margin: 0px auto;
}

table.keyboardInputMaster tbody tr td table tbody tr td {
  vertical-align: middle;
  padding: 0px 0.45em;
  white-space: pre;
  height: 1.8em;
  font-family: 'Lucida Console', 'Arial Unicode MS', monospace;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #5d5d5d;
  border-bottom: 1px solid #5d5d5d;
  border-left: 1px solid #e5e5e5;
  background-color: #eeeeee;
  cursor: default;
  min-width: 0.75em;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -webkit-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

table.keyboardInputMaster.relativeKeyboard tbody tr td table tbody tr td.last {
  width: 99%;
}

table.keyboardInputMaster tbody tr td table tbody tr td.space {
  padding: 0px 4em;
}

table.keyboardInputMaster tbody tr td table tbody tr td.deadkey {
  background-color: #ccccdd;
}

table.keyboardInputMaster tbody tr td table tbody tr td.target {
  background-color: #ddddcc;
}

table.keyboardInputMaster tbody tr td table tbody tr td:hover,
table.keyboardInputMaster tbody tr td table tbody tr td.hover {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #555555;
  border-bottom: 1px solid #555555;
  border-left: 1px solid #d5d5d5;
  background-color: #cccccc;
}

table.keyboardInputMaster thead tr th span:active,
table.keyboardInputMaster thead tr th span.pressed,
table.keyboardInputMaster tbody tr td table tbody tr td:active,
table.keyboardInputMaster tbody tr td table tbody tr td.pressed {
  border-top: 1px solid #555555 !important;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #555555;
  background-color: #cccccc;
}

table.keyboardInputMaster tbody tr td table tbody tr td small {
  display: block;
  text-align: center;
  font-size: 0.6em !important;
  line-height: 1.1em;
}

table.keyboardInputMaster tbody tr td div label {
  position: absolute;
  bottom: 0.2em;
  left: 0.3em;
}

table.keyboardInputMaster tbody tr td div label input {
  background-color: #f6f6f6;
  vertical-align: middle;
  font-size: inherit;
  width: 1.1em;
  height: 1.1em;
}

table.keyboardInputMaster tbody tr td div var {
  position: absolute;
  bottom: 0px;
  right: 3px;
  font-weight: bold;
  font-style: italic;
  color: #444444;
}

.keyboardInputInitiator {
  margin: 0px 3px;
  vertical-align: middle;
  cursor: pointer;
}

.keyboardsArea table {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*
    @license sc-date-time
    @author SimeonC
    @license 2015 MIT
    @version 1.1.6

    See README.md for requirements and use.
*//* Start Variable Declaration */
/* End Variable Declaration */
/* Start Main Styling */
.visuallyhidden {
  visibility: hidden;
}

.time-date {
  overflow: hidden;
  border: none;
  width: 46.1rem;
  font-size: 1.2rem;
}

.time-date[theme=bootstrap] .btn {
  outline: 0;
  line-height: 2.4rem;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}

.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell {
  line-height: 2.3rem;
  border-radius: 3px;
  text-decoration: none;
}

.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell:hover {
  text-decoration: none;
}

.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell.today {
  position: relative;
}

.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell.today::after {
  content: " ";
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.5rem 0.5rem;
  border-color: transparent transparent currentColor transparent;
}

.time-date[theme=material] .md-button,
.time-date:not([theme]) .md-button {
  padding: 6px;
  margin: 0;
  min-width: auto;
  min-width: initial;
  line-height: inherit;
  font-size: inherit;
}

.time-date[theme=material] > .control > .slider > .date-control .day-cell,
.time-date:not([theme]) > .control > .slider > .date-control .day-cell {
  border-radius: 3rem;
}

.time-date > .display {
  position: relative;
  width: 47%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}

.time-date > .display > .title {
  background-color: #00796b;
  color: #e1e1e1;
  line-height: 2.5rem;
}

.time-date > .display > .content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 2.4rem;
  padding: 2.3rem 0;
  font-size: 1.5rem;
  background-color: #009688;
  color: #e1e1e1;
}

.time-date > .display > .content > .super-title {
  text-transform: uppercase;
}

.time-date > .display > .content > .main-title {
  font-size: 6.1rem;
  line-height: 6.1rem;
  height: 6.1rem;
}

.time-date > .display > .content > .main-title > small {
  font-size: 1.1rem;
  margin-left: 0.3rem;
}

.time-date > .display > .content > .sub-title {
  color: rgba(255, 255, 255, 0.5);
}

.time-date > .control {
  width: 53%;
  overflow-x: hidden;
  position: relative;
}

.time-date > .control > .full-title {
  display: none;
  background-color: #00796b;
  color: #e1e1e1;
  line-height: 2.4rem;
}

.time-date > .control > .slider {
  position: absolute !important;
  width: 200%;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}

.time-date > .control > .slider > .date-control,
.time-date > .control > .slider > .time-control,
.time-date > .control > .slider > .switch-control {
  float: left;
  height: 20.9rem;
}

.time-date > .control > .slider > .date-control,
.time-date > .control > .slider > .time-control {
  width: 45%;
  overflow-y: hidden;
}

.time-date > .control > .slider > .switch-control {
  width: 10%;
  cursor: pointer;
  padding: 0 0.6rem;
}

.time-date > .control > .slider > .switch-control > i.fa:first-child {
  margin-right: 1.4rem;
}

.time-date > .control > .slider > .switch-control > i.fa:last-child {
  margin-left: 1.4rem;
}

.time-date > .control > .slider > .date-control > .title {
  font-weight: 500;
  line-height: 2.4rem;
}

.time-date > .control > .slider > .date-control > .title:after,
.time-date > .control > .slider > .date-control > .title:before {
  display: table;
  content: " ";
}

.time-date > .control > .slider > .date-control > .title:after {
  clear: both;
}

.time-date > .control > .slider > .date-control > .title > span.month-part {
  cursor: pointer;
  position: relative;
  margin-right: 0.5rem;
}

.time-date > .control > .slider > .date-control > .title > span.month-part:hover {
  text-decoration: underline;
}

.time-date > .control > .slider > .date-control > .title > span.month-part > select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  width: 100%;
}

.time-date > .control > .slider > .date-control > .title > input {
  border: none;
  width: 4.3rem;
}

.time-date > .control > .slider > .date-control > .headers {
  font-weight: 500;
  font-size: 1rem;
  padding-left: 1.5rem;
  color: #737373;
  text-align: left;
}

.time-date > .control > .slider > .date-control > .headers > .day-cell {
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  padding-bottom: 0;
  height: 2rem;
}

.time-date > .control > .slider > .date-control .day-cell {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.1rem;
  padding: 0;
  cursor: pointer;
  font-size: 1.3rem;
}

.time-date > .control > .slider > .date-control > .days {
  font-size: 1rem;
  padding-left: 1.5rem;
  width: 20.790000000000003rem;
}

.time-date > .control > .slider > .date-control > .days .day-cell {
  color: #202020;
}

.time-date > .control > .slider > .date-control > .days .day-cell.today {
  color: #009688;
}

.time-date > .control > .slider > .date-control > .days .day-cell.selected {
  color: #fff;
  background-color: #009688;
}

.time-date > .control > .slider > .date-control > .days .day-cell:hover,
.time-date > .control > .slider > .date-control > .days .day-cell:active {
  color: #e6e6e6;
  background-color: #00baa9;
}

.time-date > .control > .slider > .date-control > .days .day-cell:disabled {
  color: #aaa;
  background-color: none;
}

.time-date > .control > .slider > .time-control {
  position: relative;
}

.time-date > .control > .slider > .time-control > .time-inputs {
  bottom: 60%;
  margin-bottom: -4.3rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.time-date > .control > .slider > .time-control > .time-inputs > .hours,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes {
  font-size: 3rem;
  line-height: 1rem;
  width: 8.4rem;
  margin: 0 0.8rem;
  position: absolute;
  padding-top: 0px;
  padding-bottom: 0px;
}

.time-date > .control > .slider > .time-control > .time-inputs > .hours.hours,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.hours {
  left: 1.5rem;
  right: 50%;
  margin-right: 1rem;
}

.time-date > .control > .slider > .time-control > .time-inputs > .hours.minutes,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.minutes {
  right: 0.7rem;
  left: 50%;
}

.time-date > .control > .slider > .time-control > .time-inputs > .hours.up,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.up {
  top: -2.3rem;
}

.time-date > .control > .slider > .time-control > .time-inputs > .hours.down,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.down {
  bottom: -3rem;
}

.time-date > .control > .slider > .time-control > .time-inputs > input {
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 6.1rem;
  line-height: 3rem;
  width: 8.4rem;
  margin: 0 0.7rem;
}

.time-date > .control > .slider > .time-control > .buttons {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 9.2rem;
}

.time-date.date-mode > .control > .slider {
  left: 0%;
}

.time-date:not(.time-mode-add):not(.time-mode-remove):not(.date-mode-add):not(.date-mode-remove).date-mode > .control > .slider > .time-control > *,
.time-date:not(.time-mode-add):not(.time-mode-remove):not(.date-mode-add):not(.date-mode-remove).time-mode > .control > .slider > .date-control > * {
  display: none;
}

.time-date.time-mode-add > .display,
.time-date.time-mode-remove > .display,
.time-date.date-mode-add > .display,
.time-date.date-mode-remove > .display {
  color: transparent !important;
}

.time-date.time-mode > .display > .content {
  padding-top: 4.6rem;
}

.time-date.time-mode > .control > .slider {
  left: -100%;
}

.time-date.date-only > .control > .slider > .switch-control,
.time-date.date-only > .control > .slider > .time-control {
  display: none;
}

.time-date.date-only > .control > .slider > .date-control {
  width: 50%;
  padding-left: 1rem;
}

.time-date.time-only > .display > .title {
  display: none;
}

.time-date.time-only > .display > .content {
  top: 0px;
  padding-top: 6.3rem;
}

.time-date.time-only > .control > .slider > .switch-control,
.time-date.time-only > .control > .slider > .date-control {
  display: none;
}

.time-date.time-only > .control > .slider > .time-control {
  width: 50%;
}

.time-date > .display,
.time-date > .control {
  height: 20.9rem;
  float: left;
  text-align: center;
}

.time-date > .buttons {
  clear: both;
  padding: 0.7rem;
  text-align: right;
}

.time-date button,
.time-date .button {
  color: #009688;
}

.time-date.full-mode > .display {
  display: none;
}

.time-date.full-mode > .control {
  width: 100%;
  height: 23.4rem;
}

.time-date.full-mode > .control > .full-title {
  display: block;
}

.time-date.full-mode > .control > .slider {
  float: none;
  width: 100%;
}

.time-date.full-mode > .control > .slider > .time-control,
.time-date.full-mode > .control > .slider > .date-control {
  width: 50%;
}

.time-date.full-mode > .control > .slider > .switch-control {
  display: none;
}

.time-date.full-mode > .buttons {
  background-color: #009688;
}

.time-date.full-mode > .buttons > button {
  /* Invert colours for bottom bar */
  color: #fff !important;
}

.time-date:not(.full-mode).compact {
  width: 22.8rem;
}

.time-date:not(.full-mode).compact > .display {
  display: none;
}

.time-date:not(.full-mode).compact > .control {
  width: 100%;
  height: 23.2rem;
}

.time-date:not(.full-mode).compact > .control > .full-title {
  display: block;
}

.time-date.vertical {
  width: 23.1rem;
}

.time-date.vertical > .display {
  width: 100%;
  height: auto;
  -webkit-transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
}

.time-date.vertical > .display > .content {
  position: relative;
  width: 100%;
  top: 0px;
  height: 15.5rem;
}

.time-date.vertical > .control {
  width: 100%;
}

.time-date.vertical.time-mode > .display > .content {
  padding-top: 4.6rem;
}

.time-date.vertical.time-only > .display > .content {
  top: 0px;
  padding-top: 0.8rem;
  height: 10rem;
}

.time-date.vertical.full-mode > .display {
  display: none;
}

.time-date.vertical.full-mode > .control {
  width: 100%;
  height: 44.2rem;
}

.time-date.vertical.full-mode > .control > .full-title {
  display: block;
}

.time-date.vertical.full-mode > .control > .slider {
  float: none;
  width: 100%;
  height: auto;
  overflow: auto;
}

.time-date.vertical.full-mode > .control > .slider > .time-control,
.time-date.vertical.full-mode > .control > .slider > .date-control {
  width: 100%;
  float: left;
}

@media (max-width: 51rem) {
  .time-date {
    width: 23.1rem;
  }

  .time-date > .display {
    width: 100%;
    height: auto;
    -webkit-transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
    transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
  }

  .time-date > .display > .content {
    position: relative;
    width: 100%;
    top: 0px;
    height: 15.5rem;
  }

  .time-date > .control {
    width: 100%;
  }

  .time-date.time-mode > .display > .content {
    padding-top: 4.6rem;
  }

  .time-date.time-only > .display > .content {
    top: 0px;
    padding-top: 0.8rem;
    height: 10rem;
  }

  .time-date.full-mode > .display {
    display: none;
  }

  .time-date.full-mode > .control {
    width: 100%;
    height: 44.2rem;
  }

  .time-date.full-mode > .control > .full-title {
    display: block;
  }

  .time-date.full-mode > .control > .slider {
    float: none;
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .time-date.full-mode > .control > .slider > .time-control,
  .time-date.full-mode > .control > .slider > .date-control {
    width: 100%;
    float: left;
  }
}

md-backdrop.md-edit-dialog-backdrop {
  z-index: 80;
}

md-edit-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default;
}

md-edit-dialog > .md-content {
  padding: 16px 24px 0;
}

md-edit-dialog > .md-content .md-title {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
}

md-edit-dialog > .md-content md-input-container {
  margin: 0;
  font-size: 13px;
}

md-edit-dialog > .md-content md-input-container input {
  float: none;
}

md-edit-dialog > .md-content md-input-container .md-errors-spacer {
  min-height: auto;
  min-width: auto;
  color: rgba(0, 0, 0, 0.54);
}

md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
  padding: 5px 2px 5px 0;
}

md-edit-dialog > .md-content md-input-container [ng-message] {
  padding: 5px 0 5px 2px;
}

md-edit-dialog > .md-actions {
  margin: 0 16px 8px;
}

md-edit-dialog > .md-actions .md-button {
  margin: 0;
  min-width: initial;
}

md-edit-dialog > .md-actions .md-button + .md-button {
  margin-left: 8px;
}

.md-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 46px;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}

.md-table-pagination md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 64px;
}

.md-table-pagination md-select:not([disabled]):focus .md-select-value {
  color: rgba(0, 0, 0, 0.54);
}

.md-table-pagination md-select .md-select-value {
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

.md-table-pagination md-select .md-select-value span.md-select-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.md-table-pagination md-select .md-select-value span.md-select-icon:after {
  top: initial;
  -webkit-transform: scaleY(0.5) scaleX(1);
  transform: scaleY(0.5) scaleX(1);
}

.md-table-pagination > md-select + span {
  margin-left: 32px;
  color: rgba(0, 0, 0, 0.54);
}

.md-table-pagination > .md-button.md-icon-button {
  margin: 0;
}

.md-table-pagination > span + .md-button.md-icon-button {
  margin-left: 20px;
}

.md-table-pagination > .md-button.md-icon-button:last-child {
  margin-right: -16px;
}

md-select.md-table-select {
  margin: 0;
}

md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: initial;
  min-height: 24px;
  border-bottom: 0 !important;
}

md-select.md-table-select > .md-select-value > span {
  height: auto;
  -webkit-transform: none !important;
  transform: none !important;
}

md-select.md-table-select > .md-select-value > span.md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin: 0;
}

md-select.md-table-select > .md-select-value > span.md-select-icon:after {
  top: initial;
}

.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  margin-left: -2px;
  border-radius: 2px;
}

.md-select-menu-container.md-table-select md-select-menu,
.md-select-menu-container.md-pagination-select md-select-menu,
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  border-radius: inherit;
}

.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  padding: 0;
}

.md-select-menu-container.md-table-select .md-text {
  font-size: 13px;
}

.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px;
}

md-toolbar.md-table-toolbar {
  box-shadow: none;
}

md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}

md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    max-height: initial;
  }
}

md-toolbar.md-table-toolbar .md-toolbar-tools {
  padding: 0 24px;
}

md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, 0.54);
}

md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
  margin: 0;
}

md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
  margin-left: -12px;
}

md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
  margin-right: -12px;
}

md-card > md-toolbar.md-table-toolbar:first-child,
md-card > md-table-container:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

md-card > md-toolbar.md-table-toolbar:last-child,
md-card > md-table-container:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

md-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table.md-table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}

table.md-table thead.md-head > tr.md-row {
  height: 56px;
}

table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 48px;
}

table.md-table thead.md-head + .md-table-progress md-progress-linear {
  top: -3px;
}

table.md-table .md-table-progress th {
  padding: 0;
}

table.md-table .md-table-progress th md-progress-linear {
  height: 0;
  transition: opacity 1s;
}

table.md-table .md-table-progress th md-progress-linear.ng-hide {
  opacity: 0;
}

table.md-table .md-table-progress th md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}

table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
  height: 3px;
}

table.md-table th.md-column {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

table.md-table th.md-column.md-sort {
  cursor: pointer;
}

table.md-table th.md-column md-icon {
  height: 16px;
  width: 16px;
  font-size: 16px !important;
  line-height: 16px !important;
}

table.md-table th.md-column md-icon.md-sort-icon {
  color: rgba(0, 0, 0, 0.26);
  opacity: 0;
  transition: -webkit-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}

table.md-table th.md-column md-icon.md-sort-icon.md-asc {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

table.md-table th.md-column md-icon.md-sort-icon.md-desc {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

table.md-table th.md-column md-icon:not(:first-child) {
  margin-left: 8px;
}

table.md-table th.md-column md-icon:not(:last-child) {
  margin-right: 8px;
}

table.md-table th.md-column.md-active,
table.md-table th.md-column.md-active md-icon {
  color: rgba(0, 0, 0, 0.87);
}

table.md-table th.md-column:hover md-icon.md-sort-icon,
table.md-table th.md-column.md-active md-icon.md-sort-icon {
  opacity: 1;
}

table.md-table tr.md-row[ng\:repeat].ng-leave,
table.md-table tr.md-row[ng-repeat].ng-leave,
table.md-table tr.md-row[x-ng-repeat].ng-leave,
table.md-table tr.md-row[data-ng-repeat].ng-leave {
  display: none;
}

table.md-table.md-row-select tbody.md-body > tr.md-row {
  transition: background-color 0.2s;
}

.isHovered td .showOnHover{
  display: inline ;
}

td .showOnHover {
  display:none ;
}

.isHovered td .hideOnHover{
  display: none ;
}

tr.md-row:hover {
  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15) !important;
  -moz-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15) !important;
  -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15) !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  background-color: #cae1ff;
}

table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
  background-color: #cae1ff !important;
}

table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
  background-color: #cae1ff;
}

table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  width: 20px;
  padding: 0 0 0 24px;
}

.hideCheckboxCell td.md-cell md-checkbox:first-child {
  visibility:hidden;
}

table.md-table.md-row-select td.md-cell:nth-child(2):not(.selectLine),
table.md-table.md-row-select th.md-column:nth-child(2):not(.selectLine) {
  padding: 0 24px;
}

table.md-table:not(.md-row-select) td.md-cell:first-child:not(.selectLine),
table.md-table:not(.md-row-select) th.md-column:first-child:not(.selectLine) {
  padding: 0 24px;
}

table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 56px 0 0;
}

table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left;
}

table.md-table td.md-cell > *,
table.md-table th.md-column > * {
  /*vertical-align: middle;*/
}

table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 24px 0 0;
}

table.md-table td.md-cell.md-clickable,
table.md-table th.md-column.md-clickable {
  cursor: pointer;
}

table.md-table td.md-cell.md-clickable:focus,
table.md-table th.md-column.md-clickable:focus {
  outline: none;
}

table.md-table td.md-cell.md-numeric,
table.md-table th.md-column.md-numeric {
  text-align: right;
}

table.md-table td.md-cell md-checkbox,
table.md-table th.md-column md-checkbox {
  margin: 0;
  width: 20px;
}

table.md-table td.md-cell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-top: 1px rgba(0, 0, 0, 0.12) solid;
}

.hideCheckboxCell td.md-cell{
  border-top: 0px !important;
}

table.md-table td.md-cell.md-numeric md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

table.md-table td.md-cell.md-numeric md-select .md-select-value {
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

table.md-table td.md-cell.md-placeholder {
  color: rgba(0, 0, 0, 0.26);
}

table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.54);
  width: 18px;
  text-align: right;
}

table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
  -webkit-transform: scaleY(0.4) scaleX(0.8);
  transform: scaleY(0.4) scaleX(0.8);
}