input {
  width: 100%;
}
h5 {
  color: #000;
  font-weight: bolder;
}
label {
  color: #000;
  font-weight: bold;
}
p {
  font-size: 11px;
}

#myInput {
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 10px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  vertical-align: middle;
}
.pd10 {
  padding: 10px;
}

/* unvisited link */
a:link:not(.btn) {
  color: #000;
}

/* visited link */
a:visited:not(.btn) {
  color: #000;
}

/* mouse over link */
a:hover:not(.btn) {
  color: var(--main-color);
}

/* selected link */
a:active:not(.btn) {
  color: var(--main-color);
}

.mark {
  background-color: #d7ffe7 !important;
}

.mark .gsearch {
  font-size: 20px;
}

.mark .gsearch2 {
  font-size: 20px;
}

.unmark {
  background-color: #e8e8e8 !important;
}

.unmark .gsearch {
  font-size: 10px;
}

.unmark .gsearch2 {
  font-size: 10px;
}

.marktext {
  font-weight: bold;
  background-color: antiquewhite;
}

.apad {
  padding: 5px 10px 0px 10px;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e9ecef;
  color: #6c757d;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.5);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #28a745;
  color: #fff;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.form {
  max-width: 600px;
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  font-weight: normal;
  line-height: 1.625;
  margin: 8px auto;
  padding: 16px;
}

h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.stat td {
  color: #000;
  padding: 10px;
}

.rapportd {
  border: 1px solid black;
  padding: 5px;
  vertical-align: middle;
}
.rapport {
  border-collapse: collapse;
  border: 1px solid black;
  padding: 5px;
  vertical-align: middle;
}

.rapportcunt {
  width: 1700px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
