:root {
  --themePrimary: #cccc66;
  --themeSecondary: #990033;
}
/*CPR på ydelsesmodtager - INPUT*/
.DATA_CPRNUMMERPYDELSESMODTAGER {
  width: 200px;
}
/*Fornavn - INPUT*/
.DATA_NAVNPYDEL {
  width: 200px;
}
/*Efternavn - INPUT*/
.VB_DATA_EFTERNAVN {
  width: 200px;
}
/* Styring af viste knapper på offentlig side */
.IsAnonoumous .submitOption:nth-child(2) {
  display: none;
}
.IsAnonoumous .submitOption:nth-child(3) {
  display: none;
}
.IsAnonoumous .submitOption:nth-child(4) {
  display: none;
}
/* Styring af viste knapper på intern side ny anmodning */
.newCommand .submitOption:nth-child(4) {
  display: none;
}
/* Styring af viste knapper på intern side eksisterende anmodning - Skjul "Gem og vis" */
.editCommand .updateSubmit:nth-child(2) {
  display: none;
}
:root {
  --themePrimary: #cccc66;
  --themeSecondary: #990033;
  --themePrimaryDark: #cccc66;
  --themePrimaryLight: #333333;
  --primaryButtonColorHover: #333333;
  --codeunitButtonBgColorHover: #ffffff;
  --defaultButtonBgColorHover: none;
}
.param .label a {
  color: #333333;
}
ui.state-default,
.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-width: 1px solid;
  border: #333333;
  background: #cccc66;
  color: #333333;
}
/*Region logo*/
.logo {
  background-image: url(https://anmodning.afregningssystem.dk/regionmidt/media/midtlogo.2.png);
  opacity: 1;
  width: 170px;
  height: 70px;
  margin-left: 0px;
  margin-top: -5px;
}
.logo:hover {
  text-decoration: none;
  cursor: pointer;
  transition: none;
  opacity: 1;
}
.burger {
  opacity: 1;
}
.btn-primary {
  font-weight: bold;
  color: #000000;
}

