/**********************************************/
/*************** Geeneral CSS *****************/
/**********************************************/
/* All theme specific CSS must go to separate style sheet ! */
/************** INDEX **************/
/* 

    0.  Colors
    1.  General
    2.  Layout
    3.  Tables
    4.  Overlay
    5.  Header
    6.  Sidebar
    7.  App pages
    8.  User Account / Login
    9.  Hacks
    10. Animations
    11. Responsive

*/
/*-----------------------------------------------------------------------------------*/
/*  0.  Colors
/*-----------------------------------------------------------------------------------*/
:root {
  --white: #fff;
  --black: #000;
  --dark-blue: #08107B;
  --orange: #e9b226;
  --grey: #f7f7f7;
  --dark-grey: #637280;
  --dark-green: #036400;
  --red: #ff0000;
  --middle-grey: #c1c1c1;
  --grey-disabled: #8c8c8c;
  --grey-shadow: rgba(0,0,0,0.75);
  --black-opaque: rgba(0, 0, 0, 0.125);
  --mandarine: #f37c54;
  --light-yellow: #f8bf67;
  --green: #74b869;
  --text-black: #212529;
  --light-grey: #efefef;
  --yellow: #f8ff00;
  --light-blue: #2980b9;
  --yellow-marking: #ffd400;
}

/*-----------------------------------------------------------------------------------*/
/*  1.  General
/*-----------------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
  font-size: 1rem;
}

html, body {
  height: 100%;
  background-color: var(--grey);
  width: 100vw;
  /*position: absolute;*/ /* This breaks DataTable scroll header */
  overflow-x: hidden;
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
}

.navbar.impersonated {
  background-color: var(--yellow-marking) !important;
}

.historyTitle {
  background-color: var(--yellow-marking) !important;
}

.pl-5, .px-5 {
  padding-left: 1rem !important;
  padding-right: 1rem;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--dark-grey);
  text-decoration: none;
  background-color: transparent;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.text-grey {
  color: var(--dark-grey);
}

h2.support-sub {
  padding-left: 0px !important;
}

h2.message-box-title {
  margin-bottom: 35px;
  padding-left: 0px !important;
  padding-top: 0px !important;
}

h3 {
  font-size: 0.9rem;
}

h3.todo-title {
  padding-left: 1rem;
}

h3 > .badge {
  vertical-align: top;
}

svg {
  vertical-align: auto !important;
}

.popover {
  z-index: 1060;
}

.noborder {
  border: none !important;
}

.text-3lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-2lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-multiline {
  white-space: pre-wrap;
}

/* DatePicker Formats*/
.xdsoft_weekend {
  background-color: var(--middle-grey) !important;
  color: var(--grey-disabled) !important;
}

.badge-icon {
  vertical-align: text-bottom;
}

.smallIcon {
  font-size: 0.3em;
}

.greenStatePill {
  background-color: var(--green);
}

.yellowStatePill {
  background-color: var(--light-yellow);
}

.redStatePill {
  background-color: var(--red);
}

.blueStatePill {
  background-color: var(--light-blue);
}

.orangeStatePill {
  background-color: var(--mandarine);
}

.statePill {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  color: white;
  position: relative;
}

.redIcon {
  color: var(--red);
}

.markedIcon {
  background-color: var(--yellow-marking);
}

.notNeededMarkedIcon {
  background-color: var(--red);
  color: white;
}

.incompleteMarkedIcon {
  background-color: var(--middle-grey);
}

.incompleteCheckMarking {
  background-color: var(--orange) !important;
  border-color: var(--orange) !important;
}

.notNeededCheckMarking {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}

.evenCheck {
  background-color: var(--light-grey);
}

.navigationCardElem {
  white-space: normal !important;
  line-height: inherit !important;
  padding: 15px 10px !important;
}

/*-----------------------------------------------------------------------------------*/
/*  2. Layout
/*-----------------------------------------------------------------------------------*/
main {
  padding-top: 4rem;
  position: absolute;
  width: 100vw;
  transform: translate(-50%, 0);
  left: 50%;
  padding-right: 33px;
}

main.full-width {
  padding-left: 160px;
  position: absolute;
}

main > .container-fluid {
  margin-top: 20px;
}

.main-admin {
  padding-right: 0px;
}

.small-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.small-gutters > div[class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.card h2 {
  font-size: 1rem;
  color: var(--dark-grey);
  padding: 1.25rem;
  border-bottom: 1px solid var(--black-opaque);
  font-weight: 600;
}

.card .card-title {
  border-bottom: 1px solid var(--black-opaque);
}

.card hr {
  color: var(--black-opaque);
  background-color: var(--black-opaque);
}

/*HERE!!*/
/*.card-fullscreen {
    height: calc(100vh - 130px);
    max-height: calc(100vh - 130px);
    overflow: auto;
}
*/
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  overflow: hidden;
}

.card-body-fa {
  padding-top: 0.25rem;
}

.card-body-scroll {
  overflow: auto;
}

.card-app {
  margin-bottom: 25px;
  border-radius: 7px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 6px;
}

.card-app:hover {
  -webkit-box-shadow: 10px 10px 42px -17px var(--grey-disabled);
  -moz-box-shadow: 10px 10px 42px -17px var(--grey-disabled);
  box-shadow: 10px 10px 42px -17px var(--grey-disabled);
  cursor: pointer;
}

.card-app .card-body {
  text-align: center;
  font-size: 75px;
  color: var(--white);
  height: 128px;
}

.card-app .card-fa {
  font-size: 5em;
  padding: 5px;
}

.card-app .card-footer {
  text-align: center;
  color: var(--text-black);
  text-decoration: none;
}

.card-app .card-footer h3 {
  font-size: 0.9rem !important;
}

/* Breadcrumb */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: var(--grey);
}

ul.breadcrumb li {
  display: inline;
  font-size: 0.9rem;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: ">";
}

ul.breadcrumb li a {
  color: var(--black);
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: var(--black);
  text-decoration: none;
}

/* Buttons */
.btn-primary {
  color: var(--white) !important;
}

.btn-primary:hover {
  color: var(--white);
}

.btn-primary:active {
  color: var(--white);
  /*background-color: #a0d8ce; IS SET IN SPECIFIC CSS'
  border-color: #a0d8ce;*/
}

.btn-primary:visited {
  color: var(--white);
}

.btn-primary:focus, .btn-primary.focus, .btn-danger:focus, .btn-danger.focus {
  box-shadow: none;
}

.btn-wrapper-medium {
  padding: 1.25rem 0 1.25rem 1.25rem;
  border-top: 1px solid var(--black-opaque);
}

.btn-wrapper-medium-right {
  padding: 1.25rem;
  border-top: 1px solid var(--black-opaque);
}

.btn-wrapper-medium-right a:last-child {
  float: right;
}

.btn-sm {
  border: none;
}

.btn-light-text {
  position: absolute;
  display: contents;
  top: 7px;
  left: 70px;
}

#btn-cockpit {
  margin-left: 0 10px;
}

button.accept-policy {
  font-size: 0.9rem;
  line-height: inherit;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.large-button {
  width: 100%;
  border: 1px solid var(--black-opaque);
  border-radius: 5px;
  display: block;
  float: left;
  text-align: left;
  line-height: 50px;
  padding-left: 10px;
  font-size: 1rem;
  color: var(--text-black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.large-button.active { IS SET IN SPECIFIC CSS's
    border: 2px solid #4ba797;
    background-color: var(--black-opaque);
    color: #4ba797;
}*/
.large-button ion-icon {
  font-size: 30px;
  line-height: 50px;
  position: relative;
  top: 10px;
}

.large-button:hover {
  color: var(--dark-grey);
}

.fullwidth-button {
  width: 100%;
}

.fullwidth-button:hover, .fullwidth-button:active {
  background: var(--orange);
  border: solid 1px var(--orange);
}

.medium-button {
  width: 200px;
}

.simple-transparent-button {
  width: 100%;
  background: none;
  border: none;
}

.simple-transparent-button:hover, .simple-transparent-button:active {
  background: none;
  border: none !important;
  color: var(--orange);
}

input[type=file] {
  height: calc(1.5em + 0.75rem + 9px);
}

.clickable-cell {
  cursor: pointer;
}

.btn-actions {
  padding-left: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Tables
/*-----------------------------------------------------------------------------------*/
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--text-black);
}

table.js-dt, table.endo-dt {
  width: 100% !important;
}

table.js-dt tbody td, table.endo-dt tbody td {
  word-break: break-word;
  vertical-align: top;
}

tr.disabled,
tr.disabled:hover {
  color: var(--grey-disabled) !important;
}

tr.group,
tr.group:hover {
  background-color: var(--grey) !important; /*Group is not used anywhere*/
}

tr.group td {
  padding-left: 8px !important;
  border-top: 1px solid var(--black-opaque) !important;
}

tr.clickable-row {
  cursor: pointer;
}

.sorting_asc, .sorting_desc, .sorting_disabled, .sorting {
  border: none !important;
}

td.buttons {
  white-space: nowrap;
}

td.buttons a {
  padding: 0px 20px 0px 20px;
}

td.buttons button {
  padding: 0px 27px 0px 27px !important;
}

td.buttons a > i, td.buttons button {
  font-size: 1.33em;
}

/* Sidebar */
.toggle-bar-app .dataTables_wrapper .dataTables_scroll {
  clear: both;
  height: auto;
  background: var(--white);
}

.toggle-bar-app .dataTables_wrapper .sorting, .toggle-bar-app .dataTables_wrapper .sorting-asc, .toggle-bar-app .dataTables_wrapper .sorting-desc, .sorting_disabled {
  border: none !important;
}

/* ToDo */
.toggle-bar-app .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  height: 100% !important;
  border: 1px solid var(--black-opaque);
}

/* Message */
.card-message .dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 15px;
}

.card-message .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 1.25em;
}

.tab-pane .card-message .dataTables_wrapper .row:nth-child(3) {
  top: 140px;
}

.tab-pane .card-message .dataTables_wrapper .dataTables_scroll {
  margin-top: 105px;
}

.tab-pane .card-message .dataTables_wrapper .row:nth-child(1) .col-sm-12:nth-child(2),
.tab-pane .card-message .dataTables_wrapper .row:nth-child(1) .col-md-6:nth-child(2) {
  top: 95px;
}

.errorMessages ul {
  margin-bottom: 0;
}

.errorMessages {
  margin-top: -25px;
}

/* Riskmanagement & Risk Graph */
td.green {
  background-color: green;
}

td.yellow {
  background-color: yellow;
}

td.red {
  background-color: red;
}

td.white {
  background-color: white;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-size: 0.8rem;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg .table-red {
  background-color: var(--red);
  text-align: left;
  vertical-align: middle;
}

.tg .table-gray-big {
  background-color: var(--light-grey);
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
}

.tg .table-gray-small {
  background-color: var(--light-grey);
  border-color: inherit;
  min-width: 230px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.tg .table-standard {
  text-align: left;
  vertical-align: middle;
}

.tg .table-invisible {
  border-color: inherit;
  text-align: left;
  vertical-align: middle;
}

.tg .table-green {
  background-color: var(--dark-green);
  text-align: left;
  vertical-align: middle;
}

.tg .table-yellow {
  background-color: var(--yellow);
  text-align: left;
  vertical-align: middle;
}

.tg .table-empty {
  min-width: 230px;
  text-align: center;
}

.tg .table-darkblue { /*The Class table-darkblue isn't mentioned anywhere besides the css / NOT IN JS OR IN ANY VIEWS*/
  background-color: #4473c3;
  color: var(--white);
  border-color: var(--white);
  text-align: left;
  vertical-align: top;
}

.tg .table-noBorder {
  border-color: transparent !important;
  border: none !important;
}

.legend-wrapper .tg td {
  border-width: 2.3px;
}

/* Todo */
.row.todo-title {
  border-bottom: 1px solid var(--black-opaque);
}

.todo_navigation {
  padding-left: 5px;
  padding-right: 5px;
}

.todo-list tbody tr td {
  padding: 0;
  border: 0;
}

.todo-list tbody tr td .cell_interior {
  transition: 0.5s all ease;
  transition-delay: 0.2s;
  padding: 13px 0.75rem;
  border-top: 1px solid var(--black-opaque);
  position: relative;
  height: auto;
}

.todo-list tbody tr td.taskDescription {
  max-width: 300px;
}

.todo-list tbody tr td .cell_interior.disabled {
  color: var(--grey-disabled);
}

.todo-list tbody tr.changed td .cell_interior {
  overflow: hidden;
  padding: 0 0.75rem;
  max-height: 0;
  border-color: white;
}

.todo-list tbody tr .task_checkbox, .checkCompletedCheckbox {
  position: relative;
  margin: -3px auto;
  height: 30px;
  width: 30px;
  border: 1px solid var(--dark-grey);
  cursor: pointer;
}

.todo-list tbody tr .task_checkbox:before, .checkCompletedCheckbox:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  transition: height 0.5s ease, width 0.5s ease, top 0.5s ease, left 0.5s ease, opacity 0.5s ease;
  opacity: 1;
  display: block;
  background-color: var(--dark-grey);
  visibility: hidden;
}

.todo-list tbody tr.changed .task_checkbox:before {
  visibility: visible;
  height: 46px;
  width: 46px;
  top: -8px;
  left: -8px;
  opacity: 0;
  display: block;
}

.todo-list tbody tr[data-finished=True] .task_checkbox,
.todo-list tbody tr[data-finished=true] .task_checkbox {
  background-color: var(--dark-grey);
}

.todo-list tbody tr[data-finished=True] .task_checkbox.disabled,
.todo-list tbody tr[data-disabled=True] .task_checkbox.disabled,
.checkCompletedCheckbox.disabled {
  background-color: var(--grey-disabled);
  cursor: not-allowed;
}

.todo-list tbody tr[data-finished=True] .task_checkbox:after,
.todo-list tbody tr[data-finished=true] .task_checkbox:after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -4px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.todo-list tbody .task_duedate {
  display: inline-block;
  padding: 0 7px;
  border-radius: 10px;
  color: white;
  position: relative;
}

.todo-list tbody .task_duedate.duedate_alert {
  background-color: var(--red);
}

.todo-list tbody .task_duedate.duedate_warning {
  background-color: var(--mandarine);
}

.todo-list tbody .task_duedate.duedate_notify {
  background-color: var(--light-yellow);
}

.todo-list tbody .task_duedate.duedate_clear {
  background-color: var(--green);
}

.paginate_button.current {
  background: none !important;
}

.dataTables_filter input[type=search] {
  border: 1px solid var(--middle-grey);
  border-radius: 0.25rem;
}

#actiontracking-table tbody .riskaction {
  display: inline-block;
  padding: 0 7px;
  border-radius: 10px;
  color: white;
  position: relative;
}

#actiontracking-table tbody .riskaction.riskaction-red {
  background-color: var(--red);
}

#actiontracking-table tbody .riskaction.riskaction-yellow {
  background-color: var(--light-yellow);
}

#actiontracking-table tbody .riskaction.riskaction-green {
  background-color: var(--green);
}

/*-----------------------------------------------------------------------------------*/
/*  4. Overlay
/*-----------------------------------------------------------------------------------*/
/* Portrait mode */
.portrait-wrapper {
  background: black;
  height: 100%;
  width: 100%;
  display: none;
}

.portrait-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
}

.phone {
  height: 50px;
  width: 100px;
  border: 3px solid white;
  border-radius: 10px;
  animation: rotate 1.5s ease-in-out infinite alternate;
  display: none;
}

.message {
  color: white;
  font-size: 0.9em;
  margin-top: 40px;
  display: none;
  text-align: center;
}

/*@media all and (max-width: 600px) and (orientation:portrait) {*/
@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .phone, .message, .portrait-wrapper, .portrait-inner {
    display: block;
    z-index: 20000;
  }
  .portrait-inner {
    display: flex;
  }
  header, main {
    display: none;
  }
}
/* Risk Graph */
.riskgraph {
  min-width: 820px;
  max-width: 820px;
}

.rounded-number {
  border: 1px solid var(--black);
  border-radius: 90px;
  width: 25px;
  height: 25px;
  background-color: var(--black);
  display: block;
  text-align: center;
  padding-top: 2px;
  color: var(--white);
  float: left;
}

.disabled-risk {
  background-color: var(--grey-disabled) !important;
}

p.riskgraph-text {
  padding-top: 17px;
  text-align: left;
}

.riskgraph .modal-footer {
  width: 100%;
}

.rotated {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 56px !important;
}

.arrow-rotated {
  float: right;
  position: absolute;
  right: 243px;
  top: 216px;
}

.modal-riskgraph {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

#createEditAssetTypeForm .modal-body {
  height: 50vh;
}

#technicalResourceCategoryForm .modal-body {
  height: 45vh;
}

#edit-user .modal-body {
  height: 60vh;
}

#add-template .modal-body {
  height: 40vh;
}

/* arrow */
.arrow {
  width: 540px;
  margin-top: 30px;
}

.line {
  margin-top: 9px;
  width: 470px;
  background: black;
  height: 3px;
  float: left;
  position: absolute;
  left: 15px;
}

.line-rotated {
  margin-top: 9px;
  width: 249px;
  background: black;
  height: 3px;
  float: left;
  margin-left: 270px;
}

.point {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 21px solid black;
  float: right;
  position: absolute;
  left: 485px;
}

.point-rotated {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 21px solid black;
  float: right;
}

/* Legendgraph */
.legendgraph-new {
  max-width: 90%;
}

/* Maintance */
.table-legendgraph-new td {
  width: 11.1111111111%;
}

.table-legendgraph-new {
  max-height: calc(100vh - 220px);
  padding: 1px;
}

/* Todo */
#add-todo .modal-content,
#select-template .modal-content {
  width: 700px;
}

#add-todo label,
#select-template label {
  font-weight: 500;
}

.todo-description-wrapper {
  padding: 1.25rem;
  border: 1px solid var(--black-opaque);
  border-radius: 0.2rem;
  max-height: 300px;
  min-height: 300px;
  overflow-y: scroll;
  width: 100%;
}

.checkLabel {
  position: absolute;
  right: 2em;
}

.checkLabel:hover {
  cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*  5. Header
/*-----------------------------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 1002;
  top: 0;
  left: 0;
}

.dtfh-floatingparenthead {
  margin-top: 70px; /* Needs to be after header CSS. But belongs to Datatable scroll header */
}

/* Page navigation */
.page-nav {
  cursor: pointer;
  font-size: 31px;
  padding: 11px;
  margin-top: -17px;
}

.navbar-collapse {
  margin-top: 6px;
}

.nav-cockpit,
.nav-settings {
  padding: 1px;
  margin-top: 7px;
}

/* notification */
.header-message-notification {
  font-size: 32px;
  position: relative;
  top: 9px;
  margin-left: 42px;
  right: 0;
}

.header-message-notification > i {
  top: -10px;
  position: relative;
}

p.notification-indicator {
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  background: var(--red);
  font-size: 11px;
  font-weight: 800;
  color: var(--white);
  border: solid 1px var(--red);
  border-radius: 90px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -6px;
  animation: bounce-top 3s ease-in-out infinite both;
}

/* Dropdown */
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
  height: 54px;
  top: 17px;
}

.dropdown-container {
  min-width: 185px;
  margin-left: 40px;
}

.header-dropdown:hover {
  color: var(--dark-grey);
}

.dropdown-menu {
  top: 79%;
  border-radius: 0;
  min-width: 12rem;
  margin-left: -21px;
}

div.dropdown-menu.language.show {
  min-width: 4rem;
}

.dropdown-manu-title {
  margin-left: 22px;
  color: var(--dark-grey);
}

.hydrated {
  visibility: inherit;
  padding: 5px;
}

ion-icon.login-icon.hydrated {
  display: flex;
  float: left;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 560px;
  position: fixed;
  padding-top: 74px;
  padding-left: 0px;
  padding-right: 14px;
  padding-bottom: 20px;
  top: 0;
  right: -527px;
  height: 100vh;
  z-index: 999;
  background: var(--white);
  transition: all 0.3s;
  border-left: 1px solid var(--black-opaque);
  z-index: 1000;
  box-shadow: 0 0 1rem 1rem var(--light-grey);
}

#sidebar h2 {
  font-size: 0.9rem;
}

.search-bar {
  border: 0px;
  border-radius: 0px;
}

.toggle-bar-app {
  border-bottom: 1px solid var(--black-opaque);
  padding-top: 6px;
  padding-bottom: 15px;
}

.cockpit-sidebar img {
  width: 100%;
}

.cockpit-sidebar h3 {
  font-size: 20px;
}

/* Toggle bar */
.search-indicator {
  text-align: center;
  border-right: 1px solid var(--black-opaque);
  height: 100vh;
  cursor: pointer;
}

.togglebar-icon {
  margin-left: 3px;
  font-size: 20px;
}

.togglebar-icon-todo {
  margin-top: 0px;
}

.togglebar-icon-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 30px;
}

/* Sidebar background */
.sidebar-bottom-image-wrapper {
  position: absolute;
  top: 74px;
  right: 0;
  width: 100%;
}

.sidebar-bottom-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 17px;
  background-position: center;
  z-index: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7. App screens
/*-----------------------------------------------------------------------------------*/
/* Home screen */
.home-wrapper {
  padding-top: 20%;
  background: rgba(255, 255, 255, 0.77); /*Only used once*/
  height: 100vh;
  width: 100vw;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

/* Dashboard */
.dashboard-wrapper {
  background: rgba(255, 255, 255, 0.77);
  height: 101vh; /* To Make sure background is correct*/
  width: 100vw;
  margin: -15px;
  margin-top: -15px;
  overflow: hidden;
}

/* ToDo */
.todo-wrapper {
  z-index: 2;
  background: rgba(255, 255, 255, 0.75); /*Only used once*/
  margin-left: -1px;
}

.todo-wrapper .dataTables_wrapper .row:nth-child(3) {
  position: absolute;
  top: -11px;
}

/* Manuals */
.box-manuals {
  margin: auto;
}

.card-manuals {
  padding-right: 15px;
}

/* Messagebox */
.transformMakeMiddle {
  transform: translateX(-50%);
  left: 50%;
}

.dashboard-message-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}

.dashboardContent .card {
  margin-top: 13%;
}

.dashboardContent {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.dashboardCard {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}

.dashboard-message-wrapper {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.dashboardCard-header {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.taskCard {
  height: 100vh;
  padding: 5px;
  border: 1px solid var(--middle-grey);
}

@media (max-height: 875px) {
  .dashboardContent .card {
    margin-top: 33%;
  }
}
.messageContent {
  padding: 15px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(201, 198, 198, 0.19);
  -moz-box-shadow: 3px 3px 6px 0px rgba(201, 198, 198, 0.19);
  box-shadow: 3px 3px 6px 0px rgba(201, 198, 198, 0.19);
  margin: 10px;
  border: 0.75px solid var(--middle-grey);
}

.clickableDashboardMessage:hover {
  cursor: pointer;
}

.htmlMessage {
  max-height: 150px;
  overflow: auto;
}

.dashboardMessageSender {
  font-weight: 600;
  font-size: 1rem;
  color: var(--dark-grey);
}

.dashboard-wrapper:hover {
  cursor: pointer;
}

#timeSegment:hover, .dashboardCard:hover {
  cursor: default;
}

.message-list {
  overflow-x: hidden;
}

.card-message [type=search] {
  width: 72% !important;
  float: right;
}

.card-message label {
  width: 100%;
}

.message-content-box {
  min-height: 263px;
  border: 1px solid var(--black-opaque);
  height: 100%;
}

.message-body {
  overflow-y: auto;
}

.message-wrapper {
  height: 60%;
}

.message-content {
  padding: 5%;
  white-space: pre-wrap;
}

p.message-title {
  font-weight: 600;
}

.nomessage {
  margin: auto;
  text-align: center;
  color: gray;
}

ion-icon.nomessage-icon.hydrated {
  font-size: 5vw;
}

.card-message {
  margin: 1.25rem;
  border-bottom: 1px inset var(--black-opaque);
  padding: 0 !important;
}

.card-message .dataTables_wrapper .row:nth-child(3) {
  position: absolute;
  top: 105px;
  left: 22px;
  width: 100%;
}

.card-message .dataTables_wrapper .dataTables_scrollBody {
  height: auto !important;
  border: 1px solid var(--black-opaque);
}

.card-message .dataTables_wrapper .sorting, .card-message .dataTables_wrapper .sorting-asc, .card-message .dataTables_wrapper .sorting-desc {
  border-bottom: none;
}

.card-message .dataTables_wrapper .row:nth-child(1) .col-sm-12:nth-child(1), .card-message .dataTables_wrapper .row:nth-child(1) .col-md-6:nth-child(1) {
  position: absolute;
  bottom: 70px;
}

.card-message .dataTables_wrapper .row:nth-child(1) .col-sm-12:nth-child(2), .card-message .dataTables_wrapper .row:nth-child(1) .col-md-6:nth-child(2) {
  min-width: 98%;
  position: absolute;
  top: 60px;
}

div#DataTables_Table_1_info {
  position: absolute;
  bottom: 9px;
  left: 15px;
}

.card-message .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 1.25em;
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.card-message #message-overview .dataTables_wrapper .todo-list tbody tr td .cell_interior {
  height: 3em;
}

.card-message .dataTables_wrapper .todo-list tbody tr td .cell_interior {
  transition: 0.5s all ease;
  transition-delay: 0.2s;
  padding: 13px 0.75rem;
  border-top: 1px solid var(--black-opaque);
  position: relative;
}

.card-message .dataTables_wrapper .dataTables_scroll {
  clear: both;
  margin-top: 55px;
}

.card-message .dataTables_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}

.card-message .dataTables_wrapper .table.table-hover.todo-list.dataTable.no-footer {
  width: 100% !important;
}

.card-message .dataTables_wrapper .dataTables_scrollBody {
  max-height: 100%;
}

div#message-overview_info, div#sentMessages_info {
  padding-bottom: 0.85em;
}

#message-overview, #sentMessages {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

.message-notify-wrapper .btn {
  float: right;
}

#notifyForm .form-group:nth-child(2) span.select2 {
  /*border: 1px solid #ced4da;TODO I Removed this Because the Select already has a Border and this only makes it fatter and uglier*/
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* ct-app */
/* editor-app */
.ct-app, .ct-app :after, .ct-app :before {
  box-sizing: border-box;
  top: 75px;
  left: 0;
}

.ct-widget .ct-tool--disabled {
  color: var(--black);
}

.ct-widget.ct-ignition {
  left: 16px;
  position: fixed;
  top: 90px;
}

.ct-widget .ct-ignition__button--edit {
  background-color: var(--primary);
}

.ct-widget .ct-ignition__button--edit:hover {
  background: var(--primary);
}

.ct-widget .ct-ignition__button--edit:hover:before {
  color: var(--dark-grey) !important;
}

.ct-tool-groups {
  margin-top: 70px !important;
}

.ct-widget.ct-toolbox {
  background: var(--white);
  border: 1px solid hsla(0, 0%, 100%, 0.5); /*Only used once*/
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35); /*Only used once*/
  left: 0px !important;
  padding: 8px;
  position: fixed;
  top: 73px !important;
  width: 138px;
  height: 100%;
  z-index: 1;
}

.card-ct-app {
  width: 800px;
  margin: auto;
  transform: translateX(84px);
  height: 100%;
  max-height: unset;
}

.card-ct-app-tabs {
  width: 800px;
  margin: auto;
  transform: translateX(84px);
  min-height: 24px;
  max-height: 24px;
}

.document-portrait {
  width: 800px !important;
  /*max-height: 79vh;*/
  overflow: hidden;
}

.document-landscape {
  width: 1300px !important;
}

.card-ct-app-tab-active {
  min-height: 24px;
  max-height: 24px;
}

.docEditFooter {
  width: 800px;
  margin: auto;
  transform: translateX(84px);
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px 15px 20px 15px;
  max-height: 79vh;
  overflow: hidden;
}

.markedDoc {
  background-color: var(--grey);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* iPad Styles for Landscape document */
  .document-landscape {
    width: 900px !important;
    margin-left: -10px;
  }
}
.card-ct-app-tab-active {
  border-right: 1px solid var(--black-opaque);
  border-radius: 0 16px 0 0;
  color: var(--white);
}

.card-ct-app-tab-sec {
  min-height: 24px;
  max-height: 24px;
  border-right: 1px solid var(--black-opaque);
  color: var(--middle-grey);
}

.card-ct-app-tab-sec a {
  color: var(--middle-grey);
}

.card-doc-wrapper {
  padding: 70px;
  margin-left: 0px !important;
}

.card-ct-app .card-title {
  margin-top: 150px;
  margin-left: 50px;
}

.doc-print-button,
.doc-favorite-button,
.file-favorite-button {
  position: sticky;
  left: 0;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: var(--white);
  border-radius: 300px;
  text-align: center;
  bottom: 15px;
  margin-left: 5px;
  font-size: 36px;
  z-index: 99999;
  display: block;
  cursor: pointer;
}

a.doc-print-button,
a.doc-print-button:hover a.doc-print-button:active {
  color: var(--white);
  background: var(--primary) !important;
}

a.doc-print-button:hover {
  color: var(--dark-grey);
}

.doc-print-button {
  -ms-transition: width ease-in-out 300ms;
  -o-transition: width ease-in-out 300ms;
  -webkit-transition: width ease-in-out 300ms;
  transition: width ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

a.doc-print-button.spinner-active, a.doc-print-button.spinner-active:hover {
  width: 200px;
}

a.doc-print-button span.spinner {
  font-size: 14px;
}

a.doc-print-button span.spinner i {
  margin-right: 5px;
}

.doc-favorite-button {
  bottom: 80px;
}

.doc-favorite-button:hover {
  color: var(--dark-grey);
}

/* Todo for print */
a.print-button, a.print-button:hover {
  left: 15px;
  width: 48px;
  height: 48px;
  background: var(--primary);
  color: var(--white);
  border-radius: 300px;
  text-align: center;
  bottom: 15px;
  margin-left: 5px;
  font-size: 36px;
  z-index: 99999;
  -ms-transition: width ease-in-out 300ms;
  -o-transition: width ease-in-out 300ms;
  -webkit-transition: width ease-in-out 300ms;
  transition: width ease-in-out 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

a.print-button.spinner-active, a.print-button.spinner-active:hover {
  width: 200px;
}

a.print-button span.spinner {
  font-size: 14px;
}

a.print-button span.spinner i {
  margin-right: 5px;
}

/* Doc for print */
.doc-header-logo {
  height: 77px;
  width: 100%;
  position: absolute;
  left: 70px;
  top: 70px;
}

.doc-header-logo-print {
  height: 77px;
  width: auto;
  position: absolute;
  left: 70px;
  top: 70px;
}

.doc-footer-logo {
  height: 25px;
  width: 100%;
}

.doc-footer-logo-print {
  height: 25px;
  width: auto;
  position: absolute;
  right: 15px;
  bottom: 8px;
}

/* Document */
.documentHeader {
  padding: 25px 5px 15px 10px;
  border-bottom: 1px solid var(--black-opaque);
}

.documentHeader .font-size-smaller {
  font-size: smaller;
}

.card-document {
  margin-bottom: 25px;
  border-radius: 7px;
  overflow: hidden;
}

.card-document:hover {
  -webkit-box-shadow: 10px 10px 42px -17px var(--grey-disabled);
  -moz-box-shadow: 10px 10px 42px -17px var(--grey-disabled);
  box-shadow: 10px 10px 42px -17px var(--grey-disabled);
  cursor: pointer;
}

.card-document .card-body {
  text-align: center;
  font-size: 75px;
}

.card-document .card-footer {
  text-align: center;
  color: var(--text-black);
  text-decoration: none;
}

.card-document .card-footer h3 {
  font-size: 0.9rem;
}

.card-documents {
  margin-right: 7%;
}

.card-documents-overview {
  margin-left: 21%;
}

/* Coreprocess */
#coreprocess {
  width: 100%;
}

.kernprozess-wrap {
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.kernprozess-de {
  background: url(/img/hygienekreislauf.svg);
}

.kernprozess-fr {
  background: url(/img/hygienekreislauf_fr.svg);
}

.kernprozess-it {
  background: url(/img/hygienekreislauf_it.svg);
}

.kernprozess-en {
  background: url(/img/hygienekreislauf_en.svg);
}

.coreprocess-weitereanweisungen {
  width: 203px;
  left: 8%;
  position: absolute;
  bottom: 6%;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
}

.coreprocess-weitereanweisungen .hydrated {
  font-size: 58px;
  padding: 0;
}

.coreprocess-weitereanweisungen-title {
  font-weight: 800;
  margin-bottom: 0px;
}

.coreprocess-weitereanweisungen-text {
  font-size: 14px;
}

a.coreprocess-weitereanweisungen-link {
  color: var(--white);
}

.coreprocess-wrapper {
  width: 100vh;
  margin: auto;
  padding: 0px;
}

/* Help */
.help-wrapper {
  margin-top: 30px;
  min-height: 500px;
}

.details-intended {
  margin-left: 34px;
  margin-bottom: 1px;
  margin-top: 8px;
}

a.details-link, a.details-link:hover, a.details-link:visited, a.details-link:active {
  text-decoration: none;
  color: var(--black);
}

.wrapper-article {
  margin-bottom: 15px;
  margin-top: 15px;
}

img.img-article {
  width: 100%;
}

/* Controlling */
.card-controlling {
  min-height: 79vh;
}

.FinishedToDoTab {
    background-color: var(--bg-green-highlight) !important;
}

.FinishedToDoTab.active {
    background-color: var(--bg-green-highlight-selected) !important;
    border-color: var(--bg-green-highlight-selected-border) !important;
}

.readOnly {
    pointer-events: none;
    background-color: #eee; /* Grey background */
    opacity: 0.7; /* Slightly faded look */
    cursor: not-allowed; /* Show a "not allowed" cursor on hover */
}

select.readOnly {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Workforce */
.card-workforce {
    min-height: 79vh;
    margin-top: 15px;
}

.table-workforce {
  margin-right: 15px;
  margin-top: 15px;
}

/* Settings */
.user-img-round-md-wrapper {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  text-align: center;
  margin-top: 15px;
  border-radius: 3000px;
}

.customer-modal {
  height: 90vh !important;
}

.customer-modal form {
  overflow-y: hidden;
  overflow-x: hidden;
}

.customer-modal .modal-dialog, .customer-modal .modal-content {
  height: 660px;
  padding: 20px;
}

.cell_interior_inner {
  width: 35px;
  float: right;
}

.link-wrapper {
  display: inline-block;
}

/* Error Messages */
.error-wrapper {
  max-width: 550px;
  min-width: 550px;
  margin: auto;
  padding-top: 6rem;
}

.accessdenied-wrapper {
  max-width: 550px;
  min-width: 550px;
  margin: auto;
  padding-top: 6rem;
  text-align: left;
  background: var(--white);
  padding: 25px;
  border-radius: 5px;
  margin-top: 10%;
}

.error-icon {
  font-size: 4.5rem;
  padding-left: 0px;
  margin-left: -10px;
}

.error-back {
  cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*  8. User Account / Login
/*-----------------------------------------------------------------------------------*/
/* Credentials-box */
.card-authentication .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1.25rem;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  padding-bottom: 4.25rem;
  color: var(--grey-disabled);
}

.card-authentication .card-body .form-check {
  padding: 0px;
  margin-top: 25px;
}

.card-authentication .card-header {
  background: var(--white);
  border: none;
  text-align: center;
}

.credential-header {
  text-align: center;
  padding: 30px;
}

.credential-title {
  font-size: 0.9rem;
}

#credential-box {
  margin-top: 150px;
}

.bg-splashscreen {
  margin-top: -66px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 107vh;
  overflow: hidden;
  width: 100vw;
}

.user-img-round-sm-wrapper {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 45px;
  float: right;
  text-align: center;
  margin-top: -14px;
  margin-left: 14px;
}

img.user-img-round-sm {
  width: auto;
  height: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Hacks
/*-----------------------------------------------------------------------------------*/
.border-top { /*THIS CLASS IS NOT USED ANYWHERE*/
  border-top: 1px solid var(--black-opaque);
}

.border-bottom {
  border-bottom: 1px solid var(--black-opaque);
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem var(--light-grey);
}

.no-animation {
  animation: none !important;
}

.more-margin-left {
  margin-left: 15px;
}

.card-x-scroll {
  overflow-y: auto;
}

.card-x-mustscroll {
  overflow-y: scroll;
}

.table-wrapper-noscroll {
  min-height: 100vh;
  overflow-x: auto;
  margin-bottom: 28px;
}

.table-zoom {
  zoom: 0.75;
}

.bold {
  font-weight: 500;
}

.extra-bold {
  font-weight: 800;
}

.medium-width {
  min-width: 100px;
}

p.text-rotated {
  position: absolute;
  right: -43px;
  top: 113px;
}

.centered-text {
  text-align: center;
}

.todo-header-logo-print, .todo-footer-logo-print {
  display: none;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*  10. Animations
/*-----------------------------------------------------------------------------------*/
/* Animation classes */
.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1s;
}

.scale-in-ver-top {
  -webkit-animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0s;
}

.scale-in-ver-bot {
  -webkit-animation: scale-in-ver-bot 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-ver-bot 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0s;
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.text-focus-in-fast {
  -webkit-animation: text-focus-in 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: text-focus-in 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slideBack {
  animation: slideBack 1s ease-out;
}

.slideIn {
  animation: slideIn 1s ease-out;
  animation-fill-mode: forwards;
}

.slideBack {
  animation: slideBack 1s ease-out;
}

.bounce-left {
  -webkit-animation: bounce-left 1s both;
  animation: bounce-left 1.5s ease-in-out infinite both;
}

.rotate-center {
  -webkit-animation: rotate-center 1s ease-in-out forwards;
  animation: rotate-center 1s ease-in-out forwards;
  animation-delay: 0.5s;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.bounce-top {
  -webkit-animation: bounce-top 0.9s both;
  animation: bounce-top 0.9s both;
}

.bounce-right {
  animation: bounce-right 1.5s ease-in-out infinite both;
}

.togglebar-folder-icon-arrow {
  position: absolute;
  top: 51.5%;
  right: -5px;
  font-size: 30px;
}

.folderTreeToggle {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border-top-left-radius: 0;
}

#folderTreeContent .card {
  border-right: none;
  border-top-right-radius: 0;
}

.fileUploadLinkFolder {
  color: rgba(48, 119, 140, 0.9294117647) !important;
}

@media (min-width: 992px) {
  #folderTreeContent {
    margin-left: -30.55555%;
  }
  .slideBackFolder {
    animation: bigSlideBackFolder 1s ease-out;
  }
  .slideInFolder {
    animation: bigSlideInFolder 1s ease-out;
    animation-fill-mode: forwards;
  }
  .slideInFolderInitial {
    animation: bigSlideInFolder ease-out;
    animation-fill-mode: forwards;
  }
}
@media (min-width: 1200px) {
  #folderTreeContent {
    margin-left: -22.91666%;
  }
  .slideBackFolder {
    animation: smallSlideBackFolder 1s ease-out;
  }
  .slideInFolder {
    animation: smallSlideInFolder 1s ease-out;
    animation-fill-mode: forwards;
  }
  .slideInFolderInitial {
    animation: smallSlideInFolder ease-out;
    animation-fill-mode: forwards;
  }
}
/* Animation keyframes */
@keyframes bigSlideInFolder {
  from {
    margin-left: -30.55555%;
  }
  to {
    margin-left: 0;
  }
}
@keyframes smallSlideInFolder {
  from {
    margin-left: -22.91666%;
  }
  to {
    margin-left: 0;
  }
}
@keyframes bigSlideBackFolder {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -30.55555%;
  }
}
@keyframes smallSlideBackFolder {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -22.91666%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-top {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-ver-bot {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bot {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes slideBack {
  from {
    right: 0px;
  }
  to {
    right: -527px;
  }
}
@keyframes slideIn {
  from {
    right: -527px;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes bounce-left {
  0% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(-0.4px);
    transform: translateX(-0.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87%, 98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-left {
  0% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(-0.4px);
    transform: translateX(-0.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87%, 98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateX(1.5px);
    transform: translateX(1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateX(0.4px);
    transform: translateX(0.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87%, 98% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(53px);
    transform: translateY(53px);
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(53px);
    transform: translateY(53px);
  }
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-2.5px);
    transform: translateY(-2.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-2.4px);
    transform: translateY(-2.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-1.2px);
    transform: translateY(-1.2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-0.6px);
    transform: translateY(-0.6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-0.4px);
    transform: translateY(-0.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-2.5px);
    transform: translateY(-0.5px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-2.4px);
    transform: translateY(-2.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-1.2px);
    transform: translateY(-1.2px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-0.6px);
    transform: translateY(-0.6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-0.4px);
    transform: translateY(-0.4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  11. Responsive
/*-----------------------------------------------------------------------------------*/
/* Max-Width */
@media (max-width: 1300px) {
  .card-app .card-footer {
    min-height: 63px;
    font-size: 14px;
  }
}
@media (max-width: 1476px) {
  .modal-dialog.legendgraph {
    width: 100rem;
    -webkit-transform: scale(0.7) translate(-50%, -50%) !important;
    -ms-transform: scale(0.7) translate(-50%, -50%) !important;
    transform: scale(0.7) translate(-50%, -50%) !important;
    -webkit-transform-origin: 0 0;
  }
}
@media (max-width: 1440px) {
  .card-message .dataTables_wrapper .todo-list tbody tr td .cell_interior {
    height: 4.5em;
  }
}
@media (max-width: 1200px) {
  .card-message .dataTables_wrapper .todo-list tbody tr td .cell_interior {
    height: 5em;
  }
}
@media (max-width: 1024px) {
  main.full-width {
    padding-left: 0px;
  }
  .legendgraph {
    min-width: 90vw;
    max-width: 96%;
    margin: 1.75rem auto;
  }
  a.coreprocess-weitereanweisungen-link {
    zoom: 0.6;
  }
  .table-workforce {
    margin-right: 15px;
    margin-top: 15px;
    zoom: 0.7;
  }
  main {
    width: 98vw;
  }
  .doc-print-button {
    margin-left: -12px;
  }
  .coreprocess-weitereanweisungen .hydrated {
    font-size: 35px;
  }
  .coreprocess-weitereanweisungen-title {
    font-size: 12px;
  }
  .coreprocess-weitereanweisungen {
    height: 25%;
    left: 4%;
  }
  .sidebar-top-image {
    background: url(/img/sidebar-qp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 195px;
  }
  .card-app .card-footer {
    min-height: 51px;
    font-size: 14px;
  }
  .card-app .card-footer h3 {
    font-size: 0.65rem;
    margin-bottom: 0;
  }
  .todo-list {
    font-size: 0.7rem;
    margin-bottom: 0px;
  }
  .todo-list tbody tr .task_checkbox, .checkCompletedCheckbox {
    position: relative;
    margin: -3px auto;
    height: 26px;
    width: 26px;
    border: 1px solid var(--dark-grey);
    cursor: pointer;
  }
  div#message-overview_info, div#sentMessages_info {
    font-size: 12px;
  }
  .sidebar-text {
    font-size: 0.7rem !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 1000px) {
  .modal-dialog.legendgraph {
    width: 100rem;
    -webkit-transform: scale(0.6) translate(-50%, 15px) !important;
    -ms-transform: scale(0.6) translate(-50%, 15px) !important;
    transform: scale(0.6) translate(-50%, 15px) !important;
    -webkit-transform-origin: 0 0;
    overflow-x: visible;
  }
}
@media (max-width: 768px) {
  #credential-box {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    margin: auto;
  }
  .coreprocess-weitereanweisungen {
    bottom: 75px;
    left: 80px;
  }
  .todo-list tbody .task_duedate {
    max-width: 80px;
  }
}
/* Min-Width */
@media (min-width: 768px) {
  html {
    font-size: 0.9rem;
  }
}
/* Max-Height */
@media (max-height: 1000px) {
  .modal-body {
    z-index: 1000;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: unset;
    overflow: hidden;
    outline: 0;
  }
}
@media (max-height: 650px) {
  .todo-description-wrapper {
    max-height: 200px;
    min-height: 200px;
  }
}
/* MOVE ME SOMEWHERE USEFULL */
.recurrence-pattern-daily,
.recurrence-pattern-weekly,
.recurrence-pattern-monthly,
.recurrence-pattern-yearly,
.range-of-recurrence {
  display: none;
}

/*********** Modal  *************/
.scrollable-modal .modal-dialog {
  overflow-y: initial !important;
}

.scrollable-modal .modal-content {
  padding: 0px;
}

.scrollable-modal .modal-body {
  /*height: 500px;*/
  height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

/******* IE Stuff *********/
@media screen\0  {
  .card-ct-app-tabs {
    display: block;
  }
  .doc-footer-logo-print {
    display: none;
  }
  .doc-print-button {
    position: absolute;
    left: 10px;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: var(--white);
    border-radius: 300px;
    text-align: center;
    bottom: 15px;
    margin-left: 5px;
    font-size: 36px;
    z-index: 99999;
  }
  #printDiv {
    overflow-y: scroll;
  }
  .hydrated {
    padding-top: 0px;
  }
}
/** Compare **/
ins {
  text-decoration: none;
  background-color: #d4fcbc;
}

del {
  text-decoration: line-through;
  background-color: #fbb6c2;
  color: #555;
}

.compareWrapper {
  overflow-y: auto !important;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

iframe#previewIframe {
  min-height: 500px;
  height: 1109.25px;
}