input {
  font-size: inherit;
}
input[type=search] {
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #eee;
  padding: 8px;
}
input[type=search]:focus {
  border-color: #88f;
}
.searchform {
  position: relative;
}
.searchform input[type=search] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.searchform button[type=submit] {
  display: none;
}
.searchform input[type=search] {
  background: #d2d2d2;
  border: none;
  padding: 0px 1em;
}
.searchform input[type=search]:hover {
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.searchform input[type=search]:active,
.searchform input[type=search]:focus {
  box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.searchform input[type=search] {
  -webkit-appearance: none;
}
.searchform input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.searchform button[type=submit] {
  display: inline-block;
  background: #363636;
  border: none;
  color: #fff;
  box-sizing: content-box;
  overflow: hidden;
  font-family: 'Lalandia';
  font-size: 16px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  transform: translateY(3px);
  width: 40px;
  height: 40px;
}
.searchform button[type=submit]:before {
  content: "\E02B";
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 40px;
}
@media screen and (min-width: 690px) {
  .searchform input[type=search] {
    max-width: calc(42%);
    margin-left: calc(29%);
  }
}
#searchresult {
  /* responsive design - reflow facets below search result, use full width for the rest */
  /* Ankiro Enterprise Suite Developer options - only relevant, and enabled, when the user is logged in to the Suite installation on the same machine hosting the Public Search */
}
#searchresult .pagination:before,
#searchresult .pagination:after {
  display: block;
  content: "";
  clear: both;
}
#searchresult .status {
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
}
#searchresult header h1,
#searchresult .facets,
#searchresult .filters {
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#searchresult header h1 {
  min-width: 30%;
  display: none;
}
#searchresult .facets,
#searchresult .filters {
  width: 30%;
}
#searchresult .documents {
  width: 70%;
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#searchresult .documents > ol > li {
  clear: both;
  position: relative;
  padding: 0 0 10px 0;
}
#searchresult .searchform {
  min-width: 30%;
}
#searchresult header h1,
#searchresult .searchform {
  margin: 0;
  font-size: 120%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
#searchresult header h1 {
  padding: 21px 0.75em 0 16px;
  margin-right: -0.25em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 98%;
}
#searchresult .searchform {
  padding: 0.6em 0.25em;
}
#searchresult header h1 a[href] {
  text-decoration: inherit;
  color: inherit;
}
#searchresult header h1 a[href]:hover,
#searchresult header h1 a[href]:active,
#searchresult header h1 a[href]:focus {
  text-decoration: underline;
}
#searchresult .status {
  padding: 1em 1em 1em 30%;
  font-family: 'Roboto', sans-serif;
}
#searchresult .facets,
#searchresult .filters,
#searchresult .documents {
  padding: 1em;
}
#searchresult .filters {
  padding-bottom: 0;
}
#searchresult .documents {
  padding-left: 0;
}
#searchresult .hidden {
  display: none;
}
#searchresult .facets a[href],
#searchresult .filters a[href],
#searchresult .pagination a[href] {
  color: inherit;
  text-decoration: inherit;
}
#searchresult .facets a[href]:hover,
#searchresult .facets a[href]:active,
#searchresult .facets a[href]:focus,
#searchresult .filters a[href]:hover,
#searchresult .filters a[href]:active,
#searchresult .filters a[href]:focus,
#searchresult .pagination a[href]:hover,
#searchresult .pagination a[href]:active,
#searchresult .pagination a[href]:focus {
  text-decoration: underline;
}
#searchresult .facets .facet,
#searchresult .filters {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
#searchresult .facets .facet:not(:first-of-type) {
  margin-top: 1em;
}
#searchresult .facets .facet > ul,
#searchresult .filters > ul {
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #888;
}
#searchresult .facets a[href],
#searchresult .filters a[href] {
  color: #000;
}
#searchresult .documents:after {
  display: block;
  content: "";
  clear: both;
}
#searchresult .documents > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#searchresult .documents > ol > li > *:empty {
  display: none;
}
#searchresult .documents > ol > li:not(:first-of-type) {
  margin-top: 1em;
}
#searchresult .documents .link {
  font-size: 120%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway', sans-serif;
  color: #000;
  padding: 0 0 2px 0;
  text-decoration: underline;
}
#searchresult .documents .link a {
  color: #000;
}
#searchresult .documents .url {
  color: #00c;
  overflow-x: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway', sans-serif;
  padding: 3px 0;
}
#searchresult .documents .max {
  font-weight: bold;
}
#searchresult .documents .med {
  font-style: italic;
}
#searchresult .documents .low {
  color: #080;
}
#searchresult .metas {
  font-size: 90%;
  color: #00C;
  padding: 3px 0;
}
#searchresult .metas .property {
  font-family: 'Roboto', sans-serif;
  margin-right: 1em;
  color: #000;
}
#searchresult .metas .property.selected {
  font-weight: bold;
}
#searchresult .metas .property + .property:before {
  content: ", ";
}
#searchresult .metas .facet .facet-label:after {
  content: ": ";
}
#searchresult .metas a[href] {
  text-decoration: inherit;
  color: #00c;
}
#searchresult .metas a[href]:hover,
#searchresult .metas a[href]:active,
#searchresult .metas a[href]:focus {
  text-decoration: underline;
}
#searchresult .pagination > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30%;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
}
#searchresult .pagination > ul > li {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 3em;
  width: 11.1111111111%;
}
#searchresult .pagination > ul:after {
  display: block;
  content: "";
  clear: both;
}
#searchresult .pagination > ul > li > * {
  display: block;
  text-align: center;
  padding: 1em 0.5em;
  cursor: default;
}
#searchresult .pagination > ul > li.active {
  font-weight: bold;
}
#searchresult .pagination > ul > li.active:first-of-type,
#searchresult .pagination > ul > li.active:last-of-type {
  color: #ccc;
  font-weight: normal;
}
#searchresult .pagination > ul > li a[href] {
  cursor: pointer;
}
#searchresult .pagination > ul > li.active {
  background: #fcfcfc;
}
#searchresult .pagination > ul > li.active:first-of-type,
#searchresult .pagination > ul > li.active:last-of-type {
  background: transparent;
}
#searchresult .pagination > ul > li:hover {
  background: #fcfcfc;
}
#searchresult .pagination > ul > li.active:hover {
  background: #f8f8f8;
}
#searchresult .no {
  display: none;
}
#searchresult .no.pagination,
#searchresult .no.documents {
  display: block;
}
#searchresult .ajax-loading {
  opacity: 0.5;
}
#searchresult .spellcheck-suggestions {
  font-style: italic;
  margin: 0 0 1em;
}
#searchresult .ninja {
  visibility: hidden;
}
#searchresult *:hover > .ninja,
#searchresult *:active > .ninja,
#searchresult *:focus > .ninja {
  visibility: inherit;
}
#searchresult .protect {
  white-space: nowrap;
}
@media screen and (max-width: 689px) {
  #searchresult header h1 {
    float: none;
    width: auto;
  }
  #searchresult .searchform,
  #searchresult .documents {
    float: none;
    width: auto;
  }
  #searchresult .searchform {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  #searchresult .pagination > ul {
    padding-left: 0;
    padding-right: 0;
  }
  #searchresult .pagination > ul > li > * {
    padding-left: 0;
    padding-right: 0;
  }
  #searchresult .facets,
  #searchresult .filters,
  #searchresult .documents {
    width: auto;
    float: none !important;
    padding: 0;
  }
  #searchresult .status,
  #searchresult .documents {
    padding-left: 1em;
  }
  #searchresult .facets .facet {
    padding: 1em;
    border-top: 1px solid #eee;
  }
  #searchresult .filters {
    padding: 1em;
    border-bottom: 1px solid #eee;
  }
}
#searchresult .type-ahead {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#searchresult .type-ahead > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#searchresult .type-ahead a[href] {
  display: block;
  padding: 8px;
  text-decoration: inherit;
  color: inherit;
}
#searchresult .type-ahead a[href]:hover,
#searchresult .type-ahead a[href]:active,
#searchresult .type-ahead a[href]:focus {
  background: #cee6ff;
}
#searchresult .type-ahead li.active a[href] {
  background: #3297fd;
  color: #fff;
}
#searchresult .type-ahead .hits {
  float: right;
  opacity: 0.5;
}
#searchresult .preview {
  opacity: 0.5;
}
#searchresult .preview:not(.no) + * {
  display: none;
}
#searchresult .image {
  float: left;
  clear: both;
  margin-right: 8px;
  margin-bottom: 8px;
}
#searchresult .image .image-bg {
  width: 92px;
  height: 92px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#searchresult .image {
  background-color: #fff;
  max-height: 144px;
}
#searchresult .image img {
  width: 92px;
}
#searchresult .image a[href] img {
  opacity: 0.9;
  /*transition: opacity 0.1s linear;*/
}
#searchresult .image a[href]:hover img {
  opacity: 1;
}
#searchresult .flags .type-Currency-DKK:after,
#searchresult .flags .type-Currency-USD:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: -1px -2px;
}
#searchresult .flags .type-Currency-DKK:after {
  background-image: url(/Content/PublicSearch/flags-iso/flat/16/DK.png);
}
#searchresult .flags .type-Currency-USD:after {
  background-image: url(/Content/PublicSearch/flags-iso/flat/16/US.png);
}
#searchresult .price a[href] {
  position: absolute;
  top: 4px;
  left: -50px;
  background: url(/Content/PublicSearch/price_tag_Vector_Clipart.png);
  background-size: 64px;
  width: 64px;
  height: 64px;
  transform: rotate(-16deg);
}
#searchresult .price .label {
  display: none;
}
#searchresult .price .property-Price {
  position: absolute;
  left: 2px;
  top: 21px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
#searchresult .public-search-debug {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  padding: 0.5em;
  border-bottom-left-radius: 3px;
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  transition-delay: 0.7s;
  transform: translateX(100%) translateX(-86px);
}
#searchresult .public-search-debug label {
  cursor: pointer;
}
#searchresult #debug {
  display: none;
}
#searchresult #debug:not(:checked) ~ .public-search-debug * {
  display: none;
}
#searchresult #debug:not(:checked) ~ .public-search-debug *:first-child,
#searchresult #debug:not(:checked) ~ .public-search-debug label[for=debug] {
  display: block;
}
#searchresult .public-search-debug:hover,
#searchresult #debug:checked ~ .public-search-debug {
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(0);
}
#searchresult #debug:checked ~ .public-search-debug label {
  background: rgba(0, 255, 0, 0.2);
}
#searchresult #debug:checked ~ .public-search-debug label:hover,
#searchresult #debug:checked ~ .public-search-debug label:focus {
  background: rgba(0, 255, 0, 0.3);
}
#searchresult #debug:checked ~ .public-search-debug label:active {
  background: rgba(0, 255, 0, 0.4);
}
#searchresult .public-search-debug h1 {
  padding: 8px;
  margin: 0;
}
#searchresult .public-search-debug h1:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/Content/Ankiro/gfx/AES-icon-32.png);
  margin: -16px 8px -8px 0;
}
#searchresult .public-search-debug,
#searchresult .public-search-debug a[href] {
  color: #fff;
  text-decoration: inherit;
}
#searchresult .public-search-debug a[href]:hover,
#searchresult .public-search-debug a[href]:focus {
  text-decoration: underline;
}
#searchresult .public-search-debug a[href]:hover,
#searchresult .public-search-debug a[href]:active,
#searchresult .public-search-debug a[href]:focus,
#searchresult .public-search-debug label:hover,
#searchresult .public-search-debug label:focus {
  background: rgba(255, 255, 255, 0.2);
}
#searchresult .public-search-debug a[href]:active,
#searchresult .public-search-debug label:active {
  background: rgba(255, 255, 255, 0.3);
}
#searchresult .public-search-debug > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#searchresult .public-search-debug > ul > li {
  margin: 0;
  padding: 0;
}
#searchresult .public-search-debug > ul > li > a[href],
#searchresult .public-search-debug label {
  display: block;
  padding: 8px;
}
#searchresult table.all-document-properties {
  font-family: monospace;
  font-size: 11px;
  border-spacing: 0;
  cursor: default;
  width: 100%;
  margin-bottom: 16px;
}
#searchresult table.all-document-properties th {
  text-align: left;
  vertical-align: top;
}
#searchresult table.all-document-properties td {
  vertical-align: top;
}
#searchresult table.all-document-properties td:last-child {
  padding-right: 0;
}
#searchresult table.all-document-properties tr > * {
  border-bottom: 1px solid #ccc;
  padding: 4px 20px 4px 0;
}
#searchresult table.all-document-properties tr:last-child > * {
  border-bottom: none;
}
#searchresult table.all-document-properties thead tr:last-child > * {
  border-bottom: 2px solid #ccc;
}
#searchresult table.all-document-properties .document-null-value:before,
#searchresult table.all-document-properties .document-no-value:before,
#searchresult table.all-document-properties .document-property-value:before,
#searchresult table.all-document-properties .document-property-value-markup:before,
#searchresult table.all-document-properties .document-property-value-list li:before,
#searchresult table.all-document-properties .document-property-value-markup-list li:before {
  font-family: tahoma, sans-serif;
  font-size: 8px;
  display: block;
  background: #ffc;
  color: #000;
  border: 1px solid #cc8;
  position: absolute;
  right: 100%;
  margin-right: 3px;
  padding: 0 2px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 2px;
}
#searchresult table.all-document-properties .document-null-value:before,
#searchresult table.all-document-properties .document-no-value:hover:before,
#searchresult table.all-document-properties .document-property-value:hover:before,
#searchresult table.all-document-properties .document-property-value-markup:hover:before,
#searchresult table.all-document-properties .document-property-value-list li:hover:before,
#searchresult table.all-document-properties .document-property-value-markup-list li:hover:before {
  background: #000;
  color: #fff;
  border-color: #000;
  opacity: 0.8;
}
#searchresult table.all-document-properties .document-null-value:before {
  background: #fcc;
  border-color: #c88;
}
#searchresult table.all-document-properties .document-no-value:before {
  background: #cec;
  border-color: #8a8;
}
#searchresult table.all-document-properties .document-null-value:before,
#searchresult table.all-document-properties .document-no-value:before {
  content: "EMPTY";
  width: auto;
  position: static;
  display: inline-block;
}
#searchresult table.all-document-properties .document-null-value:before {
  content: "NULL";
}
#searchresult table.all-document-properties .document-property-value:before,
#searchresult table.all-document-properties .document-property-value-list li:before {
  content: "V";
}
#searchresult table.all-document-properties .document-property-value-markup:before,
#searchresult table.all-document-properties .document-property-value-markup-list li:before {
  content: "M";
}
#searchresult table.all-document-properties .document-property-value:hover:before,
#searchresult table.all-document-properties .document-property-value-list li:hover:before {
  content: "VALUE";
  width: auto;
}
#searchresult table.all-document-properties .document-property-value-markup:hover:before,
#searchresult table.all-document-properties .document-property-value-markup-list li:hover:before {
  content: "MARKUP";
  width: auto;
}
#searchresult table.all-document-properties .document-field-value,
#searchresult table.all-document-properties .document-property-value,
#searchresult table.all-document-properties .document-property-value-markup,
#searchresult table.all-document-properties .document-property-value-list li,
#searchresult table.all-document-properties .document-property-value-markup-list li {
  position: relative;
  display: inline;
  white-space: pre-line;
}
#searchresult table.all-document-properties .document-field-value:after,
#searchresult table.all-document-properties .document-property-value:after,
#searchresult table.all-document-properties .document-property-value-markup:after,
#searchresult table.all-document-properties .document-property-value-list li:after,
#searchresult table.all-document-properties .document-property-value-markup-list li:after {
  content: "\a";
}
#searchresult table.all-document-properties .document-field-value:hover,
#searchresult table.all-document-properties .document-property-value:hover,
#searchresult table.all-document-properties .document-property-value-markup:hover,
#searchresult table.all-document-properties .document-property-value-list li:hover,
#searchresult table.all-document-properties .document-property-value-markup-list li:hover {
  background: #000;
  color: #fff;
  outline: 2px solid #000;
}
#searchresult table.all-document-properties .document-field-value a[href],
#searchresult table.all-document-properties .document-property-value a[href] {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: -2px;
  margin: 0 0 0 3px;
  opacity: 0.7;
}
#searchresult table.all-document-properties .document-field-value a[href]:hover,
#searchresult table.all-document-properties .document-property-value a[href]:hover {
  opacity: 0.9;
  box-shadow: 0 0 8px #88c;
}
#searchresult table.all-document-properties .document-field-value a[href]:active,
#searchresult table.all-document-properties .document-property-value a[href]:active {
  opacity: 1;
  box-shadow: 0 0 16px #88f;
}
#searchresult table.all-document-properties .document-field-value a[href]:before,
#searchresult table.all-document-properties .document-property-value a[href]:before {
  content: "";
  background: url(/Content/Ankiro/gfx/AES-icon-16.png);
  display: block;
  width: 16px;
  height: 16px;
}
#searchresult .fullscreen {
  display: none;
}
#searchresult #debug:checked ~ * .fullscreen {
  display: block;
}
#searchresult .fullscreen {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 32px;
  height: 32px;
  margin-left: 32px;
  background: url(/Content/Ankiro/gfx/AES-icon-32.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
}
#searchresult .fullscreen:hover,
#searchresult .fullscreen:focus {
  opacity: 0.9;
}
#searchresult .fullscreen .centered {
  display: none;
}
#searchresult .hide-next {
  display: none;
}
#searchresult .hide-next:checked + .fullscreen:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
}
#searchresult .hide-next:checked + .fullscreen {
  z-index: 1;
  opacity: 1;
}
#searchresult .hide-next:checked + .fullscreen .centered {
  display: block;
  background: #fff;
  position: fixed;
  top: 32px;
  bottom: 32px;
  left: 32px;
  right: 32px;
  margin: 0 auto;
  width: 720px;
  padding: 32px;
  overflow: auto;
}
#searchresult .teaser .facet-label {
  font-family: 'Roboto', sans-serif;
  line-height: 130%;
  padding: 2px 0;
}
#searchresult .facet-label {
  color: #000;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 4px 0;
}
#searchresult .column {
  background: #eef6fb;
  color: black;
  line-height: 1.41;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  padding: 0 15px;
}

.banner{
	background: #cfe6fc;
	padding: 20px;	
	margin: 0 0 20px 0;
	width: 90%;
}
.re-search-result
{
	background: #f4c3bc;
	padding: 20px;	
	margin: 0 0 20px 0;
	width: 90%;
}
.re-search-result:empty
{
	display: none;
}

