@charset "UTF-8";
.blurred {
  opacity: 0.4 !important;
}

input {
  font-family: "Roboto Condensed";
  font-size: 16px;
  background-color: white;
}
input:focus {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.lh-36 {
  line-height: 36px;
}

.login-page {
  font-family: Roboto;
  background: white url(../img/funky-lines.webp);
}
.login-page .form-background {
  min-height: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: transparent;
}
.login-page .login-box {
  border: thin solid #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.login-page .login-box .login-form {
  background-color: #F8F8F8;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.login-page .login-box .login-image {
  background-color: transparent;
  background-image: url(../img/money.jpg);
  background-size: cover;
  background-position: center -80px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

html {
  min-height: 100%;
  height: 100%;
}

body.full-height {
  height: 100%;
  overflow: auto;
  background-color: #F8F8F8;
}
body .wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
body .wrapper div.content-wrapper {
  height: 100%;
  width: 100vw;
  overflow: overlay;
}
body .wrapper div.content-wrapper div.content-header {
  height: calc(2rem + 18px);
  width: 100%;
  color: #555;
  background-color: #e5e5e5;
  border-bottom: thin solid #c5c5c5;
  z-index: 100;
  position: fixed;
}
body .wrapper div.content-wrapper div.content-header nav.navbar {
  padding-left: 10px !important;
}
body .wrapper div.content-wrapper div.content-header nav.navbar div.menu-btn {
  cursor: pointer;
  font-size: 24px;
}
body .wrapper div.content-wrapper div.content-header nav.navbar div#pageTitle {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto Light";
  color: #770404;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
body .wrapper div.content-wrapper div.content-header nav.navbar div#pageTitle .breadcrumbs {
  color: #555;
}
body .wrapper div.content-wrapper div.content-header nav.navbar div#pageTitle .breadcrumbs .home-link {
  color: inherit;
}
body .wrapper div.content-wrapper div.content-header nav.navbar div#pageTitle .breadcrumbs .home-link:hover {
  text-decoration: none;
}
body .wrapper div.content-wrapper div.content-header nav.navbar div#pageTitle .breadcrumbs.current-page {
  color: #b80000;
}
body .wrapper div.content-wrapper div.content-header nav.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
body .wrapper div.content-wrapper div.content-row {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 56px;
  height: calc(100% - 56px);
  overflow: overlay;
  display: flex;
  flex-direction: column;
  opacity: 1;
}
body .wrapper div.content-wrapper div.content-row .homepage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 56px);
  background: url(../img/funky-lines.png);
}
body .wrapper div.content-wrapper div.content-row .homepage img.ascendis-logo {
  width: 200px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

aside.sidebar {
  min-width: 250px !important;
  width: 280px !important;
  margin-left: 0px;
  margin-top: 56px;
  padding-right: 0px;
  height: 100%;
  background-color: #FFF;
  overflow: auto;
  font-family: "Roboto Condensed";
  font-size: 16px;
  float: left;
  position: fixed;
  display: none;
  z-index: 999999;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border: thin solid #d0d0d0;
  border-top: thin solid #bbb;
}
aside.sidebar ul.nav-sidebar-bottom {
  position: absolute;
  bottom: 56px;
  left: 0px;
  background: #e5e5e5;
  color: #5f586a;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
aside.sidebar ul.nav-sidebar-bottom .nav-item {
  display: flex;
  align-items: center;
}
aside.sidebar ul.nav-sidebar-bottom .user-image {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
}
aside.sidebar ul.nav-sidebar-bottom a.small-link {
  color: #555;
}
aside.sidebar .nav-sidebar > .nav-item {
  border-bottom: 1px dotted #AAA;
  width: 100%;
}
aside.sidebar .nav-sidebar > .nav-item.active .nav-link {
  font-weight: 500;
}
aside.sidebar .nav-sidebar > .nav-item.has-treeview > a::after {
  content: "\e5cb";
  font-family: "Material Icons Outlined";
  font-weight: 900;
  color: #bbb;
  float: right;
}
aside.sidebar .nav-sidebar > .nav-item.has-treeview.menu-open > a::after {
  content: "\e5cf";
}
aside.sidebar .nav-sidebar > .nav-item.group-label {
  background-color: #d5d5d5;
}
aside.sidebar .nav-sidebar > .nav-item .nav-treeview {
  background: #FFF;
  padding-left: 25px !important;
}
aside.sidebar .nav-sidebar > .nav-item .nav-treeview .nav-item {
  width: 100%;
}
aside.sidebar .nav-sidebar > .nav-item .nav-treeview .nav-item-sep {
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #999;
}
aside.sidebar .nav-sidebar > .nav-item .nav-link {
  position: relative;
  padding: 0.35rem 1rem;
  color: #3d324d;
}
aside.sidebar .nav-sidebar > .nav-item .nav-link span {
  display: inline-block;
  margin: 0;
  margin-left: 0.7rem;
  position: relative;
  font-weight: 400;
}
aside.sidebar .nav-sidebar > .nav-item .nav-link.active span {
  font-weight: 600;
}
aside.sidebar .nav-sidebar > .nav-item .nav-link span.nav-icon {
  text-align: center;
  vertical-align: top;
  font-size: 1rem;
  margin-left: 0;
  max-width: 16px;
  line-height: 1.4;
}

.cd_kanban_board {
  width: auto;
  height: auto;
  display: block;
  clear: both;
  overflow-x: auto;
}

.cd_kanban_board > .cd_kanban_board_titles {
  margin: 0px;
  padding: 0px;
  display: flex;
  clear: both;
}

.cd_kanban_board > .cd_kanban_board_titles:after {
  content: "";
  display: block;
  clear: both;
}

.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title {
  margin: 0 10px 0 0;
  padding: 0.5rem 0.7rem;
  color: #333;
  position: relative;
  flex: 1;
  border-bottom: 2px solid #aaa;
  border-top: 1px solid #e5e5e5;
  background-color: #FCFCFC;
}

/* .cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title:before{
    width: 80%;
    height: 100%;
    background: #343a40;
    display: block;
    clear: both;
    position: absolute;
    top:0px;
    left:0px;
    content: "";
} */
.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title span {
  position: relative;
  z-index: 10;
  margin: 0px;
  font-size: 110%;
  color: #555;
}

.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title span.material-symbols-outlined {
  font-size: 150%;
}

.cd_kanban_board > .cd_kanban_board_titles .cd_kanban_board_title:last-child {
  margin: 0px;
}

.cd_kanban_board > .cd_kanban_board_blocks {
  margin: 0px;
  padding: 0px;
  display: flex;
  clear: both;
}

.cd_kanban_board > .cd_kanban_board_blocks:after {
  content: "";
  display: block;
  clear: both;
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block {
  height: auto;
  margin: 10px 10px 10px 0;
  /* padding: 1rem; */
  flex: 1;
  /* background: #f2f2f2; */
  overflow-y: visible;
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block:last-child {
  margin: 10px 0 0;
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0.75rem;
  display: block;
  clear: both;
  background: #FFF;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #555;
  transition: transform 300ms ease-in-out;
  transform: rotate(0deg);
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item a {
  font-style: italic;
  text-decoration: underline;
  margin: 5px 0 0;
  display: block;
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item .cd_kanban_board_block_item_title {
  margin: 0 0 0.2rem;
  padding: 0 0 0 0px;
  /* background: url("../img/dragger.png") 0px 0px no-repeat; */
  font-size: 1rem !important;
  line-height: 1rem;
  font-weight: 700;
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item.ui-sortable-helper {
  transform: rotate(-4deg);
}

.cd_kanban_board_block_item_placeholder {
  width: 100%;
  height: 60px;
  margin: 0 0 10px;
  display: block;
  clear: both;
  border: 1px dashed #aaa;
}

.cd_kanban_board > .cd_kanban_board_blocks .cd_kanban_board_block .cd_kanban_board_block_item .cd_kanban_board_block_item_footer {
  margin: 0.75rem -0.75rem -0.75rem;
  padding: 0.75rem;
  display: block;
  clear: both;
  border-top: 1px solid #e5e5e5;
}

.tableContainer {
  max-width: 100%;
  font-family: "Roboto Condensed";
}

.dataTable thead {
  position: sticky;
  top: 0px;
}
.dataTable thead th {
  font-family: "Roboto Condensed";
  font-size: 15px;
  background-color: #e3e3e3;
  color: #555;
  font-weight: 500 !important;
  border-bottom: 1px solid #d5d5d5 !important;
  border-top: 1px solid #d5d5d5 !important;
  border-collapse: collapse;
  padding: 5px;
  text-wrap-mode: nowrap;
}
.dataTable thead th.dt-orderable-asc span.dt-column-order::before, .dataTable thead th.dt-orederable-desc span.dt-column-order::before {
  opacity: 0.2 !important;
  bottom: 40% !important;
  font-size: 150% !important;
  content: "⌃" !important;
}
.dataTable thead th.dt-orderable-asc span.dt-column-order::after, .dataTable thead th.dt-orederable-desc span.dt-column-order::after {
  opacity: 0.2 !important;
  bottom: 40% !important;
  font-size: 150% !important;
  content: "⌄" !important;
}
.dataTable thead th.dt-ordering-asc span.dt-column-order::before, .dataTable thead th.dt-ordering-desc span.dt-column-order::after {
  opacity: 0.6 !important;
  color: #b00;
}
.dataTable tbody td {
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 400;
  padding: 0.35rem;
  background-color: #FFF;
  vertical-align: middle;
}
.dataTable tbody td.action-2buttons {
  min-width: 95px;
  width: 95px;
}
.dataTable tbody td.action-3buttons {
  min-width: 130px;
  width: 130px;
}
.dataTable tfoot {
  display: table-row-group;
}
.dataTable tfoot td {
  font-family: "Roboto Condensed";
  padding: 5px;
}
.dataTable tfoot td.action-2buttons {
  min-width: 95px;
  width: 95px;
}
.dataTable tfoot td.action-3buttons {
  min-width: 130px;
  width: 130px;
}

.dt-buttons .buttons-copy, .dt-buttons .buttons-pdf, .dt-buttons .buttons-csv, .dt-buttons .buttons-excel {
  background-color: #f5f5f5 !important;
  border: 0 !important;
  color: #444444 !important;
}

.page-item .page-link {
  background-color: white;
  color: #770404;
}
.page-item.active .page-link {
  background-color: #787878;
  border-color: #787878;
}

.dataTableSlave thead {
  background-color: #d0d0d0;
  font-size: 15px !important;
  color: #555;
}
.dataTableSlave thead th {
  background-color: inherit;
}
.dataTableSlave tbody td {
  font-size: 13px;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.form-control {
  font-family: "Roboto Condensed" !important;
  font-size: 16px !important;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #ddd !important;
}

.custom-select {
  font-family: "Roboto Condensed" !important;
  font-size: 16px !important;
}
.custom-select:focus {
  box-shadow: none !important;
  border-color: #ddd !important;
}
.custom-select option:hover, .custom-select option:focus, .custom-select option:active {
  background-color: #3d324d !important;
  color: white !important;
}

.btn-outline-primary, .bg-outline-primary {
  background-color: #EEE;
  border-color: #3d324d;
  color: #3d324d;
}
.btn-outline-primary:hover, .bg-outline-primary:hover {
  color: #EEE;
  background-color: #3d324d;
}

.btn-outline-secondary, .bg-outline-secondary {
  background-color: #EEE;
  border-color: #770404;
  color: #770404;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.btn {
  padding: 0.3rem 0.5rem !important;
}

.btn-transparent {
  background-color: transparent;
  color: #444444;
}

.alert {
  padding: 5px;
}

/* ANCHOR: Overriding jQuery-UI */
.ui-dialog {
  padding: 0 !important;
  border: 0 !important;
  font-family: "Roboto Condensed";
  font-size: 16px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2) !important;
}

.ui-dialog-titlebar {
  border-radius: 5px 5px 0 0 !important;
  background: #F5F5F5 !important;
  color: #770404 !important;
  border-bottom: thin solid #e5e5e5 !important;
}

.ui-dialog-titlebar-close {
  border: 0 !important;
  background-color: transparent !important;
}

.ui-widget-header {
  border: 0;
}

.ui-widget-content {
  background-color: #f5f5f5;
}

.ui-dialog-buttonpane {
  border-radius: 0 0 5px 5px !important;
  border-top: thin solid #e5e5e5 !important;
}

.ui-dialog-buttonset .ui-button {
  border: thin solid #c5c5c5 !important;
  font-family: "Roboto Condensed" !important;
  font-size: 16px !important;
  color: #3d324d;
}
.ui-dialog-buttonset .ui-button:hover {
  color: #770404;
}

.separateButtons .ui-dialog-buttonset {
  width: 100% !important;
  padding-left: 1rem;
}/*# sourceMappingURL=master.css.map */