/*
---

name: Inform 2.0

description: Styles for Inform 2.0

requires: [CSS.Main, CSS.Layout, CSS.Buttons, CSS.Validation, CSS.InformIcons, CSS.Tables, CSS.DatePicker, CSS.HelpText, CSS.PasswordWidget, CSS.DetailsList, CSS.ConfirmationDialogue]

provides: [CSS.Inform]

...
*/
.display-none {
  display: none !important;
}

.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.waiting {
  background: url(/client/graphics/loading-mini.gif) no-repeat right;
}

.azureappValidation.processing:after {
  background-image: none;
}

.notify-toast {
  display: none;
}
.notify-toast.notify-toast-show {
  display: block;
  width: 100%;
  max-width: 500px;
  position: fixed;
  z-index: 100000;
  top: 20%;
  left: 50%;
  padding: 30px;
  transform: translateX(-50%) translateY(-20%);
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 16px #ccc;
}
.notify-toast.notify-toast-show p {
  padding-bottom: 0;
}

.highlight,
.informInline label.highlight,
.field.buttons.highlight,
.group.highlight {
  background-color: #ffffdd;
  border: 1px solid #ffd044;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  display: inline-block;
  margin: 0;
  padding: 7px;
  color: #525252;
  width: auto;
  text-align: left;
  font-weight: normal;
}
.highlight > .field,
.informInline label.highlight > .field,
.field.buttons.highlight > .field,
.group.highlight > .field {
  padding-bottom: 0;
}
.highlight.small,
.informInline label.highlight.small,
.field.buttons.highlight.small,
.group.highlight.small {
  padding: 0px 4px;
}

.field.buttons.highlight.hide {
  display: none;
}

.field.buttons.alignRight.highlight {
  display: flex;
  margin-bottom: 16px;
  padding: 4px;
  justify-content: space-between;
  align-items: center;
}
.field.buttons.alignRight.alignRightJustButtons {
  flex-direction: column;
  margin-bottom: 6px;
}
.field.buttons.alignRight.alignRightJustButtons .MultipleEntryRecipients-text {
  padding: 16px 13px 0 12px;
  width: 100%;
}
.field.buttons.alignRight.alignRightJustButtons h1 {
  color: #212121;
  font-size: 2.278em;
  line-height: 1.097455;
  font-weight: bold;
  padding-bottom: 12px;
}
.field.buttons.alignRight.highlight p {
  font-weight: bold;
  float: none;
  flex: 1;
  margin: 10px;
}
.field.buttons.alignRight.alignRightJustButtons .MultipleEntryRecipients-description p {
  color: #2c2c2c;
  display: inline-block;
  font-weight: normal;
  margin: 0 0 15px;
}
.field.buttons.alignRight.alignRightJustButtons .MultipleEntryRecipients-button {
  width: 100%;
}
.field.buttons.alignRight.alignRightJustButtons .MultipleEntryRecipients-button button {
  margin-left: 12px;
  margin-bottom: 30px;
}

.MultipleEntryRecipients-summary {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}
.MultipleEntryRecipients-summary h2 {
  color: #212121;
  font-size: 2.28em;
  font-weight: bold;
  line-height: 1.201754;
  margin-bottom: 6px;
}
.MultipleEntryRecipients-summary .EmailSent p {
  color: #2c2c2c;
  font-size: 1.6em;
  line-height: 1.5375;
}
.MultipleEntryRecipients-summary .EmailSent p .email {
  color: #006CB8;
  font-weight: normal;
}
.MultipleEntryRecipients-summary .order-no {
  color: #212121;
  font-weight: bold;
  padding-bottom: 13px;
}
.MultipleEntryRecipients-summary .summary-details-print {
  margin-bottom: 30px;
}
.MultipleEntryRecipients-summary a.function.print {
  float: none;
}

.hideElement {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

form fieldset {
  margin-bottom: 24px;
}
form fieldset fieldset,
form fieldset fieldset fieldset {
  border: 0;
}

body.processing:after {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: white url(/client/graphics/loading.gif) no-repeat 50% 55%;
  background: rgba(255, 255, 255, 0.8) url(/client/graphics/loading.gif) no-repeat 50% 55%;
  text-align: center;
  z-index: 99999;
}

.nonVisible {
  visibility: hidden;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

.disabled {
  color: #c3c3c3;
}

.password.disabled {
  color: inherit;
}
.password.disabled > .field + .field label {
  color: #c3c3c3;
}

.offset {
  position: absolute;
  left: -9999px;
}

legend {
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.167;
  margin: 0;
  padding: 8px 8px;
  white-space: normal;
  width: 100%;
  margin-bottom: 16px;
}
legend ~ .sectionDescription,
legend ~ .legendDescription {
  margin: 0 0 16px;
  padding: 8px 8px 8px;
}

img.sectionImage, img.questionImage {
  margin: 4px 8px 8px 0;
}
img.sectionImage {
  float: right;
  padding: 0 0 16px 16px;
}
img.sectionImage + * {
  clear: both;
}
img.sectionImage + .sectionDescription {
  clear: none;
}
img.sectionImage + .sectionDescription + * {
  clear: both;
}

fieldset:first-child legend {
  padding-top: 0;
}
fieldset fieldset {
  border-top: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
fieldset fieldset fieldset legend {
  padding: 0 0 8px;
}
fieldset fieldset label {
  font-weight: normal;
  padding: 4px 0;
}
fieldset .tableQuestion .checkbox {
  padding-bottom: 8px;
}
fieldset button.text.edit {
  color: #178abb;
  margin-right: 12px;
}
fieldset.continue > p {
  display: none;
}
fieldset.continue.highlight {
  float: none;
  width: 65.90909%;
}
fieldset.continue.highlight > p {
  display: block;
}
fieldset.continue.highlight .field.buttons {
  margin-left: 0;
  margin-bottom: 0;
}

.informSleeve > fieldset > legend {
  background: #eee;
  margin-bottom: 16px;
  border-bottom: 0;
}
.informSleeve > fieldset > .field,
.informSleeve > fieldset > fieldset > .group {
  position: relative;
}
.informSleeve > fieldset > h3 {
  padding: 8px 8px;
}
.informSleeve > fieldset > p {
  padding: 8px 8px;
}

.labelledText {
  font-size: 1.4em;
  display: inline-block;
  padding-top: 2px;
}

.countrySelectionBilling div:last-child:after {
  clear: both;
  content: "";
  display: table;
}
.countrySelectionBilling div:last-child > a {
  float: right;
  font-size: 1.4em;
}
.countrySelectionBilling.edit-change-country p:first-of-type {
  display: none;
}
.countrySelectionBilling.edit-change-country .offset {
  position: static;
}
.countrySelectionBilling.edit-change-country .changeCountry {
  display: none;
}

.billing-address-container:before {
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0;
  transition: opacity 150ms linear;
}
.billing-address-container.loading {
  position: relative;
}
.billing-address-container.loading:before {
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}

#selectedAddress {
  display: block;
}

.hiddenText {
  display: inline-block;
  text-indent: -1000em;
  text-align: left !important;
}

.changeAddress {
  display: inline-block;
  padding-top: 6px;
}

.field {
  padding: 8px;
}
.field:after {
  clear: both;
  content: "";
  display: table;
}
.field .field {
  padding-right: 0;
  padding-left: 0;
}
.field.group {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}
.field.address {
  border-bottom: 1px solid #e7e7e7;
}
.field.deliveryField {
  padding-top: 24px;
}
.field .buttons {
  border: 0;
  clear: both;
  padding: 6px 0 0;
  width: auto;
}
.field ul {
  margin: 0;
}
.field p.note {
  clear: left;
  color: #333;
  display: block;
  padding-bottom: 8px;
  font-size: 1.2em;
  line-height: 1.3334;
}

.buttons {
  padding: 0 0 0;
  padding-top: 4px;
  margin-bottom: 16px;
}

.group .field {
  border: 0;
  margin: 0;
  padding: 0 0 8px;
  width: auto;
}
.group .field.radio,
.group .field.checkbox {
  padding-left: 20px;
  vertical-align: top;
}
.group .field.radio input,
.group .field.checkbox input {
  margin-left: -18px;
}
.group legend + .field {
  -webkit-margin-top-collapse: separate;
}
.group.checkboxes .checkbox label > span {
  display: block;
}
.group.checkboxes.newsletter label {
  font-weight: bold;
}
.group.checkboxes.newsletter label > span {
  font-weight: normal;
  font-style: italic;
}
.group.checkboxes.giftCheckbox {
  margin-bottom: 0;
}
.group.inline .field {
  float: left;
  padding-right: 20px;
}
.group .group {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  -moz-box-shadow: inset 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
  margin: 0 0 16px;
  padding: 15px 10px 0;
  width: 100%;
}
.group .group label {
  float: left;
  margin-right: 10px;
  width: 29.782%;
}
.group .group.tableInput input.text,
.group .group.tableInput textarea,
.group .group.tableInput input.large, .group .group.tableOutput input.text,
.group .group.tableOutput textarea,
.group .group.tableOutput input.large {
  width: 68.394%;
}
.group .group.tableInput select, .group .group.tableOutput select {
  width: 68.394%;
}
.group .group.tableInput select.large, .group .group.tableOutput select.large {
  width: 68.394%;
}

label,
fieldset fieldset legend {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4286;
  padding: 0 0 8px;
  border: 0;
  margin-bottom: 0;
}
label.offset,
fieldset fieldset legend.offset {
  left: -9999px;
  position: absolute;
}
label.questionDescription,
fieldset fieldset legend.questionDescription {
  float: none;
  font-weight: normal;
  width: auto;
}

label span p,
label span ul li,
label span ol li {
  font-size: 1em;
}

.humanTest label {
  float: none;
  width: auto;
}
.humanTest label .word {
  letter-spacing: 0.2em;
  margin: 0 0 0 10px;
  padding: 4px 0px;
  text-align: right;
  text-transform: uppercase;
}

.address div.checkbox {
  background-color: #dbf2fb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  display: inline-block;
  margin: 0;
  padding: 4px 8px 3px;
  margin-bottom: 17px;
}

div.checkbox input.text, div.radio input.text {
  float: none;
  margin: -7px 0 0;
}
div.checkbox label, div.radio label {
  display: inline;
  float: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: auto;
}

input.text,
select,
textarea {
  border: 1px solid #c3c3c3;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  line-height: 1.3;
  margin: 0 0 12px;
  padding: 4px 4px 2px;
  width: 100%;
}
input.text:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: 0 0 3px #178abb;
  outline-color: #a2cff0;
}

textarea {
  overflow: auto;
  min-height: 89px;
}

input.text {
  vertical-align: middle;
}

input,
input.text {
  padding-bottom: 4px;
}
input.password,
input.text.password {
  float: left;
}
input[disabled], input[readonly],
input.text[disabled],
input.text[readonly] {
  background-color: #f3f3f3;
  border-color: #d9d9d9;
  color: #c3c3c3;
  cursor: default;
}
.selectDeliveryAddress input[disabled], .enterEmailAddress input[disabled], .selectDeliveryAddress input[readonly], .enterEmailAddress input[readonly], .selectDeliveryAddress
input.text[disabled], .enterEmailAddress
input.text[disabled], .selectDeliveryAddress
input.text[readonly], .enterEmailAddress
input.text[readonly] {
  background-color: #fff;
  border-color: #fff;
  color: #2c2c2c;
  padding-top: 0;
}
input.calendar[readonly],
input.text.calendar[readonly] {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  color: #2c2c2c;
}
input.text.readonly,
input.text.text.readonly {
  background-color: transparent;
  border: 0;
  color: #666;
  margin-top: 4px;
  padding: 1px 0;
}

select {
  padding: 4px 3px 4px 1px;
}
select[disabled], select[readonly] {
  background-color: #f3f3f3;
  border-color: #d9d9d9;
  color: #c3c3c3;
  cursor: default;
}
select.date {
  margin-right: 1.72414%;
}

optgroup {
  border: solid #e7e7e7;
  border-width: 1px 0;
  font-style: normal;
  margin: 4px 3px;
  padding: 4px 0;
}

input.text:-moz-placeholder,
textarea:-moz-placeholder,
input.text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input.placeholder-on {
  color: #c3c3c3;
}

p.questionDescription {
  padding: 0;
  margin-bottom: 12px;
}

/* GRID QUESTIONS BOTH VIEWS */
.grid fieldset,
.grid.informInline fieldset {
  border-top: 1px solid #e7e7e7;
  padding: 8px 0;
}
.grid fieldset:first-of-type,
.grid.informInline fieldset:first-of-type {
  border-top: 0;
}
.grid fieldset legend,
.grid.informInline fieldset legend {
  padding-top: 0;
}
.grid .group.inline,
.grid.informInline .group.inline {
  float: left;
  width: 65.90909%;
}
.grid .group.inline .field,
.grid.informInline .group.inline .field {
  padding: 0 8px 0 0;
  width: 72.41379%;
}
.grid .group.inline .field.checkbox, .grid .group.inline .field.radio,
.grid.informInline .group.inline .field.checkbox,
.grid.informInline .group.inline .field.radio {
  width: 13.7931%;
}
.grid .group.inline .field.checkbox input, .grid .group.inline .field.radio input,
.grid.informInline .group.inline .field.checkbox input,
.grid.informInline .group.inline .field.radio input {
  margin-left: 0;
}
.grid .group.inline .field:last-of-type,
.grid.informInline .group.inline .field:last-of-type {
  padding-right: 0;
}

.addressListDiv .buttons .useAddress,
.addressListDiv .buttons .useAddress + p {
  left: -1000em;
  position: absolute;
}

/* NO JS */
.jsDisabled .other input.hide {
  display: block;
}
.jsDisabled .other.checkbox input.hide, .jsDisabled .other.radio input.hide {
  display: inline;
}
.jsDisabled .showPassword {
  display: none;
}
.jsDisabled input.calendar {
  background: 0;
}
.jsDisabled button.print, .jsDisabled button.close {
  display: none;
}
.jsDisabled .addressListDiv .buttons .useAddress,
.jsDisabled .addressListDiv .buttons .useAddress + p {
  position: static;
  left: auto;
}
.jsDisabled .addressListDiv .buttons .text {
  margin-left: 2px;
  text-transform: none;
}

div.checkbox.other input.text,
div.radio.other input.text {
  margin-top: 6px;
  width: 98%;
}

div.checkbox.other label + label,
div.radio.other label + label {
  display: block;
  margin-top: 12px;
}

.other input.large {
  width: 99%;
}

.field .twoColumn.checkboxes legend, .field .twoColumn.radios legend {
  font-weight: bold;
  margin-bottom: 4px;
}
.field .twoColumn.checkboxes .field, .field .twoColumn.radios .field {
  display: inline-block;
  padding-right: 10px;
  width: 49%;
}
.field .twoColumn.checkboxes .field label, .field .twoColumn.radios .field label {
  width: 81%;
}
.field .twoColumn.checkboxes .field.other, .field .twoColumn.radios .field.other {
  width: 100%;
}
.field .twoColumn fieldset:first-child div.field:first-of-type,
.field .twoColumn fieldset:first-child div.field:first-of-type + div,
.field .twoColumn fieldset:first-child + fieldset div.field:first-of-type,
.field .twoColumn fieldset:first-child + fieldset div.field:first-of-type + div {
  margin-top: 8px;
}

fieldset input.text.small, fieldset input.small,
fieldset select.text.small,
fieldset select.small {
  width: 27.27273%;
}
fieldset input.text.medium, fieldset input.medium,
fieldset select.text.medium,
fieldset select.medium {
  width: 54.54545%;
}
fieldset input.text.large, fieldset input.large,
fieldset select.text.large,
fieldset select.large {
  width: 100%;
}
fieldset fieldset {
  padding: 8px;
}
fieldset fieldset legend {
  padding-top: 8px;
}
fieldset fieldset .group.tableInput .field.buttons, fieldset fieldset .group.tableOutput .field.buttons {
  margin-left: 30.6%;
}
fieldset fieldset .group .buttons.noIndent {
  margin-left: 0;
}
fieldset fieldset .field {
  padding: 0;
}
fieldset.grid legend {
  padding-left: 8px;
}
fieldset.grid .group {
  padding: 0 8px;
}
fieldset .field fieldset {
  padding: 0;
}
fieldset .field fieldset legend {
  padding-left: 0;
}
fieldset .field .divider {
  display: inline-block;
  padding: 6px 5px 0;
  vertical-align: top;
}

.informInline .group.block-radios,
.inform .group.block-radios {
  padding-bottom: 8px;
}

.inform .radio-list > :last-child {
  padding-bottom: 0;
}

fieldset.informInline .field.radios > fieldset > legend {
  margin-bottom: 8px;
  text-align: left;
  width: 100%;
}

fieldset .field fieldset legend.nonVisible {
  display: none;
}

.informInline input.text.small, .informInline input.small,
.informInline select.text.small,
.informInline select.small {
  width: 24.13793%;
}
.informInline input.text.medium, .informInline input.medium,
.informInline select.text.medium,
.informInline select.medium {
  width: 45.51724%;
}
.informInline label,
.informInline fieldset legend {
  float: left;
  padding: 0;
  width: 31.81818%;
  margin-right: 2.27273%;
  text-align: right;
}
.informInline label .advice,
.informInline fieldset legend .advice {
  position: absolute;
  left: 34.09091%;
  width: auto;
  font-weight: normal;
  top: 8px;
  margin-left: 3px;
  font-size: 0.89em;
}
.informInline .group {
  float: left;
  width: 65.90909%;
}
.informInline .group label {
  float: none;
  margin: 0;
  padding: 0 0 4px;
  width: auto;
  font-weight: normal;
  text-align: left;
}
.informInline .group textarea {
  width: 100%;
}
.informInline .group.tableInput, .informInline .group.tableOutput {
  width: 100%;
}
.informInline .field.inlineCheckbox .group.checkboxes {
  float: right;
}
.informInline .field.inlineCheckbox .group.checkboxes div.checkbox {
  margin-left: 0;
}
.informInline .field.advice {
  position: relative;
  margin-top: -4px;
  padding-top: 28px;
}
.informInline .field input + button {
  margin-left: 1.69492%;
}
.informInline .address .buttons {
  margin-left: 0;
}
.informInline .tableQuestion .group label {
  float: left;
  margin-right: 1.85185%;
  padding: 4px 0 0;
  width: 29.055%;
}
.informInline .humanTest label span {
  display: block;
}
.informInline .humanTest label .word {
  float: right;
  margin: 4px 0 0 -7px;
  padding-left: 8px;
}
.informInline fieldset .address div.checkbox,
.informInline .field p.note {
  margin-left: 0;
}
.informInline label.hide {
  display: none;
}

fieldset.informInline {
  /* BUTTONS */
}
fieldset.informInline fieldset legend {
  padding-top: 0;
}
fieldset.informInline .field fieldset fieldset legend {
  float: none;
  margin: 0 0 8px;
  padding: 0 0 4px;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
fieldset.informInline .field fieldset + fieldset legend {
  padding-top: 8px;
}
fieldset.informInline .field.paymentType {
  padding: 0;
}
fieldset.informInline .field.buttons {
  margin-left: 34.38228%;
}
fieldset.informInline .field .buttons {
  margin-left: 0;
}
fieldset.informInline.continue.highlight {
  float: right;
}

.changeCountry + p + p {
  font-size: 12px;
  padding-bottom: 0;
}

.field.countrySelectionBilling {
  padding-bottom: 0;
}

.postcodeField .validationBox {
  border: 1px solid #b71f39;
  margin-top: 12px;
  padding: 8px;
}
.postcodeField .validationBox p {
  padding-bottom: 0;
}
.postcodeField .validationBox p:first-of-type {
  margin-bottom: 4px;
}
.postcodeField .validationBox p button {
  font-size: 1em;
}

.order-summary-container.content-appended {
  margin-bottom: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.order-summary-container h3 {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
.order-summary-container > table:first-of-type {
  border-bottom: 0;
  border-collapse: separate;
}
.order-summary-container table {
  margin-bottom: 0;
}
.order-summary-container .order-summary-table th[align="right"] {
  text-align: right;
}
.order-summary-container .order-summary-table thead th {
  font-weight: 500;
  font-size: 11px;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.order-summary-container .order-summary-table thead th:first-child {
  width: 172px;
}
.order-summary-container .order-summary-table th,
.order-summary-container .order-summary-table td {
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
.order-summary-container .order-summary-table tbody tr:last-child {
  border-bottom: 0;
}
.order-summary-container .order-summary-table tbody td:last-child {
  text-align: right;
}
.order-summary-container .order-summary-table tfoot {
  background-color: #eaebe3;
  font-weight: 600;
}
.order-summary-container .order-summary-table tfoot tr {
  border-bottom: 0;
}
.order-summary-container .order-summary-table tfoot td {
  padding: 0;
  font-size: 14px;
}
.order-summary-container .order-summary-table tfoot td:first-child div {
  margin-left: -8px;
  border-bottom-left-radius: 9px;
}
.order-summary-container .order-summary-table tfoot td:last-child div {
  margin-right: -8px;
  border-bottom-right-radius: 9px;
}
.order-summary-container .order-summary-table tfoot div {
  background: #eaebe3;
  padding: 8px;
}

.order-summary-table tbody tr {
  border-bottom: 0;
}

#reflow-content-mobile h3 {
  cursor: pointer;
  position: relative;
}
#reflow-content-mobile h3:after {
  transform: rotate(0);
  transition: transform 250ms;
  will-change: transform;
  content: "";
  position: absolute;
  right: 14px;
  top: 13px;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4xNjYgMTUuMTY2Ij4NCiAgPGRlZnM+DQogICAgPHN0eWxlPg0KICAgICAgLmNscy0xIHsNCiAgICAgICAgZmlsbDogI2RjZGNkYzsNCiAgICAgIH0NCiAgICA8L3N0eWxlPg0KICA8L2RlZnM+DQogIDxwYXRoIGlkPSJVbmlvbl8yIiBkYXRhLW5hbWU9IlVuaW9uIDIiIGNsYXNzPSJjbHMtMSIgZD0iTTguMzY3LDEwLjcyNFYyLjM1N0gwVjBIMTAuNjA2Vi4xMThoLjExOFYxMC43MjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4xNjYgNy41ODMpIHJvdGF0ZSgxMzUpIi8+DQo8L3N2Zz4NCg==);
}
#reflow-content-mobile h3.hidden:after {
  transform: rotate(180deg);
}

/* autosugession */
fieldset .field.noresults.addnew {
  background-color: #f8e7eb;
}

fieldset .field.noresults.addnew .autosugession {
  border: 1px solid #b72038;
}

fieldset .field .questionDescription.noresult {
  display: none;
  color: #b72038;
}

fieldset .field.noresults.addnew .questionDescription.noresult {
  display: block;
}

fieldset .field.loading .group input.autosugession {
  background: url(/client/graphics/loading-mini.gif) no-repeat right;
}

fieldset .field .group input.autosugession.selected {
  border: 1px solid #738413;
}

.moocomplete {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #006cb8;
  border-top: 0;
  z-index: 999;
  box-shadow: 0 0 3px #0082c84d;
  line-height: 2.0625em;
  font-size: 1.6em;
  font-family: "PT Sans", sans-serif;
}

.moocomplete div {
  border-top: solid 1px #dbdbdb;
  padding: 0 0.2em;
  cursor: pointer;
}

.moocomplete div:first-child {
  border-top: 0 none;
}

.moocomplete .hovered {
  background-color: #dfedfe;
}

.moocomplete .match {
  font-weight: 700;
  font-style: normal;
}
