.text-primary-gradient {
  background: linear-gradient(to right, #007d00, #00bf00);
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-primary-gradient-light {
  background: linear-gradient(to right, rgba(0, 125, 0, 0.8), rgba(0, 191, 0, 0.8));
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-secondary-gradient {
  background: linear-gradient(to right, #6a757d, #c9cdd1);
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-secondary-gradient-light {
  background: linear-gradient(to right, rgba(106, 117, 125, 0.8), rgba(201, 205, 209, 0.8));
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-primary-gradient {
  background: linear-gradient(to right, #007d00, #00bf00);
  border: none !important;
}
.bg-secondary-gradient {
  background: linear-gradient(to right, #6a757d, #c9cdd1);
  border: none !important;
}
.btn.bg-primary-gradient:disabled,
.btn.bg-primary-gradient.disabled {
  color: #d8d8d8 !important;
  background: linear-gradient(to right, #5faa5f, #5fd25f) !important;
  opacity: 1;
}
.btn.bg-secondary-gradient:disabled,
.btn.bg-secondary-gradient.disabled {
  color: #d8d8d8 !important;
  background: linear-gradient(to right, #9fa5aa, #d8dadc) !important;
  opacity: 1;
}
.bg-primary-faded {
  background-color: #d9efd9;
}
.bg-secondary-faded {
  background-color: #edeeef;
}
.bg-tertiary-faded {
  background-color: #d9e4ff;
}
.bg-info-faded {
  background-color: #dceeec;
}
a {
  color: #009600;
}
a:hover {
  color: #007d00;
}
:focus,
.focus {
  outline: none !important;
  box-shadow: none !important;
}
.list-group-item.active {
  background-color: #009600;
  border-color: #009600;
}
select {
  cursor: pointer;
}
.table .thead-light th {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00bf00;
  background-color: #009600;
}
.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  box-shadow: none !important;
  border-color: black;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.custom-switch-big {
  padding-left: 3.5rem;
}
.custom-switch-big .custom-control-label::before {
  left: -3.5rem;
  width: 3.5rem;
  border-radius: 1.75rem;
  height: 1.75rem;
}
.custom-switch-big .custom-control-label::after {
  left: calc(-3.5rem + 2px);
  width: calc(1.75rem - 4px);
  height: calc(1.75rem - 4px);
  border-radius: 1.75rem;
}
.custom-switch-big .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.75rem);
}
.custom-switch-onoff .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00c900;
  background-color: #009600;
}
.custom-switch-onoff .custom-control-input:not(:checked) ~ .custom-control-label::before {
  border-color: #ff3333;
  background-color: red;
}
.custom-switch-onoff .custom-control-label::after {
  background-color: #fff;
}
.custom-file-label::after {
  content: 'auswählen';
}
.custom-checkbox-big {
  min-height: 2.25rem;
  padding-left: 2.25rem;
}
.custom-checkbox-big .custom-control-label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.custom-checkbox-big .custom-control-label::before {
  left: -2rem;
  width: 1.75rem;
  height: 1.75rem;
}
.custom-checkbox-big .custom-control-label::after {
  left: -2rem;
  width: 1.75rem;
  height: 1.75rem;
}
@media print {
  .table-striped tbody tr:nth-of-type(odd) td,
  .table-striped tbody tr:nth-of-type(odd) th {
    background-color: rgba(0, 0, 0, 0.15) !important;
  }
  .table .thead-dark th {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #454d55 !important;
  }
}
.bg-primary,
.badge-primary {
  background-color: #009600 !important;
}
.border-primary {
  border-color: #009600 !important;
}
.text-primary {
  color: #009600 !important;
}
.btn-primary {
  background-color: #009600;
  border-color: #009600;
}
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #006300;
  border-color: #006300;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #80cb80;
  border-color: #80cb80;
  opacity: inherit;
}
.btn-outline-primary {
  color: #009600;
  border-color: #009600;
}
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #009600;
  border-color: #009600;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #80cb80;
  border-color: #80cb80;
  opacity: inherit;
}
.alert-primary {
  color: #000000;
  background-color: #b3e0b3;
  border-color: #99d599;
}
.list-group-item-primary {
  color: #002d00;
  background-color: #b3e0b3;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #002d00;
  background-color: #66c066;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #007100;
  border-color: #007100;
}
.custom-control-input:checked ~ .custom-control-label-primary::before {
  border-color: #8cd08c;
  background-color: #009600;
}
.bg-secondary,
.badge-secondary {
  background-color: #848E96 !important;
}
.border-secondary {
  border-color: #848E96 !important;
}
.text-secondary {
  color: #848E96 !important;
}
.btn-secondary {
  background-color: #848E96;
  border-color: #848E96;
}
.btn-secondary:not(:disabled):not(.disabled):hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #6a757d;
  border-color: #6a757d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #c2c7cb;
  border-color: #c2c7cb;
  opacity: inherit;
}
.btn-outline-secondary {
  color: #848E96;
  border-color: #848E96;
}
.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #848E96;
  border-color: #848E96;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #c2c7cb;
  border-color: #c2c7cb;
  opacity: inherit;
}
.alert-secondary {
  color: #3b4146;
  background-color: #dadde0;
  border-color: #ced2d5;
}
.list-group-item-secondary {
  color: #282b2d;
  background-color: #dadde0;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #282b2d;
  background-color: #b5bbc0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #636b71;
  border-color: #636b71;
}
.custom-control-input:checked ~ .custom-control-label-secondary::before {
  border-color: #c8ccd0;
  background-color: #848E96;
}
.bg-tertiary,
.badge-tertiary {
  background-color: #004eff !important;
}
.border-tertiary {
  border-color: #004eff !important;
}
.text-tertiary {
  color: #004eff !important;
}
.btn-tertiary {
  background-color: #004eff;
  border-color: #004eff;
}
.btn-tertiary:not(:disabled):not(.disabled):hover,
.btn-tertiary:not(:disabled):not(.disabled):active,
.btn-tertiary:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #003ecc;
  border-color: #003ecc;
}
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  background-color: #80a7ff;
  border-color: #80a7ff;
  opacity: inherit;
}
.btn-outline-tertiary {
  color: #004eff;
  border-color: #004eff;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):hover,
.btn-outline-tertiary:not(:disabled):not(.disabled):active,
.btn-outline-tertiary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #004eff;
  border-color: #004eff;
}
.btn-outline-tertiary.disabled,
.btn-outline-tertiary:disabled {
  color: #80a7ff;
  border-color: #80a7ff;
  opacity: inherit;
}
.alert-tertiary {
  color: #001f66;
  background-color: #b3caff;
  border-color: #99b8ff;
}
.list-group-item-tertiary {
  color: #00174d;
  background-color: #b3caff;
}
.list-group-item-tertiary.list-group-item-action:hover,
.list-group-item-tertiary.list-group-item-action:focus {
  color: #00174d;
  background-color: #6695ff;
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #003bbf;
  border-color: #003bbf;
}
.custom-control-input:checked ~ .custom-control-label-tertiary::before {
  border-color: #8cafff;
  background-color: #004eff;
}
.bg-info,
.badge-info {
  background-color: #178e82 !important;
}
.border-info {
  border-color: #178e82 !important;
}
.text-info {
  color: #178e82 !important;
}
.btn-info {
  background-color: #178e82;
  border-color: #178e82;
}
.btn-info:not(:disabled):not(.disabled):hover,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #10625a;
  border-color: #10625a;
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #8bc7c1;
  border-color: #8bc7c1;
  opacity: inherit;
}
.btn-outline-info {
  color: #178e82;
  border-color: #178e82;
}
.btn-outline-info:not(:disabled):not(.disabled):hover,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #178e82;
  border-color: #178e82;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #8bc7c1;
  border-color: #8bc7c1;
  opacity: inherit;
}
.alert-info {
  color: #020a09;
  background-color: #b9ddda;
  border-color: #a2d2cd;
}
.list-group-item-info {
  color: #072b27;
  background-color: #b9ddda;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #072b27;
  background-color: #74bbb4;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #116b62;
  border-color: #116b62;
}
.custom-control-input:checked ~ .custom-control-label-info::before {
  border-color: #97ccc7;
  background-color: #178e82;
}
.bg-success,
.badge-success {
  background-color: #009600 !important;
}
.border-success {
  border-color: #009600 !important;
}
.text-success {
  color: #009600 !important;
}
.btn-success {
  background-color: #009600;
  border-color: #009600;
}
.btn-success:not(:disabled):not(.disabled):hover,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #006300;
  border-color: #006300;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #80cb80;
  border-color: #80cb80;
  opacity: inherit;
}
.btn-outline-success {
  color: #009600;
  border-color: #009600;
}
.btn-outline-success:not(:disabled):not(.disabled):hover,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #009600;
  border-color: #009600;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #80cb80;
  border-color: #80cb80;
  opacity: inherit;
}
.alert-success {
  color: #000000;
  background-color: #b3e0b3;
  border-color: #99d599;
}
.list-group-item-success {
  color: #002d00;
  background-color: #b3e0b3;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #002d00;
  background-color: #66c066;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #007100;
  border-color: #007100;
}
.custom-control-input:checked ~ .custom-control-label-success::before {
  border-color: #8cd08c;
  background-color: #009600;
}
.bg-warning,
.badge-warning {
  background-color: #ffc107 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):hover,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #d39e00;
  border-color: #d39e00;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffe083;
  border-color: #ffe083;
  opacity: inherit;
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):hover,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffe083;
  border-color: #ffe083;
  opacity: inherit;
}
.alert-warning {
  color: #6d5200;
  background-color: #ffecb5;
  border-color: #ffe69c;
}
.list-group-item-warning {
  color: #4d3a02;
  background-color: #ffecb5;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #4d3a02;
  background-color: #ffda6a;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #bf9105;
  border-color: #bf9105;
}
.custom-control-input:checked ~ .custom-control-label-warning::before {
  border-color: #ffe38f;
  background-color: #ffc107;
}
.bg-danger,
.badge-danger {
  background-color: red !important;
}
.border-danger {
  border-color: red !important;
}
.text-danger {
  color: red !important;
}
.btn-danger {
  background-color: red;
  border-color: red;
}
.btn-danger:not(:disabled):not(.disabled):hover,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ff8080;
  border-color: #ff8080;
  opacity: inherit;
}
.btn-outline-danger {
  color: red;
  border-color: red;
}
.btn-outline-danger:not(:disabled):not(.disabled):hover,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: red;
  border-color: red;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff8080;
  border-color: #ff8080;
  opacity: inherit;
}
.alert-danger {
  color: #660000;
  background-color: #ffb3b3;
  border-color: #ff9999;
}
.list-group-item-danger {
  color: #4d0000;
  background-color: #ffb3b3;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #4d0000;
  background-color: #ff6666;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #bf0000;
  border-color: #bf0000;
}
.custom-control-input:checked ~ .custom-control-label-danger::before {
  border-color: #ff8c8c;
  background-color: red;
}
.bg-light,
.badge-light {
  background-color: #eeeeee !important;
}
.border-light {
  border-color: #eeeeee !important;
}
.text-light {
  color: #eeeeee !important;
}
.btn-light {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-light:not(:disabled):not(.disabled):hover,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #d5d5d5;
  border-color: #d5d5d5;
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  opacity: inherit;
}
.btn-outline-light {
  color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-light:not(:disabled):not(.disabled):hover,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f7f7f7;
  border-color: #f7f7f7;
  opacity: inherit;
}
.alert-light {
  color: #a2a2a2;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.list-group-item-light {
  color: #474747;
  background-color: #fafafa;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #474747;
  background-color: #f5f5f5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.custom-control-input:checked ~ .custom-control-label-light::before {
  border-color: #f7f7f7;
  background-color: #eeeeee;
}
.bg-dark,
.badge-dark {
  background-color: #343a40 !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.text-dark {
  color: #343a40 !important;
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):hover,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #1d2124;
  border-color: #1d2124;
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #9a9da0;
  border-color: #9a9da0;
  opacity: inherit;
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):hover,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #9a9da0;
  border-color: #9a9da0;
  opacity: inherit;
}
.alert-dark {
  color: #000000;
  background-color: #c2c4c6;
  border-color: #aeb0b3;
}
.list-group-item-dark {
  color: #101113;
  background-color: #c2c4c6;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #101113;
  background-color: #85898c;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #272c30;
  border-color: #272c30;
}
.custom-control-input:checked ~ .custom-control-label-dark::before {
  border-color: #a4a6a9;
  background-color: #343a40;
}
.bg-primary-light,
.badge-primary-light {
  background-color: #00bf00 !important;
}
.border-primary-light {
  border-color: #00bf00 !important;
}
.text-primary-light {
  color: #00bf00 !important;
}
.btn-primary-light {
  background-color: #00bf00;
  border-color: #00bf00;
}
.btn-primary-light:not(:disabled):not(.disabled):hover,
.btn-primary-light:not(:disabled):not(.disabled):active,
.btn-primary-light:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #008c00;
  border-color: #008c00;
}
.btn-primary-light.disabled,
.btn-primary-light:disabled {
  background-color: #80df80;
  border-color: #80df80;
  opacity: inherit;
}
.btn-outline-primary-light {
  color: #00bf00;
  border-color: #00bf00;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):hover,
.btn-outline-primary-light:not(:disabled):not(.disabled):active,
.btn-outline-primary-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #00bf00;
  border-color: #00bf00;
}
.btn-outline-primary-light.disabled,
.btn-outline-primary-light:disabled {
  color: #80df80;
  border-color: #80df80;
  opacity: inherit;
}
.alert-primary-light {
  color: #002600;
  background-color: #b3ecb3;
  border-color: #99e599;
}
.list-group-item-primary-light {
  color: #003900;
  background-color: #b3ecb3;
}
.list-group-item-primary-light.list-group-item-action:hover,
.list-group-item-primary-light.list-group-item-action:focus {
  color: #003900;
  background-color: #66d866;
}
.list-group-item-primary-light.list-group-item-action.active {
  color: #fff;
  background-color: #008f00;
  border-color: #008f00;
}
.custom-control-input:checked ~ .custom-control-label-primary-light::before {
  border-color: #8ce28c;
  background-color: #00bf00;
}
.bg-primary-dark,
.badge-primary-dark {
  background-color: #007d00 !important;
}
.border-primary-dark {
  border-color: #007d00 !important;
}
.text-primary-dark {
  color: #007d00 !important;
}
.btn-primary-dark {
  background-color: #007d00;
  border-color: #007d00;
}
.btn-primary-dark:not(:disabled):not(.disabled):hover,
.btn-primary-dark:not(:disabled):not(.disabled):active,
.btn-primary-dark:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #004a00;
  border-color: #004a00;
}
.btn-primary-dark.disabled,
.btn-primary-dark:disabled {
  background-color: #80be80;
  border-color: #80be80;
  opacity: inherit;
}
.btn-outline-primary-dark {
  color: #007d00;
  border-color: #007d00;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):hover,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.btn-outline-primary-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007d00;
  border-color: #007d00;
}
.btn-outline-primary-dark.disabled,
.btn-outline-primary-dark:disabled {
  color: #80be80;
  border-color: #80be80;
  opacity: inherit;
}
.alert-primary-dark {
  color: #000000;
  background-color: #b3d8b3;
  border-color: #99cb99;
}
.list-group-item-primary-dark {
  color: #002500;
  background-color: #b3d8b3;
}
.list-group-item-primary-dark.list-group-item-action:hover,
.list-group-item-primary-dark.list-group-item-action:focus {
  color: #002500;
  background-color: #66b166;
}
.list-group-item-primary-dark.list-group-item-action.active {
  color: #fff;
  background-color: #005d00;
  border-color: #005d00;
}
.custom-control-input:checked ~ .custom-control-label-primary-dark::before {
  border-color: #8cc48c;
  background-color: #007d00;
}
.bg-secondary-light,
.badge-secondary-light {
  background-color: #c9cdd1 !important;
}
.border-secondary-light {
  border-color: #c9cdd1 !important;
}
.text-secondary-light {
  color: #c9cdd1 !important;
}
.btn-secondary-light {
  background-color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-secondary-light:not(:disabled):not(.disabled):hover,
.btn-secondary-light:not(:disabled):not(.disabled):active,
.btn-secondary-light:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #adb4b9;
  border-color: #adb4b9;
}
.btn-secondary-light.disabled,
.btn-secondary-light:disabled {
  background-color: #e4e6e8;
  border-color: #e4e6e8;
  opacity: inherit;
}
.btn-outline-secondary-light {
  color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):hover,
.btn-outline-secondary-light:not(:disabled):not(.disabled):active,
.btn-outline-secondary-light:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #c9cdd1;
  border-color: #c9cdd1;
}
.btn-outline-secondary-light.disabled,
.btn-outline-secondary-light:disabled {
  color: #e4e6e8;
  border-color: #e4e6e8;
  opacity: inherit;
}
.alert-secondary-light {
  color: #76818a;
  background-color: #eff0f1;
  border-color: #e9ebec;
}
.list-group-item-secondary-light {
  color: #3c3e3f;
  background-color: #eff0f1;
}
.list-group-item-secondary-light.list-group-item-action:hover,
.list-group-item-secondary-light.list-group-item-action:focus {
  color: #3c3e3f;
  background-color: #dee1e3;
}
.list-group-item-secondary-light.list-group-item-action.active {
  color: #fff;
  background-color: #979a9d;
  border-color: #979a9d;
}
.custom-control-input:checked ~ .custom-control-label-secondary-light::before {
  border-color: #e7e9ea;
  background-color: #c9cdd1;
}
.bg-secondary-dark,
.badge-secondary-dark {
  background-color: #6a757d !important;
}
.border-secondary-dark {
  border-color: #6a757d !important;
}
.text-secondary-dark {
  color: #6a757d !important;
}
.btn-secondary-dark {
  background-color: #6a757d;
  border-color: #6a757d;
}
.btn-secondary-dark:not(:disabled):not(.disabled):hover,
.btn-secondary-dark:not(:disabled):not(.disabled):active,
.btn-secondary-dark:not(:disabled):not(.disabled).active {
  background: none;
  background-color: #535b61;
  border-color: #535b61;
}
.btn-secondary-dark.disabled,
.btn-secondary-dark:disabled {
  background-color: #b5babe;
  border-color: #b5babe;
  opacity: inherit;
}
.btn-outline-secondary-dark {
  color: #6a757d;
  border-color: #6a757d;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):hover,
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active,
.btn-outline-secondary-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6a757d;
  border-color: #6a757d;
}
.btn-outline-secondary-dark.disabled,
.btn-outline-secondary-dark:disabled {
  color: #b5babe;
  border-color: #b5babe;
  opacity: inherit;
}
.alert-secondary-dark {
  color: #24272a;
  background-color: #d2d5d8;
  border-color: #c4c8cb;
}
.list-group-item-secondary-dark {
  color: #202325;
  background-color: #d2d5d8;
}
.list-group-item-secondary-dark.list-group-item-action:hover,
.list-group-item-secondary-dark.list-group-item-action:focus {
  color: #202325;
  background-color: #a6acb1;
}
.list-group-item-secondary-dark.list-group-item-action.active {
  color: #fff;
  background-color: #50575d;
  border-color: #50575d;
}
.custom-control-input:checked ~ .custom-control-label-secondary-dark::before {
  border-color: #bcc1c4;
  background-color: #6a757d;
}
.text-gold {
  color: #e2b506;
}
.text-silver {
  color: #aaaaaa;
}
.text-bronze {
  color: #885421;
}
.btn-transparent {
  background-color: transparent;
  border: transparent;
}
.border-transparent {
  border-color: transparent !important;
}
.btn-none {
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  vertical-align: inherit;
  color: inherit;
  background-color: transparent;
  padding: 0;
  box-shadow: none !important;
}
.btn-none.btn-link {
  color: #009600;
}
.btn-group-toggle .btn-none.active,
.btn-group-toggle .btn-none:active {
  background: linear-gradient(to right, #007d00, #00bf00);
  border: none !important;
  color: white;
}
.btn-inline {
  border-radius: 0;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 1.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: inline-flex;
  align-items: center;
}
.btn-inline:focus,
.btn-inline.focus,
.btn-none:focus,
.btn-none.focus {
  box-shadow: none !important;
}
.btn-input-group {
  color: #495057;
  border: 1px solid #ced4da;
  background-color: #e9ecef;
}
.btn-input-group:hover,
.input-group .btn-group-toggle .btn:hover {
  color: #495057;
  background-color: #ced4da !important;
}
.input-group .btn-group-toggle {
  margin-left: 0;
  flex: 1 1 auto;
}
.input-group .btn-group-toggle label {
  flex: 1 1 auto;
}
.input-group .btn-group-toggle .btn {
  border: 1px solid #ced4da;
  color: #495057;
}
.input-group .btn-group-toggle .btn.active,
.input-group .btn-group-toggle .btn:active {
  color: #495057;
  background-color: #e9ecef;
}
.setting-info {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  color: #495057;
}
.accordion [data-toggle="collapse"][aria-expanded="true"] .updown-down,
.accordion [data-toggle="collapse"][aria-expanded="false"] .updown-up {
  display: none;
}
.shine-primary,
.shine-primary:focus {
  box-shadow: 0 0 5px 0 #009600 !important;
}
.shine-secondary,
.shine-secondary:focus {
  box-shadow: 0 0 5px 0 #848E96 !important;
}
.shine-tertiary,
.shine-tertiary:focus {
  box-shadow: 0 0 5px 0 #004eff !important;
}
.fixed-width {
  width: 160px;
}
.fixed-small-width {
  width: 130px;
}
.fixed-large-width {
  width: 250px;
}
.variable-width {
  width: inherit;
}
@media (min-width: 576px) {
  .fixed-width-sm {
    width: 160px;
  }
  .fixed-small-width-sm {
    width: 130px;
  }
  .fixed-large-width-sm {
    width: 250px;
  }
  .variable-width-sm {
    width: inherit;
  }
}
@media (min-width: 768px) {
  .fixed-width-md {
    width: 160px;
  }
  .fixed-small-width-md {
    width: 130px;
  }
  .fixed-large-width-md {
    width: 250px;
  }
  .variable-width-md {
    width: inherit;
  }
}
@media (min-width: 992px) {
  .fixed-width-lg {
    width: 160px;
  }
  .fixed-small-width-lg {
    width: 130px;
  }
  .fixed-large-width-lg {
    width: 250px;
  }
  .variable-width-lg {
    width: inherit;
  }
}
@media (min-width: 1200px) {
  .fixed-width-xl {
    width: 160px;
  }
  .fixed-small-width-xl {
    width: 130px;
  }
  .fixed-large-width-xl {
    width: 250px;
  }
  .variable-width-xl {
    width: inherit;
  }
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.badge.font-size-inherit {
  padding: 0.6em 0.8em;
}
.badge-combined {
  display: flex;
  padding: 0 !important;
}
.badge-combined.font-size-inherit > * {
  padding: 0.6em 0.8em !important;
}
.badge-combined > * {
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-combined.badge-pill {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.badge-combined.badge-pill > * {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-combined > *:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.badge-combined > *:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label {
  color: #009600;
  font-weight: 700;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75) !important;
}
.border-white-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border-white-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border-top-not-first:not(:first-child) {
  border-top: 1px solid #dee2e6;
}
.border-bottom-not-last:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 575px) {
  .input-group-vertical-under-sm .input-group-prepend {
    margin-right: 0;
    margin-bottom: -1px;
  }
  .input-group-vertical-under-sm .input-group-append,
  .input-group-append.btn-group-toggle.toggle-options .btn {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-append.btn-group-toggle.toggle-options .btn:first-child {
    margin-top: 1px;
  }
  .input-group-vertical-under-sm > *:not(.invalid-feedback):not(.valid-feedback),
  .input-group-vertical-under-sm > .input-group-prepend > .btn,
  .input-group-vertical-under-sm > .input-group-append > .btn {
    width: 100%;
    display: block;
  }
  .input-group-vertical-under-sm > .form-control + .form-control:not(:first-child),
  .input-group-vertical-under-sm > .form-control + .custom-select:not(:first-child) {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-sm > .input-group-prepend > .btn,
  .input-group-vertical-under-sm > .input-group-prepend > .input-group-text,
  .input-group-vertical-under-sm > .form-control,
  .input-group-vertical-under-sm > .custom-select,
  .input-group-vertical-under-sm > .input-group-append > .btn,
  .input-group-vertical-under-sm > .input-group-append > .input-group-text {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 767px) {
  .input-group-vertical-under-md .input-group-prepend {
    margin-right: 0;
    margin-bottom: -1px;
  }
  .input-group-vertical-under-md .input-group-append {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-md > *:not(.invalid-feedback):not(.valid-feedback),
  .input-group-vertical-under-md > .input-group-prepend > .btn,
  .input-group-vertical-under-md > .input-group-append > .btn {
    width: 100%;
    display: block;
  }
  .input-group-vertical-under-md > .form-control + .form-control:not(:first-child),
  .input-group-vertical-under-md > .form-control + .custom-select:not(:first-child) {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-md > .input-group-prepend > .btn,
  .input-group-vertical-under-md > .input-group-prepend > .input-group-text,
  .input-group-vertical-under-md > .form-control,
  .input-group-vertical-under-md > .custom-select,
  .input-group-vertical-under-md > .input-group-append > .btn,
  .input-group-vertical-under-md > .input-group-append > .input-group-text {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 991px) {
  .input-group-vertical-under-lg .input-group-prepend {
    margin-right: 0;
    margin-bottom: -1px;
  }
  .input-group-vertical-under-lg .input-group-append {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-lg > *:not(.invalid-feedback):not(.valid-feedback),
  .input-group-vertical-under-lg > .input-group-prepend > .btn,
  .input-group-vertical-under-lg > .input-group-append > .btn {
    width: 100%;
    display: block;
  }
  .input-group-vertical-under-lg > .form-control + .form-control:not(:first-child),
  .input-group-vertical-under-lg > .form-control + .custom-select:not(:first-child) {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-lg > .input-group-prepend > .btn,
  .input-group-vertical-under-lg > .input-group-prepend > .input-group-text,
  .input-group-vertical-under-lg > .form-control,
  .input-group-vertical-under-lg .custom-select,
  .input-group-vertical-under-lg > .input-group-append > .btn,
  .input-group-vertical-under-lg > .input-group-append > .input-group-text {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 1199px) {
  .input-group-vertical-under-xl .input-group-prepend {
    margin-right: 0;
    margin-bottom: -1px;
  }
  .input-group-vertical-under-xl .input-group-append {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-xl > *:not(.invalid-feedback):not(.valid-feedback),
  .input-group-vertical-under-xl > .input-group-prepend > .btn,
  .input-group-vertical-under-xl > .input-group-append > .btn {
    width: 100%;
    display: block;
  }
  .input-group-vertical-under-xl > .form-control + .form-control:not(:first-child),
  .input-group-vertical-under-xl > .form-control + .custom-select:not(:first-child) {
    margin-left: 0;
    margin-top: -1px;
  }
  .input-group-vertical-under-xl > .input-group-prepend > .btn,
  .input-group-vertical-under-xl > .input-group-prepend > .input-group-text,
  .input-group-vertical-under-xl > .form-control,
  .input-group-vertical-under-xl .custom-select,
  .input-group-vertical-under-xl > .input-group-append > .btn,
  .input-group-vertical-under-xl > .input-group-append > .input-group-text {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.input-group-vertical .input-group-prepend {
  margin-right: 0;
  margin-bottom: -1px;
}
.input-group-vertical .input-group-append {
  margin-left: 0;
  margin-top: -1px;
}
.input-group-vertical > *:not(.invalid-feedback):not(.valid-feedback),
.input-group-vertical > .input-group-prepend > .btn,
.input-group-vertical > .input-group-append > .btn {
  width: 100%;
  display: block;
}
.input-group-vertical > .form-control + .form-control:not(:first-child),
.input-group-vertical > .form-control + .custom-select:not(:first-child) {
  margin-left: 0;
  margin-top: -1px;
}
.input-group-vertical > .input-group-prepend > .btn,
.input-group-vertical > .input-group-prepend > .input-group-text,
.input-group-vertical > .form-control,
.input-group-vertical .custom-select,
.input-group-vertical > .input-group-append > .btn,
.input-group-vertical > .input-group-append > .input-group-text {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.w-max-100 {
  max-width: 100%;
}
.w-max-50 {
  max-width: 50%;
}
.h-max-100 {
  max-height: 100%;
}
.h-max-50 {
  max-height: 50%;
}
.rounded-max,
.rounded-left-max {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.rounded-max,
.rounded-right-max {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
body,
img {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  overflow-y: scroll;
}
.selectable {
  -webkit-user-select: all;
  -moz-user-select: -moz-all;
  -ms-user-select: all;
  user-select: all;
  -webkit-touch-callout: default;
}
.smaller {
  font-size: 68%;
  font-weight: 400;
}
.font-size-inherit {
  font-size: inherit;
}
.big {
  font-size: 120%;
  font-weight: 400;
}
.bigger {
  font-size: 140%;
  font-weight: 400;
}
.x-left {
  left: 0;
}
.x-centered {
  transform: translateX(-50%);
  left: 50%;
}
.x-right {
  right: 0;
}
.y-top {
  top: 0;
}
.y-centered {
  transform: translateY(-50%);
  top: 50%;
}
.y-bottom {
  bottom: 0;
}
.off {
  display: none !important;
}
.shorten-content-x {
  /* hide too long content by adding "..." */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines */
  text-overflow: ellipsis;
  overflow-x: hidden;
  text-align: left;
}
.shorten-content-1 {
  /* hide too long content by adding "..." */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* number of lines */
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.shorten-content-2 {
  /* hide too long content by adding "..." */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines */
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.shorten-content-3 {
  /* hide too long content by adding "..." */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines */
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.no-scroll {
  overflow: hidden;
}
.ltr {
  direction: ltr !important;
}
.rtl {
  direction: rtl !important;
}
.indent-line {
  padding-left: 50px;
  text-indent: -50px;
}
.break-all {
  word-break: break-all;
}
.cursor-pointer {
  cursor: pointer !IMPORTANT;
}
.cursor-default {
  cursor: default !IMPORTANT;
}
[data-toggle="collapse"][aria-expanded="false"] .fa-angle-up,
[data-toggle="collapse"][aria-expanded="true"] .fa-angle-down {
  display: none;
}
input:focus::placeholder,
input:active::placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder,
input:active::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
input:active:-ms-input-placeholder {
  color: transparent;
}
input[type="number"].no-arrows::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"].no-arrows {
  -moz-appearance: textfield;
}
select option:disabled {
  color: #d5d5d5;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  font-size: 0;
  background: #ced4da;
  border-radius: 10px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  cursor: pointer;
  background: #495057;
  border-color: #495057;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  cursor: pointer;
  background: #495057;
  border-color: #495057;
}
.input-group-slider .input-slider {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  background-color: white;
  width: 1%;
  flex: 1 1 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.input-group-slider .slider-addon {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 60px;
  text-align: center;
  white-space: nowrap !important;
}
#no-script,
#no-ecma {
  z-index: 110000 !important;
}
#no-script,
#no-ecma,
#load,
#load > .d-flex {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1100;
  font-size: 2rem;
}
#right-side {
  width: 100%;
}
/* Menü-Breite*/
#menu-container #menu {
  min-width: 20vw;
  width: 315px;
  max-width: 80vw;
}
/* Scrollbalken im Menü links anzeigen */
#menu {
  direction: rtl;
  height: 100vh;
  overflow-y: auto;
}
#menu > * {
  direction: ltr;
}
.toolbar {
  min-height: 45px;
}
#menu-header {
  min-height: 90px;
}
#menu-container,
#toolbar-container {
  z-index: 100;
}
#overlayer {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #080a0f;
  opacity: 0.5;
}
.profile-image {
  width: 100px;
}
.profile-image-covered {
  padding: 0;
  position: relative;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
}
#new_profilbild {
  width: 100%;
}
.cutter {
  border: 1.5px solid black;
  z-index: 7;
}
.cutter-top,
.cutter-right,
.cutter-bottom,
.cutter-left {
  background-color: #000;
  opacity: 0.6;
  z-index: 6;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(10px);
    -moz-transform: translatex(10px);
    -o-transform: translatex(10px);
    transform: translatex(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(10px);
    -moz-transform: translatex(10px);
    -o-transform: translatex(10px);
    transform: translatex(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.from-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.book_praktikum-termin[aria-expanded="true"] {
  color: #009600 !important;
}
.church_save_visits-visit:not(:last-child),
.church_visit_for_prove:not(:last-child) {
  border-bottom: 1px solid #333 !important;
}
label[for="church_save_visits-nobild"] {
  max-width: 350px;
}
.img-expanded {
  position: fixed;
  border: 1.75px solid #000;
  border-radius: 0.5rem;
  transform: translate(-50%, -50%);
  top: 50vh;
  left: 50vw;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1000;
}
.img-expanded-container {
  position: fixed;
  background-color: #eeeeee;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
#jahrgang_new_edit-canvas {
  width: 100%;
}
#my_group-bild {
  max-width: 600px;
}
.image-expandable {
  position: relative;
}
.image-expandable .image-expander {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.lists_empty {
  min-width: 100px;
}
#lists_table_container {
  overflow-x: scroll;
}
@media print {
  #lists_table_container {
    overflow-x: visible;
  }
}
#lists_table_container,
#lists_table {
  transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  /* IE 9 */
  -webkit-transform: rotateX(180deg);
  /* Safari and Chrome */
}
@media print {
  #right-side {
    width: 100% !important;
    max-width: unset !important;
  }
  .d-print-none {
    display: none;
  }
  .d-print-block {
    display: block;
  }
  .d-print-inline {
    display: inline;
  }
  .dont-break-on-print {
    display: table;
    page-break-inside: avoid !important;
    page-break-before: auto;
    page-break-after: auto;
  }
}
