.container {
  background-color: #f1f1f1;
  padding: 140px 1rem 1rem 1rem;
  width: 100%;
}

.bold {
  font-weight: 700;
}

.k-row {
  display: flex;
  margin-bottom: 0.5rem;
}
.k-row label {
  white-space: nowrap;
  width: 6rem;
}
.k-row select {
  flex-grow: 1;
}

.k-row-form-buttons {
  border-top: 1px solid #222;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 50px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}

.w3-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-card-4, .w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-orange, .w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}

.w3-container, .w3-panel {
  padding: 0.01em 16px;
}

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}

.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.w3-large {
  font-size: 18px !important;
}

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0;
}

.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.of-row {
  align-items: baseline;
}

.form-layout label {
  display: block;
}
.form-layout input[type=text], .form-layout textarea {
  width: 100%;
}

.m-top-5 {
  margin-top: 5px;
}

.padding-small {
  padding: 1rem;
}

.padding-normal {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

ul.bull-list {
  list-style: disc;
}

.tile {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 7px solid transparent;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #aaa;
  border-bottom: 7px solid lime;
  color: black;
  font-weight: 700;
}

.topnav .icon {
  display: none;
}

.tab-content {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
}

.container-header {
  background-color: #f1f1f1;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.container-header header {
  background-color: #222;
  padding: 1rem;
  width: 100%;
}
.container-header header div h1 {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  margin: 0;
}
.container-header header div h1 img.logo-image {
  height: 3rem;
}

.fake-link {
  color: #fff;
}
.fake-link:hover {
  cursor: pointer;
}

body {
  background-color: #fafafa;
  font-family: "Roboto Condensed", serif;
  font-size: 16px;
}

input[type=checkbox] {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}

h1, h2 {
  font-weight: 700;
}

h4 {
  border-bottom: 1px solid #000;
}

iframe {
  width: 100%;
}

#ActionHolder {
  width: 100%;
  background-color: #f1f1f1;
}

#tblTimer {
  border: 1px solid #a8a8a8;
  border-collapse: separate;
  width: 100%;
}
#tblTimer tr td {
  border: 1px solid #c8c8c8;
}

#divOuter {
  background-color: #efefef;
  border: 1px solid #c8c8c8;
  min-height: 1rem;
  width: 100%;
}
#divOuter #divNumber {
  text-align: center;
  position: relative;
  width: 100%;
}
#divOuter #divNumber #divInner {
  background-color: lime;
  min-height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
}
#divOuter #divNumber #divCounter {
  position: absolute;
  width: 100%;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 0.9rem;
}

#repCount {
  font-size: 5rem;
  font-weight: 700;
}

#kMsg {
  min-height: 2rem;
}

#divPicInfoHolder {
  display: flex;
}
#divPicInfoHolder img {
  height: 135px;
}
#divPicInfoHolder ul {
  flex-grow: 1;
}

#footer {
  background-color: #222;
  color: #888;
  padding: 2rem 0.5rem;
  margin: 2rem 0 0 0;
  text-align: center;
}
#footer a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
}

#LinkList {
  list-style: circle;
}

#btnCancelSession {
  margin-left: 1rem;
}

#share {
  background-color: palegoldenrod;
  border: 1px solid goldenrod;
  margin: 1rem 0;
  padding: 1rem;
}
#share a {
  text-decoration: none;
}

#TopMenuHolder {
  background-color: #333;
}

#PrivacyDlg .w3-container {
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .container {
    width: 593px;
  }
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}/*# sourceMappingURL=main.css.map */