/* KBH */

@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-ThinItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Demibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-DemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'KBH';
  src: url('fonts/KBH/KBH-BlackItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}
/* KBH Tekst */

@font-face {
  font-family: 'KBH-Tekst';
  src: url('fonts/KBH-Tekst/KBHTekst.ttf') format('opentype');
  font-style: normal;
}
@font-face {
  font-family: 'KBH-Tekst';
  src: url('fonts/KBH-Tekst/KBHTekst-Italic.ttf') format('opentype');
  font-style: italic;
}
@font-face {
  font-family: 'KBH-Tekst';
  src: url('fonts/KBH-Tekst/KBHTekst-Bold.ttf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'KBH-Tekst';
  src: url('fonts/KBH-Tekst/KBHTekst-Bold.ttf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
  color: #000c2e;
  background-color: #f8f8f8;
}
button {
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
.ui-widget {
  font-size: 14px;
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
.ui-widget-content {
  color: #000c2e;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 14px;
}
.ui-datepicker {
  z-index: 20000 !important;
}
.ui-datepicker th {
  font-size: 14px;
}
.ui-datepicker-calendar {
  font-size: 14px;
}
a,
.ui-widget-content a {
  color: #035cac;
  text-decoration: none;
}
.widget-display-title-link a,
.widget-display-title-link .ui-widget-content a {
  color: #000c2e;
  text-decoration: underline;
}
a.underline {
  text-decoration: underline;
}
a:hover {
  color: #035cac;
}
a.fa-stack:hover {
  border-bottom: none;
}
p {
  margin-bottom: 12px;
  line-height: 1.6em;
}
ul {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1.6em;
}
/*DATEPICKER*/

.ui-widget-content,
.ui-dialog {
  padding: 8px 18px !important;
  border-radius: 8px;
}
.ui-datepicker {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
  background: white;
  border: none;
  font-weight: bold;
}
.ui-datepicker-prev-hover {
  background: none !important;
}
.ui-datepicker-next-hover {
  background: none !important;
}
.ui-datepicker-calendar a.hover {
  border-bottom: none;
}
.ui-datepicker-calendar thead tr {
  border-bottom: 1px solid rgba(5, 5, 5, 0.06);
}
.ui-datepicker-calendar .ui-state-default {
  background: none !important;
  border: none !important;
}
.ui-datepicker-calendar .ui-state-active {
  border-radius: 3px;
  background: #bfe3fd !important;
  border: none !important;
}
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  border-radius: 3px;
  background: white;
}
.ui-datepicker-calendar .ui-state-highlight {
  border-radius: 3px;
  border: 1px solid #010c2d !important;
}
.ui-datepicker th {
  font-weight: normal;
}
.ui-datepicker td {
  padding: 4px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  color: #555555;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  border: 0;
}
header,
footer,
nav,
section {
  display: block;
}
a img {
  border: none;
}
.clearfix {
  clear: both;
}
select {
  max-width: 100%;
}
.faded {
  color: #525050;
  font-weight: 300;
}
/* HEADINGS
----------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 17px;
  margin: 10px 0;
  font-weight: normal;
}
h1 {
  font-size: 17px;
}
h6.warning {
  border: 1px solid #ffc237;
  background: #ffeaa8;
  background-image: none;
  padding: 2px;
}
.sectionIcon {
  float: right;
}
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

#main {
  min-height: 695px;
  margin-left: 279px;
  /* Same as the width of the sidenav */
  padding-left: 32px;
  padding-right: 32px;
}
#main.expanded {
  margin-left: 65px;
  /* Same as width of sidenav when minimised */

}
#header-top {
  height: 60px;
  background-color: #fafcfe;
  position: relative;
  margin-left: 279px;
  /* Same as the width of the sidenav */
  padding: 0px 10px;
}
#header-right {
  position: absolute;
  right: 5px;
  bottom: 2px;
  text-align: right;
}
#logo {
  margin: 5px 15px;
}
#logo .logo-shield {
  height: 25px;
}
#logo .logo-text {
  height: 13px;
  padding: 4px 0;
}
#logindisplay {
  text-align: right;
  text-transform: uppercase;
}
#logindisplay form {
  display: inline;
}
#header-bottom {
  background: #fafcfe;
}
#header-bottom-table {
  width: 100%;
}
#header-bottom-table #header-bottom-warnings {
  width: 1%;
  vertical-align: middle;
  padding-right: 10px;
}
#notificationArea {
  background-color: transparent;
  padding: 8px 0 8px 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
#footer {
  color: #999999;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  margin: 20px;
  font-size: .9em;
}
#menu {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  background: #fafcfe;
}
#menu li {
  padding: 2px 5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
#menu li a {
  font-size: 13px;
  color: white;
}
#menu li a:hover {
  border-bottom: none;
}
#menu li:hover:not(.cpr-search) {
  background: #cfe3f6;
}
#menu ul.submenu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  background: #cfe3f6;
  z-index: 101;
}
#menu ul.submenu li {
  display: block;
  list-style: none;
  list-style-position: inside;
  border-right: 1px solid #dddddd;
  margin: 0;
  padding: 3px 7px;
  position: relative;
  white-space: nowrap;
}
#menu ul.submenu li:hover {
  background: #a5c9ed;
}
#menu li:hover ul.submenu {
  display: block;
}
.section .overview-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.section .overview-buttons .btn-group {
  margin: 0;
}
/* SIDENAV
---------------------------------------------------------*/

.sidenav-header {
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  width: 279px;
  border-right: 1px solid rgba(0, 12, 46, 0.2);
  background-color: #eaeaea;
}
@media (min-height: 700px) {
  .sidenav-header {
    height: 135px;
    min-height: 135px;
  }
}
@media (max-height: 699px) {
  .sidenav-header {
    height: 80px;
    min-height: 80px;
  }
}
@media (max-height: 400px) {
  .sidenav-header {
    display: none;
  }
}
.sidenav-header a {
  display: flex;
  height: 24px;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  justify-content: space-between;
  align-content: center;
  color: #000c2e;
}
.sidenav-header a:hover {
  color: #000c2e;
  border-bottom: none;
  cursor: pointer;
}
.sidenav-header .kas-link {
  display: flex;
  flex-direction: row;
  font-family: KBH-Tekst;
  font-weight: 800;
  font-size: 2.5em;
  letter-spacing: 5px;
  justify-content: space-between;
}
@media (min-height: 700px) {
  .sidenav-header .kas-link .icon {
    height: 80px;
  }
}
@media (max-height: 699px) {
  .sidenav-header .kas-link .icon {
    height: 60px;
  }
}
.modern-link {
  color: #000c2e;
}
.modern-link:hover {
  color: #000c2e;
  text-decoration: underline;
  cursor: pointer;
  border-bottom: 0px;
}
.sidenav-container *::-webkit-scrollbar {
  width: 10px;
}
.sidenav-container *::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 4px;
}
.sidenav-container.minimised *::-webkit-scrollbar {
  width: 6px;
}
.sidenav-container.minimised .sidenav-header,
.sidenav-container.minimised .sidenav,
.sidenav-container.minimised .user-box {
  width: 65px;
}
@media (min-height: 400px) {
  .sidenav-container.minimised .sidenav {
    height: calc(100vh - 156px - 80px - (100vh - 100%));
    max-height: calc(100vh - 156px - 80px - (100vh - 100%));
    margin-top: 80px !important;
    margin-bottom: 156px !important;
  }
}
@media (max-height: 400px) {
  .sidenav-container.minimised .sidenav {
    height: calc(100vh - 156px - (100vh - 100%));
    max-height: calc(100vh - 156px - (100vh - 100%));
    margin-top: 0 !important;
    top: 0 !important;
    margin-bottom: 156px;
  }
}
.sidenav-container.minimised .sidenav a {
  padding: 12px 12px 12px 20px;
}
.sidenav-container.minimised .sidenav li span {
  display: none;
}
.sidenav-container.minimised .sidenav li span.subitem {
  display: block;
}
.sidenav-container.minimised .sidenav li ul.single-menu-title {
  position: fixed;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  left: 50px;
  z-index: 105;
  overflow: auto;
  height: auto;
  background-color: #eaeaea;
  list-style-type: none;
  padding-left: 8px;
  margin-top: 40px;
}
.sidenav-container.minimised .sidenav li ul.single-menu-title li.subitem-header {
  text-decoration-line: underline;
  font-weight: 700;
  align-items: center;
  display: flex;
  padding: 10px 5px;
}
.sidenav-container.minimised .sidenav li a .minimised-icon {
  display: contents;
  width: 20px;
}
.sidenav-container.minimised .sidenav li .dropdown-btn-group {
  display: none;
}
.sidenav-container.minimised .sidenav li ul.dropdown-container {
  list-style-type: none;
  position: fixed;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  left: 50px;
  z-index: 105;
  overflow: auto;
  height: auto;
}
.sidenav-container.minimised .sidenav li ul.dropdown-container li.subitem-header {
  padding: 10px 5px;
  font-weight: 700;
  text-decoration-line: underline;
  display: block;
}
.sidenav-container.minimised .sidenav li .dropdown-btn .fa {
  display: none;
}
.sidenav-container.minimised .sidenav-header {
  height: 80px;
  min-height: 80px;
}
.sidenav-container.minimised .sidenav-header .kas-link .kas-title {
  display: none;
}
.sidenav-container.minimised .sidenav-header .kas-link .icon {
  height: 60px;
}
.sidenav-container.minimised div.user-info {
  padding: 2px 20px;
}
.sidenav-container.minimised div.user-info a {
  border-bottom: none;
}
.sidenav-container.minimised div.user-info a:hover {
  cursor: pointer;
}
.sidenav-container.minimised .user-box {
  padding-bottom: 5px;
  min-height: 156px;
}
.sidenav-container.minimised .user-box .expanded-text {
  display: none !important;
}
.sidenav-container.minimised .user-box .user-buttons {
  padding: 0px 12px;
  padding-bottom: 5px;
  justify-content: space-between;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons {
  height: 30px;
  justify-content: center;
  width: 100%;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons a {
  height: 100%;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons .minimised-icon {
  display: contents;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons .minimise-icon {
  display: none;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons.minimiseMenu,
.sidenav-container.minimised .user-box .user-buttons .align-buttons form {
  height: 30px;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons.minimiseMenu:hover,
.sidenav-container.minimised .user-box .user-buttons .align-buttons form:hover {
  cursor: pointer;
}
.sidenav-container.minimised .user-box .user-buttons .align-buttons.minimiseMenu .minimised-icon,
.sidenav-container.minimised .user-box .user-buttons .align-buttons form .minimised-icon {
  display: contents;
}
.sidenav-container .user-box {
  width: 279px;
  height: 156px;
  min-height: 156px;
  z-index: 102;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #eaeaea;
  border-right: 1px solid rgba(0, 12, 46, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5px;
}
.sidenav-container .user-box .user-info {
  padding: 10px 0px 6px 10px;
  display: flex;
  flex-direction: row;
  height: 50px;
}
.sidenav-container .user-box .user-info .user-display-name {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-left: 25px;
}
.sidenav-container .user-box .user-info a:hover {
  border-bottom: none;
}
.sidenav-container .user-box .user-info a i.minimised-icon:hover {
  cursor: pointer;
}
.sidenav-container .user-box .user-role {
  font-family: KBH-Tekst;
  font-weight: 200;
}
.sidenav-container .user-box .user-buttons {
  font-family: KBH-Tekst;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 0px 0px 10px;
}
.sidenav-container .user-box .user-buttons .align-buttons {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 8px;
  height: 30px;
  align-self: start;
}
.sidenav-container .user-box .user-buttons .align-buttons .minimise-icon {
  display: contents;
  width: 30px;
}
.sidenav-container .user-box .user-buttons .align-buttons .minimise-icon:hover {
  cursor: pointer;
}
.sidenav-container .user-box .user-buttons .align-buttons a.modern-link {
  align-self: center;
}
.sidenav-container .user-box .user-buttons .align-buttons .minimised-icon,
.sidenav-container .user-box .user-buttons .align-buttons form {
  display: contents;
  width: 30px;
}
.sidenav-container .user-box .user-buttons .align-buttons.minimiseMenu:hover {
  cursor: pointer;
}
.sidenav-container .user-box .user-buttons .align-buttons.minimiseMenu .minimised-icon {
  display: none;
}
.sidenav-container .sidenav {
  font-family: KBH-Tekst;
  list-style-type: none;
  padding: 0px;
  width: 279px;
  position: fixed;
  z-index: 103;
  left: 0;
  background-color: #eaeaea;
  overflow-x: hidden;
  flex-shrink: 0;
  border-right: 1px solid rgba(0, 12, 46, 0.2);
  border-bottom: 1px solid rgba(0, 12, 46, 0.2);
}
@media (min-height: 700px) {
  .sidenav-container .sidenav {
    height: calc(100vh - 156px - 135px - (100vh - 100%));
    max-height: calc(100vh - 156px - 135px - (100vh - 100%));
    margin-top: 135px;
    margin-bottom: 156px;
  }
}
@media (max-height: 699px) {
  .sidenav-container .sidenav {
    height: calc(100vh - 156px - 80px - (100vh - 100%));
    max-height: calc(100vh - 156px - 80px - (100vh - 100%));
    margin-top: 80px;
    margin-bottom: 156px;
  }
}
@media (max-height: 400px) {
  .sidenav-container .sidenav {
    height: calc(100vh - 156px - (100vh - 100%));
    max-height: calc(100vh - 156px - (100vh - 100%));
    margin-top: 0;
    top: 0;
    margin-bottom: 156px;
  }
}
.sidenav-container .sidenav .selected-single {
  border-left: 3px solid #0094fd;
}
.sidenav-container .sidenav li .selected-subitem {
  border-left: 3px solid #0094fd;
}
.sidenav-container .sidenav .underline-sidenav {
  margin-left: 7px;
}
.sidenav-container .sidenav .underline-sidenav.subitem {
  margin-left: 20px;
}
.sidenav-container .sidenav li.selected a.dropdown-btn .underline-sidenav {
  font-weight: 700;
  text-decoration-line: underline;
  color: #002575;
}
.sidenav-container .sidenav .dropdown-container li.selected-subitem .underline-sidenav {
  font-family: KBH-Tekst;
  font-weight: 600;
  color: #0078da;
}
.sidenav-container .sidenav li:after {
  content: "";
  display: block;
  height: 1px;
  margin: 4px;
  width: 95%;
  background: rgba(0, 12, 46, 0.2);
}
.sidenav-container .sidenav li a:hover {
  background-color: #e5effa;
}
.sidenav-container .sidenav li a:hover span:hover {
  text-decoration-line: underline;
}
.sidenav-container .sidenav li ul.single-menu-title {
  display: none;
}
.sidenav-container .sidenav .dropdown-container li {
  font-family: KBH-Tekst;
  font-weight: 300;
}
.sidenav-container .sidenav .dropdown-container li.subitem-header {
  display: none;
}
.sidenav-container .sidenav .dropdown-container li:after {
  display: none;
}
.sidenav-container .sidenav li:last-child:after {
  width: 0%;
}
.sidenav-container .sidenav .dropdown-btn {
  display: flex;
  align-content: center;
}
.sidenav-container .sidenav .dropdown-btn a {
  width: 100%;
}
.sidenav-container .sidenav .dropdown-btn-group {
  width: 100%;
  display: block;
}
.sidenav-container .sidenav .dropdown-btn-group .fa {
  float: right;
}
.sidenav-container .sidenav li .dropdown-btn.active i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}
.sidenav-container .sidenav li .dropdown-btn i.fa {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.25s linear;
}
.sidenav-container .sidenav a {
  display: flex;
  height: 24px;
  padding: 12px 12px 12px 24px;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  align-content: center;
  color: #000c2e;
}
.sidenav-container .sidenav a:hover {
  color: #000c2e;
  border-bottom: none;
  cursor: pointer;
}
.sidenav-container .sidenav a:active {
  text-decoration: none;
  color: #0078da;
}
.sidenav-container .sidenav a:active .underline {
  text-decoration: underline;
  font-weight: 700;
  color: #002575;
}
/* Add an active class to the active dropdown button */

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropdown-container {
  margin-top: 0;
  max-height: auto;
  position: initial;
  background-color: #eaeaea;
  padding-left: 0px;
  list-style-type: none;
}
#logo {
  margin: 5px 15px;
}
#logo .logo-shield {
  height: 25px;
}
#logo .logo-text {
  height: 13px;
  padding: 4px 0;
}
#logindisplay {
  text-align: right;
  text-transform: uppercase;
}
#logindisplay form {
  display: inline;
}
#header-bottom {
  background: #fafcfe;
}
#header-bottom-table {
  width: 100%;
}
#header-bottom-table #header-bottom-warnings {
  width: 1%;
  vertical-align: middle;
  padding-right: 10px;
}
#notificationArea {
  background-color: transparent;
  padding: 8px 0 8px 0;
  margin-top: 0px;
  margin-bottom: 0px;
}
#footer {
  color: #868c9c;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  font-size: .9em;
  margin-left: 279px;
  padding-top: 50px;
  font-family: KBH-Tekst;
}
#menu {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  background: #fafcfe;
}
#menu li {
  padding: 2px 5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
#menu li a {
  font-size: 13px;
  color: white;
}
#menu li a:hover {
  border-bottom: none;
}
#menu li:hover:not(.cpr-search) {
  background: #cfe3f6;
}
/* MIT SKEMA
---------------------------------------------------------*/

#MyCalendar {
  padding: 0px 5px 5px 0px;
}
#MyCalendar .widget-display-title {
  padding: 40px 0px 0px 20px;
}
/*-------------------------------------------------------*/

/* --------------- My Page Columns layouts ------------- */

div.my-page {
  display: flex;
}
div.my-page > div.double-col {
  margin-right: 37px;
  width: 50%;
}
div.my-page > div.triple-col {
  margin-right: 37px;
  max-width: 33%;
  min-width: 33%;
}
div.my-page > div.triple-col:last-child {
  max-width: 31%;
  min-width: 31%;
}
div.my-page > div:last-child {
  margin: 0;
}
/* ----------------------------------------------------- */

/* ------------------- Widget setup -------------------- */

.tabcontent {
  display: none;
}
div.settings h1,
div.settings h2,
div.settings h3,
div.settings h4,
div.settings h5,
div.settings h6 {
  font-size: revert;
  margin: revert;
  font-weight: revert;
}
div.settings .card {
  padding-top: 5px;
}
div.settings .home-page-radio label {
  margin-bottom: 10px;
  display: inline-block;
}
div.settings .home-page-radio label:hover {
  cursor: pointer;
}
div.settings .home-page-radio label:has(input:checked) {
  font-weight: bold;
}
div.settings-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 37px;
}
div.my-page-preview-container {
  width: 50%;
  min-width: 50%;
  height: 100%;
}
div.my-page-preview-container div.my-page-preview-border {
  padding-top: 5px;
  height: 100%;
  width: 100%;
  border: 7px solid black;
  border-radius: 10px;
  outline: 2px solid grey;
  outline-offset: -9px;
}
div.my-page-preview-container div.my-page-preview-border .my-page-preview {
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5px;
}
div.my-page-preview-container div.my-page-preview-border .my-page-preview .widget-column-preview {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 100%;
}
div.my-page-preview-container div.my-page-preview-border .my-page-preview .widget-column-preview .widget-preview {
  text-align: center;
  margin-bottom: 10px;
  border: 3px solid black;
  border-radius: 6px;
  outline: 1px solid grey;
  outline-offset: -4px;
  padding: 25px;
}
div.widget-setup div.grid-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10%;
}
div.widget-setup div.grid-layout > div.grid-layout-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.widget-setup div.grid-layout > div.grid-layout-col > label {
  display: flex;
  align-items: center;
}
div.widget-setup div.grid-layout > div.grid-layout-col > label svg:hover > * {
  filter: brightness(0.9);
}
div.widget-setup table td {
  padding: 5px;
}
div.widget-setup table td.widget-column,
div.widget-setup table td.widget-order {
  width: 20%;
}
div.widget-setup table td > input[type=text] {
  width: 20%;
}
div.widget-setup table td > input[type=number] {
  width: 20%;
  -moz-appearance: textfield;
}
div.widget-setup table td > input::-webkit-outer-spin-button,
div.widget-setup table td > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* ----------------------------------------------------- */

iframe.simpleborder {
  border: 1px solid #cccccc;
}
ul.simplelist,
dl.simplelist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.checkboxlist > li > input[type=checkbox],
dl.checkboxlist > dt > input[type=checkbox] {
  position: relative;
  top: 2px;
}
dl.checkboxlist dt {
  font-weight: bold;
}
dl.checkboxlist dd {
  margin-bottom: 10px;
  margin: 3px 5px 6px 35px;
}
.readonly,
[readonly] {
  background: #eeeeee;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset {
  border: 1px solid #cccccc;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 100px;
  border: 1px solid #cccccc;
  resize: none;
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: 1em;
  padding: 3px 5px;
  color: #444444;
  width: 194px;
}
.input-component {
  border: 1px solid #cccccc;
  padding: 2px 4px 3px 4px;
}
.readOnly {
  background-color: #dddddd;
  color: Black;
}
.nowrap {
  white-space: nowrap;
}
/* DATEPICKER LAYOUT
----------------------------------------------------------*/

.datePicker {
  width: 111px !important;
  background: white url('images/calender_new_16x16.png') 89px center no-repeat;
}
.interval input {
  width: 111px !important;
}
/* END DATEPICKER LAYOUT
----------------------------------------------------------*/

select {
  font-family: Verdana, Helvetica, Sans-Serif;
  border: 1px solid #cccccc;
  padding: 1px 1px 2px 1px;
  color: #444444;
  margin: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
.ui-button {
  border: 1px solid #377b6f;
  padding: 10px 10px;
  background: white;
  border-radius: 4px;
  margin: 5px 5px 5px 0;
  cursor: pointer;
  min-width: 100px;
  color: #377b6f;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.ui-button:hover {
  background: #eef3f2;
}
input[type="submit"].default,
input[type="button"].default,
input[type="reset"].default,
.ui-button.default,
input[type="submit"][value="Gem"],
input[type="button"][value="Gem"],
input[type="reset"][value="Gem"],
.ui-button[value="Gem"],
input[type="submit"][value="Opret"],
input[type="button"][value="Opret"],
input[type="reset"][value="Opret"],
.ui-button[value="Opret"],
input[type="submit"][value="Indlæs liste"],
input[type="button"][value="Indlæs liste"],
input[type="reset"][value="Indlæs liste"],
.ui-button[value="Indlæs liste"],
input[type="submit"][value="Importer fravær"],
input[type="button"][value="Importer fravær"],
input[type="reset"][value="Importer fravær"],
.ui-button[value="Importer fravær"] {
  background: #377b6f;
  color: white;
}
input[type="submit"].default:hover,
input[type="button"].default:hover,
input[type="reset"].default:hover,
.ui-button.default:hover,
input[type="submit"][value="Gem"]:hover,
input[type="button"][value="Gem"]:hover,
input[type="reset"][value="Gem"]:hover,
.ui-button[value="Gem"]:hover,
input[type="submit"][value="Opret"]:hover,
input[type="button"][value="Opret"]:hover,
input[type="reset"][value="Opret"]:hover,
.ui-button[value="Opret"]:hover,
input[type="submit"][value="Indlæs liste"]:hover,
input[type="button"][value="Indlæs liste"]:hover,
input[type="reset"][value="Indlæs liste"]:hover,
.ui-button[value="Indlæs liste"]:hover,
input[type="submit"][value="Importer fravær"]:hover,
input[type="button"][value="Importer fravær"]:hover,
input[type="reset"][value="Importer fravær"]:hover,
.ui-button[value="Importer fravær"]:hover {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
.sectionButton {
  width: 200px;
  margin-left: 11px;
}
.inactiveButton {
  width: 180px;
  height: 20px;
  margin-left: 11px;
  background-color: #dddddd;
  padding: 2px 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: #cccccc;
  cursor: default;
  vertical-align: text-top;
}
.buttonText {
  line-height: 20px;
}
.editButton {
  width: 75px;
}
.removeImageButton {
  cursor: pointer;
}
.editImageButton {
  cursor: pointer;
}
.publishImageButton {
  cursor: pointer;
}
.newVersionImageButton {
  cursor: pointer;
}
.newCopyImageButton {
  cursor: pointer;
}
.orderImageButton {
  cursor: n-resize;
}
/* TABLE
----------------------------------------------------------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  vertical-align: top;
  padding: 0;
}
table th {
  padding: 6px 3px;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  font-size: 16px;
}
table .col0 {
  width: 0px;
  padding: 0;
}
table .col100 {
  width: 100px;
}
table .col150 {
  width: 150px;
}
table .col200 {
  width: 200px;
}
table .col250 {
  width: 250px;
}
/* Styles for ajax notifications
----------------------------------------------------------*/

.ajaxNotification {
  margin-top: 65px;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  text-align: center;
  color: white;
  border-radius: 5px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
.ajaxErrorNotification {
  background-color: #d72232;
}
.ajaxSuccessNotification {
  background-color: #377b6f;
}
.ajaxWorkingNotification {
  margin-top: 20px;
  background-color: #7c4aff;
}
.ajaxNotification ul {
  margin-top: 5px;
  list-style-type: none;
}
/* Styles for page warning
----------------------------------------------------------*/

.page-warning {
  padding: 15px 15px 15px 50px;
  border: 3px solid #eb5339;
  background: #fccac2 url('images/symbol_warning_32x32 .png') no-repeat 10px center;
  color: #333333;
  font-size: 120%;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  margin: 10px 0 10px 0;
}
/* MISC
----------------------------------------------------------*/

.clear {
  clear: both;
}
.error {
  color: #eb5339;
}
.alternate {
  background-color: white;
}
ul.shortcutlist {
  padding-left: 20px;
}
.ul-no-margin {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}
h3.section-title {
  color: rgba(0, 12, 46, 0.81);
  font-family: KBH-Tekst;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
h3.section-title:first-child,
.citizen-index h3 {
  margin-top: 0;
}
.section-actions {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 4px;
}
.section-filters-toggler {
  text-align: right;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
}
div.section {
  margin-bottom: 47px;
  padding: 0;
}
.widget-display-content div.section {
  margin-bottom: 0px;
}
.ui-dialog input[type="submit"],
.form input[type="submit"],
.simple-form input[type="submit"],
.ui-dialog input[type="button"],
.form input[type="button"],
.simple-form input[type="button"],
.ui-dialog input[type="reset"],
.form input[type="reset"],
.simple-form input[type="reset"],
.ui-dialog .ui-button,
.form .ui-button,
.simple-form .ui-button {
  border: 1px solid #377b6f;
  padding: 1px 10px 3px 10px;
  background: white;
  margin: 5px;
  min-width: 100px;
  color: #377b6f;
}
.ui-dialog input[type="submit"]:hover,
.form input[type="submit"]:hover,
.simple-form input[type="submit"]:hover,
.ui-dialog input[type="button"]:hover,
.form input[type="button"]:hover,
.simple-form input[type="button"]:hover,
.ui-dialog input[type="reset"]:hover,
.form input[type="reset"]:hover,
.simple-form input[type="reset"]:hover,
.ui-dialog .ui-button:hover,
.form .ui-button:hover,
.simple-form .ui-button:hover {
  background: #eef3f2;
}
.ui-dialog input[type="submit"].default,
.form input[type="submit"].default,
.simple-form input[type="submit"].default,
.ui-dialog input[type="button"].default,
.form input[type="button"].default,
.simple-form input[type="button"].default,
.ui-dialog input[type="reset"].default,
.form input[type="reset"].default,
.simple-form input[type="reset"].default,
.ui-dialog .ui-button.default,
.form .ui-button.default,
.simple-form .ui-button.default,
.ui-dialog input[type="submit"][value="Gem"],
.form input[type="submit"][value="Gem"],
.simple-form input[type="submit"][value="Gem"],
.ui-dialog input[type="button"][value="Gem"],
.form input[type="button"][value="Gem"],
.simple-form input[type="button"][value="Gem"],
.ui-dialog input[type="reset"][value="Gem"],
.form input[type="reset"][value="Gem"],
.simple-form input[type="reset"][value="Gem"],
.ui-dialog .ui-button[value="Gem"],
.form .ui-button[value="Gem"],
.simple-form .ui-button[value="Gem"],
.ui-dialog input[type="submit"][value="Opret"],
.form input[type="submit"][value="Opret"],
.simple-form input[type="submit"][value="Opret"],
.ui-dialog input[type="button"][value="Opret"],
.form input[type="button"][value="Opret"],
.simple-form input[type="button"][value="Opret"],
.ui-dialog input[type="reset"][value="Opret"],
.form input[type="reset"][value="Opret"],
.simple-form input[type="reset"][value="Opret"],
.ui-dialog .ui-button[value="Opret"],
.form .ui-button[value="Opret"],
.simple-form .ui-button[value="Opret"],
.ui-dialog input[type="submit"][value="Indlæs liste"],
.form input[type="submit"][value="Indlæs liste"],
.simple-form input[type="submit"][value="Indlæs liste"],
.ui-dialog input[type="button"][value="Indlæs liste"],
.form input[type="button"][value="Indlæs liste"],
.simple-form input[type="button"][value="Indlæs liste"],
.ui-dialog input[type="reset"][value="Indlæs liste"],
.form input[type="reset"][value="Indlæs liste"],
.simple-form input[type="reset"][value="Indlæs liste"],
.ui-dialog .ui-button[value="Indlæs liste"],
.form .ui-button[value="Indlæs liste"],
.simple-form .ui-button[value="Indlæs liste"],
.ui-dialog input[type="submit"][value="Importer fravær"],
.form input[type="submit"][value="Importer fravær"],
.simple-form input[type="submit"][value="Importer fravær"],
.ui-dialog input[type="button"][value="Importer fravær"],
.form input[type="button"][value="Importer fravær"],
.simple-form input[type="button"][value="Importer fravær"],
.ui-dialog input[type="reset"][value="Importer fravær"],
.form input[type="reset"][value="Importer fravær"],
.simple-form input[type="reset"][value="Importer fravær"],
.ui-dialog .ui-button[value="Importer fravær"],
.form .ui-button[value="Importer fravær"],
.simple-form .ui-button[value="Importer fravær"] {
  background: #377b6f;
  color: white;
}
.ui-dialog input[type="submit"].default:hover,
.form input[type="submit"].default:hover,
.simple-form input[type="submit"].default:hover,
.ui-dialog input[type="button"].default:hover,
.form input[type="button"].default:hover,
.simple-form input[type="button"].default:hover,
.ui-dialog input[type="reset"].default:hover,
.form input[type="reset"].default:hover,
.simple-form input[type="reset"].default:hover,
.ui-dialog .ui-button.default:hover,
.form .ui-button.default:hover,
.simple-form .ui-button.default:hover,
.ui-dialog input[type="submit"][value="Gem"]:hover,
.form input[type="submit"][value="Gem"]:hover,
.simple-form input[type="submit"][value="Gem"]:hover,
.ui-dialog input[type="button"][value="Gem"]:hover,
.form input[type="button"][value="Gem"]:hover,
.simple-form input[type="button"][value="Gem"]:hover,
.ui-dialog input[type="reset"][value="Gem"]:hover,
.form input[type="reset"][value="Gem"]:hover,
.simple-form input[type="reset"][value="Gem"]:hover,
.ui-dialog .ui-button[value="Gem"]:hover,
.form .ui-button[value="Gem"]:hover,
.simple-form .ui-button[value="Gem"]:hover,
.ui-dialog input[type="submit"][value="Opret"]:hover,
.form input[type="submit"][value="Opret"]:hover,
.simple-form input[type="submit"][value="Opret"]:hover,
.ui-dialog input[type="button"][value="Opret"]:hover,
.form input[type="button"][value="Opret"]:hover,
.simple-form input[type="button"][value="Opret"]:hover,
.ui-dialog input[type="reset"][value="Opret"]:hover,
.form input[type="reset"][value="Opret"]:hover,
.simple-form input[type="reset"][value="Opret"]:hover,
.ui-dialog .ui-button[value="Opret"]:hover,
.form .ui-button[value="Opret"]:hover,
.simple-form .ui-button[value="Opret"]:hover,
.ui-dialog input[type="submit"][value="Indlæs liste"]:hover,
.form input[type="submit"][value="Indlæs liste"]:hover,
.simple-form input[type="submit"][value="Indlæs liste"]:hover,
.ui-dialog input[type="button"][value="Indlæs liste"]:hover,
.form input[type="button"][value="Indlæs liste"]:hover,
.simple-form input[type="button"][value="Indlæs liste"]:hover,
.ui-dialog input[type="reset"][value="Indlæs liste"]:hover,
.form input[type="reset"][value="Indlæs liste"]:hover,
.simple-form input[type="reset"][value="Indlæs liste"]:hover,
.ui-dialog .ui-button[value="Indlæs liste"]:hover,
.form .ui-button[value="Indlæs liste"]:hover,
.simple-form .ui-button[value="Indlæs liste"]:hover,
.ui-dialog input[type="submit"][value="Importer fravær"]:hover,
.form input[type="submit"][value="Importer fravær"]:hover,
.simple-form input[type="submit"][value="Importer fravær"]:hover,
.ui-dialog input[type="button"][value="Importer fravær"]:hover,
.form input[type="button"][value="Importer fravær"]:hover,
.simple-form input[type="button"][value="Importer fravær"]:hover,
.ui-dialog input[type="reset"][value="Importer fravær"]:hover,
.form input[type="reset"][value="Importer fravær"]:hover,
.simple-form input[type="reset"][value="Importer fravær"]:hover,
.ui-dialog .ui-button[value="Importer fravær"]:hover,
.form .ui-button[value="Importer fravær"]:hover,
.simple-form .ui-button[value="Importer fravær"]:hover {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}
div.hide-filter {
  visibility: hidden;
  height: 0;
  padding: 0 !important;
}
.ui-dialog div.section {
  margin: 5px 0 0 0;
  padding: 0;
}
.ui-dialog-content > p:first-child {
  margin-top: 0;
}
div.limitHeight {
  max-height: 200px;
  overflow-y: auto;
}
.ui-dialog p.section-intro-text {
  margin: 5px 0 5px 0;
}
.form > p.section-intro-text:first-child {
  border: none;
}
div.navigation {
  display: inline;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
div.navigation a {
  font-weight: normal;
  color: white;
  text-decoration: underline;
  display: inline-block;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  vertical-align: bottom;
  padding: 0;
}
div.navigation a:hover {
  border: none;
}
div#title {
  position: absolute;
}
/* Reopen citizen dialog (child of form div id)*/

.LatestCitizenInfoBox p.citizenData {
  margin-bottom: -12px;
}
.actions a,
.actions img {
  cursor: pointer;
}
/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error {
  color: #eb5339;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #eb5339;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #eb5339;
}
.validation-summary-valid {
  display: none;
}
/* Lock info
----------------------------------------------------------*/

.lockInfo {
  float: right;
  width: 16px;
  height: 16px;
  background: url('images/security_2_16x16.png') no-repeat;
  position: relative;
  top: -2px;
  left: -8px;
}
.ui-widget-overlay {
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* Vertical tabs
----------------------------------------------------------*/

.vertical-tabs > ul.tabs {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.vertical-tabs > ul.tabs > li {
  padding: 5px 10px 5px 5px;
  border: 2px solid transparent;
  cursor: pointer;
}
.vertical-tabs > ul.tabs > li.invalid {
  color: red;
}
.vertical-tabs > ul.tabs > li.selected {
  border: 2px solid #000c2e;
  border-right: 2px solid white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
}
.vertical-tabs > div.content-area {
  border: 2px solid #000c2e;
  border-radius: 5px;
}
.vertical-tabs > div.content-area > .inner .inner-content {
  height: 400px;
  padding: 10px 10px 0 10px;
  overflow: auto;
}
.vertical-tabs > div.content-area > .inner .buttons {
  border-top: 1px solid #000c2e;
  padding: 10px;
  text-align: right;
}
/* Statistics module
----------------------------------------------------------*/

.statistics-index .buttons {
  text-align: right;
}
.statistics-index .summary h4 {
  margin: 10px 0;
}
.statistics-index .summary .criterias {
  margin-bottom: 5px;
}
.statistics-index .summary .criterias .label {
  margin-right: 3px;
  font-weight: bold;
}
.statistics-index table.details .slider-table {
  margin-top: 5px;
}
.statistics-index table.details .slider-table td.min {
  width: 20px;
  padding-right: 10px;
  text-align: right;
  font-weight: normal;
}
.statistics-index table.details .slider-table td.max {
  width: 40px;
  padding-left: 10px;
  text-align: left;
  font-weight: normal;
}
.statistics-index table.details .slider-table .slider {
  margin-top: 1px;
  width: 300px;
}
.statistics-index table.details td[colspan="3"] .literal {
  width: auto;
  top: 0;
}
.statistics-index table.details input[type=text] {
  width: 365px;
}
.statistics-index .address table.details input[type=text] {
  width: auto;
}
#templatesTabContent > table > tbody > tr > td,
#formActionTabContent > table > tbody > tr > td {
  padding-right: 30px;
}
.statistics-index .export-form {
  display: inline;
}
.statistics-index table.details .number-interval input[type=text] {
  width: 91px;
  text-align: right;
}
/* Login page
----------------------------------------------------------*/

.login-page {
  width: 700px;
  min-width: inherit;
  max-width: inherit;
  border-radius: 10px;
}
.login-page #header {
  padding: 0;
  border-radius: 10px 10px 0 0;
}
.login-page #header h1 {
  top: -13px;
}
.login-page div#title {
  position: absolute;
  top: 9px;
  left: 15px;
}
.login-page #main {
  padding: 20px;
  min-height: inherit;
  border-radius: 0 0 10px 10px;
}
.login-page .field {
  margin-bottom: 15px;
}
.login-page .field-label {
  margin-bottom: 5px;
  font-weight: bold;
  float: left;
}
.login-page .field-info {
  float: right;
  color: #aaaaaa;
}
.login-page .field input {
  width: 98%;
}
.login-page input[type=submit] {
  margin-top: 5px;
}
/* DialoX
----------------------------------------------------------*/

.dialox {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  border-radius: 20px;
}
.dialox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 109;
  padding: 0;
}
.dialox-header {
  font-size: 18px;
  font-family: KBH-Tekst, KBH;
  margin: 7px;
  padding: 15px;
}
.dialox-content-container {
  position: relative;
  margin: 7px;
  padding: 15px;
  background: white;
  overflow: auto;
}
.dialox-close {
  background: url('images/close.png') no-repeat center 6px;
  float: right;
  width: 16px;
  height: 16px;
  margin: 10px 10px;
  cursor: pointer;
}
.dialox-buttons {
  margin: 7px;
  text-align: right;
}
.dialox-close i {
  color: #999999;
}
.dialox-close i:hover {
  color: black;
}
.dialox .ui-button {
  margin-left: 10px;
}
.dialox .ui-button .ui-button-text {
  line-height: 1;
  font-weight: normal;
}
.citizen-warning-icon {
  font-size: 18px;
}
.citizen-warning-icon-green {
  color: #79a253;
}
.citizen-warning-icon-orange {
  color: #b8924f;
}
.citizen-warning-icon-red {
  color: #a46764;
}
.citizen-warning-icon-purple {
  color: #7464a4;
}
.calendar .citizen-warning-icon {
  font-size: 14px;
  position: relative;
}
/* ----------------------------------------------------------*/

/* Wizard */

/* ----------------------------------------------------------*/

.wizard-step-list {
  margin: 20px 0 15px 0;
}
.wizard-step-list .step {
  float: left;
  padding: 0 5px 0 5px;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.wizard-step-list .step.current {
  font-weight: bold;
  color: #333333;
}
.wizard-step-list .seperator {
  background: url(images/wizard/seperator-arrow-right.png) center center no-repeat;
  line-height: 30px;
  width: 50px;
  height: 30px;
  float: left;
}
/*.wizard-step-list {
    margin: 15px 0 0 0;
    height: 54px;
}

.wizard-step-list .step {
    background: #E6E6E6;
    float: left;
    padding: 0 15px;
    line-height: 54px;
    width: 200px;
}

.wizard-step-list .step.current {
    background: #004685;
    color: white;
}

.wizard-step-list .seperator {
    width: 15px;
    height: 54px;
    float: left;
    background: url(images/wizard/seperator.png) no-repeat;
}

.wizard-step-list .seperator.current {
    background: url(images/wizard/seperator_current.png) no-repeat;
}

.wizard-step-list .seperator.nextcurrent {
    background: url(images/wizard/seperator_next_current.png) no-repeat;
}*/

/* ----------------------------------------------------------*/

/* Participation Rebook */

/* ----------------------------------------------------------*/

.participation-rebook .activity {
  margin: 5px;
}
.participation-rebook .activity input {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
.participation-rebook dl {
  margin: 10px;
}
.participation-rebook dl dt {
  font-weight: bold;
}
.participation-rebook dl dd {
  margin-bottom: 10px;
}
/* ----------------------------------------------------------*/

/* CaseNote List */

/* ----------------------------------------------------------*/

.tableCaseNote {
  overflow: hidden;
  border: 1px solid lightgray;
  background: #fefefe;
  width: 100%;
  -moz-border-radius: 5px;
  /* FF1+ */
  -webkit-border-radius: 5px;
  /* Saf3-4 */
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.tdCaseNoteItem {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 5px;
}
/* ----------------------------------------------------------*/

/* System warnings */

/* ----------------------------------------------------------*/

.warning-type {
  font-size: 11px;
  margin-top: 25px;
}
.warning-type a {
  text-decoration: underline;
  color: #000c2e;
}
.warning-type .entity-link .entity-link-icon {
  background: url('images/icon_popup_20x16_white.gif') top center;
}
.warning-type li {
  list-style: none;
}
.warning-type .warning-badge {
  width: 12px;
  height: 12px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 10px;
}
.warning-type .warning-badge-text {
  background-color: #982e2e;
  border-radius: 25px;
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  font-style: normal;
  color: white;
}
.warning-type .warning-dropdown {
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: absolute;
  z-index: 101;
  right: 45px;
  top: 45px;
  display: none;
}
.warning-type .warning-description {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.warning-type .warning-item {
  padding: 10px;
  line-height: 16px;
}
.warning-type hr {
  border: none;
  border-top: 1px solid rgba(0, 12, 46, 0.2);
  margin: 0;
}
.warning-type .warning-more {
  text-align: center;
  padding: 5px;
  font-size: 11px;
  color: rgba(0, 12, 46, 0.2);
  text-transform: uppercase;
}
.warning-type .warning-next-update {
  text-align: right;
  font-size: 10px;
  color: rgba(0, 12, 46, 0.2);
  padding: 10px;
}
.warning-type:hover a {
  border: none;
}
.warning-type:hover .warning-badge {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.warning-type:hover .warning-dropdown {
  width: 230px;
  display: block;
  border-radius: 10px;
}
/* -------------------------------------------------------*/
/* Forms
/* -------------------------------------------------------*/
div.form {
  margin-bottom: 10px;
}
div.form > table {
  width: 100%;
  border-collapse: separate;
}
div.form > table input[type=text],
div.form > table input[type=number],
div.form > table input[type=password],
div.form > table textarea,
div.form > table select {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 4px 0;
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
div.form > table input.time-picker {
  width: 50px;
}
div.form > table label {
  line-height: 31px;
}
div.form > table input[type=checkbox] {
  padding: 0;
  margin: 9px 0;
}
div.form > table input[type=file] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 3px 0;
}
div.form > table .custom input[type=text],
div.form > table .custom input[type=number],
div.form > table .custom input[type=password],
div.form > table .custom textarea,
div.form > table .custom select {
  width: auto;
}
div.form > table .custom input.number {
  width: 50px;
}
div.form > table .custom input.time {
  width: 52px;
}
div.form > table img.icon {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  top: 7px;
}
div.form > table > tbody > tr:first-child > td {
  border-top: none;
}
div.form > table > tbody > tr > td {
  padding: 7px;
  line-height: 31px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid white;
}
div.form > table > tbody > tr > td .display-textarea,
div.form > table > tbody > tr > td .display-address {
  padding: 5px 0;
  line-height: 18px;
}
div.form > table > tbody > tr > td.literal {
  line-height: 18px;
  padding: 6px 0;
}
div.form > table > tbody > tr td.last-child {
  padding-right: 4px;
}
div.form > table > tbody > tr .td-first-child {
  width: 1px;
  white-space: nowrap;
  padding: 7px 15px 7px 7px;
}
div.form > table > tbody > tr td.value {
  width: 50%;
}
div.form > table > tbody > tr > td:first-child {
  width: 1px;
  white-space: nowrap;
  padding: 7px 15px 7px 7px;
}
div.form > table > tbody > tr > td:first-child:last-child {
  width: auto;
}
div.form > table > tbody > tr > td:nth-child(3) {
  width: 1px;
  white-space: nowrap;
  padding: 7px 15px 7px 7px;
}
div.form > table > tbody > tr > td.first-child {
  width: 1px;
  white-space: nowrap;
  padding: 7px 15px 7px 7px;
}
div.form > table > tbody > tr > td.first-child.last-child {
  width: auto;
}
div.form > table > tbody > tr > td.first-child + td + td {
  width: 1px;
  white-space: nowrap;
  padding: 7px 15px 7px 7px;
}
div.form > table > tbody > tr > td:first-child.custom {
  width: auto;
  white-space: normal;
}
div.form > table > tbody > tr > td:nth-child(3).custom {
  width: auto;
  white-space: normal;
}
div.form > table > tbody > tr > td.first-child.custom {
  width: auto;
  white-space: normal;
}
div.form > table > tbody > tr > td.first-child.custom + td + td {
  width: auto;
  white-space: normal;
}
div.form > table > tbody > tr > td:first-child.custom + td + td {
  width: auto;
  white-space: normal;
}
div.form > table > tbody > tr.last-child > td {
  border-bottom: none;
}
div.form .divider {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}
div.form .address .streetName {
  width: 380px !important;
}
div.form .address .streetBuildingIdentifier,
div.form .address .floorIdentifier,
div.form .address .suiteIdentifier,
div.form .address .roomNumber {
  width: 64px !important;
}
div.form .address .postCodeIdentifier {
  width: 100px !important;
}
div.form .address .districtName {
  width: 548px !important;
}
div.form .watermark {
  left: 6px !important;
}
div.form .horizontal-field {
  float: left;
  margin-right: 10px;
}
div.form .form-divider {
  border: none;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white;
  margin: 0;
}
div.form.withpadding {
  padding: 5px;
}
div.form .form-buttons {
  text-align: left;
  margin: 2px 4px;
}
div.form .ui-tabs {
  margin-top: -6px;
}
.gecko div.form label {
  position: relative;
  top: -1px;
}
div.simple-form {
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
div.simple-form > h3 {
  padding-left: 10px;
  padding-right: 10px;
}
div.filter-form .filter-cell {
  vertical-align: baseline;
  padding-right: 30px;
}
div.filter-form .filter-cell.title {
  font-weight: bold;
}
.pseudo-input-table .pseudo-input {
  border: 1px solid #cccccc;
  margin: 4px 0;
  background: white;
  padding: 0 4px;
  line-height: 21px;
  min-height: 21px;
  min-width: 200px;
}
.pseudo-input-table .pseudo-input .element {
  cursor: pointer;
  color: #bbbbbb;
  margin: 0 4px 0 0;
  position: relative;
}
.pseudo-input-table .pseudo-input .element img {
  zdisplay: none;
  padding: 0;
  margin: -1px;
  position: relative;
  top: 2px;
}
.pseudo-input-table .pseudo-input .element:hover {
  border-bottom: 1px dotted #bbbbbb;
}
.pseudo-input-table .pseudo-input .element.active {
  color: #97901a;
}
.pseudo-input-table .pseudo-input .element.active:hover {
  border-bottom: 1px dotted #97901a;
}
.pseudo-input-table .pseudo-input .element.selected {
  background: #eeeeee;
  border: 1px solid #dddddd;
  margin: -1px 3px -2px -2px;
  padding: 0 0 1px 1px;
}
.pseudo-input-table .pseudo-input.input-validation-error {
  background: #ffeeee;
}
.pseudo-input-table .pseudo-input-display {
  border: none;
  background: none;
}
.pseudo-input-table .pseudo-input-display .element {
  cursor: default;
}
.pseudo-input-table .pseudo-input-display .element:hover {
  border-bottom: none;
}
.pseudo-input-table .pseudo-input-display .element.active:hover {
  border-bottom: none;
}
/* ------------------------------------------------------- 
/* Ajax grid                                               
/* ------------------------------------------------------- */
.meta {
  font-size: 11px;
  text-transform: uppercase;
}
.ajaxgrid,
.grid {
  background: white;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 10px;
  position: relative;
}
.ajaxgrid .no-select,
.grid .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ajaxgrid .select,
.grid .select {
  margin: 2px;
  padding: 1px;
}
.ajaxgrid > .header,
.grid > .header {
  font-size: 11px;
  text-transform: uppercase;
  background: white;
  padding: 8px;
  border-bottom: 1px solid #dddddd;
}
.ajaxgrid > .header input,
.grid > .header input {
  margin: 2px;
  padding: 2px;
}
.ajaxgrid > .header select,
.grid > .header select {
  margin: 2px;
  padding: 1px;
  font-size: 11px;
  text-transform: uppercase;
}
.ajaxgrid > .header input[type=checkbox],
.grid > .header input[type=checkbox] {
  position: relative;
  top: 2px;
}
.ajaxgrid > .header > .search,
.grid > .header > .search {
  float: right;
}
.ajaxgrid > .header > .search > .search-label,
.grid > .header > .search > .search-label {
  margin-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ajaxgrid > .header > .search > .search-button,
.grid > .header > .search > .search-button {
  width: 16px;
  height: 16px;
  border: none;
  margin: 3px 0 0 3px;
  cursor: pointer;
  float: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}
.ajaxgrid > .header > .search > .search-input,
.grid > .header > .search > .search-input {
  font-size: 11px;
}
.ajaxgrid > .header .custom-filters,
.grid > .header .custom-filters {
  margin-left: 2px;
}
.ajaxgrid > .table-wrapper > table,
.grid > .table-wrapper > table {
  width: 100%;
  border-collapse: separate;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th,
.grid > .table-wrapper > table > thead > tr > th {
  background: white;
  border-bottom: 1px dotted #eeeeee;
  padding: 8px;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th > .sort,
.grid > .table-wrapper > table > thead > tr > th > .sort {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -3px 3px;
  background: url('images/icon_sort_16x16.gif') no-repeat;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th > .sort.asc,
.grid > .table-wrapper > table > thead > tr > th > .sort.asc {
  display: inline-block;
  background: url('images/icon_sort_down_16x16.gif') no-repeat;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th > .sort.desc,
.grid > .table-wrapper > table > thead > tr > th > .sort.desc {
  display: inline-block;
  background: url('images/icon_sort_up_16x16.gif') no-repeat;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th.number,
.grid > .table-wrapper > table > thead > tr > th.number {
  text-align: right;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th[data-sortkey],
.grid > .table-wrapper > table > thead > tr > th[data-sortkey] {
  cursor: pointer;
}
.ajaxgrid > .table-wrapper > table > thead > tr > th.actions,
.grid > .table-wrapper > table > thead > tr > th.actions {
  width: 1%;
  white-space: nowrap;
}
.ajaxgrid > .table-wrapper > table > tbody > tr.deleted > td,
.grid > .table-wrapper > table > tbody > tr.deleted > td {
  font-style: italic;
}
.ajaxgrid > .table-wrapper > table > tbody > tr > td,
.grid > .table-wrapper > table > tbody > tr > td {
  border-bottom: 1px dotted #eeeeee;
  padding: 8px;
  vertical-align: middle;
}
.ajaxgrid > .table-wrapper > table > tbody > tr > td .nowrap,
.grid > .table-wrapper > table > tbody > tr > td .nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ajaxgrid > .table-wrapper > table > tbody > tr > td .select,
.grid > .table-wrapper > table > tbody > tr > td .select {
  position: relative;
  left: 2px;
}
.ajaxgrid > .table-wrapper > table > tbody > tr > td.number,
.grid > .table-wrapper > table > tbody > tr > td.number {
  text-align: right;
}
.ajaxgrid > .table-wrapper > table > tbody > tr.group > td,
.grid > .table-wrapper > table > tbody > tr.group > td {
  background: #cad5e3;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ajaxgrid > .table-wrapper > table > tbody > tr.group > td .collapse-expand,
.grid > .table-wrapper > table > tbody > tr.group > td .collapse-expand {
  width: 16px;
  height: 16px;
  background: url('images/tree_collapse_16x16.png') no-repeat;
  position: relative;
  top: 0;
  left: 3px;
  cursor: pointer;
}
.ajaxgrid > .table-wrapper > table > tbody > tr.group > td .collapse-expand.collapsed,
.grid > .table-wrapper > table > tbody > tr.group > td .collapse-expand.collapsed {
  background: url('images/tree_expand_16x16.png') no-repeat;
}
.ajaxgrid > .table-wrapper > table > tbody > tr > td.minimal,
.grid > .table-wrapper > table > tbody > tr > td.minimal {
  width: 1%;
  white-space: nowrap;
}
.ajaxgrid > .table-wrapper > table .actions,
.grid > .table-wrapper > table .actions {
  white-space: nowrap;
}
.ajaxgrid > .table-wrapper > table .actions img,
.grid > .table-wrapper > table .actions img {
  vertical-align: bottom;
}
.ajaxgrid > .table-wrapper > table .actions ul,
.grid > .table-wrapper > table .actions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ajaxgrid > .table-wrapper > table .actions a:hover,
.grid > .table-wrapper > table .actions a:hover {
  border-bottom: none;
}
.ajaxgrid > .table-wrapper > table .actions i,
.grid > .table-wrapper > table .actions i {
  color: #035cac;
  font-size: 14px;
  padding: 0 3px;
  cursor: pointer;
}
.ajaxgrid > .table-wrapper > table .actions i.disabled,
.grid > .table-wrapper > table .actions i.disabled {
  color: #cccccc;
  cursor: not-allowed;
}
.ajaxgrid .footer,
.grid .footer {
  font-size: 11px;
  text-transform: uppercase;
  border-bottom-left-radius: 1;
  -webkit-border-bottom-left-radius: 1;
  -moz-border-bottom-left-radius: 1;
  border-bottom-right-radius: 1;
  -webkit-border-bottom-right-radius: 1;
  -moz-border-bottom-right-radius: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid #dddddd;
  padding: 8px;
  vertical-align: baseline;
}
.ajaxgrid .footer .footertext,
.grid .footer .footertext {
  margin: 4px;
  color: #bbbbbb;
}
.ajaxgrid .footer > .status,
.grid .footer > .status {
  float: right;
  margin: 4px;
  color: #bbbbbb;
}
.ajaxgrid .footer > .status select,
.grid .footer > .status select {
  margin: 2px;
  padding: 1px;
  font-size: 11px;
  text-transform: uppercase;
  margin: -5px 0;
}
.ajaxgrid .footer > .page-container,
.grid .footer > .page-container {
  float: left;
}
.ajaxgrid .footer > .page-container > .page-text,
.grid .footer > .page-container > .page-text {
  float: left;
  margin: 4px;
  color: #bbbbbb;
}
.ajaxgrid .footer > .page-container .img,
.grid .footer > .page-container .img {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px;
}
.ajaxgrid .footer > .page-container > .prev,
.grid .footer > .page-container > .prev {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px;
  cursor: pointer;
  font-size: 14px;
}
.ajaxgrid .footer > .page-container > .prev.disabled,
.grid .footer > .page-container > .prev.disabled {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px;
  color: #aaaaaa;
  cursor: default;
}
.ajaxgrid .footer > .page-container > .next,
.grid .footer > .page-container > .next {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px;
  cursor: pointer;
  font-size: 14px;
}
.ajaxgrid .footer > .page-container > .next.disabled,
.grid .footer > .page-container > .next.disabled {
  float: left;
  width: 16px;
  height: 16px;
  margin: 4px;
  color: #aaaaaa;
  cursor: default;
}
.ajaxgrid .footer > .page-size-container,
.grid .footer > .page-size-container {
  float: left;
}
.ajaxgrid .footer > .page-size-container > .label,
.grid .footer > .page-size-container > .label {
  float: left;
  margin: 4px;
  color: #bbbbbb;
}
.ajaxgrid .footer > .page-size-container > #pageSizeSelector,
.grid .footer > .page-size-container > #pageSizeSelector {
  float: left;
  margin: 2px;
  padding: 1px;
  font-size: 11px;
  text-transform: uppercase;
}
.ajaxgrid .footer > .divider,
.grid .footer > .divider {
  float: left;
  margin: 4px;
  color: #bbbbbb;
}
.ajaxgrid .footer > .reset,
.grid .footer > .reset {
  float: right;
  cursor: pointer;
  margin: 4px;
  color: #bbbbbb;
  color: #035cac;
}
.ajaxgrid .footer > .clear,
.grid .footer > .clear {
  clear: both;
}
.ajaxgrid .no-results,
.grid .no-results {
  padding: 10px;
  text-align: center;
  font-style: italic;
}
.ajaxgrid.stickyFirstRow tbody tr:first-child td {
  background: #fffced;
  font-style: italic;
}
.ajaxgrid-footnote {
  font-size: 80%;
  font-style: normal;
  margin: 0px 5px 10px 5px;
  text-transform: uppercase;
  color: #666666;
}
/* ------------------------------------------------------- 
/* Ajax grid with tree                                           
/* ------------------------------------------------------- */
.ajaxgrid-with-three table.structure {
  width: 100%;
  border-collapse: separate;
}
.ajaxgrid-with-three table.structure > tbody > tr > td:first-child {
  width: 1%;
}
.ajaxgrid-with-three .tree {
  width: 250px;
  border: none;
  margin-right: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ajaxgrid-with-three .tree .tree-header {
  background: white;
  border-top-left-radius: -1;
  -webkit-border-top-left-radius: -1;
  -moz-border-top-left-radius: -1;
  border-top-right-radius: -1;
  -webkit-border-top-right-radius: -1;
  -moz-border-top-right-radius: -1;
  min-height: 40px;
  border-bottom: 1px solid #dddddd;
}
.ajaxgrid-with-three .tree .tree-subheader {
  background: white;
}
.ajaxgrid-with-three .tree .tree-content {
  background: white;
  height: 349px;
  overflow-y: auto;
  padding: 5px 0px 5px 15px;
  margin-right: 5px;
  border-right: 1px solid #dddddd;
}
.ajaxgrid-with-three .tree .tree-footer {
  background: white;
  border-top: 1px solid #dddddd;
  border-bottom-left-radius: -1;
  -webkit-border-bottom-left-radius: -1;
  -moz-border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
  -webkit-border-bottom-right-radius: -1;
  -moz-border-bottom-right-radius: -1;
  padding: 10px 8px 11px 8px;
}
.ajaxgrid-with-three .tree .tree-footer label {
  position: relative;
  top: -2px;
  font-size: 90%;
  color: #bac2c5;
}
.simplelist input {
  margin-right: 4px !important;
  margin-bottom: 4px !important;
  vertical-align: bottom;
}
.simplelist input.number {
  width: 50px !important;
}
.simplelist a.remove {
  padding-left: 4px;
}
/* -------------------------------------------------------
/* Select Expand List
/* ------------------------------------------------------- */
.selectexpandlist > .header {
  padding: 5px;
}
.selectexpandlist > .header input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin: 1px 7px 1px 5px;
}
.selectexpandlist > .header.collapsed {
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 1px;
  color: #999999;
  background: white;
}
.selectexpandlist > .header.expanded {
  border: 1px solid #dddddd;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  xborder-bottom: none;
  font-weight: bold;
  background: white;
}
.selectexpandlist > .body {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border: 1px solid #dddddd;
  padding: 10px;
  margin-bottom: 1px;
}
.selectexpandlist > .body.expanded {
  border-top: none;
}
.selectexpandlist .form {
  margin-bottom: 0;
}
/* -------------------------------------------------------*/
/* Horizontal Tabs
/* -------------------------------------------------------*/
.horizontaltabs {
  margin-bottom: 10px;
}
.horizontaltabs > ul.horizontaltabs-tabs {
  float: right;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 150px;
}
.horizontaltabs > ul.horizontaltabs-tabs li.horizontaltabs-tab {
  padding: 5px;
  margin-bottom: 1px;
  border: 1px solid transparent;
  curson: pointer;
}
.horizontaltabs > ul.horizontaltabs-tabs li.horizontaltabs-tab input {
  width: 130px;
}
.horizontaltabs > ul.horizontaltabs-tabs li.horizontaltabs-tab .icon {
  float: right;
  top: -1px;
  display: none;
}
.horizontaltabs > ul.horizontaltabs-tabs li.horizontaltabs-tab.nothover input {
  background: none;
  border: 1px solid transparent;
}
.horizontaltabs > ul.horizontaltabs-tabs li.horizontaltabs-tab.selected {
  border: 1px solid #dddddd;
  border-left: 1px solid white;
  background: white;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
.horizontaltabs > ul.horizontaltabs-tabs li.horizontaltabs-tab.selected .icon {
  display: inline;
}
.horizontaltabs .horizontaltabs-content {
  display: none;
}
.horizontaltabs .horizontaltabs-content div.form {
  border: none;
}
.horizontaltabs .horizontaltabs-content div.form div.form {
  border: 1px solid #dddddd;
}
.horizontaltabs .horizontaltabs-content.selected {
  display: block;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: white;
  margin-right: 149px;
}
.calendar {
  border: none;
  background: white;
  padding: 4px;
  margin: 0;
}
.widget-display-content .calendar.week-large {
  padding: 12px 12px 48px 12px;
}
.widget-display-content .calendar.month {
  padding: 12px 12px 48px 12px;
}
.widget-display-content .calendar.day {
  padding: 12px 12px 48px 12px;
}
.widget-display-content .calendar {
  padding: 0px;
}
.calendar .calendar-controls {
  padding-left: 6px;
}
.calendar .calendar-controls .calendar-controls-table {
  width: 100%;
}
.calendar .calendar-controls .calendar-controls-table .calender-day {
  width: 100%;
}
.calendar .calendar-controls .calendar-controls-table .calender-day .calender-day-container {
  background-color: #1995fa;
  color: white;
  font-size: 20px;
}
.calendar .calendar-controls .calendar-controls-table .calendar-week-header {
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.calendar .calendar-controls .calendar-controls-table .calender-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.calendar .calendar-controls .calendar-controls-table .calender-controls-right {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.calendar .calendar-controls .calendar-controls-table .calender-controls-left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.calendar .calendar-controls .calendar-controls-table .calender-controls-left,
.calendar .calendar-controls .calendar-controls-table .calender-controls-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 30px;
  background-color: rgba(191, 227, 253, 0.6);
}
.calendar .calendar-controls .calendar-controls-table .calender-controls-left:hover,
.calendar .calendar-controls .calendar-controls-table .calender-controls-right:hover {
  color: #0078da;
  cursor: pointer;
}
.calendar .calendar-view {
  x_overflow: hidden;
}
.calendar .calendar-view > table {
  table-layout: fixed;
  width: 100%;
}
.calendar .calendar-view > table > tbody > tr.grid-row td:not(:first-child) {
  border-left: 1px solid rgba(0, 12, 46, 0.2);
}
.calendar .calendar-view > table > tbody > tr.grid-row:nth-child(odd) td {
  background: rgba(249, 249, 249, 0.6);
}
.calendar .calendar-view > table > tbody > tr.grid-row:hover {
  background: rgba(191, 227, 253, 0.6);
}
.calendar .calendar-view > table > tbody > tr.grid-row:hover .alternativeBackground {
  background: rgba(191, 227, 253, 0.6);
}
.calendar .calendar-view > table > tbody > tr.grid-row:hover > td {
  background: rgba(191, 227, 253, 0.6);
}
.calendar .calendar-view > table > tbody > tr.grid-row:hover > td:hover {
  background: rgba(92, 184, 250, 0.6) !important;
}
.calendar .calendar-view > table > tbody > tr > td {
  background: white;
  text-align: center;
  border: none;
}
.calendar .calendar-view > table > tbody > tr > td:has(.calender-controls) {
  width: 260px;
}
.calendar .calendar-view > table > tbody > tr > td .calender-controls {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.calendar .calendar-view > table > tbody > tr > td .calender-controls-right {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.calendar .calendar-view > table > tbody > tr > td .calender-controls-left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.calendar .calendar-view > table > tbody > tr > td .calender-controls-left,
.calendar .calendar-view > table > tbody > tr > td .calender-controls-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 30px;
  background-color: rgba(191, 227, 253, 0.6);
}
.calendar .calendar-view > table > tbody > tr > td .calender-controls-left:hover,
.calendar .calendar-view > table > tbody > tr > td .calender-controls-right:hover {
  cursor: pointer;
  color: #0078da;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day.today {
  background-color: #1995fa;
  color: white;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day.today .calender-week-day,
.calendar .calendar-view > table > tbody > tr > td div.calendar-day.today .calender-date,
.calendar .calendar-view > table > tbody > tr > td div.calendar-day.today .calender-month {
  font-weight: 500;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day-month {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  border-radius: 18px;
  max-width: 100%;
  background-color: #bfe3fd;
  margin-bottom: 10px;
  margin: 0px 3px 0px 3px;
}
@media only screen and (max-width: 479px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day-month span.calendar-day-small {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day-month span.calendar-day-small {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day-month span.calendar-day-large {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day-month span.calendar-day-large {
    display: block;
  }
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day-month .calender-date,
.calendar .calendar-view > table > tbody > tr > td div.calendar-day-month .calender-month {
  font-family: KBH-Tekst;
  font-weight: 200;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day.month-grid-days {
  margin-bottom: 0px;
  height: revert;
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
  border-radius: 18px;
  height: 62px;
  width: 52px;
  max-width: 100%;
  background-color: #bfe3fd;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day span.calendar-day-small {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day span.calendar-day-small {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day span.calendar-day-large {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .calendar .calendar-view > table > tbody > tr > td div.calendar-day span.calendar-day-large {
    display: block;
  }
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-day .calender-date,
.calendar .calendar-view > table > tbody > tr > td div.calendar-day .calender-month {
  font-family: KBH-Tekst;
  font-weight: 200;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot {
  position: relative;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot.today {
  background: #bfe3fd;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry {
  position: absolute;
  z-index: 100;
  padding: 1px;
  color: #333333;
  overflow: hidden;
  font-size: 11px;
  text-align: left;
  border-left: 5px solid;
  word-break: break-word;
  border-radius: 4px;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.no-border {
  border-left: 1px solid;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-green {
  background-color: rgba(57, 123, 112, 0.8);
  border-color: #295850;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-green.dimmed {
  background-color: #75bfb3;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-greenblue {
  background-color: rgba(160, 231, 192, 0.8);
  border-color: #77dda5;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-greenblue.dimmed {
  background-color: white;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-red {
  background-color: rgba(248, 58, 34, 0.8);
  border-color: #e01f07;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-red.dimmed {
  background-color: #fca89e;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-pink {
  background-color: rgba(255, 192, 203, 0.8);
  border-color: #ff8da1;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-pink.dimmed {
  background-color: white;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-orange {
  background-color: #ffd269;
  border: 1px solid #ffc336;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-orange.dimmed {
  background-color: #fff8e8;
  border-style: dashed !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-grey {
  background-color: rgba(238, 238, 238, 0.8);
  border-color: #d4d4d4;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-grey.dimmed {
  background-color: white;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-blue {
  background-color: rgba(159, 198, 231, 0.8);
  border-color: #76aedd;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-blue.dimmed {
  background-color: #c8def1;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-coral4 {
  background-color: rgba(220, 108, 108, 0.8);
  border-color: #d24343;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.color-coral4.dimmed {
  background-color: #e69595;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.render-type-line,
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.render-type-line.dimmed {
  background: url(images/cal-entry-line.png) repeat-x center center;
  border-style: none;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.render-type-line-orange,
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry.render-type-line.dimmed {
  background: url(images/cal-entry-line-orange.png) repeat-x center center;
  border-style: none;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot .entry-letter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: black;
  font-weight: 600;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot-first-half {
  background: white;
  border-bottom: 1px solid #cbd3d6;
}
.calendar .calendar-view > table > tbody > tr > td div.grid-field {
  height: 40px;
  display: flex;
  align-items: center;
}
.calendar .calendar-view > table > tbody > tr > td div.grid-field .group-checkbox input[type=checkbox] {
  position: relative;
}
.calendar .calendar-view > table > tbody > tr > td div.grid-field .group-checkbox .entity-link {
  position: relative;
}
.calendar .calendar-view > table > tbody > tr > td.time {
  padding-top: 20px;
  text-align: center;
}
.calendar .calendar-view > table > tbody > tr > td.time.day-view {
  padding-top: 5px;
}
.calendar .calendar-view > table > tbody > tr > td.header {
  padding: 2px 0;
}
.calendar .calendar-view > table > tbody > tr .alternativeBackground {
  background: #f9f9f9;
}
.calendar .calendar-view > table > tbody > tr > td.description {
  width: 300px;
}
.calendar .calendar-view > table > tbody > tr > td.description > div,
.calendar .calendar-view > table > tbody > tr > td.description > div > div {
  text-align: left;
  padding-left: 3px;
  white-space: nowrap;
  overflow: hidden;
}
.calendar .calendar-view > table > tbody > tr > td.description .select-all {
  margin: 0 0 0 3px;
}
.calendar .calendar-view > table > tbody > tr > td.description .select-all input[type=checkbox] {
  margin: 3px 0 3px 4px;
}
.calendar .calendar-view > table > tbody > tr > td.description .select-all span {
  position: relative;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container {
  background: white;
  padding: 1px;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-allday-event {
  border: none;
  margin: 1px;
  padding: 1px;
  background-color: white;
  color: #333333;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="External"] {
  background-color: #9fc6e7;
  border-color: #1587bd;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="External"].dimmed {
  background-color: #c8def1;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Internal"] {
  background-color: #b3dc6c;
  border-color: #93c00b;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Internal"].dimmed {
  background-color: #e8f5d3;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Warning"] {
  background-color: #f83a22;
  border-color: #a64232;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Warning"].dimmed {
  background-color: #fca89e;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Unknown"] {
  background-color: #eeeeee;
  border-color: #c3c3c3;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Unknown"].dimmed {
  background-color: white;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Notice"] {
  background-color: #ffd269;
  border-color: #ddb047;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry[data-calendar-entry-type="Notice"].dimmed {
  background-color: #fff8e8;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry-overlapping {
  background-color: #ffd269 !important;
  border: 1px solid #ddb047 !important;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container > table > tbody > tr td.calendar-entry-overlapping.dimmed {
  background-color: #fff8e8 !important;
  border-style: dashed !important;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="External"] {
  background-color: #9fc6e7;
  border-color: #1587bd;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="External"].dimmed {
  background-color: #c8def1;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Internal"] {
  background-color: #b3dc6c;
  border-color: #93c00b;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Internal"].dimmed {
  background-color: #e8f5d3;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Warning"] {
  background-color: #f83a22;
  border-color: #a64232;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Warning"].dimmed {
  background-color: #fca89e;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Unknown"] {
  background-color: #eeeeee;
  border-color: #c3c3c3;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Unknown"].dimmed {
  background-color: white;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Notice"] {
  background-color: #ffd269;
  border-color: #ddb047;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry[data-calendar-entry-type="Notice"].dimmed {
  background-color: #fff8e8;
  border-style: dashed;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry-overlapping {
  background-color: #ffd269 !important;
  border: 1px solid #ddb047 !important;
}
.calendar .calendar-view > table > tbody > tr > td.calendar-allday-events-container div.calendar-entry-overlapping.dimmed {
  background-color: #fff8e8 !important;
  border-style: dashed !important;
}
.calendar .calendar-paging {
  background: white;
  border: none;
  text-align: center;
}
.calendar .calendar-paging input[type=submit] {
  color: #666666;
  border: none;
  padding: 5px;
  margin: 5px;
  width: 150px;
  cursor: pointer;
}
.calendar .calendar-next {
  border-top: none;
}
.calendar .calendar-next input[type=submit] {
  background: white url('images/page-down.png') center center no-repeat;
}
.calendar .calendar-previous {
  border-bottom: none;
}
.calendar .calendar-previous input[type=submit] {
  background: white url('images/page-up.png') center center no-repeat;
}
.calendar.week-small .calendar-controls {
  font-size: 10px;
}
.calendar.week-small .calendar-view > table > tbody > tr > td div.calendar-day {
  max-width: 85%;
}
.calendar.week-small .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry * {
  display: none;
}
.calendar.week-small .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-slot-half {
  height: 12px;
}
.calendar.week-small .calendar-view > table > tbody > tr > td.time {
  font-size: 10px;
  padding-top: 7px;
}
.calendar.week-large .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-slot-half {
  height: 27px;
}
.calendar.week-large .calendar-view > table > tbody > tr > td div.calendar-slot .calendar-entry-subtitle {
  display: block;
}
.calendar.week-large .calendar-view > table > tbody > tr > td.time {
  font-size: 100%;
}
.calendar.month .calendar-view > table > tbody > tr > td div.calendar-slot {
  height: 89px;
  text-align: left;
}
.calendar.month .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-date {
  padding: 1px;
  background: white;
  border-bottom: 1px dotted #cbd3d6;
}
.calendar.month .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry {
  white-space: nowrap;
  position: relative;
  margin: 1px 3px;
}
.calendar.month .calendar-view > table > tbody > tr > td div.calendar-slot.calendar-month-not-current {
  background: white;
  color: #bbbbbb;
}
.calendar.day .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-slot-half {
  height: 14px;
}
.calendar.day .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry {
  text-align: left;
}
.calendar.day .calendar-view > table > tbody > tr > td div.calendar-slot .calendar-entry-subtitle {
  display: block;
}
.calendar .calendar-layouts {
  text-align: center;
  font-size: 11px;
  padding: 10px;
  position: relative;
  min-height: 14px;
}
.widget-display-content .calendar .calendar-layouts {
  padding: 0px;
  height: 0px;
  min-height: 0px;
}
.calendar .calendar-layouts > .page-size-container {
  float: left;
  position: absolute;
  top: 8px;
}
.calendar .calendar-layouts > .page-size-container > .label {
  float: left;
  margin: 4px;
  font-size: 90%;
  color: #bbbbbb;
}
.calendar .calendar-layouts > .page-size-container > #pageSizeSelector {
  float: left;
  margin: 2px;
  padding: 0px;
  background: white;
  font-size: 90%;
}
.calendar.week-large .calendar-layouts {
  margin-top: 4px;
}
.ui-tabs {
  margin-top: 20px;
  border-radius: 0;
}
.ui-tabs .ui-widget-header {
  background: none;
  border: none;
  border-bottom: 1px solid #cbd3d6;
  border-radius: 0;
  padding: 0;
  font-weight: bold;
}
.ui-tabs .ui-widget-header li,
.ui-tabs .ui-widget-header li.ui-state-hover:hover {
  border-radius: 0;
  background: none;
  border: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 3px solid transparent;
}
.ui-tabs .ui-widget-header li.ui-tabs-selected,
.ui-tabs .ui-widget-header li.ui-state-hover:hover.ui-tabs-selected {
  background: white;
  border-left: 1px solid #cbd3d6;
  border-right: 1px solid #cbd3d6;
  border-top: 3px solid #000c2e;
}
.ui-tabs .ui-widget-header li a,
.ui-tabs .ui-widget-header li.ui-state-hover:hover a,
.ui-tabs .ui-widget-header li a:hover,
.ui-tabs .ui-widget-header li.ui-state-hover:hover a:hover {
  outline: none;
  border-bottom: none;
  font-weight: bold;
  font-size: 12px;
  line-height: 25px;
}
.ui-tabs .ui-widget-header li a,
.ui-tabs .ui-widget-header li.ui-state-hover:hover a {
  color: #035cac;
}
.ui-tabs .ui-widget-content {
  border: 1px solid #dddddd;
  border-top: none;
  border-radius: 0;
}
.ui-tabs .ui-tabs-panel {
  padding: 10px;
}
.participation-activity-selection > table.layout {
  width: 100%;
  table-layout: fixed;
}
.participation-activity-selection > table.layout > tbody > tr > td {
  width: 40%;
}
.participation-activity-selection > table.layout > tbody > tr > td:first-child {
  width: 55%;
}
.participation-activity-selection > table.layout > tbody > tr > td:first-child .simple-list {
  height: 290px;
  max-height: none;
}
.participation-activity-selection > table.layout > tbody > tr > td:first-child .simple-list table > tbody > tr > td:first-child {
  width: 1%;
  padding-left: 15px;
}
.participation-activity-selection .lesson-selector {
  margin-bottom: 15px;
}
.participation-activity-selection .lesson-selector table {
  table-layout: fixed;
  width: 700px;
}
.participation-activity-selection .lesson-selector table tr:first-child td {
  padding: 0 5px;
  line-height: 20px;
}
.participation-activity-selection .lesson-selector table td {
  border: 1px solid #dddddd;
  width: 80px;
}
.participation-activity-selection .lesson-selector table td:first-child {
  width: 300px;
}
.participation-activity-selection .lesson-selector .lesson,
.participation-activity-selection .lesson-selector .nolesson {
  height: 20px;
}
.participation-activity-selection .lesson-selector .lesson {
  background: #c0c600;
  cursor: pointer;
}
.participation-activity-selection .lesson-selector .lesson.has-filled-lessons,
.participation-activity-selection .lesson-selector .lesson.not-all-days {
  background: #c67900;
}
.participation-activity-selection .lesson-selector .lesson.selected {
  background: #9c529c;
}
.btn-group {
  margin: 0 0 15px 0;
  display: block;
}
.btn-group .btn {
  background: white;
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
}
.btn-group a:hover {
  border-bottom: none;
  background: #eef3f2;
  border-radius: 4px;
}
.btn-group a:hover i {
  color: #377b6f;
}
.btn-group i {
  color: #303a55;
  font-size: 21px;
}
.btn-group .fa-stack {
  height: 21px;
  width: 21px;
  line-height: normal;
  left: -5px;
}
.btn-group .fa-stack-corner-bottom {
  font-size: 14px;
  color: #303a55;
  left: 16px;
  top: 12px;
}
.btn-group.btn-group-list {
  margin: 0px;
  border-bottom-width: 0px;
}
/******************************************/

/* Recurrence */

/******************************************/

table.recurrence {
  width: 100%;
  table-layout: fixed;
}
table.recurrence .smallint .text-box {
  width: 50px !important;
}
table.recurrence .auto-width select {
  width: auto !important;
}
table.recurrence td:first-child {
  width: 80px;
}
.page-links {
  margin: 10px 0;
}
.horizontaltabs .content div.form div.activity-procedure-appearance {
  border: 1px solid #cbd3d6;
}
div.activity-procedure-appearance ul.days {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.activity-procedure-appearance ul.days li {
  float: left;
  width: 100px;
  margin: 0;
  padding: 0;
}
img.icon {
  position: relative;
  top: 2px;
  cursor: pointer;
}
#unitTree .itemTitle {
  cursor: pointer;
}
.fa-edit.fa-stack-1x,
.fa-external-link.fa-stack-1x {
  position: relative;
  top: 1px;
  left: 1px;
}
.warning-highlighted {
  background-color: #fccac2;
  color: dimgray;
  padding: 5px;
}
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree ul ul {
  margin-left: 19px;
}
.tree ul li table td {
  padding: 3px 0;
  line-height: normal;
}
.tree ul li table td .icon {
  width: 16px;
  margin: 0 3px 0 0;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.tree ul li table td .itemTitle {
  border: 1px solid transparent;
  padding: 2px;
}
.tree ul li table td .itemTitle.selected {
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.tree ul li table td .itemTitle.dimmed {
  color: #bebebe;
}
.tree ul li table td.tree-item-multi-select-col div.tree-item-multi-select-col-inner {
  width: 21px;
}
.tree ul li table td.tree-item-multi-select-col div.tree-item-multi-select-col-inner input[type=checkbox] {
  margin: 0px 5px;
  padding: 0;
  position: relative;
  top: 3px;
}
.popup-selector {
  position: relative;
}
.popup-selector .select-container {
  z-index: 110;
  display: none;
  position: absolute;
  width: 250px;
  height: 350px;
  overflow: auto;
  background: white;
  box-shadow: 1px 1px 10px 2px #333333;
  padding: 0;
  right: 1px;
}
.popup-selector .select-container .itemTitle {
  cursor: pointer;
}
.no-boxshadow .popup-selector .select-container,
.trident5 .popup-selector .select-container {
  border: 1px solid silver;
}
.pseudo-input-table {
  width: 100%;
}
.pseudo-input-table .popup-selector-col {
  width: 1%;
  white-space: nowrap;
  padding-left: 4px;
}
.small-unit-selector .first-child.first-child {
  width: 20%;
}
.widget-teacher-editor {
  width: 75%;
  float: left;
}
.tree-select .tree-select-header {
  height: 29px;
  line-height: 29px;
  padding: 0 5px;
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}
.tree-select .tree {
  padding: 7px 15px;
  height: 276px;
  overflow-y: scroll;
  overflow-x: auto;
}
.tree-select .tree-select-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #eeeeee;
  border-top: 1px solid #dddddd;
}
.tree-select .tree-select-footer .tree-select-footer-inner {
  height: 29px;
  line-height: 29px;
  text-align: right;
  padding: 0 1px;
}
.tree-select .tree-select-footer .tree-select-footer-inner button {
  position: relative;
  top: 2px;
  line-height: 16px;
}
.popup-container {
  position: relative;
}
.popup {
  z-index: 100;
  display: none;
  position: absolute;
  overflow: auto;
  box-shadow: 1px 1px 10px 2px #333333;
  padding: 0;
  background: white;
}
.popup .popup-header {
  color: dimgray;
  height: 29px;
  line-height: 29px;
  padding: 0 5px;
  background: #eeeeee;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}
.popup .popup-content {
  padding: 5px;
}
.popup .popup-footer {
  background: #eeeeee;
  border-top: 1px solid #dddddd;
}
.popup .form {
  border: none;
  margin-bottom: 0;
}
.footnote {
  font-size: 95%;
  font-style: italic;
  white-space: normal;
  line-height: 18px;
  margin: 4px 0;
}
.activity-procedure-edit .parent-rooms-element {
  line-height: 15px;
}
.activity-procedure-edit .configuration-details {
  background: white;
}
.activity-procedure-edit .configuration-details ul {
  margin: 0;
  padding: 0;
}
.activity-procedure-edit .configuration-details ul li {
  display: block;
  border-bottom: 1px solid silver;
  padding: 0px 10px;
  cursor: pointer;
  white-space: nowrap;
}
.activity-procedure-edit .configuration-details ul li:hover {
  background: #eeeeee;
}
.mypage-edit-widgets {
  text-align: right;
}
.clickable {
  cursor: pointer;
}
.display-address {
  white-space: nowrap;
}
.case-note {
  padding: 5px;
}
.case-note textarea {
  width: 590px;
  height: 400px;
}
.todo-case-type {
  background: #fafafa;
  margin: -5px -5px 9px -5px;
  padding: 10px 10px 10px 31px;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  border-top: 1px solid #dfdfdf;
}
.list-case-note {
  padding: 5px;
  margin: 5px;
  border: 1px solid #eeeeee;
  background: #efefef;
  border-radius: 10px;
}
.case-worker {
  margin: 10px 0 0 0;
}
.case-worker img {
  position: relative;
  top: 2px;
}
/*******************************/

/*******************************/

.widget-display,
.widget-display-box {
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-bottom: 10px;
  background: white;
}
.widget-display .widget-display-title,
.widget-display-box .widget-display-title {
  font-weight: 600;
  font-size: 18px;
  padding: 8px 8px 0 4px;
  color: #000c2e;
}
.widget-display .widget-display-title-link,
.widget-display-box .widget-display-title-link {
  color: #000c2e;
  font-family: KBH-Tekst;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 5px;
}
.widget-display .widget-display-content,
.widget-display-box .widget-display-content {
  margin: 4px;
  background: white;
  padding: 4px 0px 4px 0px;
  max-height: 550px;
  overflow: auto;
}
.widget-display .widget-display-content.mycounseloroverviewwidget,
.widget-display-box .widget-display-content.mycounseloroverviewwidget,
.widget-display .widget-display-content.mymentoroverviewwidget,
.widget-display-box .widget-display-content.mymentoroverviewwidget,
.widget-display .widget-display-content.myjobconsultantoverviewwidget,
.widget-display-box .widget-display-content.myjobconsultantoverviewwidget,
.widget-display .widget-display-content.mycalendarday,
.widget-display-box .widget-display-content.mycalendarday {
  overflow: unset;
}
.widget-display .widget-display-content table.list,
.widget-display-box .widget-display-content table.list {
  width: 100%;
}
.widget-display .widget-display-content table.list td,
.widget-display-box .widget-display-content table.list td {
  padding: 3px;
}
.widget-display .widget-display-content select,
.widget-display-box .widget-display-content select {
  width: 100%;
  margin-bottom: 5px;
}
.widget-display .widget-loading,
.widget-display-box .widget-loading {
  background: url('images/ajax-loader.gif') no-repeat center center;
  height: 40px;
}
#MyCalendar.widget-display .widget-display-content {
  overflow: visible;
}
.citizen-import .import-button {
  padding: 3px 1em;
  margin-top: 3px;
  margin-left: -2px;
}
.citizen-import #citizenImportGrid td .select {
  position: relative;
  left: 2px;
}
.webkit .citizen-import input[type=file] {
  border: 1px solid #cccccc;
  background: white;
}
.gecko .citizen-import .import-button {
  padding: 2px 1em;
  margin-top: 4px;
  margin-left: -6px;
}
.trident .citizen-import .import-button {
  margin-left: -6px;
}
.trident .citizen-import input[type=file] {
  border: 1px solid #cccccc;
  background: white;
  padding: 3px;
}
#MyCalendar.widget-display .widget-display-content {
  max-height: inherit;
}
.widget-display ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-display ul li {
  margin-bottom: 15px;
}
.widget-display ul li .entity-link {
  font-weight: bold;
}
/******************************************/

/* Dynamic list entry */

/******************************************/

.ui-autocomplete .ui-menu-item .delete {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  background: url('images/symbol_delete_16x16.png') no-repeat;
  cursor: pointer;
}
/******************************************/

/* Tabs */

/******************************************/

.section .tabs + .form {
  margin-top: -1px;
}
.tabs {
  margin-bottom: 30px;
}
.tabs .tab {
  display: inline-block;
  color: #999999;
  margin-right: 5px;
  padding: 15px;
}
.tabs a.tab:hover {
  border-bottom: none;
  cursor: pointer;
}
.tabs span.tab:hover {
  cursor: pointer;
}
.tabs .tab-selected {
  color: #010c2d;
  font-weight: 600;
  border-bottom: 2px solid #010c2d;
}
.tabs:first-child {
  margin-top: 0;
}
/******************************************/

/* Activity-lessons-edit */

/******************************************/

.activity-lessons-edit .roll-out td input.ui-button {
  padding: 3px 10px 2px 10px;
  margin-top: 4px;
}
.activity-lessons-edit #rollOutProcedureInfo ul {
  margin: 5px;
}
/******************************************/

/* Activity Protocol Page */

/******************************************/

.activity-protocol td.appeared {
  width: 1%;
}
.activity-protocol td.markings-col {
  width: 1%;
}
.activity-protocol td.cpr {
  white-space: nowrap;
}
.activity-protocol td.absence-remark {
  width: 1%;
}
.activity-protocol td.absence-remark input {
  width: 160px;
}
.activity-protocol td.absence-reason {
  width: 1%;
}
.activity-protocol td.absence-reason select {
  width: 160px;
  max-width: 160px;
}
.activity-protocol td.lateregistration {
  color: #eb5339;
}
.activity-protocol td.lateregistrationlink {
  width: 1%;
}
.activity-protocol td.lateregistrationlink .fa {
  position: relative;
  top: 0px;
  right: 2px;
  cursor: pointer;
}
.activity-protocol tr.lateregistrationbox {
  display: none;
}
.activity-protocol tr.lateregistrationbox .label {
  float: left;
  width: 158px;
}
.activity-protocol tr.lateregistrationbox .label label {
  line-height: normal;
}
.activity-protocol tr.lateregistrationbox .value {
  margin-bottom: 5px;
}
.activity-protocol .activity-info {
  width: 21px;
  height: 21px;
}
.activity-protocol .activity-info.activity {
  background: url('images/person_status_activity.png') no-repeat;
}
.activity-protocol .activity-info.course {
  background: url('images/person_status_course.png') no-repeat;
}
.activity-protocol .buttons {
  margin: 10px 0;
}
.activity-protocol #history {
  margin: 10px 0;
}
.activity-protocol .metadata {
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  color: #555555;
}
.activity-protocol .metadata td {
  width: 33%;
  padding-right: 15px;
}
.activity-protocol .show-container {
  margin: 5px 0;
}
.activity-protocol .show-container input[type=checkbox] {
  position: relative;
  top: 2px;
}
.activity-protocol .protocol-next-and-previous {
  margin: 0 0 10px 0;
  color: #035cac;
}
.activity-protocol .protocol-previous {
  float: left;
  cursor: pointer;
}
.activity-protocol .protocol-next {
  float: right;
  cursor: pointer;
}
#approvalReceipt h1 {
  margin: 0;
}
#approvalReceipt table {
  margin: 0 0 15px 0;
}
#approvalReceipt table th,
#approvalReceipt table td {
  padding: 6px 15px 6px 0;
}
#approvalReceipt #approvalReceiptBackButton {
  margin: 15px 0 0 0;
}
/******************************************/

/* Activity Package Page */

/******************************************/

.activity-package-details ul.activity-list {
  list-style-type: none;
  margin: 6px 0;
  padding: 0;
}
.activity-package-details ul.activity-list li {
  line-height: 20px;
}
.vertical-tabs .form {
  background: none;
  border: none;
}
.vertical-tabs .form > table > tbody > tr > td {
  border-bottom: none;
}
/******************************************/

/* Statistics                             */

/******************************************/

.statistics-index .report-section .form {
  position: relative;
}
.statistics-index .report-section .form .show-all-reports {
  position: absolute;
  right: 9px;
  top: 9px;
}
.statistics-index .report-section .form ul.reports {
  list-style: none;
  margin: 5px;
  padding: 0;
}
.statistics-index .report-section .form ul.reports li {
  line-height: 20px;
}
.statistics-index .report-section .form ul.reports li input[type=radio] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.statistics-index #Week {
  width: 30px;
}
.statistics-index #Year {
  width: 50px;
}
.statistics-results-section .grid {
  display: inline-block;
}
.statistics-results-section .grid th,
.statistics-results-section .grid td {
  font-size: 11px;
  padding: 3px !important;
}
.statistics-results-section .grid td.center {
  text-align: center;
}
.statistics-results-section .grid th {
  white-space: normal !important;
  font-weight: bold;
}
.statistics-results-section .grid th.number,
.statistics-results-section .grid td.number {
  width: 70px;
  text-align: right;
}
.statistics-results-section .grid th.number {
  text-align: center;
}
.statistics-results-section .grid tr.groupstart td {
  border-top: 1px solid black;
}
.statistics-results-section .grid tr.subtotal td {
  background: #eeeeee;
}
.statistics-results-section .grid tr.total td {
  border-top: 1px solid #dddddd;
  background: white;
  font-weight: bold;
}
.statistics-results-section .grid tr.dimmed * {
  color: #bbbbbb;
}
.statistics-results-section .grid .highlight-column {
  border-left: 1px solid red;
  border-right: 1px solid red;
}
.form.page-data {
  margin: 5px 5px 10px 5px;
  padding: 5px;
  font-size: 120%;
}
/******************************************/

/* Entity Link                            */

/******************************************/

.entity-link .entity-link-icon {
  width: 20px;
  height: 16px;
  display: inline-block;
  background: url('images/icon_popup_20x16.gif') top center;
  padding: 0px;
  vertical-align: baseline;
  margin: -3px -3px -3px -1px;
}
.entity-link .entity-link-icon:hover {
  text-decoration: none;
  border-bottom: none;
}
.entity-link-deleted a {
  color: #7cb2e2;
}
/******************************************/

/* Lesson Info                            */

/******************************************/

.lesson-info {
  width: 300px;
  line-height: 18px;
}
.lesson-info .title {
  white-space: nowrap;
  font-weight: bold;
}
.lesson-details {
  line-height: 18px;
}
/******************************************/

/* List Cars                              */

/******************************************/

.card-row {
  line-height: 18px;
}
.card-row .title {
  font-weight: bold;
}
.card-row .meta {
  color: #888888;
}
.card-row .meta-type {
  font-size: 90%;
  color: #c68c6f;
  line-height: 14px;
  margin: 0 0 5px 0;
}
.card-row .meta-meta {
  font-size: 80%;
  color: #bbbbbb;
}
/******************************************/

/* accepted-absence-import-receipt        */

/******************************************/

.accepted-absence-import-receipt ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  -webkit-padding-start: 0;
}
.accepted-absence-import-receipt ul li {
  margin: 0;
  display: block;
  border: 1px solid #dddddd;
}
.accepted-absence-import-receipt ul li h4 {
  border-bottom: 1px solid #dddddd;
  background: white;
  padding: 5px;
}
.accepted-absence-import-receipt ul li table {
  margin: 0 5px 2px 5px;
  width: 100%;
}
.accepted-absence-import-receipt ul li table th {
  padding: 6px 0;
}
.accepted-absence-import-receipt ul li table td {
  padding: 3px 0;
}
#selectedClipboard .widget-display-content {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
#selectedClipboard ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#selectedClipboard ul li {
  padding: 1px 0;
}
#selectedClipboard ul li span {
  white-space: nowrap;
  overflow: hidden;
}
.mentor-import-result table {
  margin: 0 5px 2px 5px;
  width: 100%;
}
.mentor-import-result table th {
  padding: 6px 0;
}
.mentor-import-result table td {
  padding: 3px 0;
}
.mentor-overview .um-icon {
  border: 1px solid #aaaaaa;
  width: 12px;
  height: 12px;
  float: right;
  margin-right: 7px;
  margin-top: 1px;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-Illness,
.calendar-entry.interview-Illness {
  background-color: #f98a22 !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #e27006 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-AcceptedAbsence,
.calendar-entry.interview-AcceptedAbsence {
  background-color: #bd92f9 !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #a062f6 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-Planned,
.calendar-entry.interview-Planned {
  background-color: #cccccc !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #b3b3b3 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-Completed,
.calendar-entry.interview-Completed {
  background-color: #b3dc6c !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #9ed243 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-CancelledByOrganizer,
.calendar-entry.interview-CancelledByOrganizer {
  background-color: #ff90fe !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #ff5dfe !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-CancelledNoContact,
.calendar-entry.interview-CancelledNoContact {
  background-color: #ffd269 !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #ffc336 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-AbsentValid,
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-CancelledByCitizenWithValidReason,
.calendar-entry.interview-AbsentValid,
.calendar-entry.interview-CancelledByCitizenWithValidReason {
  background-color: #ffd269 !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #ffc336 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-AbsentNotValid,
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-InvalidAbsence,
.calendar-entry.interview-AbsentNotValid,
.calendar-entry.interview-InvalidAbsence {
  background-color: #f83a22 !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #e01f07 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-AttemptedContact,
.calendar-entry.interview-AttemptedContact {
  background-color: chocolate !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #a55318 !important;
}
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-SpecialCancellation,
.calendar-entry.interview-SpecialCancellation,
.calendar .calendar-view > table > tbody > tr > td div.calendar-slot div.calendar-entry-overlapping.interview-ClosingDay,
.calendar-entry.interview-ClosingDay {
  background-color: pink !important;
  background-image: url(images/diagonal_stripes.png?v=2);
  border-color: #ff8da1 !important;
}
.infocard {
  color: #035cac;
}
.infocard-popup {
  padding: 10px;
  border: none;
  box-shadow: black 2px 2px 10px;
  max-width: 600px;
  min-width: 400px;
  text-align: left;
  line-height: normal;
  font-weight: normal;
  font-size: 12px;
  color: black;
}
.infocard-popup h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #035cac;
}
.infocard-popup h2 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 12px;
  color: #c68c6f;
  text-decoration: none;
  border: none;
}
.infocard-popup h3 {
  margin: 0 0 5px 0;
  padding: 0;
}
.infocard-popup .custom {
  margin: 10px 0;
  background: #f1f1f1;
  padding: 5px;
  padding-right: 30px;
  max-height: 100px;
  overflow: auto;
}
.infocard-popup .custom .item {
  white-space: nowrap;
  margin-bottom: 3px;
}
.infocard-popup .custom .item-small {
  font-size: 90%;
}
.infocard-popup .fields .label {
  float: left;
  width: 120px;
}
.infocard-popup .fields .label label {
  line-height: normal;
}
.infocard-popup .fields .value {
  margin-bottom: 5px;
  margin-left: 120px;
}
.infocard-popup .fields .links {
  margin-top: 15px;
}
.infocard-popup .buttons {
  margin-top: 10px;
}
.infocard-popup .buttons .left {
  float: left;
}
.infocard-popup .buttons .right {
  float: right;
}
.infocard-popup .buttons > .left > span,
.infocard-popup .buttons > .left > a {
  margin: 0 3px -4px -3px;
}
.infocard-popup .buttons > .right > span,
.infocard-popup .buttons > .right > a {
  margin: 0 0 -4px -3px;
}
.infocard-popup .buttons span.interview-status-Completed i {
  color: #b3dc6c;
}
.infocard-popup .buttons span.interview-status-Completed:hover i {
  color: #9ed243;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-CancelledByOrganizer i {
  color: #ff90fe;
}
.infocard-popup .buttons span.interview-status-CancelledByOrganizer:hover i {
  color: #ff5dfe;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-CancelledNoContact i {
  color: #ffd269;
}
.infocard-popup .buttons span.interview-status-CancelledNoContact:hover i {
  color: #ffc336;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-AbsentValid i,
.infocard-popup .buttons span.interview-status-CancelledByCitizenWithValidReason i {
  color: #ffd269;
}
.infocard-popup .buttons span.interview-status-AbsentValid:hover i,
.infocard-popup .buttons span.interview-status-CancelledByCitizenWithValidReason:hover i {
  color: #ffc336;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-AbsentNotValid i,
.infocard-popup .buttons span.interview-status-InvalidAbsence i {
  color: #f83a22;
}
.infocard-popup .buttons span.interview-status-AbsentNotValid:hover i,
.infocard-popup .buttons span.interview-status-InvalidAbsence:hover i {
  color: #e01f07;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-AttemptedContact i {
  color: chocolate;
}
.infocard-popup .buttons span.interview-status-AttemptedContact:hover i {
  color: #a55318;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-AcceptedAbsence i {
  color: #bd92f9;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-AcceptedAbsence:hover i {
  color: #a062f6;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-Illness i {
  color: #f98a22;
  cursor: pointer;
}
.infocard-popup .buttons span.interview-status-Illness:hover i {
  color: #e27006;
  cursor: pointer;
}
.infocard-popup .buttons span.edit i {
  color: #c2c2c2;
}
.infocard-popup .buttons span.edit:hover i {
  color: #acacac;
  cursor: pointer;
}
.infocard-popup .buttons i.fa.fa-square {
  font-size: 32px;
}
.infocard-popup .fa-inverse {
  color: white !important;
}
.infocard-popup i {
  color: #035cac;
}
.infocard-popup .um-link i {
  color: #c0c600;
}
.section-intro-text + .simple-list {
  margin-top: -1px;
}
.page-links + h3.section-title {
  margin-top: 40px;
}
.simple-list {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #cccccc;
}
.simple-list table {
  width: 100%;
}
.simple-list table th,
.simple-list table td {
  padding: 3px 5px;
}
.simple-list table td {
  border-bottom: 1px dotted #dddddd;
}
.simple-list.severe {
  border: 1px solid #cccccc;
  background: #ffeaea;
}
.simple-list.warning {
  border: 1px solid #cccccc;
  background: #ffffea;
}
.simple-list.alright {
  border: 1px solid #cccccc;
  background: #eef5e2;
}
.participation-index .section-container.citizen,
.participation-index .section-container.activity {
  float: left;
}
.participation-index .section-container.citizen {
  margin-right: 40px;
}
.flow-buttons {
  margin: 25px 5px 20px 5px;
  text-align: center;
}
.flow-buttons .ui-button {
  margin: 0;
  width: 300px;
  padding: 9px 10px;
}
.flow-buttons .left {
  float: left;
}
.flow-buttons .left .ui-button {
  background: #eeeeee;
}
.flow-buttons .right {
  float: right;
}
.flow-buttons .right .ui-button {
  margin-left: -5px;
  background: #eef5e2;
  border: 1px solid #c6e5c5;
  color: #2c692b;
}
.flow-buttons .right .ui-button:hover {
  border: 1px solid #96c295;
}
.section .flow-buttons {
  margin-left: 0;
  margin-right: 0;
}
.float-container:before,
.float-container:after {
  content: "";
  display: table;
}
.float-container:after {
  clear: both;
}
.float-container {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */

}
.citizen-notes #Note,
.activity-notes #Note {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
}
.dashboard {
  padding: 15px;
}
.dashboard table {
  table-layout: fixed;
  width: 100%;
}
.dashboard table td {
  text-align: center;
}
.dashboard table td .value {
  font-size: 36px;
  padding-bottom: 10px;
}
.dashboard table td .label {
  text-transform: uppercase;
}
.dashboard.dashboard-4 td {
  width: 25%;
}
.booking-create-form .display-address {
  padding: 0 !important;
}
.absence-widget-left {
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 10px;
  cursor: pointer;
}
.absence-widget-right {
  padding-left: 15px;
  padding-top: 13px;
  padding-bottom: 10px;
  cursor: pointer;
}
.absence-widget-center {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-bar {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: start;
  padding-right: 32px;
}
.search-header {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.search-header .cpr-search {
  display: flex;
  height: 35px;
  padding-left: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  float: right;
  margin-top: 23px;
  margin-right: 10px;
  background: #efefef;
}
.search-header .cpr-search-input {
  display: flex;
  width: 296px;
  height: 35px;
  padding: 0px 16px;
  align-items: center;
  flex-shrink: 0;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  background: #fcfcfc;
  border-radius: 4px 0px 0px 4px;
}
.search-header .cpr-search-button {
  width: 41px;
  height: 37px;
  flex-shrink: 0;
  border: 1px solid gainsboro;
  border-left: 0px;
  background: #bfe3fd;
  cursor: pointer;
  float: right;
  border-radius: 0px 4px 4px 0px;
}
.search-header .cpr-search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
  opacity: 1;
  /* Firefox */

}
.search-header .cpr-search-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
.search-header .cpr-search-input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: KBH-Tekst, KBH, Verdana, Geneva, 'DejaVu Sans', sans-serif;
}
.card {
  border-radius: 20px;
  background: white;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding-top: 37px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 37px;
  margin-bottom: 37px;
}
.attendance-overview-csv-export {
  margin-left: 8px;
}
.protocol-footnote-img-alignment {
  vertical-align: middle;
}
.citizen-arrival-status-indicator {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  float: right;
}
.citizen-arrival-status-indicator.Arrived {
  background-image: url(images/arrived_30x30.png);
}
.citizen-arrival-status-indicator.ArrivedLate {
  background-image: url(images/late_30x30.png);
}
.citizen-arrival-status-indicator.NotArrived {
  background-image: url(images/notarrived_30x30.png);
}
.red-background {
  background-color: red;
  border-radius: 0.4em;
}
.print-only {
  display: none;
}
.confrontationhours-table-cell-padding {
  padding: 8px;
}
.confrontationhours-table-cell-with-border {
  padding: 8px;
  border-bottom: 1px dotted #eeeeee;
}
