.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}

::selection {
  background: #7497b8;
  color: #fff;
}

::-moz-selection {
  background: #7497b8;
  color: #fff;
}

.dropshadow, #patientTabContent > #newPatient, .card.v-theme, .card, .navbar, #pageSubmenu > li.active, #sidebar {
  filter: drop-shadow(0 1px 3px #A9A9A9);
}
.dropshadow-primary {
  filter: drop-shadow(0 0 0.1rem rgb(99.1214285714, 138.3714285714, 175.3785714286));
}

.animation-transition, .tab-pane tr.active,
.tab-pane tr.active:hover, .list-group-item-action, .list-group-item, div[aria-expanded=false] i.fa-angle-down, div[aria-expanded=true] i.fa-angle-down, a[aria-expanded=false] i.fa-angle-down button[aria-expanded=false] svg.fa-chevron-down, a[aria-expanded=true] i.fa-angle-down,
button[aria-expanded=true] svg.fa-chevron-down, .btn, #pageSubmenu li > ul:not(:first-child) > li, #pageSubmenu li, #sidebar a {
  transition: all 0.3s ease-in;
}

.animation-slide {
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 1s;
  animation: slide 0.5s forwards;
  animation-delay: 1s;
}

.box-shadow {
  box-shadow: 1.5px 0.9px 5px #C4C4C4;
}

.box-shadow-tabs {
  box-shadow: 0 0 2px #C4C4C4;
}

body {
  color: #333333;
  overflow-x: hidden;
  height: 100%;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 3.063rem;
  font-weight: 400;
}
h1:not(:first-of-type) {
  margin-top: 20px;
}

h2 {
  font-size: 2.438rem;
  font-weight: 600;
  margin-top: 20px;
}

h3 {
  font-size: 1.938rem;
  font-weight: 700;
  color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}

h4 {
  font-size: 1.938rem;
  font-weight: 600;
}

a {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  text-decoration: none;
}
a:not([href]):not([tabindex]).dropdown-item {
  color: #6c757d;
}

strong {
  font-weight: 700;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}

#content {
  margin-bottom: 5%;
  width: 100%;
}

#sidebar {
  z-index: 1020;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100%;
  min-height: 100vh;
  width: 210px;
  min-width: 210px;
  background-color: #fff;
}

#sidebar.active {
  max-width: 80px;
  min-width: 79px;
}

#sidebar a {
  color: #333333;
}
#sidebar a:hover {
  text-decoration: none;
  color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}

#pageSubmenu {
  padding-top: 16px;
}
#pageSubmenu li {
  padding: 1rem 5px;
}
#pageSubmenu > li .col-7 {
  padding-left: 8px;
}
#pageSubmenu > li a:hover {
  color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}
#pageSubmenu > li > ul.show {
  border-bottom: 1px solid #F8F8F8;
}

#pageSubmenu li > ul:not(:first-child) > li {
  padding: 0.2rem 5px;
}
#pageSubmenu li > ul:not(:first-child) > li:last-of-type {
  padding-bottom: 20px;
}

#pageSubmenu > li.active {
  background-color: #F5F6FA;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  margin-right: 5px;
}
#pageSubmenu > li.active a {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

#sidebar .active > a {
  font-weight: 600;
}

.sidebar-header {
  min-height: 69px;
  background-color: #fff;
}

#small-logo {
  color: #fff;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 10px;
}

#big-logo {
  padding-top: 18px;
}

.navbar {
  padding: 0.5rem 1rem;
  background-color: #fff;
}

.navbar-light {
  background-color: #fff;
}

.navbar {
  height: 70px;
}

.breadcrumb-item:last-of-type {
  font-weight: 700;
}

a[data-toggle=collapse] {
  position: relative;
}

#pageSubmenu .dropdown-toggle::after,
#dropdownMenuLink::after {
  content: none;
}

.no-chevron.dropdown-toggle::after {
  font: var(--fa-font-solid);
  margin-top: 7px;
  content: "\f142";
  border: none;
}

.dropdown-menu {
  min-width: 14rem;
  border-radius: 4px;
}

.dropdown-item {
  cursor: pointer;
}

.dropdown-no-toggle.dropdown-toggle::after {
  content: none;
}

.dropdown.mobile,
.dropup.mobile {
  display: inline;
  position: static !important;
}
.dropdown.show svg, .dropdown:hover svg, .dropdown:focus svg, .dropdown:active svg,
.dropup.show svg,
.dropup:hover svg,
.dropup:focus svg,
.dropup:active svg {
  color: #f29f05;
}
.dropdown.v-theme > .dropdown-menu,
.dropup.v-theme > .dropdown-menu {
  background-color: #F5F6FA;
  min-width: 15rem;
  border: transparent;
  border-radius: 4px;
  padding: 0;
}
#actions .dropdown.v-theme .dropdown-menu,
#actions .dropup.v-theme .dropdown-menu {
  text-align: left;
}
.dropdown.v-theme > button,
.dropup.v-theme > button {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}
.dropdown.v-theme.mobile > .dropdown-menu,
.dropup.v-theme.mobile > .dropdown-menu {
  font-size: 3.063rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100vw;
  top: 10px !important;
  left: 5px !important;
  text-align: right;
}
.dropdown.v-theme .dropdown-item,
.dropup.v-theme .dropdown-item {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.dropdown.v-theme .dropdown-item:hover, .dropdown.v-theme .dropdown-item:focus, .dropdown.v-theme .dropdown-item:active,
.dropup.v-theme .dropdown-item:hover,
.dropup.v-theme .dropdown-item:focus,
.dropup.v-theme .dropdown-item:active {
  background-color: #7497b8;
  color: #fff;
}
.dropdown.v-theme .dropdown-item:hover svg, .dropdown.v-theme .dropdown-item:focus svg, .dropdown.v-theme .dropdown-item:active svg,
.dropup.v-theme .dropdown-item:hover svg,
.dropup.v-theme .dropdown-item:focus svg,
.dropup.v-theme .dropdown-item:active svg {
  color: #fff;
}
.dropdown.v-theme .dropdown-item:hover:first-of-type:hover, .dropdown.v-theme .dropdown-item:hover:first-of-type:focus, .dropdown.v-theme .dropdown-item:hover:first-of-type:active, .dropdown.v-theme .dropdown-item:focus:first-of-type:hover, .dropdown.v-theme .dropdown-item:focus:first-of-type:focus, .dropdown.v-theme .dropdown-item:focus:first-of-type:active, .dropdown.v-theme .dropdown-item:active:first-of-type:hover, .dropdown.v-theme .dropdown-item:active:first-of-type:focus, .dropdown.v-theme .dropdown-item:active:first-of-type:active,
.dropup.v-theme .dropdown-item:hover:first-of-type:hover,
.dropup.v-theme .dropdown-item:hover:first-of-type:focus,
.dropup.v-theme .dropdown-item:hover:first-of-type:active,
.dropup.v-theme .dropdown-item:focus:first-of-type:hover,
.dropup.v-theme .dropdown-item:focus:first-of-type:focus,
.dropup.v-theme .dropdown-item:focus:first-of-type:active,
.dropup.v-theme .dropdown-item:active:first-of-type:hover,
.dropup.v-theme .dropdown-item:active:first-of-type:focus,
.dropup.v-theme .dropdown-item:active:first-of-type:active {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown.v-theme .dropdown-item:hover:last-of-type:hover, .dropdown.v-theme .dropdown-item:hover:last-of-type:focus, .dropdown.v-theme .dropdown-item:hover:last-of-type:active, .dropdown.v-theme .dropdown-item:focus:last-of-type:hover, .dropdown.v-theme .dropdown-item:focus:last-of-type:focus, .dropdown.v-theme .dropdown-item:focus:last-of-type:active, .dropdown.v-theme .dropdown-item:active:last-of-type:hover, .dropdown.v-theme .dropdown-item:active:last-of-type:focus, .dropdown.v-theme .dropdown-item:active:last-of-type:active,
.dropup.v-theme .dropdown-item:hover:last-of-type:hover,
.dropup.v-theme .dropdown-item:hover:last-of-type:focus,
.dropup.v-theme .dropdown-item:hover:last-of-type:active,
.dropup.v-theme .dropdown-item:focus:last-of-type:hover,
.dropup.v-theme .dropdown-item:focus:last-of-type:focus,
.dropup.v-theme .dropdown-item:focus:last-of-type:active,
.dropup.v-theme .dropdown-item:active:last-of-type:hover,
.dropup.v-theme .dropdown-item:active:last-of-type:focus,
.dropup.v-theme .dropdown-item:active:last-of-type:active {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdown.v-theme .dropdown-item svg,
.dropup.v-theme .dropdown-item svg {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  margin-right: 5px;
}
.dropdown.v-theme .dropdown-item.disabled,
.dropup.v-theme .dropdown-item.disabled {
  color: #A9A9A9;
  pointer-events: none;
  cursor: not-allowed;
}
.dropdown.v-theme .dropdown-divider,
.dropup.v-theme .dropdown-divider {
  margin: 0 20px;
  border-color: #C4C4C4;
}

hr {
  border-color: #7497b8;
}

.breadcrumb {
  background-color: transparent;
  padding: 1rem;
  margin-bottom: 0;
}

.badge {
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}

.client-status .badge {
  min-width: 50px;
}

.btn {
  font-size: inherit;
  border-radius: 4px;
}
.btn.disabled {
  border: none;
  opacity: 0.65;
}

a#navigationToggle.btn.btn-primary:hover,
a#navigationToggle.btn.btn-primary > span:hover {
  color: #7497b8;
}

.btn-primary,
.btn-secondary,
.btn-danger .btn-link {
  padding: 15px 55px;
}
.input-group-append > .btn-primary,
.input-group-append > .btn-secondary,
.input-group-append > .btn-danger .btn-link {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-primary.chat,
.btn-secondary.chat,
.btn-danger .btn-link.chat {
  padding: 10px;
  border-radius: 180px;
  height: auto;
  width: 46px;
}
#patientContainer .btn-primary.btn-block,
#patientContainer .btn-secondary.btn-block,
#patientContainer .btn-danger .btn-link.btn-block {
  padding: 0;
}

.btn-outline-primary {
  background-color: #fff;
  border-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
  color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #7497b8;
  border-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  color: #fff !important;
}

.btn-card {
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn-card:hover {
  background-color: #DDDDDD;
}
.btn-card:active, .btn-card:focus {
  outline: none;
}

.justify-content-between .btn-group {
  border-left: 1px solid #C4C4C4;
  padding: 0;
}
.btn-group > a.btn.btn-card {
  padding-top: 11px;
  margin-left: 10px;
}

.btn-min-width {
  min-width: 170px;
}

#patientContainer a.btn-primary.btn-block {
  max-height: 95px;
}

.btn-icon-link {
  color: #A9A9A9;
  border-radius: 90%;
  padding: 6px 10px;
  height: 2.4rem;
  width: 2.4rem;
}
.btn-icon-link.disabled {
  border: none;
  color: #A9A9A9;
}
.table-list:hover .btn-icon-link {
  color: #333333;
}
.btn-icon-link:hover svg,
.btn-icon-link:hover i {
  color: #7497b8;
}

.card {
  border-radius: 4px;
  border-color: transparent;
}
.card.v-theme {
  border: none;
  border-right: 5px rgb(84.1857142857, 125.6857142857, 164.8142857143) solid;
  margin-bottom: 9px;
  padding: 1.4rem 1rem;
  border-radius: 4px;
}
.card.v-theme.action {
  padding-top: 15px;
  padding-bottom: 15px;
}
.card.v-theme.action > .card-body {
  display: inline-block;
}
.card.v-theme.action > .card-body > h2 + p {
  margin-top: -6px;
  margin-bottom: 0;
}
.card.v-theme.action:hover {
  background-color: #F8F8F8;
}
.card.v-theme.action:focus, .card.v-theme.action:active, .card.v-theme.action.active {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}
.card.v-theme.text-box {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.card.v-theme.text-box > .card-body {
  display: inline-block;
}
.card.v-theme.text-box > .card-body > h2 + p {
  margin-top: -6px;
  margin-bottom: 0;
}
.card.v-theme.detail {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.card.v-theme.detail > .card-body {
  display: inline-block;
}
.card.v-theme.desktop-box {
  border: 5px solid #F5F6FA;
  padding: 0;
}
.card.v-theme.desktop-box .card-header {
  background-color: #F5F6FA;
  border: none;
  padding: 0 50px 5px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card.v-theme.desktop-box .card-header > h1.card-title {
  margin-bottom: 0;
}
.card.v-theme.desktop-box .card-header .action-menu {
  margin-top: 5px;
}
.card.v-theme.desktop-box .card-header .action-menu > a, .card.v-theme.desktop-box .card-header .action-menu > .btn, .card.v-theme.desktop-box .card-header .action-menu > button {
  padding: 10px 30px 15px;
  font-weight: 600;
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}
.card.v-theme.desktop-box .card-header .action-menu > a:hover, .card.v-theme.desktop-box .card-header .action-menu > .btn:hover, .card.v-theme.desktop-box .card-header .action-menu > button:hover {
  color: #f29f05;
  text-decoration: none;
}
.card.v-theme.desktop-box .card-header .action-menu > a:hover svg, .card.v-theme.desktop-box .card-header .action-menu > .btn:hover svg, .card.v-theme.desktop-box .card-header .action-menu > button:hover svg {
  color: inherit;
}
.card.v-theme.desktop-box .card-header .action-menu > a button:hover, .card.v-theme.desktop-box .card-header .action-menu > .btn button:hover, .card.v-theme.desktop-box .card-header .action-menu > button button:hover {
  color: #f29f05;
}
.card.v-theme.desktop-box .card-header .action-menu .btn {
  padding-left: 15px;
  padding-right: 0;
}
.card.v-theme.desktop-box .card-header .action-menu .btn:focus {
  box-shadow: none;
}
.card.v-theme.desktop-box .card-header .action-menu .dropdown {
  display: inline-block;
}
.card.v-theme.desktop-box .card-header .action-menu .dropdown .dropdown-item:hover {
  color: #fff;
}
.card.v-theme.desktop-box .card-header .action-menu button {
  margin-bottom: 0;
}
.card.v-theme.desktop-box .card-header svg:not(.fa-xs) {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.card.v-theme.desktop-box .card-header.no-options {
  padding-top: 15px;
  padding-bottom: 21px;
}
.card.v-theme.desktop-box .card-body {
  display: block;
}
.card.v-theme.desktop-box .card-body svg:not(.fa-xs) {
  width: 20px;
  height: 20px;
}
.card.v-theme.desktop-box .card-body h1,
.card.v-theme.desktop-box .card-body h2 {
  margin-bottom: 15px;
}
.card.v-theme.desktop-box .card-body.upload-document {
  padding-right: 20vw;
  padding-left: 20vw;
}
.card.v-theme.desktop-box .card-body.upload-document svg {
  width: 6rem;
  height: 6rem;
  margin-bottom: 20px;
}
.card.v-theme.desktop-box .card-body.collapse:not(.show) {
  display: none;
}
.card.v-theme.desktop-box .card-body, .card.v-theme.desktop-box .card-footer {
  padding: 30px 50px;
}
.card.v-theme.desktop-box .card-footer {
  background-color: #fff;
}
.card.v-theme.desktop-box > .row > .col-xl-4 {
  padding-right: 0;
}
.card.v-theme.desktop-box > .row > .col-xl-4 + .col {
  padding-left: 0;
  border-left: 5px solid #F5F6FA;
}
.card.v-theme.desktop-box > .row > .col-xl-4 + .col h2:not(:first-of-type) {
  margin-top: 30px;
}
.card.v-theme.desktop-box > .row > .col-xl-4 .card-body {
  padding: 0;
  display: flex;
  align-items: normal;
  border-right: 5px solid #F5F6FA;
  margin-right: -5px;
}
.card.v-theme.toggle {
  border: none;
  cursor: pointer;
}
.card.v-theme.toggle.activated {
  background-color: #F5F6FA;
}
.card.v-theme.toggle.deactivated {
  background-color: #fff;
}
.card.v-theme.toggle svg {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
}
.card.v-theme.toggle .card-body {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.card.v-theme.toggle .card-body > h2 {
  margin-bottom: 0;
}
a > .card.v-theme {
  color: #333333;
}
.card.v-theme.notification {
  border-color: #f29f05;
}
.card.v-theme .card-body {
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.card.v-theme .card-body h1:not(:first-child) {
  margin-top: 40px;
}
.card.v-theme:not(.desktop-box):not(.text-box) .card-body > .row > .col-12:first-child {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.card.v-theme svg:not(.fa-xs) {
  width: 40px;
  height: 40px;
}
.card.v-theme svg:not(.fa-xs).fa-6x {
  width: 6rem;
  height: 6rem;
  margin-bottom: 15px;
}
.card.v-theme svg:not(.fa-xs) + h2 {
  margin-left: 20px;
}
.card.v-theme svg:not(.fa-xs).normalize {
  width: 15px;
  height: 15px;
}
#patient-program-fair .card.v-theme {
  height: 90px;
  width: 90px;
  padding: 18px 0 0 5px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#patient-program-fair .card.v-theme a:hover {
  text-decoration: none;
}
#patient-program-fair .card.v-theme p {
  display: none;
}
#patient-program-fair .card.v-theme:hover, #patient-program-fair .card.v-theme:focus, #patient-program-fair .card.v-theme:active {
  background-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}
#patient-program-fair .card.v-theme:hover svg, #patient-program-fair .card.v-theme:focus svg, #patient-program-fair .card.v-theme:active svg {
  display: none;
}
#patient-program-fair .card.v-theme:hover p, #patient-program-fair .card.v-theme:focus p, #patient-program-fair .card.v-theme:active p {
  display: block;
  color: #fff;
  margin-top: -13px;
  margin-left: -5px;
  font-weight: 600;
  text-align: center;
  font-size: 1.938rem;
}
#patient-program-fair .card.v-theme:hover .card-body, #patient-program-fair .card.v-theme:focus .card-body, #patient-program-fair .card.v-theme:active .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
#document-tiles .card.v-theme {
  height: 100%;
}
#document-tiles .card.v-theme:hover p, #document-tiles .card.v-theme.activated p {
  font-weight: 700;
}
#document-tiles .card.v-theme.activated p {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}
#document-tiles .card.v-theme .card-body {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
#document-tiles .card.v-theme .card-body p {
  margin-bottom: 0;
}
.card.big {
  min-height: 251px;
  display: flex;
}
.card .notification-marker {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.card h1 {
  font-size: 1.5252rem;
}
.card h2 {
  font-size: 1.2252rem;
}
.card h3 {
  font-size: 0.9752rem;
}
.card h4 {
  font-size: 0.7752rem;
}
.card h5 {
  font-size: 0.6252rem;
}
.card h6 {
  font-size: 0.5rem;
}

.card-header {
  background-color: #A9A9A9;
  padding: 0;
}
.card-header h1 + span.badge {
  padding-bottom: 3px;
}
.card-header[data-toggle=collapse] {
  cursor: pointer;
}
.card-header .col.d-inline > h1 {
  margin-bottom: 0.8rem;
}

.justify-content-between h5.card-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.title-break {
  word-break: break-all;
}

.title-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate, .card.v-theme.toggle .card-body > h2 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

textarea {
  padding: 5px 10px;
}
textarea.form-control.chat {
  height: 45px;
}

input.form-control:not(:placeholder-shown) {
  box-shadow: none;
  padding-top: 12px;
  margin-bottom: 18px;
}
input.form-control:not(:placeholder-shown):focus {
  border-color: #f29f05;
}
.input-group > input.form-control:not(:placeholder-shown) {
  margin-bottom: 0;
}
input.form-control:focus {
  box-shadow: none;
  border-color: #f29f05;
}

label.required::after {
  content: "*";
  color: #CD3618;
  margin-left: 2px;
}

.custom-select,
.form-select,
input.form-control,
textarea.form-control {
  margin-bottom: 5px;
  border: 1px solid #C4C4C4;
}

.custom-select,
.form-select,
input.form-control {
  height: 43px;
}

.form-select {
  padding: 8px 16px;
}

.input-group-text {
  font-size: inherit;
}

.custom-file-label::after {
  content: "Durchsuchen";
}

.nav-tabs {
  border-color: #DDDDDD;
}

#calendarTabContent thead > tr > th {
  font-size: 10px;
}

a[aria-expanded=true] i.fa-angle-down,
button[aria-expanded=true] svg.fa-chevron-down {
  transform: rotate(180deg);
}

div[aria-expanded=true] i.fa-angle-down {
  transform: rotate(180deg);
}

.dropdown-item i.fas {
  margin-right: 0.5rem;
}

.list-group > a:hover {
  text-decoration: none;
}

.list-group-item {
  border: none;
  padding: 0.75rem 1.25rem;
}
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0.2rem;
}
.list-group-item.v-theme.chat {
  text-align: left;
  width: 100%;
  min-height: 65px;
  font-weight: 600;
  padding-left: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.list-group-item.v-theme.chat:hover {
  border-radius: 4px;
}
.list-group-item.v-theme.chat:hover:not(.active) {
  background-color: #F8F8F8;
}
.list-group-item.v-theme.chat:active {
  background-color: rgb(75.5642857143, 112.8142857143, 147.9357142857);
}

.list-group-item-action {
  background-color: #fff;
  border-left: 2px rgb(99.1214285714, 138.3714285714, 175.3785714286) solid;
  border-radius: 0;
  margin-bottom: 0.5rem;
}
.list-group-item-action:hover, .list-group-item-action:focus, .list-group-item-action:active {
  border-left: 15px rgb(99.1214285714, 138.3714285714, 175.3785714286) solid;
  background-color: #fff;
  border-radius: inherit;
  cursor: pointer;
}
.list-group-item-action.medication {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-group-item-action.medication .medication-taking-information {
  width: 30%;
  text-align: center;
}
.list-group-item-action.medication .medication-taking-information span {
  font-size: 3.063rem;
}
#professional-medication-overview .list-group-item-action.medication {
  display: block;
}
#professional-medication-overview .list-group-item-action.medication .medication-taking-information p {
  margin-bottom: 0;
}

div.row.justify-content-between {
  padding-left: 1rem;
  padding-right: 1rem;
}

.card-columns {
  column-count: 2;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #8F8F8F;
  border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #8F8F8F;
}

.bs-tooltip-right {
  margin-left: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.validation-summary-valid {
  display: none;
}

.k-list-roller .k-item.k-state-selected,
.k-slider-selection {
  background-color: #F8F8F8 !important;
}

.k-list > .k-state-selected {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

#Progressbar .k-state-selected {
  background-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
  border-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}

.k-list > .k-state-focused.k-state-selected,
.k-state-focused.k-state-selected {
  box-shadow: none;
}

.k-state-selected {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  border-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

.k-picker-wrap.k-state-default {
  border-color: #C4C4C4;
}

.k-list-scroller > .k-list.k-reset > .k-item.k-state-selected.k-state-focused.k-state-hover,
.k-list-scroller > .k-list.k-reset > .k-item.k-state-hover,
.k-list-optionlabel.k-state-selected.k-state-focused.k-state-hover {
  color: #7497b8;
  border-color: transparent;
}

.k-event {
  background-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
  border-color: rgb(84.1857142857, 125.6857142857, 164.8142857143);
}

.k-calendar .k-link,
.k-calendar td {
  border-radius: 0;
}

.k-dropdown-wrap,
.k-dropdown-wrap .k-input,
.k-dropdown-wrap.k-state-border-down,
.k-dropdown-wrap.k-state-border-down .k-input {
  border-radius: 4px;
}

.k-chip {
  background-color: #F8F8F8;
  color: #333333;
}

.k-chart-tooltip {
  border-radius: 0;
  font-display: Montserrat, Arial, Helvetica, sans-serif;
  background-image: none;
}

.k-window-titlebar.k-dialog-titlebar.k-header {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  color: #fff;
}

.k-button:hover, .k-button:focus, .k-button:active, .k-button:focus:hover, .k-button:active:hover {
  box-shadow: none !important;
}

.k-multiselect-wrap .k-button {
  padding: 0.1em 1.6em 0.1em 0.4em !important;
}

.k-dialog.k-confirm .k-content {
  text-align: center;
}

.k-safari.k-mobile .k-picker-wrap .k-input {
  height: 100%;
}

.k-picker-wrap {
  border-radius: 0;
}

.k-scheduler div.k-scheduler-footer ul li {
  margin-right: 0;
}

.k-scheduler .k-scheduler-toolbar .k-state-selected {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  border-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

.k-scheduler .k-today.k-state-selected,
.k-state-selected {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  border-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

.k-scheduler-toolbar > ul.k-scheduler-views li,
.k-scheduler-toolbar > ul.k-scheduler-navigation li {
  padding: 5px 5px;
}

.k-scheduler-agendaview .k-scheduler-content tr:hover {
  border-color: inherit !important;
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286) !important;
  color: #fff !important;
  cursor: pointer;
}

.k-state-hover,
.k-state-hover:hover,
.k-calendar .k-content td {
  background-color: #fff !important;
  box-shadow: none !important;
}

.k-link:link,
.k-nav-current.k-state-hover .k-link {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

.k-multiselect .k-button,
.k-multiselect .k-button:hover {
  border-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

.k-scheduler-content {
  min-height: 200px;
}

.k-pager-sm .k-pager-numbers-wrap {
  margin: 0;
}

.k-grid-pager {
  border: none;
  background-color: #fff;
}

.k-picker {
  background-color: #fff;
  color: #333333;
}
.k-picker option {
  background-color: #fff;
  color: inherit;
}

.k-grid {
  border: 3px solid #F8F8F8;
  border-radius: 4px;
}
.k-grid thead {
  border: 3px solid #F8F8F8;
  background-color: #F8F8F8;
  font-weight: 700;
}
.k-grid tr.k-master-row:not(.k-detail-row):hover {
  background-color: #F5F6FA;
}
.k-grid td {
  border-color: #fff;
}
.k-grid .k-alt {
  background-color: #F8F8F8;
}
.k-grid a {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286) !important;
}
.k-grid a.btn.btn-primary {
  color: #fff;
}

.km-pane-wrapper {
  position: relative;
}

.km-pane {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.k-scheduler-mobile .k-scheduler-monthview .k-event {
  border-radius: 0.2rem !important;
}

.k-listbox {
  width: 100%;
}

.k-list .k-item {
  padding: 10px 20px;
}
.k-list .k-item:hover {
  background-color: #F8F8F8;
}
.k-list .k-item:active {
  background-color: rgb(75.5642857143, 112.8142857143, 147.9357142857);
}

.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected,
.k-list .k-item:hover.k-state-selected {
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}

.k-listbox .k-list-scroller {
  border-radius: 4px;
}

.table-responsive td,
.table-responsive th {
  border: none;
}

.table-responsive th {
  font-weight: 500;
}

.table-payments {
  table-layout: fixed;
  width: 100%;
  white-space: normal;
}
.table-payments td {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: transparent;
  border-top: transparent;
  padding: 0.8rem;
  word-break: break-all;
}

thead {
  background-color: #fff;
}

.table-name {
  width: 2.5rem;
}

.table-birthdate {
  width: 2rem;
}

.table-fee-key {
  width: 6rem;
}

.table-fee {
  width: 1rem;
}

.table-billing-person {
  width: 2rem;
}

.table-bill-date {
  width: 2rem;
}

.table-action {
  width: 3rem;
}

.tab-pane tr.active,
.tab-pane tr.active:hover {
  background-color: #F5F6FA;
}

.tab-pane thead a {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  font-weight: 600;
}

.workflow-border {
  border-left: 5px solid;
}

.footer {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-right: 10%;
}

#container {
  min-height: 100%;
  position: relative;
}

.k-dropzone > .k-button {
  display: none;
}

.k-widget.k-upload.k-header {
  background-color: white;
  border-color: white;
}

.k-widget.k-tooltip-validation {
  color: #CD3618;
}

.ui-corner-all {
  border: none;
  border-radius: 0;
}

.ui-widget-header {
  background: none;
  background-color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
  color: #fff;
  font-weight: inherit;
  font-size: 1.25rem;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget button {
  font-family: inherit;
}

.ui-dialog {
  padding: 0;
}

.ui-widget-content.ui-corner-all {
  border: 1px #C4C4C4 solid;
}

input.ui-widget-content.ui-corner-all {
  padding: 5px 10px;
}

select#verificationstatus option,
option {
  padding: 5px 10px;
}

.btn-outline {
  background-color: white !important;
  color: inherit !important;
}

.sticky-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.sort-icon {
  margin-left: -12px;
}

#visualization,
.vis-timeline,
.vis-panel,
.vis-content {
  cursor: ew-resize;
}

.alert.alert-dismissible {
  padding-top: 1rem;
  padding-bottom: 0;
  position: relative;
}

#toast-container > div {
  opacity: 1;
}

.hide {
  display: none !important;
}

.event-acknowledged > div > .readMarker {
  display: block !important;
}

.readMarker {
  display: none;
}

#patientTabContent > #newPatient {
  background-color: #fff;
  padding: 30px 40px;
}

#contactModalLoader {
  font-weight: 600;
  color: #7497b8;
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1020;
}

#chatWindow {
  height: 50vh;
  width: 100%;
  overflow-y: auto;
}
#chatWindow .list-group-item {
  border-radius: 4px;
}
#chatWindow .list-group-item > small {
  float: right;
}
#chatWindow .list-group-item.event-ismine, #chatWindow .list-group-item.event-is-not-mine, #chatWindow .list-group-item[name=info-message] {
  width: auto;
  max-width: 600px;
  margin-bottom: 10px;
}
#chatWindow .list-group-item.event-ismine, #chatWindow .list-group-item.event-is-not-mine {
  text-align: left;
}
#chatWindow .list-group-item.event-is-not-mine, #chatWindow .list-group-item[name=info-message] {
  margin-left: 30px;
}
#chatWindow .list-group-item.event-ismine {
  background-color: #F5F6FA;
  align-self: flex-end;
  margin-right: 30px;
}
#chatWindow .list-group-item.event-is-not-mine {
  background-color: #fff;
  align-self: start;
}
#chatWindow .list-group-item[name=info-message] {
  align-self: center;
  text-align: center;
  color: #8F8F8F;
  margin: 20px 0;
}
#chatWindow .event-acknowledged .readMarker {
  display: block;
  margin-left: 10px;
  color: #16882B;
}
#chatWindow.chat-window {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.chat-window {
  background-color: #F5F6FA;
}
.chat-window #no-conversation-active > svg {
  width: 50px !important;
  height: auto;
}

.modal .modal-content {
  border-radius: 4px;
}
.modal.v-theme.loading .modal-content {
  padding: 35px 50px;
}
.modal.v-theme .modal-header {
  border-bottom: none;
}
.modal.v-theme .modal-content {
  padding: 20px 30px;
}
.modal.v-theme button[data-dismiss=modal]:not(.btn-block) {
  padding: 0;
  margin: 0;
}
.modal.v-theme button[data-dismiss=modal]:not(.btn-block) > svg {
  color: #A9A9A9;
}
.modal.v-theme button[data-dismiss=modal]:not(.btn-block):hover > svg, .modal.v-theme button[data-dismiss=modal]:not(.btn-block):focus > svg, .modal.v-theme button[data-dismiss=modal]:not(.btn-block):active > svg {
  color: rgb(99.1214285714, 138.3714285714, 175.3785714286);
}
.modal.v-theme#vital-data-form-modal .modal-dialog {
  min-width: 35%;
}

.modal-body {
  padding: 20px 30px;
}
.modal-body .spinner-grow {
  margin-right: 15px;
}

button[name="Create:Backward"],
button[name="Create:Forward"] {
  padding: 10px;
}
button[name="Create:Backward"] > svg,
button[name="Create:Forward"] > svg {
  width: 10px !important;
  height: 10px !important;
  margin-bottom: 3px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
  background-color: #fff;
}

.gerontoProgressBarInner {
  transition: all 0.2s ease-in-out;
  background: #22AA22;
}

.gerontoProgressBarInner:hover {
  transform: scale(1.1);
}

.geronto-bar-one,
.geronto-bar-two {
  float: left;
  height: 50px;
  border-radius: 4px;
}

.geronto-bar-one {
  background-color: #CD3618;
}

.geronto-bar-two {
  background-color: #f29f05;
}

#QuestionnaireTreeView .k-in {
  white-space: normal;
  max-width: 350px;
}

#IcfTreeView .k-in {
  white-space: normal;
  max-width: 600px;
}

.km-switch-handle {
  background-color: #4A67AD;
}

.patient-program-actions {
  float: right;
  margin-top: -5px;
}

#workflowContainer.collapsed *[name=workflowTitle],
#workflowContainer.collapsed *[name=workflowContent] {
  display: none !important;
}
#workflowContainer.collapsed *[name=workflowNumber] {
  text-align: center;
}

#desktop-medicine-detail-overview .medication-taking-information {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}
#desktop-medicine-detail-overview .medication-taking-information svg.fa-sunrise, #desktop-medicine-detail-overview .medication-taking-information svg.fa-sun, #desktop-medicine-detail-overview .medication-taking-information svg.fa-sunset, #desktop-medicine-detail-overview .medication-taking-information svg.fa-moon {
  color: #f29f05;
}

.bg-danger {
  color: #fff;
}

#professional-medication-overview .collapse {
  background-color: #F5F6FA;
}

.interaction-contraindicated-color {
  color: rgb(200, 0, 0);
}

.interaction-serious-color {
  color: rgb(255, 0, 0);
}

.interaction-moderate-color {
  color: rgb(255, 136, 0);
}

.interaction-low-color {
  color: rgb(250, 220, 10);
}

.interaction-product-specific-color {
  color: rgb(108, 59, 42);
}

.interaction-no-statement-possible-color {
  color: rgb(136, 136, 136);
}

.interaction-no-interaction-expexted-color {
  color: rgb(0, 0, 255);
}

@media (max-width: 1200px) {
  #content {
    margin-bottom: 15%;
  }
}
@media (max-width: 890px) {
  #content {
    margin-bottom: 25%;
  }
}
@media (max-width: 600px) {
  #content {
    margin-bottom: 35%;
  }
}/*# sourceMappingURL=backend-theme-demenz-im-fokus.css.map */