/* Custom Stylesheet hash:16989266271695305345 dated 03 Sep, 2024 13:50:50+UTC */
/* Add custom CSS here */<div class="search u-relative js-search-view" id="search--home"> <form class="inputaddon" id="search-form" method="get" action="https://gdsinstruments.kayako.com/en-gb/search/all" accept-charset="UTF-8"> <input name="utf8" type="hidden" value="&#x2713;"/> <input class="inputaddon__field inputaddon__field--big js-search-input js-required-input" id="search" type="text" placeholder="Type your question here..." name="query" autocomplete="off"> <button class="inputaddon__item button u-textellipsis" type="submit">Search</button> </form> </div> <script type="text/template" id="tpl-search-autocomplete"> <div class="autocomplete__item js-ac-item"> <a href="<%= link %>"> <% if (original.resource_type === "article") { %> <div class="u-oh search-result--common"> <span class="u-faded u-textbold u-flex"> <span class="u-texttruncate"><%= (_.findWhere(original.section.category.titles, { locale: _Payload.is_localized ? _Payload.activelocale : _Payload.defaultlocale }) || original.section.category.titles).translation %></span> <span><i class="icon icon-arrow-right"></i></span> <span class="u-texttruncate"><%= (_.findWhere(original.section.titles, { locale: _Payload.is_localized ? _Payload.activelocale : _Payload.defaultlocale }) || original.section.titles[0]).translation %></span> </span> <h4 class="heading--4 u-visuallink"> <%= title.replace(/</g, '&lt;').replace(/"/g, '&quot;') %> </h4> </div> <% } else if (original.resource_type === "conversation") { %> <div class="u-oh search-result--common"> <span class="u-faded u-textbold u-flex"> Conversation <i class="icon icon-arrow-right"></i> #<%= original.id %></span> <h4 class="heading--4 u-mzero u-visuallink"> <%= title.replace(/</g, '&lt;').replace(/"/g, '&quot;') %> </h4> </div> <% } %> </a> </div> </script> <script type="text/template" id="tpl-contact-support"> <div class="loader-overlay"> <ul class="loader"> <li class="loader__bar"></li><li class="loader__bar"></li><li class="loader__bar"></li> </ul> <span class="no-results__msg u-block u-textcenter"> No results found. </span> </div> </script>
html, .select, .drill-default {
	font-family: Open Sans, sans-serif;
}
a, a:hover, a:focus, a:active, .u-visuallink, .u-visuallink:hover,
.heading--blue,
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active,
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-selected,
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab,
.tab__notCurrent a:hover {
	color: #0f508e;
}

.button--primary,
.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary:active:enabled,
.nav__menu a:hover, .nav__menu a:active, .dd__link:hover,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after,
.fr-image-resizer .fr-handler,
.fr-image-progress-bar-layer > div.fr-loader span,
.autocomplete--field__item:hover, .autocomplete--field__item.is-selected {
	background-color: #0f508e;
}

.textfield:focus,
.search-wrapslim .inputaddon__field:focus,
.file-btn:focus, .file-btn.is-active, .dz-drag-hover {
	border-color: #0f508e;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 4px -1px #0f508e;
}

.button--primary:focus:enabled, .button--primary:active:enabled,
.select:focus, .drill-default:focus, .drill-default.drill-focus {
	box-shadow: 0 0 3px 0 #0f508e;
}

.tab > li,
.textfield.picker__input--active,
.textfield--heading:focus,
.pager__selected,
.tab__notCurrent:hover,
.picker__select--month:focus, .picker__select--year:focus,
.picker__day--highlighted, .picker__day--selected:hover,
.picker--focused .picker__day--selected, .picker__button--clear:focus,
.picker__button--close:focus,
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus,
.fr-popup .fr-checkbox input:checked + span,
.fr-popup .fr-checkbox input:focus + span,
.fr-image-resizer, .fr-image-upload-layer.fr-drop,
table td.fr-selected-cell, table th.fr-selected-cell,
.fr-table-resizer div,
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
	border-color: #0f508e;
}

input[type="checkbox"].switch:focus + div {
	box-shadow: 0 0 .2em 1px #0f508e, 0 1px 1px hsla(0,0%,100%,.6);
}

.picker__day--today:before,
.picker__button--today:before {
	border-top-color: #0f508e;
}