/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
tr.highlight-row {
  background-color: #f3f3f3;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.select2-container--default .select2-selection--single {
  border-color: #ced4da;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
table.sticky-header {
  position: relative;
}
table.sticky-header th {
  position: sticky;
  top: 0;
  background-color: #fff;
}

.btn-xs {
  font-size: 0.8em;
  padding: 2px 5px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.show-if-true {
  visibility: hidden;
}
.show-if-true.active {
  visibility: visible;
}

.statistic-item {
  background-color: #f3f3f3;
  padding: 60px 30px;
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.statistic-item span {
  display: block;
}
.statistic-item span.value {
  font-size: 1.4em;
  font-weight: bold;
}
.statistic-item i {
  cursor: pointer;
  transition: 0.3s all;
}
.statistic-item:hover i {
  transform: rotate(30deg);
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  z-index: 20;
}
.popup-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.popup-wrapper .popup-inner {
  padding: 15px;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  top: 15%;
  max-height: 500px;
  overflow-y: scroll;
  z-index: 20;
}
.popup-wrapper .popup-inner .close-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 1.5em;
  cursor: pointer;
  color: red;
}

/*# sourceMappingURL=site.css.map */
