/* @group PHP variables */
/* @end */
/* @group Overrule Browser behaviour */
/* overrule browser action of outlining active form fiels */
  input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

/* @end */
/* @group Colors */
.dark {       /* header and footer and small font */
  color:#3D4D6E;
}
.middle_dark {    /* Menu bar and dark buttons and bold fonts? */
  color:#526995;
}
.middle {       /* lighter buttons */
  color:#9eafc1;
}
.middel_light  {    /* breadcrumb bar */
  color:#CBD5E1;
}
.light {        /* menu bars */
  color:#e8e8e8;
}
.extra_light {      /* even records */
  color:#f4f4f4; 
}
.background {       /* background color */
  color:#FAFAFA;
}
.accent_dark {
  color:#fe6600;
}
.accent_light {
  color:#ffb497;
}
/* @end */
/* @group Size values in pixels */
.SIZE-30 {
  width: 30px;
}
.SIZE-40 {
  width: 40px;
}
.SIZE-50 {
  width: 50px;
}
.SIZE-60 {
  width: 60px;
}
.SIZE-70 {
  width: 70px;
}
.SIZE-80 {
  width: 80px;
}
.SIZE-90 {
  width: 90px;
}
.SIZE-100 {
  width: 100px;
}
/* @end */
/* @group Font faces */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/webfonts/fa-regular-400.ttf") format("truetype"); 
}
@font-face {
  font-family: 'FontAwesome-Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/webfonts/fa-solid-900.ttf") format("truetype"); 
}
@font-face {
  font-family: 'FontAwesome-Light';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../../fonts/webfonts/fa-light-300.woff2") format("woff2"), url("../../fonts/webfonts/fa-light-300.ttf") format("truetype"); 
}
@font-face {
  font-family: 'FontAwesome-Thin';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../../fonts/webfonts/fa-thin-100.woff2") format("woff2"), url("../../fonts/webfonts/fa-thin-100.ttf") format("truetype"); 
}
@font-face {
  font-family: 'watch-icons';
  src:  url('../../fonts/watch-icons/pma-icons.eot?3kus2b');
  src:  url('../../fonts/watch-icons/pma-icons.eot?3kus2b#iefix') format('embedded-opentype'),
    url('../../fonts/watch-icons/pma-icons.ttf?3kus2b') format('truetype'),
    url('../../fonts/watch-icons/pma-icons.woff?3kus2b') format('woff'),
    url('../../fonts/watch-icons/pma-icons.svg?3kus2b#pma-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @end */
/* @group WATCH icons */
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'watch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size:12px;
  margin: 0px;
  padding: 0px 0px 0px 0px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-start:before {
  content: "\e900";
}
.icon-in-progress:before {
  content: "\e901";
}
.icon-closed:before {
  content: "\e902";
}
/* @end */
/* @group Header section */
#header {
  overflow: hidden;
  background-color: #3D4D6E;
  height: 67px;
}
#watch-logo {
  position: absolute;
  float: left;
  padding: 8px 10px 10px 5px;
  overflow: visible;
  height: 65px;
  z-index:1;
}
#module-icons {
  padding-left: 320px;
}
.module_active, .module_not_active {
  float: left;
  height: 50px;
  width: 40px;
  padding: 10px;
}
.module_active {
  background-color: transparent;
}
.module_not_active {
  background-color: transparent;  
}
.module_not_active img {
  opacity: 0.6;
  height: 43px;
  width: 43px;
  padding: 2px;
}
.module_not_active img:hover {
  opacity: 1;
  height: 47px;
  width: 47px;
  padding: 0px;
}
#menu_bar { 
  padding: 3px 0px 3px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #526995;
  height: 30px;
}
#breadcrumb_bar { 
  box-sizing: border-box;
  height: 32px;
  background-color: #CBD5E1;
  font-size: 11px;
}
ul{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.pathway_date {
  float: left;
  line-height:30px;
  margin-left:8px;
}
.pathway_path {
  float: right;
  padding: 0px;
  margin: 0px;
}
.logout {
  color: white;
  font-size: 11px;
  margin: 0px 10px 0px 0px;
}
.logout:visited {
  color: white;
}
.logout:hover {
  color: #fe6600;
}
#switch_filter  {
  background-color: #CBD5E1;
  padding-left: 2px;
  margin-left: 5px;
}
/*Arrow style breadcrumbs*/
.breadcrumb { 
  list-style: none; 
  overflow: hidden; 
  height: 32px;
}
.breadcrumb li { 
  float: left; 
  height: 32px;
}
.breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 8px 0px 11px 45px;
  background: #CBD5E1; 
  position: relative; 
  display: block;
  float: left;
}
.breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #CBD5E1;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.breadcrumb li:first-child a {
  padding-left: 10px;
  color: inherit;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(213, 27%, 75%, 1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(213, 27%, 75%, 1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(213, 27%, 60%, 1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(213, 27%, 60%, 1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(213, 27%, 45%, 1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(213, 27%, 45%, 1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(213, 27%, 30%, 1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(213, 27%, 30%, 1); }
.breadcrumb li:last-child a {
  cursor: default;
  padding-right: 10px;
}
.breadcrumb li:last-child a::after { 
  border: 0; 
}
.breadcrumb li a:hover { 
  background: hsl(213, 27%, 84%); 
}
.breadcrumb li a:hover:after { 
  border-left-color: hsl(213, 27%, 84%); !important; 
}
/* @end */
/* @group Flex header - body - footer */
html, body {
  height: 100%;
}
#flex-body {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.flex-content {
  flex: 1 0 auto;
}
.flex-footer {
  flex-shrink: 0;
  padding: 10px;
  background-color: #3D4D6E;
  min-height: 40px;
  color: white;
}
.FOOTERCONTENT {
  padding: 0px 5px 10px 5px;
}
.FOOTERCONTENT table {
   width: 100%;
}
.FOOTERCONTENT th {
  color: white;
  white-space: normal;
}
.FOOTERCONTENT td {
  color: white;
  white-space: normal;
}
.FOOTERCONTENT p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.FOOTERCONTENT .COLUMN_NAME {
  font-weight:bold;
  vertical-align:top;
}
.FOOTERCONTENT .COLUMN_DESCRIPTION {
  padding-bottom:8px;
}
/* @end */
/* @group Layout DIV's */
.div_outer {
  float: left;
}
.div_outer_timesheet, div_outer_admin, div_outer_settings {
 float:none; 
}
.div_inner, 
.div_inner_flat,
.div_inner_block, 
.div_inner_right, 
.div_inner_inner, 
.div_inner_report, 
.div_inner_pagination, 
.div_inner_hide,
.div_inner_message,
.div_inner_warning,
.div_inner_success {  
  width: auto;
  padding: 5px 5px 5px 5px;
  margin : 8px 8px 8px 8px;
  border: 1px solid transparent;
  border-top: 1px solid #9eafc1;
  border-bottom: 1px solid #9eafc1;
  background-color: transparent;
}
.div_inner_flat {
  border:none;  
}
.div_inner_block {
  display:block;
  border:none;
  padding: 0px;
  margin : 30px 8px 8px 30px;
  background-color: #f4f4f4;
}
.div_inner_block .title_bar {
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  background-color:#CBD5E1;
  font-weight: bold;
}
.div_inner_block .content {
  padding: 10px 10px 10px 10px; 
}
.div_outer_settings .div_inner {
    border:none;
    width: auto;
}
.div_outer_settings h4 {
    font-size: 11px;
    border: none;
    height: 30px;
    line-height: 30px;
    background-color: #CBD5E1;
    padding: 0px 0px 0px 10px;
}
.div_inner_message {
  display:block;
  border:1px solid #e8e8e8;
  background-color:#f4f4f4;
}
.div_inner_success {
  display:block;
  border:1px solid #8ae800;
  background-color:#f1ffcc;
}
.div_inner_warning {
  display:block;
  border:1px solid #fe6600;
  background-color:#ffb497;
}
.div_inner_hide {
  display:block;
  border:none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  background-color: #f4f4f4;
  box-shadow: 3px 3px 3px #d8d8d8;
}
.div_inner_hide .title_bar {
  box-sizing: border-box;
  height: 24px;
  margin: 0px;
  background-color:#CBD5E1;
  padding: 2px 2px 2px 6px;
  font-weight: bold;
}
.div_inner_hide .title_bar .title {
  display: inline-block;
  line-height:20px;
  font-weight: bold;
}
.div_inner_hide .content {
  padding: 3px 6px 3px 6px; 
}
.title_block {
  box-sizing: border-box;
  height: 24px;
  line-height:24px;
  background-color:#e8e8e8;
  margin: 10px 0px 10px 0px;
  padding-left:6px; 
  text-transform: uppercase;
  font-weight: bold;
} 
.div_inner_left { 
  width: auto;  
  display:block;
  padding: 0px 20px 0px 0px;
  margin: 0px;
  border: none;
}
.div_inner_right {  
  display:block;
}
.div_admin_right {
  margin-top: 8px;
  margin-left: 8px;
}
.div_delete_info {
  white-space:normal;
}
.div_delete_info  h1 {
  font-size: 18px;
  font-weight:normal;
}
.div_delete_info  h2 {
  font-size: 14px;
  font-weight:bold;
}
.div_delete_info  h3 {
  font-size: 12px;
  font-weight:bold;
}
.div_delete_info .div_inner_warning {
  margin:15px 2px 10px 0px;
}
.project-icon:before {
  font-family: 'FontAwesome-Solid';
  font-size: 12px;
  margin-right:8px;
  content: "\f111";
}
.projectelement-icon:before {
  font-family: 'FontAwesome-Solid';
  font-size: 12px;
  margin-right:8px;
  content: "\f042";
}
.resource-icon:before {
  font-family: 'FontAwesome-Solid';
  font-size: 12px;
  margin-right:8px;
  content: "\f2bd";
}
.employee-icon:before {
  font-family: 'FontAwesome-Solid';
  font-size: 12px;
  margin-right:8px;
  content: "\f007";
}
.contactperson-icon:before {
  font-family: 'FontAwesome-Solid';
  font-size: 14px;
  margin-right:8px;
  content: "\f2bb";
}
.indent-0 {
  font-weight:bolder;
  color:#fe6600;
  margin-bottom: 4px;
}
.indent-1 {
  margin-left:20px; 
  margin-bottom: 2px;
}
.indent-2 {
  margin-left:40px;
  margin-bottom: 2px; 
}
.indent-3 {
  margin-left:60px; 
  margin-bottom: 2px;
}
.div_inner_transparant{
  width: auto;
  margin : 0px 0px 0px 0px;
}
.div_inner_bar {
  overflow: visible;
  line-height:30px;
  margin-top: 30px;
  padding-left: 10px;
  background-color: #e8e8e8;
}
.div_inner_pagination { 
  padding-left: 20px;
  margin-bottom: 0px;
}
.div_inner_bar_small {
  height: 26px;
  margin: 15px 0px 15px 0px;
  padding-left: 10px;
}
.div_inner_bar_first_block {
  min-height: 30px;
  float: left; 
  padding-right: 20px; 
}
.div_inner_bar span.TITLE{
  float: left; 
  line-height:30px;
  margin-right:4px;
}
.div_inner_bar span.arrow{
  float: left;
  height:30px;
  line-height:30px;
  vertical-align:middle;
  padding:0 10px;
  margin:0px 20px 0px -10px;
  background-color:#cbd5e1;
  position:relative;
  display:inline-block;
  font-weight: bold;
  min-width:94px;
  text-transform:capitalize;
}
.div_inner_bar span.arrow:after,
.div_inner_bar span.arrow:before{
    position:absolute;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 15px 0px 15px 10px;
}
.div_inner_bar span.arrow:after {
  right:-10px;
  border-color: transparent transparent transparent #cbd5e1;  
}
.div_inner_bar span.arrow:before {
  margin-top:-4.5px;
  right:-13px;
  border-color: transparent transparent transparent #f4f4f4;  
  border-width: 19.5px 0px 19.5px 13px;
}
.div_inner_bar .linkleft {
      display: inline-block;
      float: left;
      border-radius: 2px 0px 0px 2px;
      margin-right: 0px;
      margin-top: 4px;
      border-right: 0px solid black;
    }
.div_inner_bar  .linkright {
      display: inline-block;
      float: left;
      border-radius: 0px 2px 2px 0px; 
      margin-left: 0px;
      margin-top: 4px;
      border-left: 0px solid black;
    }
.div_inner_bar span.combobox{
  float: left; 
  margin-top:3px;
}
.div_inner_bar_next_block {
  float: left;
  height:30px;
  padding-left:20px;
  padding-right:20px;
  line-height:30px;
  border-left: 3px solid #f4f4f4;
}
.div_inner_bar_next_block td {
  padding: 0px 0px 0px 0px;
}
.status-button {
  display:inline-block;
  margin: 0px 2px 0px 2px;
  width: 30px;
}
.div_inner_bar_right_block {
  height:30px;
  float: right; 
  padding-right: 10px;
}
.div_inner_bar_first_block div, .div_inner_bar_next_block div  {
  float: left;
}
.div_inner_report_filter {
  display: block;
  background-color: #f4f4f4;
  border:none;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  box-shadow: 0px 5px 5px #d8d8d8;
}
.div_inner_report_filter .div_inner_hide {
  margin:15px 0px 0px 0px;
  box-shadow: 0px 0px 0px #d8d8d8;
}
.div_inner_report_filter .div_inner_bar {
  margin-top:10px;  
  margin-bottom:10px;
}
.div_inner_report_main {
  display: block;
  background-color: transparent;
  padding: 10px 2px 10px 0px;
  border:none;
}
.div_inner_report_main #block_settings {
  position:absolute;
  width:auto;
  height: auto;
  right:0px;
  background-color:white;
  z-index: 1;
  box-shadow: -5px 5px 5px #d8d8d8;
  margin: -10px 0px 0px 0px;
}
#block_settings td {
   height: 30px;
   padding: 0px 12px 0px 12px;;
}
#block_settings table {
   padding: 8px 8px 12px 8px;;
}
.div_inner_report {
  float:left;
  display: block;
  border:none;
  margin: 8px 8px 8px 10px;
  padding: 0px;
}
.extra {
  display: block;
  overflow: hidden;
  float:left;
  position: relative;
  width: 220px;
  height: 220px;
  margin: 10px 10px 10px 10px;
  background-color: #f4f4f4;
}
.extra .title_bar {
  box-sizing: border-box;
  height: 26px;
  margin: 0px;
  background-color:#CBD5E1;
  padding: 2px 2px 2px 6px;
  font-weight: bold;
}
.extra .more_bar {
  display: inline-block;    
  vertical-align: bottom; 
  right: 0;
  bottom: 0;
  position: absolute;
  height: 16px;
  margin: 0px;
  padding: 0px;
  background-color:#e8e8e8;
  width:100%; 
  text-align: center;
}
.extra .title_bar .title {
  display: inline-block;
  line-height:20px;
  font-weight: bold;
}
.extra .content {
  font-size:12px;
  background-color: #f4f4f4;
  padding: 6px 6px 6px 6px; 
}
.extra ul { 
  margin: 10px 0px 0px 18px;
}
.extra li { 
  list-style: none;
  padding:0px 0px 10px 0px;
}
.extra li a { 
  text-decoration:none;
}
.extra li:before {    
  font-family: 'FontAwesome';
  content: '\f0c1';
  margin: 0px 8px 0px -15px;
  font-size:14px;
  color: #fe6600;
}
.div_inner_inner {  
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F8FFD9), to(#E5E5E5));
  background: -webkit-linear-gradient(#F8FFD9, #E5E5E5);
  background: -moz-linear-gradient(#F8FFD9, #EBFF8C);
  background: -ms-linear-gradient(#F8FFD9, #EBFF8C);
  background: -o-linear-gradient(#F8FFD9, #EBFF8C);
  background: linear-gradient(#F8FFD9, #EBFF8C);
  -pie-background: linear-gradient(#F8FFD9, #EBFF8C);
}
/* @end */
/* @group Default HTML element styles */
body {  
  margin: 0px 0px 0px 0px;
  color: #3A4F6C;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #FAFAFA;
}
.fontcolor {
    color: #3A4F6C;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 12px;
  font-weight: bold;
  margin: 2px 2px 4px 2px;
  color:#526995;  
  text-transform: uppercase;
}
a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #9eafc1;
} 
#attribute_filter_block .tooltip, 
.kmk-desc .tooltip {
   text-decoration: none; 
   white-space: normal;
}
#attribute_filter_block a.tooltip:after, 
.kmk-desc .tooltip:after {
  float:right;
  content: "\f129";
  font-family: 'FontAwesome-Solid';
  margin-left: 9px;
  font-size: 10px;
  color: #9eafc1;
  margin-top:1px;
}
a:hover {
  color: #fe6600;
  text-decoration: none;
} 
a:active {
  color: #666666;
  text-decoration: underline;
}
a:visited {
  color: #666666;
  text-decoration: underline;
}
a.details {
  text-decoration: none;
  font-weight: bold;
}
a.details:hover {
  color: #fe6600;
  text-decoration: underline;
}
a.details:after {
  content: "\f101";
  font-family: 'FontAwesome-Solid';
  color: #fe6600;
  text-decoration: none;
  margin-left:5px;
}
img {
  border: 0px;
}
details summary { 
  cursor: pointer;
}
details summary > * {
  display: inline;
}
pre {
  white-space:pre-wrap;
}
input, textarea, select {
  box-sizing: border-box;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color : #FFFFFF;
  font-size : 11px;
  border: 1px solid #CBCBCB;
  border-radius: 3px;
  margin: 1px 0px 1px 0px;
  white-space: pre-wrap;
  color: #3A4F6C;
}
input:disabled, textarea:disabled, select:disabled, input:read-only, textarea:read-only {
  background-color: #EFEFEF;
}
.select-read-only {
    pointer-events:none;
    background-color: #EFEFEF;
}
input, select {
  height: 22px;
}
select[multiple] {
    height: auto;
}
i {
  vertical-align:middle;
}
select option { 
  padding: 4px;
}
input[type="radio"] {
  margin: 2px 2px 0px 0px;  
  background: transparent;
  border: none;
  height: 16px;
  vertical-align:bottom;
}
input[type="checkbox"] {
  margin: 1px 2px 1px 2px;  
  background: transparent;
  border: none;
  cursor: pointer;
  vertical-align: middle;
}
input[type="file"] {
  margin: 0px 2px 0px 2px;  
  background: transparent;
  border: none;
}
input[type="number"] {
  padding-right: 4px;
  text-align: right;
  -moz-appearance: textfield;
}
input[type="button"],
input[type="submit"], 
input[type="file"]::file-selector-button, 
button, 
.button_middle {
  white-space: nowrap;
  height: 22px;
  background-color: #526995;
  border-radius: 2px;
  display:inline-block;
  color:white;
  border:1px solid #526995;
  font-size:11px;
  font-weight:bolder;
  padding: 1px 9px 2px 9px;
  margin: 0px 5px 0px 5px;
  cursor: pointer;
}
.div_inner_bar input[type="button"],
.div_inner_bar input[type="submit"],
.div_inner_bar .button_middle {
  height: 30px;
  min-width: 30px;
  padding: 0px 9px 0px 9px;
  margin: 0px 4px 0px 4px;
}
.div_inner_bar .button_middle {
  border-radius: 0px;
  margin: 0px 0px 0px 0px;
  background-color: #9eafc1;
  border:0px solid #9eafc1;
  float: left;
  text-decoration:none;
}
.div_inner_bar_button, .div_inner_bar_icon_button {
  box-sizing: border-box;
  height: 30px;
  min-width: 30px;
  padding: 0px 9px 0px 9px;
  margin: 0px 4px 0px 4px;
}
.div_inner_bar_icon_button {
 padding: 0px 0px 0px 0px;
}
.call_to_action {
  border:1px solid #fe6600;
  background-color: #fe6600;
}
.div_inner_bar_field {
  height: 22px;
  line-height:30px;
  margin:4px 0px 4px 0px;
}
.div_inner_bar_small input[type="button"],.div_inner_bar_small input[type="submit"],.div_inner_bar_small button {
  height: 26px;
  padding: 0px 9px 2px 9px;
  margin: 0px 2px 0px 2px;
}
.counter {
  color:#fe6600; 
  background:white;
  font-size:44;
  font-weight:bold;
  margin-top:2px;
  padding-top:6px;  
  padding-right:10px;
  padding-left:10px;  
}
#resource-filterbar .combobox {
  width:210px;
}
#resource-filterbar .combo-input {
  width:150px;
}
.title_bar_button {
  box-sizing: border-box;
  height: 20px;
  width: 22px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  float: left;
  background-color: transparent;
  border: 1px solid transparent;
  color: #526995;
}
/*button groups*/
.div_inner_bar .button_left.button_left {
  height: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0px 0px 0px 0px;
  min-width: 30px;
  float: left;
}
.div_inner_bar .button_right.button_right {
  height: 30px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0px 0px 0px;
  min-width: 30px;
  float: left;
}
.div_inner_bar button.pagination {
  height: 30px;
  width:35px;
}
input[type="button"]:hover,input[type="submit"]:hover, button:hover {
  color: #ffb497;
}
input[type="button"]:active ,input[type="submit"]:active, button:active{
  position:relative;
  top:1px;
}
input[type="button"]:disabled, input[type="submit"]:disabled, button:disabled {
  color: #999999;
  border-color: #999999;
  background-color: #e8e8e8;
}
.ui-datepicker-trigger input[type="button"]:disabled, button:disabled {
  color: #999999;
  border-color: #999999;
  background-color:transparent;
}

button.disabled {
  color: #999999;
  border-color: #999999;
  background-color: #e8e8e8;
}
/*button groups*/
.button_light {
  background-color: #9eafc1;
  border:1px solid #9eafc1;
}
.iconbutton {
 height: 30px;
 min-width: 40px; 
 margin: 0px 0px 0px 0px;
 padding: 0px 4px 0px 4px;
}
.iconbutton_small {
 height: 20px;
 width: 20px; 
 background-color: transparent;
 border:1px solid transparent;
 margin: 1px 0px 0px 0px;
 padding: 1px 1px 1px 0px;
}
.admin_search {
 width: 50px;
 height: 26px;
 margin: 2px 0px; 
 background-color: #526995;
 border: none;
}
/* set font for placeholder in filterfields for all browsers */
.filterfield {
  padding-left:4px;
}
.filterfield::-webkit-input-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
.filterfield:-ms-input-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
.filterfield:-moz-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
.filterfield::-moz-placeholder {
  font-family: 'FontAwesome';
  color:#9eafc1;
}
table {
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}
.NO_SIZE {
  border-spacing:0;
  border-collapse:collapse;
  padding: 0px;
  margin: 0px;
}
td {
  font-size: 11px;
  height: 16px;
  padding: 1px 4px 1px 4px;
  white-space: nowrap;
  color: #3D4D6E;
}
th, .thDiv {
  font-size : 11px;
  text-align : left;
  color : #526995;
  background: transparent; 
  padding: 1px 4px 1px 4px;
  padding: 2px 4px 2px 4px;
  white-space: nowrap;
  text-transform: uppercase;
}
/* Rotating content of table headers */
/* Usage: <th class="rotate"><div><span>header title</span></div></th>*/
th.rotate, .div_inner_report th.rotate {
  height: 140px;
    white-space: nowrap;
    background-color: transparent;
    color : #526995;
}
th.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(10px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
    width: 25px;
}
th.rotate > div > span {
  padding: 5px 0px;
}
/* End of Rotating content of table headers */
/* Transparent cells */
td.TRANSPARANT td.WAARDE {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  height: 21px;
}
/* low cells for <<>> column hide and unhide links */
td.HIDE_UNHIDE {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  height: 0%;
}
td.VALUE {
  color:#3D4D6E;
  background-color: transparent;
  margin: 0px;
  padding: 1px 4px 1px 4px;
  height: 24px;
}
td.EDITABLE:after, div.EDITABLE:after {
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left:8px;
  content: "\f044";
}
th.kmk-desc a{color:#526995}
td.kmk-desc a{color:#526995}
th.divider {
    border-top: 5px solid #FAFAFA;
    border-bottom: 5px solid #FAFAFA;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    background-color: #CBD5E1;
    color: #526995;
    font-weight: bold;
    height: 22px;
    padding-left: 6px;
    text-transform: none;
}
div.divider {
    background-color: #CBD5E1;
    color: #526995;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    padding-left: 6px;
    text-transform: none;
    margin: 6px 0px 6px 0px;
}
/* @end */
/* @group Secundary style (RIGHT, WRAP) */
/* Style to be used as second style for numeric columns */
.RIGHT {
  text-align:right;
}
.LEFT {
  text-align:left;
}
.CENTER {
    text-align:center;
}
/* Style to be used as second style for description columns */
.WRAP {
  white-space: normal;
}
.BOLD {
  font-weight: bold;
}
/* @end */
/* @group Project, element and resource level outside reports */
/* Project level (level 1) in reports */
/*td.PJT {
  background-color : #EDEDED;
  border : 1px solid #d2d2d2;
}*/
/* Project element level (level 2) in reports */
td.PJT, td.TITLE, .TITLE {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: transparent; 
  font-weight: bold;
  height: 23px;
}
td.PJT, td.TITLE {
  color:#526995;
}
td.AREA {
  vertical-align: top;
  padding-top: 5px;
}
td.POD {
  background-color : #fededf;
  border : 1px solid #fecdd2;
}
td.POD_GROUP {
  background-color : #ffe699;
  border : 1px solid #ffd700;
}
/* Resources level (level 3) in reports */
td.RSC {
  background-color : #d3e1af;
  border : 1px solid #bfd08f;
}
/* @end */
/* @group Calendar items and percentages planned */
/* Styles of the days in the month calendar and planners  */
td.DAG
{
  background-color : #F5FFD2;
  border: 1px solid #CBCBCB;
}
td.TODAY
{
  background-color : #F5FFD2;
  border: 2px solid #FF8C00;
}
td.TURNAROUND.TURNAROUND {
  min-width: 18px;
  text-align:center;
  border:1px solid #3D4D6E; 
}
/* End of the styles of the days in the month calendar and planners  */
/* Styles for the display of appointments in Calender & Planning */
A.CALLINK
{
  color: white;
  text-decoration: none;
}
A:HOVER.CALLINK 
{
  color: white;
  text-decoration: underline;
}
A.CALLINKP 
{
  color: white;
  text-decoration: none;
}
A:HOVER.CALLINKP 
{
  color: white;
  text-decoration: underline;
}
H5
{
  font-size: 9px;
  font-weight : normal;
  margin: 0px 0px 0px 0px;
  white-space: normal;
}
/* one whole day calendar item */
H5.HD
{
  background-color: White;
  border-style: solid solid solid solid;
  border-width: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 1px;
  color: #3D4D6E;
}
/* more than one whole day calendar item */
H5.HDM
{ 
  background-color: White;
  border-style: solid none solid none;
  border-width: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #3D4D6E;
}
/* part of a day calendar item*/
H5.DD1
{
  background-color: White;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #3D4D6E;
}
/* more than one day including parts of day's calendar item*/
H5.DDM
{
  background-color: White;
  border-style: solid none solid none;
  border-width: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #3D4D6E;
}
/* one whole day planning item*/  
H5.HDP{
  background-color: #A6D500;
  padding: 2px;
  color: #3D4D6E;
  border: 1px solid #3D4D6E;
  margin-bottom: 1px;
}
H5.HDP_CUSTOM{
  padding: 2px;
  border: 1px solid #3D4D6E;
  margin-bottom: 1px;
}
/* more than one whole day planning item*/  
H5.HDMP
{
  background-color: #A6D500;
  padding: 2px;
  color: #3D4D6E;
  border-top: 1px solid #3D4D6E;
  border-bottom: 1px solid #3D4D6E;
  margin-top: 1px;
  margin-bottom: 1px;
}
H5.HDMP_CUSTOM
{
  padding: 2px;
  border-top: 1px solid #3D4D6E;
  border-bottom: 1px solid #3D4D6E;
  margin-top: 1px;
  margin-bottom: 1px;
}
/* part of one day planning item*/  
H5.DDP
{
  background-color: #A6D500;
  padding: 2px;
  color: #3D4D6E;
  border-bottom: 2px solid #d4e0f9;
  margin-bottom: 1px;
}
H5.DDP_CUSTOM
{
  padding: 2px;
  border-bottom: 2px solid #d4e0f9;
  margin-bottom: 1px;
}
/* more than one day including parts of day's planning item*/
H5.DDMP
{
  background-color: #A6D500;
  padding: 2px;
  color: #3D4D6E;
  border-top: 1px solid #3D4D6E;
  border-bottom: 1px solid #3D4D6E;
  margin-top: 1px;
  margin-bottom: 1px;
}
H5.DDMP_CUSTOM
{
  padding: 2px;
  border-top: 1px solid #3D4D6E;
  border-bottom: 1px solid #3D4D6E;
  margin-top: 1px;
  margin-bottom: 1px;
}
/* appointment items for next version*/
H5.HDA
{
  background-color: #AAFFFF;
  border-style: solid solid solid solid;
  border-width: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 1px;
  color:#3D4D6E;
}
H5.HDMA
{
  background-color: #AAFFFF;
  border-style: solid none solid none;
  border-width: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  color:#3D4D6E;
}
H5.DDA
{
  background-color: #AAFFFF;
  color:#3D4D6E;
}
H5.DDMA
{
  background-color: #AAFFFF;
  border-style: solid none solid none;
  border-width: 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  color:#3D4D6E;
}
/* End of the Calender & Planning display part */
/* Planning availibility colors */
TD.PLAN0{
  border : 0px solid #8792A0;
  background-color: #EDEDED;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
}
TD.PLAN1{
  background-color : #33CC33;
  border : 1px solid #999999;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
}
TD.PLAN2{
  background-color : #CCFFCC;
  border : 1px solid #999999;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
}
TD.PLAN3{
  background-color : #FFCCCC;
  border : 1px solid #999999;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
}
TD.PLAN4{
  background-color : #FF3333;
  border : 1px solid #999999;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
} 
/* End of the planning availibility colors */
/* @end */
/* @group Invoice information level */
/*three level background colors for invoice*/
.system_level_setting
{
  background-color : #fededf !important;
  border : 1px solid #CBD5E1;
}
.project_level_setting
{
  background-color : #d2f8cf !important;
  border : 1px solid #CBD5E1;
}
.invoice_level_setting{
  background-color : #ffffff !important;
  border : 1px solid #CBD5E1;
}
/* @end */
/* @group Clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  }
/* @end */
/* @group Help styling */
.tooltip_table {
  padding: 4px 6px 0px 6px;
}
.tooltip_table p {
  margin:0px 0px 0px 0px; 
}
.tooltip_table th {
  padding-right: 10px;
  padding-bottom: 6px;
  text-transform: none;
  font-weight: bold;
  vertical-align: text-top;
}
.tooltip_table td {
  padding-right: 10px;
  padding-bottom: 0px;
  font-weight: normal;
  vertical-align: text-top;
}
.div_inner_no_margin{
  width: auto;
  border: 1px solid #999999;
  background-color: #F9F9F9;
}
#help_body p {
  margin: 0px 0px 6px 6px;
}
#help_body th, #help_body h1 {
  text-transform: uppercase;
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  background-color : #CBD5E1;;
  color: #3D4D6E;
  font-size: 11px;
  padding: 0px 8px 0px 8px;
  margin: 0px 0px 6px 0px;

}
#help_body h2 {
  margin: 1em 0em 0.25em 0em;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #3D4D6E;
  color: #526995;
  margin: 0px 0px 6px 0px;
}
#help_body h3 {
  margin: 0px 0px 6px 0px;
  font-size: 13px;
  color: #3D4D6E;
}
#help_body h4 {
  margin: 1em 0em 0.2em 0em;
  font-size: 12px;
  font-weight: bold;
  color: #9eafc1;
  text-transform: none;
}
#help_body span.hightlight{
  background-color: #ffb497;
  font-weight: normal;
}
#help_body ul {
 padding:3px 0px 12px 30px;
}
.lh{
  margin: 1em 0em 0.25em 0em;
  font-size: 16px;
  color: red;
}
.dt{
  margin: 1em 0em 0.2em 0em;
  font-size: 14px;
  font-weight : bold;
}
.dd{
  margin-left:15px;
}
/* End of Help text styling */
/* @end */
/* @group Icon fonts styling */
/*colors*/
.black {
  color: black;
}
.gray {
  color: gray;
}
.green {
  color: green;
}
.red {
  color: red;
}
.white {
  color: white;
}
.yellow {
  color: yellow;
}
.blue {
  color: lightblue;
}
.orange {
  color: #ff6600;
}
/*buttons*/
.remove {
  color: #fe1212;
}
.add_admin {
  color: #b4de00;
}
.add {
  color: #9bbd00;
}
.edit {
  color: #5a78a6;
}
.help {
  color: #539cc1;
  cursor: help;
}
.excel {
  color: #2e8b57;
}
.rrrfff {
  color: #306885;
  }
.hide {
  color: #306885;
  }
.unhide {
  color: #306885;
  }
.save   {
  color: #306885;
  }
/*blinking effect*/
@keyframes fa-blink {
     0% { opacity: 1; }
     25% { opacity: 0.5; }
     50% { opacity: 0.0; }
     75% { opacity: 0.50; }
     100% { opacity: 1; }
 }
.fa-blink {
   -webkit-animation: fa-blink .75s linear infinite;
   -moz-animation: fa-blink .75s linear infinite;
   -ms-animation: fa-blink .75s linear infinite;
   -o-animation: fa-blink .75s linear infinite;
   animation: fa-blink .75s linear infinite;
}
/* @end */
/* @group XTRA Timesheet specific styling */
#show_content_timesheet a {
  color: inherit;
  text-decoration: none;
}
#timesheet_table table {
  border-collapse: collapse;
}
/*padding for all first cells of each row*/
#timesheet_table td:first-child { padding-left: 15px; }
#timesheet_table th:first-child { padding-left: 15px; }

#show_content_timesheet tr {
  height: 28px;
}
/*#show_content_timesheet tr:nth-child(even) {background: #f7faf8}
#show_content_timesheet tr:nth-child(odd) {background: #f4f4f4}
*/
#show_content_timesheet tr {
  height: 30px;
}
#show_content_timesheet tr.head {
  background-color: #e8e8e8;
}
#show_content_timesheet table.plan,
#deadline_overview  table.plan {
  border-collapse: separate;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
}
#show_content_timesheet tr.plan {
  height: 22px;
  background-color : transparent;
}
/* The input fields for the timesheet */
#show_content_timesheet input.HOURS, input.DISABLED, input.WEEK_POD_TOTAL, input.WEEK_PJT_TOTAL, input.WEEK_GRAND_TOTAL, input.MONTH_POD_TOTAL, input.WEEK_DAY_TOTAL, input.MONTH_PJT_TOTAL, input.MONTH_GRAND_TOTAL {
  text-align: right;
  border: 1px solid silver;
  border-radius: 4px;
  padding-right: 6px;
  width: 57px;
}
/*Week totals*/
#show_content_timesheet input.WEEK_POD_TOTAL {
  color: #3A4F6C;
  background-color : #e4e9f0;
}
#show_content_timesheet input.WEEK_DAY_TOTAL {
  color: #3A4F6C;
  background-color : #e4e9f0;
}
#show_content_timesheet input.WEEK_PJT_TOTAL {
  color: #3A4F6C;
  background-color : #c9d3e0;
}
#show_content_timesheet input.WEEK_GRAND_TOTAL {
  color: #3A4F6C;
  background-color : #aebdd1;
}
/*Month totals*/
#show_content_timesheet input.MONTH_POD_TOTAL {
  color: #3A4F6C;
  background-color : #ffded2;
}
#show_content_timesheet input.MONTH_PJT_TOTAL {
  color: #3A4F6C;
  background-color : #ffc6b0;
}
#show_content_timesheet input.MONTH_GRAND_TOTAL {
  color: #3A4F6C;
  background-color : #ffb497;
}
/* End of the input fields for the timesheet */

/*project element field */
#show_content_timesheet a.SHEET_POD {
  color: #3A4F6C;
  text-decoration: underline;
  text-decoration-color: #9eafc1;
  padding-left: 2px;
}
#show_content_timesheet td.SHEET_POD {
  background-color: transparent;
}
#show_content_timesheet td.SHEET_POD:before {
  color: #526995;
  font-weight: bold;
  font-family: FontAwesome;
  margin-right:2px;
  content: "\f105";
}
#show_content_timesheet a.SHEET_POD_CLOSED {
  color: #9eafc1;
  text-decoration: underline;
  text-decoration-color: #9eafc1;
  padding-left: 2px;
}
#show_content_timesheet td.SHEET_POD_CLOSED:before {
  color: #9eafc1;
  font-weight: bold;
  font-family: FontAwesome;
  margin-right:2px;
  content: "\f105";
}
#show_content_timesheet td.SHEET_POD_CLOSED{
  background-color : #eeeeee;
  text-decoration: underline;
  text-decoration-color: #eeeeee;
}
#show_content_timesheet td.SHEET_POD_CLOSED:before {
  color: #306885;
  font-weight: bold;
  font-family: FontAwesome;
  margin-right:2px;
  content: "\f105";
}
#show_content_timesheet th {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: transparent; 
  white-space: nowrap;
  text-transform: lowercase;
}
#show_content_timesheet th.DAGEN_WEEK a {
  text-decoration: underline;
  text-decoration-color: #9eafc1;
  font-weight: bold;
  font-size: 11px;
  padding: 0px 0px;
  margin: 0px 0px;
}
show_content_timesheet td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
#show_content_timesheet td.SHEET_PJT {
  background-color: transparent;
}
/*#show_content_timesheet td.SHEET_PJT:before {
  font-family: FontAwesome; 
  margin-right:4px;
  content: "\f0ad";
  color : green;
}*/
/* days till deadline colors */
#show_content_timesheet TD.PLAN0,
#show_content_timesheet TD span.PLAN0, 
#deadline_overview TD.PLAN0 {
  cursor: help;
  background-color : inherit;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
  font-weight: bold;
}
#show_content_timesheet TD.PLAN0 a, 
#deadline_overview TD.PLAN0 {
  cursor: help;
  color:#708090 !important;
  text-decoration: none;
}
#show_content_timesheet TD.PLAN1, 
#deadline_overview TD.PLAN1 {
  cursor: help;
  border : 1px solid #708090;
  background-color : transparent;
  padding-left: 3px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 5px;
  border-radius: 5px;
}
#show_content_timesheet TD.PLAN1 a, 
#deadline_overview TD.PLAN1 { 
  cursor: help;
  color:#708090 !important;
  text-decoration: none;
  font-weight: bold;
}
#show_content_timesheet TD.PLAN2, 
#deadline_overview TD.PLAN2 {
  cursor: help;
  background-color : transparent;
  border : 1px solid #708090;
  padding-left: 3px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 5px;
  border-radius: 5px;
}
#show_content_timesheet TD.PLAN2 a, 
#deadline_overview TD.PLAN2 { 
  cursor: help;
  color:#708090 !important;
  text-decoration: none;
  font-weight: bold;
}
#show_content_timesheet TD.PLAN3,
#deadline_overview TD.PLAN3 {
  cursor: help;
  background-color: transparent;
  cursor: help;
  border: 1px solid #ff6600;
  padding-left: 3px;
  padding-bottom: 1px;
  padding-top: 1px;
  padding-right: 5px;
  border-radius: 5px;
  margin-bottom: 2px;
}
#show_content_timesheet TD.PLAN3 a
#deadline_overview TD.PLAN3 { 
  cursor: help;
  color:#708090 !important;
  text-decoration: none;
  font-weight: bold;
}
#show_content_timesheet TD.PLAN4, 
#deadline_overview TD.PLAN4 {
  cursor: help;
  border: 1px solid #ff6600;
  border-radius: 5px;
  background-color: transparent;
  padding-left: 5px;
  padding-bottom : 0px;
  padding-top : 0px;
  padding-right: 5px;
  width: 30px;
}
#show_content_timesheet TD.PLAN4 a,
#deadline_overview TD.PLAN4 { 
  cursor: help;
  color:#ff6600 !important;
  text-decoration: none;
  font-weight: bold;
}
#show_content_timesheet .negative, .negative {
  color:#ff6600 !important;
}
#show_content_timesheet table.BORDER0 {
  border-collapse:seperate;
  border-spacing: 1px;
  width: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e3f2ff;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
    color: #e3f2ff;
}
.pre_hours{
  float: left;
  display:block;
  height: 24px;
  padding: 0px 6px;
  margin: 0px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #cbcbcb; 
  border-right: 0px solid white;   
  background-color: white;
}
.main_hours{
  float: left;
  display:block;
  height: 24px;
  width: 40px;
  padding: 0px;
  padding-right: 6px;
  margin: 0px;
  margin-right: 5px;
  border-radius: 0px 4px 4px 0px;
  border-left: 0px solid white;  
  text-align: right; 
}
#show_content_timesheet input.DISABLED {
  color: #717171;
  background-color : #EFEFEF;
  float: left;
  display:block;
  height: 24px;
  width: 39px;
  padding: 0px;
  padding-right: 6px;
  margin: 0px;
  margin-right: 5px;
  border-radius: 0px 4px 4px 0px;
  border-left: 1px solid #cbcbcb;  
  text-align: right; 
}
/* End of Styling of the timesheet*/
/* @end */
/* @group Switch */
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  display:none !important;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b4de00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #8ebd3b;
}

input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 23px;
}
.slider.round:before {
  border-radius: 50%;
} 
.slider.disabled:before {
  background-color: #dcdcdc;
}
/* @end */
/* @group XTRA Admin pages specific styling */
/* Styling of the admin left side*/
.div_inner_left {
  margin-bottom: 30px;
}
.div_inner_left input[type="submit"] {
  margin: 0px 0px 0px 0px;
}
#div_inner_left th {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: transparent; 
  padding: 3px 4px 4px 4px;
  white-space: nowrap;
}
a.SORT_TH {
  color: #5b77a4;
  text-decoration: underline;
}
a.SORT_TH:VISITED {
  color: black;
  text-decoration: underline;
}
#div_inner_left td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: transparent; 
}
#div_inner_left td.PJT {
  /*font-weight: bold;*/
  /*border-bottom: solid 1px gray;*/
}
/*.div_admin_right th {
  font-size : 11px;
  color: #526995;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-transform: uppercase;
  background: transparent; 
  padding: 5px 4px 6px 4px;
  white-space: nowrap;
}*/
.div_admin_right td {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  background: transparent; 
}
.div_admin_right td.PJT {
  font-weight: bold;
}
.div_admin_right input, .div_admin_right textarea {
  max-width:240px;
  padding: 3px 3px 3px 3px;
}
.required:after { 
  content:"*"; 
  color: #9eafc1;
}
#overview table{
  border-collapse: collapse;
}
#overview td {
  font-weight: normal;
  padding: 2px 3px 2px 4px;
  margin: 0px 0px 0px 0px;
  color: #3A4F6C;
}
#overview tr {
  height: 30px;
}
#overview tr:first-child {
  height: 10px;
}
#overview th {
  background-color: #e8e8e8;
}
#overview tr:nth-child(even) {background: #f4f4f4}
#overview tr:nth-child(even):hover {background: #DCDCDC}

#overview th:first-child { padding-left: 15px; }
#overview td:first-child { padding-left: 15px; }
#overview td.PJT {
  font-weight: normal;
  margin: 0px 0px 0px 0px;
}
/* End of Styling of the admin left side*/
.div-admin-right {
    margin-top: 8px;
    margin-left: 8px;
}
#div-admin-right .ui-widget-content {
  background: transparent;
}
/* @end */
/* @group XTRA Report display area */
/* Styling of a report list table */
.overview-table {
  border-collapse:separate;
  border-spacing: 1px;
}
.overview-table th {
  text-transform: uppercase;
  box-sizing: border-box;
  height: 26px;
  background-color : #CBD5E1;
  color: #3D4D6E;
  padding: 2px 6px 3px 6px;
}
.overview-table td {
  box-sizing: border-box;
  height: 26px;
}
.overview-table a.SORT_TH {
  background-color : #CBD5E1;
  color: #3D4D6E;
}
.overview-table td.PJT {
  background-color : #EDEDED;
  border : 1px solid #EDEDED;
  font-weight: normal;
}
.div_inner_bottom_area {
  display: block;
  background-color: #f4f4f4;
  border:none;
  margin: 20px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  box-shadow: 0px 0px 5px 5px #d8d8d8;
}
/* SET 2 */
.div_inner_report table {
  border-collapse:separate;
  border-spacing: 1px;
}
.report_th, .div_inner_report th {
  text-transform: uppercase;
  box-sizing: border-box;
  height: 26px;
  background-color : #CBD5E1;;
  color: #3D4D6E;
  padding: 2px 8px 3px 8px;
}
.div_inner_report td {
  box-sizing: border-box;
  height: 26px;
  padding: 2px 8px 3px 8px;
}
.div_inner_report a.SORT_TH {
/*  background-color : #CBD5E1;*/
  color: #3D4D6E;
}
.div_inner_report td.PJT, .PJT_REPORT {
  background-color : #EDEDED;
  border : 1px solid #EDEDED;
  font-weight: normal;
}
.div_inner_report td.POD_GROUP, .POD_GROUP_REPORT {
  background-color : #ffe699;
  border : 1px solid #ffe699;
}
.div_inner_report td.POD, .POD_REPORT { 
  background-color : #fededf;
  border : 1px solid #fededf;
}
/* Resources level (level 3) in reports */
.div_inner_report td.RSC, .RSC_REPORT {
  background-color : #d3e1af;
  border : 1px solid #d3e1af;
}

/* @end *//* End of Styling of the report display area */
/* @group Table row highlight */
table tr.highlight:hover,
table tr.highlight:hover td{    
  background-color:#DCDCDC;
}
table tr.highlight:hover td.nohighlight{    
  background-color: #eff9fa;
}
table tr.highlight:hover td.PLAN1{
  background-color : #33CC33; 
} 
table tr.highlight:hover td.PLAN2{
  background-color : #CCFFCC; 
} 
table tr.highlight:hover td.PLAN3{
  background-color : #FFCCCC; 
} 
table tr.highlight:hover td.PLAN4{
  background-color : #FF3333; 
}
/* @end */
/* @group ZZ CSS style to reseach and cleanup */
/* make all tab titles use capitals for the first character.*/
.ui-tabs-anchor{
  text-transform:capitalize;
}
a.choose{text-decoration:none;font-weight:bold;color:#000;}
/* table cellspacing="0" cellpadding="0" border="0"*/
table.BORDER0 {
  border:0px;
  border-collapse:collapse;
}
.mail_preview 
{ 
  width: auto;
  padding: 6px;
  margin: 1px;
  border: 1px solid #999999;
  background-color: #FFFFFF;
  width:719px;
}
.mail_preview p{
    width:700px;
    word-break:break-all;
    word-wrap:break-word;
    white-space:normal;
}
.mceCOntentBody {
  background-color: white;
}
td.RED{
  background-color : red;
  border : 1px solid #ffb3b2;
  color: black;
}
td.PJT_RED{
  color: #ffffff;
  background-color : #FF0000;
  border : 1px solid #CBCBCB;
}
a.TD.PJT{
  background-color : #EDEDED;
  border : 1px solid #FFFFFF;
  color: black;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 4px;
}
a.ONDERDEEL
 {
  color: #306885;
  text-decoration: underline;
}
a.CLOSED
 {
  color: Gray;
  text-decoration: underline;
}
a.ONDERDEEL:HOVER
{
  color: #306885;
  text-decoration: none;
}
a.WIT {
  color: White;
  text-decoration: underline;
}
a.WIT:VISITED {
  color: White;
  text-decoration: underline;
}
input.ORANGE_BUTTON {
  background-color : #F3F3EF;
  border-left : 2px solid #FF9933;
  border-right : 2px solid #FF9900;
  border-top : 2px solid #FF9933;
  border-bottom : 2px solid #FF9900;
  cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* budget protection */    
.protected {
  border-radius: 5px;
  border-top : 2px solid #fe6600;
}
/* @end */
/* @group dropdown-suggest styling */
/*style for the A.. .A. button after the dropdown/suggest field*/
.a-container {
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
}
/* Hide the browser's default checkbox */
.a-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index:1
}
/* Create a custom checkbox */
.a-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 24px;
  background-color: #FFFFFF;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  padding: 1px 1px 1px 4px;
  margin: 1px 1px 1px 0px;
  border-radius: 0px 3px 3px 0px;
}
/* On mouse-over, add a background color */
  .a-container:hover input ~ .a-checkmark {
  background-color: #FFFFFF;
}
/* When the checkbox is checked, add a background */
  .a-container input:checked ~ .a-checkmark {
  background-color: #FFFFFF;
}
/* Create the indicator for not checked */
  .a-checkmark:after {
  content: ".A.";
  position: absolute;
  display: block;
  }
/* Create the indicator for checked */
  .a-container input:checked ~ .a-checkmark:after {
  content: "A..";
}
/* @end */
/* @group project status checkbox styling */
/*style for the proejct status checkboxes*/
.f-container {
  float: left;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  font-weight: bold;
}
/* Hide the browser's default checkbox */
.f-container input {
  opacity: 0;
  cursor: pointer;
  z-index:1
}
/* Create a custom checkbox */
.f-checkmark {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #CBCBCB;
  border-color: #CBCBCB;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  padding: 4px 1px 1px 4px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px 2px 2px 2px;
}
/* On mouse-over, add a background color */
  .f-container:hover input ~ .f-checkmark {
  background-color: #CBCBCB;
}
/* When the checkbox is checked, add a background */
  .f-container input:checked ~ .f-checkmark {
  background-color: #526995;
}
/* Create the indicator for not checked */
.f-checkmark:after {
  display: block;
  font-family: 'watch-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size:23px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:white;
}
.v:after {
  content: "\e900";
}
.l:after {
  content: "\e901";
}
.g:after {
  content: "\e902";
}
/* Create the indicator for checked */
  .f-container input:checked ~ .f-checkmark:after {
  color:white;
}
.f-container input:checked ~ .v:after {
  content: "\e900";
}
.f-container input:checked ~ .l:after {
  content: "\e901";
}
.f-container input:checked ~ .g:after {
  content: "\e902";
}
/* @end */
/* @group jQuery ui styles  */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  font-weight: normal;
  color: #5b77a4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #5b77a4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #3A4F6C;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #3A4F6C;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #526995;
  background: #526995;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #526995;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* @end */
/* @group Calendar ui styles   */
#calendar .ui-state-highlight,
#calendar .ui-widget-content .ui-state-highlight,
#calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
#calendar .ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
#calendar .ui-state-highlight a,
#calendar .ui-widget-content .ui-state-highlight a,
#calendar .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
/* @end */
/* @group jquery UI corner settings */
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
/* @end */
/* @group Custom jQuery UI styling admin tabs*/
.ui-tabs .ui-tabs-panel {
    background-color: #FAFAFA;
    padding: 10px 0px 10px 3px;
}
.ui-tabs .ui-tabs-nav li {
  border:none;
  background-color: #e8e8e8;
  margin: 0px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
  border-right: 1px solid #ccc;
}
.ui-tabs .ui-tabs-nav li:last-child {
    border-right: 1px solid #e8e8e8;
}
.ui-tabs .ui-tabs-nav li a {
  text-transform: uppercase;
  font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border:none;
  background-color: #5b77a4;
  padding: 2px 0px 2px 0px;
}
.ui-tabs .ui-tabs-nav {
    background-color: #e8e8e8;
    padding: 0px 0px 0px 0px;
   margin: 8px 0px 0px 0px; 
    border: none;
}
.ui-tabs .ui-widget-content {
  border: none;
    color: #526995;
}
.ui-tabs .ui-widget.ui-widget-content {
  border: none;
/*  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
*/  background-color: #FAFAFA;
}
/* @end */
/* @group Custom jQuery UI style */
.ui-tabs .ui-tabs-panel {
    background-color: #FAFAFA;
}
.ui-tabs .ui-tabs-nav {
    background-color: #FAFAFA;
    border: none;
}
.ui-widget-content {
    color: #3D4D6E;
}
.ui-widget.ui-widget-content {
  border: 1px solid transparent;
/*  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
*/  background-color: #FAFAFA;
}
.ui-tooltip.ui-widget-content {
    border: 1px solid #ababab;
    background-color: white;
}
.ui-datepicker.ui-widget-content {
  font-size: 11px;
   border: 1px solid #ababab;
   background-color: white;
   padding-right: 5px;
}
.ui-datepicker-trigger {
  color: #3D4D6E;
  border: none;
  background:none;
}
.ui-datepicker .ui-datepicker-title {
  line-height: 2.2em;
}
.ui-datepicker-trigger button{
  padding: 0px;
  margin: 0px;
}
.ui-datepicker th {
text-transform:lowercase;
}
.ui-autocomplete-input{
  border-radius: 3px 0px 0px 3px;
}
.ui-autocomplete.ui-widget-content {
   border: 1px solid #ababab;
   background-color: white;
}
.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 3px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400;
    white-space: nowrap;
}
.ui-dialog {
  box-shadow: 0px 0px 8px #ababab;
}
/* @end */
/* @group Font icon in calendar items */
.prio_image {
  float: left;
  display: block;
  font-size:20px;
  width:22px;
  height:35px;
  text-align:center;
}
.status_image {
  float: left;
  display: block;
  width:30px;
  height:35px;
  text-align:center;
  margin-left:0px;
  margin-top:-1px;
  text-align: left;
}
.status_in_preparation_icon:after{
  font-size:24px;
  font-family: 'watch-icons' !important;
  color: inherit;
  content: "\e900"; 
}
.status_in_progress_icon:after{
  font-size:24px;
  font-family: 'watch-icons' !important;
  color: inherit;
  content: "\e901"; 
}
.status_closed_icon:after{
  font-size:24px;
  font-family: 'watch-icons' !important;
  color: inherit;
  content: "\e902"; 
}
.fc-content .f-container, .fc-list-item-title .f-container{
  width:35px;
  height:35px;
  margin-right:5px;
  margin-bottom:2px;
}
.option_resource_icon:before{
  font-family: 'FontAwesome';
  content: "\f2bd"; 
  margin-right:5px;
}
.deadline_icon:after{
  font-family: 'FontAwesome-Solid';
  content: "\f11e"; 
  margin-right:5px;
  color:#FF0000;
  font-style: normal;
}
.deadline_kmk_icon:after{
  font-family: 'FontAwesome-Solid';
  content: "\f456"; 
  margin-right:5px;
  color:#FF0000;
  font-style: normal;
}
.jump_project_icon:after{
  font-family: 'FontAwesome-Solid';
  content: "\f111"; 
  margin-right:5px;
  color:#1e3050;
  font-style: normal;
}
.jump_project_element_icon:after{
  font-family: 'FontAwesome';
  content: "\f042"; 
  margin-right:5px;
  color:#1e3050;
  font-style: normal;
}
/* @end */
/* @group start end timesheet colors */
span.fc-datagrid-cell-main.PLAN0{
  border : 0px solid #8792A0;
  background-color: inherit;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
  font-weight: bold;
  color: #708090;
}
span.fc-datagrid-cell-main.PLAN1{
  border : 1px solid #8792A0;
  background-color: inherit;
  border-radius: 5px;
  padding-left: 4px;
  padding-bottom : 3px;
  padding-top : 3px;
  padding-right: 4px;
  font-weight: bold;
  color: #708090;
}
span.fc-datagrid-cell-main.PLAN2{
  background-color : #CCFFCC;
  border : 1px solid #999999;
  padding-left: 4px;
  padding-bottom : 1px;
  padding-top : 1px;
  padding-right: 2px;
}
span.fc-datagrid-cell-main.PLAN3{
  background-color : inherit;
  border : 1px solid #ff6600;
  padding-left: 4px;
  padding-bottom : 3px;
  padding-top : 3px;
  padding-right: 5px;
  font-weight: bold;
}
span.fc-datagrid-cell-main.PLAN4{
  background-color : inherit;
  border : 1px solid #ff6600;
  border-radius: 5px;
  font-weight: bold;
  color: #ff6600;
  padding-left: 4px;
  padding-bottom : 3px;
  padding-top : 3px;
  padding-right: 4px;
} 
/* @end */
/* @group questionnaire styling */
.INTRODUCTION, .CLOSING {
  background-color:#e8e8e8;
  padding: 4px 4px 4px 14px;
  white-space: normal;
}
.QUESTION {
  font-size:10pt; 
  margin-left: 20px; 
  margin-right: 20px;
}
.ANSWER {
  color:#660000;
  font-size:10pt;
  margin-left: 40px;
  margin-bottom: 30px;
  margin-right: 20px;
}
.CENTER {
  text-align: center;
}
.BLOCK_TITLE {
  font-size:15pt;
  margin-left: 20px;}
.OPTION {
  font-size:10pt;
  white-space: normal; 
}
/* @end */
/* @group text and border of the cell for Rekenkamer*/
.OVER {
  color: red;
}
td.OVER-TEXT {
  color: red;
  font-weight: bold;
}
span.OVER-TEXT {
  color: red;
}
td.OVER-BORDER {
    border: 1px solid #ff0000;
}
.div_inner_report td.OVER-BORDER {
    border: 1px solid #ff0000;
}
.UNDER {
  color: #ff8c00;
}
td.UNDER-TEXT {
  color: #ff8c00;
  font-weight: bold;
}
span.UNDER-TEXT {
  color: #ff8c00;
  font-weight: bold;
}
td.UNDER-BORDER {
    border: 1px solid #ff8c00;
}
.div_inner_report td.UNDER-BORDER {
    border: 1px solid #ff8c00;
}
.input_required_warning {
    border: 1px solid #fe6600;
    background-color: #ffb497;
}
/* @end */
/* @group WATCH Log report styling */
/* @stylng for columns where the value has changed compared to the previous stored LOG version*/
.log_view_changed_column {
  background-color: #ffb497;
  padding: 2px 4px 2px 4px;
}
/* @end */
/* @group stylng for role filter, logout and help */
#hide_menu{
  font-size:15px;
}
#filter_icon a{
  text-decoration:none;
  color:#FFFFFF;
}
#role_filter_logout {
  float:left;
  line-height:30px;
  text-align:center;
}
#role_filter_logout a,
#role_filter_logout svg{
  color:#3A4F6C;
}
#filter_icon_info{
  margin-right:20px;
}
/* @end */
/* @group AI-Tools user tab */
#user-tab div {
  max-width: 900px;
}
#user-tab .prompt-text{
  border: 1px solid gray;
  background-color: transparent;
  border-radius: 5px;
  margin: 10px 0px;
  width: 100%;
}
#user-tab .prompt-text-section{
  display:none;
}
#user-tab .prompt-header-user{
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  text-transform: lowercase;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: #e8e8e8;
  border-bottom: 1px solid #d3d3d3;
}
#user-tab .prompt-header-user::first-letter {
  text-transform: capitalize;
}
#user-tab .prompt-header-admin,
#user-tab .watch-call-header-admin,
#user-tab .back-step-admin{
  display:none;
}
#user-tab .prompt-body {
  padding: 5px 10px 10px 15px;
}
#user-tab .prompt-footer {
  padding: 0px 10px 10px 10px;
}
#user-tab .watch-call-text{
  border: 1px solid gray;
  background-color: transparent;
  border-radius: 5px;
  margin: 10px 0px;
}
#user-tab .watch-call-header-user{
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  text-transform: lowercase;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  background-color: #e8e8e8;
  border-bottom: 1px solid #d3d3d3;
}
#user-tab .watch-call-header-user::first-letter {
  text-transform: capitalize;
}
#user-tab .watch-call-body {
  padding: 10px 10px 10px 15px;
}
#user-tab .watch-call-footer {
  padding: 0px 10px 10px 10px;
}
#user-tab .ui-text{
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}
#user-tab .prompt-text-block{
  display:none;
}
#user-tab .data-model-text{
  display:none;
}
#user-tab .function-text{
  display:none;
}
#user-tab .context-text{
  display:none;
}
#user-tab .comment-text{
  display:none;
}
#user-tab select{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0px 10px;
  display: block;
  margin: 10px 0px 5px 0px;
}
#user-tab input[type="radio"], #user-tab input[type="checkbox"]{
  vertical-align: top;
  margin-right: 10px;
}
#user-tab label{
  display: inline-block;
  max-width: 90%;
  margin-bottom: 10px;
  padding-top: 3px;
}
#user-tab .dataTables_wrapper {
  border: 1px solid gray;
  background: #C8D7E3;
  border-radius: 5px;
  margin: 10px 0px;
  overflow-x: scroll;
}
#user-tab #answer-table_wrapper label{
  display: inline;
}
#user-tab #answer-table_wrapper select{
  display: inline;
}
#user-tab textarea{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin: 10px 0px 5px 0px;
  width: 100%;
  height: 120px;
}
#user-tab .answer-text{
  border: 1px solid gray;
  background-color: white;
  border-radius: 5px;
  margin: 10px 0px;
  width: 100%;
}
#user-tab .answer-header {
  background: transparent;
  display: block;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
}
#user-tab .answer-body {
  background: transparent;
  padding: 5px 10px 10px 15px;
  overflow: auto;
  max-height: 200px;
}
#user-tab .answer-footer {
  padding: 10px 10px 10px 10px;
}
#user-tab .expand-answer:before {
  font-family: 'FontAwesome-Solid';
  content: "\e0a0";
}
#user-tab .copy-answer:before {
  font-family: 'FontAwesome-Solid';
  content: "\f0c5";
}
#user-tab #gpt-settings .setting-text{
  display:none;
}
#user-tab .answer-body .container{
  display: flex;
}
#user-tab .answer-body img{
  float: left;
  margin-right: 10px;
}
#user-tab .answer-body p{
  float: left;
}
#user-tab .answer-body img{
   height: 150px;
}
#user-tab #loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 70px;
}
#user-tab .preselect select{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0px 10px;
  display: inline-block;
  margin: 10px 10px 5px 0px;
}
#user-tab .word-count{
  float:right;
  margin-right:5px;
  color:#526995;
  font-weight:bold;
}
/* @end */

/* @group AI-Tools administrator tab */
#administrator-tab div {
  max-width: 900px;
}
#administrator-tab .details-text{
  padding-top: 10px;
}
#administrator-tab summary{
  font-weight: bold;  
}
#administrator-tab .prompt-text{
  border: 1px solid gray;
  background-color: lightblue;
  color: #3A4F6C;
  border-radius: 5px;
  margin: 10px 0px;
  width: 100%;
}
#administrator-tab .prompt-header-admin {
   display: flex;
   justify-content: space-between;
   align-items: center;
  border-bottom: 1px solid gray;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
   padding: 10px;
   font-size: 14px;
   text-transform: capitalize;
}
#administrator-tab .prompt-header-admin img {
   padding-right: 3px;
}
#administrator-tab .prompt-header-user,
#administrator-tab .watch-call-header-user,
#administrator-tab .back-step-user {
  display:none;
}
#administrator-tab .prompt-body {
  padding: 10px 10px 10px 15px;
}
#administrator-tab .prompt-footer {
  padding: 0px 10px 10px 5px;
}
#administrator-tab .watch-call-text{
  border: 1px solid #4dabc9;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 10px 0px;
}
#administrator-tab .watch-call-header-admin {
  border-bottom: 1px solid gray;
  background-color: lightblue;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
   padding: 10px;
   font-size: 14px;
}
#administrator-tab .watch-call-header-admin:before {
  font-family: 'FontAwesome-Solid';
  font-size: 16px;
  margin-right: 6px;
  content: "\f0ad";
  position: relative;
  top: 2px; 
}
#administrator-tab .watch-call-body {
  padding: 10px 10px 10px 15px;
}
#administrator-tab .watch-call-footer {
  padding: 0px 10px 10px 10px;
}
#administrator-tab .prompt-text-section {
  border: 1px solid #3A4F6C;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .ui-text{
  border: 1px solid gray;
  background-color: #ff93a6;
  font-weight: bold;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .comment-text{
  border: 2px solid #e8e8e8;
  background-color: #708090;
  border-radius: 5px;
  color: #e8e8e8;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .comment-text::before, #administrator-tab .ui-text::before {
  content:      "\f10e";
  font-family:  FontAwesome-Solid, 'Source Sans Pro';
  margin-right: .8rem;
  font-size: 12px;
}
#administrator-tab .prompt-text-block{
  border: 1px solid gray;
  background-color: #ffdc99;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .prompt-text-name{
  display:none;
}
#administrator-tab .data-model-text{
  border: 1px solid gray;
  background-color: #fffacd;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .function-text{
  border: 1px solid gray;
  background-color: #EDEDED;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .json-text{
  border: 1px solid gray;
  background-color: #EDEDED;
  border-radius: 5px;
  padding: 0px 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .context-text{
  border: 1px solid gray;
  background-color: #bcff99;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab .prompt-image {
  border: 1px solid gray;
  background-color: #dff0f5;
  border-radius: 5px;
  padding: 10px;
  margin: 5px 0px 5px -5px;
}
#administrator-tab textarea{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin: 5px 0px 5px -5px;
  width:100%;
  height: 120px;
}
#administrator-tab .textarea{
  border: 1px solid gray;
  background-color: white;
  margin: 5px 0px 5px -5px;
  border-radius: 5px;
  padding: 10px;
}
#administrator-tab select{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0px 10px;
  display: block;
  margin: 5px 0px 5px -5px;
}
#administrator-tab input[type="radio"], #administrator-tab input[type="checkbox"]{
  vertical-align: top;
  margin-right: 10px;
}
#administrator-tab label{
  display: inline-block;
  max-width: 90%;
  margin-bottom: 10px;
  padding-top: 3px;
}
#administrator-tab .answer-text{
  border: 1px solid gray;
  background-color: #cafbca;
  border-radius: 5px;
  margin: 10px 0px;
  width: 100%;
}
#administrator-tab .answer-header {
  border-bottom: 1px solid gray;
  background-color: #b0f9b0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
   padding: 10px;
   font-size: 14px;
   text-transform: capitalize;
}
#administrator-tab .answer-body {
  padding: 10px;
  overflow: auto;
    max-height: 200px;
}
#administrator-tab .answer-footer {
  padding: 10px 10px 10px 5px;
}
#administrator-tab .expand-answer:before {
  font-family: 'FontAwesome-Solid';
  content: "\e0a0";
}
#administrator-tab .copy-answer:before {
  font-family: 'FontAwesome-Solid';
  content: "\f0c5";
}
#administrator-tab .dataTables_wrapper {
  border: 1px solid gray;
  background: #C8D7E3;
  border-radius: 5px;
  margin: 10px 0px;
  overflow-x: scroll;
}
#administrator-tab #answer-table_wrapper label{
  display: inline;
}
#administrator-tab #answer-table_wrapper select{
  display: inline;
  margin: 5px 0px 5px 0px;
}
#administrator-tab .breadcrumbs {
  list-style-type: none;
  white-space: normal;
  margin: 10px 0px 20px 0px;
}
#administrator-tab .breadcrumbs li {
  display: inline-block;
   margin: 0; 
   padding-bottom: 18px;
}
#administrator-tab .breadcrumbs li a {
    text-decoration: none;
    transition: color 0.3s;
    padding: 5px 8px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 3px;
    margin-right: 3px; /* Ruimte tussen knoppen */
    margin-bottom: 5px; /* Ruimte tussen regels, als ze wrappen */
}
#administrator-tab .breadcrumbs li a:hover {
    color: #0055aa;
    background-color: #e5e5e5; /* Een iets donkerdere grijs bij hover */
}
#administrator-tab .breadcrumbs li.visited a {
    font-weight: bold;
    color: #555;
    background-color: lightblue; /* Een iets donkerdere grijs voor bezochte stappen */
}
#administrator-tab .breadcrumbs li.visited a:hover {
    color: #333;
    background-color: #d5d5d5; /* Een nog donkerdere grijs voor hover op een bezochte knop */
}
#administrator-tab .breadcrumbs li:not(:last-child):after {
  font-family: 'FontAwesome-Solid';
  font-size: 14px;
  margin-right:2px;
  content: "\f054";
   padding: 5px 5px 0px 5px; /* Hiermee wordt de ruimte tussen de 'knoppen' geregeld, pas aan naar wens */
}
#administrator-tab .breadcrumbs .counter {
  color:red; 
  background:white;
  font-size:24px;
  font-weight:bold;
  margin-top:0px;
  padding-top:0px;  
  padding-right:0px;
  padding-left:00px;  
}
#administrator-tab .tool-crumb:before {
  font-family: 'FontAwesome-Solid';
  font-size: 16px;
  margin-right: 6px;
  content: "\f0ad";
  position: relative;
  top: 2px; 
}
#administrator-tab, #gpt-settings {
  float:left;
  margin:0px 10px;
}
#gpt-settings {
  display: none;
  transition: opacity 0.9s ease-out;
}
#gpt-settings:not(:visible) {
    opacity: 0;
    visibility: hidden; 
    pointer-events: none;
}
#gpt-settings .setting-text{
  border: 1px solid gray;
  background-color: white;
  border-radius: 5px;
  margin: 10px 0px;
}
#gpt-settings .setting-header {
  border-bottom: 1px solid gray;
  background-color: lightblue;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
#gpt-settings .setting-body { 
  padding: 10px;
}
#gpt-settings input, #gpt-settings textarea, #gpt-settings select { 
  border: 1px solid gray;
  border-radius: 5px;
  margin: 0px;
  padding-left: 5px;
}
#gpt-settings .ui-widget-content {
	background-color: #cbd5e1;
}
#gpt-settings .ui-slider-range-min {
	background-color: #526995;
}
.prompt-header-admin .icon-settings{
  cursor: pointer;
}
#administrator-tab .answer-body .container{
  display: flex;
}
#administrator-tab .answer-body img{
  float: left;
  margin-right: 10px;
}
#administrator-tab .answer-body p{
  float: left;
}
#administrator-tab .answer-body img{
   height: 150px;
}
#administrator-tab #loading{
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 70px;
}
#administrator-tab .word-count{
  float:right;
  margin-right:5px;
  color:#526995;
  font-weight:bold;
}
/* @end */
/* @group AI-Tools developer tab */
#developer-tab div {
  max-width: 900px;
}
#developer-tab .json-call{
  border: 1px solid gray;
  background-color: #EDEDED;
  border-radius: 5px;
  margin: 10px 0px;
}
#developer-tab .json-call-header {
  border-bottom: 1px solid gray;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
#developer-tab .json-call-body {
      padding: 10px;
    }
#developer-tab .answer-text{
  border: 1px solid gray;
  background-color: white;
  border-radius: 5px;
  margin: 10px 0px;
}
#developer-tab .answer-header {
  border-bottom: 1px solid gray;
  background-color: #EDEDED;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
   padding: 10px;
   font-size: 14px;
   text-transform: capitalize;
}
#developer-tab .answer-body {
  padding: 10px;
}
#developer-tab .answer-footer {
  display:none;
}
/* @end */
/* @group AI-Tools chat user tab */
section#chat-user-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width:900px;
}
section#chat-user-tab .prompt-text {
  align-self: flex-end;
}
section#chat-user-tab .answer-text {
  align-self: flex-start;
}
/*section#chat-user-tab div {
  max-width: 80%;
}*/
section#chat-user-tab .prompt-text:not(:first-of-type) {
  width: 70%;
}
section#chat-user-tab .answer-text {
  width: 70%;
}
section#chat-user-tab .prompt-text:first-of-type {
  width: 100%;
}
#chat-user-tab .prompt-text{
  border: 1px solid gray;
  background-color: transparent;
  border-radius: 5px;
  margin: 10px 0px;
}
#chat-user-tab .prompt-text-section{
  display:none;
}
#chat-user-tab .prompt-header-admin,
#chat-user-tab .watch-call-header-admin,
#chat-user-tab .back-step-admin{
  display:none;
}
#chat-user-tab .prompt-body {
  padding: 10px 10px 10px 15px;
}
#chat-user-tab .prompt-footer {
  padding: 0px 10px 10px 10px;
  align-self: flex-end;
}
section#chat-user-tab .prompt-text:not(:last-of-type) .prompt-footer {
  display: none;
}
section#chat-user-tab .prompt-text:not(:last-of-type) .prompt-body {
  padding: 10px 10px 0px 15px;
}
section#chat-user-tab .prompt-text:not(:last-of-type) textarea {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  overflow: hidden;
  resize: none;
  height: 50px;
  cursor: default;
  padding: 0px;
  margin: 0px;
}
section#chat-user-tab .prompt-text:not(:last-of-type) textarea::-webkit-scrollbar {
  display: none;
}
#chat-user-tab .watch-call-text{
  border: 1px solid gray;
  background-color: transparent;
  border-radius: 5px;
  margin: 10px 0px;
}
#chat-user-tab .watch-call-header-user{
  font-weight: bold;
   padding: 10px 10px 0px 10px;
   text-transform: lowercase;
}
#chat-user-tab .watch-call-header-user::first-letter {
  text-transform: capitalize;
}
#chat-user-tab .prompt-header-user{
	display:none;
}
#chat-user-tab .watch-call-body {
  padding: 5px 10px 10px 15px;
}
#chat-user-tab .watch-call-footer {
  padding: 0px 10px 10px 10px;
}
#chat-user-tab .ui-text{
  font-weight: bold;
  margin: 10px 0px 5px 0px;
}
#chat-user-tab .prompt-text-block{
  display:none;
}
#chat-user-tab .data-model-text{
  display:none;
}
#chat-user-tab .function-text{
  display:none;
}
#chat-user-tab .context-text{
  display:none;
}
#chat-user-tab .comment-text{
  display:none;
}
#chat-user-tab select{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 0px 10px;
  display: block;
  margin: 10px 0px 5px 0px;
}
#chat-user-tab input[type="radio"], #chat-user-tab input[type="checkbox"]{
  vertical-align: top;
  margin-right: 10px;
}
#chat-user-tab label{
  display: inline-block;
  max-width: 90%;
  margin-bottom: 10px;
  padding-top: 3px;
}
#chat-user-tab .dataTables_wrapper {
  border: 1px solid gray;
  background: #C8D7E3;
  border-radius: 5px;
  margin: 10px 0px;
  overflow-x: scroll;
}
#chat-user-tab #answer-table_wrapper label{
  display: inline;
}
#chat-user-tab #answer-table_wrapper select{
  display: inline;
}
#chat-user-tab textarea{
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  display: block;
  margin: 10px 0px 5px 0px;
  width: 100%;
  height: 60px;
}
#chat-user-tab .answer-text{
  border: 1px solid gray;
  background-color: white;
  border-radius: 5px;
  margin: 10px 0px;
}
#chat-user-tab .answer-header {
  background: transparent;
  color: transparent;
  display: block;
  font-weight: bold;
  padding: 10px 0px 3px 10px;
}
#chat-user-tab .answer-header::before {
    font-family:  'FontAwesome-Light';
    content:      "\e3b8";
    color: #ff4500;
    font-size: x-large;
    margin-right: .5rem;
}
#chat-user-tab .answer-body {
  background: transparent;
  display: block;
  padding: 0px 10px 0px 15px;
  overflow: auto;
  max-height: 200px;
}
#chat-user-tab .answer-footer {
  display: none;
  padding: 10px 10px 10px 10px;
}
#chat-user-tab #gpt-settings .setting-text{
  display:none;
}
#chat-user-tab .answer-body .container{
  display: flex;
}
#chat-user-tab .answer-body img{
  float: left;
  margin-right: 10px;
}
#chat-user-tab .answer-body p{
  float: left;
}
#chat-user-tab #loading{
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-size: 70px;
}
/*#chat-user-tab .current{
  background-color: #d2f8cf;
}*/
/* @end */
/* @group AI-Tools batch call */
#progress{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#progressbar{
  width: 400px;
  height: 40px; 
}
.preselect select{
  padding: 0px 10px;
  display: inline-block;
  margin: 10px 10px 5px 0px;
}
/* @end */
/* @group milestone */
@keyframes ms-blink {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
.alert {
  animation: ms-blink 3s linear infinite;
  border: 3px solid red;
}
.ms-status-icons {
  float: left;
  display: block;
  width:17px;
  padding-left: 2px;
}
/* @end */
/* @group bootstrap */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.arrows-to-line-inactive{
  background-color:#ffffff;
  color:#526995;
}
.bell-on-inactive{
  background-color:#ffffff;
  color:#526995;
}
#user-tab .header-expand, #administrator-tab .header-expand {
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid gray;
}
#user-tab .header-collapse, #administrator-tab .header-collapse {
  border-radius: 5px;
  border-bottom: none;
}
.icon-collapse {
  cursor: pointer;
}
.icon-collapse-right {
  float:right;
}
/* @end */
/* @group end date warnings */
.vertical-split-cell {
  background: linear-gradient(to right, #d2f8cf 50%, #fededf 50%);
}
/* @end */
/* @group AI-Tools template */
.setting-levels {
  width:30px;
  text-align:right;
}
/* @end */
/* @group Calendar bgevent styles */
.fc-bgevent-no-click {
    pointer-events: none;
}
/* @end */
.icon-gpt-3:before {
    content: "";
    display: inline-block;
    width: 40px; /* Pas de breedte aan naar wens */
    height: 40px; /* Pas de hoogte aan naar wens */
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiB0ZXh0LXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cmVjdCBmaWxsPSIjMTBBMzdGIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgcng9IjEwNC4xODciIHJ5PSIxMDUuMDQyIi8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJN378uNjggMjMwLjAxMWE3MS40MzIgNzEuNDMyIDAgMDAzLjY1NC0yMi41NDEgNzEuMzgzIDcxLjM4MyAwIDAwLTkuNzgzLTM2LjA2NGMtMTIuODcxLTIyLjQwNC0zNi43NDctMzYuMjM2LTYyLjU4Ny0zNi4yMzZhNzIuMzEwIDcyLjMxMCAwIDAwLTE1LjE0NSAxLjYwNCA3MS4zNjIgNzEuMzYyIDAgMDAtNTMuMzcwLTIzLjk5MWgtLjQ1M2wtLjE3LjAwMWMtMzEuMjk3IDAtNTkuMDUyIDIwLjE5NS02OC42NzMgNDkuOTY3YTcxLjM3MiA3MS4zNzIgMCAwMC00Ny43MDkgMzQuNjE4IDcyLjIyNCA3Mi4yMjQgMCAwMC05Ljc1NSAzNi4yMjYgNzIuMjA0IDcyLjIwNCAwIDAwMTguNjI4IDQ4LjM5NSA3MS4zOTUgNzEuMzk1IDAgMDAtMy42NTUgMjIuNTQxIDcxLjM4OCA3MS4zODggMCAwMDkuNzgzIDM2LjA2NCA3Mi4xODcgNzIuMTg3IDAgMDA3Ny43MjggMzQuNjMxIDcxLjM3NSA3MS4zNzUgMCAwMDAuMTg0LjAwMWMzMS4zMTQgMCA1OS4wNi0yMC4xOTYgNjguNjgxLTUwLjk5NWE3MS4zODQgNzEuMzg0IDAgMDA0Ny43MS0zNC42MTkgNzIuMTA3IDcyLjEwNyAwIDAwOS43MzYtMzYuMTk0IDcyLjIwMSA3Mi4yMDEgMCAwMC0xOC42MjgtNDguMzk0bC0uMDAzLS4wMDR6TTI3MS4wMTggMzgwLjQ5MmgtLjA3NGEtNTMuNTc2IDUzLjU3NiAwIDAxLTM0LjI4Ny0xMi40MjMgNDQuOTI4IDQ0LjkyOCAwIDAwMS42OTQtLjk2bDU3LjAzMi0zMi45NDNhOS4yNzggOS4yNzggMCAwMDQuNjg4LTguMDYwdi04MC40NTlsMjQuMTA2IDEzLjkxOWEuODU5Ljg1OSAwIDAxLjQ2OS42NjF2NjYuNTg2Yy0uMDMzIDI5LjYwNC0yNC4wMjIgNTMuNjE5LTUzLjYyOCA1My42Nzl6bS0xMTUuMzI5LTQ5LjI1N2E1My41NjMgNTMuNTYzIDAgMDEtNy4xOTYtMjYuNzhjMC0zLjA2OS4yNjgtNi4xNDYuNzktOS4xNy40MjQuMjU0IDEuMTY0LjcwNiAxLjY5NSAxLjAxMWw1Ny4wMzIgMzIuOTQzYTkuMjg5IDkuMjg5IDAgMDA5LjM3LS4wMDJsNjkuNjMtNDAuMjA1di0yNy44MzlsLjAwMS4wNDhhLjg2NC44NjQgMCAwMS0uMzQ1LjY5MWwtNTcuNjU0IDMzLjI4OGE1My43OTEgNTMuNzkxIDAgMDEtMjYuODE3IDcuMTcgNTMuNzQ2IDUzLjc0NiAwIDAxLTQ2LjUwNi0yNi44MTh2LjAwM3ptLTE1LjAwNC0xMjQuNTA2YTUzLjUgNTMuNSAwIDAxMjcuOTQxLTIzLjUzNGMwIC40OTEtLjAyOCAxLjM2MS0uMDI4IDEuOTY1diA2NS44ODdsLS4wMDEuMDRhOS4yNyA5LjI3IDAgMDA0LjY4MSA4LjA1M2w2OS42MyA0MC4xOTktMjQuMTA1IDEzLjkxOWEuODY0Ljg2NCAwIDAxLS44MTMuMDc0bC01Ny42Ni0zMy4zMTZhNTMuNzQ2IDUzLjc0NiAwIDAxLTI2LjgwNS00Ni41IDUzLjc4NyA1My43ODcgMCAwMTcuMTYzLTI2Ljc5OGwtLjAwMy0uMDAzem0xOTguMDU1IDQ2LjA4OWwtNjkuNjMtNDAuMjA0IDI0LjEwNi0xMy45MTRhLjg2My44NjMgMCAwMS44MTMtLjA3NGw1Ny42NTkgMzMuMjg4YTUzLjcxIDUzLjcxIDAgMDEyNi44MzUgNDYuNDkxYzAgMjIuNDg5LTE0LjAzMyA0Mi42MTItMzUuMTMzIDUwLjM3OXYtNjcuODU3Yy4wMDMtLjAyNS4wMDMtLjA1MS4wMDMtLjA3NmE5LjI2NSA5LjI2NSAwIDAwLTQuNjUzLTguMDMzem0yMy45OTMtMzYuMTExYTgxLjkxOSA4MS45MTkgMCAwMC0xLjY5NC0xLjEwbC01Ny4wMzItMzIuOTQ0YTkuMzEgOS4zMSAwIDAwLTQuNjg0LTEuMjY2IDkuMzEgOS4zMSAwIDAwLTQuNjg0IDEuMjY2bC02OS42MzEgNDAuMjA1di0yNy44MzlsLS4wMDEtLjA0OGMwLS4yNzIuMTI5LS41MjguMzQ2LS42OTFsNTcuNjU0LTMzLjI2YTE1My42OTYgMTUzLjY5NiAwIDAxMjYuODE2LTcuMTc3YzI5LjY0NCAwIDUzLjY4NCAyNC4wIDUzLjY4NCA1My42ODRhNTMuOTEgNTMuOTEgMCAwMS0uNzc0IDkuMDc3di4wMDN6bS0xNTAuODMxIDQ5LjYxOGwtMjQuMTExLTEzLjkxOWEuODU5Ljg1OSAwIDAxLS40NjktLjY2MXYtNjYuNTg2Yy4wMTMtMjkuNjI4IDI0LjA1My01My42NDggNTMuNjg0LTUzLjY0OCA1My43MTkgNTMuNzE5IDAgMDEzNC4zNDkgMTIuNDI2Yy0uNDM0LjIzNy0xLjE5MS42NTUtMS42OTQuOTYwbC01Ny4wMzIgMzIuOTQzYTkuMjcyIDkuMjcyIDAgMDAtNC42ODcgOC4wNTd2LjA1M2wtLjA0IDgwLjM3Nnp6MTMuMDk1LTI4LjIzM2wzMS4wMTItMTcuOTEyIDMxLjAxMiAxNy45MHYzNS44MTJsLTMxLjAxMiAxNy45MDEtMzEuMDEyLTE3LjkwMXYtMzUuOHoiLz48L3N2Zz4=');
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle; /* Optioneel, voor uitlijning met tekst */
}