﻿/* OpenSans */
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 300;
  src: local("OpenSans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans"), local("OpenSans"), url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: italic;
  font-weight: 400;
  src: local("OpenSans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: 500;
  src: local("OpenSans Semibold"), local("OpenSans-Semibold"), url("../fonts/OpenSans-Semibold-webfont.woff") format("woff");
}
body {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.846;
  font-family: -apple-system, BlinkMacSystemFont, "OpenSans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  margin: 0;
  background-color: #f3f5f6;
  background-image: linear-gradient(to bottom, rgba(241, 241, 241, 0.75) 0, rgba(255, 255, 255, 0.59) 100px, #f2f2f2 450px, #ecf0f1), repeating-linear-gradient(118deg, #eeeeee 0, #dddddd 550px, #eeeeee 550px, rgba(238, 238, 238, 0.83) 900px, #e0e0e0 800px, rgba(224, 224, 224, 0.85) 1024px);
}
body .h5, body h5 {
  font-size: 1rem;
}
body p {
  font-size: 0.85rem;
}
body input[type=checkbox],
body input[type=radio] {
  width: 20px;
  height: 20px;
}
body .welcome-page,
body .logout-page {
  text-align: center;
  margin: 10vh auto;
}
body .welcome-page ul,
body .logout-page ul {
  list-style: none;
}
body .diagnostics-page .tab {
  min-height: 40px;
  margin-bottom: 10px;
  line-height: 3;
  padding: 0 10px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
}
body .body-container .management-page {
  height: 100%;
}
body .body-container .management-page nav {
  background: white;
  margin-bottom: 0.75rem;
}
body .body-container .management-page nav .nav-tabs {
  border: solid rgba(0, 0, 0, 0.12);
  border-width: 0 1px 1px 1px;
}
body .body-container .management-page nav .nav-tabs .nav-link {
  text-transform: uppercase;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body .body-container .management-page nav .nav-tabs .nav-link:hover {
  color: #3385d6;
}
body .body-container .management-page nav .nav-tabs .nav-link.active {
  color: #3385d6;
  border-bottom: 2px solid #3385d6;
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
}
body .body-container .management-page .tab-content {
  margin-top: 0.75em;
  height: calc(100vh - 90px);
}
body .card.custom .card-body {
  padding: 0;
}
body .card.custom .table {
  margin-bottom: 0;
}
body .card.custom .table thead th {
  font-size: 0.75rem;
  text-align: left;
  padding: 0.5rem 0.5rem;
  border: 1px solid #e4e4e4;
  border-width: 0 0 1px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  transition: none;
}
body .card.custom .table.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.02);
}
body .card.custom .table.table-hover tbody tr:hover {
  color: #212529;
  background-color: #f2f7fc;
}
body .card.custom .table td {
  font-size: 0.75rem;
  text-align: left;
  border: 1px solid #e4e4e4;
  border-width: 0 0 1px 0;
  padding: 0.25rem 0.5rem;
}
body .card.custom .table th,
body .card.custom .table td {
  vertical-align: middle;
}
body .card.custom .table th.checkbox, body .card.custom .table th.action,
body .card.custom .table td.checkbox,
body .card.custom .table td.action {
  width: 50px;
  text-align: center;
}
body .nav-page .navbar {
  padding: 0 1rem;
  background-color: #004d9c;
}
body .nav-page .navbar .navbar-brand {
  font-size: 0.85rem;
}
body .nav-page .navbar .navbar-brand span {
  color: lightgray;
}
body .nav-page .navbar-nav .nav-item.dropdown:hover {
  background-color: rgba(0, 0, 0, 0.19);
}
body .nav-page .navbar-nav .nav-item.dropdown .dropdown-toggle {
  min-width: 160px;
  text-align: right;
}
body .nav-page .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}
body .nav-page .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 0.5rem;
}
body .nav-page .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item > i {
  margin-right: 0.75rem;
}
body .nav-page .navbar-brand,
body .nav-page .nav-link {
  color: white;
}
body .nav-page .navbar-toggler {
  border-radius: 0;
}
body .nav-page .navbar-toggler:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
body .nav-page .navbar-toggler .navbar-toggler-icon {
  color: white;
  padding-top: 5px;
}
body .space-between {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
body .form-group label:not(.form-check-label) {
  margin: 0;
}
body .form-group .p-inputtext:enabled:focus {
  box-shadow: inset 0 -1px 0 #3385d6;
}
body .form-group .form-control {
  background: #ffffff;
  height: 33px;
  font-size: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 5px;
}
body .form-group .form-control:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  border-color: #3385d6;
  box-shadow: inset 0 -1px 0 #3385d6;
}
body .form-group .form-check-input {
  width: 18px;
  height: 18px;
  transition: box-shadow 0.2s;
}
body .form-group .form-check-input:focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 -1px 0 #3385d6;
  outline: 0 none;
  outline-offset: 0;
  border-color: #3385d6;
}
body .form-group .form-check-input:not(.p-disabled):hover {
  border-radius: 50%;
  box-shadow: 0 0 1px 10px rgba(51, 133, 214, 0.04);
}
body .form-group .form-check-label {
  vertical-align: sub;
  margin-left: 0.25rem;
}
body .login-page {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: #f3f5f6;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
body .login-page .login-content {
  padding: 0 70px;
  height: 100%;
  width: 556px;
  position: absolute;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 641px) {
  body .login-page .login-content {
    padding: 0 40px;
    width: 100%;
  }
}
body .login-page .login-content .logo-container {
  text-align: left;
}
@media (max-width: 320px) {
  body .login-page .login-content .logo-container {
    width: 100%;
  }
}
body .login-page .login-content .logo-container img {
  display: block;
  margin-left: -10px;
  width: 300px;
}
@media (max-width: 320px) {
  body .login-page .login-content .logo-container img {
    width: 260px;
  }
}
body .login-page .login-content .logo-container .info {
  color: #616161;
  margin-bottom: 40px;
}
body .login-page .login-content .logo-container .organization-name {
  text-transform: capitalize;
}
body .login-page .login-content .login-form {
  margin-top: 20vh;
}
@media (max-width: 320px) {
  body .login-page .login-content .login-form .btn-primary {
    width: 100%;
  }
}
body .login-page .alert {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  width: 525px;
  margin: 0 0 0.5rem 0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-radius: 0;
  border: 0;
}
@media (max-width: 641px) {
  body .login-page .alert {
    right: 0;
    width: 90%;
    margin: 20px;
  }
}
body .login-page .alert.fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  max-width: 300px;
  z-index: 9999;
  border-radius: 0px;
}
body .login-page .alert.message-content {
  padding: 0.68rem;
}
body .login-page .alert.message-content .message-text {
  margin: 0.25rem 0 0 1.5rem;
  flex: 1 1 auto;
}
body .login-page .alert.message-content .message-text .summary {
  font-weight: 600;
}
body .login-page .alert.message-content .message-text .detail {
  display: block;
  margin: 0.5rem 0 0 0;
}
body .login-page .alert.message-content .validation-summary-errors {
  margin-top: 0.5rem;
}
body .login-page .alert.message-content .validation-summary-errors ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
body .login-page .login-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 556px;
}
@media (max-width: 641px) {
  body .login-page .login-footer {
    width: 100%;
  }
}
body .login-page .login-footer .login-footer-gradient {
  height: 5px;
  background: #eceff1;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
body .login-page .login-footer .language-dropdown {
  margin: 2em 4.5rem;
  text-align: right;
}

.alert-danger {
  color: #B71C1C;
  background-color: #fef5f6;
  border-left: 5px solid #ff674c !important;
}
.alert-danger.message-content .message-icon {
  color: #ff674c;
}
.alert-danger .card-body {
  padding: 0;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info.message-content .message-icon {
  color: #0c5460;
}

.pi {
  font-size: 0.75rem;
}

.pi-button-icon-left {
  margin-top: 1px;
  margin-right: 0.5rem;
}

.pi-button-icon-right {
  margin-top: 1px;
  margin-left: 0.5rem;
  order: 1;
}

.btn.btn-inplace {
  border-radius: 0;
  background: transparent;
  border: 1px solid transparent;
  font-size: 0.75rem;
  padding: 3px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: initial;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.btn.btn-inplace .pi {
  color: #3385d6;
}

.btn.btn-inplace:hover {
  border: 1px solid rgba(51, 133, 214, 0.78);
}

dl dt {
  font-weight: 600;
  float: left;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}
dl dd {
  min-height: 24px;
  display: list-item;
  list-style: none;
}

.card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.card-header {
  padding: 0.5rem;
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  padding: 0.25rem;
  padding-left: 0.5rem;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
}

.modal-header .close {
  padding: 0.5rem;
  margin: unset;
}

.modal-title {
  margin-bottom: unset;
  line-height: unset;
  font-weight: 400;
  font-size: 0.75rem;
}

.modal-body {
  padding: 0.5rem;
  background-color: #f2f2f2;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.modal-footer {
  border-top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0.5rem;
}

.row-text {
  padding: 0.45rem 0.5rem;
}

.btn {
  text-transform: uppercase;
  padding: 0.45rem 0.5rem;
  font-size: 0.75rem;
}

.btn-loading {
  width: 100px;
}

.btn-loading .loading-spinner {
  left: 5% !important;
}

.btn.btn-primary {
  border-radius: 0;
  text-transform: uppercase;
  background-color: #3385d6;
  border-color: #3385d6;
}

.btn.btn-primary > i {
  margin-right: 0.5rem;
}
.btn.btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.btn-primary .loading-spinner {
  position: relative;
  padding: 10px;
  left: 45%;
  /* Safari */
}
.btn.btn-primary .loading-spinner::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: rotation 1s ease infinite; /* Safari */
  animation: rotation 1s ease infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-primary:hover {
  background-color: #2878c7;
  color: #ffffff;
  border-color: #2878c7;
}

.btn.btn-secondary {
  border-radius: 0;
  text-transform: uppercase;
  color: #666666;
  background: #f7f7f9;
  border: 1px solid rgba(102, 102, 102, 0.45);
}

.action > .btn.btn-secondary {
  border-radius: 0;
  text-transform: uppercase;
  color: #666;
  background: transparent;
  border: none;
}
.action > .btn.btn-secondary:hover, .action > .btn.btn-secondary:focus {
  color: #107d11;
  background: transparent;
  cursor: move;
  box-shadow: none;
}

.btn.btn-danger {
  color: #d32f2f;
  background-color: #ffebee;
  border-color: #e26b6c;
  border-radius: 0;
}

.btn-danger:hover {
  color: #d32f2f;
  background-color: #ffe0e3;
  border-color: #d32f2f;
}

.btn-danger:focus, .btn-danger.focus {
  color: #d32f2f;
  background-color: #ffe0e3;
  border-color: #d32f2f;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  opacity: 0.5;
  color: #d32f2f;
  background-color: #ffebee;
  background-color: #ffebee;
  border-color: #e26b6c;
}

.custom-select {
  border-radius: 0;
  font-size: 0.75rem;
}

.inlineEdit {
  display: inline-flex;
}
.inlineEdit .inlineEdit-form {
  margin-block-end: auto;
}
.inlineEdit .inlineEdit-form .inlineEdit-dropdown {
  border: solid;
  border-color: rgba(159, 167, 173, 0.3882352941);
  border-width: thin;
  height: 25px;
  background: none;
  font-size: 0.75rem;
  max-width: 205px;
  display: inline-flex;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inlineEdit .inlineEdit-form .inlineEdit-dropdown .inlineEdit-dropdown-option {
  background-color: white;
}
.inlineEdit .inlineEdit-button {
  border: none;
  background: none;
  font-size: 0.75rem;
  display: inline-flex;
}
.inlineEdit .inlineEdit-button .inlineEdit-button-text {
  max-width: 175px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inlineEdit .inlineEdit-button .pi-pencil {
  color: #3385d6;
  margin-left: 4px;
  display: none;
  align-self: center;
}
.inlineEdit .inlineEdit-button:hover {
  border: solid;
  border-color: #3385d6;
  border-width: thin;
  line-height: 22px;
}
.inlineEdit .inlineEdit-button:hover .pi-pencil {
  display: initial;
}

.user-icon {
  width: 65px;
  height: 65px;
  margin-right: 0.5rem;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-icon .pi {
  color: #bdbdbd;
  font-size: 50px;
}

.info-content {
  display: block;
  padding: 10px;
  margin-top: 10px;
  border-width: 0 0 0 0;
  color: #813d14;
}
.info-content.warning {
  background: #fcf8f6;
  border: 1px solid #ffb328;
  border-left: 5px solid #ffb328;
}
.info-content.error {
  background: rgba(234, 88, 42, 0.0901960784);
  border: 1px solid #ff5722;
  border-left: 5px solid #ff5722;
}
.info-content > b {
  display: block;
}

.table-row-highlight {
  color: red;
  border-color: red;
  border-style: solid;
  border-width: 1.5px;
}

.language-dropdown .dropdown .btn.dropdown-toggle {
  color: #18181b;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-transform: none;
  font-weight: 600;
}
.language-dropdown .dropdown .btn.dropdown-toggle::after {
  display: none;
}
.language-dropdown .dropdown.show > .dropdown-toggle {
  color: #71717a;
  background-color: #fff;
  border-color: rgba(102, 102, 102, 0.45);
}
.language-dropdown .dropdown .dropdown-menu {
  padding: 0.25rem;
  border: 1px solid #e4e4e7;
  padding: 0.25rem;
  margin-top: 0.25rem;
  border-radius: calc(0.5rem - 2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.language-dropdown .dropdown .dropdown-menu .dropdown-item {
  font-size: 0.75rem;
  padding: 0.5rem;
  border-radius: 0.375rem;
  outline: none;
}
.language-dropdown .dropdown .dropdown-menu .dropdown-item:hover, .language-dropdown .dropdown .dropdown-menu .dropdown-item:focus-visible {
  background-color: #f4f4f5;
  color: #18181b;
}

/*
 * Generated with CSS Flag Sprite generator
 */
.flag {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 11px;
  background: url(../img/flags.png) no-repeat;
}
.flag.flag-nl {
  background-position: -240px -99px;
}
.flag.flag-us {
  background-position: 0 -154px;
}
.flag.flag-fr {
  background-position: -80px -44px;
}
.flag.flag-de {
  background-position: -32px -33px;
}
