/* line 3, ../sass/shesha.scss */
.sha-no-autofocus {
  /* Add this css class to elements that should not be focused on on page load. Adding to a container affects all child elements */
}

/* line 7, ../sass/shesha.scss */
.sha-popover {
  /* Add this css class to popovers with HTML content. Html is taken from following hidden div with sha-popover-content class */
}

/* line 10, ../sass/shesha.scss */
.sha-popover-content {
  /* Element containing HTML content of sha-popover */
}

/* line 13, ../sass/shesha.scss */
.sha-structuredlist {
  /* Shesha Structured List control */
}

/* line 18, ../sass/shesha.scss */
a[disabled] {
  pointer-events: none;
}
