/* @primary: #2e91be;
@light: #2e91be;
@gray: #cccccc;
@lightgray: #ececec;
@white: #fff;
@green: #0a854d;
@black: #000;
@fejl: #ff0000;
*/
/* Køge -------------------------------------------------------- */
/* køge END-------------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  background: #F0F2F5;
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
}
body:not([data-wk-userid="0"]) .forgotpassword {
  display: none;
}
h1 {
  color: #293952;
}
#bruger-menu,
#indhold,
#bund-indhold,
.toplinewrapper {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.toplinewrapper {
  position: relative;
  display: block;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  height: 56px;
}
#ui-datepicker-div {
  font-size: 14px;
}
.topimg {
  width: 100%;
  height: 320px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.topimg:hover:before {
  opacity: 0.8;
}
#ekstra-infoboks1 {
  display: none;
}
#ekstra-infoboks2 {
  display: flex;
}
#indholdswrapper {
  padding-top: 2em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 32px;
}
#indholdswrapper #indhold {
  margin: 0;
}
#forside #bruger-menu {
  display: none !important;
}
#forside #menuButton {
  display: none !important;
}
#forside .resource-search {
  width: 100%;
  background: #293952;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
}
#forside .resource-search fieldset {
  display: inline-block;
  border: none;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
#forside .resource-search fieldset legend {
  text-align: center;
  font-weight: bold;
  color: #fff;
}
#forside .resource-search .search-criterion {
  display: inline-block;
}
#forside .resource-search .search-criterion label {
  text-align: left;
  display: block;
  color: #fff;
}
#forside .resource-search .search-criterion input,
#forside .resource-search .search-criterion select {
  margin-right: 5px;
  height: 30px;
}
#forside .resource-search .search-criterion .list-input {
  width: 200px;
}
#forside .resource-search .search-criterion .date-input {
  width: 85px;
  padding-left: 5px;
}
#forside .resource-search .search-criterion .time-input {
  padding-left: 5px;
  width: 55px;
}
#forside .resource-search button {
  height: 30px;
  width: 55px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
}
#forside .resource-search button:hover {
  background: #fff;
  color: #000;
}
.boks-liste {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 16px;
}
.boks-liste .boks-liste-overskrift,
.boks-liste .boks-liste-beskrivelse {
  grid-column: 1 / -1;
  text-align: left;
}
.boks-liste .boks-liste-beskrivelse {
  word-break: break-word;
}
.boks-liste > div {
  display: grid;
  grid-template-rows: 1fr 1fr;
  position: relative;
  width: 100%;
  transition: all 300ms ease-in-out;
  background: #fff;
  border: 2px solid #293952;
  border-radius: 20px;
  overflow: hidden;
}
.boks-liste > div:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.boks-liste > div .pic {
  width: 100%;
  display: grid;
  grid-area: 1 / 1 / 4 / 2;
}
.boks-liste > div .pic img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.boks-liste > div .text {
  display: grid;
  grid-area: 2 / -1;
  margin-top: auto;
  width: 100%;
  padding: 0 1em 1em;
  background: rgba(255, 255, 255, 0.8);
  color: #293952;
  font-size: 0.8rem;
}
.boks-liste > div .text h3 {
  width: 100%;
  font-size: 0.9rem;
  margin: 0.5rem 0 0 0;
}
.boks-liste > div .text a {
  color: #293952;
  text-decoration: none;
}
.boks-liste > div .text p {
  margin: 0 0 0.5rem 0;
}
.boks-liste > div.hidden {
  display: none;
}
.boks-liste > div.sendt .sendt {
  display: block;
  color: #000;
  position: absolute;
  top: -5px;
  right: 5px;
  background: url(design/indsendt.png) 5px center no-repeat rgba(255, 255, 255, 0.9);
  background-size: 20px;
  padding: 5px 10px 5px 30px !important;
  border-radius: 10px;
}
.boks-liste > div.godkendt .sendt {
  display: none;
}
.boks-liste > div.godkendt .godkendt {
  display: block;
  color: #000;
  position: absolute;
  top: -5px;
  right: 5px;
  background: url(design/godkendt.png) 5px center no-repeat rgba(255, 255, 255, 0.9);
  background-size: 20px;
  padding: 5px 10px 5px 30px !important;
  border-radius: 10px;
}
.boks-liste > div.egnekontaktoplysninger {
  display: none;
}
#login-side #indhold {
  padding: 0;
  position: relative;
}
#login-side #indhold h1 {
  text-align: center;
}
#login-side #indhold p {
  text-align: center;
}
#login-side .login-formular {
  box-sizing: border-box;
}
#login-side .login-formular legend {
  display: none;
}
#login-side .login-formular fieldset {
  border: none;
}
#login-side .login-formular ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  max-width: 30rem;
  margin: 0 auto;
}
#login-side .login-formular ul li {
  text-align: left;
  list-style: none;
  width: 100%;
}
#login-side .login-formular ul li label {
  width: 9em;
  margin: 0;
  clear: left;
}
#login-side .login-formular ul li.login-id-line,
#login-side .login-formular ul li.login-pass-line {
  grid-column: 1 / -1;
}
#login-side .login-formular ul li.knap-linje {
  display: inline-block;
}
#login-side .login-formular ul li.glemt-login,
#login-side .login-formular ul li.opretbruger {
  display: inline-block;
}
#login-side .login-formular ul li.glemt-login span a,
#login-side .login-formular ul li.opretbruger span a {
  display: block;
  background: #293952;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1rem 0;
  border-radius: 10px;
  font-size: 18px;
}
#login-side .login-formular label {
  margin-left: 18%;
  display: inline-block;
  vertical-align: top;
}
#login-side .login-formular input {
  height: 50px;
  width: calc(100% - 50px);
  font-size: 20px;
  padding-left: 5px;
  border-radius: 0 10px 10px 0;
}
#login-side .login-formular input[type='checkbox'] {
  height: 15px;
  width: 15px;
  font-size: 20px;
  padding-left: 5px;
  margin-top: 15px;
}
#login-side .login-formular input[type='checkbox'] + label {
  margin-top: 12px;
}
#login-side .login-formular label[for='brugernavn'] {
  background: #293952 url(design/user2.png) no-repeat center center;
  background-size: 35px;
  height: 50px;
  width: 50px;
  font-size: 0;
  border-radius: 10px 0 0 10px;
}
#login-side .login-formular label[for='kodeord'] {
  background: #293952 url(design/lock2.png) no-repeat center center;
  background-size: 35px;
  height: 50px;
  width: 50px;
  font-size: 0;
  border-radius: 10px 0 0 10px;
}
#login-side .login-formular .login-knap {
  display: block;
  margin: 0;
  height: 100%;
  color: #fff;
  background: #293952;
  text-align: center;
  width: 100%;
  border: none;
  padding: 13px 0;
  font-size: 18px;
  border-radius: 10px;
}
#login-side .login-formular .login-knap:hover {
  background: #212d41;
  text-decoration: none;
  cursor: pointer;
}
.glemt-login-gruppe {
  border: none;
}
.glemt-login-gruppe ul {
  padding: 0;
}
.glemt-login-gruppe ul li {
  list-style: none;
}
.glemt-login-gruppe ul li label {
  display: block;
  margin-bottom: 10px;
}
.glemt-login-gruppe ul li input {
  height: 30px;
}
#top {
  position: relative;
  width: 100%;
}
#top #top-indhold {
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  grid-template-rows: 7.9rem auto;
  column-gap: 1rem;
  max-width: 1420px;
  margin: 2rem auto 0 auto;
}
#top #top-indhold .imagecontainer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
#top #top-indhold .imagecontainer #imageLink {
  position: relative;
  width: 140px;
  height: 170px;
}
#top #top-indhold .imagecontainer #imageLink:hover:before {
  opacity: 0.8;
}
#top #top-indhold .imagecontainer div.tilbagetilforsidenbeskrivelse {
  display: none;
  position: absolute;
  background: #2b3953;
  color: white;
  padding: 0.4rem 1rem;
  border: 2px solid white;
  border-radius: 10px;
}
#top #top-indhold .sitetext {
  display: flex;
  flex-flow: column;
}
#top #top-indhold .sitetext .sitetexttitle {
  text-align: left;
  font-weight: 100;
  font-size: 3em;
  margin: 0;
}
#top #top-indhold .sitetext .sitetextundertitle {
  margin-top: 0;
  padding-left: 0.2rem;
}
#top #top-indhold .buttonswrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  justify-content: flex-end;
  gap: 1rem;
}
#top #top-indhold .buttonswrapper .userpage {
  display: none;
  height: 40px;
  line-height: 40px;
  background: #293952;
  color: #fff;
  border: none;
  padding: 0 20px;
  transition: background 300ms ease-in-out;
  text-decoration: none;
}
#top #top-indhold .buttonswrapper .userpage:hover {
  background: #212d41;
}
#top #top-indhold .buttonswrapper .userpage:before {
  font-family: 'FontAwesome';
  content: '\f007';
  font-size: 16px;
  margin-right: 5px;
}
#top #top-indhold .buttonswrapper .myInfo {
  display: none;
  width: 100%;
  color: #000;
  font-weight: bold;
  border: none;
  text-decoration: none;
  text-align: right;
}
#top #top-indhold .buttonswrapper .forgotpassword {
  height: 40px;
  line-height: 40px;
  background: #293952;
  color: #fff;
  border: none;
  padding: 0 20px;
  transition: background 300ms ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
#top #top-indhold .buttonswrapper .forgotpassword:hover {
  background: #212d41;
}
#top #top-indhold .buttonswrapper .pagelogin {
  height: 40px;
  line-height: 40px;
  background: #293952;
  color: #fff;
  border: none;
  padding: 0 20px;
  transition: background 300ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
#top #top-indhold .buttonswrapper .pagelogin:hover {
  background: #212d41;
}
#top #top-indhold .buttonswrapper #logout {
  display: none;
}
#top #top-indhold .buttonswrapper a:last-child {
  margin-right: 0;
}
#top #top-indhold .buttonswrapper .pagelogin,
#top #top-indhold .buttonswrapper .forgotpassword,
#top #top-indhold .buttonswrapper .userpage {
  border-radius: 10px;
}
#top #top-indhold .pagetitlewrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  text-align: center;
  background: #3a5174;
}
#top #top-indhold .pagetitlewrapper .pagetitle {
  color: #fff;
  margin: 0;
  padding: 5px 0;
}
#panel1 {
  width: 100%;
}
#container {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#side {
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
  padding-bottom: 3rem;
}
#indhold {
  padding: 0;
  position: relative;
}
body:not(#forside, #bruger-side) #indhold {
  padding-left: 9.7rem;
}
#bund {
  background: #293952;
  color: #fff;
  width: 100%;
  padding: 32px 0;
  margin-top: auto;
}
#bund #bund-indhold {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 16px;
  font-size: 0.8rem;
  justify-content: space-between;
}
#bund #bund-indhold div h2 {
  color: #fff;
  margin-top: 0;
  padding: 0;
}
#bund #bund-indhold div a {
  color: #fff;
  text-decoration: underline;
}
#bund .main-info img {
  width: 100%;
  max-width: 200px;
}
#bund .main-info h2 {
  margin-top: 20px;
}
#bund .vaaben-skjold {
  flex: 0 0 200px;
  background: url(design/logo.png) no-repeat right top;
  background-size: 60% auto;
}
#ekstra-infoboks1 {
  background: #fff;
  color: #293952;
  margin-right: 0;
  padding: 1.2em;
  border: 2px solid #293952;
  border-radius: 20px;
}
#ekstra-infoboks1 h2 {
  font-size: 18px;
  margin: 0;
  text-align: left;
  padding: 1.2em 0 0.5em 0;
  text-transform: uppercase;
}
#ekstra-infoboks1 a {
  color: #293952;
  text-decoration: underline;
}
#ekstra-infoboks1 a:hover:not(.opret-blog-indlaeg-link) {
  color: #6fbc85;
}
#ekstra-infoboks1 table {
  background: #293952;
  table-layout: fixed;
  border: none;
  border-collapse: separate;
  border-spacing: 0 5px;
  font-size: 11px;
}
#ekstra-infoboks1 table tbody td {
  padding: 5px 15px 10px 0;
  color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  text-align: left;
}
#ekstra-infoboks1 table tbody td:first-child {
  width: 90px;
}
#ekstra-infoboks1 table tbody tr:last-child td {
  border: none;
}
#bruger-menu {
  grid-column: 2 / -1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  position: relative;
  padding: 0;
  list-style: none;
  background: #2b3953;
  width: 100%;
  border-radius: 10px;
  font-size: 0.9rem;
}
#bruger-menu li {
  margin-right: 30px;
}
#bruger-menu li:last-child {
  margin-right: 0;
}
#bruger-menu li a,
#bruger-menu li span {
  display: block;
  padding: 1em 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#bruger-menu li span {
  cursor: default;
}
#bruger-menu .bookingmenu {
  display: none;
}
#bruger-menu .valgt-menupunkt {
  display: none;
}
#bruger-menu .valgt-menupunkt a {
  color: #6fbc85;
}
#bruger-menu .niveau2 {
  position: absolute;
  background: #293952;
  padding: 0;
  list-style: none;
  z-index: 999;
}
#bruger-menu .niveau2 li {
  transition: background 300ms;
  display: block;
  width: 100%;
}
#bruger-menu .niveau2 li a {
  padding: 15px;
  display: block;
  height: 100%;
  width: 100%;
  text-align: left;
  color: #fff;
}
#bruger-menu .niveau2 li:hover {
  background: #10161f;
  transition: background 300ms;
}
#resourcebooking #bruger-menu .foreningsmenu,
#resourceserialbooking #bruger-menu .foreningsmenu,
#resourceansoegning #bruger-menu .foreningsmenu,
#resourcebooking #bruger-menu .kombimenu,
#resourceserialbooking #bruger-menu .kombimenu,
#resourceansoegning #bruger-menu .kombimenu {
  display: none;
}
#resourcebooking #bruger-menu .bookingmenu,
#resourceserialbooking #bruger-menu .bookingmenu,
#resourceansoegning #bruger-menu .bookingmenu {
  display: inherit;
}
/* foreningslisten */
.debtor-list {
  width: 100%;
  border: 1px solid #293952;
  list-style: none;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 10px;
}
.debtor-list .heading {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
  background: #293952;
  border-radius: 10px 10px 0 0;
}
.debtor-list .heading div {
  padding: 0 10px 0 0;
  height: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.debtor-list .heading .foreningsnavn {
  width: 300px;
}
.debtor-list .heading .postnr {
  width: 160px;
}
.debtor-list .heading .aktivitet {
  width: 200px;
}
.debtor-list .debtor {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
}
.debtor-list .debtor:hover {
  background: #4b6896;
  color: #fff;
  cursor: pointer;
}
.debtor-list .debtor span.label {
  display: none;
}
.debtor-list .debtor div {
  padding: 0;
  vertical-align: top;
}
.debtor-list .debtor div .value {
  display: block;
  padding: 8px 8px 8px 0px;
}
.debtor-list .debtor .field-foreningsnavn {
  width: 300px;
}
.debtor-list .debtor .field-postnr {
  width: 60px;
}
.debtor-list .debtor .field-by {
  width: 100px;
}
.debtor-list .debtor .field-aktivitetssted-by {
  width: 100px;
}
.debtor-list .debtor-categories {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 460px);
  list-style: none;
  padding: 0;
  margin: 0;
}
.debtor-list .debtor-categories li {
  margin: 4px 2px;
}
.debtor-list .debtor-categories li a {
  display: block;
  padding: 0.5em;
  font-size: 0.9em;
  color: #fff;
  background: #3a5174;
  text-decoration: none;
}
.debtor-list .debtor-categories li a.tag-highlight {
  background-color: #212d41;
}
.debtor-list .debtor .debtor-detail-link-line {
  visibility: hidden;
  font-size: 0;
  text-align: center;
}
.debtor-list .debtor .debtor-detail-link-line a {
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
}
.debtor-list-filter-selector-container {
  margin: 1rem 0;
}
.debtor-list-filter-selector-container form select {
  padding: 0.2rem;
}
.debtor-list-container {
  margin-top: 2em;
}
.debtorlist-search #search-line {
  background: #293952;
  color: #fff;
  border-radius: 10px;
}
.debtorlist-search #search-line .debtor-search-field-group {
  border: none;
  width: 100%;
}
.debtorlist-search #search-line .search-criterion-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
  width: 100%;
  margin: 0 auto;
  padding: 2em;
}
.debtorlist-search #search-line .search-criterion-wrap div {
  margin: 0;
}
.debtorlist-search #search-line .search-criterion-wrap div label {
  width: 100%;
}
.debtorlist-search #search-line .search-criterion-wrap div input,
.debtorlist-search #search-line .search-criterion-wrap div select,
.debtorlist-search #search-line .search-criterion-wrap div button {
  width: 100%;
  height: 30px;
}
.debtorlist-search #search-line .debtor-search-button-group {
  display: none;
}
.debtorlist-search #search-line .search-button-container {
  border: none;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}
.debtorlist-search #search-line .search-button-container button {
  padding: 5px 25px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  width: 100%;
  cursor: pointer;
}
.debtorlist-search #search-line .search-button-container button:hover {
  background: #fff;
  color: #000;
}
.clearfix {
  clear: both;
}
#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #3a5174;
  text-align: center;
  line-height: 85px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
#back-to-top:before {
  font-family: 'FontAwesome';
  color: #3a5174;
  content: '\f077';
  font-size: 60px;
  font-weight: 100;
  transition: color 300ms ease-in-out;
}
#back-to-top:hover {
  border: 2px solid #5474a7;
  color: #5474a7;
}
#back-to-top:hover::before {
  transition: color 300ms ease-in-out;
  color: #5474a7;
}
#back-to-top.show {
  opacity: 1;
}
.moveUp {
  border-color: #fff !important;
}
.moveUp:before {
  color: #fff !important;
}
.glemt-login-knap-holder button {
  border: 2px solid #3a5174;
  background: transparent;
  color: #3a5174;
  padding: 5px 10px;
  cursor: pointer;
}
.glemt-login-knap-holder button:hover {
  color: #fff;
  background: #3a5174;
}
.fejl-meddelelse {
  text-align: center;
}
body[data-wk-page-identifier="3"] #indhold {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto;
  gap: 2rem;
}
body[data-wk-page-identifier="3"] #indhold > h1 {
  grid-column: 1 / -1;
}
body[data-wk-page-identifier="3"] #indhold > div {
  border: 3px solid #293952;
  border-radius: 10px;
}
body[data-wk-page-identifier="3"] #indhold #beskrivelse {
  grid-row: 2 / 4;
}
body[data-wk-page-identifier="3"] #indhold #beskrivelsetitel,
body[data-wk-page-identifier="3"] #indhold #kontaktoplysninger h2,
body[data-wk-page-identifier="3"] #indhold #kontakttitel,
body[data-wk-page-identifier="3"] #indhold #korttitel,
body[data-wk-page-identifier="3"] #indhold #kategorititel {
  background: #293952;
  color: white;
  padding: 1rem;
  margin: 0;
  margin-bottom: 1rem;
}
body[data-wk-page-identifier="3"] #indhold #korttitel {
  margin-bottom: 0;
}
body[data-wk-page-identifier="3"] #indhold .kortwrap {
  overflow: hidden;
}
body[data-wk-page-identifier="3"] #indhold #beskrivelse,
body[data-wk-page-identifier="3"] #indhold #kontaktoplysninger,
body[data-wk-page-identifier="3"] #indhold .kategoriwrap,
body[data-wk-page-identifier="3"] #indhold .contactswrap {
  padding: 1rem;
}
body[data-wk-page-identifier="3"] #indhold #beskrivelse > h2,
body[data-wk-page-identifier="3"] #indhold #kontaktoplysninger > h2,
body[data-wk-page-identifier="3"] #indhold .kategoriwrap > h2,
body[data-wk-page-identifier="3"] #indhold .contactswrap > h2,
body[data-wk-page-identifier="3"] #indhold #beskrivelse #beskrivelsetitel,
body[data-wk-page-identifier="3"] #indhold #kontaktoplysninger #beskrivelsetitel,
body[data-wk-page-identifier="3"] #indhold .kategoriwrap #beskrivelsetitel,
body[data-wk-page-identifier="3"] #indhold .contactswrap #beskrivelsetitel,
body[data-wk-page-identifier="3"] #indhold #beskrivelse #kontakttitel,
body[data-wk-page-identifier="3"] #indhold #kontaktoplysninger #kontakttitel,
body[data-wk-page-identifier="3"] #indhold .kategoriwrap #kontakttitel,
body[data-wk-page-identifier="3"] #indhold .contactswrap #kontakttitel,
body[data-wk-page-identifier="3"] #indhold #beskrivelse #kategorititel,
body[data-wk-page-identifier="3"] #indhold #kontaktoplysninger #kategorititel,
body[data-wk-page-identifier="3"] #indhold .kategoriwrap #kategorititel,
body[data-wk-page-identifier="3"] #indhold .contactswrap #kategorititel {
  margin: -1rem -1rem 1rem -1rem;
}
body[data-wk-page-identifier="3"] #indhold #beskrivelse img {
  max-width: 49rem !important;
  height: auto !important;
}
body[data-wk-page-identifier="3"] #indhold .kategoriwrap .debtor-categories {
  list-style: none;
  padding: 0;
}
#forside .indholdswrapper,
#bruger-side .indholdswrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 2em;
  grid-auto-rows: max-content;
  align-content: center;
  padding-top: 4rem;
  margin-top: 2rem;
}
#forside #ekstra-infoboks1,
#bruger-side #ekstra-infoboks1 {
  display: block;
  order: 2;
  width: 350px;
}
#ResourceRequests #DataTables_Table_0_length,
#ResourceRequests #DataTables_Table_0_filter {
  margin-bottom: 0.5rem;
}
#ResourceRequests .request-list {
  margin: 0.5rem 0;
}
#ResourceRequests .approve-link-container,
#ResourceRequests .reject-link-container {
  display: inline-block;
  margin: 0.5rem 0;
}
#ResourceRequests .approve-link-container .approve-link,
#ResourceRequests .reject-link-container .approve-link,
#ResourceRequests .approve-link-container .reject-link,
#ResourceRequests .reject-link-container .reject-link {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: 300ms;
}
#ResourceRequests .approve-link-container .approve-link:hover,
#ResourceRequests .reject-link-container .approve-link:hover,
#ResourceRequests .approve-link-container .reject-link:hover,
#ResourceRequests .reject-link-container .reject-link:hover {
  transition: 300ms;
}
#ResourceRequests .approve-link-container .approve-link,
#ResourceRequests .reject-link-container .approve-link {
  background: green;
  margin-right: 1rem;
}
#ResourceRequests .approve-link-container .approve-link:hover,
#ResourceRequests .reject-link-container .approve-link:hover {
  background: #006700;
}
#ResourceRequests .approve-link-container .reject-link,
#ResourceRequests .reject-link-container .reject-link {
  background: red;
}
#ResourceRequests .approve-link-container .reject-link:hover,
#ResourceRequests .reject-link-container .reject-link:hover {
  background: #e60000;
}
#contact-admin-page .contacts-list-wrapper {
  width: 100%;
  overflow-x: auto;
}
#contact-admin-page .contacts-list-wrapper table {
  text-align: left;
  border: 3px solid #293952;
  border-collapse: collapse;
}
#contact-admin-page .contacts-list-wrapper table th,
#contact-admin-page .contacts-list-wrapper table td {
  border: 1px solid #293952;
}
#contact-admin-page .contacts-list-wrapper table th {
  background: #293952;
  color: #fff;
  padding: 0.2rem 1rem;
}
#contact-admin-page .contacts-list-wrapper table td {
  padding: 0.2rem 1rem;
}
#contact-admin-page fieldset {
  border: 3px solid #2d3954;
  border-radius: 10px;
  margin: 1rem 0;
}
#contact-admin-page fieldset legend {
  background: #2d3954;
  width: calc(100% + 30px);
  padding: 0.5rem 1rem;
  color: white;
  margin: -15px;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}
#contact-admin-page fieldset ul {
  display: grid;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  grid-template-columns: auto 1fr;
  gap: 1rem 2rem;
}
#contact-admin-page fieldset ul li:not(.hidden-contact-line) {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
}
#contact-admin-page fieldset ul li:not(.hidden-contact-line) label {
  grid-column: 1 / -1;
}
#contact-admin-page fieldset ul .Contact_Roles {
  grid-column: 1 / -1;
}
#contact-admin-page fieldset ul .Contact_Roles #Contact_Roles {
  max-width: 44rem;
}
#contact-admin-page .knapset {
  border: none;
}
#contact-admin-page .knapset .edit-contact-button {
  border: none;
  border-radius: 10px;
  background: #293952;
  color: white;
  cursor: pointer;
  transition: 300ms;
  padding: 1rem 2rem;
}
#contact-admin-page .knapset .edit-contact-button:hover {
  background: #212d41;
  transition: 300ms;
}
#edit-debtorinfo textarea {
  width: 100%;
}
#edit-debtorinfo #debtor-description-heading,
#edit-debtorinfo #debtor-categories-heading {
  background: #293952;
  color: #fff;
  padding: 5px 10px;
}
#edit-debtorinfo #debtor-description {
  padding-top: 1rem;
}
#edit-debtorinfo #cke_input-debtorDescription {
  width: 100% !important;
  margin-top: 15px;
}
#edit-debtorinfo .webBeskrivelse,
#edit-debtorinfo .webAktiviteter,
#edit-debtorinfo .webKontakter {
  border: 3px solid #293952;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 15px;
}
#edit-debtorinfo .webBeskrivelse button,
#edit-debtorinfo .webAktiviteter button,
#edit-debtorinfo .webKontakter button {
  padding: 5px 15px;
  background: #293952;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  margin-top: 10px;
}
#edit-debtorinfo .webBeskrivelse button:hover,
#edit-debtorinfo .webAktiviteter button:hover,
#edit-debtorinfo .webKontakter button:hover {
  background: #212d41;
  color: #fff;
}
#edit-debtorinfo .webBeskrivelse #debtor-description img {
  max-width: 100%;
}
#edit-debtorinfo .webKontakter ul {
  list-style: none;
  padding: 0;
}
#edit-debtorinfo .webKontakter ul li span {
  margin-right: 15px;
}
#edit-debtorinfo .webKontakter ul li span:after {
  content: ':';
}
#edit-debtorinfo .webKontakter .toolbox a {
  margin-right: 15px;
}
#edit-debtorinfo #debtor-description-heading,
#edit-debtorinfo #contacts-heading,
#edit-debtorinfo #debtor-categories-heading {
  margin: -15px -15px 0 -15px;
}
#edit-debtorinfo #debtor-categories-heading {
  margin-bottom: 15px;
}
#edit-debtorinfo #debtor-categories-input-line span.select2 {
  width: 100% !important;
}
#edit-debtorinfo #debtor-description-edit-link-line {
  position: relative;
}
#edit-debtorinfo #debtor-description-edit-link-line #debtor-profile-display-link {
  position: absolute;
  top: -10px;
  right: 0;
  background: #293952;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  padding: 10px;
}
#edit-debtorinfo #debtor-description-edit-link-line #debtor-profile-display-link:hover {
  background: #212d41;
  text-decoration: underline;
}
#edit-debtorinfo #contacts-form label {
  display: block;
}
#edit-debtorinfo #contacts-form input,
#edit-debtorinfo #contacts-form select {
  width: 100%;
}
#edit-debtorinfo #contacts-form select,
#edit-debtorinfo #contacts-form input {
  padding: 5px;
}
#edit-debtorinfo #contacts-form button {
  padding: 5px 15px;
  background: transparent;
  border: 2px solid #3a5174;
  cursor: pointer;
  color: #3a5174;
  margin-top: 10px;
}
#edit-debtorinfo #contacts-form button:hover {
  background: #3a5174;
  color: #fff;
}
/* Ressourcebooking */
#ui-datepicker-div {
  z-index: 100 !important;
}
#resourcebooking,
#resourceansoegning-vaelg-ressource,
#resourceserialbooking {
  position: relative;
}
#resourcebooking #indhold,
#resourceansoegning-vaelg-ressource #indhold,
#resourceserialbooking #indhold {
  padding: 0;
}
#resourcebooking .resbook-calendar-format-links,
#resourceansoegning-vaelg-ressource .resbook-calendar-format-links,
#resourceserialbooking .resbook-calendar-format-links {
  text-align: right;
}
#resourcebooking .resbook-calendar-format-links a,
#resourceansoegning-vaelg-ressource .resbook-calendar-format-links a,
#resourceserialbooking .resbook-calendar-format-links a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 5px 10px;
  color: #000;
}
#resourcebooking .resbook-calendar-format-links a:hover,
#resourceansoegning-vaelg-ressource .resbook-calendar-format-links a:hover,
#resourceserialbooking .resbook-calendar-format-links a:hover {
  text-decoration: none;
}
#resourcebooking .resbook-calendar-format-links a:last-child,
#resourceansoegning-vaelg-ressource .resbook-calendar-format-links a:last-child,
#resourceserialbooking .resbook-calendar-format-links a:last-child {
  margin: 0;
}
#resourcebooking .calendar-color-legend,
#resourceansoegning-vaelg-ressource .calendar-color-legend,
#resourceserialbooking .calendar-color-legend {
  text-align: right;
  margin: 1em 0 0 0;
}
#resourcebooking .calendar-color-legend > div,
#resourceansoegning-vaelg-ressource .calendar-color-legend > div,
#resourceserialbooking .calendar-color-legend > div {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
#resourcebooking .calendar-color-legend > div div,
#resourceansoegning-vaelg-ressource .calendar-color-legend > div div,
#resourceserialbooking .calendar-color-legend > div div {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
}
#resourcebooking .calendar-color-legend > div:last-child,
#resourceansoegning-vaelg-ressource .calendar-color-legend > div:last-child,
#resourceserialbooking .calendar-color-legend > div:last-child {
  margin: 0;
}
#resourcebooking .calendar-color-legend div.open-legend .color,
#resourceansoegning-vaelg-ressource .calendar-color-legend div.open-legend .color,
#resourceserialbooking .calendar-color-legend div.open-legend .color {
  background-color: #fff;
  border: 1px solid #ccc;
}
#resourcebooking .calendar-color-legend div.partial-legend .color,
#resourceansoegning-vaelg-ressource .calendar-color-legend div.partial-legend .color,
#resourceserialbooking .calendar-color-legend div.partial-legend .color {
  background-color: #f9e3a4;
}
#resourcebooking .calendar-color-legend div.full-legend .color,
#resourceansoegning-vaelg-ressource .calendar-color-legend div.full-legend .color,
#resourceserialbooking .calendar-color-legend div.full-legend .color {
  background-color: #e06666;
}
#resourcebooking .calendar-color-legend div.too-old,
#resourceansoegning-vaelg-ressource .calendar-color-legend div.too-old,
#resourceserialbooking .calendar-color-legend div.too-old {
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9aaaaleleqvqylwn48odbfwy84p379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII);
  background-color: rgba(0, 0, 0, 0.2) !important;
}
#resourcebooking .calendar-color-legend div.blocked,
#resourceansoegning-vaelg-ressource .calendar-color-legend div.blocked,
#resourceserialbooking .calendar-color-legend div.blocked {
  width: 15px;
  height: 15px;
  background: #eaeaea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQYlWN48ODBfwY84P379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
}
#resourcebooking .resource-search,
#resourceansoegning-vaelg-ressource .resource-search,
#resourceserialbooking .resource-search {
  color: #fff;
  width: 100%;
}
#resourcebooking .resource-search-form,
#resourceansoegning-vaelg-ressource .resource-search-form,
#resourceserialbooking .resource-search-form {
  padding: 1em;
  position: relative;
  background: #293952;
  margin-bottom: 1em;
  border-radius: 10px;
}
#resourcebooking .resource-search-form fieldset,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset,
#resourceserialbooking .resource-search-form fieldset {
  vertical-align: top;
  border: none;
  margin: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group {
  display: inline-block;
  width: 100%;
  padding: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group .scwrapper,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group .scwrapper,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .scwrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-template-rows: auto;
  gap: 1rem;
  align-items: flex-end;
  width: 100%;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group .search-criterion,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group .search-criterion,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .search-criterion {
  display: inline-block;
  text-align: left;
  padding: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group label,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group label,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group label {
  height: 20px;
  color: #fff;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group legend,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group legend,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group legend {
  text-align: center;
  width: 100%;
  font-weight: bold;
  margin-bottom: 1em;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group input,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group input,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group input,
#resourcebooking .resource-search-form fieldset.resource-search-field-group select,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group select,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group select {
  height: 30px;
  padding: 0.2em 1em 0.2em 0.5em;
  width: 100%;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group select::-ms-expand,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group select::-ms-expand,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group select::-ms-expand {
  display: none;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group button,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group button,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group button {
  height: 30px;
  width: 55px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group button:hover,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group button:hover,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group button:hover {
  color: #000;
  background: #fff;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group {
  display: inline-block;
  padding-top: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group div,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group div,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div {
  padding-top: 10px;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group div button,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group div button,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div button {
  height: 30px;
  width: 55px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group div button:hover,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group div button:hover,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div button:hover {
  color: #000;
  background: #fff;
}
#resourcebooking .resource-search-form div:not(.scwrapperserial),
#resourceansoegning-vaelg-ressource .resource-search-form div:not(.scwrapperserial),
#resourceserialbooking .resource-search-form div:not(.scwrapperserial) {
  display: inline-block;
}
#resourcebooking .resource-search-form div:not(.scwrapperserial):last-child,
#resourceansoegning-vaelg-ressource .resource-search-form div:not(.scwrapperserial):last-child,
#resourceserialbooking .resource-search-form div:not(.scwrapperserial):last-child {
  margin-right: 0;
}
#resourcebooking .resource-search-form div:not(.scwrapperserial) label,
#resourceansoegning-vaelg-ressource .resource-search-form div:not(.scwrapperserial) label,
#resourceserialbooking .resource-search-form div:not(.scwrapperserial) label {
  display: block;
}
#resourcebooking .resource-search-form div:not(.scwrapperserial) input,
#resourceansoegning-vaelg-ressource .resource-search-form div:not(.scwrapperserial) input,
#resourceserialbooking .resource-search-form div:not(.scwrapperserial) input {
  margin-top: -1px;
}
#resourcebooking .resource-search-form .resource-search-location select,
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-location select,
#resourceserialbooking .resource-search-form .resource-search-location select {
  width: 200px;
}
#resourcebooking .resource-search-form .resource-search-startdate label,
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-startdate label,
#resourceserialbooking .resource-search-form .resource-search-startdate label,
#resourcebooking .resource-search-form .resource-search-enddate label,
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-enddate label,
#resourceserialbooking .resource-search-form .resource-search-enddate label {
  display: block;
}
#resourcebooking .resource-search-form .resource-search-startdate input,
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-startdate input,
#resourceserialbooking .resource-search-form .resource-search-startdate input,
#resourcebooking .resource-search-form .resource-search-enddate input,
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-enddate input,
#resourceserialbooking .resource-search-form .resource-search-enddate input {
  width: 90px;
}
#resourcebooking .notiwrapper .notitext,
#resourceansoegning-vaelg-ressource .notiwrapper .notitext,
#resourceserialbooking .notiwrapper .notitext {
  color: #000;
}
#resourceansoegning .application-filter-line {
  margin-bottom: 1rem;
}
#resourceansoegning .application-filter-line fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  background: #293952;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 10px;
}
#resourceansoegning .application-filter-line fieldset legend {
  float: left;
  width: 100%;
  font-size: 20px;
  margin-bottom: 1rem;
}
#resourceansoegning .application-filter-line fieldset label,
#resourceansoegning .application-filter-line fieldset span {
  width: auto;
}
#resourceansoegning .application-filter-line fieldset .startdate-group,
#resourceansoegning .application-filter-line fieldset .enddate-group {
  margin-right: 1rem;
}
#resourceansoegning .application-filter-line fieldset .button-group button {
  border: none;
  border-radius: 10px;
  padding: 3px 1rem;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .scwrapperserial {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .scwrapperserial .serial-search-days {
  display: flex;
  flex-flow: row wrap;
  margin: 0.5rem 0;
  grid-column: 1 / -1;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .scwrapperserial .serial-search-days .weekday {
  display: flex;
  align-items: center;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .scwrapperserial .serial-search-days .weekday label {
  order: 2;
  width: auto;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .scwrapperserial .serial-search-days .weekday input {
  order: 1;
  width: auto;
  height: auto;
  min-width: auto;
  margin: 0;
  margin-right: 0.2rem;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .datewrapper {
  display: flex;
  flex-flow: row wrap;
  grid-column: 1 / -1;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .datewrapper input {
  width: 100px;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .datewrapper .resource-search-enddate {
  margin-right: 1.5rem;
  margin-left: 0.5rem;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .datewrapper .resource-search-starttime {
  margin-right: 0.5rem;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .serial-search-weekrepeat {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 2rem;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .serial-search-weekrepeat select {
  width: 50px;
}
#resourceserialbooking .resource-search-form .resource-search-button-group {
  width: 100%;
  text-align: center;
}
#resourceserialbooking .resource-search-form .resource-search-button-group .search-button-container button {
  width: 200px;
}
#resourceserialbooking .serial-search-days {
  margin-top: 20px;
}
#resourceserialbooking .weekday {
  margin-right: 20px;
}
#resourceserialbooking input {
  display: inline-block;
}
#resourceserialbooking label {
  display: inline-block;
  color: #fff;
}
#resourceserialbooking .search-button-container {
  padding: 0 !important;
}
#resourceserialbooking .search-button-container button {
  margin: 0 !important;
}
#resourceserialbooking .calendar-color-legend {
  margin: 10px 0;
}
#resourceserialbooking .dayslot-content a {
  color: black;
  text-align: center;
  line-height: 90px;
  text-decoration: none;
}
#resourceserialbooking .dayslot-content a:hover {
  background: #293952;
  color: white;
}
#resourceserialbooking .dayslot-content span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 90px;
}
#resbook-create .resbook-edit-table-container {
  width: 100%;
}
#resbook-create .resbook-edit-table-container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  border: 3px solid #293952;
}
#resbook-create .resbook-edit-table-container table thead {
  background: #293952;
  color: #fff;
}
#resbook-create .resbook-edit-table-container table thead th {
  padding: 0.5rem 0.5rem;
}
#resbook-create .resbook-edit-table-container table tbody {
  text-align: center;
}
#resbook-create .resbook-edit-table-container table tbody tr {
  border: 1px solid #293952;
}
#resbook-create .resbook-edit-table-container table tbody tr td {
  padding: 0.5rem 0.5rem;
}
#resbook-create .resbook-edit-table-container table tbody tr:first-child {
  border: none;
}
#resbook-create .resbook-edit-table-container table tbody tr:nth-child(even) {
  background: #d1d7e1;
}
#resbook-create .resbook-edit-table-container table .checkbox {
  width: 20px;
}
#resbook-create .resbook-edit-table-container table .weeknumber {
  width: 30px;
}
#resbook-create fieldset {
  border: 3px solid #293952;
  margin: 0 0 1em 0;
  background: #fff;
  padding: 1.5em;
  width: 100%;
  border-radius: 10px;
}
#resbook-create fieldset legend {
  background: #293952;
  color: #fff;
  padding: 0.5rem 1rem;
  width: calc(100% + 54px);
  border-radius: 10px 10px 0 0;
  margin-left: -27px;
  font-size: 1.5rem;
}
#resbook-create fieldset input,
#resbook-create fieldset select {
  display: block;
  margin-top: 0.5rem;
}
#resbook-create fieldset textarea {
  display: block;
  margin: 10px 0;
}
#resbook-create .fieldset-contact label {
  display: block;
  margin-bottom: 0.5rem;
}
#resbook-create .fieldset-price span.label {
  margin-right: 0.5rem;
}
#resbook-create .radio-group {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-top: 10px;
}
#resbook-create .prop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#resbook-create .prop-list li label {
  display: block;
  margin-bottom: 5px;
}
#resbook-create .prop-list li select {
  margin-bottom: 5px;
}
#resbook-create .knapset.fieldset-buttons {
  border: none;
  background: transparent;
  padding: 0;
}
#resbook-create .knapset.fieldset-buttons .button-line {
  text-align: center;
}
#resbook-create .knapset.fieldset-buttons button {
  background: #293952;
  border-radius: 20px;
  color: #fff;
}
#resbook-create .form-line.subject.subject #input-subject {
  display: none;
}
#resbook-create .form-line.subject.subject .emneSelector {
  display: block;
  margin-top: 0.5rem;
}
#resourcebookingform .booking-survey {
  border: 3px solid #293952;
  width: 100%;
}
#resourcebookingform .image-container {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 40%;
  overflow: hidden;
}
#resourcebookingform .fieldset-bookingfor,
#resourcebookingform .fieldset-props,
#resourcebookingform .fieldset-time,
#resourcebookingform .fieldset-price,
#resourcebookingform .fieldset-comment {
  border: 3px solid #293952;
  width: 100%;
}
#resourcebookingform .mini {
  height: 80px;
  width: 100%;
}
#resourcebookingform .mini table {
  height: 100%;
  width: 100%;
}
#resourcebookingform .fieldset-buttons {
  width: 100%;
}
#resourcebookingform #input-comment {
  height: 60px;
}
#resourcebookingform .fieldset-calendar {
  border: 3px solid #293952;
  border-radius: 10px 10px 0 0;
  background: #fff;
}
#resourcebookingform .fieldset-calendar > span {
  display: block;
  background: #293952;
  border-radius: 7px 7px 0 0;
  color: #fff;
  width: calc(100% + 36px);
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  margin: -16px 0 16px -18px;
}
.date-navigator {
  clear: both;
  width: 100%;
  margin: 0.5em 0 0.5em 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.date-navigator .start-date,
.date-navigator .end-date {
  margin: 0;
  font-weight: normal;
}
.date-navigator a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.alignleft {
  text-align: left;
}
.resource-table-holder {
  display: block;
  width: 100%;
  max-width: calc(100vw - 30px);
  max-height: 423px;
  overflow: scroll;
}
table.resource-table.month thead th {
  width: 75px;
}
table.resource-table.month tbody td {
  position: relative;
}
table.resource-table.month tbody td div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
table.resource-table:not(.week):not(.month) thead th:not(.SearchHeading) {
  width: 75px;
}
table.resource-table.week thead th:not(.SearchHeading) {
  width: 90px;
}
table.resource-table.week tbody td {
  position: relative;
}
table.resource-table.week tbody td div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
table.resource-table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9aaaaleleqvqylwn48odbfwy84p379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
}
table.resource-table th.SearchHeading {
  z-index: 100 !important;
}
table.resource-table .row-header {
  text-align: left;
  z-index: 20 !important;
  position: relative;
  word-break: break-all;
}
table.resource-table .row-header .resource-name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
}
table.resource-table .row-header .resource-description {
  white-space: normal;
  font-weight: normal;
  max-height: 35px;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
table.resource-table .row-header .resource-description:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3em;
}
table.resource-table .row-header .resource-description .descriptionToggler {
  background: url(open-icon.png) center right no-repeat;
}
table.resource-table .row-header .resource-description.showAll .descriptionToggler {
  background: url(close-icon.png) center right no-repeat;
}
table.resource-table .row-header .resource-description.showAll {
  max-height: 900px;
  transition: max-height 2s ease-in-out;
}
table.resource-table .row-header .resource-description.showAll:after {
  content: none;
}
table.resource-table .row-header .resource-description.showAll img {
  display: block;
}
table.resource-table .row-header .resource-description .location {
  margin-bottom: 20px;
}
table.resource-table .row-header .resource-description .area {
  margin-bottom: 1em;
}
table.resource-table .row-header .resource-description .description-text {
  position: relative;
}
table.resource-table .row-header .resource-description .description-text img {
  width: 100% !important;
  height: auto !important;
}
table.resource-table .row-header .resource-description .descriptionToggler {
  height: 30px;
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
table.resource-table .row-header .resource-description .descriptionToggler :hover {
  cursor: pointer;
}
table.resource-table thead th {
  background: #fff;
  background-clip: padding-box;
  text-align: center;
  z-index: 10;
}
table.resource-table thead th:first-child {
  width: 300px;
}
table.resource-table th {
  padding: 5px 3px;
  z-index: 40000;
  position: relative;
}
table.resource-table th:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-width: 1px 0px 1px 1px;
}
table.resource-table th:first-child:after {
  border-left-width: 1px;
}
table.resource-table td.blocked.booked {
  background-color: #e06666 !important;
  background: none;
  color: #fff;
}
table.resource-table td.open {
  background-color: #fff !important;
  border-color: #ccc !important;
  cursor: pointer;
}
table.resource-table td.partial {
  background-color: #f9e3a4 !important;
  border-color: #d2c08a !important;
}
table.resource-table td.full {
  background-color: #e06666 !important;
  border-color: #d65858 !important;
}
table.resource-table td.too-old,
table.resource-table td.too-new {
  background-color: #c7c7c7 !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9aaaaleleqvqylwn48odbfwy84p379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
  border-color: #ccc !important;
}
table.resource-table td.available {
  background: #ffffff;
  cursor: pointer;
  font-size: 0;
}
table.resource-table td.blocked {
  background: #eaeaea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQYlWN48ODBfwY84P379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
}
table.resource-table td {
  position: relative;
  border: 1px solid #ccc;
  background-clip: padding-box !important;
}
table.resource-table td.available:hover {
  background: #b6d7a8;
}
table.resource-table tbody th {
  background-color: #fff;
  border-color: #ccc;
  background-clip: padding-box;
}
table.resource-table a {
  padding: 3px 5px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
table.resource-table a:hover {
  background: transparent;
  border: none;
  color: #005576;
}
table.resource-table .timeslot-content {
  text-align: center;
  height: 100%;
  word-wrap: break-word;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.application-table-holder {
  clear: both;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1.5em;
}
#cart-details {
  margin-top: 1em;
}
#cart-details > h2 {
  font-size: 1.5em;
}
#cart-details .detail-item {
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
}
#cart-details .detail-item .resbook-details {
  margin-bottom: 10px;
}
#cart-details .detail-item .resbook-details .resource-name {
  background-color: #293952;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 5px 6px 5px 10px;
}
#cart-details .detail-item .resbook-details p .label,
#cart-details .detail-item .resbook-details p .date,
#cart-details .detail-item .resbook-details p .time {
  display: inline-block;
  width: 50px;
}
#cart-details .detail-item .resbook-details .separator {
  margin-left: 5px;
}
#cart-details .detail-item .resbook-details .booking-start {
  margin-left: 10px;
}
#cart-details .detail-item .resbook-details .booking-start:before {
  content: 'Tidsrum';
  font-family: 'roboto Condensed', sans-serif;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0px;
}
#cart-details .detail-item .resbook-details .booking-end {
  margin-left: 10px;
}
#cart-details .detail-item .resbook-details .prop-list {
  padding-left: 25px;
}
#cart-details .detail-item .resbook-details .prop-list:before {
  content: 'Tilvalg';
  font-family: 'roboto Condensed', sans-serif;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px -17px;
}
#cart-details .detail-item .survey-result {
  padding: 10px;
  padding-top: 0;
}
#cart-details .detail-item .survey-result h4 {
  margin-bottom: 5px;
}
#cart-details .detail-item .survey-result .question {
  display: block;
}
#cart-details .detail-item .survey-result div {
  margin-bottom: 1em;
}
#payment-details {
  margin-top: 1em;
  font-size: 0.9em;
}
#payment-receipt .resbook-details {
  margin: 0 0 1em;
}
#payment-receipt .buttonDesign {
  margin-top: 5px;
  margin-right: 5px;
  text-decoration: none;
  line-height: 20px;
}
/*Resourcebooking detaljeside */
#resourcebookingform #indhold h1 {
  display: none;
  box-shadow: none;
}
#resourcebookingform .map {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  min-height: 250px;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}
#resourcebookingform .map-frame {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
}
#resourcebookingform .location-info .heading,
#resourcebookingform .resource-info .heading {
  font-size: 140%;
  font-weight: bold;
  padding: 0 0 0.5em;
}
#resourcebookingform .location-info .name,
#resourcebookingform .resource-info .name {
  font-weight: bold;
}
#resourcebookingform .location-info {
  background: none;
  margin-bottom: 2.5em;
}
#resourcebookingform .location-info .location-address {
  max-width: 40%;
}
#resourcebookingform .location-info .location-name {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#resourcebookingform .location-info .location-description {
  display: none;
}
#resourcebookingform .location-info .location-address .location-street {
  display: inline-block;
}
#resourcebookingform .location-info .location-address .location-street span.label {
  font-weight: bold;
}
#resourcebookingform .location-info .location-address .location-street span.label:after {
  content: ':';
}
#resourcebookingform .location-info .location-address .location-street span.street:after {
  content: ',';
}
#resourcebookingform .location-info .location-address .location-zipcity {
  display: inline-block;
}
#resourcebookingform .location-info .location-address .location-zipcity span.label {
  display: none;
}
#resourcebookingform .location-info .location-address .location-city span.label {
  display: none;
}
#resourcebookingform .location-info .location-address .location-gps {
  display: none;
}
#resourcebookingform .location-info .location-address span {
  display: inline-block;
}
#resourcebookingform .info {
  background: #293952;
  color: #fff;
  margin-top: 30px;
  position: relative;
  padding: 2em;
  border-radius: 10px;
}
#resourcebookingform .info .resource-info .resource-name {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#resourcebookingform .info .resource-info .resource-area span.label:not(.postfix),
#resourcebookingform .info .resource-info .resource-num-people span.label {
  font-weight: bold;
}
#resourcebookingform .info .resource-info .resource-description {
  margin-top: 2em;
  max-width: 55%;
}
#resourcebookingform .info .resource-info .resource-description .label {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1em;
}
#resourcebookingform .info .resource-info .resource-description .label:after {
  content: ':';
}
#resourcebookingform .info .resource-info .resource-description ul {
  margin: 0;
  padding: 0 30px;
}
#resourcebookingform .form-line.subject.subject #input-subject {
  display: none;
}
#resourcebookingform .form-line.subject.subject .emneSelector {
  display: block;
  margin-top: 0.5rem;
}
.bruger-formular label.skal-udfyldes:after {
  content: '*';
  color: #800;
  margin-left: 5px;
}
.bruger-formular .skal-udfyldes-symbol {
  display: none;
}
.bruger-formular label.fil-felt {
  width: 100%;
}
#ekstra-side-tilskudsregnskab input[readonly] {
  background: #ebebe4;
  color: #545454;
  border: 1px solid #a9a9a9;
}
.res-form {
  vertical-align: top;
  margin-right: 15px;
  display: block;
  width: 100%;
  position: relative;
}
.res-form fieldset {
  width: 100%;
  margin: 0 0 1em 0;
  border: 3px solid #343a40;
  background: #fff;
  padding: 1.5em;
  border-radius: 0 0 10px 10px;
}
.res-form fieldset legend {
  width: calc(100% + 54px);
  margin-bottom: 1em;
  font-size: 1.4rem;
  background: #2d3954;
  color: white;
  border-radius: 10px 10px 0 0;
  padding: 0.5rem 1rem;
  margin-left: -27px;
}
.res-form fieldset span.date-select-end,
.res-form fieldset span.time-select-end,
.res-form fieldset div.location-select {
  margin-top: 5px;
}
.res-form fieldset div.time-select {
  margin-top: 10px;
}
.res-form fieldset label {
  display: block;
}
.res-form fieldset.fieldset-time {
  width: 100%;
  margin-top: 1em;
  padding-bottom: 4em;
  border: 3px solid #3a5174;
}
.res-form fieldset.fieldset-time div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  vertical-align: top;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap,
.res-form fieldset.fieldset-time div .enddateendtimewrap {
  margin-bottom: 15px;
  width: 100%;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap div .label,
.res-form fieldset.fieldset-time div .enddateendtimewrap div .label,
.res-form fieldset.fieldset-time div .startdatestarttimewrap div label,
.res-form fieldset.fieldset-time div .enddateendtimewrap div label {
  margin-right: 5px;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .startdate,
.res-form fieldset.fieldset-time div .enddateendtimewrap .startdate,
.res-form fieldset.fieldset-time div .startdatestarttimewrap .enddate-select,
.res-form fieldset.fieldset-time div .enddateendtimewrap .enddate-select {
  margin-right: 30px;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .startdate:before,
.res-form fieldset.fieldset-time div .enddateendtimewrap .startdate:before {
  width: 120px;
  content: 'Starttidspunkt: ';
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .enddate-select label,
.res-form fieldset.fieldset-time div .enddateendtimewrap .enddate-select label {
  margin-right: 17px;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .enddate-select:before,
.res-form fieldset.fieldset-time div .enddateendtimewrap .enddate-select:before {
  width: 120px;
  content: 'Sluttidspunkt: ';
}
.res-form fieldset.fieldset-time .resource-table-holder {
  display: inline-block;
  width: calc(100% - 380px);
  min-height: auto;
  height: auto;
  overflow-y: hidden;
  overflow-x: scroll;
}
.res-form fieldset.fieldset-time .resource-table-holder .resource-table thead th {
  position: relative;
  width: 40px;
  font-size: 0.8em;
  /*
						&:after {
							content: '';
							position: absolute;
							top: 0;
							bottom: 0;
							left: 0;
							right: 0;
							border: 1px solid #888;
							z-index: 10;
							
						}
						*/
}
.res-form fieldset.fieldset-time .resource-table-holder .resource-table thead th:first-child {
  width: 40px;
}
.res-form fieldset.fieldset-time .resource-table-holder .resource-table td.current {
  background-color: #b6d7a8 !important;
}
.res-form fieldset.fieldset-subject .subject label {
  margin-right: 1em;
}
.res-form fieldset.fieldset-price .label {
  margin-right: 1em;
}
.res-form fieldset.fieldset-bookingfor {
  width: 100%;
  border: 3px solid #3a5174;
}
.res-form fieldset.fieldset-bookingfor label[for='input-bookingfor'] {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
}
.res-form fieldset.fieldset-props #prop-list {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
}
.res-form fieldset.fieldset-props #prop-list li {
  width: 30%;
  height: 100px;
  margin-bottom: 1em;
}
.res-form fieldset.fieldset-props #prop-list li label {
  width: 100%;
}
.res-form fieldset.fieldset-props label {
  display: inline-block;
  width: 100px;
}
.res-form fieldset.fieldset-props label:after {
  content: ':';
}
.res-form fieldset.fieldset-props select {
  min-width: 75px;
}
.res-form fieldset.booking-survey div.survey-question {
  width: 100%;
  margin-bottom: 1em;
}
.res-form fieldset.booking-survey div.survey-question label {
  display: block;
}
.res-form fieldset.booking-survey div.survey-question input[type='text'] {
  padding: 0.5em;
  width: 100%;
}
.res-form fieldset.booking-survey div.survey-question textarea {
  width: 100%;
}
.res-form fieldset.booking-survey div.survey-question.error label {
  font-weight: bold;
  color: #800;
}
.res-form fieldset.booking-survey fieldset {
  width: 100%;
  border: 1px solid #343a40;
}
.res-form fieldset.booking-survey fieldset legend {
  font-size: 1em;
}
.res-form fieldset.booking-survey fieldset label.radio-label {
  display: inline-block;
}
.res-form fieldset.fieldset-buttons {
  background: none;
  border: none;
}
.res-form fieldset.fieldset-buttons button,
.res-form fieldset.fieldset-buttons a {
  background: #293952;
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: 300ms;
}
.res-form fieldset.fieldset-buttons button:hover,
.res-form fieldset.fieldset-buttons a:hover {
  transition: 300ms;
  background: #212d41;
}
.res-service-search-result {
  padding: 2em;
}
.res-service-search-result h2.resource-name,
.res-service-search-result h2.booking-date {
  display: inline-block;
  background: #293952;
  color: #fff;
  padding: 0.5em 1em;
}
.res-service-search-result .toolbox {
  padding: 10px 0;
}
.res-service-search-result .toolbox a {
  display: inline-block;
  padding: 0 0 0 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin: 0 25px 0 0;
}
.res-service-search-result .toolbox .inactive {
  opacity: 0.3;
}
.res-service-search-result .toolbox .details-link {
  background-image: url(../../billeder/icon-edit.png);
}
.res-service-search-result .toolbox .mail-link {
  background-image: url(../../billeder/icon-mail.png);
}
.res-service-search-result .toolbox .sms-link {
  background-image: url(../../billeder/icon-sms.png);
}
.res-service-search-result .toolbox .cancel-link {
  background-image: url(../../billeder/icon-delete.png);
}
#printResultsButton {
  margin-right: 1rem;
}
.service-print-button {
  background: #293952;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 1rem 2rem;
}
.res-booking-list-container {
  display: block;
  background-color: #fff;
  border-top: 2px solid #3a5174;
  margin-bottom: 2em;
}
.res-booking-list {
  border-collapse: collapse;
  width: 100%;
}
.res-booking-list thead {
  background-color: #fff;
  color: #000;
}
.res-booking-list thead th {
  text-align: left;
}
.res-booking-list thead th.time {
  width: 10%;
}
.res-booking-list thead th.name {
  width: 26%;
}
.res-booking-list thead th.phone {
  width: 12%;
}
.res-booking-list thead th.mobile {
  width: 12%;
}
.res-booking-list thead th.email {
  width: 20%;
}
.res-booking-list thead th.toolbox {
  width: 10%;
}
.res-booking-list tbody {
  width: 100%;
  background-color: #fff;
}
.res-booking-list tbody tr:hover {
  background-color: #ccc;
}
.res-booking-list tbody td {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align: left;
}
.res-booking-list tbody td.date {
  width: 10%;
}
.res-booking-list tbody td.time {
  width: 10%;
}
.res-booking-list tbody td.name {
  width: 26%;
}
.res-booking-list tbody td.phone {
  width: 12%;
}
.res-booking-list tbody td.mobile {
  width: 12%;
}
.res-booking-list tbody td.email {
  width: 20%;
}
.res-booking-list tbody td.toolbox {
  width: 10%;
}
.res-booking-list th,
.res-booking-list td {
  padding: 5px 8px;
}
.res-booking-list .toolbox {
  padding: 5px 8px;
}
.res-booking-list .toolbox a,
.res-booking-list .toolbox span.inactive {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 0;
  padding: 16px 0 0 0;
  font-size: 0;
  margin: 0 0 0 10px;
}
#resServiceMailForm {
  margin: 0 auto;
  width: 660px;
}
#resServiceMailForm fieldset {
  border: none;
}
#resServiceMailForm .button-line {
  margin-top: 1em;
}
#resServiceMailForm .button-line button {
  padding: 1em 2em;
}
#input-mailbody {
  width: 650px;
}
#resourceservicecancel fieldset {
  border: 3px solid #3a5174;
}
#resourceservicecancel fieldset legend {
  width: auto;
}
#resourceservicecancel #indhold {
  width: 1080px;
}
#resourceservicecancel .confirm-line {
  padding-top: 15px;
  border-top: 1px solid #3a5174;
}
#resourceservicecancel .smsbody-line label,
#resourceservicecancel .mailbody-line label {
  display: block;
  width: auto;
}
#resourceservicecancel label[for='input-mailsubject'] {
  margin-right: 15px;
}
#resourceservicecancel .mailsubject-line input {
  width: 400px;
}
#resourceservicecancel .res-booking-list {
  margin: 0 auto;
  width: 100%;
}
#resourceservicecancel .res-booking-list tbody td {
  border-top: 1px solid #3a5174;
}
.recipient-count-line {
  font-size: 90%;
  font-style: italic;
}
.meddelelse {
  font-weight: bold;
  color: #000;
  font-size: 110%;
  min-height: 24px;
}
.meddelelse:before {
  content: ' ';
  background: url(../../billeder/icon-warning.png) no-repeat 50% 50%;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: -3px;
  padding: 0;
}
.date-select span,
.time-select span,
.location-select span {
  width: 13em;
  display: inline-block;
  vertical-align: top;
}
.date-select label,
.time-select label,
.location-select label,
.search-keyword label {
  width: 5em;
  display: inline-block;
  vertical-align: middle;
}
.date-select input,
.time-select input,
.location-select input {
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  text-align: right;
}
.time-select input {
  width: 4em;
}
.res-direction-line a,
.res-sort-line a {
  line-height: 3em;
  background: #293952;
  border: none;
  color: #fff;
  font-size: 90%;
  height: 3em;
  padding: 0 25px;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 300ms;
}
.res-direction-line a:hover,
.res-sort-line a:hover {
  background-color: #212d41;
  text-decoration: none;
  transition: 300ms;
}
.res-direction-line a.btn-save,
.res-sort-line a.btn-save {
  background: #00843f;
}
.res-direction-line a.btn-save:hover,
.res-sort-line a.btn-save:hover {
  background-color: #006631;
}
.res-resource-list {
  padding: 0;
  margin: 0 0 0.5em;
  list-style: none;
}
.res-resource-list label {
  padding: 1px 5px;
  width: auto;
  font-size: 0.9em;
}
.res-resource-list input:checked + label {
  color: #000;
  border-radius: 3px;
}
.res-resource-list li {
  display: block;
  padding: 0 10px 0 0;
}
.resappl-resource-list {
  list-style: none;
  padding: 0;
}
/*--- skjul opret/klon sæsonbooking knappen ---*/
/*
#resourceansoegning {
	.create-application-link {
		display: none;
	}
	.clone-link {
		display: none;
	}
}
*/
#app-edit-form .image-container {
  position: absolute;
  right: 0;
  max-width: 40%;
  overflow: hidden;
}
#resourceansoegning-rediger #backButton a,
#resourceansoegning-opret #backButton a {
  display: block;
  line-height: 3em;
  background: #293952;
  border: none;
  font-size: 110%;
  height: 3em;
  color: #fff;
  padding: 0 25px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
#resourceansoegning-rediger #backButton a:hover,
#resourceansoegning-opret #backButton a:hover {
  text-decoration: none;
  background: #173239;
}
#resourceansoegning-rediger .res-form,
#resourceansoegning-opret .res-form {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset:first-child #resource-name,
#resourceansoegning-opret .res-form fieldset:first-child #resource-name {
  font-size: 14px;
}
#resourceansoegning-rediger .res-form fieldset:first-child #resource-name .location:after,
#resourceansoegning-opret .res-form fieldset:first-child #resource-name .location:after {
  content: '-';
  margin: 0 5px;
  display: inline-block;
}
#resourceansoegning-rediger .res-form fieldset,
#resourceansoegning-opret .res-form fieldset {
  border: 3px solid #293952;
  width: 100%;
}
#resourceansoegning-rediger .res-form .resource-settings .fieldset-activity,
#resourceansoegning-opret .res-form .resource-settings .fieldset-activity {
  margin: 0 0 1em 0;
  padding: 1.5em;
  border: 3px solid #293952;
}
#resourceansoegning-rediger .res-form .resource-settings .fieldset-activity legend,
#resourceansoegning-opret .res-form .resource-settings .fieldset-activity legend {
  width: auto;
}
#resourceansoegning-rediger .res-form .resource-settings .fieldset-activity label,
#resourceansoegning-opret .res-form .resource-settings .fieldset-activity label {
  margin-right: 15px;
}
#resourceansoegning-rediger .resource-info,
#resourceansoegning-opret .resource-info {
  position: relative;
  width: 100%;
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info,
#resourceansoegning-rediger #resbook-description-container-resource-info,
#resourceansoegning-opret #resbook-description-container-resource-info {
  background: white;
  width: 50%;
  border: 1px solid #293952;
  padding: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-name,
#resourceansoegning-opret #resbook-description-container-location-info .location-name,
#resourceansoegning-rediger #resbook-description-container-resource-info .location-name,
#resourceansoegning-opret #resbook-description-container-resource-info .location-name,
#resourceansoegning-rediger #resbook-description-container-location-info #resource-name,
#resourceansoegning-opret #resbook-description-container-location-info #resource-name,
#resourceansoegning-rediger #resbook-description-container-resource-info #resource-name,
#resourceansoegning-opret #resbook-description-container-resource-info #resource-name {
  font-size: 1.5em;
  font-weight: bold;
}
#resourceansoegning-rediger #resbook-description-container-location-info .resource-description,
#resourceansoegning-opret #resbook-description-container-location-info .resource-description,
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description {
  border: 1px solid #ccc;
  padding: 1em;
  min-height: 100px;
  margin-top: 1em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .resource-description span.label,
#resourceansoegning-opret #resbook-description-container-location-info .resource-description span.label,
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description span.label,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description span.label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#resourceansoegning-rediger #resbook-description-container-location-info .image-container,
#resourceansoegning-opret #resbook-description-container-location-info .image-container,
#resourceansoegning-rediger #resbook-description-container-resource-info .image-container,
#resourceansoegning-opret #resbook-description-container-resource-info .image-container {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 40%;
  height: 90%;
  overflow: hidden;
}
#resourceansoegning-rediger #resbook-description-container-location-info .image-container img,
#resourceansoegning-opret #resbook-description-container-location-info .image-container img,
#resourceansoegning-rediger #resbook-description-container-resource-info .image-container img,
#resourceansoegning-opret #resbook-description-container-resource-info .image-container img {
  width: 100% !important;
  height: auto !important;
}
#resourceansoegning-rediger button.btn-send,
#resourceansoegning-opret button.btn-send {
  background: #293952;
}
#resourceansoegning-rediger button.btn-send:hover,
#resourceansoegning-opret button.btn-send:hover {
  background: #212d41;
}
#resourceansoegning-rediger .date-select span,
#resourceansoegning-opret .date-select span,
#resourceansoegning-rediger .time-select span,
#resourceansoegning-opret .time-select span,
#resourceansoegning-rediger .location-select span,
#resourceansoegning-opret .location-select span {
  width: 13em;
  display: inline-block;
  vertical-align: top;
}
#resourceansoegning-rediger .date-select span label,
#resourceansoegning-opret .date-select span label,
#resourceansoegning-rediger .time-select span label,
#resourceansoegning-opret .time-select span label,
#resourceansoegning-rediger .location-select span label,
#resourceansoegning-opret .location-select span label {
  width: 5em;
  display: inline-block;
  vertical-align: middle;
}
#resourceansoegning-rediger div.participant-select,
#resourceansoegning-opret div.participant-select {
  margin-top: 20px;
}
#resourceansoegning-rediger div.error,
#resourceansoegning-opret div.error {
  color: red;
}
#resourceansoegning-rediger .date-select-start,
#resourceansoegning-opret .date-select-start,
#resourceansoegning-rediger .date-select-end,
#resourceansoegning-opret .date-select-end {
  display: inline-block;
  width: 48%;
}
#resourceansoegning-rediger .date-select-start label,
#resourceansoegning-opret .date-select-start label,
#resourceansoegning-rediger .date-select-end label,
#resourceansoegning-opret .date-select-end label {
  display: inline-block;
  width: 45%;
  margin-right: 3px;
}
#resourceansoegning-rediger .date-select-start input,
#resourceansoegning-opret .date-select-start input,
#resourceansoegning-rediger .date-select-end input,
#resourceansoegning-opret .date-select-end input {
  display: inline-block;
  width: 45%;
}
#resourceansoegning-rediger .prop-select,
#resourceansoegning-opret .prop-select {
  margin-top: 2em;
}
#resourceansoegning-rediger .prop-select label,
#resourceansoegning-opret .prop-select label {
  font-weight: bold;
}
#resourceansoegning-rediger .prop-select ul,
#resourceansoegning-opret .prop-select ul {
  padding: 0;
  list-style: none;
}
#resourceansoegning-rediger .prop-select ul li,
#resourceansoegning-opret .prop-select ul li {
  margin-bottom: 1em;
}
#resourceansoegning-rediger .prop-select ul li label,
#resourceansoegning-opret .prop-select ul li label {
  font-weight: normal;
  width: 150px;
  margin-right: 20px;
}
#resourceansoegning-rediger .prop-select ul li select,
#resourceansoegning-opret .prop-select ul li select {
  width: 100px;
}
#resourceansoegning-rediger .comments-select,
#resourceansoegning-opret .comments-select {
  display: none;
}
#resourceansoegning-rediger .comments-select textarea,
#resourceansoegning-opret .comments-select textarea {
  width: 100%;
  resize: none;
  height: 150px;
}
#resourceansoegning-opret form.res-form .resource-details {
  background: #fff;
}
#resourceansoegning-opret form.res-form .application-settings .weekday-fields legend {
  width: auto;
}
#resourceansoegning-opret fieldset {
  border-radius: 10px;
}
#resourceansoegning-opret .form-line.subject.subject-input #input-subject {
  display: none;
}
#resourceansoegning-opret .form-line.subject.subject-input .emneSelector {
  display: block;
  margin-top: 0.5rem;
}
#resourceansoegning-opret .resource-settings .resource-settings-group fieldset.fieldset-activity legend {
  width: calc(100% + 54px);
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info,
#resourceansoegning-rediger #resbook-description-container-resource-info,
#resourceansoegning-opret #resbook-description-container-resource-info {
  border: none;
  background: #293952;
  color: white;
  padding: 2em;
  margin: 0;
  width: 100%;
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info {
  padding-bottom: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-name,
#resourceansoegning-opret #resbook-description-container-location-info .location-name {
  font-size: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address div,
#resourceansoegning-opret #resbook-description-container-location-info .location-address div {
  display: inline-block;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .label,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .label {
  font-weight: bold;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .label:after,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .label:after {
  content: ':';
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .street:after,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .street:after {
  content: ',';
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-zipcity .label,
#resourceansoegning-opret #resbook-description-container-location-info .location-zipcity .label {
  display: none;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-description,
#resourceansoegning-opret #resbook-description-container-location-info .location-description {
  display: none;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-name,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-name {
  font-size: 1.3em;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description {
  border: none;
  padding: 0;
  max-width: 50%;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description .label,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description .label {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description .label:after,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description .label:after {
  content: ':';
}
#resourceansoegning-rediger .res-form fieldset,
#resourceansoegning-opret .res-form fieldset {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey legend,
#resourceansoegning-opret .res-form fieldset.booking-survey legend {
  width: auto;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey .survey-question,
#resourceansoegning-opret .res-form fieldset.booking-survey .survey-question {
  margin-bottom: 1em;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey label:not(.radio-label),
#resourceansoegning-opret .res-form fieldset.booking-survey label:not(.radio-label) {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset.knapset,
#resourceansoegning-opret .res-form fieldset.knapset {
  border: none;
  background: transparent;
  padding: 0;
}
#resourceansoegning-rediger .res-form fieldset.knapset .buttons,
#resourceansoegning-opret .res-form fieldset.knapset .buttons {
  text-align: center;
}
#resourceansoegning-rediger fieldset.resource-details,
#resourceansoegning-opret fieldset.resource-details {
  background: transparent;
}
#resourceansoegning-rediger .application-comments .form-line.comments-input label,
#resourceansoegning-opret .application-comments .form-line.comments-input label {
  display: block;
}
#resourceansoegning-rediger #app-edit-form label,
#resourceansoegning-opret #app-edit-form label {
  width: auto;
}
#resourceansoegning-rediger .monthly-day-count,
#resourceansoegning-opret .monthly-day-count {
  margin-bottom: 20px;
}
#resourceansoegning-rediger .fieldset-props,
#resourceansoegning-opret .fieldset-props {
  border: 3px solid #293952;
  padding: 1.5em;
}
#resourceansoegning-rediger .fieldset-props legend,
#resourceansoegning-opret .fieldset-props legend {
  width: auto;
}
#resourceansoegning-rediger fieldset.radio-group,
#resourceansoegning-opret fieldset.radio-group {
  padding: 0;
  margin: 0;
  border: none;
  padding: 10px 0;
}
#resourceansoegning-rediger .resbook-edit-table-container table,
#resourceansoegning-opret .resbook-edit-table-container table {
  width: 100%;
  table-layout: fixed;
}
#resourceansoegning-rediger .resbook-edit-table-container table tbody,
#resourceansoegning-opret .resbook-edit-table-container table tbody {
  text-align: center;
}
#resourceansoegning-rediger .resbook-edit-table-container table .checkbox,
#resourceansoegning-opret .resbook-edit-table-container table .checkbox {
  width: 20px;
}
#resourceansoegning-rediger .resbook-edit-table-container table .weeknumber,
#resourceansoegning-opret .resbook-edit-table-container table .weeknumber {
  width: 30px;
}
#resourceansoegning-rediger .time-change-link-container button,
#resourceansoegning-opret .time-change-link-container button {
  margin: 0 25px 10px 0;
  display: inline-block;
  background: #293952;
  border: none;
  color: white;
  font-size: 110%;
  height: 3em;
  padding: 0 25px;
  font-family: helvetica, verdana, arial, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}
.application-table {
  background-color: #eaeaea;
  min-width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #888;
  font-size: 0.8em;
}
.application-table caption {
  font-weight: bold;
  text-align: left;
  font-size: 120%;
  padding-bottom: 3px;
}
.application-table th {
  text-align: left;
  background-color: #293952;
  color: #ffffff;
}
.application-table th,
.application-table td {
  border: 1px dotted #888;
  padding: 3px 5px;
}
.application-table .weekday {
  width: 8%;
}
.application-table .date {
  width: 20%;
}
.application-table .time {
  width: 10%;
}
.application-table .participants {
  width: 10%;
}
.application-table .no-applications {
  color: #555;
  font-style: italic;
}
.application-table .toolbox {
  width: 70px;
  text-align: center;
  font-size: 85%;
}
.application-table .toolbox a {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  width: 16px;
  margin-right: 5px;
}
.application-table .toolbox a.edit-link {
  background-image: url(../../billeder/icon-edit.png);
}
.application-table .toolbox a.detail-link {
  background-image: url(../../billeder/icon-search.png);
}
.application-table .toolbox a.clone-link {
  background-image: url(../../billeder/icon-clone.png);
}
.application-table .toolbox a.delete-link {
  background-image: url(../../billeder/icon-delete.png);
}
.application-table .toolbox a.cancel-link {
  background-image: url(../../billeder/icon-cancel.png);
}
.application-table .toolbox a:last-child {
  margin: 0;
}
#resourceedit textarea {
  width: 100%;
}
#resourceedit #indhold h1:after {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0.5em;
  content: 'Her kan du rediger beskrivelsen af de enkelte ressourcer.';
}
#resourceedit .resource-list-container {
  margin-top: 2em;
  padding: 1rem 2rem;
  border: 3px solid #293952;
  color: #293952;
  border-radius: 10px;
}
#resourceedit .resource-list-container ul {
  list-style: none;
  padding: 0;
}
#resourceedit #resbook-description-container {
  background: #fff;
  width: 100%;
  padding: 2em;
  margin: 0;
  border: 3px solid #293952;
  border-radius: 10px;
}
#resourceedit #resbook-description-container .resource-edit-link {
  padding: 0.5em 1em;
  background: #293952;
  color: #fff;
  margin-bottom: 2em;
}
#resourceedit fieldset.resbook-info-edit div {
  display: inline-block;
  margin-right: 20px;
}
#resourceedit fieldset.resbook-info-edit div label:after {
  content: ':';
  margin-right: 10px;
}
#resourceedit .resbook-info-form {
  background: #fff;
  width: 100%;
  padding: 2em;
  border: 1px solid #ccc;
}
#resourceedit .resbook-info-form fieldset {
  border: none;
}
#resourceedit .resbook-info-form button {
  padding: 0.5em 1em;
}
#resourceedit .resbook-info-form #cke_resbook-description-editor {
  width: 100% !important;
}
.create-application-link-line {
  text-align: right;
}
.create-application-link {
  display: inline-block;
  line-height: 3em;
  background: #293952;
  border: none;
  color: #fff;
  font-size: 110%;
  padding: 0 25px;
  text-decoration: none;
  border-radius: 10px;
  cursor: pointer;
}
.create-application-link:hover {
  text-decoration: none;
  background: #212d41;
}
.create-application-link.btn-save {
  background: #00843f;
}
.create-application-link.btn-save:hover {
  background-color: #006631;
}
#app-edit-form label {
  display: inline-block;
  vertical-align: middle;
  width: 9em;
}
#app-edit-form label[for^='input-weekday'] {
  width: 2.5em;
  padding: 2px 5px;
}
#app-edit-form input,
#app-edit-form select {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #888;
  padding: 3px;
}
#app-edit-form input:focus,
#app-edit-form select:focus {
  border-color: #005779;
}
#app-edit-form .weekday-select {
  margin-bottom: 1em;
  width: 102%;
}
#app-edit-form .weekday-select label {
  font-weight: bold;
}
#app-edit-form .weekday-select ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#app-edit-form .weekday-select ul li {
  display: inline-block;
  padding: 3px 0;
}
#app-edit-form .weekday-select ul li label {
  font-weight: normal;
}
#app-edit-form .weekday-select input:checked + label {
  background-color: #116f91;
  color: #fff;
}
#app-edit-form .date-select span,
#app-edit-form .time-select span {
  width: 100px;
  margin: 0 20px 0 0;
}
#app-edit-form .date-select span label,
#app-edit-form .time-select span label,
#app-edit-form .date-select span input,
#app-edit-form .time-select span input {
  display: block;
  margin: 0;
  width: 100%;
}
#app-edit-form .participant-select label {
  vertical-align: top;
}
#app-edit-form .participant-select label[for] {
  vertical-align: middle;
}
#app-edit-form .participant-select ul {
  display: block;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
#app-edit-form .participant-select ul li {
  margin-bottom: 10px;
}
#app-edit-form .participant-select input {
  width: 2.5em;
}
#app-edit-form .comments-select label {
  vertical-align: top;
}
#app-edit-form .comments-select textarea {
  width: 30em;
}
#app-edit-form .buttons button {
  margin: 0 25px 0 0;
  display: inline-block;
  background: #3a5174;
  border: none;
  color: #ffffff;
  font-size: 110%;
  height: 3em;
  padding: 0 25px;
  font-family: helvetica, verdana, arial, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}
#ekstra-infoboks1 {
  text-align: right;
}
#ekstra-infoboks1 p {
  padding: 0;
}
#res-search-form input,
#res-location-form input,
#res-search-form select,
#res-location-form select {
  width: 200px;
  box-sizing: border-box;
  height: 25px;
}
#resbook-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#resbook-form .fieldset-participants select,
#resbook-form .fieldset-participants input {
  width: 15em;
}
#resbook-form .fieldset-participants select + input {
  display: block;
  margin-left: 10em;
}
#resbook-form .fieldset-participants .button-line {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}
#resbook-form .fieldset-participants .button-line button {
  font-size: 85%;
  padding: 0 10px;
}
#resbook-form .fieldset-bookingfor select {
  width: 15em;
}
/* ---- Sæsonbooking - Vælg ressoruce ---- */
#resourceansoegning-vaelg-ressource .search-container {
  align-self: flex-end;
  position: relative;
  background: rgba(58, 81, 116, 0.8);
  padding: 4em 0 1em 2em;
  width: 100%;
}
#resourceansoegning-vaelg-ressource .search-container .resource-search {
  width: 100%;
  margin-top: 5px;
}
#resourceansoegning-vaelg-ressource .search-container h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #3a5174;
  padding: 0.5em 1.3em;
  font-weight: normal;
  font-size: 1.5em;
}
#resourceansoegning-vaelg-ressource .search-container p {
  padding: 0;
}
#resourceansoegning-vaelg-ressource .search-container .helpText {
  width: 100%;
  color: #cac8c8;
}
#resourceansoegning-vaelg-ressource #resappl-resource-form fieldset legend {
  border-radius: 10px 10px 0px 0;
  width: calc(100% + 54px);
}
#resourceansoegning-vaelg-ressource .resource-search-form {
  width: 100%;
  padding: 1em 1.8em;
  margin: 0 auto;
  position: relative;
  background: #293952;
}
#resourceansoegning-vaelg-ressource .resource-search-form legend {
  color: #fff;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group {
  width: auto;
  text-align: center;
  padding-top: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group div {
  height: 45px;
  vertical-align: top;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group label {
  height: 20px;
  color: #fff;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group input,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group select {
  height: 30px;
  padding: 0.2em 1em 0.2em 0.5em;
  border-radius: 0;
  border: 1px solid #ccc;
  vertical-align: top;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group select::-ms-expand {
  display: none;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group {
  display: inline-block;
  width: auto;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group .search-button-container {
  margin-top: 26px;
  margin-left: 5px;
  margin-bottom: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group .search-button-container button {
  height: 30px;
  width: 55px;
  padding: 0;
  font-weight: bold;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group .search-button-container button:hover {
  background: #fff;
  color: #293952;
}
#resourceansoegning-vaelg-ressource .resource-search-form div {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-form div:last-child {
  margin-right: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-form div label {
  display: block;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-location select {
  width: 200px;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-startdate input {
  width: 90px;
  margin-right: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset {
  border: 3px solid #293952;
  border-radius: 10px;
  margin-top: 2em;
  width: 100%;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset legend {
  width: auto;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .button-line {
  width: 100%;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result {
  list-style: none;
  padding: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li {
  width: 100%;
  padding: 2em;
  border: 2px solid #293952;
  border-radius: 10px;
  position: relative;
  margin-bottom: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li > input {
  position: absolute;
  left: 20px;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li label,
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li a {
  display: block;
  margin-left: 20px;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li a {
  color: #0000ee;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li a:hover {
  text-decoration: underline;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .form-line.button-line button {
  border: none;
  border-radius: 10px;
  background: #293952;
  color: white;
  font-size: 20px;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: 300ms;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .form-line.button-line button:hover {
  background: #212d41;
  transition: 300ms;
}
#resourceansoegning-vaelg-ressource .button-line {
  text-align: center;
}
#popupContent #ekstra-infoboks1 {
  display: none;
}
/* ---------------------------- */
/* ---- Sæsonbooking - opret ansøgning ---- */
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info,
#resourceansoegning-rediger #resbook-description-container-resource-info,
#resourceansoegning-opret #resbook-description-container-resource-info {
  border: none;
  background: #3a5174;
  color: #fff;
  padding: 2em;
  margin: 0;
  width: 100%;
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info {
  padding-bottom: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-name,
#resourceansoegning-opret #resbook-description-container-location-info .location-name {
  font-size: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address div,
#resourceansoegning-opret #resbook-description-container-location-info .location-address div {
  display: inline-block;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .label,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .label {
  font-weight: bold;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .label:after,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .label:after {
  content: ':';
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .street:after,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .street:after {
  content: ',';
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-zipcity .label,
#resourceansoegning-opret #resbook-description-container-location-info .location-zipcity .label {
  display: none;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-description,
#resourceansoegning-opret #resbook-description-container-location-info .location-description {
  display: none;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-name,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-name {
  font-size: 1.3em;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description {
  border: none;
  padding: 0;
  max-width: 50%;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description .label,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description .label {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description .label:after,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description .label:after {
  content: ':';
}
#resourceansoegning-rediger .res-form fieldset,
#resourceansoegning-opret .res-form fieldset {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey legend,
#resourceansoegning-opret .res-form fieldset.booking-survey legend {
  width: auto;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey .survey-question,
#resourceansoegning-opret .res-form fieldset.booking-survey .survey-question {
  margin-bottom: 1em;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey label:not(.radio-label),
#resourceansoegning-opret .res-form fieldset.booking-survey label:not(.radio-label) {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset.knapset,
#resourceansoegning-opret .res-form fieldset.knapset {
  border: none;
}
#resourceansoegning-rediger .res-form .weekday-fields legend,
#resourceansoegning-opret .res-form .weekday-fields legend {
  border-radius: 10px 10px 10px 0;
}
#resourceansoegning-rediger .res-form .application-participants ul li,
#resourceansoegning-opret .res-form .application-participants ul li {
  display: flex;
  width: 16rem;
  justify-content: space-between;
}
#resourceansoegning-rediger .res-form .application-participants ul li input,
#resourceansoegning-opret .res-form .application-participants ul li input {
  text-align: center;
}
#resourceansoegning-rediger .res-form .application-comments label,
#resourceansoegning-opret .res-form .application-comments label {
  margin-bottom: 0.5rem;
}
#resourceansoegning-rediger .res-form .fieldset-contact label,
#resourceansoegning-opret .res-form .fieldset-contact label {
  display: block;
  margin-bottom: 0.5rem;
}
#resourceansoegning-rediger .res-form .fieldset-contact input.select2-search__field,
#resourceansoegning-opret .res-form .fieldset-contact input.select2-search__field {
  border: none;
}
#resourceservice #indhold {
  padding: 0;
}
#resourceservice input {
  margin: 5px 0;
}
#resourceservice button {
  margin-top: 15px;
}
#resourceservice .resource-search-form {
  display: inline-block;
  background: #293952;
  margin-bottom: 1rem;
  border-radius: 10px;
}
#resourceservice fieldset {
  border: 3px solid #293952;
  width: 50%;
  margin: 0;
  padding: 12px;
  border-radius: 10px;
}
#resourceservice fieldset legend {
  width: calc(100% + 30px);
  padding: 1rem 0.9rem;
  margin: 0;
  margin-left: -15px;
  font-size: 20px;
  color: #fff;
  background: #293952;
  border-radius: 10px;
}
#resourceservice fieldset .search-criterion {
  display: flex;
  flex-flow: column wrap;
}
#resourceservice fieldset .search-criterion label {
  margin-bottom: 0.5rem;
  color: #fff;
}
#resourceservice fieldset .search-criterion select {
  padding: 0.5rem;
  border-radius: 10px;
}
#resourceservice .resource-search-field-group,
#resourceservice .resource-search-button-group {
  width: auto;
  display: inline-flex;
}
#resourceservice .resource-search-button-group {
  vertical-align: bottom;
}
#resourceservice .resource-search-button-group button {
  background: #fff;
  color: #293952;
  border: none;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: 300ms;
}
#resourceservice .resource-search-button-group button:hover {
  background: #F0F2F5;
  transition: 300ms;
}
#resourceservice #res-resource-form fieldset legend {
  border-radius: 10px 10px 0 0;
}
#resourceservice #res-resource-form fieldset .button-line button {
  background: #293952;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 10px;
  transition: 300ms;
  cursor: pointer;
}
#resourceservice #res-resource-form fieldset .button-line button:hover {
  background: #212d41;
  transition: 300ms;
}
#resourceservice .res-service-search-result {
  padding: 0;
}
#resourceservice table {
  border: 3px solid #3a5174;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#resourceservice .res-booking-list-container {
  border: none;
  margin: 0;
}
#resourceservice .pagelogin {
  margin: 0;
}
#resourceservicemail label[for='input-mailsubject'] {
  margin-right: 15px;
}
#resourceedit .resource-list-container {
  padding: 0 25px;
  border: 3px solid #3a5174;
  margin-bottom: 30px;
}
#resourceedit .resource-list-container li {
  margin: 10px 0;
}
#resourceedit .resource-list-container a {
  text-decoration: none;
  color: #3a5174;
  padding: 5px;
  border: 1px solid transparent;
  text-decoration: underline;
}
#resourceedit .resource-list-container a:hover {
  border: 1px solid #3a5174;
}
#resourceedit #resbook-description-container p .resource-edit-link {
  text-decoration: none;
  background: #293952;
  border: 2px solid #293952;
  border-radius: 10px;
  color: #fff;
  transition: 300ms;
  cursor: pointer;
}
#resourceedit #resbook-description-container p .resource-edit-link:hover {
  transition: 300ms;
  background: #212d41;
}
#resourceedit #resbook-description-submit-button {
  background: #293952;
  padding: 1rem 2rem;
  color: #fff;
  border: 3px solid #293952;
  border-radius: 10px;
  transition: 300ms;
}
#resourceedit #resbook-description-submit-button:hover {
  transition: 300ms;
  background: #212d41;
}
#resourceedit .resbook-info-edit input {
  display: block;
}
#payment-receipt .ordre-detaljer {
  background: transparent;
  border: 3px solid #3a5174;
  padding: 0 25px;
}
#payment-receipt .ordre-detaljer .label {
  margin-right: 10px;
}
#payment-receipt .ordre-detaljer .booking-price-list {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
#payment-receipt .ordre-detaljer .resource-name {
  margin-top: 0;
  margin: 0 -25px;
  padding: 10px 25px;
  color: #fff;
  background: #293952;
}
#payment-receipt .ordre-detaljer .resbook-details .label {
  width: 25px;
  display: inline-block;
}
#payment-receipt .ordre-detaljer #payment-details {
  padding-bottom: 25px;
}
#ekstra-side-registrer-forening #infowrapper .infoboxtitle {
  display: none;
  width: 100%;
  background: #3a5174;
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
}
#ekstra-side-registrer-forening #infowrapper .infobox {
  display: none;
  padding: 5px 15px;
  border: 1px solid #3a5174;
}
#ekstra-side-registrer-forening label {
  margin-top: 10px;
  display: block;
}
#ekstra-side-registrer-forening #infochoise {
  padding: 10px 10px;
  margin-bottom: 10px;
}
#ekstra-side-registrer-forening #infodone {
  padding: 10px 10px;
  margin-left: 15px;
  background: transparent;
  border: 2px solid #3a5174;
  color: #3a5174;
  cursor: pointer;
  text-decoration: none;
}
#ekstra-side-registrer-forening #infodone:hover {
  background: #3a5174;
  color: #fff;
}
.debtor-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.debtor-fieldset .grupperolle-felt {
  display: none;
}
.debtor-fieldset > ul {
  list-style: none;
  padding: 0;
}
.debtor-fieldset > legend {
  display: none;
}
.debtor-fieldset fieldset {
  border: 1px solid #000;
}
.debtor-fieldset fieldset.fieldgroup {
  position: relative;
  border-color: #293952;
  border-width: 40px 1px 1px 1px;
  border-radius: 10px;
  padding: 2em;
}
.debtor-fieldset fieldset.fieldgroup legend {
  position: absolute;
  top: -30px;
  left: 10px;
  color: #fff;
  font-size: 1.3em;
}
.debtor-fieldset fieldset.fieldgroup ul {
  list-style: none;
  padding: 0;
}
.debtor-fieldset fieldset.fieldgroup ul > li {
  margin-bottom: 10px;
}
.debtor-fieldset fieldset.fieldgroup ul > li:last-child {
  margin-bottom: 0;
}
.debtor-fieldset fieldset.fieldgroup ul > li label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.debtor-fieldset fieldset.fieldgroup ul > li input,
.debtor-fieldset fieldset.fieldgroup ul > li select,
.debtor-fieldset fieldset.fieldgroup ul > li textarea {
  width: 100%;
  padding: 10px 10px;
}
.debtor-fieldset fieldset.fieldgroup ul > li input[type="checkbox"] {
  width: auto;
  vertical-align: middle;
}
.debtor-fieldset fieldset.fieldgroup ul > li input.fil-felt {
  width: calc(100% - 113px);
}
.debtor-fieldset fieldset.fieldgroup ul > li button {
  padding: 0.75rem 2rem;
  border: none;
  background: #293952;
  color: #fff;
  border-radius: 0 10px 10px 0;
  transition: 300ms;
}
.debtor-fieldset fieldset.fieldgroup ul > li button:hover {
  transition: 300ms;
  background: #212d41;
}
.debtor-fieldset fieldset.fieldgroup ul > li textarea {
  resize: vertical;
}
.debtor-fieldset fieldset.fieldgroup ul > li .select2 {
  width: 100% !important;
}
.debtor-fieldset fieldset.fieldgroup ul > li .select2 .select2-search__field {
  width: 100% !important;
}
.debtor-fieldset fieldset.fieldgroup ul > li .new-password-explanation {
  margin: 0.5rem 0;
}
.debtor-fieldset fieldset.fieldgroup ul .fejl {
  position: relative;
}
.debtor-fieldset fieldset.fieldgroup ul .fejl input {
  border-left: 5px solid #ff0000;
}
.debtor-fieldset fieldset.fieldgroup ul .fejl .skal-udfyldes-symbol {
  color: #ff0000;
}
.debtor-fieldset fieldset.fieldgroup ul .fejl .fejl-meddelelse {
  position: absolute;
  right: 0;
  color: #ff0000;
}
.summary .debtor-fieldset fieldset.fieldgroup ul li label {
  margin-bottom: 0.5rem;
}
.summary .debtor-fieldset fieldset.fieldgroup ul li div {
  background: #fff;
  border: 1px solid #343a40;
  padding: 0.6rem;
  min-height: 39px;
}
.knapset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.knapset button {
  background: #293952;
  color: #fff;
  border: 2px solid #293952;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 10px;
  transition: 300ms;
}
.knapset button:hover {
  transition: 300ms;
  background: #212d41;
}
.hidden {
  display: none;
}
#ekstra-side-mine-bookinger #indhold {
  padding: 0;
}
#ekstra-side-mine-bookinger .dt-buttons {
  margin-bottom: 1rem;
}
#ekstra-side-mine-bookinger .dt-buttons button {
  border: none;
  border-radius: 10px;
  background: #293952;
  color: #fff;
  font-size: 20px;
  padding: 1rem 2rem;
  transition: 300ms;
}
#ekstra-side-mine-bookinger .dt-buttons button:hover {
  background: #212d41;
  transition: 300ms;
}
#ekstra-side-mine-bookinger #DataTables_Table_0_wrapper {
  margin-top: 50px;
}
#ekstra-side-mine-bookinger .tilmeldings-liste td:first-child {
  border-left: 1px solid #000;
}
#ekstra-side-mine-bookinger .tilmeldings-liste td:last-child {
  border-right: 1px solid #000;
}
#ekstra-side-mine-bookinger td.toolbox {
  align-items: center;
  height: 61px;
}
#ekstra-side-mine-bookinger td.toolbox .annuller-link {
  /* order: 3; */
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-table;
  /* font-size: 0; */
  height: 0;
  /* overflow: hidden; */
  /* padding-top: 16px; */
  padding-left: 20px;
  width: 100%;
  background-image: url(../../billeder/icon-delete.png);
  background-position: left;
  color: #293952;
}
#ekstra-side-mine-bookinger td.toolbox .resbook-detail-link {
  /* order: 1; */
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-table;
  /* font-size: 0; */
  height: 0;
  /* overflow: hidden; */
  /* padding-top: 16px; */
  padding-left: 20px;
  width: 100%;
  background-image: url(../../billeder/icon-search.png);
  background-position: left;
  color: #293952;
}
#ekstra-side-mine-bookinger td.toolbox .resbook-edit-link,
#ekstra-side-mine-bookinger td.toolbox .resbook-edit-time-link {
  order: 2;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  width: 16px;
  margin-right: 5px;
  background-image: url(../../billeder/icon-edit.png);
}
#ekstra-side-mine-bookinger .booking.cancelled td {
  text-decoration: line-through;
}
#resource-booking-detail h2 {
  color: #293952;
}
#resource-booking-detail .resource-details {
  background: #fff;
  border: 3px solid #293952;
  border-radius: 10px;
  padding: 1rem;
}
#resource-booking-detail .resource-details .location-name,
#resource-booking-detail .resource-details .address-block,
#resource-booking-detail .resource-details .resource-name {
  margin-bottom: 1rem;
}
#resource-booking-detail .back-link {
  margin-top: 2rem;
}
#resource-booking-detail .back-link a {
  border: none;
  border-radius: 10px;
  background: #293952;
  color: #fff;
  font-size: 20px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: 300ms;
}
#resource-booking-detail .back-link a:hover {
  background: #212d41;
  transition: 300ms;
}
.pulse {
  margin-top: 30px;
  margin-right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #3a5174;
  cursor: default;
  box-shadow: 0 0 0 rgba(0, 85, 132, 0.4);
  animation: pulse 2s 3 linear;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 85, 132, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 85, 132, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 85, 132, 0);
    box-shadow: 0 0 0 10px rgba(0, 85, 132, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0);
    box-shadow: 0 0 0 0 rgba(0, 85, 132, 0);
  }
}
#bund .redirectPage {
  display: none;
}
#blog .blog-list-container .blog-liste .blog-indlaeg-uddrag {
  background: none;
  color: #293952;
  padding: 1em;
}
#blog .blog-post-container .blog-indlaeg .blog-indlaeg-titel,
#blog .blog-post-container .blog-indlaeg .blog-indlaeg-info,
#blog .blog-post-container .blog-indlaeg .blog-indlaeg-tekst {
  color: #293952;
}
.opret-blog-indlaeg-linje {
  text-align: right;
  padding: 0;
  margin: 0;
}
.opret-blog-indlaeg-linje a {
  display: inline-block;
  padding: 1em 2em;
  background: #4e4e4e;
  border-top: 2px solid #F0F2F5;
  border-left: 2px solid #F0F2F5;
  border-right: 2px solid #F0F2F5;
  color: #333;
  background: #fff;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.opret-blog-indlaeg-linje a:hover {
  background: #F0F2F5;
  text-decoration: none;
}
.blog-list-container {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.blog-list-container .blog-liste:before {
  box-sizing: border-box;
  content: 'Nyheder';
  width: 100%;
  display: block;
  color: #fff !important;
  background: #293952;
  color: #4e4e4e;
  padding: 10px 20px;
  font-size: 1.3em;
  margin-bottom: 1em;
  text-align: left;
}
.blog-list-container .blog-liste {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-list-container .blog-liste li {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px dotted #343a40;
  margin-bottom: 16px;
  background: #fff;
}
.blog-list-container .blog-liste li h2 {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
.blog-list-container .blog-liste li .blog-indlaeg-titel {
  font-size: 1.3em;
}
.blog-list-container .blog-liste li .blog-indlaeg-titel a {
  text-decoration: none;
  color: inherit;
}
.blog-list-container .blog-liste li .blog-indlaeg-tekst {
  display: none;
  margin-bottom: 0.5em;
  font-size: 14px;
  text-align: left;
}
.blog-list-container .blog-liste li .blog-indlaeg-tekst a {
  text-decoration: none;
  display: block;
  text-align: left;
  margin: 20px 0 0;
}
.blog-list-container .blog-liste li .blog-indlaeg-tekst p {
  line-height: 1.5;
}
.blog-list-container .blog-liste li .blog-indlaeg-dato {
  position: absolute;
  top: 0px;
  right: 10px;
}
.blog-list-container .blog-link-linje {
  display: flex;
  align-self: flex-end;
  margin-top: auto;
}
.opret-blog-indlaeg-formular fieldset {
  border: none;
}
.opret-blog-indlaeg-formular ul {
  list-style: none;
}
.opret-blog-indlaeg-formular .forfatter-linje,
.opret-blog-indlaeg-formular .titel-linje {
  margin-bottom: 1em;
}
.opret-blog-indlaeg-formular .teaser-linje label,
.opret-blog-indlaeg-formular .tekst-linje label,
.opret-blog-indlaeg-formular .forfatter-linje label,
.opret-blog-indlaeg-formular .titel-linje label {
  display: block;
  width: 60px;
  font-weight: bold;
}
.opret-blog-indlaeg-formular #input-titel {
  display: inline-block;
  width: 250px;
}
.opret-blog-indlaeg-formular .tekst-linje {
  margin-top: 2em;
}
.opret-blog-indlaeg-formular .knap-linje {
  margin-top: 2em;
  text-align: center;
}
.opret-blog-indlaeg-formular .knap-linje button {
  padding: 1em 2em;
}
/* ---- Blog detalje side ---- */
.blog-indlaeg {
  text-align: right;
}
.blog-indlaeg .slet-blog-indlaeg-linje,
.blog-indlaeg .rediger-blog-indlaeg-linje {
  display: inline-block;
  text-align: center;
  width: 150px;
  padding: 0;
}
.blog-indlaeg .slet-blog-indlaeg-linje a,
.blog-indlaeg .rediger-blog-indlaeg-linje a {
  display: block;
  text-decoration: none;
  padding: 1em;
  background: #293952;
  color: #fff;
}
.blog-indlaeg .rediger-blog-indlaeg-linje {
  margin-right: 1em;
}
.blog-indlaeg .rediger-blog-indlaeg-linje a:hover {
  background: #324563;
}
.blog-indlaeg .blog-indlaeg-tekst {
  text-align: left;
  margin-top: 20px;
}
.blog-indlaeg .slet-blog-indlaeg-linje a {
  background: #800;
}
.blog-indlaeg .slet-blog-indlaeg-linje a:hover {
  background: red;
}
.blog-indlaeg h2 {
  font-size: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.blog-indlaeg p {
  text-align: left;
}
#ekstra-side-tilskudsregnskab #beregningsfelter {
  display: none;
}
.gdprdescription {
  display: none;
  border: 1px solid #293952;
  padding: 0 15px;
  background: white;
  height: 300px;
  overflow-y: scroll;
  margin: 0 0 20px;
}
.minicart {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
}
.minicart .minicart-goto-cart {
  display: block;
  height: 100%;
  width: 100%;
  order: 2;
  z-index: 0;
  font-size: 0;
}
.minicart .minicart-goto-cart a:after {
  font-family: 'FontAwesome';
  content: '\f07a';
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 18px);
  color: #293952;
  font-size: 40px;
  line-height: 40px;
}
.minicart .minicart-itemcount {
  position: absolute;
  order: 1;
  right: 0px;
  top: -20px;
  background: #3a5174;
  color: white;
  padding: 1px 6px;
  border-radius: 50%;
  z-index: 4;
}
.minicart .minicart-heading {
  order: 3;
  display: none;
  z-index: 2;
}
.minicart .minicart-empty-message {
  order: 4;
  display: none;
  z-index: 3;
}
.minicart .minicart-total,
.minicart .minicart-timer {
  display: none;
}
#ShoppingCart .shoppingcart-content {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
#ShoppingCart .shoppingcart-content thead tr .shoppingcart-item-toolbox {
  width: 30px;
}
#ShoppingCart .shoppingcart-content thead tr .shoppingcart-item-timeout {
  width: 60px;
}
#ShoppingCart .shoppingcart-content thead tr .shoppingcart-item-price {
  width: 100px;
}
#ShoppingCart .shoppingcart-content tbody tr .shoppingcart-total-label {
  text-align: right;
}
#ShoppingCart .shoppingcart-content tbody tr .shoppingcart-item-toolbox a {
  margin-right: 10px;
}
#ShoppingCart .shoppingcart-payment-button-line {
  text-align: right;
}
#ShoppingCart .shoppingcart-payment-button-line button {
  height: 40px;
  line-height: 40px;
  background: #293952;
  color: #fff;
  border: none;
  padding: 0 20px;
  transition: background 300ms ease-in-out;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
}
#ShoppingCart .shoppingcart-payment-button-line button:hover {
  background: #343a40;
}
#ShoppingCart-ChoosePayment .shoppingcart-content,
#payment-receipt .shoppingcart-content {
  table-layout: fixed;
  width: 100%;
  text-align: left;
}
#ShoppingCart-ChoosePayment .shoppingcart-content thead tr .shoppingcart-item-toolbox,
#payment-receipt .shoppingcart-content thead tr .shoppingcart-item-toolbox {
  display: none;
}
#ShoppingCart-ChoosePayment .shoppingcart-content thead tr .shoppingcart-item-timeout,
#payment-receipt .shoppingcart-content thead tr .shoppingcart-item-timeout {
  width: 130px;
}
#ShoppingCart-ChoosePayment .shoppingcart-content thead tr .shoppingcart-item-price,
#payment-receipt .shoppingcart-content thead tr .shoppingcart-item-price {
  width: 100px;
}
#ShoppingCart-ChoosePayment .shoppingcart-content tbody tr .shoppingcart-item-toolbox,
#payment-receipt .shoppingcart-content tbody tr .shoppingcart-item-toolbox {
  display: none;
}
#ShoppingCart-ChoosePayment .shoppingcart-content tbody tr .shoppingcart-total-toolbox,
#payment-receipt .shoppingcart-content tbody tr .shoppingcart-total-toolbox {
  display: none;
}
#ShoppingCart-ChoosePayment .shoppingcart-content tbody tr .shoppingcart-total-label,
#payment-receipt .shoppingcart-content tbody tr .shoppingcart-total-label {
  text-align: right;
}
#ShoppingCart-ChoosePayment .shoppingcart-content tbody tr .shoppingcart-item-timeout,
#payment-receipt .shoppingcart-content tbody tr .shoppingcart-item-timeout {
  width: 130px;
}
#ShoppingCart-ChoosePayment .shoppingcart-content tbody tr .shoppingcart-item-price,
#payment-receipt .shoppingcart-content tbody tr .shoppingcart-item-price {
  width: 100px;
}
#ShoppingCart-ChoosePayment .betalings-muligheder-gruppe,
#payment-receipt .betalings-muligheder-gruppe {
  display: none;
}
#ShoppingCart-ChoosePayment .betingelser-blok,
#payment-receipt .betingelser-blok {
  max-height: 350px;
  overflow-y: scroll;
  border: 1px solid #343a40;
  background: white;
  padding: 5px 20px;
  margin-bottom: 15px;
}
#ShoppingCart-ChoosePayment .accepter-betingelser,
#payment-receipt .accepter-betingelser {
  margin-bottom: 15px;
}
#ShoppingCart-ChoosePayment .knapset.button-set button,
#payment-receipt .knapset.button-set button {
  color: #293952;
  border: 2px solid #293952;
}
#ShoppingCart-ChoosePayment .knapset.button-set button:hover,
#payment-receipt .knapset.button-set button:hover {
  background: #293952;
  color: white;
}
#resourcecancel .confirm-line {
  margin: 1rem 0;
}
#resourcecancel .confirm-line input {
  vertical-align: middle;
}
#resourcecancel .button-line button {
  margin-right: 1rem;
}
#resourcecancel .button-line button,
#resourcecancel .button-line a {
  padding: 0.5rem 1rem;
  background: #293952;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: 300ms;
  font-size: 1rem;
  cursor: pointer;
}
#resourcecancel .button-line button:hover,
#resourcecancel .button-line a:hover {
  transition: 300ms;
  background: #212d41;
}
.indicatorValueTable {
  display: none;
}
.boks {
  position: relative;
}
.rejected,
.approved,
.submitted {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.7rem 1rem;
  padding-left: 2.3rem;
  border-radius: 10px;
}
.rejected:before,
.approved:before,
.submitted:before {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  font-family: "FontAwesome";
  font-size: 25px;
}
.rejected:before {
  content: '\f057';
  color: red;
}
.approved:before {
  content: '\f058';
  color: green;
}
.submitted:before {
  content: '\f017';
  color: yellow;
}
.mouseoverinfotext {
  position: absolute;
  display: none;
  background: white;
  color: #293952;
  border: 2px solid #293952;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-weight: bold;
  z-index: 1;
}
body[data-wk-page-identifier="23"] .bruger-formular li[data-wk-fieldname="Felt11"] .file-field-list-container {
  display: none;
}
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table thead th {
  display: none;
}
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table thead th[data-wk-grantpool-field="Felt1267"],
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table thead th[data-wk-grantpool-field="Felt1263"],
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table thead th[data-wk-grantpool-field="Felt1264"],
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table thead th.status,
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table thead th.toolbox {
  display: revert;
}
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table tbody td {
  display: none;
}
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table tbody td[data-wk-grantpool-field="Felt1267"],
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table tbody td[data-wk-grantpool-field="Felt1263"],
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table tbody td[data-wk-grantpool-field="Felt1264"],
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table tbody td.status,
body[data-wk-page-identifier="25"] form[data-wk-form-type="21"] .grant-pool-table tbody td.toolbox {
  display: revert;
}
#activitylist .activitylist-container {
  width: 100%;
}
#activitylist .activitylist-container div[data-wk-fieldid="keyword"],
#activitylist .activitylist-container div[data-wk-fieldid="theme"] {
  display: none;
}
#activitylist .activitylist-container .activitylist-form-button-container button {
  padding: 0.5rem 1rem;
  background: #293952;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: 300ms;
  font-size: 1rem;
  cursor: pointer;
}
#activitylist .activitylist-container .activitylist-form-button-container button:hover {
  transition: 300ms;
  background: #212d41;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container input,
#activitylist .activitylist-container .activitylist-filterfields-group-container select {
  width: 100%;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  border: 2px solid #2b3953;
  margin: 0.5rem 0;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container {
  grid-template-columns: repeat(3, 1fr);
}
#activitylist .activitylist-container .activitylist-filterfields-group-container div[data-wk-fieldid="activityCategory"] {
  order: 1;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container div[data-wk-fieldid="zip"] {
  order: 2;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container div[data-wk-fieldid="periodStart"] {
  order: 3;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container div[data-wk-fieldid="periodEnd"] {
  order: 6;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container div[data-wk-fieldid="targetGroup"] {
  order: 5;
}
#activitylist .activitylist-container .activitylist-filterfields-group-container div[data-wk-fieldid="association"] {
  order: 4;
}
#activitylist .activitylist-container .activitylist-form-button-container {
  justify-content: center;
}
#activitylist .activitylist-container .location-and-time .time:before {
  content: 'Tidspunkt: ';
}
#activitylist .activitylist-container .activitylist-search-result-line .location-and-time-content .place {
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  position: relative;
  margin-bottom: 1rem;
}
#activitylist .activitylist-container .activitylist-search-result-line .location-and-time-content .place:before {
  position: absolute;
  content: '';
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Aktivitetsadresse-hvid.svg');
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: #293952;
  border-radius: 100%;
  padding: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}
#activitylist .activitylist-container .activitylist-search-result-line .location-and-time-content .date-wrapper {
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  position: relative;
  margin-bottom: 1rem;
}
#activitylist .activitylist-container .activitylist-search-result-line .location-and-time-content .date-wrapper:before {
  position: absolute;
  content: '';
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Dato%20b%C3%A5de%20detalje%20og%20oversigt-hvid.svg');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #293952;
  border-radius: 100%;
  padding: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}
#activitylist .activitylist-container .activitylist-search-result-line .location-and-time-content .time-wrapper {
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  position: relative;
}
#activitylist .activitylist-container .activitylist-search-result-line .location-and-time-content .time-wrapper:before {
  position: absolute;
  content: '';
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Tidspunkt-hvid.svg');
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: #293952;
  border-radius: 100%;
  padding: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}
#activitylist #indhold,
#activitylist-details #indhold {
  color: #293952;
}
#activitylist #indhold a,
#activitylist-details #indhold a {
  color: #293952;
}
#activitylist #indhold a:hover,
#activitylist-details #indhold a:hover {
  color: #435c85;
}
#activitylist #indhold .activitylist-search-result-line,
#activitylist-details #indhold .activitylist-search-result-line,
#activitylist #indhold .activitylist-details-container,
#activitylist-details #indhold .activitylist-details-container {
  grid-template-columns: 1.5fr 1fr;
}
#activitylist #indhold .activitylist-search-result-line .activitylist-details-image-container,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-image-container,
#activitylist #indhold .activitylist-details-container .activitylist-details-image-container,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-image-container {
  height: 300px;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content,
#activitylist #indhold .activitylist-details-container .location-and-time-content,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info {
  width: unset;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map),
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map),
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map),
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map),
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map),
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map),
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map),
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map) {
  padding-left: 2.5rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map):before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map):before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map):before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map):before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map):before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map):before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map):before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map):before {
  position: absolute;
  content: '';
  border-radius: 100%;
  padding: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 0;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).organizer:before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).organizer:before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).organizer:before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).organizer:before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).organizer:before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).organizer:before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).organizer:before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).organizer:before {
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Arrang%C3%B8r-hvid.svg');
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: #293952;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).address:before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).address:before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).address:before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).address:before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).address:before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).address:before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).address:before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).address:before {
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Aktivitetsadresse-hvid.svg');
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: #293952;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).date:before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).date:before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).date:before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).date:before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).date:before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).date:before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).date:before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).date:before {
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Dato%20b%C3%A5de%20detalje%20og%20oversigt-hvid.svg');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #293952;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).signup:before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).signup:before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).signup:before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).signup:before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).signup:before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).signup:before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).signup:before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).signup:before {
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Tilmelding-hvid.svg');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #293952;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).price:before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).price:before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).price:before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).price:before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).price:before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).price:before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).price:before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).price:before {
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Pris-hvid.svg');
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  background-color: #293952;
}
#activitylist #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).time:before,
#activitylist-details #indhold .activitylist-search-result-line .location-and-time-content > div:not(.location-map).time:before,
#activitylist #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).time:before,
#activitylist-details #indhold .activitylist-details-container .location-and-time-content > div:not(.location-map).time:before,
#activitylist #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).time:before,
#activitylist-details #indhold .activitylist-search-result-line .activitylist-details-extra-info > div:not(.location-map).time:before,
#activitylist #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).time:before,
#activitylist-details #indhold .activitylist-details-container .activitylist-details-extra-info > div:not(.location-map).time:before {
  background: url('https://fritidsliv.koege.dk/design/koege/Aktivitetsliste/Tidspunkt-hvid.svg');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #293952;
}
#booking .hold-liste {
  padding: 0;
  list-style: none;
}
#booking .hold-liste .hold {
  color: #293952;
  border: 2px solid #293952;
  border-radius: 20px;
  background: white;
  padding: 1rem;
}
#booking .hold-liste .hold .hold-navn {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
#booking .hold-liste .hold .tidspunkt-linje .dato {
  display: block;
}
#booking .hold-liste .hold a {
  color: #293952;
}
#booking .hold-liste .hold a:hover {
  color: #435c85;
}
#booking .hold-liste .hold .antal-pladser-linje select {
  border-radius: 10px;
  padding: 0 0.1rem;
}
#booking .hold-liste .hold .antal-pladser-linje:before {
  content: 'Vælg antal personer du vil tilmelde';
  display: block;
  margin-bottom: 0.5rem;
}
#booking .hold-liste .hold .tilmeld-knap {
  background: #293952;
  color: white;
  border: 2px solid #293952;
  border-radius: 10px;
  padding: 0.1rem 1rem;
  cursor: pointer;
}
#booking .hold-liste .hold .tilmeld-knap:hover {
  background: #3a5174;
  border: 2px solid #3a5174;
}
.print-wrapper .print-knap {
  display: inline-block;
  background: #293952;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  margin: 1rem 0;
  text-decoration: none;
}
.print-wrapper .print-knap:hover {
  cursor: pointer;
  background: #3a5174;
}
#activitypass-application fieldset {
  position: relative;
  border: 2px solid #293952;
  border-radius: 10px;
  background: #293952;
  padding: 1rem 1rem;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  font-weight: bold;
  font-size: 18px;
}
#activitypass-application fieldset #input-association {
  min-width: 250px;
}
#activitypass-application fieldset .activitypass-application-cpr {
  order: 1;
}
#activitypass-application fieldset .activitypass-application-note {
  order: 2;
}
#activitypass-application fieldset .activitypass-application-phone {
  order: 3;
}
#activitypass-application fieldset .activitypass-application-email {
  order: 4;
}
#activitypass-application fieldset .activitypass-application-association {
  order: 5;
}
#activitypass-application fieldset .activitypass-application-button-line {
  order: 6;
  width: 100%;
  border-top: 1px solid #fff;
  padding-top: 1rem;
}
#activitypass-application fieldset button {
  display: block;
  border: none;
  background: #fff;
  color: #293952;
  border-radius: 10px;
  font-weight: bold;
  font-size: 18px;
  padding: 0.5rem 1rem;
}
#activitypass-application fieldset button:hover {
  cursor: pointer;
  background: #e6e6e6;
}
#activitypass-application .activitypass-application-status-message {
  width: 98%;
  margin: auto;
  border-radius: 0 0 10px 10px;
}
#activitypass #indhold input,
#activitypass #indhold select {
  border-radius: 6px;
  padding: 0.2rem 0.2rem;
}
#activitypass .activitypass-search-form-container input,
#activitypass .activitypass-search-form-container select {
  display: block;
}
#activitypass .activitypass-search-form-container .activitypass-search-button-line {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #293952;
}
#activitypass .activitypass-searchresult-container .activitypass-name {
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0;
}
#activitypass .activitypass-searchresult-container .activitypass-balance {
  display: none;
}
#activitypass .activitypass-refund-request-form-container .activitypass-request-refund-fieldset {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 1rem;
}
#activitypass .activitypass-refund-request-form-container .activitypass-request-refund-fieldset .activitypass-request-button-line {
  grid-column: 1 / -1;
}
#activitypass .activitypass-refund-request-form-container input,
#activitypass .activitypass-refund-request-form-container select {
  display: block;
}
#activitypass .activitypass-refund-request-form-container .activitypass-request-button-line {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #293952;
}
#activitypass fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#activitypass fieldset .activitypass-passcode {
  margin-bottom: 1rem;
}
#activitypass fieldset #input-passcode {
  min-width: 200px;
}
#activitypass fieldset button {
  background: #293952;
  border-radius: 10px;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 20px;
}
#activitypass fieldset button:hover {
  cursor: pointer;
  background: #324563;
}
.multi-info {
  background: #293952;
  color: white;
}
.multi-info p {
  padding: 0 1rem;
}
@media screen and (max-width: 1400px) {
  #forside #indhold,
  #bruger-side #indhold {
    grid-template-columns: 1fr;
  }
  #forside #indhold #ekstra-infoboks1,
  #bruger-side #indhold #ekstra-infoboks1 {
    margin: 0 auto;
  }
  #forside #indhold .boks-liste,
  #bruger-side #indhold .boks-liste {
    margin: 0 auto;
  }
  .has-pool {
    overflow: hidden;
  }
  .has-pool .grant-pool-table-wrapper {
    width: calc(100vw - 19.7em);
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1255px) {
  #top #top-indhold {
    grid-template-rows: 8.2rem auto;
  }
}
@media screen and (max-width: 1177px) {
  body:not(#forside, #bruger-side) #indhold {
    padding: 0 1rem;
  }
  body:not(#forside, #bruger-side) #indhold .boks-liste {
    margin: 0 auto;
  }
  .has-pool .grant-pool-table-wrapper {
    width: calc(100vw - 10em);
  }
}
@media screen and (max-width: 1050px) {
  #top #top-indhold #menuButton {
    display: block;
    grid-column: span 3;
    margin-top: 4rem;
    border: none;
    background: #293952;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
  }
  #top #top-indhold #menuButton:hover {
    background: #3a5174;
    cursor: pointer;
  }
  #top #top-indhold #menuButton:before {
    font-family: "FontAwesome";
    content: '\f0c9';
    padding-right: 0.5rem;
  }
  #top #top-indhold #bruger-menu {
    grid-column: span 3;
    border-radius: 0;
  }
  #indholdswrapper {
    flex-flow: column wrap;
  }
  #panel2 #ekstra-infoboks1 {
    width: 100%;
    padding: 0;
  }
  #bruger-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
    gap: 2px;
    margin: 0;
  }
  #bruger-menu li {
    flex-flow: column wrap;
    width: 100%;
    padding: 0;
    justify-content: flex-start;
  }
  #bruger-menu li a,
  #bruger-menu li span {
    display: block;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    width: 100%;
  }
  #bruger-menu li.homebutton a:after {
    font-size: 16px;
  }
  #bruger-menu li .niveau2 {
    position: relative;
    left: auto;
    top: auto;
    background: transparent;
    width: 100%;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  #indhold .boks-liste {
    width: 100%;
    padding: 0 1rem;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    max-width: unset;
  }
}
@media screen and (min-width: 900px) {
  .boks-liste {
    grid-template-columns: 330px 330px 330px;
    max-width: fit-content;
  }
}
@media screen and (max-width: 800px) {
  #top #top-indhold .sitetext .sitetexttitle {
    font-size: 2em;
  }
  .debtor-list .heading {
    display: none;
  }
  .debtor-list li.debtor {
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 612px) {
  #top #top-indhold {
    grid-template-rows: 11rem auto auto;
  }
  #top #top-indhold .buttonswrapper {
    grid-row: 2;
    grid-column: span 3;
  }
  #top #top-indhold #menuButton {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .resource-search-form fieldset {
    padding: 1em !important;
  }
  .resource-search-form fieldset > div {
    width: 100%;
    margin-bottom: 1em;
  }
  .resource-search-form fieldset > div label,
  .resource-search-form fieldset > div input,
  .resource-search-form fieldset > div select {
    width: 100% !important;
  }
  #top-indhold {
    width: 100%;
  }
  #top-indhold .topwrapper {
    width: 100%;
  }
  #top-indhold .pagetitlewrapper {
    padding: 0 24px;
  }
  #contact-admin-page #indholdswrapper {
    margin: 0;
  }
  #contact-admin-page .bruger-formular.contact,
  #contact-admin-page .contactlist-wrapper {
    width: calc(400px - 28px);
    overflow: hidden;
    margin: 0;
  }
  #contact-admin-page .contactlist-wrapper {
    overflow: scroll;
  }
  #contact-admin-page .contactlist-wrapper table.contacts-list tbody td {
    padding: 5px;
  }
  #contact-admin-page .bruger-formular.contact input {
    font-size: 16px;
    padding: 5px;
  }
  #contact-admin-page .bruger-formular.contact fieldset#input-hiddencontact li {
    display: flex;
    flex-flow: row wrap;
  }
  #contact-admin-page .bruger-formular.contact fieldset#input-hiddencontact li label {
    width: calc(100% - 30px);
  }
  #contact-admin-page .bruger-formular.contact fieldset.contact-fields ul li {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 24px;
  }
  #contact-admin-page .bruger-formular.contact fieldset.contact-fields ul li label {
    font-weight: bold;
  }
  #contact-admin-page .bruger-formular.contact fieldset.contact-fields ul li input {
    width: 100%;
  }
  #contact-admin-page .bruger-formular.contact fieldset.contact-fields ul li .hide-toggle {
    margin-left: 0;
  }
  #contact-admin-page .bruger-formular.contact fieldset.contact-fields ul li .hide-toggle label {
    font-weight: normal;
  }
  #contact-admin-page .bruger-formular.contact fieldset.contact-fields ul li .hide-toggle input {
    width: auto;
  }
  #contact-admin-page .bruger-formular.contact fieldset.blog-fields ul li {
    flex-flow: row wrap;
  }
  #contact-admin-page .bruger-formular.contact fieldset.blog-fields ul li label {
    order: 2;
    width: calc(100% - 30px);
    font-weight: normal;
  }
  #contact-admin-page .bruger-formular.contact fieldset.blog-fields ul li input {
    order: 1;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 444px) {
  #top #top-indhold .buttonswrapper {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 1rem;
    width: 100%;
    text-align: center;
  }
}
li.file-list-li {
  display: flex;
  flex-flow: row wrap;
}
li.file-list-li label {
  order: 1;
  width: 100%;
}
li.file-list-li span.fejl-meddelelse {
  order: 2;
}
li.file-list-li div.wk-file-field-list-container {
  order: 3;
}
li.file-list-li button {
  order: 4;
}
div.wk-file-field-list-container {
  width: 100%;
  border: 1px solid #4e4e4e;
  padding: 10px;
  margin-right: 30px;
  min-height: 39px;
  background: #fff;
}
div.wk-file-field-list-container ul.wk-file-field-selected-list li {
  display: flex;
  flex-flow: row wrap;
}
div.wk-file-field-list-container ul.wk-file-field-selected-list a.file-view-link {
  order: 2;
}
div.wk-file-field-list-container ul.wk-file-field-selected-list a.file-remove-link {
  order: 1;
  margin-right: 30px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  width: 16px;
  margin-right: 5px;
  background-image: url(../../billeder/icon-delete.png);
}
div.wk-file-field-list-container button {
  width: 106px;
}
.wk-file-field.multi + input + input + div + .wk-file-field-button {
  border-radius: 0 0 10px 10px;
}
/* Design til kontaktpersoner */
.contacts-list-wrapper {
  width: 100%;
  overflow-x: auto;
  width: calc(100vw - 28px);
}
.contacts-list-wrapper table {
  max-width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .bruger-formular.contact .tilmelding-felt-gruppe ul {
    flex-flow: column wrap !important;
  }
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li {
    flex-flow: column wrap !important;
  }
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles label,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li label {
    order: 1;
    width: 100% !important;
  }
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles input,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li input,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles select,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li select,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles span,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li span {
    order: 2;
    width: 100% !important;
    padding: 8px;
  }
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles .hide-toggle,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li .hide-toggle {
    order: 3;
    width: 100%;
  }
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles .hide-toggle input,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li .hide-toggle input {
    order: 1;
    width: auto !important;
  }
  .bruger-formular.contact .tilmelding-felt-gruppe ul li.contact_Roles .hide-toggle label,
  .bruger-formular.contact .tilmelding-felt-gruppe ul li .hide-toggle label {
    order: 2;
  }
}
.select-container {
  margin-bottom: 32px;
}
.select-container label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.select-container #infochoise {
  padding: 10px;
  border-radius: 10px;
}
.select-container #infodone {
  padding: 10px 10px;
  margin-left: 15px;
  background: #293952;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
}
#infowrapper {
  width: 100%;
}
#infowrapper .infoboxtitle {
  display: none;
  width: 100%;
  background: #293952;
  color: #fff;
  font-size: 20px;
  padding: 16px;
  border-radius: 10px 10px 0 0;
}
#infowrapper .infobox {
  display: none;
  padding: 16px;
  border: 1px solid #293952;
  border-radius: 0 0 10px 10px;
}
/*--- Mellemkommunal refusion -----------------------------------------------------------*/
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li {
  display: flex;
  flex-flow: row wrap;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li label {
  order: 1;
  margin: 10px;
  Width: 80px !important;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li input {
  order: 2;
  margin: 5px;
  Width: 500px !important;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li button {
  order: 3;
  margin: 0px;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container {
  order: 5;
  width: 100%;
  padding: 4px;
  margin-top: 8px;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container .file-field-list-heading {
  font-weight: bold;
  margin-bottom: 4px;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul {
  display: flex;
  flex-flow: column wrap;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li {
  display: flex;
  flex-flow: row nowrap;
  gap: 8px;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .filename {
  order: 2;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .upload-timestamp {
  order: 3;
  font-style: italic;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .upload-timestamp .time {
  display: none;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .download-link-container {
  order: 1;
  width: 15px;
  font-size: 0;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .download-link-container:before {
  content: "\f002";
  font-size: 16px;
  font-family: 'FontAwesome';
  margin-right: 16px;
  color: #293952;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .download-link-container:hover {
  cursor: pointer;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container li .file-field-list-container ul li .download-link-container:hover:before {
  color: #182130;
}
#inter-municipal-reimbursement .inter-municipal-reimbursement-form-container .knapset {
  text-align: match-parent;
  margin: 10px;
}
/*--- SLUT Mellemkommunal refusion -----------------------------------------------------------*/
