/* HTML5 Boilerplate v4.3.0 */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Mixins */
html {
  background: #fff;
  /* 	font-size: 87.5%; */
  /* 	font-size: 93.75%; */
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
html,
button,
input,
select,
textarea {
  color: #444;
  font-family: 'Source Sans Pro', sans-serif;
}
html,
body {
  height: 100%;
}
.is-hidden {
  display: none;
}
.is-hidden-by-positioned-off-viewport {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.is-hiddenByNotBeingSoloDisplayedAward {
  display: none;
}
.is-hiddenByNotBeingRequestedAward {
  display: none;
}
/*
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0;
  /* 	color: @primaryFeatureColour; */
}
h1 .secondaryInfo,
h2 .secondaryInfo,
h3 .secondaryInfo,
h4 .secondaryInfo,
h5 .secondaryInfo,
h6 .secondaryInfo {
  color: #444;
}
h1 .secondaryInfo .fa,
h2 .secondaryInfo .fa,
h3 .secondaryInfo .fa,
h4 .secondaryInfo .fa,
h5 .secondaryInfo .fa,
h6 .secondaryInfo .fa {
  color: #bb9e6b;
}
p {
  margin: 0 0 1em 0;
}
a,
.button {
  transition: color 0.3s;
  color: #017db0;
  text-decoration: none;
  /*
	&:visited {
		color: @primaryFeatureColour;
	}
*/
}
a:active,
.button:active,
a:focus,
.button:focus,
a:hover,
.button:hover {
  color: #017db0;
}
code,
.code {
  font-size: 0.8em;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding: 1px 6px;
  background: #f5f5f5;
}
.code.code_alert {
  background-color: #c1ddf9;
}
.code.code_warning {
  background-color: #ebd197;
}
.code.code_error {
  background-color: #e99387;
}
.code.code_commented-out {
  color: #aaa;
}
.code.code_commented-out.code_alert {
  background-color: #e2eaf2;
}
.reload-link {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.5em;
  color: #aaa;
  cursor: pointer;
}
.reload-link:hover {
  color: #017db0;
}
.bullet-list {
  list-style: disc;
}
.no-bullet {
  list-style: none;
}
.login-page__message {
  max-width: 500px;
  margin: 2em auto 0;
  padding: 0.4em;
  border: 2px solid;
  border-radius: 3px;
  position: relative;
}
.login-page__message-icon {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
}
.login-page__message-content {
  margin-left: 1.4em;
}
.login-page__message p:last-child {
  margin-bottom: 0;
}
.login-page__message.login-page__message_alert {
  border-color: #debf11;
  background-color: #f5ecb7;
}
.system-warning-banner-block {
  padding: 2px 4px;
  background-color: rgba(251, 121, 126, 0.2);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(251, 121, 126, 0.05) 10px, rgba(251, 121, 126, 0.05) 20px);
  text-align: center;
}
.system-warning-banner-block .collapsible__area {
  display: inline-block;
  text-align: left;
}
.system-warning-banner-block a {
  text-decoration: underline;
}
.system-admin-emulating-banner-block {
  padding: 2px 4px;
  background-color: rgba(255, 222, 0, 0.5);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  font-size: 0.8em;
}
.system-admin-emulating-banner-block.system-admin-emulating-banner-block__indent {
  padding-left: 100px;
}
.system-admin-emulating-banner-block p:last-child {
  margin-bottom: 0;
}
.dev_note {
  padding: 2px 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: rgba(255, 222, 0, 0.5);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
}
/* start Enhancement #8222 Non-compliant Event re-start */
.event-alert_info {
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.event-alert_warning {
  background-color: rgba(251, 121, 126, 0.15);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.restart-event_trigger {
  padding: 2px 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.event-alert_banners_standalone_block {
  margin-top: 1em;
}
.event-alert_banner {
  /* chevron background - Enhancement #8222 Non-compliant Event re-start */
  padding: 0.4em 1em 0.6em 1em;
  margin: 0 2em 1em 2em;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
.event-alert_banner p {
  margin: 0;
}
.event-alert_banner.event-alert_banner_info {
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.event-alert_banner.event-alert_banner_warning {
  background-color: rgba(251, 121, 126, 0.15);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.event-alert_banners .event-alert_banner:last-of-type {
  margin: 0 2em 0;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.restartable_event_summary_block {
  margin: 2em 0;
}
.restartable_event_summary_block .restartable_event_summary {
  border: 2px dashed #b8b8b8;
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
}
/* end Enhancement #8222 Non-compliant Event re-start */
.systemInfoIFrame {
  border: 3px dashed #e3e3e3;
  width: 100%;
  height: 800px;
}
.module-used-in-awards__list {
  margin: 0;
  padding: 0;
}
.module-used-in-awards__item {
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 2px 4px 2px 8px;
  height: 18px;
  border-radius: 14px;
  border: 2px solid #e3e3e3;
  line-height: 18px;
}
.assessor_declaration_of_interests h1 {
  font-size: 1em;
  font-weight: bold;
  color: #bb9e6b;
}
.note-block {
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
  border-radius: 3px;
  text-align: center;
  font-style: italic;
}
.destructive-action-block {
  padding: 2px 4px;
  background-color: rgba(222, 191, 17, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(222, 191, 17, 0.05) 10px, rgba(222, 191, 17, 0.05) 20px);
  border-radius: 3px;
  border: 2px solid #debf11;
}
.centred-sized-to-content-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.inline_list_no-bullet {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}
.inline_list_no-bullet__item {
  display: inline;
  margin: 0 0.4em 0.2em 0;
}
.admin_login__form {
  max-width: 600px;
  margin: 0 auto;
  padding: 2em;
  border: 3px solid #017db0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.95);
}
.loading_placeholder {
  background-color: #666;
  border-color: #666;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  color: #eee;
  width: 200px;
  margin: 1em auto 0 auto;
  padding: 1em;
  text-align: center;
}
.loading_placeholder a {
  color: #eee;
}
.loading_placeholder-sheet_style {
  width: 200px;
  margin: 1em auto 0 auto;
  padding: 1em;
  text-align: center;
}
.old_content {
  display: none;
}
.loading_placeholder .message {
  font-size: 0.8em;
}
.loading_placeholder__action_button {
  display: block;
  width: 20px;
  height: 20px;
  margin: 1em auto 0;
  background: #888;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #eee;
  cursor: pointer;
}
.loading_placeholder__action_button a {
  color: #eee;
}
.loading_placeholder__action_button a:hover {
  color: #eee;
}
.horizontal-rule {
  /* 	width: 80%; */
  margin: 3em auto;
  border-color: #c5e0eb;
}
.page-container {
  position: relative;
  min-height: 100%;
}
.wrapper {
  position: relative;
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
}
.main-content-wrapper {
  padding-bottom: 60px;
}
.info-trigger {
  opacity: 0.5;
  transition: opacity 0.3s;
  font-size: 0.8em;
}
.info-trigger:hover {
  opacity: 1;
}
.noDataMessage {
  color: #888;
  font-style: italic;
  text-align: center;
}
.description_block {
  margin: 0 3em 2em 3em;
  padding: 0.5em;
  font-style: italic;
  min-height: 2em;
}
.cms_editable,
.cms_editable-inline {
  border: 1px dashed #e3e3e3;
}
.cms_editable {
  padding: 0.5em;
  width: 100%;
}
.cms_editable-inline {
  padding: 0.2em 0.5em;
}
.cms_list_section {
  margin-bottom: 1em;
  padding-bottom: 1em;
  overflow: hidden;
  /* to bring the '+' button inside the section as it is currently out-of-flow */
  border-bottom: 1px solid #f3f3f3;
}
.cms_list_section:last-of-type {
  margin-bottom: 2em;
  padding-bottom: none;
  border-bottom: none;
}
.cms_list-item {
  margin-bottom: 10px;
  clear: both;
}
.cms_list-item_content {
  min-height: 1.3em;
  margin-right: 70px;
  min-width: 5em;
}
.cms_list-item-actions {
  display: inline-block;
  float: right;
  margin-top: 4px;
}
.cms_mini-action-buttons {
  display: inline-block;
  float: right;
  cursor: pointer;
  padding: 0;
}
.cms_requirement_status_labelable {
  position: relative;
}
.cms_requirement_status_label {
  padding: 0.2em 0.6em;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  left: -20px;
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  -webkit-transform: rotate(-10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-10deg);
  font-size: 0.8em;
}
.cms_requirement_status_label__draft {
  color: #fff;
  background: #3497c0;
}
.markup-library_formatting_table {
  width: 100%;
}
.markup-library_formatting_table thead {
  padding-bottom: 6px;
}
.markup-library_formatting_table td {
  border: 1px solid #888;
  padding: 6px 4px;
  vertical-align: top;
  line-height: 1.4em;
}
.markup-library_formatting_table_subheading {
  width: 100%;
  padding: 8px 0 4px 0;
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
}
.markup-library_formatting_table h2,
.markup-library_formatting_table h3,
.markup-library_formatting_table pre {
  margin: 0;
}
.markup-library_formatting_table_markup-element {
  border: 1px solid #017db0;
  border-radius: 3px;
  padding: 0 2px;
  text-wrap: avoid;
}
.current-action_block {
  margin: 0 0 3em 0;
  padding: 0.5em;
  border: 2px dashed #b8b8b8;
  color: #222;
  -webkit-animation: highlightPulsing 0.5s linear 0s 6 alternate;
  -moz-animation: highlightPulsing 0.5s linear 0s 6 alternate;
  animation: highlightPulsing 0.5s linear 0s 6 alternate;
}
@-moz-keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
@-webkit-keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
@keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
.current-action-blocks-for-all-users_block {
  margin: 0 0 3em 0;
  padding: 0.5em;
  border: 2px dashed #b8b8b8;
  color: #222;
  -webkit-animation: highlightPulsing 0.5s linear 0s 6 alternate;
  -moz-animation: highlightPulsing 0.5s linear 0s 6 alternate;
  animation: highlightPulsing 0.5s linear 0s 6 alternate;
  border-color: #debf11;
}
@-moz-keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
@-webkit-keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
@keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
.current-action-blocks-for-all-users_block .per-role-current-action-blocks_list {
  list-style: none;
  padding: 0;
}
.current-action-blocks-for-all-users_block .per-role-current-action-blocks_list .per-role-current-action-blocks_list_item {
  margin: 1em;
  padding: 0;
}
.current-action-blocks-for-all-users_block .per-role-current-action-blocks_list .per-role-current-action-blocks_list_item.no__collapsible-content {
  padding-left: 0.6em;
}
.current-action-blocks-for-all-users_block .current-action_block {
  margin: 1em;
}
.event-notes_block {
  margin: 0 0 3em 0;
  padding: 0.5em;
  position: relative;
  border: 2px dotted #b8b8b8;
  color: #222;
}
.event-notes_block__block_icon {
  position: absolute;
  top: -0.6em;
  left: -0.8em;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background-color: #fafafa;
  color: #bb9e6b;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}
.event-notes_block__content-read-only {
  margin: 0;
  padding: 0.4em;
}
.event-notes_block__content-read-only__no-content {
  color: #888;
  font-style: italic;
}
.additional_feature_block {
  position: relative;
  margin: 0 0 1.5em 0;
  padding: 0.5em;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #fafafa;
  color: #222;
  font-size: 0.8em;
}
.additional_feature_block:last-of-type {
  margin: 0 0 3em 0;
}
.additional_feature_block__block_icon {
  position: absolute;
  top: -0.6em;
  left: -0.8em;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background-color: #fafafa;
  color: #bb9e6b;
  font-size: 1.2em;
  line-height: 1.6em;
  text-align: center;
}
.additional_feature_block h2 {
  margin: 0 0 0.2em 0.4em;
}
.additional_feature_block.collapsible--is-expanded h2 {
  margin: 0 0 0.4em 0.4em;
}
.alert_info {
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.alert_warning {
  background-color: rgba(251, 121, 126, 0.15);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.alert_banner {
  padding: 0.4em 1em 0.6em 1em;
  margin: 0 2em 1em 2em;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
.alert_banner p {
  margin: 0;
}
.alert_banner.alert_banner_info {
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.alert_banner.alert_banner_warning {
  background-color: rgba(251, 121, 126, 0.15);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.section_map .map_display_options {
  margin-bottom: 2em;
  column-gap: 1em;
}
.section_map .map_display_options .mapDisplayOptionsDisabled .map_display_options_list-selectAll,
.section_map .map_display_options .mapDisplayOptionsDisabled .map_display_options_list-unselectAll {
  visibility: hidden;
}
.section_map .map_display_options .map_display_options_column {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.6em;
}
.section_map .map_display_options .map_display_options_column.mapDisplayOptionsEnabled .map_display_options_list_row:hover {
  background-color: #f5f1e5;
}
.section_map .map_display_options .map_display_options_column h2 {
  font-size: 1em;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list {
  padding: 0;
  display: grid;
  row-gap: 0.1em;
  font-size: 0.9em;
  line-height: 1.2em;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list.additionalOption {
  margin-top: auto;
  padding-top: 0.4em;
  border-top: 1px solid #e3e3e3;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list .map_display_options_list_row {
  padding: 0.2em 0.4em;
  display: grid;
  grid-template-columns: auto min-content;
  column-gap: 0.4em;
  row-gap: 0em;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list .map_display_options_list_row input {
  order: 2;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list .map_display_options_list_row label {
  order: 1;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list .map_display_options_list_row .map_display_options_list-checkbox {
  margin-top: 0.2em;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list .map_display_options_list_row input[type=checkbox]:disabled + label {
  color: #aaa;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list-selectAll,
.section_map .map_display_options .map_display_options_column .map_display_options_list-unselectAll {
  border: none;
  font-size: 0.8em;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list-selectAll {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.section_map .map_display_options .map_display_options_column .map_display_options_list-unselectAll {
  margin-top: 0.5em;
}
.section_map .map_shortcut_display_options {
  margin-bottom: 0.4em;
}
.section_map .map_shortcut_display_options .map_shortcut_display_option .map_shortcut_display_option-checkbox {
  margin-right: 0.4em;
}
.section_map .mapBoxWrapper {
  position: relative;
}
.section_map .mapBoxWrapper .mapBoxOverlay {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}
.section_map .mapBoxWrapper .mapBoxOverlay p {
  text-align: center;
  margin-top: 20%;
  font-size: 2em;
  font-weight: bold;
}
.section_map .mapBoxWrapper .mapBoxAccuracyNote {
  text-align: right;
  font-size: small;
  font-style: italic;
  color: #999;
}
.section_map .mapBox {
  height: 600px;
}
.section_map .mapBox .leaflet-control-attribution {
  opacity: 0.75;
  background: white;
}
.section_map .mapBox .leaflet-attribution-flag {
  display: none !important;
}
.section_map .mapBox #mapEditPremisesButton {
  display: none;
  z-index: 1000;
  position: absolute;
  background: #ddd;
  border: 1px solid #888;
  border-radius: 3px;
  box-shadow: 0 0 4px #888;
}
.additional_feature_block.map_key_block {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
}
.additional_feature_block.map_key_block h2 {
  font-size: 1.17em;
}
.additional_feature_block.map_key_block .inline_list_no-bullet__item {
  margin-right: 1em;
}
.section_regions h3 {
  margin-bottom: 1em;
}
.section_regions h4 {
  margin-bottom: 1em;
}
.section_regions h5 {
  margin-bottom: 1em;
}
.section_regions .geographicalRegionWrapper {
  padding: 1em 0;
}
.section_regions .geographicalRegion {
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 2em;
  background: #fff;
  transition: background 0.3s;
}
.section_regions .geographicalRegion:hover {
  background: rgba(245, 241, 229, 0.5);
}
.section_regions .administrativeRegions {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 1em 1em 0 1em;
  margin-top: 2em;
}
.section_regions .administrativeRegionWrapper {
  padding: 1em 0;
}
.section_regions .administrativeRegion {
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  padding: 1em;
  margin-left: 1em;
  background: #fff;
  transition: background 0.3s;
  position: relative;
}
.section_regions .administrativeRegion:hover {
  background: rgba(245, 241, 229, 0.5);
}
.section_regions .administrativeRegion .administrativeRegion_edit_link {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.2em;
}
.section_regions .administrativeRegion .postcodeArea {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 4px;
  display: inline-block;
  position: relative;
}
.section_regions .administrativeRegion .postcodeArea .editLink {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  justify-content: center;
  align-items: center;
}
.section_regions .administrativeRegion .postcodeArea:hover .editLink {
  display: flex;
}
.section_regions .administrativeRegion .postcodeArea .additional {
  display: inline-block;
  vertical-align: text-bottom;
  max-width: 0;
  height: 20px;
  overflow: hidden;
  padding-left: 0.6em;
}
.section_regions .administrativeRegion .postcodeArea:hover .additional {
  max-width: 200px;
  transition: max-width 0.3s;
}
.section_regions .assignedUsers {
  display: grid;
  grid-template-columns: auto auto;
  margin-top: 1em;
  gap: 1em;
}
.section_regions .assignedUsers_column {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 1em;
}
.section_regions .assignedUsers_column ul {
  margin: 0;
  padding: 0 0 0 0.6em;
  font-size: 0.8em;
}
.section_regions .assignedUsers_column ul li {
  margin: 0 0 0.4em 0;
}
.countPill {
  background: #ddd;
  border-radius: 2em;
  min-width: 1.4em;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 1px 2px #bbb;
  padding: 0.2em 0.4em;
  display: inline-block;
  vertical-align: center;
}
.countPill.countPill_active {
  background: #bbb;
  text-shadow: none;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.premises_structure {
  margin-top: 1em;
  padding: 0 2em;
}
.change_premises_dropdown,
.chosen-container.change_premises_dropdown {
  position: absolute;
  top: 0.7em;
  right: 0.5em;
}
.section--nominate_assessor {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.section--assessor_to_nominate_details {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.jump_on_page-link {
  cursor: pointer;
  color: #017db0;
}
.hide-hide-able-link {
  cursor: pointer;
  color: #999;
}
.highlight {
  -webkit-animation: highlightPulsing 0.5s linear 0s 6 alternate;
  -moz-animation: highlightPulsing 0.5s linear 0s 6 alternate;
  animation: highlightPulsing 0.5s linear 0s 6 alternate;
}
@-moz-keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
@-webkit-keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
@keyframes highlightPulsing {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #f5f1e5;
  }
}
.intermittentJiggle {
  -webkit-animation: intermittentJiggling 10s infinite;
  -moz-animation: intermittentJiggling 10s infinite;
  animation: intermittentJiggling 10s infinite;
}
@-moz-keyframes intermittentJiggling {
  82% {
    transform: rotate(-6deg);
  }
  85% {
    transform: rotate(6deg);
  }
  88% {
    transform: rotate(-6deg);
  }
  91% {
    transform: rotate(6deg);
  }
  94% {
    transform: rotate(-6deg);
  }
  97% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes intermittentJiggling {
  82% {
    transform: rotate(-6deg);
  }
  85% {
    transform: rotate(6deg);
  }
  88% {
    transform: rotate(-6deg);
  }
  91% {
    transform: rotate(6deg);
  }
  94% {
    transform: rotate(-6deg);
  }
  97% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes intermittentJiggling {
  82% {
    transform: rotate(-6deg);
  }
  85% {
    transform: rotate(6deg);
  }
  88% {
    transform: rotate(-6deg);
  }
  91% {
    transform: rotate(6deg);
  }
  94% {
    transform: rotate(-6deg);
  }
  97% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.heartbeat {
  -webkit-animation: heartbeating 2s infinite;
  -moz-animation: heartbeating 2s infinite;
  animation: heartbeating 2s infinite;
}
@-moz-keyframes heartbeating {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes heartbeating {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes heartbeating {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.secondaryInfo {
  font-size: 0.8em;
}
.info-cursor {
  cursor: help;
}
/* Colours */
/* ==========================================================================
   Colours
   ========================================================================== */
/* 'Species' colours */
/* Sheets */
/* Lozenges */
/* qTip2 */
/* std tip */
/* Calendar colours */
/* Log colours */
/* Fonts */
/* ==========================================================================
   Fonts
   ========================================================================== */
/*
Light
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Light.eot');
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Light.woff') format('woff'), url('../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Light.svg#sourcesanspro-light') format('svg');
  font-weight: 300;
  font-style: normal;
}
/*
Light Italic
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-LightItalic.eot');
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro/SourceSansPro-LightItalic.woff') format('woff'), url('../fonts/Source-Sans-Pro/SourceSansPro-LightItalic.ttf') format('truetype'), url('../fonts/Source-Sans-Pro/SourceSansPro-LightItalic.svg#sourcesanspro-light-italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
/*
Regular
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Regular.eot');
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Regular.woff') format('woff'), url('../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Regular.svg#sourcesanspro-regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
/*
Regular Italic
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Italic.eot');
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Italic.woff') format('woff'), url('../fonts/Source-Sans-Pro/SourceSansPro-Italic.ttf') format('truetype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Italic.svg#sourcesanspro-regular-italic') format('svg');
  font-weight: 400;
  font-style: italic;
}
/*
Bold
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Bold.eot');
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Bold.woff') format('woff'), url('../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/Source-Sans-Pro/SourceSansPro-Bold.svg#sourcesanspro-bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/*
Bold Italic
*/
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-BoldItalic.eot');
  src: url('../fonts/Source-Sans-Pro/SourceSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Source-Sans-Pro/SourceSansPro-BoldItalic.woff') format('woff'), url('../fonts/Source-Sans-Pro/SourceSansPro-BoldItalic.ttf') format('truetype'), url('../fonts/Source-Sans-Pro/SourceSansPro-BoldItalic.svg#sourcesanspro-bold-italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
/* Installation ID Banner - identify which server (apart from PROD) you are on */
/* ==========================================================================
   Installation ID Banner - identify which server (apart from PROD) you are on
   ========================================================================== */
.installation-id-banner {
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 1000;
}
.installation-id-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  /* border-color: rgba(0, 123, 255, 0.8) transparent transparent transparent; */
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.installation-id-banner__slug {
  position: absolute;
  width: 90px;
  margin: 0;
  top: 30px;
  left: -5px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
/* Button - general button styling */
/* ==========================================================================
   Button - general button styling
   ========================================================================== */
.button {
  display: inline-block;
  padding: 0.2em 0.6em;
  min-height: 18px;
  line-height: 18px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9em;
  color: #bbb;
  cursor: pointer;
}
.button a:hover {
  text-decoration: underline;
}
.button_small {
  min-height: 12px;
  line-height: 12px;
  padding: 0.2em 0.3em;
  font-size: 0.75em;
}
.button--action-default {
  border-color: #ccc;
  color: #ccc;
}
.button--action-default:hover,
.button--action-default:focus {
  outline: none;
  color: #fff;
  background: #ccc;
}
.button--action-default.js--clicked {
  color: #fff;
  background: #ccc;
  -webkit-animation: actionColourDefaultPulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourDefaultPulsing 1s ease-in-out infinite alternate;
  animation: actionColourDefaultPulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourDefaultPulsing {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #e6e6e6;
  }
}
@-webkit-keyframes actionColourDefaultPulsing {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #e6e6e6;
  }
}
@keyframes actionColourDefaultPulsing {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #e6e6e6;
  }
}
.button--action-system {
  border-color: #3497c0;
  color: #3497c0;
}
.button--action-system:hover,
.button--action-system:focus {
  outline: none;
  color: #fff;
  background: #3497c0;
}
.button--action-system.js--clicked {
  color: #fff;
  background: #3497c0;
  -webkit-animation: actionColourSystemPulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourSystemPulsing 1s ease-in-out infinite alternate;
  animation: actionColourSystemPulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourSystemPulsing {
  0% {
    background-color: #3497c0;
  }
  100% {
    background-color: #7ec0dc;
  }
}
@-webkit-keyframes actionColourSystemPulsing {
  0% {
    background-color: #3497c0;
  }
  100% {
    background-color: #7ec0dc;
  }
}
@keyframes actionColourSystemPulsing {
  0% {
    background-color: #3497c0;
  }
  100% {
    background-color: #7ec0dc;
  }
}
.button--action-negative {
  border-color: #fb797e;
  color: #fb797e;
}
.button--action-negative:hover,
.button--action-negative:focus {
  outline: none;
  color: #fff;
  background: #fb797e;
}
.button--action-negative.js--clicked {
  color: #fff;
  background: #fb797e;
  -webkit-animation: actionColourNegativePulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourNegativePulsing 1s ease-in-out infinite alternate;
  animation: actionColourNegativePulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourNegativePulsing {
  0% {
    background-color: #fb797e;
  }
  100% {
    background-color: #fedcdd;
  }
}
@-webkit-keyframes actionColourNegativePulsing {
  0% {
    background-color: #fb797e;
  }
  100% {
    background-color: #fedcdd;
  }
}
@keyframes actionColourNegativePulsing {
  0% {
    background-color: #fb797e;
  }
  100% {
    background-color: #fedcdd;
  }
}
.button--action-neutral {
  border-color: #debf11;
  color: #debf11;
}
.button--action-neutral:hover,
.button--action-neutral:focus {
  outline: none;
  color: #fff;
  background: #debf11;
}
.button--action-neutral.js--clicked {
  color: #fff;
  background: #debf11;
  -webkit-animation: actionColourNeutralPulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourNeutralPulsing 1s ease-in-out infinite alternate;
  animation: actionColourNeutralPulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourNeutralPulsing {
  0% {
    background-color: #debf11;
  }
  100% {
    background-color: #f3dd62;
  }
}
@-webkit-keyframes actionColourNeutralPulsing {
  0% {
    background-color: #debf11;
  }
  100% {
    background-color: #f3dd62;
  }
}
@keyframes actionColourNeutralPulsing {
  0% {
    background-color: #debf11;
  }
  100% {
    background-color: #f3dd62;
  }
}
.button--action-positive {
  color: #1ecd97;
  border-color: #1ecd97;
}
.button--action-positive:hover,
.button--action-positive:focus {
  outline: none;
  color: #fff;
  background: #1ecd97;
}
.button--action-positive.js--clicked {
  color: #fff;
  background: #1ecd97;
  -webkit-animation: actionColourPositivePulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourPositivePulsing 1s ease-in-out infinite alternate;
  animation: actionColourPositivePulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourPositivePulsing {
  0% {
    background-color: #1ecd97;
  }
  100% {
    background-color: #68e9c1;
  }
}
@-webkit-keyframes actionColourPositivePulsing {
  0% {
    background-color: #1ecd97;
  }
  100% {
    background-color: #68e9c1;
  }
}
@keyframes actionColourPositivePulsing {
  0% {
    background-color: #1ecd97;
  }
  100% {
    background-color: #68e9c1;
  }
}
.button--action-emulating-banner {
  color: #444;
  border-color: #444;
  background-color: rgba(255, 222, 0, 0.9);
  cursor: pointer important;
}
.button--action-emulating-banner:hover,
.button--action-emulating-banner:focus {
  outline: none;
  color: #ffde00;
  background: #444;
}
.button--action-editor {
  color: #444;
  border-color: #777;
  background: #ccc;
}
.button--action-editor:hover,
.button--action-editor:focus {
  outline: none;
  color: #eee !important;
  -webkit-text-fill-color: #eee !important;
  background: #555;
}
.button--action-editor.js--clicked {
  color: #ccc;
  background: #777;
  -webkit-animation: actionColourEditorPulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourEditorPulsing 1s ease-in-out infinite alternate;
  animation: actionColourEditorPulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourEditorPulsing {
  0% {
    background-color: #777;
  }
  100% {
    background-color: #aaaaaa;
  }
}
@-webkit-keyframes actionColourEditorPulsing {
  0% {
    background-color: #777;
  }
  100% {
    background-color: #aaaaaa;
  }
}
@keyframes actionColourEditorPulsing {
  0% {
    background-color: #777;
  }
  100% {
    background-color: #aaaaaa;
  }
}
.button--modifier {
  border: none;
}
.button--modifier-negative:hover,
.button--modifier-negative:focus,
.button--modifier-negative.checked {
  color: #fb797e;
}
.button--modifier-positive:hover,
.button--modifier-positive:focus,
.button--modifier-positive.checked {
  color: #1ecd97;
}
.button--modifier-observation:hover,
.button--modifier-observation:focus,
.button--modifier-observation.checked {
  color: #1976D2;
}
.button--qtip_small {
  color: #ccc;
  border-color: #777;
  background: #777;
  padding: 2px 4px;
  cursor: pointer;
}
.button--qtip_small:hover,
.button--qtip_small:focus {
  outline: none;
  color: #eee;
  background: #555;
}
.button--qtip_small.js--clicked {
  color: #ccc;
  background: #777;
  -webkit-animation: actionColourEditorPulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourEditorPulsing 1s ease-in-out infinite alternate;
  animation: actionColourEditorPulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourEditorPulsing {
  0% {
    background-color: #777;
  }
  100% {
    background-color: #aaaaaa;
  }
}
@-webkit-keyframes actionColourEditorPulsing {
  0% {
    background-color: #777;
  }
  100% {
    background-color: #aaaaaa;
  }
}
@keyframes actionColourEditorPulsing {
  0% {
    background-color: #777;
  }
  100% {
    background-color: #aaaaaa;
  }
}
.button:disabled,
.button[disabled],
.button--action-disabled {
  border: 1px solid #bbb;
  color: #bbb;
}
.button:disabled:hover,
.button[disabled]:hover,
.button--action-disabled:hover,
.button:disabled:focus,
.button[disabled]:focus,
.button--action-disabled:focus {
  outline: none;
  color: #bbb;
  background: inherit;
}
/* Hide anything with 'js--clickable' class, ready to unhide it in applyUIFunctionality() (main.js) when js is ready */
.js--clickable {
  display: none;
}
/* Forms - general form, label, form element and form meta-functions */
/* ==========================================================================
   Forms - general form, label, form element and form meta-functions
   ========================================================================== */
.dynamic-form-options-container {
  padding: 1em 1em 1em 1em;
}
.dynamic-form-options_option-section_inset-one {
  margin-left: 2em;
}
.dynamic-form-options_option-section_inset-two {
  margin-left: 4em;
}
.dynamic-form-options_option-header {
  margin-bottom: 0.4em;
}
textarea,
input.text,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  -webkit-opacity: 1;
}
textarea,
input.text,
input[type="text"],
input[type="password"],
.input-checkbox {
  border-radius: 0;
}
textarea[disabled],
textarea.disabled,
input.text[disabled],
input.text.disabled,
input[type="text"][disabled],
input[type="text"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
.input-checkbox {
  color: #888;
  background: #fff;
}
.form-elements__list {
  list-style: none;
}
.form-element {
  margin: 0 0 2em 0;
}
.form-element:last-child {
  margin-bottom: 0;
}
.form-element_input_date {
  display: inline-block;
}
.form-element_input_date_touch,
.form-element_input_date_pointer {
  display: none;
}
/* -- Errors -- */
.error-message {
  display: inline-block;
  margin: 0;
  padding: 0.2em 0.4em;
  background: #fb797e;
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
}
/* -- Labels -- */
.labelMixin {
  color: #017db0;
}
.label {
  display: inline-block;
  width: 15em;
  margin-right: 0.4em;
  text-align: right;
  vertical-align: middle;
  color: #017db0;
}
.label-above {
  display: block;
  margin-bottom: 0.4em;
  color: #017db0;
}
.label-right {
  width: auto;
  margin-right: 0;
  margin-left: 0.4em;
  text-align: left;
  color: #017db0;
}
.label-left-natural {
  width: auto;
  margin-left: 0;
  margin-right: 0.4em;
  text-align: left;
  color: #017db0;
}
.label-disabled {
  color: #888;
}
.required::before {
  content: "\f069";
  font-family: FontAwesome;
  margin-right: 0.3em;
  font-size: 0.8em;
  color: #cdb87c;
  vertical-align: top;
}
/* -- Form elements -- */
.form-element__required {
  margin-right: 0.3em;
  font-size: 0.8em;
  color: #cdb87c;
  vertical-align: top;
}
/* -- Input -- */
.form-input {
  width: 30em;
  height: 1.4em;
  padding: 0.2em 0.4em;
  margin: 0;
  vertical-align: top;
  border: 1px solid #ddd;
}
.qtip-hydra-sheet .form-input {
  background: #ccc;
  border-color: #888;
}
.form-input:focus,
.form-element__required:focus,
.form-input__textarea:focus {
  border-color: #017db0;
  outline: none;
}
.form-input_date {
  width: 8em;
}
.form-input_date_touch {
  width: 10em;
}
.form-input_short {
  width: 8em;
}
.form-input_medium {
  width: 18em;
}
.form-input_not_user_editable {
  border: none;
  pointer-events: none;
}
/* -- Textarea -- */
.form-input__textarea-wrapper_inline {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50em;
  vertical-align: top;
}
.form-input__textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 5.6em;
  min-height: 5.6em;
  max-height: 16em;
  border: 1px solid #e3e3e3;
  padding: 0.4em;
  vertical-align: top;
}
.qtip-hydra-sheet .form-input__textarea {
  background: #ccc;
  border-color: #888;
}
.notes_block .form-input__textarea {
  border-color: transparent;
  height: 2em;
  min-height: 2em;
  max-height: inherit;
}
/* -- Radio button list -- */
.form-input__radio-button-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}
.form-input__radio-button-list__element {
  display: table-row;
}
.form-input__radio-button-list__element:last-child {
  margin-bottom: 0;
}
.form-input__radio-button-list__element .form-input__radio-button-list__option_title {
  display: table-cell;
  padding: 0.2em 0.2em 0.2em 0;
  white-space: nowrap;
}
.form-input__radio-button-list__element .form-input__radio-button-list__option_title.disabled {
  color: #bbb;
}
.form-input__radio-button-list__element .form-input__radio-button-list__input {
  margin-right: 0.4em;
}
.form-input__radio-button-list__element .form-input__radio-button-list__option_description {
  display: table-cell;
  padding: 0.2em 0 0.2em 1em;
  color: #999;
}
.form-input__radio-button-list__element .form-input__radio-button-list__option_description.disabled {
  color: #bbb;
}
.horizontal__radio_buttons-legend {
  display: inline-block;
  float: left;
  /* html 'legend' doesn't respect display: inline-block rule */
}
.horizontal__radio_button {
  display: inline-block;
  margin-left: 0.5em;
}
/* -- Placeholders -- */
::-webkit-input-placeholder {
  color: #888;
  font-weight: 300;
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
  font-weight: 300;
  font-style: italic;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
/* -- Form meta functions -- */
.form-element__meta-functions {
  display: inline-block;
  height: 2.25em;
  margin: 0;
  padding: 0;
  vertical-align: top;
  white-space: nowrap;
  list-style: none;
  color: #aaa;
  font-size: 0.8em;
}
.form-element__meta-functions__item {
  display: inline-block;
  min-width: 1em;
  height: 2.25em;
  margin: 0;
  padding: 0 0.4em;
  border: 1px solid #ddd;
  border-left: none;
  line-height: 2.25em;
  text-align: center;
  background: #fafafa;
}
.form-element__meta-functions__item a {
  transition: color 0.3s;
  color: #aaa;
  text-decoration: none;
}
.form-element__meta-functions__item a:active,
.form-element__meta-functions__item a:focus,
.form-element__meta-functions__item a:hover {
  color: #666;
}
.qtip-hydra-sheet .form-element__meta-functions__item {
  background: #b6b6b6;
  border-color: #888;
  color: #555;
}
.qtip-hydra-sheet .form-element__meta-functions__item a {
  color: #555;
}
.qtip-hydra-sheet .form-element__meta-functions__item a:active,
.qtip-hydra-sheet .form-element__meta-functions__item a:focus,
.qtip-hydra-sheet .form-element__meta-functions__item a:hover {
  color: #111;
}
.form-element__meta-functions__item.alert {
  color: #fb797e;
}
.qtip-hydra-sheet .form-element__meta-functions__item.alert {
  color: #d5060e;
}
.form-element__meta-functions__item:last-child {
  border-radius: 0 3px 3px 0;
}
textarea + .form-element__meta-functions {
  width: 100%;
  height: 1.8em;
}
textarea + .form-element__meta-functions .form-element__meta-functions__item {
  border: 1px solid #ddd;
  border-top: none;
  border-right: none;
  float: right;
  height: 1.8em;
  line-height: 1.8em;
}
textarea + .form-element__meta-functions .form-element__meta-functions__item:first-child {
  border-radius: 0 0 3px 0;
  border-right: 1px solid #ddd;
}
textarea + .form-element__meta-functions .form-element__meta-functions__item:last-child {
  border-radius: 0 0 0 3px;
}
textarea + .form-element__meta-functions .form-element__meta-functions__item:first-child:last-child {
  border-radius: 0 0 3px 3px;
}
.qtip-hydra-sheet textarea + .form-element__meta-functions .form-element__meta-functions__item {
  border-color: #888;
}
.form-element__meta-function_flyout {
  padding-top: 3em;
}
.form-element__meta-function_flyout ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.form-element__meta-function_flyout__item {
  margin-bottom: 0.6em;
  padding: 0.4em 0.4em;
  background: #ccc;
  border-radius: 3px;
  cursor: pointer;
}
.form-element--valid .form-element__meta-functions__item__validate-status--unvalidated,
.form-element--invalid .form-element__meta-functions__item__validate-status--unvalidated {
  display: none;
}
.form-element__meta-functions__item__validate-status--valid,
.form-element__meta-functions__item__validate-status--invalid {
  display: none;
}
.form-element--valid .form-element__meta-functions__item__validate-status--valid {
  display: inline;
  color: #1ecd97;
}
.form-element--invalid .form-element__meta-functions__item__validate-status--invalid {
  display: inline;
  color: #fb797e;
}
.additionalOptionsContainer {
  margin-top: 1em;
  color: #999;
  font-size: 0.8em;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #e3e3e3;
  background: white url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #888;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #017db0;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #fb797e;
  display: list-item;
  background: #fb797e;
  color: #fff;
  border-radius: 3px;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border-radius: 3px;
  background-color: green;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  color: blue;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ddd;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid purple;
  box-shadow: 0 0 5px purple;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* Meta Functions - icons for accessing meta-functionality - help etc. */
/* ==========================================================================
   Meta Functions - icons for accessing meta-functionality - help etc.
   ========================================================================== */
.meta-functions {
  position: absolute;
  margin: 0;
  padding: 0;
  /* 	outline: 1px dotted red; */
  top: 0.5em;
  right: 0;
  /*
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
*/
  list-style: none;
  color: #aaa;
}
.meta-functions_block {
  margin: 0 0 0.6em 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}
.meta-functions__item {
  display: inline-block;
  margin: 0 0.2em;
  padding: 0;
}
.meta-functions__item:first-child {
  margin-left: 0;
}
.meta-functions__item:last-child {
  margin-right: 0;
}
.meta-functions__link {
  color: #aaa;
}
.meta-functions__link:active,
.meta-functions__link:focus,
.meta-functions__link:hover {
  color: #666;
}
.meta-functions__link:hover {
  cursor: pointer;
}
.meta-functions_hidden {
  display: none;
}
.meta-functions_list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.meta-functions_list_links {
  list-style: none;
  margin: 0.6em 0 0.6em 0.6em;
  padding-left: 0;
}
.meta-functions_list_links li {
  margin-bottom: 0.3em;
}
/* Page header - contains Primary Nav	 */
/* ==========================================================================
   Page header - contains Primary Nav
   ========================================================================== */
.page-header {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 5em;
  z-index: 100;
  background: #017db0;
}
.page-header-public {
  margin-bottom: 0;
}
.page-header-public input {
  color: #fff;
}
.page-header__logo {
  width: 138px;
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 20px;
}
.page-header .button {
  background: #018bc4;
  border-color: #0196d3;
  color: #b3d8e7;
  transition: color 0.3s, background 0.3s, opacity 0.3s;
}
.page-header .button:hover {
  color: #017db0;
  background: #b3d8e7;
}
/* Primary Navigation - top level navigation */
/* ==========================================================================
   Primary Navigation - top level navigation
   ========================================================================== */
.primary-nav__menu-button {
  display: none;
}
.primary-nav {
  position: absolute;
  left: 165px;
  top: 26px;
  color: #b3d8e7;
}
.primary-nav__items-container {
  padding: 0;
  margin: 0;
}
.page-public .primary-nav {
  left: auto;
  right: 0;
}
.primary-nav__item {
  float: left;
  margin-left: 2em;
  padding: 0;
  cursor: pointer;
}
.primary-nav__login-field {
  position: relative;
}
.primary-nav__login-field__error-message {
  position: absolute;
  top: -20px;
  right: 0px;
}
.primary-nav__login-field__instruction {
  display: none;
}
.primary-nav__link {
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #b3d8e7;
}
.primary-nav__link:active,
.primary-nav__link:focus,
.primary-nav__link:hover {
  color: #fff;
}
.primary-nav__link .fa {
  color: #00a5e2;
  transition: color 0.3s;
}
.primary-nav__link:hover .fa {
  color: #fff;
}
.primary-nav__item--is-active .primary-nav__link {
  border-bottom-color: #cdb87c;
  color: #fff;
}
.primary-nav__dropdown-items-container {
  display: none;
  position: absolute;
  margin: 0 0 0 -1em;
  padding: 0.2em 1em 0.4em 1em;
  z-index: 99;
  background: #017db0;
}
.primary-nav__dropdown-items__item {
  margin-top: 0.4em;
  padding: 0;
}
.primary-nav__help {
  margin-left: 4em;
}
.primary-nav__search .fa {
  color: #00a5e2;
  font-size: 0.9em;
}
.primary-nav__input {
  background: #018bc4;
  border: 1px solid #0196d3;
  border-radius: 3px;
  padding: 0.2em 0.4em;
}
.primary-nav__input:focus {
  border: 1px solid #cdb87c;
  outline: none;
}
.primary-nav__log-in__errors {
  float: left;
  margin: 0;
}
.primary-nav__log-in__error__instructions-wrapper {
  position: relative;
  top: 80px;
  text-align: center;
}
.primary-nav__log-in__error__instructions-wrapper .primary-nav__log-in__error__instructions {
  background-color: rgba(205, 184, 124, 0.1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.6em 1em;
}
.primary-nav__log-in__error__instructions-small-screen-wrapper {
  display: none;
}
@media only screen and (max-width: 35em) {
  @-moz-keyframes test {
    from {
      top: -400px;
    }
    to {
      top: 70px;
    }
  }
  @-webkit-keyframes test {
    from {
      top: -400px;
    }
    to {
      top: 70px;
    }
  }
  @keyframes test {
    from {
      top: -400px;
    }
    to {
      top: 70px;
    }
  }
  @-moz-keyframes test2 {
    from {
      top: 70px;
    }
    to {
      top: -400px;
    }
  }
  @-webkit-keyframes test2 {
    from {
      top: 70px;
    }
    to {
      top: -400px;
    }
  }
  @keyframes test2 {
    from {
      top: 70px;
    }
    to {
      top: -400px;
    }
  }
  .primary-nav {
    display: none;
  }
  .primary-nav {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    padding: 1em 0 2em 0;
    background: #017db0;
  }
  .primary-nav__item {
    float: none;
    margin: 0 0 0 0;
    padding: 0 2em;
    cursor: pointer;
    font-size: 1.4em;
  }
  .primary-nav__login-field {
    cursor: default;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .primary-nav__login-field .info-trigger {
    display: none;
  }
  .primary-nav__login-field__instruction {
    display: block;
    margin-top: 0.6em;
    text-align: center;
    font-size: 0.7em;
    font-style: italic;
  }
  .primary-nav__login-field__error-message {
    top: -6px;
    right: 20px;
  }
  .primary-nav__log-in__error__instructions-wrapper {
    display: none;
  }
  .primary-nav__log-in__error__instructions-small-screen-wrapper {
    display: block;
    text-align: center;
  }
  .primary-nav__log-in__error__instructions-small-screen-wrapper .primary-nav__log-in__error__instructions {
    background-color: rgba(205, 184, 124, 0.1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
    margin: 0 2em;
    border: 1px solid #0196d3;
    border-radius: 3px;
    padding: 0.6em 1em;
  }
  .primary-nav__log-in__error__instructions-small-screen-wrapper .primary-nav__log-in__error__instructions a {
    color: #fff;
  }
  .primary-nav__log-in {
    margin: 1em 0;
    text-align: center;
  }
  .primary-nav__log-in__button {
    margin: 0 auto;
  }
  .primary-nav__link {
    display: block;
    width: 100%;
    padding: 0.4em 0;
    border-bottom: none;
  }
  .primary-nav__item--is-active .primary-nav__link {
    color: #cdb87c;
    font-weight: bold;
  }
  .primary-nav__dropdown-items-container {
    display: block;
    position: inherit;
    margin: 0 0 0 0.6em;
    z-index: 99;
    background: none;
  }
  .primary-nav__dropdown-items__item {
    margin-top: 0;
    padding: 0;
    font-size: 0.9em;
  }
  .primary-nav__menu-button {
    display: inline-block;
    position: absolute;
    left: 160px;
    top: 15px;
    font-weight: bold;
  }
}
/* The Public (non-logged-in) homepage */
/* ==========================================================================
   The Public (non-logged-in) homepage
   ========================================================================== */
.page-public .page-header {
  margin: 0;
}
.page-public__banner-image-area {
  width: 100%;
  max-width: 1260px;
  height: 500px;
  margin: 0 auto;
  background: url('../img/page-public__banner-image-area.jpg') no-repeat 100% 50%;
}
.page-public__banner-image-area__sales-message {
  max-width: 50%;
  margin: 0;
  padding-top: 80px;
  color: #017db0;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
  text-shadow: 0 0 5px #ffffff;
}
.page-public__banner-image-area__sales-message p {
  margin: 0;
}
.page-public__banner-image-area__pss-logo {
  margin-top: 2em;
}
.page-public__banner-image-area__additional-text {
  max-width: 50%;
  margin-top: 2em;
  padding: 0.4em;
  background: rgba(255, 255, 255, 0.8);
}
.page-public__headline {
  max-width: 75%;
  margin: 1em auto;
  font-size: 2em;
  line-height: 1.2em;
  text-align: center;
  /* 	background: rgba(255,255,0,0.5); */
}
@media only screen and (max-width: 60em) {
  .page-public__banner-image-area {
    height: 300px;
    background-size: 350px;
  }
  .page-public__banner-image-area__sales-message {
    max-width: 300px;
    font-size: 1.8em;
    font-weight: normal;
    padding-top: 30px;
  }
  .page-public__banner-image-area__pss-logo {
    margin-top: 0;
    width: 100px;
  }
  .page-public__headline {
    max-width: 100%;
    margin: 1.5em auto;
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 35em) {
  .page-public__banner-image-area {
    height: 220px;
    background-size: 250px;
  }
  .page-public__banner-image-area__sales-message {
    max-width: 200px;
    font-size: 1.6em;
    font-weight: normal;
    padding-top: 30px;
  }
  .page-public__banner-image-area__pss-logo {
    margin-top: 0;
    width: 100px;
  }
  .page-public__headline {
    max-width: 100%;
    margin: 1.5em auto;
    font-size: 1.4em;
  }
}
/* Personal Navigation */
/* ==========================================================================
   Personal Navigation
   ========================================================================== */
.personal-nav {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 0.9em;
}
.personal-nav ul {
  padding: 0;
  margin: 0;
}
.personal-nav__item {
  float: left;
  margin: 0 0 0 2em;
  padding: 0;
  color: #aaa;
}
.personal-nav__link {
  text-decoration: none;
  color: #aaa;
}
.personal-nav__link:active,
.personal-nav__link:focus,
.personal-nav__link:hover {
  color: #666;
}
.personal-nav__item__user-name {
  font-weight: bold;
}
.personal-nav__item__messages {
  position: relative;
}
.personal-nav__item__profile-pic {
  position: relative;
  width: 78px;
  height: 78px;
  margin-top: -49px;
  background: #fff;
  border-radius: 50%;
}
.personal-nav__item__profile-pic__image {
  width: 70px;
  height: 70px;
  margin: 3px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
.personal-nav__item__profile-pic__image > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.personal-nav__item__user-location__icon,
.personal-nav__item__profile__icon,
.personal-nav__item__logout__icon {
  width: 14px;
  height: 14px;
  margin: -4px 2px 0 0;
  vertical-align: middle;
}
.personal-nav__item__user-location__icon {
  background-position: -14px 0;
}
.personal-nav__item__profile__icon {
  background-position: -28px 0;
}
.personal-nav__item__logout__icon {
  background-position: -42px 0;
}
.alert-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}
.alert-badge__link {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  background: #bbb;
  font-weight: bold;
  letter-spacing: -0.1em;
  color: #fff;
  text-decoration: none;
}
.alert-badge__link:active,
.alert-badge__link:focus,
.alert-badge__link:hover {
  color: #fff;
}
.alert-badge__link-active {
  background: #fb797e;
}
.messages-badge-wrapper {
  position: absolute;
  top: -7px;
  left: -14px;
}
.messages-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.messages-badge__link {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background: #fb797e;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: -0.1em;
  color: #fff;
  text-decoration: none;
}
.messages-badge__link:active,
.messages-badge__link:focus,
.messages-badge__link:hover {
  color: #fff;
}
/* Primary Breadcrumbs */
/* ==========================================================================
   Primary Breadcrumbs
   ========================================================================== */
.primary-breadcrumbs {
  height: 24px;
  font-size: 14px;
  margin-bottom: 4em;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.primary-breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.primary-breadcrumbs__item {
  float: left;
  padding: 0;
  padding: 0 0.3em;
  color: #b8b8b8;
  /* 		line-height: 26px; */
}
.primary-breadcrumbs__item:first-child {
  padding-left: 0.6em;
}
.primary-breadcrumbs__item:last-child {
  font-weight: bold;
}
.primary-breadcrumbs__link {
  display: block;
  padding: 0;
  text-decoration: none;
  color: #b8b8b8;
}
.primary-breadcrumbs__link:hover {
  color: #017db0;
}
.primary-breadcrumbs__item__icon {
  width: 8px;
  height: 26px;
  margin-left: 0.3em;
  background-position: 0 -28px;
  vertical-align: middle;
}
/* Collapsable Trigger - collapsable section icon */
/* ==========================================================================
   Collapsable Trigger - collapsable section icon
   ========================================================================== */
.collapsable__trigger {
  text-decoration: none;
  color: #aaa;
}
.collapsible__trigger_disabled {
  color: red;
}
.collapsable__indicator {
  display: block;
  margin: 0 auto;
  width: 1em;
  text-align: center;
}
.collapsable .collapsable__indicator:before {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  vertical-align: middle;
}
.collapsable--is-collapsed .collapsable__indicator:before {
  font-family: FontAwesome;
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
}
/* Collapsible areas */
/* ==========================================================================
   Collapsible
   ========================================================================== */
.collapsible__trigger {
  cursor: pointer;
}
.collapsible__trigger:before {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  padding-right: 0.4em;
  vertical-align: middle;
  color: #999;
  width: 0.4em;
  font-size: 14px;
}
.collapsible--is-collapsed .collapsible__trigger:before {
  content: "\f0da";
}
.collapsible__container.collapsible--is-collapsed .collapsible__area {
  display: none;
}
/* Section - block of sectioned content */
/* ==========================================================================
   Section - block of sectioned content
   ========================================================================== */
.section {
  /* 	margin-bottom: @sectionBottomMargin; */
  background: #fff;
  /*
	border: 2px solid @borderColour;
	border-radius: @buttonBorderRadius;
*/
  border-bottom: 1px solid #c5e0eb;
  margin-bottom: 3em;
}
.section:last-child:not(.section--border_bottom),
.section.no_border {
  border-bottom: none;
}
.section--full-width {
  width: 100%;
}
.section--joined {
  margin-bottom: 0;
}
.section__joiner {
  position: relative;
  width: 20px;
  height: 2em;
  margin: 0 auto;
}
.section__joiner__top {
  position: absolute;
  width: 20px;
  min-height: 20px;
  height: inherit;
  background-position: 0 -54px;
}
.section__joiner__bottom {
  position: absolute;
  width: 20px;
  height: 10px;
  background-position: 0 -93px;
  bottom: 0;
}
.section__header {
  position: relative;
  /* 		background: @secondaryContentBackgroundColour; */
  margin-bottom: 1em;
  padding: 0.6em 1em;
  color: #017db0;
}
.section__header h1 {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
.section__header h1 .secondaryInfo {
  font-size: 0.6em;
}
.section__header .collapsable__indicator {
  color: #b8b8b8;
  font-size: 0.8em;
}
.collapsable--is-collapsed .section__header {
  border-bottom: none;
}
.section__header > .meta-functions {
  right: 1em;
}
.section__content {
  padding: 0 1em;
  margin-bottom: 2em;
}
/*
		.section__content a {
			color: @primaryFeatureColour;
			text-decoration: none;
						
			&:visited {
				color: @primaryFeatureColour;
			}
			
			&:hover {
				color: @primaryFeatureColour;
				text-decoration: underline;
			}
		}
*/
.section__footer {
  position: relative;
  padding: 0.6em 1em;
  overflow: auto;
  /* 		background: @secondaryContentBackgroundColour; */
  /* 		border-top: 1px solid @borderColour; */
}
.collapsable--is-collapsed .section__content,
.collapsable--is-collapsed .section__footer {
  display: none;
}
.section__footer > .meta-functions {
  left: 1em;
}
/* Tab Section - block of sectioned content containing tabbed sub-sections */
/* ==========================================================================
   Tab Section - block of sectioned content containing tabbed sub-sections
   ========================================================================== */
.tab-section {
  /* 	margin-bottom: @sectionBottomMargin; */
  position: relative;
  margin: 0;
  padding: 0;
  /* 	padding-left: 4px; */
}
.tab-section_sub {
  font-size: 0.9em;
}
.tab-section_content {
  position: relative;
}
.tab {
  display: inline;
  margin-left: -4px;
}
.tab:first-of-type {
  margin-left: 0;
}
.tab__content {
  display: none;
  width: 100%;
  float: left;
  /* 			margin-top: -20px; // -2px; */
  margin: 1em 0 0 0;
  /* 			border-top: 1px solid @borderColour; */
}
.tab--is-active > .tab__content {
  display: block;
}
.tab__header {
  display: inline-block;
  margin: 0;
  padding: 0.2em 1em;
  border-bottom: 1px solid #b8b8b8;
  font-size: 1.2em;
  font-weight: normal;
  color: #017db0;
}
.tab--is-active > .tab__header {
  padding-top: 0.4em;
  border: 1px solid #b8b8b8;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.tab__header__link {
  text-decoration: none;
  color: #aaa;
  cursor: pointer;
}
.tab__header__link:hover {
  color: #017db0;
}
.tab--is-active > .tab__header__link {
  color: #017db0;
  cursor: default;
}
.tab__header__reload-link {
  display: none;
  margin-left: 0.5em;
  font-size: 0.65em;
}
.tab--is-active .tab__header__reload-link {
  display: inline-block;
  color: #aaa;
  cursor: pointer;
}
.tab--is-active .tab__header__reload-link:hover {
  color: #017db0;
}
.tab_chooser_block {
  position: absolute;
  top: 1.6em;
  right: 0em;
  padding: 0.4em;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
}
.tab_chooser_block .hide-hide-able-link {
  margin-left: 0.4em;
}
/* Action Buttons - block of action buttons triggering actions to perform on content sections - submit form etc. */
/* ==========================================================================
   Action Buttons - block of action buttons triggering actions to perform on content sections - submit form etc.
   ========================================================================== */
.action-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.action-buttons li {
  display: block;
  float: right;
  margin-left: 1em;
  margin-bottom: 0.6em;
}
.action-buttons li.action-buttons_reversal-action {
  float: left;
  margin: 0 1em 0.6em 0;
}
.mini-action-buttons {
  margin: 0;
  list-style: none;
  font-size: 0.8em;
}
.mini-action-buttons li {
  margin-left: 0.4em;
}
.mini-action-buttons .button {
  padding: 0.1em 0.3em;
  display: block;
  float: right;
  margin-left: 1em;
}
/* Page Footer - footer content common to all pages */
/* ==========================================================================
   Page Footer - footer content common to all pages
   ========================================================================== */
.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding-top: 0.6em;
  background: #ccc;
  border-top: 4px solid #017db0;
  font-size: 0.8em;
}
a {
  color: #444;
}
.page-footer__technical {
  color: #888;
  margin-left: 2em;
}
/* Dropzone - http://www.dropzonejs.com/ */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  border: 2px dashed #e3e3e3;
  background: #fff;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 6px;
  border: 2px solid #ddd;
  overflow: hidden;
  width: 116px;
  height: 116px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.profile__profile-pic__dropzone.dropzone {
  width: 140px;
  min-width: inherit;
  height: 140px;
  min-height: inherit;
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 0.8em;
}
/* Zebra_Datepicker - http://stefangabos.ro/jquery/zebra-datepicker */
.Zebra_DatePicker {
  background: #888;
  border-radius: 4px;
  box-shadow: 0 0 10px #888;
  color: #222;
  font-size: 0.8em;
  padding: 3px;
  position: absolute;
  display: table;
  *width: 255px;
  z-index: 99999;
}
.Zebra_DatePicker *,
.Zebra_DatePicker :after,
.Zebra_DatePicker :before {
  box-sizing: content-box !important;
}
.Zebra_DatePicker * {
  padding: 0;
}
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px;
}
.Zebra_DatePicker td.dp_time_ampm {
  padding-left: 10px;
}
.Zebra_DatePicker .dp_body td,
.Zebra_DatePicker .dp_body th {
  border: 1px solid #bfbfbf;
}
.Zebra_DatePicker .dp_body td:first-child,
.Zebra_DatePicker .dp_body th:first-child {
  border-left: none;
}
.Zebra_DatePicker .dp_body td:last-child,
.Zebra_DatePicker .dp_body th:last-child {
  border-right: none;
}
.Zebra_DatePicker .dp_body tr:first-child td,
.Zebra_DatePicker .dp_body tr:first-child th {
  border-top: none;
}
.Zebra_DatePicker .dp_body tr:last-child td,
.Zebra_DatePicker .dp_body tr:last-child th {
  border-bottom: none;
}
.Zebra_DatePicker .dp_body td {
  background: #e6e5e5;
}
.Zebra_DatePicker .dp_body .dp_weekend {
  background: #d6d6d6;
}
.Zebra_DatePicker .dp_body .dp_not_in_month {
  background: #e0e6f2;
  color: #98acd4;
}
.Zebra_DatePicker .dp_body .dp_current {
  color: #017db0;
}
.Zebra_DatePicker .dp_body .dp_selected {
  background: #cdb87c;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
  background: #f2f2f2;
  color: #ccc;
  cursor: text;
}
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: #b56a6a;
}
.Zebra_DatePicker .dp_body .dp_hover {
  background: #017db0;
  color: #fff;
}
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
  background-color: #8c8c8c;
  color: #fff;
}
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_timepicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 33.3333%;
}
.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #222;
  font-size: 39px;
  font-weight: 700;
}
.Zebra_DatePicker .dp_time_separator div {
  position: relative;
}
.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  color: 1px solid #bfbfbf;
  font-size: 37px;
  left: 100%;
  position: absolute;
  z-index: 1;
}
.Zebra_DatePicker .dp_header {
  margin-bottom: 3px;
}
@supports (-ms-ime-align:auto) {
  .Zebra_DatePicker .dp_header {
    font-family: 'Segoe UI Symbol', Tahoma, Arial, Helvetica, sans-serif;
  }
}
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}
.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%;
}
.Zebra_DatePicker .dp_actions td {
  border-radius: 4px;
  color: #fff;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: 700;
  width: 100%;
}
.Zebra_DatePicker .dp_actions .dp_next,
.Zebra_DatePicker .dp_actions .dp_previous {
  *padding: 0 10px;
}
.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: #8c8c8c;
  color: #fff;
}
.Zebra_DatePicker .dp_daypicker th {
  background: #f5f1e5;
  color: #bb9e6b;
  cursor: text;
  font-weight: 700;
}
.Zebra_DatePicker.dp_hidden {
  display: none;
}
.Zebra_DatePicker .dp_icon {
  height: 16px;
}
.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler:after {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 18px;
  color: #ddd;
  position: absolute;
  right: 12px;
  bottom: 2px;
}
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px;
}
button.Zebra_DatePicker_Icon {
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
  background-position: center -32px;
  cursor: default;
}
/* FullCalendar - http://fullcalendar.io/ */
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #e3e3e3;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #f5f1e5;
}
.fc-sat,
.fc-sun {
  background-color: #fcfcfc;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: FontAwesome;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}
.fc-icon-left-single-arrow:after {
  content: "\f104";
  font-size: 120%;
  top: 7%;
}
.fc-icon-right-single-arrow:after {
  content: "\f105";
  font-size: 120%;
  top: 7%;
}
.fc-icon-left-double-arrow:after {
  content: "\f100";
  font-size: 100%;
  top: 7%;
}
.fc-icon-right-double-arrow:after {
  content: "\f101";
  font-size: 100%;
  top: 7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  transition: color 0.3s;
  color: #017db0;
  /*
	&:visited {
		color: @primaryFeatureColour;
	}
*/
  display: inline-block;
  padding: 0.2em 0.6em;
  min-height: 18px;
  line-height: 18px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9em;
  color: #bbb;
  cursor: pointer;
  border-color: #ccc;
  color: #ccc;
}
.fc button:active,
.fc button:focus,
.fc button:hover {
  color: #017db0;
}
.fc button a:hover {
  text-decoration: underline;
}
.fc button:hover,
.fc button:focus {
  outline: none;
  color: #fff;
  background: #ccc;
}
.fc button.js--clicked {
  color: #fff;
  background: #ccc;
  -webkit-animation: actionColourDefaultPulsing 1s ease-in-out infinite alternate;
  -moz-animation: actionColourDefaultPulsing 1s ease-in-out infinite alternate;
  animation: actionColourDefaultPulsing 1s ease-in-out infinite alternate;
  cursor: default;
}
@-moz-keyframes actionColourDefaultPulsing {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #e6e6e6;
  }
}
@-webkit-keyframes actionColourDefaultPulsing {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #e6e6e6;
  }
}
@keyframes actionColourDefaultPulsing {
  0% {
    background-color: #ccc;
  }
  100% {
    background-color: #e6e6e6;
  }
}
.fc button.fc-state-active {
  color: #fff;
  background-color: #ccc;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
.fc-button-group .fc-button {
  border-radius: 0;
}
.fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.7em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #017db0;
  /* default BORDER color */
  background-color: #017db0;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
/* Hydra specific */
.calendar_event-attachment_expires {
  background-color: #a89f9f;
  border-color: #a89f9f;
}
/* PDF */
/* ==========================================================================
   PDF
   ========================================================================== */
body.pdf {
  color: #000;
}
body.pdf * {
  font-size: 8.9pt;
}
.pdf h1,
.pdf h2,
.pdf h3,
.pdf h4,
.pdf h5,
.pdf h6,
.pdf .data-label {
  color: #000 !important;
}
.pdf h1 {
  font-size: 1.5em;
}
.pdf h2 {
  font-size: 1.3em;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
.pdf h3 {
  font-size: 1.1em;
  margin-bottom: 0.4em;
}
.pdf h1 .secondaryInfo {
  color: #000;
  font-size: 0.8em;
}
.pdf .section__header {
  margin: 1em 0;
  padding: 0;
  border: none;
  font-size: 1.2em;
}
.pdf .section--full-width,
.pdf .section__content {
  margin: 0;
  padding: 0;
  border: none;
}
.pdf .species_accreditation {
  page-break-before: always;
}
.pdf tr {
  page-break-inside: avoid;
}
.pdf .data-table {
  margin-bottom: 0;
}
.pdf .data-table__table {
  margin-bottom: 1em;
}
.pdf .data-table__table tr {
  border-bottom: 1px solid #e3e3e3;
}
.pdf .data-table__table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.pdf .data-table__table .data-table__actions__column {
  display: none;
}
.pdf .acc-tree__colps_block.collapsible--is-expanded {
  margin-bottom: 0.5em;
}
.pdf .collapsible__trigger:before {
  content: none;
}
.pdf .acc-tree__colps_block__content {
  border-left: none;
  margin: 0 0 0.5em 0em;
  padding: 0em 0.4em 0 0.7em;
}
.pdf .acc-tree__colps_block__requirement {
  border-bottom: 1px dotted #ddd;
}
.pdf .acc-tree__block-desc_index_el {
  margin-right: 1em;
  padding: 0 0.2em;
  min-width: 1.4em;
  display: inline-block;
  border-color: #888;
  text-align: center;
  font-weight: bold;
}
.pdf .accreditation-tree__section-subheader__module_title,
.pdf .accreditation-tree__section-subheader__level_title,
.pdf .accreditation-tree__section-subheader__requirement_title {
  color: #000;
  font-weight: bold;
}
.pdf .accreditation-tree__section-subheader__requirements_type_title {
  color: #555;
  font-weight: bold;
}
.pdf .accreditation-tree__section-subheader,
.pdf .tab__header,
.pdf .section__requirement_new_feedbacks,
.pdf .section__set_conditions_implementations,
.pdf .requirement_attach_files {
  display: none;
}
.pdf .acc-tree__block-statuses {
  padding-left: 1em;
}
.pdf .alternating-roles-block {
  width: 100%;
}
.pdf .alternating-roles-block .acc-tree__block-status-not_inspected,
.pdf .alternating-roles-block .acc-tree__block-status-achieved,
.pdf .alternating-roles-block .acc-tree__block-status-not_achieved {
  display: none;
}
.pdf .alternating-roles-block:nth-child(odd),
.pdf .alternating-roles-block:nth-child(even) {
  margin: 0 0 1em 0;
  padding: 0;
  border: none;
}
.pdf .alternating-roles-block:nth-child(odd) .alternating-roles-block__content,
.pdf .alternating-roles-block:nth-child(even) .alternating-roles-block__content {
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
}
.pdf .alternating-roles-block__profile-pic__image,
.pdf .alternating-roles-block__content__author-indicator {
  display: none;
}
.pdf .alternating-roles-block__user-name_role {
  display: block;
  color: #555;
  font-size: 0.8em;
}
.pdf .alternating-roles-block__user-name_role__inline {
  display: inline-block;
  color: #555;
  font-size: 0.8em;
}
.pdf .form-element {
  margin: 0 0 0.2em 0;
}
.pdf input {
  border: none;
}
.pdf .label-above,
.pdf .label {
  display: inline-block;
  padding: 0.1em 0.2em;
  border-radius: 3px;
  background: #aaa;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
}
.pdf .section__required_documents,
.pdf .section__attached_files {
  font-size: 0.8em;
}
.pdf .description_block {
  margin: 0;
  color: #555;
  text-align: center;
}
.pdf .description_block p {
  margin: 0;
}
.pdf .feedback__text {
  display: inline-block;
}
.pdf .feedback__text:before {
  font-family: 'Source Sans Pro', sans-serif;
  content: "“";
  color: #000;
  position: relative;
  top: 0;
  left: 0;
}
.pdf .feedback__text:after {
  font-family: 'Source Sans Pro', sans-serif;
  content: "”";
  color: #000;
  position: relative;
  bottom: 0;
  right: 0;
}
.pdf .requirement_note_section {
  margin: 0 1em 0 3em;
  border: 2px dashed #e3e3e3;
  height: 5em;
}
.pdf .requirement_note_section__label {
  margin: 0.5em 0 0 0.8em;
  font-size: 0.8em;
  color: #555;
  font-style: italic;
}
/* Start Award Display Certificate */
.award-display-certificate {
  color: #444;
  border: 5px solid #cdb87c;
  height: 1000px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
  position: relative;
  background-size: 700px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
.award-display-certificate__achieved-level-achievedOutstanding {
  border-color: #cdb87c;
  background-image: url('/img/certificate/certificate_watermark_a4_portrait_rcvs_crest_gold.jpg');
}
.award-display-certificate__achieved-level-achievedGood {
  border-color: #017db0;
  background-image: url('/img/certificate/certificate_watermark_a4_portrait_rcvs_crest_blue.jpg');
}
.award-display-certificate .certificate__header__logo {
  width: 160px;
  margin: 40px 0 50px 0;
}
.award-display-certificate__premises-name {
  margin: 0 0 10px 0;
  font-size: 1.8em;
  font-weight: bold;
}
.award-display-certificate__premises-address {
  margin: 0 0 30px 0;
  font-size: 1.1em;
}
.award-display-certificate__award-achieved {
  margin: 0 0 30px 0;
}
.award-display-certificate__award-achieved__level {
  margin: 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
}
.award-display-certificate__species-award {
  margin: 0 0 30px 0;
}
.award-display-certificate__species-award p {
  margin: 0;
  line-height: 1.1em;
}
.award-display-certificate__species-award__species {
  margin: 0 0 18px 0;
  font-size: 1.8em;
  font-weight: bold;
}
.award-display-certificate__species-award__award {
  margin: 0;
  font-size: 2em;
  font-weight: bold;
}
.award-display-certificate__sprite_icon__certificate_award {
  margin: 0 0 20px 0;
  width: 200px;
  height: 200px;
}
.award-display-certificate__certificate__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.award-display-certificate__certificate__footer__signatures {
  margin: 0 0 20px 0;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
}
.award-display-certificate__certificate__footer__signatures .certificate__footer__text-block {
  width: 8cm;
  padding: 0 20px 0 20px;
}
.award-display-certificate__certificate__footer__signatures .certificate__footer__sig-block {
  text-align: center;
  padding: 0 50px 0 0;
  width: 2cm;
  text-transform: uppercase;
}
.award-display-certificate__certificate__footer__valid-until {
  margin: 0 30px 40px 0;
  text-align: right;
  font-size: 0.7em;
}
/* End Award Display Certificate */
/* Start Accreditation Display Certificate */
.accreditation-display-certificate {
  color: #444;
  border: 5px solid #ddd;
  /* uncomment to use the styling akin to the Awards certificates */
  height: 1000px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
  position: relative;
  /* uncomment below to use the styling akin to the Awards certificates */
  background-size: 700px;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-image: url('/img/certificate/certificate_watermark_a4_portrait_rcvs_crest_grey.jpg');
}
.accreditation-display-certificate .certificate__header__logo {
  /* uncomment below to use the 'plain' styling as existing certificates created manually */
  /* uncomment below to use the styling akin to the Awards certificates */
  width: 260px;
  margin: 80px 0 80px 0;
}
.accreditation-display-certificate__premises-name {
  margin: 20px 0 10px 0;
  font-size: 1.8em;
  font-weight: bold;
}
.accreditation-display-certificate__premises-address {
  margin: 0 0 40px 0;
  font-size: 1.1em;
}
.accreditation-display-certificate__premises-rcvs-code {
  margin: 0 0 40px 0;
}
.accreditation-display-certificate__accreditation-achieved {
  margin: 0 0 50px 0;
}
.accreditation-display-certificate__accreditation-achieved__species-accreditation {
  margin: 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: bold;
}
.accreditation-display-certificate__certificate__footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.accreditation-display-certificate__certificate__footer__signatures {
  margin: 0 0 20px 0;
  width: 100%;
  vertical-align: top;
  font-size: 13px;
}
.accreditation-display-certificate__certificate__footer__signatures .certificate__footer__text-block {
  width: 8cm;
  padding: 0 20px 0 20px;
}
.accreditation-display-certificate__certificate__footer__signatures .certificate__footer__sig-block {
  text-align: center;
  padding: 0 50px 0 0;
  width: 2cm;
  text-transform: uppercase;
}
.accreditation-display-certificate__certificate__footer__next-assessment-due {
  margin: 0 30px 40px 0;
  text-align: right;
  font-size: 0.7em;
}
/* End Accreditation Display Certificate */
.certificate {
  text-align: left;
  color: #444;
}
.certificate__header {
  background: transparent;
  width: 100%;
  vertical-align: top;
}
.certificate__header .certificate__header__event-details {
  padding: 16px;
}
.certificate__header .certificate__header__event-details p {
  font-size: 16px;
  line-height: 0.8em;
  color: #666;
}
.certificate__header .certificate__header__event-details .certificate__header__event-details__premises-name {
  font-size: 36px;
  line-height: 0.6em;
  font-weight: bold;
}
.certificate__header .certificate__header__logo {
  width: 166px;
  padding: 20px;
  position: relative;
}
.certificate__header .certificate__header__logo .certificate__main-logo {
  width: 166px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.certificate__premises-address {
  margin: 0.2cm 0 1cm 0;
  font-size: 0.8em;
}
.certificate__premises-address p {
  margin: 0;
}
.certificate__awards {
  margin: 0;
  padding-right: 54px;
  text-align: left;
}
.certificate__awards__award {
  margin-bottom: 48px;
  width: 100%;
  vertical-align: top;
}
.certificate__awards__award:last-child {
  margin-bottom: 0;
}
.certificate__awards__award__identifier {
  width: 4.1cm;
  min-width: 4.1cm;
  max-width: 4.1cm;
  vertical-align: top;
  text-align: left;
}
.certificate__awards__award__identifier .certificate__awards__award__icon__outline {
  width: 4.1cm;
  height: 4.1cm;
  border-radius: 50%;
  /* https://kovart.github.io/dashed-border-generator/ */
  /*
          Stroke width: 1
          Dash Array: 1, 3
          Line Cap: square
          Dash offset: 0

          change colour of stroke in output to '%23333'
         */
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='1' stroke-dasharray='1%2c3' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  /* .sprite_icon__award__level-achieved__good and .sprite_icon__award__level-achieved__outstanding declared in main.less for inheritance/specificity reasons */
}
.certificate__awards__award__identifier .certificate__awards__award__icon__outline .sprite_icon__certificate_award {
  width: 3.2cm;
  height: 3.2cm;
  margin: 0.45cm;
}
.certificate__awards__award__details {
  vertical-align: top;
  text-align: left;
  padding: 0 1.6cm 0 0.8cm;
}
.certificate__awards__award__result {
  width: 104px;
  vertical-align: top;
  text-align: left;
}
p.certificate__awards__award__detail-header {
  border-bottom: 1px dotted #333;
  padding-bottom: 0.2em;
  color: #444;
  font-size: 0.96em;
  font-weight: normal;
}
.certificate__awards__award__module {
  border-bottom: 1px dotted #333;
}
.certificate__awards__award__module th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.96em;
  font-weight: 600;
}
.certificate__awards__award__module td {
  padding-top: 1em;
  padding-bottom: 0.4em;
  vertical-align: top;
  font-size: 0.96em;
}
.certificate__awards__award__module .certificate__awards__award__module__module-title {
  width: 50%;
}
.certificate__awards__award__module .certificate__awards__award__module__level-achieved {
  width: 15%;
}
.certificate__awards__award__module .certificate__awards__award__module__level-achieved .certificate__awards__award__module__level-achieved-text {
  margin-left: 0.4em;
}
.certificate__awards__award__module .certificate__awards__award__module__points {
  width: 15%;
}
.certificate__awards__award__module .certificate__awards__award__module__bar-graph {
  width: 20%;
}
.certificate__awards__award__module .certificate__awards__award__module__bar-graph .certificate__award__module__chart {
  width: 120px;
  padding: 0;
  margin: 2px 0 0 0;
  float: right;
}
.certificate__awards__award__module__level-achieved__good {
  color: #017db0;
  text-transform: uppercase;
  font-size: inherit !important;
}
.certificate__awards__award__module__level-achieved__outstanding {
  color: #cdb87c;
  text-transform: uppercase;
  font-size: inherit !important;
}
.certificate__awards__award__module-breakdown-chart {
  width: 104px;
  height: 104px;
}
.certificate__module__award-contribution__chart {
  display: inline-block;
  width: 9cm;
  height: 26px;
  margin-top: -3px;
  vertical-align: top;
  padding: 0;
  spacing: 0;
}
.certificate__graph-key {
  margin-top: 0.8em;
  text-align: left;
}
.certificate__graph-key__key-indicator {
  padding-right: 0.5em;
}
.certificate__graph-key__key-title {
  text-transform: uppercase;
  padding-right: 0.8em;
  font-size: 8px !important;
}
.certificate__graph-key__key-title__award_outstanding {
  color: #cdb87c;
  border-bottom: 1px dotted #cdb87c;
}
.certificate__graph-key__key-title__award_good {
  color: #017db0;
  border-bottom: 1px dotted #017db0;
}
.certificate__graph-key__key-block {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-bottom;
}
.certificate__graph-key__key-block__module_bar_not-inspected {
  background: #debf11;
}
.certificate__graph-key__key-block__module_bar_approved {
  background: #1ecd97;
}
.certificate__graph-key__key-block__award_good {
  background: #017db0;
}
.certificate__graph-key__key-block__award_outstanding {
  background: #cdb87c;
}
.certificate__footer {
  width: 100%;
  vertical-align: top;
  font-size: 11px;
}
.certificate__footer .certificate__footer__text-block {
  width: 6.4cm;
  padding: 0 16px 0 16px;
}
.certificate__footer .certificate__footer__sig-block {
  text-align: center;
  padding: 0 40px 0 0;
  width: 1.6cm;
  text-transform: uppercase;
}
/* RCVS look & feel PDF  */
/* ==========================================================================
   RCVS Look & Feel PDF - see #4902
   ========================================================================== */
/* Colours */
.pdf-rcvs-style__main-logo {
  display: block;
  margin: 0 auto 1cm auto;
}
.pdf h1,
.pdf h2,
.pdf h3,
.pdf h4,
.pdf h5,
.pdf h6,
.pdf .data-label {
  font-weight: bold;
  color: #017db0 !important;
}
.pdf-rcvs-style__main-title {
  text-align: center;
}
.pdf-rcvs-style__feedback__text {
  padding: 0;
}
.pdf-rcvs-style-species {
  margin: 4em 0 2em 0;
}
.review-report_species_table {
  margin: 0 0 2em 0;
  border: 2px solid;
  table-layout: fixed;
  border-collapse: collapse;
}
.review-report_species_table thead tr,
.review-report_species_table thead tr th {
  color: #fff;
}
.review-report_species_table th {
  vertical-align: middle;
  text-align: left;
}
.review-report_species_table td {
  vertical-align: top;
}
.review-report_species_table th,
.review-report_species_table td {
  padding: 2pt 3pt;
  font-size: 10pt;
}
.review-report_species_table tbody td {
  border: 1px solid;
}
.review-report_species_table__mandatory-requirements th:nth-child(1),
.review-report_species_table__mandatory-requirements td:nth-child(1),
.review-report_species_table__mandatory-requirements th:nth-child(4),
.review-report_species_table__mandatory-requirements td:nth-child(4) {
  width: 17mm;
}
.review-report_species_table__mandatory-requirements th:nth-child(2),
.review-report_species_table__mandatory-requirements td:nth-child(2),
.review-report_species_table__mandatory-requirements th:nth-child(3),
.review-report_species_table__mandatory-requirements td:nth-child(3) {
  width: 72mm;
}
.review-report_species_table__optional-requirements th:nth-child(1),
.review-report_species_table__optional-requirements td:nth-child(1) {
  width: 17mm;
}
.review-report_species_table__optional-requirements th:nth-child(2),
.review-report_species_table__optional-requirements td:nth-child(2) {
  width: 72mm;
}
.review-report_species_table__optional-requirements th:nth-child(3),
.review-report_species_table__optional-requirements td:nth-child(3) {
  width: 91.6mm;
}
/* Small Animal */
.pdf .pdf-rcvs-style-species_SmallAnimal__title {
  color: #ed9b2d !important;
}
.pdf-rcvs-style-species_SmallAnimal .review-report_species_table {
  border-color: #ed9b2d;
}
.pdf-rcvs-style-species_SmallAnimal .review-report_species_table thead tr,
.pdf-rcvs-style-species_SmallAnimal .review-report_species_table thead tr th {
  background-color: #ed9b2d;
}
.pdf-rcvs-style-species_SmallAnimal .review-report_species_table tbody tr:nth-child(even),
.pdf-rcvs-style-species_SmallAnimal .review-report_species_table tbody tr:nth-child(even) td {
  background: #fce3bc;
}
.pdf-rcvs-style-species_SmallAnimal .review-report_species_table tbody td {
  border-color: #ed9b2d;
}
/* Farm Animal */
.pdf .pdf-rcvs-style-species_FarmAnimal__title {
  color: #4a8069 !important;
}
.pdf-rcvs-style-species_FarmAnimal .review-report_species_table {
  border-color: #4a8069;
}
.pdf-rcvs-style-species_FarmAnimal .review-report_species_table thead tr,
.pdf-rcvs-style-species_FarmAnimal .review-report_species_table thead tr th {
  background-color: #4a8069;
}
.pdf-rcvs-style-species_FarmAnimal .review-report_species_table tbody tr:nth-child(even),
.pdf-rcvs-style-species_FarmAnimal .review-report_species_table tbody tr:nth-child(even) td {
  background: #cdd9cd;
}
.pdf-rcvs-style-species_FarmAnimal .review-report_species_table tbody td {
  border-color: #4a8069;
}
/* Equine */
.pdf .pdf-rcvs-style-species_Equine__title {
  color: #00acb7 !important;
}
.pdf-rcvs-style-species_Equine .review-report_species_table {
  border-color: #00acb7;
}
.pdf-rcvs-style-species_Equine .review-report_species_table thead tr,
.pdf-rcvs-style-species_Equine .review-report_species_table thead tr th {
  background-color: #00acb7;
}
.pdf-rcvs-style-species_Equine .review-report_species_table tbody tr:nth-child(even),
.pdf-rcvs-style-species_Equine .review-report_species_table tbody tr:nth-child(even) td {
  background: #c8e7e8;
}
.pdf-rcvs-style-species_Equine .review-report_species_table tbody td {
  border-color: #00acb7;
}
/* logs */
/* ==========================================================================
   Logs
   ========================================================================== */
.log_list_table .text-center,
.log_list_table td {
  text-align: center;
}
.log_list_table td:first-child {
  text-align: left;
}
.log_list_table td:last-child,
.log_table td:last-child {
  text-align: right;
}
.log_table .no_wrap {
  white-space: nowrap;
}
.level {
  display: inline-block;
  border-radius: 3px;
  background: #D1D1D1;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
  margin: 0 auto;
  font-size: 0.8em;
  font-weight: bold;
  text-shadow: 0px 1px 1px #d1d1d1;
}
.level-all {
  background: #8A8A8A;
  text-shadow: 0px 1px 1px #8a8a8a;
}
.level-emergency {
  background: #B71C1C;
  text-shadow: 0px 1px 1px #b71c1c;
}
.level-alert {
  background: #D32F2F;
  text-shadow: 0px 1px 1px #d32f2f;
}
.level-critical {
  background: #F44336;
  text-shadow: 0px 1px 1px #f44336;
}
.level-error {
  background: #FF5722;
  text-shadow: 0px 1px 1px #ff5722;
}
.level-warning {
  background: #FF9100;
  text-shadow: 0px 1px 1px #ff9100;
}
.level-notice {
  background: #4CAF50;
  text-shadow: 0px 1px 1px #4caf50;
}
.level-info {
  background: #1976D2;
  text-shadow: 0px 1px 1px #1976d2;
}
.level-debug {
  background: #90CAF9;
  text-shadow: 0px 1px 1px #90caf9;
}
td.log_message {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 12px;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
}
/* HighlightJs */
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}
/* Base color: saturation 0; */
.hljs,
.hljs-subst {
  color: #444;
}
.hljs-comment {
  color: #888888;
}
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}
/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}
.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}
/* Language color: hue: 90; */
.hljs-literal {
  color: #78A960;
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}
/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199;
}
.hljs-meta-string {
  color: #4d99bf;
}
/* Misc effects */
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
/* Generic charts */
/* ==========================================================================
   Charts
   ========================================================================== */
.chart {
  margin-bottom: 1em;
}
.chart__type-line {
  height: 300px;
}
.chart__type-pie {
  height: 300px;
}
.chart__inline-block {
  display: inline-block;
}
.chart__event_type_stats__type-pie {
  width: 280px;
  height: 200px;
  margin-right: 1em;
}
.chart__event_type_stats__timeline-line {
  width: 720px;
  height: 200px;
}
#duo_iframe {
  margin: 0 auto;
  width: 100%;
  min-width: 304px;
  height: 400px;
  background: transparent;
  border: none;
}
.flashModal {
  display: none;
}
.vertical_bullet_list {
  margin-bottom: 2em;
}
.vertical_bullet_list ul {
  list-style: none;
  padding-left: 0;
  width: auto;
  display: block;
}
.vertical_bullet_list li {
  width: auto;
  margin-bottom: 0.4em;
}
.vertical_bullet_list li label {
  text-align: left;
  width: auto;
  padding-left: 0.2em;
}
.vertical_bullet_list_right_aligned div {
  display: inline-block;
  float: right;
}
.vertical_bullet_list_right_aligned label {
  text-align: left;
  margin: 0;
}
.vertical_bullet_list_right_aligned ul {
  list-style: none;
  padding-left: 0;
  width: auto;
  display: inline-block;
}
.vertical_bullet_list_right_aligned li {
  width: auto;
  margin-bottom: 0.4em;
}
.vertical_bullet_list_right_aligned li label {
  text-align: left;
  width: auto;
  padding-left: 0.2em;
}
/*! Hydra tooltip modal message style - used for all flashdata */
.ui-tooltip-hydra-modal-message,
.ui-tooltip-hydra-modal-warning,
.ui-tooltip-hydra-modal-error {
  border-radius: 3px;
  border: 12px solid;
}
.ui-tooltip-hydra-modal-message .qtip-content,
.ui-tooltip-hydra-modal-warning .qtip-content,
.ui-tooltip-hydra-modal-error .qtip-content {
  color: #444;
  transition: color 0.3s;
  background-color: #fff;
  border: none;
  padding: 0.6em 1em;
  font-size: 1.8em;
  line-height: 1.8em;
}
.ui-tooltip-hydra-modal-message .qtip-content p,
.ui-tooltip-hydra-modal-warning .qtip-content p,
.ui-tooltip-hydra-modal-error .qtip-content p,
.ui-tooltip-hydra-modal-message .qtip-content li,
.ui-tooltip-hydra-modal-warning .qtip-content li,
.ui-tooltip-hydra-modal-error .qtip-content li {
  margin-bottom: 0.4em;
}
.ui-tooltip-hydra-modal-message .qtip-content p:last-child,
.ui-tooltip-hydra-modal-warning .qtip-content p:last-child,
.ui-tooltip-hydra-modal-error .qtip-content p:last-child {
  margin: 0;
}
.ui-tooltip-hydra-modal-message .qtip-content ul,
.ui-tooltip-hydra-modal-warning .qtip-content ul,
.ui-tooltip-hydra-modal-error .qtip-content ul {
  list-style: circle;
}
.ui-tooltip-hydra-modal-message .ui-state-default .ui-tooltip-icon,
.ui-tooltip-hydra-modal-warning .ui-state-default .ui-tooltip-icon,
.ui-tooltip-hydra-modal-error .ui-state-default .ui-tooltip-icon {
  background-position: -2px 0;
}
/*! Hydra tooltip modal message style - used for flashdata 'message' */
.ui-tooltip-hydra-modal-message {
  -webkit-animation: modalMessageBorder 1s ease-in-out infinite alternate;
  -moz-animation: modalMessageBorder 1s ease-in-out infinite alternate;
  animation: modalMessageBorder 1s ease-in-out infinite alternate;
}
@-moz-keyframes modalMessageBorder {
  0% {
    border-color: #1ecd97;
  }
  100% {
    border-color: #68e9c1;
  }
}
@-webkit-keyframes modalMessageBorder {
  0% {
    border-color: #1ecd97;
  }
  100% {
    border-color: #68e9c1;
  }
}
@keyframes modalMessageBorder {
  0% {
    border-color: #1ecd97;
  }
  100% {
    border-color: #68e9c1;
  }
}
/*! Hydra tooltip modal message style - used for flashdata 'warning' */
.ui-tooltip-hydra-modal-warning {
  -webkit-animation: modalWarningBorder 1s ease-in-out infinite alternate;
  -moz-animation: modalWarningBorder 1s ease-in-out infinite alternate;
  animation: modalWarningBorder 1s ease-in-out infinite alternate;
}
@-moz-keyframes modalWarningBorder {
  0% {
    border-color: #debf11;
  }
  100% {
    border-color: #f3dd62;
  }
}
@-webkit-keyframes modalWarningBorder {
  0% {
    border-color: #debf11;
  }
  100% {
    border-color: #f3dd62;
  }
}
@keyframes modalWarningBorder {
  0% {
    border-color: #debf11;
  }
  100% {
    border-color: #f3dd62;
  }
}
/*! Hydra tooltip modal message style - used for flashdata 'error' */
.ui-tooltip-hydra-modal-error {
  -webkit-animation: modalErrorBorder 1s ease-in-out infinite alternate;
  -moz-animation: modalErrorBorder 1s ease-in-out infinite alternate;
  animation: modalErrorBorder 1s ease-in-out infinite alternate;
}
@-moz-keyframes modalErrorBorder {
  0% {
    border-color: #fb797e;
  }
  100% {
    border-color: #fedcdd;
  }
}
@-webkit-keyframes modalErrorBorder {
  0% {
    border-color: #fb797e;
  }
  100% {
    border-color: #fedcdd;
  }
}
@keyframes modalErrorBorder {
  0% {
    border-color: #fb797e;
  }
  100% {
    border-color: #fedcdd;
  }
}
/*! 'plain' modal message style - used for displaying inline */
.ui-tooltip-hydra-modal-plain {
  border-radius: 3px;
  border: 12px solid;
}
.ui-tooltip-hydra-modal-plain .qtip-content {
  color: #444;
  transition: color 0.3s;
  background-color: #fff;
  border: none;
  padding: 0.6em 1em;
  font-size: 1.8em;
  line-height: 1.8em;
}
.ui-tooltip-hydra-modal-plain .qtip-content p,
.ui-tooltip-hydra-modal-plain .qtip-content li {
  margin-bottom: 0.4em;
}
.ui-tooltip-hydra-modal-plain .qtip-content p:last-child {
  margin: 0;
}
.ui-tooltip-hydra-modal-plain .qtip-content ul {
  list-style: circle;
}
.ui-tooltip-hydra-modal-plain .ui-state-default .ui-tooltip-icon {
  background-position: -2px 0;
}
.modal_small_note {
  max-width: 30em;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 1em;
}
.title-status-badge {
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
}
.status-badge {
  width: 12px;
  height: 12px;
  margin-bottom: 4px;
  border-radius: 50%;
  font-size: 8px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
}
.status-badge_ok,
.title-status-badge_ok {
  background: #1ecd97;
  color: #fff;
}
.status-badge_alert,
.title-status-badge_alert {
  background: #debf11;
  color: #fff;
}
.status-badge_warning,
.title-status-badge_warning {
  background: #fb797e;
  color: #fff;
}
.status-badge_info,
.title-status-badge_info {
  background: #ccc;
  color: #fff;
}
.status-info-blocks {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.status-info-block {
  display: inline-block;
  width: 6em;
  height: 6em;
  padding: 0.4em;
  border-radius: 3px;
  text-align: center;
}
.status-info-block .status-info-block-badge,
.status-info-block .status-info-block-counter {
  width: 30px;
  height: 30px;
  margin: 8px auto 4px auto;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.status-info-block .status-info-block-counter {
  font-weight: bold;
  line-height: 26px;
}
.status-info-block h2 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.4em;
}
.status-info-block p {
  font-size: 0.7em;
  line-height: 1em;
}
.status-info-block_ok {
  background-color: #1ecd97;
  color: #fff;
}
.status-info-block_ok .status-info-block-badge,
.status-info-block_ok .status-info-block-counter {
  background-color: #fff;
  color: #1ecd97;
}
.status-info-block_alert {
  background-color: #debf11;
  color: #fff;
}
.status-info-block_alert .status-info-block-badge,
.status-info-block_alert .status-info-block-counter {
  background-color: #fff;
  color: #debf11;
}
.status-info-block_warning {
  background-color: #fb797e;
  color: #fff;
}
.status-info-block_warning .status-info-block-badge,
.status-info-block_warning .status-info-block-counter {
  background-color: #fff;
  color: #fb797e;
}
/* SVG Sprite Icons */
/* Info from: https://tympanus.net/codrops/2015/07/16/styling-svg-use-content-css/ */
.sprite_icon {
  fill: #bbb;
  color: #fff;
}
.sprite_icon__species__smallAnimal {
  fill: #ed9b2d;
}
.sprite_icon__species__esc {
  fill: #e63752;
}
.sprite_icon__species__farmAnimal {
  fill: #4a8069;
}
.sprite_icon__species__equine {
  fill: #00acb7;
}
.sprite_icon__species__equineEsc {
  fill: #e63752;
}
/* S&A selection (select, display, change) */
.sprite_icon__species-accreditation-selection {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: -0.25em 0.2em 0 0;
  vertical-align: middle;
}
/* Accreditation tab Species section */
.sprite_icon__species-section {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin: -0.25em 0.2em 0 0;
  vertical-align: middle;
}
.sprite_icon__species-section__report_header {
  margin: 0 0.4em -0.45em 0;
  width: 22px;
  height: 22px;
}
.sprite_icon__species-section__report_sub-header {
  margin: 0 0.3em -0.35em 0;
  width: 20px;
  height: 20px;
}
/* Awards */
.sprite_icon__awards_list {
  width: 18px;
  height: 24px;
  display: inline-block;
  margin: -0.25em 0.2em 0 0;
  vertical-align: middle;
  transition: all 0.1s ease;
}
.sprite_icon__awards_list:hover {
  transform: scale(2);
}
.sprite_icon__award__level-achieved__good {
  fill: #017db0;
}
.sprite_icon__award__level-achieved__outstanding {
  fill: #cdb87c;
}
/* end SVG Sprite Icons */
.address_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.more_info {
  cursor: pointer;
}
.more_info_inline {
  font-size: 0.8em;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.more_info_inline:hover {
  opacity: 1;
}
.more_info_lozenge {
  display: inline-block;
  vertical-align: middle;
  padding: 0.1em 0.2em;
  background: #444;
  border-radius: 3px;
  line-height: 0.4em;
  height: 0.6em;
  font-size: 0.7em;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.more_info_lozenge:hover {
  opacity: 1;
}
.user_details {
  position: relative;
}
.user_details__column {
  width: 50%;
  float: left;
}
.user_details__profile-pic__image__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 200px;
  width: 200px;
  display: inline-block;
}
.user_details__profile-pic__image {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 28px;
  background: #fff;
  border-radius: 50%;
}
.user_details__profile-pic__image > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user_details__profile-pic__dropzone__instructions {
  position: absolute;
  bottom: 0;
  font-size: 0.7em;
  text-align: center;
}
.user-tag-inline {
  padding: 0.2em 0.4em;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.user-tag-inline .user-tag-inline__icon {
  font-size: 0.8em;
  color: #cdb87c;
}
.feedback__text {
  position: relative;
  padding: 0 1em;
}
.feedback__text:before {
  font-family: FontAwesome;
  content: "\f10d";
  color: #ddd;
  position: absolute;
  top: -0.4em;
  left: -0.4em;
}
.feedback__text:after {
  font-family: FontAwesome;
  content: "\f10e";
  color: #ddd;
  position: absolute;
  bottom: -0.4em;
  right: -0.4em;
}
.issues_instigator_user_select,
.issues_subject_select {
  position: relative;
  min-width: 300px;
  padding: 4px 4px 0 4px;
  margin: 4px 4px 1em 4px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.issues_instigator_user_select h3,
.issues_subject_select h3 {
  margin-bottom: 1em;
}
.issues_instigator_user_select table,
.issues_subject_select table {
  width: 100% !important;
}
.issues_instigator_user_select .issues_select-indicator,
.issues_subject_select .issues_select-indicator {
  position: absolute;
  width: 8px;
  height: 16px;
  top: 8px;
  left: -8px;
  background-position: 0 -104px;
}
.issue_instigator_role__loader {
  width: 400px;
  display: inline-block;
}
.issue_instigator_role__loader .loading_placeholder {
  margin-bottom: 1em;
}
.event_progress {
  margin: 3em 0 1em 0;
  text-align: center;
}
.event_progress .event_progress__innerwrap {
  display: inline-block;
  margin: 0 auto;
}
.event_progress ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.9em;
  vertical-align: top;
}
.event_state__item {
  position: relative;
  display: inline-block;
  height: 28px;
  margin-right: 1px;
  background: #bbb;
  line-height: 28px;
  color: #fff;
}
.event_state__item:before {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.event_state__item:first-child:before {
  content: none;
}
.event_state__item:after {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #bbb;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.event_state__item:last-child:after {
  content: none;
}
.event_state__item-complete {
  background: #1ecd97;
  color: #fff;
}
.event_state__item-complete:after {
  border-left-color: #1ecd97;
}
.event_state__item-in_progress {
  background: #debf11;
  color: #fff;
}
.event_state__item-in_progress:after {
  border-left-color: #debf11;
}
.event_state__item-in_progress .more_info_lozenge {
  background: #fff;
  color: #debf11;
  font-size: 0.85em;
}
.event_state__title {
  display: inline-block;
  padding: 0 1em 0 2em;
}
.event_state__item:first-child > .event_state__title {
  padding-left: 1em;
}
.event_progress__innerwrap > ul > .event_state__item:first-child {
  border-left: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.event_progress__innerwrap > ul > .event_state__item:last-child {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.event_progress__innerwrap ul ul .event_state__item:last-child:not(.event_state__item-in_progress) {
  background: #bbb;
  background: linear-gradient(to right, #bbb 50%, #debf11);
}
.title__text {
  position: relative;
}
.unmet-requirements_section {
  padding-top: 0.4em;
}
.unmet-requirements_section .unmet-requirements_table {
  font-size: smaller;
}
.awards-badge-wrapper {
  position: absolute;
  top: -4px;
  right: 10px;
}
.awards-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.awards-badge__content {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background: #debf11;
  font-weight: bold;
  font-size: 0.5em;
  letter-spacing: -0.1em;
  color: #fff;
  text-decoration: none;
}
.badge-anchor {
  position: relative;
}
.badge-wrapper {
  position: absolute;
}
.badge {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.badge__content {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background: #ccc;
  font-weight: bold;
  font-size: 0.5em;
  letter-spacing: -0.1em;
  color: #fff;
  text-decoration: none;
}
.award-apply-badge .badge-wrapper {
  top: -12px;
  right: 16px;
}
.award-apply-badge .badge__content {
  background: #1ecd97;
  color: #fff;
}
.awards-block {
  border: 1px dotted #ccc;
  /* 	display: none; */
}
.awards-block .collapsable__indicator {
  color: #b8b8b8;
}
.awards-block h2 .collapsable__indicator {
  font-size: 0.8em;
}
.awards-progress {
  list-style: none;
}
.collapsable--is-collapsed .awards-progress {
  display: none;
}
.awards-progress__item {
  /* 		background: red; */
  margin-bottom: 0.5em;
}
.award-progress__chart {
  display: inline-block;
  margin-left: 1em;
  margin-top: -4px;
  /* 				border: 1px dotted #ccc; */
  width: 360px;
  height: 20px;
  vertical-align: middle;
  /* 				background: #eee; */
}
.collapsable--is-collapsed .awards-progress__item__detail-container {
  display: none;
}
.awards-progress__item__detail-container {
  margin: 1em;
  /* 				border: 1px dotted #ccc; */
}
.awards-progress__item__detail__chart {
  /* 				border: 1px dotted #ccc; */
  /* 				width: 100%; */
  height: 100px;
}
/* Chart in 'Awards' & at the end of a Module's 'Optional Requirements' */
.accreditation-tree__module__award-contribution__chart {
  display: inline-block;
  width: 500px;
  height: 39px;
  margin-top: -3px;
  vertical-align: top;
}
.accreditation-tree__module__award-contribution {
  overflow: auto;
  margin-top: 1em;
  padding-top: 1em;
  font-size: 12px;
  /* Chart at the end of a Module's 'Optional Requirements' displaying the contribution towards any applicable Awards */
}
.accreditation-tree__module__award-contribution .accreditation-tree__module__award-contribution__chart {
  float: right;
}
.tree__inline-icon {
  padding: 0 4px;
  background: #aaa;
  border-radius: 3px;
  font-size: 0.8em;
  color: #fff;
}
.tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree__colps_block {
  margin: 0 0 1em 0;
}
.tree__non-colps__indent-marker:before {
  content: "\2015";
  display: inline-block;
  padding-right: 0.6em;
  vertical-align: middle;
  color: #ddd;
  width: 0.4em;
  font-size: 12px;
}
li.tree__colps_block {
  margin: 0 0 1em 0;
  padding: 0;
}
li.tree__module {
  margin: 0 0 1em 0;
  padding: 0;
}
.tree__colps_block.collapsible--is-expanded {
  margin: 0 0 1em 0;
}
.tree__colps_block__content {
  margin: 0 0 0 0.35em;
  padding: 1em 0.4em 0 1em;
  border-left: 1px solid #e3e3e3;
}
.accreditation-tree {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
.acc-tree__colps_block {
  margin: 0 0 1em 0;
}
li.acc-tree__colps_block {
  margin: 0 0 1em 0;
  padding: 0;
}
li.acc-tree__module {
  margin: 0 0 1em 0;
  padding: 0;
}
li.acc-tree__award_module {
  margin: 0 0 2em 0;
  padding: 0;
}
.acc-tree__colps_block.collapsible--is-expanded {
  margin: 0 0 3em 0;
}
.acc-tree__colps_block__content {
  margin: 0 0 0 0.35em;
  padding: 1em 0.4em 0 1em;
  border-left: 1px solid #e3e3e3;
}
.acc-tree__block-header {
  display: table;
  width: 100%;
  padding: 4px 0.2em;
  transform: translate3d(0, 0, 0);
  /* https://github.com/leafo/sticky-kit/issues/166#issuecomment-212370564 */
}
.acc-tree__block-header:hover {
  background-color: #fafafa;
  transition: background-color 0.3s;
}
.acc-tree__block-header:hover .collapsible__trigger:before {
  color: #017db0;
  transition: color 0.3s;
}
.acc-tree__block-header:hover + .acc-tree__colps_block__content {
  border-left-color: #999;
  transition: border-left-color 0.3s;
}
.acc-tree__award-statuses_optional,
.acc-tree__award-statuses_mandatory {
  display: inline-block;
  margin-left: 2em;
}
.acc-tree__award-statuses_mandatory {
  width: 200px;
}
.accreditation-tree__section-subheader {
  margin: 0 0 0.5em 0;
  color: #017db0;
}
.accreditation-tree__section-subheader__module_title {
  font-size: 1.1em;
  font-weight: normal;
}
.accreditation-tree__section-subheader__requirements_type_title {
  font-style: italic;
  font-size: 1em;
  font-weight: normal;
  color: #999;
}
.accreditation-tree__section-subheader__level_title {
  font-size: 1em;
  font-weight: normal;
  color: #999;
}
.accreditation-tree__section-subheader__requirement_title {
  font-size: 1em;
  font-weight: normal;
}
.acc-tree__block-desc__wrapper {
  display: table-cell;
  position: relative;
}
.acc-tree__block-desc__badges {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1.2em;
  left: 0.4em;
  z-index: 1;
}
.acc-tree__block-desc__badges_badge {
  padding: 0.2em 0.4em;
  margin-right: 0.6em;
  height: 1.4em;
  max-height: 1.4em;
  background: #f5ecb7;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-size: 0.6em;
  text-align: center;
}
.acc-tree__block-desc {
  display: table;
}
.acc-tree__block-desc_index {
  display: table-cell;
}
.acc-tree__block-desc_index_el {
  margin-right: 0.6em;
  padding: 0.2em 0.4em;
  position: relative;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  text-align: center;
}
.acc-tree__block-desc_title {
  display: table-cell;
}
.acc-tree__block-desc_inline {
  display: table-cell;
  padding: 0 0 0 1em;
}
.acc-tree__block-statuses {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
}
.acc-tree__block-statuses ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.acc-tree__block-statuses ul li {
  display: inline-block;
}
.acc-tree__block-status,
.acc-tree__block-status-under_assessment,
.acc-tree__block-status-no_data,
.acc-tree__block-status-achieved,
.acc-tree__block-status-not_achieved,
.acc-tree__block-status-not_inspected,
.acc-tree__block-attachments,
.acc-tree__block-reorder,
.acc-tree__block-delete,
.acc-tree__block-make_live,
.acc-tree__block-add {
  position: relative;
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0.1em 0.4em;
  min-width: 12px;
  min-height: 16px;
  border-radius: 3px;
  line-height: 18px;
  text-align: center;
  transition: background 0.3s;
}
.acc-tree__block-status-icon {
  transition: color 0.3s;
}
.requirement_option_points {
  transition: color 0.3s;
}
.acc-tree__block-status-under_assessment {
  background-color: rgba(255, 222, 0, 0.5);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  color: #999;
}
.acc-tree__block-status-no_data {
  background: #bbb;
  color: #fff;
}
.acc-tree__block-status-achieved {
  background: #1ecd97;
  color: #fff;
}
.acc-tree__block-status-not_achieved {
  background: #fb797e;
  color: #fff;
}
.acc-tree__block-status-not_inspected {
  background: #debf11;
  color: #fff;
}
.acc-tree__block-attachments {
  background: #ddd;
  color: #888;
  font-size: 0.9em;
}
.acc-tree__block-reorder {
  background: #ddd;
  color: #888;
  cursor: move;
}
.acc-tree__block-delete {
  background: #fb797e;
  color: #fff;
  cursor: pointer;
}
.acc-tree__block-make_live {
  background: #1ecd97;
  color: #fff;
  cursor: pointer;
}
.acc-tree__block-add {
  background: #1ecd97;
  color: #fff;
  cursor: pointer;
}
.requirement-has__meta-functions {
  cursor: pointer;
}
.requirement-has__meta-functions:hover {
  background: #666;
}
.requirement-has__meta-functions:hover .acc-tree__block-status-icon {
  color: #666;
}
.requirement-has__meta-functions:hover .requirement_option_points {
  color: #666;
}
.requirement-has__meta-functions:hover::after {
  font-family: FontAwesome;
  content: " \f013";
  position: absolute;
  border: none;
  top: 1px;
  left: 0;
}
/* top right corner 'wedge' to indicate actions can be accessed here */
.requirement-has__meta-functions::before,
.requirement-has__meta-functions::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
}
.requirement-has__meta-functions::before {
  border-top-right-radius: 3px;
  border-width: 6px;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
}
.requirement-has__meta-functions:hover::before {
  border: none;
}
.requirement-has__meta-functions::after {
  border-top-right-radius: 3px;
  border-width: 5px;
  border-right-color: #666;
  border-top-color: #666;
}
.flag-badge-wrapper {
  position: absolute;
  top: -9px;
  right: 7px;
}
.flag-badge-wrapper.level-lozenge__flag-badge-wrapper {
  top: -13px;
  right: 13px;
}
.flag-badge {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.flag-badge__content {
  display: block;
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  background: #debf11;
  font-weight: bold;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  transition: color 0.3s;
}
.flag-badge__content-action_required {
  background: #1976D2;
  color: #fff;
}
.flag-badge__content-action_taken {
  background: #1ecd97;
  color: #fff;
}
.flag-badge__has__meta-functions {
  cursor: pointer;
}
.flag-badge__has__meta-functions:hover {
  background: #666;
  color: #666;
}
.flag-badge__has__meta-functions:hover::after {
  font-family: FontAwesome;
  content: " \f013";
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  color: #fff;
  width: 16px;
  height: 16px;
  margin: 2px;
  line-height: 16px;
  text-align: center;
  font-size: 1em;
}
.flag-actions {
  font-size: 0.8em;
  padding-top: 0.4em;
  margin-right: 2em;
}
.data-list {
  display: table;
  border-collapse: separate;
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
}
.data-list .data-list_element {
  display: table-row;
}
.data-list .data-list_element .data-label {
  display: table-cell;
  padding: 0 0.4em 1em 0;
  vertical-align: top;
  text-align: right;
  color: #bb9e6b;
  font-weight: bold;
}
.data-list .data-list_element .data-content {
  display: table-cell;
  padding: 0 0 1em 0.4em;
  vertical-align: top;
}
.data-list .data-list_element .data-content_full-width {
  column-span: 2;
}
.no-wrap {
  white-space: nowrap;
}
.attachments-table {
  /* 	outline: 1px dotted red; */
  width: 100%;
  margin-bottom: 2em;
}
.attachments-table th,
.attachments-table td {
  padding: 0.4em 0.4em;
}
.attachments-table th {
  color: #999;
  font-weight: lighter;
}
.attachments-table thead > tr {
  border-bottom: 1px solid #e3e3e3;
}
.attachments-table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.add-attachments {
  text-align: center;
}
.alternating-roles-block {
  position: relative;
  /* 	display: inline-block; */
  width: 90%;
  margin-bottom: 3em;
}
.alternating-roles-block__user-name_role {
  display: none;
}
.alternating-roles-block__profile-pic__image {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.alternating-roles-block__profile-pic__image > img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.alternating-roles-block__content {
  padding: 1em 1em 1em 1em;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}
.alternating-roles-block__content__author-indicator {
  position: absolute;
  width: 8px;
  height: 16px;
}
.alternating-roles-block__content__metadata {
  margin-top: 1.6em;
  font-size: 0.9em;
  color: #999;
  text-align: left;
}
/* odd rows */
.alternating-roles-block:nth-child(odd) .alternating-roles-block__profile-pic__image {
  top: 8px;
  left: 0;
}
.alternating-roles-block:nth-child(odd) .alternating-roles-block__content__author-indicator {
  top: 22px;
  left: 47px;
  background-position: 0 -104px;
}
.alternating-roles-block:nth-child(odd) .alternating-roles-block__content {
  margin-left: 54px;
}
.alternating-roles-block:nth-child(odd) .alternating-roles-block__content__metadata {
  text-align: left;
}
/* even rows */
.alternating-roles-block:nth-child(even) {
  margin-left: 10%;
}
.alternating-roles-block:nth-child(even) .alternating-roles-block__profile-pic__image {
  top: 8px;
  right: 0;
}
.alternating-roles-block:nth-child(even) .alternating-roles-block__content__author-indicator {
  top: 22px;
  right: 47px;
  background-position: -8px -104px;
}
.alternating-roles-block:nth-child(even) .alternating-roles-block__content {
  margin-right: 54px;
}
.alternating-roles-block:nth-child(even) .alternating-roles-block__content__metadata {
  text-align: right;
}
/* Practice specific, 'premises' as a synonym */
.alternating-roles-block__practice .alternating-roles-block__profile-pic__image,
.alternating-roles-block__premises .alternating-roles-block__profile-pic__image {
  box-shadow: 0 0 0 4px rgba(205, 184, 124, 0.3);
}
.alternating-roles-block__practice .alternating-roles-block__content,
.alternating-roles-block__premises .alternating-roles-block__content {
  box-shadow: inset 0 -4px 0 0 rgba(205, 184, 124, 0.3);
}
/* Assessor specific */
.alternating-roles-block__assessor .alternating-roles-block__profile-pic__image {
  box-shadow: 0 0 0 4px rgba(1, 125, 176, 0.2);
}
.alternating-roles-block__assessor .alternating-roles-block__content {
  box-shadow: inset 0 -4px 0 0 rgba(1, 125, 176, 0.2);
}
/* Administrator specific */
.alternating-roles-block__administrator .alternating-roles-block__profile-pic__image {
  box-shadow: 0 0 0 4px rgba(1, 125, 176, 0.2);
}
.alternating-roles-block__administrator .alternating-roles-block__content {
  box-shadow: inset 0 -4px 0 0 rgba(1, 125, 176, 0.2);
}
/* Review Group specific */
.alternating-roles-block__reviewGroup .alternating-roles-block__profile-pic__image {
  box-shadow: 0 0 0 4px rgba(1, 125, 176, 0.2);
}
.alternating-roles-block__reviewGroup .alternating-roles-block__content {
  box-shadow: inset 0 -4px 0 0 rgba(1, 125, 176, 0.2);
}
/* Senior Assessor specific */
.alternating-roles-block__seniorAssessor .alternating-roles-block__profile-pic__image {
  box-shadow: 0 0 0 4px rgba(1, 125, 176, 0.2);
}
.alternating-roles-block__seniorAssessor .alternating-roles-block__content {
  box-shadow: inset 0 -4px 0 0 rgba(1, 125, 176, 0.2);
}
.alternating-roles-block h3 {
  margin-bottom: 0.6em;
}
.qtip {
  max-width: 1000px;
}
/*! hydra tooltip style */
.qtip-hydra {
  background-color: #666;
  border-color: #666;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  color: #eee;
}
.qtip-hydra a {
  color: #eee;
}
.qtip-hydra .qtip-titlebar {
  background-color: #f00;
}
.qtip-hydra .qtip-icon {
  border-color: #0f0;
}
.qtip-hydra .qtip-titlebar .ui-state-hover {
  border-color: #00f;
}
.qtip-hydra .mini-action-buttons .button {
  border-color: #888;
  color: #888;
}
.qtip-hydra .mini-action-buttons .button:hover {
  color: #ccc;
}
#qtip-overlay div {
  background-color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/*! hydra hidden block style */
.qtip-hydra-hidden-block {
  background-color: #fff;
  border-color: #e3e3e3;
  border-radius: 3px;
  border-width: 8px;
  font-size: 1em;
  padding: 1em;
}
.qtip-hydra-hidden-block .block-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 14px;
  width: 14px;
  padding: 2px;
  background: #e3e3e3;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.hidden_block_content {
  margin-top: 1.4em;
}
.qtip-hydra-hidden-block .block-close:hover {
  color: #666666;
}
/*! hydra sheet style */
.qtip-hydra-sheet {
  background-color: #ddd;
  border-color: #ddd;
  border-radius: 3px;
  color: #555;
}
.qtip-hydra-sheet h1 {
  text-align: center;
}
.qtip-hydra-sheet .sheet-close {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 14px;
  width: 14px;
  padding: 2px;
  background: #ccc;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #555;
}
.qtip-hydra-sheet .sheet-close:hover {
  color: #666;
}
/*! hydra sheet style */
.qtip-hydra-dialog {
  background-color: #fff;
  border-radius: 3px;
  border: 5px solid #ddd;
  color: #555;
}
.qtip-hydra-dialog h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em;
}
.qtip-hydra-dialog button {
  font-size: 1.6em;
}
.confirmation-dialog_additional_text {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 1em;
}
.confirmation-dialog_buttons {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  text-align: center;
}
.confirmation-dialog_button-element {
  display: inline-block;
  margin: 1em;
}
/*! hydra alert sheet style */
.qtip-hydra-dialog-alert {
  background-color: #ffee7f;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px);
  border-radius: 3px;
  border: 5px solid #ddd;
  color: #555;
}
.qtip-hydra-dialog-alert h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin: 1em;
}
.qtip-hydra-dialog-alert button {
  font-size: 1.6em;
  background-color: #ffee7f;
}
.onlineStatusIndicator {
  font-size: 0.7em;
  color: #bbb;
}
.onlineStatusIndicator-online {
  color: #1ecd97;
}
.onlineStatusIndicator-recentlyOnline {
  color: #debf11;
}
.onlineStatusIndicator-neverOnline {
  color: #fb797e;
}
.announcementStatusIndicator {
  font-size: 0.7em;
  color: #bbb;
}
.announcementStatusIndicator-active {
  color: #1ecd97;
}
.announcementStatusIndicator-scheduled {
  color: #debf11;
}
.announcementStatusIndicator-imminent {
  color: #debf11;
}
.announcementStatusIndicator-disabled,
.announcementStatusIndicator-enabled {
  color: #bbb;
}
.help-content {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.subtle_link {
  color: #bbb;
}
.subtle_link:hover {
  color: #017db0;
}
.data-table__wrapper {
  margin-top: 2em;
}
.data-table__title {
  margin-bottom: 1em;
}
.data-table__key {
  margin-bottom: 0.8em;
  padding: 0.2em;
  font-size: 0.8em;
  list-style: none;
}
.data-table__key-item {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.data-table__key-item:not(:last-child) {
  margin-right: 1em;
}
.data-table {
  width: 100%;
  margin-bottom: 4em;
}
.data-table.inset-detail-table {
  margin-bottom: 1em;
  padding-left: 2em;
}
.data-table .data-table__table {
  width: 100%;
}
.data-table .data-table__table__small-text {
  font-size: 0.8em;
}
.data-table__table th,
.data-table__table td {
  padding: 0.4em 0.4em;
  vertical-align: top;
}
.data-table__table th {
  color: #999;
  font-weight: normal;
  text-align: left;
}
.data-table__table .text_align_centre {
  text-align: center;
}
.data-table__table thead > tr {
  border-bottom: 1px solid #e3e3e3;
}
.data-table__table thead th {
  white-space: nowrap;
}
.data-table__table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.data-table__table tbody tr {
  border-bottom: 1px solid #f3f3f3;
}
.data-table__table tbody tr:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.data-table__actions {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  text-wrap: none;
  white-space: nowrap;
}
.data-table__action {
  display: inline-block;
  margin: 0 0 0 0.5em;
  cursor: pointer;
  color: #bbb;
}
.data-table__action.data-table__action-disabled {
  cursor: default;
}
.data-table__action a {
  color: #888;
}
.data-table__action a:active,
.data-table__action a:focus,
.data-table__action a:hover {
  color: #333;
}
.data-table__action.action--menu {
  cursor: pointer;
  color: #888;
  display: none;
}
.data-table__action.action--js {
  color: #bbb;
}
.data-table__action:first-child {
  margin-left: 0;
}
.data-table__actions-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4em;
}
.data-table-menu__action {
  border-bottom: 1px solid #bbb;
  margin-bottom: 0em;
  padding: 1.4em 0.4em;
  color: #bbb;
}
.data-table-menu__action a {
  display: block;
  color: #333;
}
.data-table-menu__action a:active,
.data-table-menu__action a:focus,
.data-table-menu__action a:hover {
  color: #333;
}
.data-table-menu__action .fa {
  margin-right: 0.6em;
}
.data-table-menu__action.action__cancel {
  color: #fb797e;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.data-table-menu__action:last-child {
  margin: 0;
  border: none;
}
.data-table .dataTables_wrapper .dataTables_info {
  margin-top: 1em;
  font-size: 0.8em;
}
.data-table .dataTables_wrapper .dataTables_paginate {
  margin-top: 1em;
  font-size: 0.8em;
}
.data-table .dataTables_wrapper .dataTables_filter {
  float: right;
  margin-top: -1.4em;
  text-align: right;
  color: #999;
  font-size: 0.9em;
  font-style: italic;
}
.data-table .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  padding: 1px 4px;
  border: 1px solid #ddd;
}
.data-table tfoot.data-table_search-footer {
  font-size: 0.9em;
}
.data-table tfoot.data-table_search-footer.display-as-header {
  display: table-header-group;
  border-bottom: 1px solid #ddd;
}
.data-table tfoot.data-table_search-footer .data-table_search-footer_text-input input {
  padding: 1px 4px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
}
.data-table tfoot.data-table_search-footer .data-table_search-footer_text-input.data-table_search-footer_text-input_very-short input {
  width: 2em;
}
.data-table_search-footer_text-dropdown {
  font-size: 0.9em;
  padding-top: 0;
  padding-bottom: 0;
}
.data-table_search-footer_text-dropdown .chosen-container {
  margin-top: -2px;
}
.data-table--lozenge-style {
  width: 100%;
  margin-bottom: 4em;
}
.data-table--lozenge-style__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.6em;
  font-size: 0.9em;
}
.data-table--lozenge-style__table th,
.data-table--lozenge-style__table td {
  padding: 0.3em 0.6em;
  vertical-align: top;
}
.data-table--lozenge-style__table th {
  color: #999;
  font-weight: normal;
  text-align: left;
}
.data-table--lozenge-style .data-table--lozenge-style__table thead > tr {
  border: none;
  border-radius: 3px;
}
.data-table--lozenge-style .data-table--lozenge-style__table tbody tr {
  background: #ddd;
}
.data-table--lozenge-style .data-table--lozenge-style__table tbody td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.data-table--lozenge-style .data-table--lozenge-style__table tbody td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.data-table__meta-functions {
  margin: 0 1em 3em 1em;
  padding: 0.6em;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-size: 0.8em;
}
.data-table__meta-functions__column-display {
  margin: 0;
}
.datatable_nowrap-cell {
  white-space: nowrap;
}
.dataTable .secondaryData {
  color: #888;
}
.dataTable .secondaryData a:link,
.dataTable .secondaryData a:visited {
  color: #888;
}
.dataTable__extra-content-icon {
  padding: 0 4px;
  cursor: pointer;
  background: #aaa;
  border-radius: 3px;
  font-size: 0.8em;
  color: #fff;
}
.dataTable__extra-content-icon__no-bg {
  background: none;
  color: #999;
}
.dataTable__extra-content-icon.dataTable__extra-content-collapsed .visibilty-icon:after {
  font-family: FontAwesome;
  content: " \f0da";
}
.dataTable__extra-content-icon.dataTable__extra-content-expanded .visibilty-icon:after {
  font-family: FontAwesome;
  content: " \f0d7";
}
.dataTable__extra-content {
  font-size: 0.8em;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #e3e3e3;
}
.dataTable__extra-content > td {
  padding-left: 2em;
}
.notifications_meta-functions {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.notifications_meta-functions .meta-functions__item {
  margin-left: 0.2em;
}
.notifications__colour-code_wrapper {
  margin: 0 0.3em 0 0;
  display: inline-block;
  vertical-align: middle;
}
.notifications__colour-code {
  margin: 0 0.15em 0 0;
  display: inline-block;
  vertical-align: middle;
  height: 6px;
  width: 6px;
  border: 1px solid #888;
  border-radius: 50%;
  background: #ffff00;
}
.data-table_filter {
  display: inline-block;
  padding: 0.2em 0.6em;
  min-height: 18px;
  line-height: 18px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: #fff;
  font-size: 0.8em;
}
/* DataTables (datatables.net) */
.dataTables_wrapper .dataTables_processing {
  background-color: #666;
  border-color: #666;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5);
  color: #eee;
  width: 200px;
  margin: 1em auto 0 auto;
  padding: 1em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  z-index: 100;
}
.dataTables_wrapper .dataTables_processing a {
  color: #eee;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting:after {
  font-family: FontAwesome;
  content: " \f0dc";
  font-size: 0.8em;
  color: #999;
}
table.dataTable thead .sorting_asc:after {
  font-family: FontAwesome;
  content: " \f0de";
  font-size: 0.8em;
  color: #017db0;
}
table.dataTable thead .sorting_desc:after {
  font-family: FontAwesome;
  content: " \f0dd";
  font-size: 0.8em;
  color: #017db0;
}
table.dataTable thead .sorting_asc_disabled:after {
  font-family: FontAwesome;
  content: " \f0de";
  font-size: 0.8em;
  color: #aaa;
}
table.dataTable thead .sorting_desc_disabled:after {
  font-family: FontAwesome;
  content: " \f0dd";
  font-size: 0.8em;
  color: #aaa;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  color: #999;
  font-size: 0.9em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  font-size: 0.9em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .ellipsis {
  display: inline-block;
  padding: 0.1em 0.4em;
  text-align: center;
  cursor: pointer;
  *cursor: hand;
  border: 1px solid #e3e3e3;
  border-right: none;
  color: #999;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .ellipsis:hover {
  color: #444;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding-left: 0.6em;
  padding-right: 0.6em;
  border-left: 1px solid #e3e3e3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  order-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #017db0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border: 1px solid #e3e3e3;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #bbb;
}
.data-matrix {
  width: 100%;
  margin-bottom: 2em;
}
.data-matrix .data-matrix__table {
  width: 100%;
  table-layout: fixed;
}
.data-matrix__table th,
.data-matrix__table td {
  padding: 0.4em 0.4em;
}
.data-matrix__table th {
  color: #999;
  font-weight: normal;
}
.data-matrix__table thead > tr {
  border-bottom: 1px solid #e3e3e3;
}
.data-matrix__table tr {
  width: 100%;
}
.data-matrix__table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}
.data-matrix__table tbody tr:nth-child(even) {
  background-color: #fff;
}
.data-matrix__table .species-accreditation_complications_selections {
  padding: 0 2em 0 4em;
  font-size: 0.8em;
}
.data-matrix__table .species-accreditation_complications_selections .data-matrix {
  margin-bottom: 1em;
}
.help-sheet {
  display: none;
  /*
position: absolute;
	top: 100px;
	left: 100px;
	border: 1px solid red;
*/
}
.search-sheet {
  display: none;
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid red;
}
.debugging_id_marker {
  display: none;
  position: absolute;
  top: -8px;
  left: -12px;
  width: 9px;
  height: 9px;
  margin: 0 2px;
  padding: 2px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #ffe400;
  color: #000;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  cursor: help;
}
.show-debugging_id_markers .debugging_id_marker {
  display: inline-block;
}
.debugging_view_marker {
  display: none;
  margin: 0 2px;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #ffe400;
  color: #000;
  text-align: center;
  font-size: 8px;
  line-height: 8px;
  cursor: help;
  opacity: 0.5;
}
.debugging_view_marker .pathContent {
  display: none;
}
.debugging_view_marker:hover {
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
}
.debugging_view_marker:hover .pathContent {
  display: inline;
}
.show-debugging_view_markers .debugging_view_marker {
  display: inline-block;
}
.acc-tree__block-header.is_stuck {
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0));
  padding-top: 0.6em;
  padding-bottom: 20px;
  z-index: 500;
}
.bug-report-sheet {
  display: none;
  width: 500px;
}
.bug-report-sheet h1,
.bug-report-sheet h2 {
  margin: 0.5em 0 1em 0;
}
.bug-report__textarea {
  width: 490px;
  min-height: 100px;
}
.debug_message {
  border: 1px solid #888;
  padding: 0.4em;
}
.editor-sheet {
  width: 600px;
  padding-left: 1em;
  padding-right: 1em;
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.2em;
  /* #4546 */
}
.editor-sheet h1,
.editor-sheet h2 {
  margin: 0.5em 0 1em 0;
}
.editor-sheet section {
  background: transparent;
}
.editor-sheet .dropzone {
  background: transparent;
  border-color: #888;
}
.editor-sheet code,
.editor-sheet .code {
  margin-bottom: 0.2em;
  display: inline-block;
  background: #ccc;
  border-color: #888;
}
.editor-sheet input,
.editor-sheet textarea,
.editor-sheet input[disabled],
.editor-sheet textarea[disabled] {
  -webkit-text-fill-color: #444;
  -webkit-opacity: 1;
  color: #444;
}
#editor__raw-content {
  min-height: 200px;
  margin-bottom: 0.4em;
}
#editor__preview-content {
  background: #ccc;
  border: none;
  padding: 0.4em;
  vertical-align: top;
}
.alerts-sheet {
  display: none;
  width: 400px;
}
.alerts-sheet h1,
.alerts-sheet h2 {
  margin: 0.5em 0 1em 0;
}
.alerts-list {
  list-style: none;
  margin: 0 0.5em 2em 0.5em;
  padding: 0;
}
.alerts-list__item:not(.is-hidden) {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.4em;
  padding: 0.4em 0.4em;
  background: #ccc;
  border-radius: 3px;
  font-size: 1.2em;
  line-height: 1.2em;
}
.alerts-list__item:not(.is-hidden).alert-type__no-alerts {
  margin-bottom: 0;
  padding: 0 0.4em;
  background: none;
  text-align: center;
  font-style: italic;
  font-size: 1em;
}
.alerts-list__item:not(.is-hidden).alert-type__more-data {
  margin-top: 1em;
  margin-bottom: 0;
  text-align: center;
  font-style: italic;
}
.alert__severity-message,
.alert__severity-info {
  border-left: 10px solid #1ecd97;
}
.alert__severity-warning {
  border-left: 10px solid #debf11;
}
.alert__severity-error {
  border-left: 10px solid #fb797e;
}
.alerts-list__item__type {
  display: table-cell;
  width: 20px;
}
.alerts-list__item__content {
  display: table-cell;
}
.alerts-list__item__content p:last-child {
  margin: 0;
}
.alerts-list__item__actions {
  display: table-cell;
  width: 50px;
  text-align: right;
}
.alerts-list__item__actions .alerts-list__item__action {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  padding: 3px;
  margin-top: -2px;
  margin-left: 0.4em;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
}
.alerts-list__item__action a {
  color: #666;
}
.alerts-list__item__action a:hover {
  color: #222;
}
.alerts-sort-options {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.alerts-sort-options__item {
  display: inline-block;
  background: #ccc;
  padding: 3px 6px;
  margin: 0;
  border-right: 1px solid #ddd;
}
.alerts-sort-options__selected {
  font-weight: bold;
}
.alerts-sort-options__link {
  color: #555;
}
.alerts-sort-options__item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.alerts-sort-options__item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: none;
}
/* ==========================================================================
   XXX
   ========================================================================== */
.alerts-filters {
  margin: 1em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  /* 	outline: 1px dotted red; */
  /*
      top: 50%;

      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  */
  list-style: none;
}
.alerts-filter__item {
  display: inline-block;
  height: 12px;
  margin: 0 0.2em;
  padding: 3px 3px 3px 8px;
  background: #ccc;
  border-radius: 20px;
}
.alerts-filter__link {
  color: #555;
}
.alerts-filter__count {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.2em;
  color: #666;
}
/* -------------------------------- */
@media only screen and (min-width: 65em) {
  .small_screen-only {
    display: none;
  }
}
@media only screen and (max-width: 65em) {
  html {
    font-size: 0.9em;
  }
  .wrapper {
    width: 96%;
  }
  .data-table__action {
    display: none;
  }
  .data-table__action.action--menu {
    display: inline-block;
  }
  .data-table__table tbody tr td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button,
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    font-size: 1.3em;
    padding: 0.3em 1em;
  }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding-left: 1em;
    padding-right: 1em;
    border-left: 1px solid #e3e3e3;
  }
  .button {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 35em) {
  html {
    font-size: 0.8em;
  }
  .wrapper {
    width: 96%;
  }
  .button {
    padding: 1em 1em;
  }
  .personal-nav__item__user-name,
  .personal-nav__item__user-location,
  .personal-nav__item__messages,
  .personal-nav__item__profile,
  .personal-nav__item__settings,
  .personal-nav__item__logout {
    display: none;
  }
  .personal-nav__item__profile-pic {
    width: 44px;
    height: 44px;
    margin-top: -66px;
    background: #f2f2f2;
    border-radius: 50%;
  }
  .personal-nav__item__profile-pic__image {
    width: 40px;
    height: 40px;
    margin: 1px;
  }
  .alert-badge {
    top: -6px;
    left: -6px;
    width: 24px;
    height: 24px;
  }
  .data-table__table tbody tr td {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
  /*
	header#pageHeader #primaryNav {
		display: block;
		position: absolute;
		left: 165px;
		top: 26px;

		ul {
			padding: 0;
			margin: 0;

			li {
				float: left;
				margin: 0 0 0 2em;
				padding: 0;

				a {
					text-decoration: none;
					color: #b3d8e7;
					font-weight: bold;
					padding: 0 0 2px 0;
					border-bottom: 2px solid transparent;

					&:hover {
						color: #fff;
					}
				}

				&.active a {
					color: #fff;
					border-bottom-color: #cdb87c;
				}
			}
		}
	}
*/
}
