html {
  font-size: calc(11px + 5 * (100vw - 400px) / 1600);
}

body {
  font: 100% "Roboto", sans-serif;
  font-size: 1rem;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

a,
a:link,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
}

.btn,
button {
  background-color: rgb(228, 228, 228);
  color: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: inherit;
  margin: 0rem 0.5rem;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
  justify-content: space-around;
}
.btn i,
button i {
  margin-left: 1rem;
  margin-right: 1rem;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

.btnIcon {
  width: fit-content;
  padding-right: 0.5rem;
}

.btnIcon:hover,
.btnIcon:focus {
  color: white;
  text-shadow: 1px 1px 2px black, 0px 0px 1.5rem rgba(0, 0, 0, 0.8), 0px 0px 0.5rem rgba(0, 0, 0, 0.4);
}

.btnSubmit {
  border-color: #004987;
  background-color: #6bc282;
  font-weight: 600;
}

.form-btn {
  margin: 1rem;
  padding: 1rem;
  min-width: 10rem;
  display: flex;
  justify-content: center;
}

.btnDelete {
  background-color: #f54c3d;
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.notvisible {
  visibility: hidden;
  display: none;
}

.displayblock {
  display: block !important;
}

.scrolled {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.text-delete {
  color: #f54c3d;
}

.text-danger {
  color: darkred;
}

.text-warning {
  color: orange;
}

.text-green {
  color: forestgreen;
}

.text-strike {
  text-decoration: line-through;
}

.image-fa-size {
  font-size: 6rem;
}

.center {
  display: flex;
  justify-content: center;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 15rem;
}

.list-icons {
  list-style: none;
  padding-left: 0.5rem;
  width: 100%;
}
.list-icons li {
  padding: 0.2rem 0.1rem 0.2rem 0.1rem;
}

.dateColor[data-pastorfuture=past] {
  color: orangered;
}

.dateColor[data-pastorfuture=future] {
  color: inherit;
}

#noty_topRight_layout_container {
  display: block;
  background-color: orange;
  position: relative;
  top: 8rem;
}

.preDiv {
  white-space: pre-wrap;
}

.paddingleft {
  padding-left: 0.5rem;
}

.paddingright {
  padding-right: 0.5rem;
}

.distanceBottom {
  margin-bottom: 2rem;
}

.leftPadding5 {
  padding-left: 5rem !important;
}

.padding05 {
  padding: 0.5rem;
}

.leftPadding10 {
  padding-left: 7.5rem !important;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0px;
  width: 100vw;
  height: 100vh;
}
.page-wrapper .header-container {
  flex: 0 0 auto;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
  background-color: #004987;
  color: #fff;
  padding: 0rem;
}
.page-wrapper .header-container .header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #004987;
}
.page-wrapper .header-container .header .logo img {
  height: 72px;
}
.page-wrapper .header-container .header .logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-wrapper .header-container .header h1 {
  margin: 0rem;
  padding: 0.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
}
.page-wrapper .header-container .header .main-nav {
  flex: 0 0 auto;
  margin: 0rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0rem 0rem 0rem;
}
.page-wrapper .header-container .header .main-nav .nav-item {
  display: flex;
  flex: 0 0 auto;
  margin: 0rem 0.1rem 0rem 0.1rem;
}
.page-wrapper .header-container .header .main-nav .nav-item .nav-link {
  flex: 1 1 auto;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.page-wrapper .header-container .header .main-nav .nav-item .active {
  background-color: rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.page-wrapper .header-container .header .main-nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.page-wrapper #main-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}
.page-wrapper #main-body .main-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.page-wrapper #main-body .main-container .max-width-container {
  max-width: 1200px;
  width: 100%;
}
.page-wrapper #main-body .main-container .max-width-sub-container {
  max-width: 1200px;
  width: 100%;
  margin-left: 1rem;
  padding-right: 2rem;
}
.page-wrapper .body-container {
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
}
.page-wrapper .body-container #sidebar {
  flex: 0 0 10rem;
  display: flex;
  box-shadow: -8px 0px 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 90;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-wrapper .body-container #sidebar .sidebar {
  width: 100%;
}
.page-wrapper .body-container #sidebar .sidebar .logo {
  width: 100%;
  padding-top: 1rem;
  background-color: #004987;
}
.page-wrapper .body-container #sidebar .sidebar .logo img {
  width: 92px;
  margin-left: 50%;
  transform: translateX(-45px);
}
.page-wrapper .body-container #sidebar .sidebar nav ul {
  list-style: none;
  line-height: 1.8rem;
  padding: 0;
}
.page-wrapper .body-container #sidebar .sidebar nav ul li {
  padding-left: 1rem;
}
.page-wrapper .body-container #sidebar .sidebar nav ul li:hover {
  background-color: rgba(63, 110, 193, 0.2);
}
.page-wrapper .body-container #sidebar .sidebar nav .topBorder {
  border-top: 1px solid rgba(63, 110, 193, 0.3);
  margin-top: 1rem;
  padding-top: 1rem;
}
.page-wrapper .body-container #sidebar .sidebar .separator {
  border-bottom: 1px solid rgba(63, 110, 193, 0.3);
  margin: 0.5rem 0rem;
}
.page-wrapper .body-container #main-body {
  padding-left: 1.5rem;
}
.page-wrapper #footer {
  flex: 0 0 auto;
  background-color: #fefefe;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 100;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page-wrapper #footer .footer-left {
  flex: 0 0 80px;
  justify-content: center;
  align-content: center;
  padding-left: 0.5rem;
}
.page-wrapper #footer .footer-center {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wrapper #footer .footer-right {
  flex: 0 0 60px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.page-wrapper #footer .externallink {
  max-height: 40px;
}

.page-title {
  margin: 0rem;
  padding: 0.5rem 0rem 0.5rem 0rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
}

.sub-title {
  margin: 0rem;
  padding: 0.5rem 0rem 0.5rem 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
}

.image-box {
  width: 150px;
  height: 150px;
  margin-right: 1rem;
  padding-top: 1rem;
}
.image-box img {
  max-height: 100%;
  max-width: 100%;
}

.filter_select {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(63, 110, 193, 0.1);
  background-color: rgba(63, 110, 193, 0.05);
  padding: 0.5rem 0rem 0.5rem 0rem;
}
.filter_select div {
  display: flex;
  flex: 1 1 10rem;
  justify-content: space-around;
}

.notice {
  border-radius: 0.5rem;
  border: 1px solid rgba(63, 110, 193, 0.1);
  margin: 0.5rem 0rem 1rem 0rem;
  padding: 0rem 0rem 0.5rem 0rem;
  background-color: rgba(63, 110, 193, 0.05);
}

/* Datepicker */
.datepicke {
  border-radius: 4px;
  direction: ltr;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#competition-list {
  display: flex;
  flex: 1 1 auto;
}

.flexTable {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem 1rem 0.5rem;
}
.flexTable .itemCenter {
  align-items: center;
}
.flexTable .fRow {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.flexTable .fRow .flexItems {
  display: flex;
  flex: 1 1 auto;
  flex-basis: 0;
  flex-direction: column;
  justify-content: space-between;
}
.flexTable .fRow .flexItems .dflex {
  display: flex;
}
.flexTable .fRow .flexItems ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.flexTable .fRow .flexItems h3 {
  padding: 0rem;
  margin: 0rem;
}
.flexTable .fRow .flexItems .contentcenter {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.flexTable .fRow .rawhtml {
  display: inline;
}
.flexTable .fRow .rawhtml ul, .flexTable .fRow .rawhtml h3 {
  list-style: unset;
  padding: unset;
  margin: unset;
}
.flexTable .fRow .rawhtml ul {
  margin-left: 1.5rem;
}
.flexTable .fRow .flexItems:nth-child(1) {
  padding-left: 0.4rem;
}
.flexTable .fRow .flexItemsInfo {
  flex: 0 0 8.9rem;
  overflow-x: hidden;
  justify-content: space-between;
}
.flexTable .fRow .flexFloatRight {
  flex: 1 1 auto;
  display: flex;
  flex-basis: 0;
  align-self: flex-end;
  justify-content: space-between;
}
.flexTable .fRow .flexPadding {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}
.flexTable .fRow .flexPeriod {
  display: flex;
  padding: 0.2rem 1rem;
  flex: 0 0 15rem;
}
.flexTable .fRow .mapwidth {
  flex: 0 0 300px;
  align-self: flex-start;
}
.flexTable .fRow .overflowYhidden {
  overflow-y: hidden !important;
}
.flexTable .fRow .overflowXhidden {
  overflow-x: hidden !important;
}
.flexTable .fRow .flexDirRow {
  flex-direction: row;
  margin-right: 0.2rem;
}
.flexTable .fRow .flexButtonDirRow {
  flex-direction: row;
  margin-right: 0.2rem;
  display: flex;
}
.flexTable .fRow .flexJustifyAround {
  justify-content: space-around;
  display: flex;
}
.flexTable .fRow .flexJustifyBetween {
  justify-content: space-between;
  display: flex;
}
.flexTable .fRow .flexCenter {
  flex: 1 1 auto;
  justify-content: center;
  flex-direction: row;
}
.flexTable .fRow .flexSpaceAround {
  flex: 1 1 auto;
  justify-content: center;
  flex-direction: row;
  margin-left: 1rem;
  margin-right: 1rem;
}
.flexTable .fRow .flexRank {
  flex: 0 0 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flexTable .fRow .flexSubRows {
  flex: 1 1 auto;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  padding-right: 0.2rem;
}
.flexTable .fRow .flexSubRowItem {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between;
  flex-flow: row wrap;
  line-height: 1.6rem;
}
.flexTable .fRow .flexSubRowItem .flexItems {
  padding-left: 0rem;
}
.flexTable .fRow .containsFaStack {
  line-height: 2rem;
  height: 2rem;
  vertical-align: middle;
}
.flexTable .fRow .AllowHidden {
  border-bottom: 1px solid rgba(63, 110, 193, 0.3);
  margin-bottom: 0.2rem;
}
.flexTable .fRow .border-bottom {
  border-bottom: 1px solid rgba(63, 110, 193, 0.3);
  margin-bottom: 0.2rem;
}
.flexTable .fRow .flexItemFixedResult {
  width: 5rem;
  font-size: 0.8rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.flexTable .fRow .flexItemFixedResult:hover {
  background-color: rgba(63, 110, 193, 0.2);
}
.flexTable .fRow .flexDate {
  flex: 0 0 7rem;
}
.flexTable .fRow .flexBig {
  flex: 2 2 auto;
  flex-basis: 0rem;
}
.flexTable .fRow .flexEnd {
  text-align: right;
  padding-right: 1rem;
}
.flexTable .fRow .flexStart {
  justify-content: flex-start;
}
.flexTable .fRow .flexStart i {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
@media screen and (max-width: 700px) {
  .flexTable .force-direction-column-for-narrow {
    flex-direction: inherit;
  }
}
.flexTable .fItemsBasis {
  flex-basis: 0 !important;
}
.flexTable .fRow:nth-child(2n+1) {
  background-color: rgba(63, 110, 193, 0.05);
  border-bottom: 1px solid rgba(63, 110, 193, 0.1);
  border-top: 1px solid rgba(63, 110, 193, 0.1);
}
.flexTable .fRow:hover:not(.noHiglight) {
  background-color: rgba(63, 110, 193, 0.2);
}
.flexTable .fRow.rowOdd {
  background-color: rgba(63, 110, 193, 0.05);
  border-bottom: 1px solid rgba(63, 110, 193, 0.1);
  border-top: 1px solid rgba(63, 110, 193, 0.1);
}
.flexTable .fRow.rowEven {
  background-color: rgba(63, 110, 193, 0.01);
  border-bottom: 1px solid rgba(63, 110, 193, 0.05);
  border-top: 1px solid rgba(63, 110, 193, 0.05);
}

.flexDirColumn {
  flex-direction: column;
}

.fullWidth {
  width: 100%;
}

.justFlex {
  display: flex;
  flex: 1;
}

.flex-container {
  display: flex;
  flex-direction: column;
}
.flex-container .container-title {
  font-size: 1.2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.flex-container .container-title .competition-title,
.flex-container .container-title .competition-forms {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
}
.flex-container .container-title-highlight {
  background-color: #f4f4f4;
}
.flex-container .sbf-label {
  font-size: 1rem;
}
.flex-container .container-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
}
.flex-container .container-body .container-row {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.flex-container .container-body .container-row .competition-info {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-around;
}
.flex-container .container-body .container-row .competition-info .info-label {
  flex: 1;
  text-align: right;
  padding-right: 0.5rem;
}
.flex-container .container-body .container-row .competition-info .info-value {
  flex: 2;
  display: flex;
  padding-left: 0.5rem;
}
.flex-container .container-body .container-row .info-header {
  flex: 1 1 auto;
  text-align: center;
}

.resultList {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.resultList .smallheadertext {
  font-size: 0.8rem;
}
.resultList .row {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
}
.resultList .row .rank {
  flex: 0 0 3rem;
  padding: 0.2rem;
  display: flex;
  text-align: center;
  align-self: center;
  justify-content: center;
}
.resultList .row .details {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
}
.resultList .row .details .information {
  display: flex;
  flex: 0 0 28rem;
  align-items: center;
  align-self: center;
  font-size: 0.8rem;
}
.resultList .row .details .information .archer {
  flex: 0 0 12rem;
  text-align: left;
  padding: 0.2rem;
}
.resultList .row .details .information .organisation {
  flex: 0 0 15rem;
  text-align: left;
  padding: 0.2rem;
}
.resultList .row .details .scores {
  display: flex;
  flex: 2 2 auto;
  justify-content: space-between;
  align-items: center;
  align-self: center;
  font-size: 0.7rem;
}
.resultList .row .details .scores div {
  flex: 1;
  padding: 0.2rem;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
.resultList .row .details .scores .resultatTotalScore {
  padding: 0.2rem 0.2rem 0.2rem 0rem;
  justify-content: flex-end;
}
.resultList .row .details .scores .resultatTotalRank {
  padding: 0.2rem 0rem 0.2rem 0.2rem;
  justify-content: flex-end;
}
.resultList .row .details .scores .resultScoreDetail {
  overflow-x: hidden;
  display: flex;
}
.resultList .row .details .scores .archerScoreDetails {
  display: none;
  position: fixed;
  top: 6.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40vw;
  min-width: 280px;
  line-height: 1.3rem;
  padding: 0.3rem;
  text-align: center;
  z-index: 110;
  background-color: #fefefe;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  transition: opacity 100ms ease-in;
  justify-content: center;
}
.resultList .row .details .scores .archerScoreDetails .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-wrap: break-word;
  overflow-y: auto;
}
.resultList .row .details .scores .archerScoreDetails .row div {
  flex: 1;
  text-align: center;
}
.resultList .row .details .scores .archerScoreDetails .row .modalScore {
  flex: 1;
  justify-content: space-between;
  align-content: center;
}
.resultList .row .details .scores:hover .popup-tooltip:hover {
  cursor: pointer;
  background-color: rgba(63, 110, 193, 0.2);
}
@media screen and (max-width: 1000px) {
  .resultList .row .details {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
  }
  .resultList .row .details .information {
    flex: 1 1 auto;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }
  .resultList .row .details .information .archer {
    flex: 1 1 auto;
  }
  .resultList .row .details .information .organisation {
    flex: 1 1 auto;
  }
  .resultList .row .details .scores {
    width: 100%;
    flex: 1 1 auto;
  }
}
.resultList .row:nth-child(2n+3) {
  background-color: rgba(63, 110, 193, 0.05);
  border-top: 1px solid rgba(63, 110, 193, 0.1);
  border-bottom: 1px solid rgba(63, 110, 193, 0.1);
}
.resultList .row:hover {
  background-color: rgba(63, 110, 193, 0.2);
}
.resultList .header {
  border-top: 0.1rem solid rgba(63, 110, 193, 0.3);
  border-bottom: 0.2rem solid rgba(63, 110, 193, 0.3);
  margin-top: 0.5rem;
  background-color: #f4f4f4;
}
.resultList .header .row {
  display: flex;
}
.resultList .header .row .title {
  flex: 1 1 auto;
  text-align: center;
  padding: 0.5rem 0.2rem 0.5rem 0.2rem;
}
.resultList .header .row:hover {
  background-color: inherit;
}

fieldset {
  width: 100%;
  margin-top: 0.4rem;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
}
fieldset legend {
  display: block;
  padding: 0.5rem;
  font-weight: 600;
  background-color: #004987;
  color: #fff;
}

form .form-row {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  line-height: 1.3rem !important;
}
form .form-row .form-labels {
  flex: 0 0 8rem;
  text-align: right;
  padding: 0.2rem 1rem 0.2rem 1rem;
}
form .form-row .form-labels .logo-label {
  width: 6rem;
  padding-left: 1rem;
}
form .form-row .form-labels .logo-label img {
  width: 6rem;
}
form .form-row .form-labels .center {
  text-align: center;
}
form .form-row .form-labels label {
  line-height: 32px;
}
form .form-row .form-inputs {
  flex: 0 80%;
  text-align: left;
  padding: 0.2rem 1rem 0.2rem 1rem;
  /*
              select,
              input:not([type=checkbox]) {
                  width: 80%;
                  white-space: nowrap;
                  padding: 0.2rem 0.5rem;
                  line-height: 1.3rem;
                  height: 1.3rem;
              }

              select {
                  height: 1.9rem;
                  width: 84%;
              }

              input[type=color] {
                  width: 3rem;
                  height: 2rem;
              }

              input[type=radio] {
                  width: 1rem;
              }

   */
}
form .form-row .form-inputs-btn {
  flex: 0 80%;
  flex-direction: row;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
form .form-row input:not([type=checkbox]):focus {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
form .form-row input:not([type=checkbox]).warning {
  border-color: orangered;
}
form .form-row .input-addon {
  position: relative;
}
form .form-row .input-addon .fa,
form .form-row .input-addon .fab,
form .form-row .input-addon .fas {
  position: absolute;
  bottom: 0.2rem;
  top: 0.2rem;
  padding: 0.4rem 0.22rem 0.1rem 0.22rem;
  border-right: 1px solid #003A5C;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
}
form .form-row .input-addon input:not([type=checkbox]) {
  text-indent: 1.3rem;
}
form .form-row .input-addon select {
  text-indent: 1rem;
}
form .form-row .input-locked-on-create:before {
  font-family: "Font Awesome 5 Free";
  content: "\f069";
  font-weight: 900;
  font-size: 0.5rem;
  margin-right: 3px;
}
form .form-row .form-button-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
form .form-row .form-button-row a, form .form-row .form-button-row input:not([type=checkbox]), form .form-row .form-button-row button {
  flex: 0 0 auto;
  padding: 0.4rem 0.8rem;
  width: 10rem;
  text-align: center;
  font-weight: 600;
}
form .myinput {
  flex: 0 80%;
  text-align: left;
  padding: 0.2rem 1rem 0.2rem 1rem;
  width: 80%;
  white-space: nowrap;
  padding: 0.2rem 0.5rem;
  line-height: 1.3rem;
  height: 1.3rem;
}

table {
  border-collapse: collapse;
}
table tfoot {
  border-top: 1px solid #9eb7ce;
}
table thead {
  border-bottom: 3px solid #9eb7ce;
}
table th, table td {
  text-align: right;
}
table td, table th {
  padding: 0.4rem;
}
table td.halfborder {
  border: 1px solid #9eb7ce;
}
table td.totalLeft {
  border-left: 3px solid #9eb7ce;
}
table tr.totalTop {
  border-top: 3px solid #9eb7ce;
}
table .negative90deg {
  transform: translate(5px, 30px) rotate(-45deg);
  width: 30px;
  white-space: nowrap;
}
table tr.borderbottom {
  border-bottom: 1px solid #9eb7ce;
}
table tr.hover:hover {
  background-color: #9eb7ce;
}

.auth_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  height: 100%;
}
.auth_container .auth_header {
  flex: 0 0 90px;
}
.auth_container .auth_body {
  flex: 1 1 auto;
  align-items: center;
  font-weight: 600;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.auth_container .auth_body .auth_logo {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  overflow: hidden;
  background-color: #004987;
  position: relative;
  z-index: 100;
}
.auth_container .auth_body .auth_logo img {
  width: 100%;
  padding: 5% 0;
}
.auth_container .auth_body #loginForm {
  min-width: 320px;
  display: flex;
  flex-direction: column;
}
.auth_container .auth_body .auth_form {
  margin-top: -65px;
  padding-top: 80px;
  padding-bottom: 2rem;
  border: 1px solid rgba(63, 110, 193, 0.3);
  border-radius: 1rem;
  background-color: rgba(63, 110, 193, 0.2);
  display: flex;
  flex-direction: column;
  width: 65%;
}
.auth_container .auth_body .auth_form .form-row {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  line-height: 1.5rem;
}
.auth_container .auth_body .auth_form .form-row .form-labels {
  flex: 0 0 13rem;
  justify-content: flex-end;
  padding: 0.2rem 1rem 0.2rem 1rem;
}
.auth_container .auth_body .auth_form .form-row .form-inputs {
  flex: 1 1 auto;
  justify-content: flex-start;
  padding: 0.2rem 1rem 0.2rem 1rem;
  min-width: 300px;
  /*
                      select,
                      input {
                          width: 70%;
                          white-space: nowrap;
                          padding: 0.2rem 0.5rem;
                      }

                      select {
                          width: 74%;
                      }

   */
}
.auth_container .auth_body .auth_form .form-row .center {
  padding: 1rem;
  justify-content: center;
}

.modal {
  position: absolute;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  width: 80%;
  border-radius: 1rem;
}
.modal .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  line-height: 1.5rem;
  background-color: #004987;
  color: #fff;
  border-radius: 1rem 1rem 0rem 0rem;
  padding: 0.2rem 1rem;
}
.modal .modal-content .modal-header .modal-btn {
  margin: 1rem;
  border-radius: 2rem;
}
.modal .modal-content .modal-header .modal-title {
  padding: 0.5rem 1rem;
  line-height: 1rem;
  font-size: inherit;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.modal .modal-content .modal-body {
  padding: 0.5rem 1rem;
  /*
  input, select {
      padding: 0.3em;
      line-height: 1.2em;
      width: 20rem;
  }

   */
}
.modal .modal-content .modal-body form {
  display: flex;
  flex-direction: row;
}
.modal .modal-content .modal-body .col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.modal .modal-content .modal-body .row {
  padding: 0.5em 0;
  line-height: 2em;
  display: flex;
}
.modal .modal-content .modal-body .row .label {
  flex-basis: 15rem;
  flex-grow: 0;
  text-align: right;
  padding-right: 8px;
}
.modal .modal-content .modal-body .row .label label {
  line-height: 32px;
}
.modal .modal-content .modal-body .row .content {
  flex: 1;
}
.modal .modal-content .modal-body ul {
  list-style: none;
  padding: unset;
}
.modal .modal-content .modal-footer {
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #f4f4f4;
  border-radius: 0rem 0rem 1rem 1rem;
  min-height: 1.5rem;
}
.modal .modal-content .modal-footer button {
  display: flex;
  margin: 0rem 1rem;
  text-align: center;
  justify-content: center;
  flex: 0 0 10rem;
}

@media screen and (max-width: 1060px) {
  .modal .modal-content .modal-body form {
    flex-direction: column;
  }
}
input[type=checkbox] {
  position: relative;
  width: 60px;
  height: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #d5d5d5;
  outline: none;
  border-radius: 20px;
  box-shadow: 0 0 0 2px #353535;
}

input[type=checkbox]:focus {
  box-shadow: 0 0 0 2px #353535, 0px 0px 8px 4px rgb(63, 110, 193);
}

input:checked[type=checkbox] {
  background-color: #004987;
}

.inputError {
  box-shadow: 0 0 0 4px rgb(200, 50, 50), 0 0 8px 8px rgb(193, 110, 110);
}

.indentmarkup1 {
  border-left: 3px solid green;
}

.indentmarkup2 {
  border-left: 6px solid blue;
}

/* Card layout */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cards .card {
  flex: 0 1 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  margin: 1rem 0.25rem;
  position: relative;
}
.cards .card i {
  font-size: 4rem;
  display: flex;
  align-self: center;
}
.cards .card h1 {
  display: flex;
  align-self: center;
  padding-top: 1rem;
  margin: 0rem;
  font-size: 1.1rem;
}
.cards .notdone::before {
  content: "";
  width: 6rem;
  height: 1rem;
  border-bottom: 1rem solid red;
  -webkit-transform: translateY(1.5rem) translateX(-26%) rotate(-45deg);
  position: absolute;
  top: -1rem;
  left: 0rem;
}
.cards .card:hover,
.cards .card:focus {
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px black, 0px 0px 1.5rem rgba(0, 0, 0, 0.8), 0px 0px 0.5rem rgba(0, 0, 0, 0.4);
}

.arsModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-content: center;
}

.arsContent {
  width: 30rem;
  background: whitesmoke;
  border-radius: 1rem;
  height: max-content;
  align-self: center;
}

.arsModalHeader,
.arsModalFooter {
  display: flex;
  background: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  font-size: 1.3rem;
}

.arsModalHeader {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  justify-content: center;
  font-weight: bold;
  border-radius: 1rem 1rem 0rem 0rem;
}

.arsModalFooter {
  padding: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  justify-content: space-evenly;
  border-radius: 0rem 0rem 1rem 1rem;
}

.arsModalFooter .btn {
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.8rem;
  background-color: silver;
}

.arsModalFooter .btn:hover,
.arsModalFooter .btn:focus {
  outline: none;
  filter: brightness(80%);
  box-shadow: 0.3rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
}

.arsModalFooter .btn-primary {
  background-color: green;
  color: white;
}

.arsModalFooter .btn-cancel {
  background-color: tomato;
  color: white;
}

.arsModalBody {
  display: flex;
  padding: 1rem;
  justify-content: center;
  font-size: 1.1rem;
}

@media screen and (max-width: 750px) {
  .header-container .header .main-nav .nav-item {
    width: 4rem;
    text-align: center;
  }
  .header-container .header .main-nav .nav-item .nav-link span {
    display: none;
  }
  .auth_container .auth_body .auth_form .form-row {
    flex-direction: column;
  }
  .auth_container .auth_body .auth_form .form-row .form-labels {
    flex: 1 1 auto;
    text-align: center;
  }
  .auth_container .auth_body .auth_form .form-row .form-inputs {
    text-align: center;
  }
  .filter_select {
    flex-direction: column;
  }
  .filter_select div {
    flex: 1 1 auto;
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-height: 500px) {
  .page-wrapper #footer {
    display: none;
  }
}
@media print {
  .page-wrapper {
    height: 100%;
  }
  .page-wrapper .header-container {
    display: none;
  }
  .page-wrapper .body-container {
    overflow-y: unset;
  }
  .page-wrapper .body-container #main-body {
    overflow-y: unset;
  }
  .page-wrapper #footer {
    display: none;
  }
}
div.license-badge[data-license] {
  display: flex;
  flex-direction: row;
  flex: 0 0 12em;
  padding: 0.2em 0em;
  margin-right: 0.5em;
  align-items: center;
}
div.license-badge[data-license] .license-badge-names {
  display: flex;
  flex-direction: column;
  flex: 1 1 1%;
  justify-items: left;
}
div.license-badge[data-license] .license-badge-names div {
  align-self: flex-start;
  padding-left: 5px;
}
div.license-badge[data-license] .license-badge-names a {
  margin-left: 0.5em;
}
div.license-badge[data-license] .license-action {
  display: flex;
  flex: 0 0 2em;
  justify-content: center;
  align-items: center;
}
div.license-badge[data-license] a {
  cursor: pointer;
}

div.license-badge[data-license]:before {
  content: "";
  width: 3px;
  height: 2.4em;
  background-color: #cedbe6;
}

dialog[open] {
  padding: unset;
  border: unset;
}

.dialogContainer {
  display: flex;
  flex-direction: column;
  border: 2px solid #9eb7ce;
  width: 300px;
}
.dialogContainer .dialogHeader, .dialogContainer .dialogFooter {
  background-color: #9eb7ce;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  line-height: 2.5em;
  padding: 0.5em;
  font-size: 1.2em;
}
.dialogContainer .dialogFooter {
  justify-content: flex-end;
}
.dialogContainer .dialogBody {
  display: flex;
  flex: 1 auto;
  flex-direction: column;
  padding: 0.5em;
}
.dialogContainer .dialogBody .dialogRow {
  display: flex;
  flex: 1 1 auto;
  padding: 0.25em 0em;
}
.dialogContainer .dialogBody .dialogRow input {
  width: 100%;
  font-size: 1.1em;
}

.centerContent {
  display: flex;
  justify-content: center;
}

.profileicon {
  font-size: 8em;
}

.form_image {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding-right: 1rem;
  align-items: center;
  align-self: flex-start;
}

.profilebuttons {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  justify-content: space-evenly;
}

.flex_grow {
  flex: 1;
}

.center_button {
  align-self: center;
}

.bottom_button {
  align-self: flex-end;
}

.max_height {
  max-height: 3rem;
}

.no_padding {
  padding: unset;
}

.flex_direction_column {
  display: flex;
  flex-direction: column;
}

.report-info {
  display: none;
}
.report-info .report-row {
  display: flex;
  align-items: center;
}
.report-info .report-labels {
  width: 15rem;
  display: flex;
  align-self: flex-start;
  justify-content: flex-end;
  padding: 1.2rem 0.3rem;
}
.report-info .report-data {
  width: 100%;
  padding: 0.3rem;
}
.report-info .report-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
}

.report-footer {
  height: 2rem;
}

.report-modal {
  background-color: #6c8a9d;
}

.report-model:hover .report-info,
.report-footer:hover .report-info,
.report-info:hover .report-info {
  display: block;
}

.page-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 32px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
.page-content form {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 32px;
}
.page-content .header {
  border-radius: 8px;
  background-color: #EEEDE6;
  gap: 16px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-content .header .header_name {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.page-content .header .header_name .header_main {
  font-size: 32px;
  font-weight: bold;
  color: #2D2D2C;
}
.page-content .header .header_name .header_sub, .page-content .header .header_name .header_sub2 {
  font-size: 16px;
  font-weight: normal;
  color: #424241;
}
.page-content .header .header_name .header_sub2 {
  font-size: 14px;
}
.page-content .header .header_information {
  font-size: 14px;
  font-weight: lighter;
  color: #424241;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.page-content .statistics {
  display: flex;
  align-self: center;
}
.page-content .information .information_header {
  font-size: 20px;
  color: #424241;
  padding-left: 8px;
}
.page-content .information .information_context {
  padding: 8px;
  font-size: 16px;
  border-radius: 8px;
  background-color: #EEEDE6;
  color: #424241;
}
.page-content .information .information_menu {
  padding-bottom: 8px;
  display: flex;
  border-bottom: 1px solid #F9F9F9;
  justify-content: space-evenly;
}
.page-content .information .information_table {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-evenly;
  background-color: #ffffff;
  border-radius: 4px;
}
.page-content .information .info_table_row {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  padding: 8px;
}
.page-content .information .info_table_row > :first-child {
  width: 120px;
  text-align: right;
  padding-right: 8px;
}
.page-content .information .info_table_row > :first-child::after {
  content: ": ";
}
.page-content .information .info_table_row > :nth-last-child(1) {
  display: flex;
  flex: 1 1 auto;
}
.page-content .information .info_table_column {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.page-content .information .info_row {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}
.page-content .information .info_column {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.page-content .information .align-center {
  align-items: center;
}
.page-content .information .gap-small {
  gap: 0.5rem;
}
.page-content .menu_button {
  padding: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  color: #424241;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 32px;
  gap: 8px;
  transform: translateY(4px);
}
.page-content .menu_button:hover,
.page-content .menu_button:focus {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}
.page-content .information_input {
  padding: 8px 0px;
  position: relative;
}
.page-content .information_input .right_label {
  position: absolute;
  top: 8px;
  right: 10%;
}
.page-content .information_input label, .page-content input, .page-content select {
  display: flex;
  flex-direction: column;
}
.page-content .information_input label {
  flex-direction: row;
  gap: 8px;
}
.page-content .information_input input, .page-content select {
  line-height: 24px;
}

.page-content:after {
  content: "";
  padding-bottom: 32px;
}

input, select {
  /* styling */
  background-color: white;
  border: thin solid #004987;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 1em;
  /* reset */
  width: 90%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  padding: 0.5em 3.5em 0.5em 1em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

input[data-is-changed] {
  border: thin solid #FFCD00;
}

.input_button {
  margin-left: 8px;
  margin-top: 8px;
  font-size: 24px;
}

input[type=color] {
  width: 3rem;
  height: 3rem;
  padding: unset;
}

input[type=radio] {
  width: 24px;
  height: 24px;
  padding: unset;
}

input[type=radio]:checked {
  background-color: #003A5C;
}

.radiolabel {
  width: 48px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.radiolabel > i {
  position: absolute;
  top: 6px;
  margin-left: 4px;
}

.flex_form_input_label {
  display: flex;
  flex-direction: column;
  position: relative;
}

.flex_form_input_label:has(> [data-is-changed])::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  left: -1rem;
  background-color: #CB9700;
  height: 4rem;
}

.locked::before {
  content: "\f023";
  position: relative;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
}

.locked:hover::after {
  content: "Locked";
  position: absolute;
  top: -2rem;
  background-color: #FFCD00;
  border-radius: 0.5rem;
  padding: 0.5rem;
}

.card-area {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
}

.card-v2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #EEEDE6;
  border-radius: 0.5rem;
}
.card-v2 h2, .card-v2 h3 {
  display: flex;
  align-self: stretch;
  justify-content: center;
  margin: 0;
  padding: 1rem;
}
.card-v2 .card-v2-row {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 2rem;
  border-top: 1px solid #FFCD00;
}
.card-v2 .card-v2-row h3 {
  padding: 0px;
  justify-content: flex-start;
}
.card-v2 .card-v2-row ul {
  list-style: none;
  margin: 0px;
}
.map-pin {
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 0;
  background-color: dodgerblue;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -15px;
  translate: 5px -12px;
}

.map-pin-label {
  width: 8px;
  height: 8px;
  font-size: 10px;
  font-weight: bold;
  background: #fff;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 7px;
  left: 6px;
}

.bounce {
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}

.leaflet-div-icon {
  background: unset !important;
  border: unset !important;
}