@charset "UTF-8";
/* copyright 2019-2021 peter mooring all rights reserved peterpm@xs4all.nl peter@petermooring.com */

/* some more colors - start */
/* see also: https://getbootstrap.com/docs/5.0/customize/css-variables/ */
.text-color-blue {
	color: var(--bs-blue);
}
.text-color-indigo {
	color: var(--bs-indigo);
}
.text-color-purple {
	color: var(--bs-purple);
}
.text-color-pink {
	color: var(--bs-pink);
}
.text-color-red {
	color: var(--bs-red);
}
.text-color-orange {
	color: var(--bs-orange);
}

.bg-color-indigo {
	background-color: var(--bs-indigo);
}
.bg-color-pink {
	background-color: var(--bs-pink);
}
.bg-color-cyan {
	background-color: var(--bs-cyan);
}
/* some more colors - end */

/* table-width-auto - start */
.table-width-auto {
  width: auto;
}
/* table-width-auto - end */

/* form description button - start */
.form-field-description-button:focus, .form-field-description-button:active {
  outline: none;
  box-shadow: none;
}
/* form description button - end */

/* form-group - start */
.form-group {
	margin-bottom: 1rem;
}
/* form-group - end */

/* max-width - start  */
.max-width-site {
	max-width: 1200px;
}
/* max-width - end  */


/* svg icons - start  */
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* svg icons - end */

/* fa icons inline - start */
.svg-inline--fa {
  width: 1em;
  height: 1em;
}

.svg-inline--fa:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* fa icons inline - end */
/* support bootstrap 5 icons - start */
.bi {
  width: 1em;
  height: 1em;
}

.bi-check2 {
  width: 1.2em;
  height: 1.2em;
}

.bi::before {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23333" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 14l6-6-6-6"></path></svg>');
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* support bootstrap 5 icons - end */
/* ul: align bullet left with text - start */
ul:not(.pagination_ul):not(.list-inline) {
  /* no indent */
  margin-left: 0;
  padding-left: 0;
}

li:not(.pagination_li):not(.list-inline-item) {
  /* no indent */
  margin-left: 1em;
}

/* ul: align bullet left with text - end */
/* ol: align bullet left with text - start */
ol:not(.pagination_ol):not(.list-inline) {
  /* no indent */
  margin-left: 0;
  padding-left: 0;
  margin-left: 8px;
  padding-left: 8px;
}

/* ol: align bullet left with text - end */
/* alert: bottom margin when text - start */
.alert:not(:empty) {
  margin: 0 0 10px 0;
}

/* alert: bottom margin when text - end */
/* tinymce code sample styles - start */
.language-markup, .language-javascript, .language-css, .language-php, .language-ruby, .language-python, .language-java, .language-c, .language-csharp, .language-cpp, .language-docker, .language-dockercompose, .language-bash, .language-sh, .language-txt, .language-other {
  padding: 20px 2% 20px 2%;
  font-size: 0.8em;
  border: 1px solid #cccccc;
}

/* tinymce code sample styles - end */
/* z-index - start */
.z-index-30 {
  z-index: 30;
}

.z-index-90 {
  z-index: 90;
}

/* z-index - start */
/* navbar - start */
/*
.navbar-toggler > .close {
  display: inline;
}

.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
*/

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.dropdown-menu-hamburger {
  position: absolute !important;
  top: 40px;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* navbar - end */
/* anchor moved some px down to compensate for the sticky navbar - start */
.anchor5 {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

/* anchor moved some px down to compensate for the sticky navbar - end */
/* not-collapsed login_dropdown - start */
.not-collapsed-login-dropdown-menu {
  width: 420px;
}

/* width of not-collapsed login_dropdown - end */
/* footer-menu - start */
.footer-menu.list-inline li:after {
  content: "|";
  margin: 0 6px 0 12px;
  qcolor: #ff0000;
  color: #6c7569;
}

.footer-menu li:last-child::after {
  display: none;
}

.footer-menu.list-inline li {
  padding: 0;
  qbackground-color: #00ff00;
}

.footer-menu .list-inline-item:not(:last-child) {
  margin-right: 0;
}

/* footer-menu - end */
/* sticky footer - start */
/*  
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 140px;
}
*/
/* 
.footer {
  position: absolute;
  bottom: 0;
  min-height: 100px;
}
*/

/* consent-cookie - start */
.consent-cookie-body-row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px !important;
  /* max-width: 1200px !important; */
}
/* consent-cookie - end */

/* consent-cookie custom-checkbox colors - start */
.consent-cookie-custom-checkbox .consent-cookie-custom-checkbox-checkbox:disabled:checked ~ .consent-cookie-custom-checkbox-label::before {
  background-color: var(--secondary);
}

.consent-cookie-custom-checkbox-checkbox:disabled ~ .custom-control-label::before {
  background-color: var(--dark);
  border-color: var(--dark);
}

.consent-cookie-custom-checkbox-checkbox:checked ~ .custom-control-label::before {
  background-color: var(--dark);
  border-color: var(--dark);
}

.consent-cookie-custom-checkbox-checkbox:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.consent-cookie-custom-checkbox-checkbox:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #adb5bd;
}

/* consent-cookie custom-checkbox colors - end */

/* sticky footer - end */
/* consent-cookie-modal layout - start */
.consent-cookie-modal-dialog-extra {
  /* full-width */
  width: 100%;
  max-width: 100%;
  /* bottom */
  position: fixed;
  top: auto;
  right: auto;
  left: auto;
  bottom: 0;
}

.consent-cookie-modal-content-extra {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.8);
}

.consent-cookie-modal-body-row {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px !important;
  /* max-width: 1200px !important; */
}

.consent-cookie-modal-footer-row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px !important;
}

/* consent-cookie-modal layout - end */


/* consent cookie custom-switch colors - start */
.consent-cookie-modal-custom-switch .consent-cookie-modal-custom-switch-checkbox:disabled:checked ~ .consent-cookie-modal-custom-switch-label::before {
  background-color: var(--secondary);
}

.consent-cookie-modal-custom-switch-checkbox:disabled ~ .custom-control-label::before {
  background-color: var(--dark);
  border-color: var(--dark);
}

.consent-cookie-modal-custom-switch-checkbox:checked ~ .custom-control-label::before {
  background-color: var(--dark);
  border-color: var(--dark);
}

.consent-cookie-modal-custom-switch-checkbox:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.consent-cookie-modal-custom-switch-checkbox:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #adb5bd;
}

/* consent cookie custom-switch colors - end */

.dropdown-menu-hamburger {
  position: absolute !important;
  top: 40px;
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* navbar - end */
/* footer-menu - start */
.footer-menu.list-inline li:after {
  content: "|";
  margin: 0 6px 0 12px;
  qcolor: #ff0000;
  color: #6c7569;
}

.footer-menu li:last-child::after {
  display: none;
}

.footer-menu.list-inline li {
  padding: 0;
  qbackground-color: #00ff00;
}

.footer-menu .list-inline-item:not(:last-child) {
  margin-right: 0;
}

/* footer-menu - end */
/* sticky footer - start */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 140px;
}

.footer {
  position: absolute;
  bottom: 0;
  min-height: 100px;
}

/* sticky footer - end */
/* very small button e.g. used in tables - start */
.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

/* very small button e.g. used in tables - end */
/* list page - start */
/* in_table_button column width - start */
.list-page-in-table-button-width {
  width: 1%;
}

/* in_table_button column width - end */
/* sort icon after last word - start */
.list-page-sort-icon-after:after {
  font-family: Font Awesome\ 5 Free;
  content: "";
  display: inline;
  font-weight: 900;
  margin-left: 3px;
}

/* sort icon after last word - end */
/* list page - end */
/* chrome 83 - start */
input[type=checkbox]:checked {
  -webkit-filter: grayscale(100%);
}

input[type=radio]:checked {
  -webkit-filter: grayscale(100%);
}

/* chrome 83 - end */
/* wtforms: error message immediately below field - start */
.help-block {
  background: #f0d6d6;
  padding: 0.5em;
  border: 1px solid #f0d6d6;
  border-radius: 0.25rem;
  qtransition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
}

/* wtforms: error message immediately below field - end */
/* - start */
ul.form-control {
  list-style: none;
  height: auto;
  /* reset hardcoded */
}

/* - end */
/* break words - start */
textarea {
  overflow-wrap: break-word;
}

/* break words - end */
/* blog post: bootstrap grid example - start */
.elem-1-content {
  background-color: #ff0000;
  min-height: 40px;
  line-height: 40px;
  color: #ffffff;
}

.elem-2-information {
  background-color: #eeeeee;
  min-height: 40px;
  line-height: 40px;
}

.elem-3-least-important {
  background-color: #0000ff;
  min-height: 40px;
  line-height: 40px;
  color: #ffffff;
}

.text-and-spacer {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

/* blog post: bootstrap grid  - end */
/* content_item comments - start */
.comment-avatar-col {
  flex: 0 0 60px;
  align-items: flex-start;
}

.comment-avatar-img {
  width: 40px;
  margin-top: 10px;
}

/* content_item comments - end */
.blog-image-picker-image {
  width: auto;
  max-height: 200px;
  margin: 10px 0;
}

/* max-width of header, main, footer - start */
/*
.header .container {
  max-width: 1200px;
}

nav .container {
  max-width: 1200px;
}
*/
/* max-width of header, main, footer - end */
/* max width of auth card - start */
.card-auth-boxed-max-width {
  max-width: 550px;
}

/* max width of auth card - end */

/* default theme - start */

@media (min-width: 576px) {
  .w-sm-10 {
    width: 10% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {

  .w-md-10 {
    width: 10% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {

  .w-lg-10 {
    width: 10% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }
}
/* default theme - end */
