:root {
  --themePrimary: #cccc66;
  --themeSecondary: #990033;
}
.logo {
  background: url(https://www.rm.dk/globalassets/zdesign/ny-design/logoer/logo-desktop.svg) no-repeat;
  width: 300px;
  height: 160px;
  margin-left: 150px;
  zoom: 0.35;
}
.logo:hover {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
/*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;
  --primaryButtonColor: #336666;
  --primaryButtonColorHover: #333333;
  --codeunitButtonBgColorHover: #ffffff;
  --defaultButtonBgColorHover: none;
}
.logo {
  background: url(https://www.rm.dk/globalassets/zdesign/ny-design/logoer/logo-desktop.svg) no-repeat;
  background-color: #cccc66;
  opacity: 1;
  width: 300px;
  height: 160px;
  margin-left: 150px;
  zoom: 0.35;
}
.logo:hover {
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}
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;
}
.btn-primary {
  font-weight: bold;
}

