
body {
	margin: 0;
	padding: 0;
  background-color: #fff;
}

a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.trim {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clsHide {
  display: none;
}
.clsHidden {
  visibility: hidden;
}

.mute {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
}

.popover-t {
  cursor: pointer;
}

.custom-popover {
  max-width: 330px;
}


.gitem {
  display: inline-block;
}
.gitem::before {
  content: '/';
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.gitem:first-child:before {
  content: '';
  display: none;
}

.uitem {
  display: inline-block;
  margin-right: 4px;
}

.pagination {
  display: block;
}

.pagination > div > a, .pagination > div > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 0;
}

.pagination > div:first-child > a, .pagination > div:first-child > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}

.footer {
  height: 70px;
}
nav {
  height: 40px;
}
.w-20 {
  width: 17.5%!important;
}

.file-uploads-table .fn {
  width: 360px;
}

.file-uploads {
  overflow: hidden;
  position: relative;
  text-align: center;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}
.file-uploads span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}
.file-uploads input {
  z-index: 1;
  opacity: 0;
  font-size: 20em;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.file-uploads.file-uploads-html5 input {
  position: fixed;
  width: 1px !important;
  height: 1px !important;
  top: -999em !important;
  left:0 !important;
  right:auto !important;
  bottom:auto !important;
}

.navbar {
  height: 56px;
}
.navbar-brand {
  position: relative;
  padding-left: 44px;
  margin-right: 30px;
  font-weight: 500;
}
/*
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: var(--bs-navbar-active-color);
  border-bottom: 2px solid var(--bs-navbar-active-color);
  padding-bottom: 2px;
}
*/
.logo {
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 8px;
  left: 0;
  background-size: contain;
  background-image: url(../i/logo-dark.svg);
}
.navbar-dark .logo {
  background-image: url(../i/logo-light.svg);
}
.act {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 30px;
}
td.act {
  padding: 2px 0 0 0;
  font-size: 24px;
}
.c-badge {
  display: inline-block;
  margin-right: 12px;
}


.bd-callout-info {
  --bd-callout-bg: rgba(var(--bs-info-rgb), .075);
  --bd-callout-border: rgba(var(--bs-info-rgb), .5);
}
.bd-callout-danger {
  --bd-callout-bg: rgba(var(--bs-danger-rgb), .075);
  --bd-callout-border: rgba(var(--bs-danger-rgb), .5);
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: var(--bd-callout-bg, var(--bs-gray-100));
  border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}