:root {
  --bs-border-color-translucent: transparent;
  --bs-body-font-weight: 400;
  --bs-root-card-box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.01),
	0px 1px 2px rgba(3, 7, 18, 0.03),
	0px 1px 4px rgba(3, 7, 18, 0.04),
	0px 3px 6px rgba(3, 7, 18, 0.06),
	0px 4px 10px rgba(3, 7, 18, 0.07);
  --bs-link-color-rgb: 16, 129, 194;
  --bs-link-color: #1081C2;
  --bs-primary: #004862;
  --bs-secondary: #1081C2;
  --bs-success: #57AD8A;
  --bs-light: #f0f0f0;
  /*--bs-border-color: #f0f0f0;*/
  --primaryColor: #0f2f44;
  --primaryColorRGB: 15, 47, 68;
  --secondaryColor: #57ae8a;
  --secondaryColorRGB: 87, 174, 138;
}
/*@primaryColor: #0075a7;*/
/*[data-bs-theme=light] {
	--bs-primary: #3e97ff;
	--bs-primary-active: darken(#3e97ff, 5%);
	--bs-app-sidebar-dark-bg-color: #004862;
	--bs-success: #32A958;
	--bs-success-active: darken(#32A958, 5%);

	--bs-card-cap-bg: #004862;
	--bs-card-footer-bg: #f9f9f9;
}

[data-bs-theme=dark] {
	!*--bs-card-cap-bg: #004862;*!
	--bs-card-footer-bg: darken(#15171C, 1%);
}*/
body {
  /*font-family: Inter, Helvetica, sans-serif;*/
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #f0f0f0;
  background-image: url('/img/bgpattern-08.png');
  background-repeat: repeat;
  /*min-height: 100%;*/
}
p {
  margin: 1rem 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
hr {
  border-top: 1px solid #ccc;
}
.card {
  --bs-card-cap-bg: var(--bs-primary);
  --bs-card-footer-bg: #f9f9f9;
  /* https://smoothshadows.com$/#djEsMSw1LDAuMDUsMTAsNCwwLCMwMzA3MTIsI2YzZjRmNiwjZmZmZmZmLDI%3D */
  box-shadow: 0px 0px 0px rgba(3, 7, 18, 0.01), 0px 1px 2px rgba(3, 7, 18, 0.02), 0px 1px 4px rgba(3, 7, 18, 0.03), 0px 3px 6px rgba(3, 7, 18, 0.04), 0px 4px 10px rgba(3, 7, 18, 0.05);
  border: none;
}
.card .card-header {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 1rem;
  color: #fff;
}
.card .card-header > h2 {
  margin-bottom: 0;
  font-size: 1.1rem;
}
.card .card-header > h2 .fal {
  opacity: 0.7;
  font-size: 0.775em;
  line-height: 0.1em;
  vertical-align: 0.05357em;
  width: 1.2em;
  text-align: center;
  margin-right: 0.2em;
}
.card .card-header .card-toolbar {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  margin-left: auto;
}
.card .card-header .card-toolbar .btn {
  /*padding: calc(.2rem + 1px) calc(1rem + 1px) !important;*/
  outline: 0px solid rgba(255, 255, 255, 0.15) !important;
}
.card .card-header .card-toolbar .btn:hover {
  outline: 4px solid rgba(255, 255, 255, 0.15) !important;
}
.card .card-header .card-toolbar .btn.btn-sm {
  /*--bs-btn-padding-y: 0.25rem;
					--bs-btn-padding-x: 0.5rem;*/
}
.card .card-header .card-title {
  color: #fff;
  font-weight: 800;
}
.card > h2 {
  padding: 0.7rem 1rem;
  background-color: #f0f0f0;
  margin-bottom: 0;
  font-size: 1rem;
}
.card > h2 .fal {
  opacity: 0.7;
  font-size: 0.775em;
  line-height: 0.1em;
  vertical-align: 0.05357em;
  width: 1.2em;
  text-align: center;
  margin-right: 0.2em;
}
.card .card-subheader {
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  background-color: var(--bs-card-footer-bg);
}
.card .card-body > .row:first-child {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .card .card-body > .row:first-child .col-form-label {
    padding-top: 0;
  }
}
.card .card-body > .row:last-child {
  margin-bottom: 0 !important;
}
.card .card-footer {
  background-color: var(--bs-card-footer-bg);
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  border-top: 1px solid #f0f0f0;
}
.card p:last-child {
  margin-bottom: 0;
}
.card.infopill {
  background: #F5F5F5;
  background: linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  transition: box-shadow 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.card.infopill:hover {
  transform: scale(1.01) translateY(-2px);
  border: 1px solid #e5e5e5;
  /* https://smoothshadows.com/#djEsMSw1LDAuMDUsMjAsMTQsMCwjMDMwNzEyLCNmM2Y0ZjYsI2ZmZmZmZiwy */
  box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.01), 0px 2px 3px rgba(3, 7, 18, 0.02), 0px 5px 7px rgba(3, 7, 18, 0.03), 0px 9px 13px rgba(3, 7, 18, 0.04), 0px 14px 20px rgba(3, 7, 18, 0.05);
}
.form-control {
  transition: all 0.2s ease-in-out;
}
.form-control:focus {
  outline: 3px solid rgba(15, 47, 68, 0.1);
}
.form-control::placeholder {
  color: #aaa;
}
.form-control.error {
  border-color: var(--bs-danger);
}
.col-form-label.required:after,
.form-label.required:after {
  content: "*";
  position: relative;
  font-size: inherit;
  color: var(--bs-danger);
  padding-left: 0.25rem;
  font-weight: 600;
}
.form-check-input {
  cursor: pointer;
}
.form-switch.form-check-solid .form-check-input:not(:checked) {
  background-color: var(--bs-gray-400);
}
.form-check-input:checked {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}
.validate label.error,
form.label.error {
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: 10px;
  padding: 0em 1em;
  margin-top: 0.4em;
  font-size: 0.7em;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #57ae8a;
  border-color: #57ae8a;
}
.infoIcon {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.85em;
  line-height: 0.1em;
  vertical-align: 0.0667em;
  cursor: help;
}
.mt-4 {
  margin-top: 1.875rem !important;
}
.mb-4 {
  margin-bottom: 1.875rem !important;
}
.my-4 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.875rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.875rem;
}
.nav {
  --bs-nav-link-font-weight: 400;
}
.nav-pills {
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #57ae8a;
  gap: 10px;
}
.nav-pills .nav-link:not(.active):hover {
  background-color: var(--bs-light);
}
.jq-toast-single {
  font-size: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.close-jq-toast-single {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}
.alert.alert-icon-exclamation {
  padding-left: 3rem;
  position: relative;
}
.alert.alert-icon-exclamation::before {
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  translate: -50% -50%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f071";
  -webkit-animation: fa-blink 1s linear infinite;
  -moz-animation: fa-blink 1s linear infinite;
  -ms-animation: fa-blink 1s linear infinite;
  -o-animation: fa-blink 1s linear infinite;
  animation: fa-blink 1s linear infinite;
}
@keyframes fa-blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fa-blink {
  -webkit-animation: fa-blink 0.75s linear infinite;
  -moz-animation: fa-blink 0.75s linear infinite;
  -ms-animation: fa-blink 0.75s linear infinite;
  -o-animation: fa-blink 0.75s linear infinite;
  animation: fa-blink 0.75s linear infinite;
}
.fa-blink-slow {
  -webkit-animation: fa-blink 1s linear infinite;
  -moz-animation: fa-blink 1s linear infinite;
  -ms-animation: fa-blink 1s linear infinite;
  -o-animation: fa-blink 1s linear infinite;
  animation: fa-blink 1s linear infinite;
}
.btn {
  white-space: nowrap;
  outline: 0px solid rgba(15, 47, 68, 0.15) !important;
  transition: outline-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn.btn-primary {
  --bs-btn-bg: #004862;
  --bs-btn-border-color: #004862;
  --bs-btn-hover-bg: #006d95;
  --bs-btn-hover-border-color: #006d95;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0093c8;
  --bs-btn-active-border-color: #006d95;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-bg: #68b696;
  --bs-btn-hover-border-color: #68b696;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn.btn-success {
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-bg: #68b696;
  --bs-btn-hover-border-color: #68b696;
  --bs-btn-active-bg: #4d9f7d;
  --bs-btn-active-border-color: #4d9f7d;
}
.btn.btn-lg {
  --bs-btn-border-radius: var(--bs-border-radius-lg);
  --bs-btn-padding-y: 1rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.1rem;
}
.btn.btn-light {
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-bg: #e9e9e9;
  --bs-btn-hover-border-color: #e9e9e9;
}
.btn.btn-pillmenu {
  background-color: rgba(87, 174, 138, 0.7);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 200ms ease-in-out;
  outline: none;
}
.btn.btn-pillmenu:active {
  border-color: red;
}
.btn.btn-pillmenu .fal {
  opacity: 1;
}
.btn.btn-pillmenu:hover,
.btn.btn-pillmenu.jq-dropdown-open {
  border-color: transparent;
  color: #fff;
  background-color: #57ae8a;
  outline: 4px solid rgba(var(--primaryColorRGB), 0.2);
}
.btn i {
  vertical-align: initial;
}
.btn > .fal {
  width: 1.2em;
  text-align: center;
  opacity: 0.6;
  /*margin-left: -0.2em;*/
  margin-right: 0em;
  transform: scale(0.8);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.btn:hover:not(.btn-link),
.btn:focus:not(.btn-link) {
  transition: outline-width 0.3s ease-in-out, background-color 0.2s ease-in-out;
  outline: 4px solid rgba(15, 47, 68, 0.15) !important;
}
.btn:hover:not(.btn-link) > .fal,
.btn:focus:not(.btn-link) > .fal {
  transform: scale(1);
  opacity: 1;
}
.nav-link {
  transition: outline-width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.nav-link > .fal {
  width: 1.2em;
  text-align: center;
  opacity: 0.7;
  /*margin-left: -0.2em;*/
  margin-right: 0em;
  transform: scale(0.9);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
.nav-link:hover:not(.btn-link) > .fal,
.nav-link:focus:not(.btn-link) > .fal {
  transform: scale(1);
  opacity: 1;
}
.subNavBar .nav-link {
  text-align: left;
}
@media (max-width: 767px) {
  .subNavBar .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 30vw;
    max-width: 50%;
  }
}
.ftBreadcrumb {
  margin-top: -23px;
}
@media (max-width: 991px) {
  .ftBreadcrumb {
    margin-top: -10px;
  }
}
.ftBreadcrumb a {
  text-decoration: none;
  font-size: 0.9em;
}
.ftBreadcrumb .fal {
  font-size: 0.7em;
}
.jq-dropdown-open:not(.btn) {
  background-color: rgba(0, 0, 0, 0.05);
}
.jq-dropdown-open.btn {
  /*box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.3);*/
}
.jq-icon-success {
  background-color: var(--bs-success);
  /* border-color: #8FBE00; */
}
.tooltipster-base p:last-child {
  margin-bottom: 0;
}
.table-responsive {
  overflow-y: visible;
}
.table-responsive th.stickyLeft,
.table-responsive td.stickyLeft {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  z-index: 200;
}
.table-responsive th.stickyRight,
.table-responsive td.stickyRight {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  right: 0;
}
table.table {
  margin-bottom: 5px;
  --bs-table-hover-bg: #f9f9f9;
  --bs-table-striped-hover-bg: #ff9900;
  --bs-table-border-color: #f0f0f0;
  --bs-table-bg: transparent;
}
table.table a {
  text-decoration: none;
  font-weight: 500;
}
table.table a:hover {
  /*text-decoration: underline;*/
}
table.table > :not(caption) > * > * {
  /*background-color: var(--bs-table-bg);
		border-bottom-width: var(--bs-border-width);
		box-shadow: none;*/
}
table.table tr:last-child td {
  border-bottom: none;
}
.body.body.p-0 table.table th:first-child,
.card-body.p-0 table.table th:first-child,
.body.body.p-0 table.table td:first-child,
.card-body.p-0 table.table td:first-child {
  padding-left: 15px;
}
.body.body.p-0 table.table th:last-child,
.card-body.p-0 table.table th:last-child,
.body.body.p-0 table.table td:last-child,
.card-body.p-0 table.table td:last-child {
  padding-right: 15px;
}
.eventPhotoContainer img {
  width: 100%;
  max-height: 190px;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.imagesContainer {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.imagesContainer .imageContainer {
  /*flex-grow: 1;*/
  /*border: 1px solid white;*/
  margin: 2px;
  position: relative;
  width: calc(33% - 4px);
  height: calc(33% - 4px);
  aspect-ratio: 1/1;
}
.imagesContainer .imageContainer video,
.imagesContainer .imageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.imagesContainer .imageContainer.video a[rel=gallery]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 100px;
  color: #fff;
  z-index: 100;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f04b";
  /*f144*/
  background-color: rgba(var(--secondaryColorRGB), 0.6);
}
.imagesContainer .imageContainer .onlyIcon {
  position: absolute;
  top: 0px;
  right: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  z-index: 1000;
}
.imagesContainer .imageContainer.isOwn img {
  outline: 4px solid var(--secondaryColor);
  outline-offset: -4px;
}
.imagesContainer .imageContainer .likeContainer {
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media (min-width: 991px) {
  .imagesContainer .imageContainer {
    width: calc(20% - 4px);
    height: calc(20% - 4px);
    aspect-ratio: 1/1;
  }
}
#eventHeaderContainer {
  background-color: #999;
  text-align: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
#eventHeaderContainer:before {
  background-color: rgba(var(--primaryColorRGB), 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: background-color 0.3s ease-in-out;
}
#eventHeaderContainer > .inner {
  position: relative;
  /*backdrop-filter: blur(5px);*/
}
#eventHeaderContainer > .inner:hover {
  /*background-color: rgba(var(--primaryColorRGB),.5);*/
}
#eventHeaderContainer > .inner > .infoArea {
  width: 98%;
  max-width: 600px;
  margin: auto;
  padding: 5rem 4rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  #eventHeaderContainer > .inner > .infoArea {
    padding: 5rem 4rem;
  }
}
@media (max-width: 767px) {
  #eventHeaderContainer > .inner > .infoArea {
    padding: 3rem 2rem;
  }
}
#eventHeaderContainer > .inner > .infoArea h3 {
  font-family: "IBM Plex Serif", serif;
}
#eventHeaderContainer > .inner > .infoArea .primaryImageContainer {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
  margin-bottom: 0.5em;
}
@media (max-width: 991px) {
  #eventHeaderContainer > .inner > .infoArea .primaryImageContainer {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  #eventHeaderContainer > .inner > .infoArea .primaryImageContainer {
    width: 150px;
    height: 150px;
  }
}
#eventHeaderContainer > .inner > .infoArea .primaryImageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fancybox-container {
  z-index: 100001 !important;
}
.fancybox-content {
  background-color: transparent !important;
  box-shadow: 0px 0px 300px rgba(0, 0, 0, 0.4);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}
.noTitle .fancybox-slide--html .fancybox-close-small {
  /*top: -10px;*/
}
.dialogContainer {
  /*display: none;*/
  width: 600px;
  /*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
  padding: 0 !important;
  /*overflow: hidden;*/
  overflow: visible !important;
}
.dialogContainer svg {
  color: #fff;
}
.dialogContainer.noTitle svg {
  color: #666;
}
.dialogContainer.dialogContainerSmall {
  width: 400px;
}
.dialogContainer.dialogContainerLarge {
  width: 800px;
}
.dialogContainer.dialogContainerXLarge {
  width: 1100px;
}
.dialogContainer.dialogContainerXXLarge {
  width: 1300px;
}
.dialogContainer .title {
  padding: 15px 15px;
  /*background: #f7f9fa;
		background: #2d94b4;*/
  background: #0f2f44;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#12718f+0,006d8e+100 */
  /*background: rgb(18, 113, 143); !* Old browsers *!
		background: -moz-linear-gradient(top, rgba(18, 113, 143, 1) 0%, rgba(0, 109, 142, 1) 100%); !* FF3.6-15 *!
		background: -webkit-linear-gradient(top, rgba(18, 113, 143, 1) 0%, rgba(0, 109, 142, 1) 100%); !* Chrome10-25,Safari5.1-6 *!
		background: linear-gradient(to bottom, rgba(18, 113, 143, 1) 0%, rgba(0, 109, 142, 1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12718f', endColorstr='#006d8e',GradientType=0); !* IE6-9 *!*/
  /*border-bottom: 1px solid #f0f0f0;*/
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dialogContainer .title h1 {
  margin: 0 0 0 0;
  font-size: 20px;
  font-weight: 700;
  /*color: #333;*/
  color: #fff;
  line-height: 1.1em;
  padding-right: 30px;
}
.dialogContainer .title .subtitle {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.dialogContainer .title .subtitle b,
.dialogContainer .title .subtitle strong {
  color: #333;
}
.dialogContainer .title .editBtn {
  margin-top: -4px;
}
.dialogContainer .fancybox-button {
  height: 52px;
}
.dialogContainer .tabs {
  background: #f0f0f0;
  height: 40px;
  border-top: none;
  border-bottom: 1px solid #d0d0d0;
}
.dialogContainer .tabs li a:link,
.dialogContainer .tabs li a:visited {
  color: #555;
  background: none;
  padding: 0px 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #d0d0d0;
}
.dialogContainer .tabs li a:link:hover,
.dialogContainer .tabs li a:visited:hover {
  background: #d9d9d9;
}
.dialogContainer .panel {
  border-bottom: 1px solid #d0d0d0;
}
.dialogContainer .panel table.list td {
  padding: 8px 20px;
}
.dialogContainer .buttonbar {
  padding: 5px 15px;
  background: #f7f9fa;
  border-bottom: 1px solid #f0f0f0;
}
.dialogContainer .body {
  background: #fff;
  padding: 15px;
  /*h1, h2, h3, h4, h5 {
			font-weight: 400;
			margin: .5em 0;
			color: #555;

			&:first-child {
				margin-top: 0;
			}

			&:last-child {
				margin-bottom: 0;
			}

		}

		h1 {
			font-size: 40px;
		}

		h2 {
			font-size: 18px;
			border-bottom: 1px solid #f5f5f5;

		}

		h3 {
			font-weight: 700;
			font-size: 14px;
			!*text-transform: uppercase;*!
			padding-top: 6px;

			& > span {
				font-weight: normal !important;
			}

			.btn {
				margin-top: -8px;
			}

			&.line {
				padding-bottom: 0.2em;
				border-bottom: 1px solid #e0e0e0 !important;
			}

		}*/
}
.dialogContainer .body.nopad {
  padding: 0;
}
.dialogContainer .body.nopad > table.list th:first-of-type,
.dialogContainer .body.nopad > table.list td:first-of-type {
  padding-left: 15px;
}
.dialogContainer .body.nopad > table.list th:last-of-type,
.dialogContainer .body.nopad > table.list td:last-of-type {
  padding-right: 15px;
}
.dialogContainer .body.nopad .padding {
  padding: 15px;
}
.dialogContainer .body.nopad .padding.bottomLine {
  border-bottom: 1px solid #e0e0e0;
}
.dialogContainer .body .padding {
  padding: 5px 15px;
}
.dialogContainer .body .padding-v {
  padding-left: 15px;
  padding-right: 15px;
}
.dialogContainer .body .padding-h {
  padding-top: 15px;
  padding-bottom: 15px;
}
.dialogContainer .body.nopad > h3 {
  padding-left: 15px;
}
.dialogContainer .body h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #e9e9e9;
}
.dialogContainer .header {
  text-align: left;
  background: #f7f9fa;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 15px;
}
.dialogContainer .header a.btn.grey {
  margin-left: 5px;
}
.dialogContainer .header .helpIcon {
  display: inline-block;
  margin: -10px 10px;
  font-size: 30px;
  color: orangered;
}
.dialogContainer .header .helpman {
  margin: -10px 0;
  max-height: 40px;
}
.dialogContainer .bottom {
  text-align: left;
  background: #f7f9fa;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  gap: 10px;
}
.dialogContainer .bottom a.btn.grey {
  margin-left: 5px;
}
.dialogContainer .bottom .btn:first-child {
  font-weight: bold;
}
/*# sourceMappingURL=sharify-styles.css.map */