:root{
  --iptYellow: #fbd14b;
  --iptTeal: #6ca6ab;
  --iptBlue: #0284bd;
}

.btn-primary{
  background-color: var(--iptBlue);
  border-color: var(--iptBlue);
}

.btn-primary:hover{
  background-color: var(--iptTeal);
  border-color: var(--iptTeal);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

#dt-length-0 {
  width: 60px;
}

svg#EditSvg {
  width: 1.2rem;
  height: 1.2rem;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn.btn-primary>svg {
  width: 1.7rem;
  height: 1.7rem;
}

.btn.btn-primary>svg>path {
  fill: #ffffff;
}

.btn.btn-primary:hover>svg>path {
  fill: #d1d0d0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.divLogo {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 3rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

div#divDateTime {
  width: 100%;
  margin: auto;
  border: solid;
  max-width: 20rem;
  margin-bottom: 4.5rem;
}

div#divTime {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0rem;
}

div#divDate {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
}

#cmdCome {
  background-color: teal;
  color: white;
}

#cmdCome:hover {
  background-color: #005e5e;
}

.divInput {
  min-width: 9rem !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.divButtons {
  max-width: 20rem;
  flex-wrap: nowrap;
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}

.InputRow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 15rem
}

.table tbody tr.highlight td {
  background-color: #ddd;
}

.MethodButtons {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto
}