:root {
  --primary-color: #15488a;
  --primary-lighter-color: #b9c8dc;
  --primary-darker-color: #0c306d;
  --text-primary-color: #ffffff;
  --text-primary-lighter-color: rgba(0, 0, 0, 0.87);
  --text-primary-darker-color: #ffffff;

  --accent-lighter-color: #c9cee8;
  --accent-darker-color: #324198;
  --text-accent-color: #ffffff;
  --text-accent-lighter-color: rgba(0, 0, 0, 0.87);
  --text-accent-darker-color: #ffffff;

  --warn-color: #ff0000;
  --warn-lighter-color: #ffb3b3;
  --warn-darker-color: #ff0000;
  --text-warn-color: #ffffff;
  --text-warn-lighter-color: rgba(0, 0, 0, 0.87);
  --text-warn-darker-color: #ffffff;

  --primary-hover: #4dabe00d;
  --accent-color: #114f9f;
  --accent-hover: hsl(from var(--accent-color) h s calc(l - 5));
  --accent-bg: #c8dbec;
  --text-color:#1b2733;

  --header1:#114f9f;
  --header2: #15488a;
  --black: #000;
    --ok:#009966;
}

 .minerva {
  --primary-color: #6F263D;
  --primary-lighter-color: #e291a7;
  --primary-darker-color:hsl(from var(--primary-color) h s calc(l - 10));
  --text-primary-color: #ffffff;
  --text-primary-lighter-color: rgba(0, 0, 0, 0.87);
  --text-primary-darker-color: #ffffff;

  --accent-lighter-color: #ffb999;
  --accent-darker-color: #c43c00;
  --text-accent-color: #ffffff;
  --text-accent-lighter-color: rgba(0, 0, 0, 0.87);
  --text-accent-darker-color: #ffffff;

  --warn-color: #ff0000;
  --warn-lighter-color: #ffb3b3;
  --warn-darker-color: #b30000;
  --text-warn-color: #ffffff;
  --text-warn-lighter-color: rgba(0, 0, 0, 0.87);
  --text-warn-darker-color: #ffffff;


  --primary-hover: #591e2e10;
  --accent-color: #6F263D;
  --accent-hover: hsl(from var(--accent-color) h s calc(l - 10));
  --accent-bg: #6F263D38;
  --text-color:#140E0F;

  --header1:#BA0C2F ;
  --header2:#6F263D;
  --black: #140E0F;
    --ok:#FF6B0D;
}

.fade.modal {
  opacity: unset !important;
}
.modal-dialog {
  background-color: white;
}

@font-face {
  font-family: "MuseoSans-300";
  src: url("fonts/MuseoSans_300-webfont.eot");
  src: url("fonts/MuseoSans_300-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/MuseoSans_300-webfont.woff") format("woff"),
    url("fonts/MuseoSans_300-webfont.ttf") format("truetype"),
    url("fonts/MuseoSans_300-webfont.svg#webfont") format("svg");
}

@font-face {
  font-family: "MuseoSans-500";
  src: url("fonts/MuseoSans_500-webfont.eot");
  src: url("fonts/MuseoSans_500-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/MuseoSans_500-webfont.woff") format("woff"),
    url("fonts/MuseoSans_500-webfont.ttf") format("truetype"),
    url("fonts/MuseoSans_500-webfont.svg#webfont") format("svg");
}

@font-face {
  font-family: "MuseoSans-700";
  src: url("fonts/MuseoSans_700-webfont.eot");
  src: url("fonts/MuseoSans_700-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/MuseoSans_700-webfont.woff") format("woff"),
    url("fonts/MuseoSans_700-webfont.ttf") format("truetype"),
    url("fonts/MuseoSans_700-webfont.svg#webfont") format("svg");
}

@font-face {
  font-family: "MuseoSans-900";
  src: url("fonts/MuseoSans_900-webfont.eot");
  src: url("fonts/MuseoSans_900-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/MuseoSans_900-webfont.woff") format("woff"),
    url("fonts/MuseoSans_900-webfont.ttf") format("truetype"),
    url("fonts/MuseoSans_900-webfont.svg#webfont") format("svg");
}

body {
  font-size: 16px;
  font-family: "MuseoSans-300", "MuseoSans-500", "Raleway", sans-serif;
  color: var(--text-color);
  margin: 0;
  padding: 0;
  -ms-content-zooming: none;
}

.appheader {
  background-color: var(--black);
  color: white;
  height: 44px;
  line-height: 1.25;
  padding-top: 5px;
}

.provantlogo {
  background: url(../images/provantlogo_transp.png) no-repeat;
  width: 109px;
  height: 34px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 50px;
}

.pageheader {
  background: url("../images/header.png") repeat scroll center center / cover
    rgba(0, 0, 0, 0);
  color: white;
  padding: 15px;
  text-align: left;
  padding-left: 0px;
  margin-left: -2px;
}

.pageheader.minervaHeader {
  background: linear-gradient(90deg, #ba0c2f 0%, #6f263d 50%);
  /* border-top: 2px solid #FF6B0D */
}

.pageheaderColor {
  color: white;
}

.menuitem {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  padding-top: 15px;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 15px;
  display: inline-table;
}

.menuitem-active {
  border-bottom: #ffffff 4px solid;
}

.menuheader {
  background-color: var(--primary-color);
}

.menuheader-badge {
  background: url(../images/badge.svg) no-repeat;
  color: var(--primary-color);
  font-size: 12px;
  position: absolute;
  margin-left: 5px;
  padding-top: 2px;
  width: 20px;
  height: 20px;
}

.menuheader-badge-inverted {
  background: url(../images/blue-badge.svg) no-repeat;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  margin-left: 5px;
  padding-top: 2px;
  width: 20px;
  height: 20px;
}

.menuheader > .container > .row {
  margin-left: -4px;
}

.label-bigger-main {
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

.label-big-main {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

.label-main {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

.label-plain {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

.label-counter {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #757575;
}

hr.fields-separator {
  border: thin solid #cccccc;
}

/* Makes the circles of the radio buttons larger */

input[type="radio"] {
  transform: scale(1.5);
}

/* Changes the appearance of the datepicker date input field */

.datepicker {
  border-radius: 16px !important;
  border: solid 1px #757575 !important;
  padding-left: 7px !important;
  box-sizing: border-box !important;
  height: 32px !important;
}

/* NG MATERIAL FIXES */

/* Makes the calendar icon from the datepicker larger */

/*.mat-mdc-icon-button {
  font-size: 28px !important;
}

.mdc-icon-button {
  font-size: 28px !important;
}*/

input.mat-mdc-input-element {
  margin-top: 0 !important;
}

.mat-mdc-select {
  padding-top: 5px !important;
}

.mat-mdc-autocomplete-panel,
.mat-mdc-select-panel {
  background: white !important;
  border: solid 1px #757575 !important;
}

.mat-mdc-selector .mat-mdc-form-field-infix {
  border-top-width: 0px !important;
  margin-top: -15px !important;
}

/* To lower the datapicker whitespace above it */

.mat-mdc-form-field-infix {
  padding: 0 !important;
}

/*.mdc-form-field-infix {
  padding: 0px;
}*/
.mat-mdc-text-field-wrapper {
  padding: 0px;
}

/* no line class to remove underline from angular material date picker */
.no-line .mdc-line-ripple {
  display: none;
}
.mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding: 0 !important;
  display: contents;
  background-color: white;
}

.mat-mdc-text-field-wrapper.mdc-text-field,
.mat-mdc-form-field-flex {
  height: 33px;
  padding: 0 !important;
}

.mat-calendar {
  border: solid 1px #757575;
  border-radius: 4px;
}

.mat-mdc-autocomplete-panel,
.mat-mdc-select-panel {
  background: white !important;
  border: solid 1px #757575 !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-selector .mat-form-field-infix {
  border-top-width: 0px !important;
  margin-top: -15px !important;
}

/*.mat-mdc-selector.mat-select {
  padding-top: 5px !important;
}*/

.mat-mdc-option {
  color: #555;
  font-size: 14px;
  font-family: MuseoSans, "MuseoSans-300", "Museo Sans 300", "Museo Sans 500",
    "Museo Sans", "Raleway", sans-serif;
}

.mat-primary .mat-mdc-option.mat-mdc-selected {
  color: var(--primary-color);
}

.mat-primary .mat-pseudo-checkbox-checked {
  background: var(--primary-color);
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-ripple .mat-ripple-element,
.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: var(--primary-color) !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */
.mat-checkbox-checked.mat-primary .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: var(--primary-color) !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */
.mat-autocomplete-trigger,
.mat-select-value-text {
  color: #555;
  font-size: 14px;
  font-family: MuseoSans, "MuseoSans-300", "Museo Sans 300", "Museo Sans 500",
    "Museo Sans", "Raleway", sans-serif;
}

/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */
.mat-autocomplete-placeholder,
.mat-select-placeholder {
  color: #555;
  font-size: 14px;
  font-family: MuseoSans, "MuseoSans-300", "Museo Sans 300", "Museo Sans 500",
    "Museo Sans", "Raleway", sans-serif;
}

/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-select-disabled {
  background-color: #ededed !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */
.mat-autocomplete-panel .mat-option,
.mat-autocomplete-panel .mat-optgroup-label,
.mat-select-panel .mat-optgroup-label,
.mat-select-panel .mat-option {
  height: 2em !important;
}

.remark {
  color: #999999;
}

/** Selectable tabs **/

.tabs {
  margin-top: 5px;
  margin-bottom: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.tab {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--text-color);
  cursor: pointer;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 8px;
  display: inline-table;
}

.tab-active {
  color: var(--primary-color);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
  border-radius: 10px;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: -1px;
}

.searchbox {
  background-color: rgba(242, 242, 242, 1);
}

.pagetitle {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  font-style: normal;
}

.documenttitle {
  font-size: 26px;
  color: rgb(51, 51, 51);
  font-weight: 500;
  font-style: normal;
}

.documentinfo {
  font-size: 18px;
  color: rgb(102, 102, 102);
  font-weight: 400;
  font-style: normal;
}

.headerActionLink {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.infobox {
  padding: 15px;
  margin: 20px auto 20px auto;
  width: 60%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 8px rgba(148, 148, 148, 1);

  position: fixed;
  top: 12%;
  left: 50%;
  margin-left: -30%; /* half of the width to center the box */
  z-index: 2000 !important;
}

.loadingbox {
  padding: 15px;
  margin: 20px auto 20px auto;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 8px rgba(148, 148, 148, 1);

  /* shows the loading box in the bottom right corner */
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 2000 !important;
}

.errorbox {
  padding: 15px;
  margin: 20px auto 20px auto;
  width: 60%;
  background-color: rgba(240, 220, 225, 1);
  border-color: rgba(240, 220, 225, 1);
  box-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
  border-width: 1px;
  border-radius: 5px;

  position: fixed;
  top: 12%;
  left: 50%;
  margin-left: -30%; /* half of the width to center the box */
  z-index: 2000 !important;
}

.grid {
  border-bottom: solid 1px #d7d7d7;
}

.grid > div {
  margin: 0pt;
  min-height: 43px;
  padding-left: 5px;
  padding-top: 7px;
  padding-bottom: 0px;
  padding-right: 5px;
}

.gridheader > div {
  height: 27px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: var(--primary-color);
  border-bottom: solid 1px var(--primary-color);
  padding-left: 5px;
}

/** Action links are the actions from an action group that are not grouped in a box, but shown horizontally **/

.actionLink {
  color: var(--primary-color);
  text-decoration: unset;
  cursor: pointer;
}

.actionLink:focus,
.actionLink:hover {
  text-decoration: underline;
}

.actionLink i {
  margin-left: 10px;
  margin-right: 10px;
}

.optionSelect {
  color: #a7a7a7;
}

/** Action list is the action group where actions are grouped in a box **/

.actionList {
  white-space: nowrap;
  margin-top: 2px;
  background-color: #ffffff;
  border: solid 1px var(--primary-color);
  position: absolute;
  z-index: 100;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: var(--primary-color);
}

.actionList span {
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: underline;
  display: inline-block;
}

.actionList i {
  font-size: 14px;
  font-weight: 900 !important;
  line-height: 1.43;
  text-align: center;
}

.actionButton {
  font-size: 20px;
  color: var(--primary-color);
  cursor: pointer;
}

.bigIconButton {
  font-size: 27px;
  color: var(--primary-color);
  cursor: pointer;
  margin-top: -13px;
  margin-right: -13px;
  float: right;
}

.bigIconButton:hover {
  margin-top: -12px;
  margin-right: -12px;
}

.dropzone {
  background-color: #ffffff;
  border: dashed 1px var(--accent-color);
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

.dropzone i {
  color: black;
  font-size: 50px;
  padding: 20px;
}

.fundbtn,
.fundbtn:link,
.fundbtn:active,
.fundbtn:visited,
.fundbtn:focus,
.fundbtn:hover {
  letter-spacing: normal;
  text-align: center;
  background-image: none;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}

.btn-medium-primary,
.btn-medium-primary:link,
.btn-medium-primary:active,
.btn-medium-primary:visited,
.btn-medium-primary:focus {
  border: 1px solid transparent; /* fix voor border in hover mode */
  border-radius: 16px;
  height: 32px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: var(--primary-color);
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}

.btn-medium-primary:hover {
  background-color: var(--primary-darker-color);
}

.btn-medium-disabled,
.btn-medium-disabled:link,
.btn-medium-disabled:active,
.btn-medium-disabled:visited,
.btn-medium-disabled:focus,
btn-medium-disabled:hover {
  border-radius: 16px;
  height: 32px;
  border: solid 1px #757575;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.25;
  color: #757575;
}

.btn-medium-second,
.btn-medium-second:link,
.btn-medium-second:active,
.btn-medium-second:visited,
.btn-medium-second:focus {
  border-radius: 16px;
  height: 32px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px var(--primary-color) !important;
  background-color: #ffffff !important;
  font-size: 16px;
  line-height: 1.25;
  color: var(--primary-color) !important;

}


.btn-medium-second:hover {
  background-color: #f2f2f2 !important;
}

.btn-medium-third,
.btn-medium-third:link,
.btn-medium-third:active,
.btn-medium-third:visited,
.btn-medium-third:focus {
  border-radius: 16px;
  height: 32px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px hsl(from var(--ok) h s calc(l - 5));
  background-color: var(--ok);
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}

.btn-medium-third:hover {
   background-color: hsl(from var(--ok) h s calc(l - 10));
   border: solid 1px var(--ok);
}

.btn-medium-transp,
.btn-medium-transp:link,
.btn-medium-transp:active,
.btn-medium-transp:visited,
.btn-medium-transp:focus {
  border-radius: 16px;
  height: 32px;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}

.btn-medium-transp:hover {
  background-color: #ffffff;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}

.btn-small-ok,
.btn-small-ok:link,
.btn-small-ok:active,
.btn-small-ok:visited,
.btn-small-ok:focus {
  border-radius: 14px;
  height: 28px;
  min-width: 100px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 2px white;
  background-color: #009f01;
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
}

.btn-small-ok:hover {
  background-color: #ffffff;
  border: solid 1px #009f01;
  color: #009f01;
}

.btn-small-nok,
.btn-small-nok:link,
.btn-small-nok:active,
.btn-small-nok:visited,
.btn-small-nok:focus {
  border-radius: 14px;
  height: 28px;
  min-width: 100px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 2px white;
  background-color: #9f0004;
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
}

.btn-small-nok:hover {
  background-color: #ffffff;
  border: solid 1px #9f0004;
  color: #9f0004;
}

.btn-small-primary,
.btn-small-primary:link,
.btn-small-primary:active,
.btn-small-primary:visited,
.btn-small-primary:focus {
  border-radius: 14px;
  height: 28px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
  background-color: var(--primary-color);
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
}

.btn-small-primary:hover {
  background-color: var(--primary-color);
}

.btn-small-disabled,
.btn-small-disabled:link,
.btn-small-disabled:active,
.btn-small-disabled:visited,
.btn-small-disabled:focus,
btn-small-disabled:hover {
  border-radius: 14px;
  height: 28px;
  border: solid 1px #757575;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.43;
  color: #757575;
}

.btn-small-second,
.btn-small-second:link,
.btn-small-second:active,
.btn-small-second:visited,
.btn-small-second:focus {
  border-radius: 14px;
  height: 28px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px var(--primary-color);
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.43;
  color: var(--primary-color);
}

.btn-small-second:hover {
  background-color: #f2f2f2;
}

.btn-small-transp,
.btn-small-transp:link,
.btn-small-transp:active,
.btn-small-transp:visited,
.btn-small-transp:focus {
  border-radius: 14px;
  height: 28px;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
}

.btn-small-transp:hover {
  outline: none;
  background-color: #ffffff;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
}

.form-control,
.inputfield {
  border-radius: 16px;
  background-color: #ffffff;
  border: solid 1px #757575;
  padding-left: 10px;
  padding-right: 10px;
  height: 32px;
  outline: none;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: var(--text-color);
}

h3 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary-color);
}
/* makes placeholder lighter */

.form-control::-webkit-input-placeholder {
  color: rgb(195, 195, 195);
} /* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
  color: rgb(195, 195, 195);
} /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
  color: rgb(195, 195, 195);
} /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
  color: rgb(195, 195, 195);
} /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
  color: rgb(195, 195, 195);
} /* Microsoft Edge */

/* hide default upload button */

input[type="file"] {
  display: none;
}

.lighttext {
  color: #808080;
  font-weight: lighter;
}

.mobileIcon {
  font-size: 26px;
}
text .portalIcon {
  font-size: 40px;
  padding-top: 10px;
  padding-right: 4px;
  color: white;
}

.portalText {
  color: white;
}

.ok {
  color: #5eab5e;
}

.okAmbient {
  color: #02b386;
}

.nok {
  color: darkred;
}

.required {
  color: #cc0000;
}

.validationError {
  color: red;
  font-size: 12px;
}

.ng-invalid {
  border-color: #b94a48;
}

.actionColor,
.actionColor:link,
.actionColor:visited,
.actionColor:active {
  color: var(--accent-color);
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vertical-spacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

.highrow {
  margin-top: 12pt;
}

.lowrow {
  margin-top: 0pt;
}

.mediumrow {
  margin-top: 6pt;
}
.file:hover {
  background-color: var(--primary-hover);
}
.rowSelectable:hover {
  background-color:  var(--primary-hover);
}

.selectedRow {
  background-color: #dae3f1;
}

.rowMovable:hover {
  background: url(../images/draggable.png) no-repeat 2px 11px rgba(0, 0, 0, 0);
  background-position: 2px center;
  background-color:  var(--primary-hover);
}

.fieldMovable:hover {
  cursor: move;
}

.listBigText {
  font-size: 20px;
}

.wrappingcolumns div {
  margin-top: 5pt;
}

.wrappingcolumns div label {
  margin-top: 5pt;
}

.wrappingcolumns div button {
  margin-top: 5pt;
}

.modalHiddenOpenButton {
  visibility: hidden;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 0px;
  width: 0px;
}

a,
a:link,
a:visited,
a:active,
.link,
.link:link,
.link:visited,
.link:active {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  margin-top: 1px;
}

a:hover,
.link:hover,
.appTitle:hover {
  text-decoration: dotted;
  cursor: pointer;
}
.vcenter {
  display: flex;
  align-items: center;
}

.hcenter {
  text-align: center;
}

td {
  max-width: 200px;
}

th {
  max-width: 200px;
  font-weight: bold;
}

.clickable {
  cursor: pointer;
}

.clickableLined {
  cursor: pointer;
}

.clickableLined:focus,
.clickableLined:hover {
  text-decoration: underline;
}

/* To use lists with normal indenting */

ul.normal {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;
}

ul.normal ul {
  list-style: circle;
  margin-left: 25px;
  margin-bottom: 5px;
}

ul.normal ul ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 5px;
}

.chipItem {
  border-radius: 16px;
  display: inline-block;
  margin-bottom: 7px;
  padding: 7px;
  color: black;
  background-color: rgba(242, 242, 242, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
}

.chipAction {
  background-color: rgba(204, 204, 204, 1);
}

.searchiconinput {
  display: inline-block;
  position: relative;
}
.fundbtn btn-small-second .searchiconinput:after {
  font-family: "FontAwesome";
  content: "\f002";
  position: absolute;
  color: #797979;
  left: 11px;
  top: 4px;
}

/* ENVIRONMENT INDICATIONS */

.env_dev,
.env_test,
.env_preprod {
  border-radius: 5px;
  padding: 7px;
  width: 70px;
  height: 22px;
  text-align: center;
  float: left;
  margin-right: 10pt;
  margin-top: 3pt;
  font-size: 7pt;
  font-weight: normal;
  color: black;
}

.env_dev {
  background: rgba(211, 209, 55, 1);
  white-space: nowrap;
}

.env_test {
  background: rgba(78, 181, 95, 1);
  white-space: nowrap;
}

.env_preprod {
  background: rgba(224, 0, 0, 1);
  white-space: nowrap;
}

/* OVERRIDES */

/* fix to get datepicker above modal dialog */

.cdk-overlay-container {
  position: fixed;
  z-index: 1200;
}

.overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}

.btn {
  font-size: 16px;
}

/* tooltip */

.mat-mdc-tooltip {
  font-size: 16px;
}

/* bootstrap screen indication */

@media only screen and (max-width: 767px) {
  .xs {
    visibility: visible;
  }
  .sm {
    visibility: hidden;
    display: none;
  }
  .md {
    visibility: hidden;
    display: none;
  }
  .lg {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .xs {
    visibility: hidden;
    display: none;
  }
  .sm {
    visibility: visible;
  }
  .md {
    visibility: hidden;
    display: none;
  }
  .lg {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .xs {
    visibility: hidden;
    display: none;
  }
  .sm {
    visibility: hidden;
    display: none;
  }
  .md {
    visibility: visible;
  }
  .lg {
    visibility: hidden;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .xs {
    visibility: hidden;
    display: none;
  }
  .sm {
    visibility: hidden;
    display: none;
  }
  .md {
    visibility: hidden;
    display: none;
  }
  .lg {
    visibility: visible;
  }
}

/* ***************************************************
       TINY MCE CUSTOM LAYOUT
   ***************************************************
 */

/* RONDE KADER */
.mce-tinymce.mce-container.mce-panel {
  border: 1px solid #757575 !important;
  -webkit-border-radius: 14px; /* Saf3-4, iOS 1-3.2, Android ?1.6 */
  -moz-border-radius: 14px; /* FF1-3.6 */
  border-radius: 14px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}

/* BOVENKANT */
.mce-toolbar-grp.mce-container.mce-panel.mce-first.mce-last {
  -webkit-border-top-right-radius: 14px;
  -webkit-border-top-left-radius: 14px;
  -moz-border-radius-topright: 14px;
  -moz-border-radius-topleft: 14px;

  border-top-left-radius: 14px;
  border-top-right-radius: 14px;

  box-shadow: none;
}
/* KNOP LINKS BOVEN */
.mce-widget.mce-btn.mce-menubtn {
  border-top-left-radius: 14px;
}

/* ONDERKANT */
.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -moz-border-radius-bottomleft: 14px;

  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
/* RESIZE HANDLE */
.mce-flow-layout-item.mce-resizehandle {
  display: none;
}

.mce-top-part:before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.disabled-richtext-border {
  border: 1px solid #757575 !important;
  -webkit-border-radius: 14px; /* Saf3-4, iOS 1-3.2, Android ?1.6 */
  -moz-border-radius: 14px; /* FF1-3.6 */
  border-radius: 14px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

  padding: 0.5em;
  background-color: #ededed;

  overflow-y: auto;
  resize: vertical;
}

.disabled-richtext {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.avatarmenu-userbox {
  border: 1px solid #c8dbec;
  padding: 10px;
  margin-bottom: 1em;
}

.listSeparator {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #808080;
}

/** WOPI office online FRAME **/

#office_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border: none;
  display: block;
}

/* ---------------------------------------------------------------------------------------- */
:root .mat-mdc-option .mdc-list-item__primary-text {
  white-space: nowrap;
}
:root div.mat-mdc-select-panel {
  width: 100%;
  max-height: 275px;
  min-width: fit-content;
  margin-top: 5px;
}

/* --------------------------------------------------- */
:root .mat-datepicker-content {
  margin-top: 5px;
}
td .mat-calendar-body-cell-container {
}

/* button */
:root .mat-calendar-body-cell,
:root .mat-calendar-body-cell.mat-calendar-body-active {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  background: none;
  text-align: center;
  font-family: inherit;
  margin: 0;
  padding: 0;
}
:root .mat-calendar-body-cell::before,
:root .mat-calendar-body-cell::after,
:root .mat-calendar-body-cell-preview {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
}
/* purple circle  */
:root .mat-calendar-body-cell-content::before {
  margin: 0 !important;
}

:root .mat-datepicker-content .mat-calendar {
  width: 296px;
  height: 370px;
}

:root {
  --mat-option-hover-state-layer-color: #00000020;
}
:root mat-form-field .mat-mdc-select {
  padding-top: 0px !important;
  margin-top: 0px;
  line-height: 1.8;
}
:root mat-form-field.form-control:has(mat-select) {
  padding: 0 10px;
}

/* :root .modal-content,
:root .modal-body,
:root .modal-body .container-fluid{
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
:root .modal-dialog {
    max-width: 550px;

}
} */

.flex-space-between {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}
.flex-space-between mat-form-field {
  width: 48%;
  min-width: 166px;
  font-size: 16px;
  height: 32px;
}
.flex-space-between mat-form-field input.datepicker {
  padding-left: 10px !important;
}
/* ------------------------------------------------------------------------------------------------------ */
:root {
  --mat-option-focus-state-layer-color: rgb(242 242 242);
  --mat-option-hover-state-layer-color: rgb(225, 224, 224);
  --mat-option-selected-state-layer-color: rgb(242 242 242);
  --mat-full-pseudo-checkbox-selected-icon-color: var(--primary-color);
}
.minerva {
  --mat-full-pseudo-checkbox-selected-icon-color: #6F263D;
}

:root .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,
:root .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

.minerva .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,
.minerva .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
  background-color: #6F263D;
  border-color: #6F263D;
  color: white;
}

:root div.mat-mdc-select-panel {
  margin-top: 3px;
  margin-left: -9px;
}
:root div.mce-tinymce.mce-container.mce-panel.rounded-editor {
  width: auto !important;
}
@media (min-width: 576px) {
  :root .modal-dialog.modal-md {
    max-width: 550px;
  }
}

:root .mat-mdc-tooltip {
  font-size: 14px;
  color: white;
}

/* ------------------------------------------------------------------------------------------------------ */
:root .mat-mdc-autocomplete-panel {
  min-width: fit-content;
  margin-top: 3px;
}
:root .mat-mdc-option {
  min-height: 32px;
  height: auto;
  --mat-option-label-text-line-height: 1;
  --mat-option-label-text-size: 16px;
}

:root .my-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* -------------------------------------------------------------- */

.app-logo {
  height: 25px;
    margin: 0 10px;
  display: inline-block;
}

.minerva .menuheader {
  background: var(--primary-color);
  background: linear-gradient(90deg, #ba0c2f 0%, #6f263d 50%);
}

.login-backround{
  background: var(--primary-darker-color);
}

 .form-control:focus {
  border-color: var(--accent-color);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--accent-color), .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(var(--accent-color), .6);
}

 a {
  color: var(--primary-color);
  text-decoration: none;
}
 a:hover,
 a:focus {
  color: hsl(from var(--primary-color) h s calc(l - 10));
  text-decoration: underline;
}

 .btn-link:hover,
 .btn-link:focus {
  color: hsl(from var(--primary-color) h s calc(l - 10));
  text-decoration: underline;
  background-color: transparent;
}

 .pagination > li > a:hover,
 .pagination > li > span:hover,
 .pagination > li > a:focus,
 .pagination > li > span:focus {
  color:var(--primary-color);

}
 .pagination > .active > a,
 .pagination > .active > span,
 .pagination > .active > a:hover,
 .pagination > .active > span:hover,
 .pagination > .active > a:focus,
 .pagination > .active > span:focus {

  background-color:hsl(from var(--primary-color) h s calc(l - 5));
  border-color: hsl(from var(--primary-color) h s calc(l - 5));
}

/* ---- */
 .othericons {
    color:var(--primary-color);
}
 .fas.fa-info-circle{
    color:var(--primary-color);
}
 .allicons:hover,
 .othericons:hover {
    color: rgba(var(--primary-color), 0.7);
}
 .innerdiv:hover {
    color: var(--primary-hover);
}

 .allicons{
   color:var(--primary-color);
}

/* ---- */

 .bigIconButton {
    font-size: 27px;
    color: var(--primary-color);
}
 .avatarmenu-userbox {
    border: 1px solid var(--primary-hover);
    color: var(--primary-color);
}
 .btn-small-second, .btn-small-second:link, .btn-small-second:active, .btn-small-second:visited, .btn-small-second:focus {
    border: solid 1px var(--primary-color);
    /* #A50034 */
    background-color: #ffffff;
    color: var(--primary-color);
}

 .actionList{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
