@charset "iso-8859-1";
/**
 * VERSION 1.98
 * Compiled from system.less
 */
body[data-folder="samarbejdspartnere"] #WRAPPER_bottombar,
body[data-folder="sama_admin"] #WRAPPER_bottombar,
body[data-folder="virksomheder"] #WRAPPER_bottombar,
body[data-folder="virk_admin"] #WRAPPER_bottombar {
  display: none !important;
}
.rotate-45,
.rotate-90,
.rotate-180 {
  transition: transform 0.5s !important;
}
.active .rotate-45 {
  transform: rotate(45deg);
}
.active .rotate-90 {
  transform: rotate(90deg);
}
.active .rotate-180 {
  transform: rotate(180deg);
}
.faded {
  opacity: 0.5;
}
.search-filtered,
.value-filtered {
  display: none !important;
}
.my-background-color {
  background-color: #eceded;
}
.my-border-color {
  border-color: #d1d3d3;
}
.no-corners {
  border-radius: 0px !important;
}
.admin-popup-option {
  display: block;
  margin-bottom: 1px;
  padding: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 1s;
  background-color: #eee;
  color: #222;
}
.admin-popup-option i {
  visibility: hidden;
}
.admin-popup-option:hover,
.admin-popup-option.active {
  background-color: orange;
  color: white;
}
.admin-popup-option:hover i,
.admin-popup-option.active i {
  visibility: visible;
}
.DIV_tables {
  overflow: auto;
  padding: 2px 0px;
  background-color: #F4F4F4;
  border: 1px solid #d1d3d3;
  margin-bottom: 2px;
  box-sizing: border-box;
  padding: 0px;
}
.edit-table-header {
  font-size: 16px;
}
.edit-table-box {
  background-color: #F4F4F4;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d1d3d3;
}
.wrapper-tools {
  background-color: #F4F4F4;
  border: 1px solid #d1d3d3;
  padding: 10px;
  margin-bottom: 2px;
}
.edit-table-mass-wrapper {
  padding: 4px;
  background-color: #555;
  border: 1px solid #d1d3d3;
  margin-bottom: 2px;
  box-sizing: border-box;
  color: white;
}
.edit-table-mass-wrapper .btn,
.edit-table-mass-wrapper .my-button,
.edit-table-mass-wrapper .my-button-dropdown {
  background-color: #F4F4F4;
  color: #222;
}
.edit-table-pagination-wrapper {
  border: 1px solid #d1d3d3;
  margin-bottom: 2px;
  padding: 6px 0px;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 24px;
  background-color: #F4F4F4;
  padding-left: 14px;
  font-size: 14px;
}
.filter_1 {
  margin-top: 10px;
  color: red;
}
.ajax-emphasize {
  color: orange;
}
.edit-table-tools-wrapper {
  transition: transform 0.5s;
  transform-origin: top left;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.edit-table-tools-wrapper.tools-hidden {
  position: fixed;
  top: 50px;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255,255,255,0.5);
  transform: scale(0.5);
}
.edit-table-tools-well {
  margin-bottom: 5px;
  box-sizing: border-box;
}
.edit-table-tools-well__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.jas-admin-edit-form {
  display: grid;
  grid-template-columns: max-content 180px;
  grid-template-areas: "tools tools" "fields save";
  column-gap: 30px;
  align-items: start;
  justify-content: start;
  width: fit-content;
  max-width: 100%;
}
.jas-admin-edit-form > .edit-table-tools-container {
  grid-area: tools;
}
.jas-admin-edit-form > .jas-admin-edit-fields {
  grid-area: fields;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.jas-admin-edit-form > .jas-admin-edit-save {
  grid-area: save;
  align-self: stretch;
  justify-self: start;
}
.jas-admin-edit-save-btn {
  display: block;
  position: sticky;
  top: 120px;
  width: 150px;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
  border-width: 0px;
}
.jas-admin-edit-save-btn .upload-icon {
  font-size: 72px;
}
.jas-admin-edit-save-btn .upload-text {
  font-size: 24px;
}
@media screen and (max-width: 690px) {
  .jas-admin-edit-form {
    grid-template-columns: 1fr;
    grid-template-areas: "tools" "save" "fields";
    width: 100%;
  }
  .jas-admin-edit-save-btn {
    width: 100px !important;
    height: 100px !important;
    padding: 5px !important;
  }
  .jas-admin-edit-save-btn .upload-icon {
    font-size: 50px !important;
  }
  .jas-admin-edit-save-btn .upload-text {
    font-size: 20px !important;
  }
}
.thead-hidden {
  position: relative;
  z-index: 5;
  transition: top 0.5s ease-in-out, opacity 1s;
}
.fields .msg {
  text-align: center;
  background-color: black;
  position: absolute;
  top: 2px;
  right: -20px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px #666;
  z-index: 10;
}
.fields .msg:before {
  position: relative;
  top: -2px !important;
}
.fields .msg[class*=symbol-fa-check]:before {
  color: #00ff00 !important;
  font-size: 12px;
}
.fields .msg[class*=symbol-fa-remove]:before {
  color: #ff4c4c !important;
  font-size: 13px;
}
.fields .msg {
  display: none !important;
}
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
  display: inline-block !important;
  top: 0px !important;
}
.fields {
  position: relative;
}
.system-info {
  background-color: #424242;
  border: 1px solid #9E9E9E;
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  position: relative;
  top: 0px;
  color: white;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  cursor: help;
}
.readonly {
  background-color: #ddd;
}
.disabled {
  background-color: #ddd;
}
#edit-file-toolbar {
  display: none;
  position: absolute;
  margin-top: -20px;
  z-index: 10;
  padding: 2px;
  box-sizing: border-box;
}
#edit-file-toolbar .btn {
  margin: 1px;
  float: left;
}
#edit-file-toolbar .cover {
  text-align: center;
  font-size: 28px !important;
  color: black !important;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../billeder/bg/white_75.png);
}
#edit-link-dialog {
  font-size: 14px;
}
#edit-link-dialog label {
  display: inline-block;
  width: 60px;
}
#edit-link-dialog .edit-link-field {
  margin-bottom: 2px;
  padding: 4px;
  width: 200px;
}
#edit-symbol-dialog {
  width: 700px;
  position: relative;
}
#edit-symbol-dialog .symbol-color {
  float: left;
  box-sizing: border-box;
  width: 10%;
  text-align: center;
  border: 1px solid #555;
  overflow: hidden;
  cursor: pointer;
}
#edit-symbol-dialog .symbol-color label {
  cursor: inherit;
  display: block;
  margin-top: 20px;
  padding: 2px;
  background-image: url(../billeder/bg/black_50.png);
  color: white;
  font-size: 10px;
}
#edit-symbol-dialog .symbol-color.selected {
  border: 1px solid #000;
  outline: 4px solid orange;
  position: relative;
  z-index: 2;
}
#edit-symbol-dialog .symbol-glyphs {
  font-size: 16px;
}
#edit-symbol-dialog .symbol-glyphs .font-awesome {
  padding: 2px;
  border: 1px solid #555;
  float: left;
  margin: 1px;
  cursor: pointer;
}
#edit-symbol-dialog .symbol-glyphs .font-awesome.selected,
#edit-symbol-dialog .symbol-glyphs .font-awesome:hover {
  background-color: orange;
}
#edit-symbol-dialog .symbol-glyphs-container {
  max-height: 200px;
  overflow: auto;
}
#edit-result {
  display: none;
  position: absolute;
  z-index: 12500;
  box-shadow: 0px 0px 10px 1px #666666;
}
.spry-entry-added[data-state=edit] {
  background-color: yellow !important;
}
.wrapper-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12000;
  background-image: url(../billeder/bg/black_75.png);
}
.div-overlay {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;
  position: relative;
}
.btn-close-overlay {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
}
.cover {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 10000;
  top: 0px;
  left: 0px;
  background-image: url(../billeder/bg/white_75.png);
}
.popup-wrapper {
  border: 2px solid white;
  display: none;
  position: absolute !important;
  z-index: 10000;
  color: white;
  font-size: 14px;
}
.popup-wrapper .popup-item {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.popup-wrapper .popup-item-wrapper {
  cursor: pointer;
}
.popup-wrapper .popup-item-wrapper:hover {
  background-image: url(../billeder/bg/white_25.png);
}
.popup-wrapper h3 {
  margin: 0px 30px 3px 0px;
  font-size: 16px;
  color: white !important;
  font-weight: normal;
}
.popup-wrapper .popup-close {
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: 2;
  cursor: pointer;
}
.spacer {
  clear: both;
  display: block;
  height: 1px;
}
a img {
  border: none;
}
.WRAPPER_static_tooltip {
  padding: 6px;
  background-image: url(../billeder/bg/white_75.png);
  z-index: 9900;
}
#login {
  background: url(../billeder/bg/black_50.png);
  color: white;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  margin-top: 200px;
}
#login input {
  width: 150px;
}
.my-error {
  background-color: #ff4040;
  color: white;
  border: 1px solid #800000;
}
.my-error a {
  color: #ddd;
}
.my-error .symbol-fa-warning:before {
  color: inherit !important;
}
.my-highlight {
  background-color: #ffe240;
  color: #222;
  border: 1px solid #806c00;
}
.my-highlight a {
  color: #666;
}
.my-highlight .symbol-fa-info-circle:before {
  color: inherit !important;
}
.my-succes {
  background-color: #2cc22c;
  color: #fff;
  border: 1px solid #0f400f;
}
.my-succes a {
  color: #ddd;
}
.my-succes .symbol-fa-check-circle:before {
  color: inherit !important;
}
.my-warning {
  background-color: #FFA000;
  color: #fff;
  border: 1px solid #FF6F00;
}
.my-warning a {
  color: #ddd;
}
.my-warning .symbol-fa-warning:before {
  color: inherit !important;
}
.my-error h2:first-child,
.my-error h3:first-child,
.my-error h4:first-child,
.my-error h5:first-child,
.my-error h6:first-child,
.my-highlight h2:first-child,
.my-highlight h3:first-child,
.my-highlight h4:first-child,
.my-highlight h5:first-child,
.my-highlight h6:first-child,
.my-succes h2:first-child,
.my-succes h3:first-child,
.my-succes h4:first-child,
.my-succes h5:first-child,
.my-succes h6:first-child,
.my-message h2:first-child,
.my-message h3:first-child,
.my-message h4:first-child,
.my-message h5:first-child,
.my-message h6:first-child {
  margin-top: 0px;
}
.my-error:first-line,
.my-highlight:first-line,
.my-succes:first-line,
.my-message:first-line {
  font-size: larger;
}
.my-padding {
  padding: 10px;
}
.my-padding-widget {
  padding: 4px;
}
.my-padding-header {
  padding: 6px 10px 6px 10px;
}
.my-padding-content {
  padding: 10px;
}
.my-border {
  border: 2px solid #d1d3d3;
}
.my-border-thin {
  border: 1px solid #d1d3d3;
}
.my-border-thick {
  border: 4px solid #d1d3d3;
}
.my-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.my-corner-tl {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
.my-corner-tr {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.my-corner-bl {
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.my-corner-br {
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.colorpicker {
  z-index: 100;
}
[class^="symbol-fa-"] {
  display: inline-block;
}
.symbol-small {
  font-size: smaller;
}
.symbol-large {
  font-size: larger;
}
.symbol-10 {
  font-size: 10px;
}
.symbol-12 {
  font-size: 12px;
}
.symbol-14 {
  font-size: 14px;
}
.symbol-16 {
  font-size: 16px;
}
.symbol-18 {
  font-size: 18px;
}
.symbol-20 {
  font-size: 20px;
}
.symbol-22 {
  font-size: 22px;
}
.symbol-24 {
  font-size: 24px;
}
.symbol-26 {
  font-size: 26px;
}
.symbol-28 {
  font-size: 28px;
}
.symbol-30 {
  font-size: 30px;
}
.symbol-32 {
  font-size: 32px;
}
.symbol-34 {
  font-size: 34px;
}
.symbol-36 {
  font-size: 36px;
}
.symbol-38 {
  font-size: 38px;
}
.symbol-40 {
  font-size: 40px;
}
.symbol-42 {
  font-size: 42px;
}
.symbol-44 {
  font-size: 44px;
}
.symbol-46 {
  font-size: 46px;
}
.symbol-48 {
  font-size: 48px;
}
a.my-button,
a.my-button:hover {
  text-decoration: none;
}
.my-button:hover {
  text-decoration: none;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
.my-button,
.my-button-dropdown {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid black;
  padding: 0px 6px 0px 6px;
  position: relative;
  cursor: pointer;
}
.my-button .symbol,
.my-button [class^="symbol-fa-"]:before,
.my-button [class*=" symbol-fa-"]:before,
.my-button-dropdown .symbol,
.my-button-dropdown [class^="symbol-fa-"]:before,
.my-button-dropdown [class*=" symbol-fa-"]:before,
.my-button.symbol,
.my-button[class^="symbol-fa-"]:before,
.my-button[class*=" symbol-fa-"]:before,
.my-button-dropdown.symbol,
.my-button-dropdown[class^="symbol-fa-"]:before,
.my-button-dropdown[class*=" symbol-fa-"]:before {
  color: inherit !important;
}
.my-button-20 {
  height: 18px;
  line-height: 18px;
}
.my-button-22 {
  height: 20px;
  line-height: 20px;
}
.my-button-24 {
  height: 22px;
  line-height: 22px;
}
.my-button-28 {
  height: 26px;
  line-height: 26px;
}
.my-button-32 {
  height: 30px;
  line-height: 30px;
}
.my-button-36 {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  padding: 0px 10px;
}
.my-button-40 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  padding: 0px 10px;
}
.my-button-44 {
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  padding: 0px 10px;
}
.my-button-48 {
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  padding: 0px 10px;
}
.my-button-50 {
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  padding: 0px 10px;
}
.my-button-52 {
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  padding: 0px 20px;
}
.my-button-54 {
  height: 58px;
  line-height: 58px;
  font-size: 23px;
  padding: 0px 20px;
}
.my-button-56 {
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  padding: 0px 20px;
}
.my-button-58 {
  height: 58px;
  line-height: 58px;
  font-size: 25px;
  padding: 0px 20px;
}
.my-button-60 {
  height: 58px;
  line-height: 58px;
  font-size: 26px;
  padding: 0px 20px;
}
.my-button-20 .my-button-symbol {
  width: 22px;
}
.my-button-22 .my-button-symbol {
  width: 24px;
}
.my-button-24 .my-button-symbol {
  width: 26px;
}
.my-button-28 .my-button-symbol {
  width: 28px;
}
.my-button-32 .my-button-symbol {
  width: 30px;
}
.my-button-36 .my-button-symbol {
  width: 32px;
}
.my-button-40 .my-button-symbol {
  width: 34px;
}
.my-button-44 .my-button-symbol {
  width: 36px;
}
.my-button-48 .my-button-symbol {
  width: 38px;
}
.my-button-50 .my-button-symbol {
  width: 39px;
}
.my-button-20 .my-button-symbol,
.my-button-20 .my-button-text {
  line-height: 18px;
}
.my-button-22 .my-button-symbol,
.my-button-22 .my-button-text {
  line-height: 20px;
}
.my-button-24 .my-button-symbol,
.my-button-24 .my-button-text {
  line-height: 22px;
}
.my-button-28 .my-button-symbol,
.my-button-28 .my-button-text {
  line-height: 26px;
}
.my-button-32 .my-button-symbol,
.my-button-32 .my-button-text {
  line-height: 30px;
}
.my-button-36 .my-button-symbol,
.my-button-36 .my-button-text {
  line-height: 34px;
}
.my-button-40 .my-button-symbol,
.my-button-40 .my-button-text {
  line-height: 38px;
}
.my-button-44 .my-button-symbol,
.my-button-44 .my-button-text {
  line-height: 42px;
}
.my-button-48 .my-button-symbol,
.my-button-48 .my-button-text {
  line-height: 46px;
}
.my-button-50 .my-button-symbol,
.my-button-50 .my-button-text {
  line-height: 48px;
}
.my-button-52 .my-button-symbol,
.my-button-52 .my-button-text {
  line-height: 50px;
}
.my-button-54 .my-button-symbol,
.my-button-54 .my-button-text {
  line-height: 52px;
}
.my-button-56 .my-button-symbol,
.my-button-56 .my-button-text {
  line-height: 54px;
}
.my-button-58 .my-button-symbol,
.my-button-58 .my-button-text {
  line-height: 56px;
}
.my-button-60 .my-button-symbol,
.my-button-60 .my-button-text {
  line-height: 58px;
}
.my-button-symbol {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  display: inline-block;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.my-button-text {
  display: inline-block;
  padding-right: 30px;
}
.my-button-dropdown > .my-button-text-icon-only {
  padding-right: 14px;
}
.my-button-dropdown.my-button-32 > .my-button-text-icon-only {
  padding-right: 18px;
}
.my-button-dropdown.my-button-36 > .my-button-text-icon-only {
  padding-right: 20px;
}
.my-button-dropdown.my-button-40 > .my-button-text-icon-only {
  padding-right: 22px;
}
.my-button-dropdown.my-button-44 > .my-button-text-icon-only {
  padding-right: 24px;
}
.my-button-dropdown.my-button-48 > .my-button-text-icon-only {
  padding-right: 26px;
}
.my-button-dropdown.my-button-50 > .my-button-text-icon-only {
  padding-right: 27px;
}
.my-button-dropdown.my-button-52 > .my-button-text-icon-only,
.my-button-dropdown.my-button-54 > .my-button-text-icon-only,
.my-button-dropdown.my-button-56 > .my-button-text-icon-only,
.my-button-dropdown.my-button-58 > .my-button-text-icon-only,
.my-button-dropdown.my-button-60 > .my-button-text-icon-only {
  padding-right: 28px;
}
a.btn,
a.btn:hover {
  text-decoration: none;
}
.btn,
.btn-square,
.btn-round {
  display: inline-block;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
.btn {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn[class^="symbol-fa-"]:before,
[class*=" symbol-fa-"]:before,
.btn.symbol {
  color: inherit !important;
  cursor: pointer;
}
.btn-18,
.btn-fa-18 {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
}
.btn-fa-18 {
  font-size: 12px;
}
.btn-18.btn-round,
.btn-fa-18.btn-round {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.btn-20,
.btn-fa-20 {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
}
.btn-fa-20 {
  font-size: 13px;
}
.btn-20.btn-round,
.btn-fa-20.btn-round {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.btn-22,
.btn-fa-22 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
}
.btn-fa-22 {
  font-size: 13px;
}
.btn-22.btn-round,
.btn-fa-22.btn-round {
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.btn-24,
.btn-fa-24 {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
}
.btn-fa-24 {
  font-size: 14px;
}
.btn-24.btn-round,
.btn-fa-24.btn-round {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.btn-26,
.btn-fa-26 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.btn-fa-26 {
  font-size: 15px;
}
.btn-26.btn-round,
.btn-fa-26.btn-round {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.btn-28,
.btn-fa-28 {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
}
.btn-fa-28 {
  font-size: 16px;
}
.btn-28.btn-round,
.btn-fa-28.btn-round {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.btn-30,
.btn-fa-30 {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}
.btn-fa-30 {
  font-size: 16px;
}
.btn-30.btn-round,
.btn-fa-30.btn-round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.btn-32,
.btn-fa-32 {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.btn-fa-32 {
  font-size: 17px;
}
.btn-32.btn-round,
.btn-fa-32.btn-round {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.btn-34,
.btn-fa-34 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.btn-fa-34 {
  font-size: 17px;
}
.btn-34.btn-round,
.btn-fa-34.btn-round {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
.btn-36,
.btn-fa-36 {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.btn-fa-36 {
  font-size: 18px;
}
.btn-36.btn-round,
.btn-fa-36.btn-round {
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.btn-38,
.btn-fa-38 {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.btn-fa-38 {
  font-size: 18px;
}
.btn-38.btn-round,
.btn-fa-38.btn-round {
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}
.btn-40,
.btn-fa-40 {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.btn-fa-40 {
  font-size: 19px;
}
.btn-40.btn-round,
.btn-fa-40.btn-round {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn-48,
.btn-fa-48 {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
}
.btn-fa-48 {
  font-size: 24px;
}
.btn-48.btn-round,
.btn-fa-48.btn-round {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.btn-60,
.btn-fa-60 {
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
}
.btn-fa-60 {
  font-size: 28px;
}
.btn-60.btn-round,
.btn-fa-60.btn-round {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-72,
.btn-fa-72 {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
}
.btn-fa-72 {
  font-size: 32px;
}
.btn-72.btn-round,
.btn-fa-72.btn-round {
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
}
.btn-84,
.btn-fa-84 {
  width: 82px;
  height: 82px;
  line-height: 82px;
  font-size: 32px;
}
.btn-fa-84 {
  font-size: 36px;
}
.btn-84.btn-round,
.btn-fa-84.btn-round {
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
}
.btn-96,
.btn-fa-96 {
  width: 94px;
  height: 94px;
  line-height: 94px;
  font-size: 36px;
}
.btn-fa-96 {
  font-size: 40px;
}
.btn-96.btn-round,
.btn-fa-96.btn-round {
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
}
.btn-108,
.btn-fa-108 {
  width: 106px;
  height: 106px;
  line-height: 106px;
  font-size: 40px;
}
.btn-fa-108 {
  font-size: 44px;
}
.btn-108.btn-round,
.btn-fa-108.btn-round {
  -moz-border-radius: 54px;
  -webkit-border-radius: 54px;
  border-radius: 54px;
}
.my-checkbox,
.my-radio {
  cursor: pointer !important;
}
.my-checkbox,
.my-radio {
  background-color: inherit !important;
}
.fields .my-radio-styled input,
.fields .my-checkbox-styled input {
  display: none;
}
.fields .my-radio-styled .radio-icon,
.fields .my-radio-styled .checkbox-icon,
.fields .my-checkbox-styled .radio-icon,
.fields .my-checkbox-styled .checkbox-icon {
  font-size: 18px;
  cursor: pointer;
  transition: color 0.5s;
  width: 15px;
  display: inline-block;
}
.fields .my-radio-styled .checkbox-icon,
.fields .my-checkbox-styled .checkbox-icon {
  position: relative;
  top: 1px;
}
.fields .my-radio-styled:hover .radio-icon,
.fields .my-checkbox-styled:hover .checkbox-icon,
.fields .my-radio-styled input:checked + .radio-icon,
.fields .my-checkbox-styled input:checked + .checkbox-icon {
  color: #2cc22c;
}
.fields .my-radio-styled input + .radio-icon:before {
  content: "\f10c" !important;
}
.fields .my-radio-styled input:checked + .radio-icon:before {
  content: "\f192" !important;
}
.fields .my-checkbox-styled input + .checkbox-icon:before {
  content: "\f096" !important;
}
.fields .my-checkbox-styled input:checked + .checkbox-icon:before {
  content: "\f046" !important;
}
[class*="my-tooltip"] {
  color: #c76529;
  cursor: help;
}
a[class*="my-tooltip"] {
  cursor: pointer;
}
[class^="tooltip-"],
[class*=" tooltip-"] {
  display: none;
  width: 258px;
  padding: 10px;
  z-index: 13000;
  margin-top: -15px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
[class^="tooltip-"]:before,
[class*=" tooltip-"]:before,
[class^="tooltip-"]:after,
[class*=" tooltip-"]:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 139px;
  border: 10px solid;
}
[class^="tooltip-"]:before,
[class*=" tooltip-"]:before {
  bottom: -20px;
}
[class^="tooltip-"]:after,
[class*=" tooltip-"]:after {
  bottom: -19px;
}
.my-gradient-black {
  background-color: #2d2d2d;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#505050),to(#2d2d2d));
  background-image: -webkit-linear-gradient(#505050,#2d2d2d);
  background-image: -moz-linear-gradient(top,#505050,#2d2d2d);
  background-image: -ms-linear-gradient(#505050,#2d2d2d);
  background-image: -o-linear-gradient(#505050,#2d2d2d);
  background-image: linear-gradient(#505050,#2d2d2d);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#505050,endColorstr=#2d2d2d,GradientType=0);
}
.my-gradient-white {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FBFBFB),to(#eeeeee));
  background-image: -webkit-linear-gradient(#FBFBFB,#eeeeee);
  background-image: -moz-linear-gradient(top,#FBFBFB,#eeeeee);
  background-image: -ms-linear-gradient(#FBFBFB,#eeeeee);
  background-image: -o-linear-gradient(#FBFBFB,#eeeeee);
  background-image: linear-gradient(#FBFBFB,#eeeeee);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB,endColorstr=#eeeeee,GradientType=0);
}
.my-label-black {
  background-color: #505050;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#2d2d2d),to(#505050));
  background-image: -webkit-linear-gradient(#2d2d2d,#505050);
  background-image: -moz-linear-gradient(top,#2d2d2d,#505050);
  background-image: -ms-linear-gradient(#2d2d2d,#505050);
  background-image: -o-linear-gradient(#2d2d2d,#505050);
  background-image: linear-gradient(#2d2d2d,#505050);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2d2d2d,endColorstr=#505050,GradientType=0);
  color: white;
  border: 1px solid #d1d3d3;
}
.cursor-help,
.cursor-help:before {
  cursor: help;
}
.no-firstline:first-line {
  font-size: inherit;
}
[class^="tip-"]:before,
[class^="tip-"]:after,
[class*=" tip-"]:before,
[class*=" tip-"]:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
}
[class^="tip-"],
[class*=" tip-"] {
  position: relative;
}
.tip-tl:before,
.tip-tc:before,
.tip-tr:before {
  top: -21px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.tip-tl:after,
.tip-tc:after,
.tip-tr:after {
  top: -20px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.tip-bl:before,
.tip-bc:before,
.tip-br:before {
  bottom: -21px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.tip-bl:after,
.tip-bc:after,
.tip-br:after {
  bottom: -20px;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.tip-lt:before,
.tip-lb:before,
.tip-lc:before {
  left: -21px;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
}
.tip-lt:after,
.tip-lb:after,
.tip-lc:after {
  left: -20px;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-left-color: transparent;
}
.tip-rt:before,
.tip-rb:before,
.tip-rc:before {
  right: -21px;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.tip-rt:after,
.tip-rb:after,
.tip-rc:after {
  right: -20px;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.tip-tl:before,
.tip-tl:after,
.tip-bl:before,
.tip-bl:after {
  left: 24px;
}
.tip-tr:before,
.tip-tr:after,
.tip-br:before,
.tip-br:after {
  right: 24px;
}
.tip-tc:before,
.tip-tc:after,
.tip-bc:before,
.tip-bc:after {
  left: 50%;
  margin-left: -11px;
}
.tip-lt:before,
.tip-lt:after,
.tip-rt:before,
.tip-rt:after {
  top: 24px;
}
.tip-lb:before,
.tip-lb:after,
.tip-rb:before,
.tip-rb:after {
  bottom: 24px;
}
.tip-lc:before,
.tip-lc:after,
.tip-rc:before,
.tip-rc:after {
  bottom: 50%;
  margin-bottom: -11px;
}
.my-indicator {
  text-align: center;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0px 0px 2px 1px #999 ;
  -webkit-box-shadow: 0px 0px 2px 1px #999 ;
  -moz-box-shadow: 0px 0px 2px 1px #999 ;
}
.my-indicator-red {
  background-color: #ff4040;
  border-color: #800000;
}
.my-indicator-yellow {
  background-color: yellow;
  border-color: #7f7f00;
}
.my-indicator-green {
  background-color: #40ff40;
  border-color: #008000;
}
.my-indicator-orange {
  background-color: orange;
  border-color: #008000;
}
.my-indicator-blue {
  background-color: #0000ff;
  border-color: #008000;
}
.my-indicator-grey {
  background-color: #ddd;
  border-color: #008000;
}
.my-indicator-purple {
  background-color: purple;
  border-color: #008000;
}
.my-indicator-green-light {
  background-color: #97FF97;
  border-color: #008000;
}
.my-indicator-green-dark {
  background-color: #00C800;
  border-color: #008000;
}
.my-indicator-10 {
  width: 10px;
  height: 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.my-indicator-12 {
  width: 12px;
  height: 12px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.my-indicator-14 {
  width: 14px;
  height: 14px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.my-indicator-16 {
  width: 16px;
  height: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.my-indicator-18 {
  width: 18px;
  height: 18px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.my-indicator-20 {
  width: 20px;
  height: 20px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.my-indicator-22 {
  width: 22px;
  height: 22px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.my-indicator-24 {
  width: 24px;
  height: 24px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.my-indicator-26 {
  width: 26px;
  height: 26px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.my-indicator-28 {
  width: 28px;
  height: 28px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.my-indicator-30 {
  width: 30px;
  height: 30px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}
.my-indicator-32 {
  width: 32px;
  height: 32px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.my-indicator-34 {
  width: 34px;
  height: 34px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}
.my-indicator-36 {
  width: 36px;
  height: 36px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.my-indicator-38 {
  width: 38px;
  height: 38px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}
.my-indicator-40 {
  width: 40px;
  height: 40px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.my-indicator-42 {
  width: 42px;
  height: 42px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}
.my-indicator-44 {
  width: 44px;
  height: 44px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.my-indicator-46 {
  width: 46px;
  height: 46px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.my-indicator-48 {
  width: 48px;
  height: 48px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
}
.my-indicator-14.fa-solid {
  line-height: 14px;
  font-size: 8px;
  position: relative;
  top: -5px;
}
.my-indicator-46.fa-solid {
  line-height: 46px;
  font-size: 24px;
}
.my-bar {
  display: inline-block;
}
.my-bar .my-button,
.my-bar .btn {
  border-width: 1px 1px 1px 0px;
  border-radius: 0px;
}
.my-bar .my-button:first-child,
.my-bar .btn:first-child {
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.my-bar .my-button:last-child,
.my-bar .btn:last-child {
  border-radius: 0px 0px 0px 0px;
}
.massview-trigger:hover {
  background-image: url(../billeder/bg/yellow_50.png);
}
.massview-trigger:hover .show-me,
.massview-trigger-active .show-me {
  display: block !important;
}
#create-user-form-ajax input,
#create-user-form-ajax textarea,
#create-user-form-ajax select {
  width: 300px;
}
#create-user-form-ajax label {
  display: inline-block;
  width: 150px;
  text-align: right;
  color: white;
  padding: 3px 10px 2px 0px;
}
#create-user-form-ajax table {
  background-image: url(../billeder/bg/black_25.png);
  padding: 10px;
}
#create-user-form-ajax .fields {
  margin: 3px 0px 1px 0px;
}
#create-user-form-ajax h2 {
  color: #ffffff;
}
[class^="my-box-"] [class^="symbol-fa-"]:before,
[class^="my-box-"] [class*=" symbol-fa-"]:before,
[class*=" my-box-"] [class^="symbol-fa-"]:before,
[class*=" my-box-"] [class*=" symbol-fa-"]:before {
  color: inherit;
}
[class^="box-"] .box-header,
[class*=" box-"] .box-header {
  font-size: 16px;
  padding: 8px 10px;
}
[class^="box-"] .box-content,
[class*=" box-"] .box-content {
  padding: 10px;
}
[class^="box-"] .box-content h3,
[class*=" box-"] .box-content h3 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
[class^="my-box-"],
[class*=" my-box-"] {
  display: block;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
[class^="my-box-"] .box-header,
[class*=" my-box-"] .box-header {
  font-size: 16px;
  padding-bottom: 5px;
}
[class^="my-box-"] .box-content,
[class*=" my-box-"] .box-content {
  padding-top: 5px;
}
[class^="my-box-"] .box-content h3,
[class*=" my-box-"] .box-content h3 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}
.box-spacer {
  border-top: 1px solid #d2d3d3;
  clear: both;
  margin: 15px 0px;
}
.box-expanded {
  float: none !important;
  clear: both !important;
  width: auto !important;
  height: auto !important;
}
.box-expanded .box-content {
  height: auto !important;
}
[class^="my-entry-"],
[class*=" my-entry-"] {
  line-height: 16px;
  border: 1px solid #999;
  background: white;
  padding: 6px;
  color: rgba(0,0,0,0.870588);
  margin: 0px 0px 2px 0px;
}
[class^="my-entry-"] span:first-child,
[class*=" my-entry-"] span:first-child {
  padding: 6px;
  margin: -6px 6px 0px -6px;
  float: left;
}
.my-entry-first {
  margin-top: 12px;
}
.my-entry-inline {
  padding-bottom: 0px;
}
[class*=" my-block-"],
[class^="my-block-"] {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  background-color: #fff;
  border-radius: 5px;
}
[class*=" my-block-"] p[class*="my-color-"]:first-child,
[class^="my-block-"] p[class*="my-color-"]:first-child {
  margin: 0px 0px 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.my-block-flip-horizontal p[class*=" my-color-"],
.my-block-flip-horizontal p[class^="my-color-"] {
  text-align: right !important;
}
.my-block-flip-horizontal.my-block-simple {
  border-width: 0px 5px 0px 0px !important;
}
.google-color-black {
  color: rgba(0,0,0,0.870588);
}
.google-color-white {
  color: rgba(255,255,255,0.870588);
}
.btn-checklist-error {
  background-color: red !important;
  color: white !important;
}
.checkbox-wrapper {
  z-index: 10;
}
.checklist-header {
  margin: 10px 0px 3px 2px;
  padding-bottom: 3px;
  font-style: italic;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #d2d3d3;
}
.checklist-task {
  cursor: pointer;
  padding: 4px;
  margin: -2px -4px;
  display: block;
}
.checklist-task.checked {
  color: #A7FFA2;
}
.checklist-task:hover {
  background-color: orange;
}
.checklist-task input {
  color: #F48FB1;
  appearance: none;
}
.checklist-task input:before {
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0c8";
}
.checklist-task.checked input {
  color: #4CAF50;
  color: #42A5F5;
}
.checklist-task.checked[data-value='1'] input:before {
  content: "\f14a";
}
.checklist-task.checked[data-value='-1'] input:before {
  content: "\f057";
  color: #616161;
}
.checklist-task.checked[data-value='-2'] input:before {
  content: "\f05e";
  color: #D32F2F;
}
.popup-wrapper .checklist-task.checked[data-value='-1'] input:before {
  color: #E0E0E0;
}
.popup-wrapper .checklist-task.checked[data-value='-2'] input:before {
  color: #E57373;
}
.flex-container {
  display: flex;
}
.flex-box {
  height: 100%;
  box-sizing: border-box;
}
.jas-modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0,0,0,0.4);
}
#modal-content {
  margin-top: 200px;
}
.jasmodal-overlay {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.jasmodal-container {
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}
.jasmodal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.jasmodal-title {
  margin: 0;
  font-size: 18px;
  color: #424242;
  font-weight: normal;
}
.jasmodal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
  padding: 0 5px;
}
.jasmodal-close:hover {
  color: #666;
}
.jasmodal-content {
  padding: 20px;
  overflow-y: auto;
}
.jasmodal-overlay {
  animation: jasmodal-fadein 0.2s ease-out;
}
@keyframes jasmodal-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .massview-sidepanel {
    top: 0px !important;
  }
  .massview-mainpanel {
    padding: 0px !important;
  }
}
@media screen and (max-width: 992px) {
  .vg_btn {
    height: auto !important;
  }
  [class^="tooltip-"] {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .side-content {
    top: 0px !important;
  }
}
@media screen and (max-width: 650px) {
  .docs-ctrls-headline {
    float: none;
    margin: 0px !important;
  }
  .docs-ctrls-container {
    position: static !important;
    display: block !important;
    float: none !important;
  }
  .docs-ctrls-container input {
    width: 70% !important;
  }
  .flex-container {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .vg_title {
    float: none !important;
  }
  .vg-menu-trigger {
    float: none !important;
    display: block !important;
    clear: both;
    margin-top: 10px;
  }
  .docs-ctrls {
    display: block !important;
    float: none !important;
    text-align: left !important;
    margin-bottom: 6px;
  }
}
