@charset "UTF-8";
/*
 *  Main styles for pkb webapp
 */
/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/* for IE10 and above but not Edge */
/* for iOS devices */
/* General */
/* Typography */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#common_weight_name_mapping */
/* Lists */
/* Buttons */
/* NHS UK */
/**
 * Public semantic variables used by PKB's default theme
 **/
/* Colours */
/**
 * Public semantic variables of NHS colors
 **/
/* Vendor */
/*! normalize.css? v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
  background-color: #E8E8E8;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* bourbon */
/* Tools */
/* ===========================
   Tools/Helpers
   =========================== */
/*
 * 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;
}

/* Fonts
------------------- */
/* Chart Colors */
.f-color1 {
  color: #CF2C2C;
}

.f-color2 {
  color: #1894c4;
}

@media print {
  a[href]:after {
    content: none;
  }

  a.print-link[href]:after {
    content: " (" attr(href) ")";
  }

  .navbar {
    display: block;
  }
}
/* Base */
/*------------------------------------*\
    RESET STYLES
\*------------------------------------*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.ttf?v=704");
  font-style: normal;
  font-weight: 100 900;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-VariableFont_wght.ttf?v=704");
  font-style: normal;
  font-weight: 100 700 900;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot?v=704");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2?v=704") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff?v=704") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf?v=704") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* ===========================
   Base
   =========================== */
html {
  background-color: #DCE5EA;
  height: 100%;
  margin-bottom: 1px;
}

body {
  background-color: #DCE5EA;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #CF2C2C;
  text-decoration: none;
}
a:hover {
  color: #a52323;
}

body {
  height: 100%;
  font: 100%/1.125 "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.centred-layout {
  background-image: none;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

body.registration {
  background-image: none;
  background-color: white !important;
}

body.registration #main {
  background-color: white;
}

/*This solves a z-index IE7 bug that makes the drop down menus appear behind the call to action buttons:*/
header {
  position: relative;
  z-index: 100;
}

ul {
  padding-left: 0;
}

ul ul,
ul ol {
  margin-top: 0;
}

li {
  list-style: none;
}

ol {
  margin-bottom: 1em;
}

ol.roman {
  list-style-type: lower-roman;
}

ol.alpha {
  list-style-type: lower-alpha;
}

dd {
  margin-left: 1.5em;
}

dt {
  font-family: 'Proxima Nova Bold', sans-serif;
  font-weight: bold;
}

img.framed {
  border: 4px solid #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
}

img.float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Lists */
ul li p {
  font-size: inherit;
}

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* Fonts */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/* Layout */
/* =======================
   Layout/Footer
   ======================= */
footer {
  min-height: 40px;
  background-color: #014151;
}
footer .select-language {
  margin-top: 5px;
}
footer .select-language .bfh-selectbox-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .select-language .bfh-selectbox-toggle .bfh-selectbox-option {
  color: white;
}
footer .bottom-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 5px;
}
footer .bottom-row #select-locale, footer .bottom-row .text-white {
  margin: 10px 0 0 0;
}
footer .bottom-row #select-locale, footer .bottom-row .text-white {
  display: flex;
  justify-content: center;
}
footer .bottom-row #select-locale {
  height: 35px;
  min-width: 194px;
  flex-basis: 194px;
  align-self: center;
}
footer .bottom-row .text-white {
  text-align: center;
  min-width: 247px;
  flex-basis: 247px;
  flex-direction: column;
  line-height: 24px;
  float: none;
}
footer .bottom-row .copyright {
  padding-right: 10px;
}

footer #footer-inner {
  background-color: #014151;
}

.text-white {
  color: #FFF;
  float: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 40px;
  margin-left: 20px;
}

.copyright {
  padding-right: 40px;
  background: url("/images/2014/pkb-footer-logo.png?v=704") no-repeat 100% 50%;
}

.centered {
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*handles the horizontal centering*/
  max-width: 960px;
  /*Put in to prevent huge widths messing up the screen width and sub navs*/
}

.footer-team-img {
  padding-top: 24px;
  margin-bottom: 35px;
  max-width: 100%;
}

.mobile-optimized .footer-team-img {
  padding-top: 0;
  margin-bottom: 25px;
}

.footer-team-row {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.footer-team-row .team-address-col {
  display: table;
}
.footer-team-row .team-details-panel {
  background: white;
  line-height: 18px;
  font-size: 14px;
}
.footer-team-row .team-image-cell {
  width: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-team-row .team-image-fullwidth-row .team-image-cell {
  height: 250px;
}

@media (max-width: 768px) {
  .footer-team-row .team-image-cell {
    width: 100%;
  }
}
.contact-icon {
  background: #C9C9C9;
  border-radius: 100%;
  color: white;
  font-size: 24px;
  width: 40px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.no-team-footer #team-footer {
  margin-top: 64px;
}
.no-team-footer #team-footer .footer-team-img {
  display: none;
}

div.container-fluid + footer.nhs-style {
  height: 40%;
  overflow: auto;
}

footer.nhs-style {
  background-color: #d8dde0;
  border-top: 4px solid #005eb8;
  padding: 29px 18px 24px 14px;
}
footer.nhs-style .text-white {
  font-size: 14px;
  line-height: 24px;
}
footer.nhs-style .text-white, footer.nhs-style a {
  color: #212b32;
  font-weight: 400;
}
footer.nhs-style .footer-links {
  display: flex;
  flex-wrap: wrap;
}
footer.nhs-style .footer-links p:not(:last-child) {
  margin-right: 50px;
}
footer.nhs-style .footer-links a {
  color: #4c6272;
  text-decoration: underline;
}
footer.nhs-style .footer-links a:hover {
  text-decoration: none;
  color: #212b32;
}
footer.nhs-style .footer-links a:active {
  color: #002f5c;
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer.nhs-style .footer-links {
    flex-direction: column;
  }
}
footer.nhs-style a {
  font-size: 16px;
  line-height: 32px;
}
footer.nhs-style a:focus {
  text-decoration: none;
  outline: none;
  color: #212b32;
  background-color: #FFEB3B;
  box-shadow: 0 -2px #FFEB3B, 0 4px #212b32;
}
footer.nhs-style hr.nhs-only {
  border-color: #768692;
  margin: 0;
  width: 100%;
}
footer.nhs-style .bottom-row {
  margin: 0;
  justify-content: space-between;
}
footer.nhs-style .bottom-row #select-locale, footer.nhs-style .bottom-row .text-white {
  margin: 25px 0 0 0;
}
footer.nhs-style .bottom-row #select-locale {
  height: 58px;
  border-radius: 0;
  border: 2px solid #4c6272;
}
footer.nhs-style .bottom-row .copyright {
  padding-right: 35px;
  background: url("/images/pkb-logo-nhs-footer.svg?v=704") no-repeat 100% 50%;
}

/* ==|====================
   Layout/Main
   ======================= */
.space-rows .row {
  margin-bottom: 10px;
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
#main {
  padding-top: 0;
  margin-top: 10px;
}

.page-header {
  border-bottom: 0px;
  margin-top: 0;
}

.mobile-optimized .page-content {
  margin-bottom: 80px;
}

.nav-buttons li div.sub-nav-container {
  width: 100% !important;
  left: 0 !important;
}

.info-sidebar {
  background-color: #FEFADC;
  border-radius: 3px;
  padding-bottom: 5px;
}
.info-sidebar h3 {
  color: #000;
  font-weight: 700;
  margin-top: 15px;
  display: block;
  margin-bottom: 5px;
}
.info-sidebar p {
  margin-bottom: 10px;
  color: #111;
  font-size: 13px;
  line-height: 18px;
}

.spacer-sm {
  height: 20px;
}

.spacer {
  min-height: 40px;
}

.spacer-lg {
  height: 60px;
}

.p-n {
  padding: 0 !important;
}

.p-t-n {
  padding-top: 0 !important;
}

.p-l-n {
  padding-left: 0 !important;
}

.p-b-n {
  padding-bottom: 0 !important;
}

.p-r-n {
  padding-right: 0 !important;
}

.page-logo {
  position: absolute;
  top: 0 !important;
  right: 0 !important;
}

.m-n {
  margin: 0 !important;
}

.m-t-n {
  margin-top: 0 !important;
}

.m-l-n {
  margin-left: 0 !important;
}

.m-b-n {
  margin-bottom: 0 !important;
}

.m-r-n {
  margin-right: 0 !important;
}

.m-t-xs {
  margin-top: 5px !important;
}

.m-l-xs {
  margin-left: 5px !important;
}

.m-b-xs {
  margin-bottom: 5px !important;
}

.m-r-xs {
  margin-right: 5px !important;
}

.m-t-sm {
  margin-top: 10px !important;
}

.m-l-sm {
  margin-left: 10px !important;
}

.m-b-sm {
  margin-bottom: 10px !important;
}

.m-r-sm {
  margin-right: 10px !important;
}

.m-t-md {
  margin-top: 20px !important;
}

.m-l-md {
  margin-left: 20px !important;
}

.m-b-md {
  margin-bottom: 20px !important;
}

.m-r-md {
  margin-right: 20px !important;
}

.m-t-lg {
  margin-top: 50px !important;
}

.m-l-lg {
  margin-left: 50px !important;
}

.m-b-lg {
  margin-bottom: 50px !important;
}

.m-r-lg {
  margin-right: 50px !important;
}

.p-t-xs {
  padding-top: 5px !important;
}

.p-l-xs {
  padding-left: 5px !important;
}

.p-b-xs {
  padding-bottom: 5px !important;
}

.p-r-xs {
  padding-right: 5px !important;
}

.p-t-sm {
  padding-top: 10px !important;
}

.p-l-sm {
  padding-left: 10px !important;
}

.p-b-sm {
  padding-bottom: 10px !important;
}

.p-r-sm {
  padding-right: 10px !important;
}

.p-t-md {
  padding-top: 20px !important;
}

.p-l-md {
  padding-left: 20px !important;
}

.p-b-md {
  padding-bottom: 20px !important;
}

.p-r-md {
  padding-right: 20px !important;
}

.p-t-lg {
  padding-top: 50px !important;
}

.p-l-lg {
  padding-left: 50px !important;
}

.p-b-lg {
  padding-bottom: 50px !important;
}

.p-r-lg {
  padding-right: 50px !important;
}

.no-float {
  float: none !important;
}

/* Generic Phones */
@media (max-device-width: 800px) {
  .hidden-phone {
    display: none !important;
  }

  .visible-phone {
    display: block !important;
  }
}
/* Generic Tablets */
@media only screen and (max-device-width: 1224px) and (min-device-width: 800px) {
  .hidden-tablet {
    display: none !important;
  }

  .visible-tablet {
    display: block !important;
  }
}
*:focus {
  outline-color: #014151 !important;
}

.search-dropdown-container #search-dropdown, .search-dropdown-container #s2id_search-dropdown {
  background: url("/images/search.svg?v=704") ;
  background-repeat: no-repeat;
  padding: 0 0 0 42px;
  background-position: 16px 50%;
  border-radius: 4px;
  font-weight: bold;
}
.search-dropdown-container #s2id_search-dropdown {
  font-size: 16px;
  background-color: #FFF !important;
  background-position: 16px 50% !important;
  background-repeat: no-repeat !important;
  min-height: 40px;
  height: auto;
}
.search-dropdown-container #s2id_search-dropdown:hover {
  background: url("/images/search-blue-secondary.svg?v=704") ;
}
.search-dropdown-container #s2id_search-dropdown.select2-dropdown-open {
  border-color: #2B7D67;
  background: url("/images/search-green.svg?v=704") ;
}
.search-dropdown-container #s2id_search-dropdown > .select2-choice {
  height: 36px;
  line-height: 36px;
}
.search-dropdown-container #s2id_search-dropdown > .select2-choice > abbr {
  right: 5px;
  top: 10px;
}
.search-dropdown-container .select2-container-multi .select2-choices {
  padding: 8px 0 0 0;
  border: none;
  box-shadow: none;
  background-image: none;
}
.search-dropdown-container .select2-container-multi .select2-choices input {
  padding: 0;
  caret-color: #2B7D67;
}
.search-dropdown-container .select2-container-multi .select2-choices .select2-search-choice {
  margin: 0;
  background: none;
}

.nav-user-details {
  background-color: #FFF;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  z-index: 999;
  margin-bottom: -16px;
}
.nav-user-details .navbar {
  min-height: 0;
  margin-bottom: 0;
}
.nav-user-details .nav-user-details-text {
  vertical-align: top;
}
.nav-user-details .dropdown-toggle {
  padding: 0px;
  padding-right: 16px;
  color: #00576D;
}
.nav-user-details .dropdown-toggle:hover {
  text-decoration: underline;
  background: transparent;
}
.nav-user-details .dropdown-toggle:hover .role-label {
  color: #014151;
}

.role-label {
  color: white;
  font-weight: bold;
  padding: 2px 4px;
}
.role-label.clinician {
  background-color: #9E66F1;
}
.role-label.coordinator {
  color: #3C7996;
  padding: 2px 0px;
  font-size: 16px;
}

.fa.clinician {
  color: #9E66F1;
}

/* Account Navigation */
nav.account-navigation {
  /*IMPORTANT: hide the "menu" button - this is only for mobile
  */
}
nav.account-navigation .fa {
  margin-left: 10px;
  font-size: 26px;
  vertical-align: bottom;
}
nav.account-navigation ul {
  margin-top: 17px;
}
nav.account-navigation ul li {
  color: #00576D;
  float: left;
  font-size: 0.8125em;
  font-weight: 600;
  margin-left: 16px;
}
nav.account-navigation ul li a {
  color: #00576D;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  margin-left: 20px;
}
nav.account-navigation ul li a:visited {
  color: #00576D !important;
}
nav.account-navigation ul li a:hover {
  color: #014151 !important;
}
nav.account-navigation ul li a .fa-power-off {
  font-size: 24px;
}
nav.account-navigation ul li#my_account a {
  background-position: right 0;
}
nav.account-navigation ul li#logout a {
  background-position: right -112px;
}
nav.account-navigation ul li#login a {
  background-position: right -167px;
}
nav.account-navigation ul li#menu {
  display: none;
}
nav.account-navigation ul li#my_account a:hover,
nav.account-navigation ul li#my_account a.active {
  background-position: right -28px;
}
nav.account-navigation ul li#logout a:hover,
nav.account-navigation ul li#logout a.active {
  background-position: right -139px;
}
nav.account-navigation ul li#login a:hover,
nav.account-navigation ul li#login a.active {
  background-position: right -196px;
}

/* Main Navigation Links */
.nav-buttons {
  float: left;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 25px;
  margin-top: 20px;
}

.nav-buttons li {
  float: left;
}

.nav-buttons li.active,
.nav-buttons li.spacer {
  height: 356px;
}

.nav-buttons li a {
  background-color: #FFF;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-shadow: 1px 1px 1px 0px #aaa;
  -moz-box-shadow: 1px 1px 1px 0px #aaa;
  box-shadow: 1px 1px 1px 0px #aaa;
  float: left;
  height: 190px;
  margin: 10px;
  width: 220px;
  /* old IE */
  /* behavior: url(/PIE-2.b1.htc);  not tested yet */
}

.nav-buttons li a:hover {
  text-decoration: none;
  background-color: #00576D;
  background-image: none;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

.nav-buttons li.inactive a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

.nav-buttons li .fa-caret-up {
  line-height: 18px;
  font-size: 2.5em;
}
.nav-buttons li:not(.active) .fa-caret-up {
  color: #FFF;
  display: none;
}
.nav-buttons li.active .fa-caret-up {
  color: #FFF;
  display: block;
}

.nav-buttons > li > a .icon {
  background-image: url("/images/2014/nav_sprites_blue.png?v=704");
  background-position: -120px 0;
  display: block;
  float: left;
  height: 110px;
  margin: 15px 50px;
  width: 120px;
  cursor: pointer;
}
.nav-buttons > li > a:hover .icon {
  background-image: url("/images/2014/nav_sprites_white.png?v=704");
}

.nav-buttons > li#discussion > a .icon {
  background-position: -120px 0;
}

.nav-buttons > li#health > a .icon {
  background-position: -240px 0;
}

.nav-buttons > li#treatments > a .icon {
  background-position: 0px -120px;
}

.nav-buttons > li#plans > a .icon {
  background-position: 0px -730px;
}

.nav-buttons > li#thinkahead > a .icon {
  background-image: url("/images/icons/thinkahead-logo.png?v=704");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 66px 65px;
}

.nav-buttons > li#diary > a .icon {
  background-position: -120px -120px;
}

.nav-buttons > li#files > a .icon {
  background-position: -240px -120px;
}

.nav-buttons > li#devices > a .icon {
  background-position: -240px -600px;
}

.nav-buttons > li#monitoring > a .icon {
  background-position: -120px -360px;
}

.nav-buttons > li#medications > a .icon {
  background-position: 0px -120px;
}

.nav-buttons > li#surveys > a .icon {
  background-position: -240px -360px;
}

.nav-buttons > li#schedule > a .icon {
  background-position: 0px -600px;
}

.nav-buttons > li#team > a .icon {
  background-position: -120px -240px;
}

.nav-buttons > li#measurements > a .icon {
  background-position: -240px -480px;
}

.nav-buttons > li#social-care > a .icon {
  background: url("../../images/social-care.svg?v=704") center no-repeat;
}
.nav-buttons > li#social-care > a:hover .icon {
  background-image: url("../../images/social-care-activated.svg?v=704");
}

.nav-buttons li .nav-label {
  background-color: #FFF;
  border-radius: 0 0 6px 6px;
  color: #000;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin-top: 146px;
  padding-left: 18px;
  cursor: pointer;
}
@media (max-width: 360px) {
  .nav-buttons li .nav-label {
    font-size: 15px;
  }
}
.nav-buttons li .nav-label .fa {
  float: right;
  margin: 12px 10px 0 0;
}

.nav-buttons li.active .nav-label {
  font-weight: bold;
}

.nav-buttons li.active a:hover .nav-label {
  font-weight: bold;
}

.nav-buttons li.active.menu a:hover .nav-label {
  font-weight: bold;
}

.nav-buttons li div.sub-nav-container {
  display: none;
  position: absolute;
  bottom: 0;
  padding-top: 12px;
}

.nav-buttons li ul.sub-nav {
  height: 130px;
  position: relative;
  z-index: 1000;
  background-color: #FFF;
}

.nav-buttons ul.sub-nav li a {
  background-color: #FFF;
  background-image: none;
  border-radius: 0 0 0 0;
  box-shadow: 0 0;
  color: #00576D !important;
  font-size: 18px;
  height: 130px;
  margin: 0;
  text-align: center;
  width: 130px;
}
.nav-buttons ul.sub-nav li a:hover {
  background-color: #3C7996;
  color: #FFF !important;
}
.nav-buttons ul.sub-nav li a:active {
  background-color: #2B7D67;
}

ul.sub-nav li .icon {
  background-image: url("/images/2014/sub-nav-sprites-blue.png?v=704");
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 80px;
  width: 80px;
  display: block;
  margin: 15px auto 0;
}
ul.sub-nav li > a:hover .icon, ul.sub-nav a.active .icon {
  background-image: url("/images/2014/sub-nav-sprites-white.png?v=704");
}

/*These background images apply to both buttons subnav and breadcrumbs subnav:*/
.sub-nav #diagnoses .icon {
  background-position: 0 0;
}
.sub-nav #allergies .icon {
  background-position: -80px 0;
}
.sub-nav #symptoms .icon {
  background-position: -160px 0;
}
.sub-nav #measurements .icon {
  background-position: 0 -80px;
}
.sub-nav #laboratory .icon {
  background-position: -80px -80px;
}
.sub-nav #images .icon {
  background-position: -160px -80px;
}
.sub-nav #audio .icon {
  background-position: 0 -160px;
}
.sub-nav #plans .icon {
  background-position: -80px -160px;
}
.sub-nav #medicines .icon {
  background-position: -160px -160px;
}
.sub-nav #prescriptions .icon {
  background-position: -80px -320px;
}
.sub-nav #library .icon {
  background-position: 0 -240px;
}
.sub-nav #procedures .icon {
  background-position: -80px -240px;
}
.sub-nav #vaccinations .icon {
  background-position: -160px -240px;
}
.sub-nav #genetics .icon {
  background-position: -160px -880px;
}
.sub-nav #schedule .icon {
  background-position: 0 -320px;
}
.sub-nav #journal .icon {
  background-position: -80px -320px;
}
.sub-nav #calendar .icon {
  background-position: 0 -320px;
}
.sub-nav #apps .icon {
  background-position: -160px -320px;
}
.sub-nav #devices .icon {
  background-position: 0px -400px;
}
.sub-nav #clinicians .icon {
  background-position: -160px -400px;
}
.sub-nav #carers .icon {
  background-position: 0px -480px;
}
.sub-nav #colleagues .icon {
  background-position: -80px -480px;
}
.sub-nav #pending-invites .icon {
  background-position: -150px -480px;
}
.sub-nav #past-invites .icon {
  background-position: 0px -560px;
}
.sub-nav #access-log .icon {
  background-position: -160px -1040px;
}
.sub-nav #activated .icon {
  background-position: -80px -560px;
}
.sub-nav #yet-to-activate .icon {
  background-position: -160px -560px;
}
.sub-nav #registration .icon {
  background-position: 0px -640px;
}
.sub-nav #settings .icon {
  background-position: 0px -1120px;
}
.sub-nav #password .icon {
  background-position: 0px -640px;
}
.sub-nav #twoFactorAuth .icon {
  background-position: -160px -1040px !important;
}
.sub-nav a.active {
  background: #2B7D67;
  color: #FFF;
}

/* Breadcrumbs */
ul.breadcrumbs {
  margin: 0;
}
ul.breadcrumbs li {
  color: #333333;
  display: inline;
  font-size: 16px;
  line-height: 49px;
  margin: 0;
  padding-left: 5px;
  font-weight: bold;
}
ul.breadcrumbs li:first-child {
  padding-left: 0;
}
ul.breadcrumbs li:not(:first-child)::before {
  content: "";
  color: #707070;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.9em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 5px;
  vertical-align: middle;
}
ul.breadcrumbs li a {
  color: #00576D;
  font-weight: bold;
}
ul.breadcrumbs li:last-child {
  cursor: default;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}
ul.breadcrumbs li:last-child a {
  color: #333333;
}
@media (min-width: 480px) {
  ul.breadcrumbs #link-breadcrumbs-pageTitle {
    width: 136px;
  }
}
@media (min-width: 768px) {
  ul.breadcrumbs #link-breadcrumbs-pageTitle {
    width: 338px;
  }
}
@media (min-width: 992px) {
  ul.breadcrumbs #link-breadcrumbs-pageTitle {
    width: 558px;
  }
}

/* Main Sub Nav ( dark blue buttons up top ) */
.page-header-menu .sub-nav-container {
  background-color: #FFF;
  width: 100%;
}
.page-header-menu .sub-nav-container .container {
  position: relative;
}
.page-header-menu .sub-nav-container .sub-nav {
  font-size: 0;
  margin-bottom: 0;
  margin-left: px;
  -webkit-transition: margin-left 300ms ease-out;
  -moz-transition: margin-left 300ms ease-out;
  transition: margin-left 300ms ease-out;
}
.page-header-menu .sub-nav-container .sub-nav li {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 12.5%;
}
.page-header-menu .sub-nav-container .sub-nav li:hover {
  background: #3C7996;
  opacity: 1;
}
.page-header-menu .sub-nav-container .sub-nav li a {
  padding-bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  word-wrap: break-word;
  white-space: inherit;
}
.page-header-menu .sub-nav-container .sub-nav li a:hover, .page-header-menu .sub-nav-container .sub-nav li a:active {
  color: #FFF;
}
.page-header-menu .sub-nav-container .sub-nav li .icon {
  margin: 5px auto 0;
}
.page-header-menu .sub-nav-container .sub-nav.tabs-8 li {
  width: 12.5%;
}

#main-navbar .container-fluid {
  padding: 0px;
}
#main-navbar .container-fluid.with-banner {
  min-height: 140px;
}

#main-navbar h1 {
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar-default,
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: none;
  border: none;
  overflow-x: hidden;
  margin: 0;
}

.navbar-default .navbar-toggle {
  border: none;
  margin-top: 15px;
  margin-bottom: 0;
}

.navbar-collapse {
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #3C7996;
}

nav.account-navigation {
  float: none;
  width: 100%;
}

.page-header-top,
.page-header .page-header-top {
  background: white;
}

.breadcrumbs-container {
  background-color: #F5F8F9;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  overflow-y: hidden;
  margin-left: 0px;
}

#main-navbar h1 {
  width: 80%;
  float: left;
}

nav.account-navigation ul {
  text-align: right;
}

nav.account-navigation ul li {
  float: none;
  display: inline-block;
}

.sub-nav li {
  display: inline-block;
}

.nav-buttons li ul.sub-nav {
  padding-left: 0 !important;
  height: auto;
}

.nav-buttons ul.sub-nav li {
  width: 12.5%;
  padding: 0;
}

/* mobile first */
.nav-buttons ul.sub-nav li {
  width: 50%;
  padding: 0;
}

.nav-buttons ul.sub-nav li a {
  width: 100%;
}

@Media (max-width: 991px) {
  /* navbar-collapse collapse in */
  nav.account-navigation ul {
    margin-top: 0px;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
  }

  nav.account-navigation ul li {
    margin: 0;
    width: 100%;
    float: none;
    text-align: right;
    padding: 10px 0;
  }

  nav.account-navigation ul li a {
    float: none;
    display: inline-block;
  }

  .nav-buttons ul.sub-nav li {
    width: 50%;
    padding: 0;
  }

  .page-header-menu .sub-nav-container .sub-nav li {
    width: 33.333%;
  }
  .page-header-menu .sub-nav-container .sub-nav li a {
    font-size: 12px;
  }
  .page-header-menu .sub-nav-container .sub-nav.tabs-8 li {
    width: 33.333%;
  }

  .page-header-menu .sub-nav-container .sub-nav li:first-child {
    border-left: none;
  }
  .page-header-menu .sub-nav-container .sub-nav li:nth-child(7), .page-header-menu .sub-nav-container .sub-nav li:nth-child(8) {
    border-bottom: none;
  }

  .page-header-menu .sub-nav-container .sub-nav li .icon {
    height: 40px;
    width: 40px;
    background-size: 120px 625px;
  }
  .page-header-menu .sub-nav-container .sub-nav #diagnoses .icon {
    background-position: 0 0 !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #allergies .icon {
    background-position: -40px 0 !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #symptoms .icon {
    background-position: -80px 0 !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #measurements .icon {
    background-position: 0 -40px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #laboratory .icon {
    background-position: -40px -40px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #images .icon {
    background-position: -80px -40px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #audio .icon {
    background-position: 0 -80px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #plans .icon {
    background-position: -40px -80px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #medicines .icon {
    background-position: -80px -80px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #prescriptions .icon {
    background-position: -40px -80px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #library .icon {
    background-position: 0 -120px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #procedures .icon {
    background-position: -40px -120px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #vaccinations .icon {
    background-position: -80px -120px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #genetics .icon {
    background-position: -80px -440px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #schedule .icon {
    background-position: 0 -160px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #journal .icon {
    background-position: -40px -160px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #calendar .icon {
    background-position: 0 -160px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #apps .icon {
    background-position: -80px -160px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #devices .icon {
    background-position: 0px -200px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #clinicians .icon {
    background-position: -80px -200px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #carers .icon {
    background-position: 0px -240px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #colleagues .icon {
    background-position: -40px -240px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #pending-invites .icon {
    background-position: -80px -240px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #past-invites .icon {
    background-position: 0px -280px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #activated .icon {
    background-position: -40px -280px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #yet-to-activate .icon {
    background-position: -80px -280px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #registration .icon {
    background-position: 0px -320px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #settings .icon {
    background-position: 0px -560px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #password .icon {
    background-position: 0px -320px !important;
  }
  .page-header-menu .sub-nav-container .sub-nav #twoFactorAuth .icon {
    background-position: -80px -520px !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: hidden !important;
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: inline-block;
  }

  .navbar-header {
    float: none;
  }

  .nav-buttons ul.sub-nav li {
    width: 25%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  #main-navbar
  .navbar-collapse.collapse {
    overflow: hidden !important;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-header {
    float: left;
  }
}
.actions a.link:hover, .actions a.link-right:hover,
.actions input.link-right:hover,
.actions button.link-right:hover, .actions a.link-inline:hover,
.actions input.link-inline:hover,
.actions button.link-inline:hover, .actions a.link-no-arrow:hover,
.actions input.link-no-arrow:hover,
.actions button.link-no-arrow:hover, .form_actions a:link:hover {
  text-decoration: none;
}

.subnav-icon-48 {
  background-image: url("/images/2014/sub-nav-sprites-blue.png?v=704");
}

.nav-icon-48 {
  background-image: url("/images/2014/nav_sprites_blue.png?v=704");
}

.subnav-icon-48, .nav-icon-48 {
  background-repeat: no-repeat;
  background-size: 144px;
  display: block;
  height: 48px;
  width: 48px;
  min-width: 48px;
}
.subnav-icon-48.library, .nav-icon-48.library {
  background-position: 0 -144px;
}
.subnav-icon-48.journal, .nav-icon-48.journal {
  background-position: -48px -192px;
}
.subnav-icon-48.symptoms, .nav-icon-48.symptoms {
  background-position: -96px 0;
}
.subnav-icon-48.discussions, .nav-icon-48.discussions {
  background-position: -48px 0;
}

/* Modules */
#actionbar {
  margin-bottom: 30px;
  display: block;
  float: right;
}

.mobile-optimized #actionbar {
  float: left;
}
.mobile-optimized #actionbar ul.page-actions li {
  width: 100%;
}

/*THESE STYLES SHOULD OVERRIDE NICK'S*/
ul.page-actions {
  margin: 0;
  padding: 0;
  display: block;
  /* Add Buttons */
  /* Send Buttons */
  /* Invite Buttons */
  /* Misc Buttons */
  /* Pregnancy actions*/
  /* Change GP practice action */
}
ul.page-actions li {
  border-radius: 3px;
  background-color: white;
  margin: 15px 0 5px 0;
  display: block;
  float: right;
  font-size: 1em;
  position: relative;
  clear: both;
}
ul.page-actions li:first-child {
  margin-top: 0px;
}
ul.page-actions li:last-child {
  margin-bottom: 0px;
}
ul.page-actions li a.btn, ul.page-actions li a.btn-arrow {
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 1px 0px #aaa;
  -moz-box-shadow: 1px 1px 1px 0px #aaa;
  box-shadow: 1px 1px 1px 0px #aaa;
  color: #000;
  background-color: white;
  display: block;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 12px;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  min-width: 207px;
  background-image: none;
  margin: 0;
  text-align: left;
}
ul.page-actions li a.btn.xl, ul.page-actions li a.xl.btn-arrow {
  width: 310px;
}
ul.page-actions li a.btn:hover, ul.page-actions li a.btn-arrow:hover {
  background-image: none;
  background-color: white;
}
ul.page-actions li a.btn .icon, ul.page-actions li a.btn-arrow .icon {
  background-color: #3C7996;
  background-image: url("/images/2014/action-sprites.png?v=704");
  border-radius: 0 2px 2px 0;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
}
ul.page-actions li.book_gp_appointment a .icon {
  background-position: 0px -397px;
}
ul.page-actions li.update_my_record a .icon {
  background-position: 0px 0px;
  background-color: #60C6A9;
  background-image: url("/images/medmij_heart_40.png?v=704");
}
ul.page-actions li.update_my_record a.btn:hover .icon, ul.page-actions li.update_my_record a.btn-arrow:hover .icon {
  background-color: #2B9E7D;
  box-shadow: 1px 1px #2B9E7D;
}
ul.page-actions li a.btn:hover .icon, ul.page-actions li a.btn-arrow:hover .icon {
  background-color: #014151;
  box-shadow: 1px 1px #2B9E7D;
}
ul.page-actions li.add_diagnosis a .icon {
  background-position: -80px -40px;
}
ul.page-actions li.add_allergy a .icon {
  background-position: -80px -360px;
}
ul.page-actions li.add_symptoms a .icon {
  background-image: url("/images/icons/add-white-24.png?v=704");
  padding: 8px;
  background-origin: content-box;
  background-repeat: no-repeat;
}
ul.page-actions li.add_measurements a .icon {
  background-position: -40px -80px;
}
ul.page-actions li.add_common_tests a .icon {
  background-position: -80px -80px;
}
ul.page-actions li.add_entry a .icon {
  background-position: 0 -160px;
}
ul.page-actions li.add_appointment a .icon {
  background-position: -40px -160px;
}
ul.page-actions li.add_file a .icon {
  background-position: -80px -160px;
}
ul.page-actions li.add_clinician a .icon {
  background-position: 0 0px;
}
ul.page-actions li.add_carer a .icon {
  background-position: -40px -320px;
}
ul.page-actions li.add_patient a .icon {
  background-position: 0 -240px;
}
ul.page-actions li.add_child a .icon {
  background-position: 0 0px;
}
ul.page-actions li.add_team a .icon {
  background-position: -80px -240px;
}
ul.page-actions li.add_individual a .icon {
  background-position: -80px -320px;
}
ul.page-actions li.get_my_data a .icon {
  background-position: -80px -160px;
}
ul.page-actions li.add_audiology a .icon {
  background-position: -40px -120px;
}
ul.page-actions li.add_radiology a .icon {
  background-position: 0 -120px;
}
ul.page-actions li.add_medicines a .icon {
  background-position: -80px -120px;
}
ul.page-actions li.add_device a .icon {
  background-position: -80px -200px;
}
ul.page-actions li.add_genetics a .icon {
  background-position: -80px -160px;
}
ul.page-actions li.add_connection a .icon {
  background-position: -80px -280px;
}
ul.page-actions li.send_message a .icon {
  background-position: -40px 0;
}
ul.page-actions li.send_questionnaire a .icon {
  background-position: 0 0;
}
ul.page-actions li.start_questionnaire a .icon {
  background-position: 0 0;
}
ul.page-actions li.invite_clinician a .icon {
  background-position: 0 0px;
}
ul.page-actions li.start_questionnaire a .icon {
  background-position: 0 -40px;
}
ul.page-actions li.ask_access a .icon {
  background-position: 0px -320px;
}
ul.page-actions li.archive a .icon {
  background-position: 0px -480px;
}
ul.page-actions li.assign a .icon {
  background-position: -80px -440px;
}
ul.page-actions li.add_pregnancy a .icon {
  background-position: -80px -280px;
}
ul.page-actions li.change_gp_practice a .icon {
  background-position: 0px -397px;
}
ul.page-actions li.leave a .icon {
  background-position: 0 -280px;
}
ul.page-actions li.create_plan a .icon {
  background-position: -80px 0;
}
ul.page-actions li.download_android a .icon {
  background-position: -40px -200px;
}
ul.page-actions li.download_apple a .icon {
  background-position: 0 -200px;
}

/* =======================
   Attachment
   ======================= */
.video-container {
  display: none;
  position: relative;
}

.playable-content, .pdfLink {
  cursor: pointer;
}
.playable-content.collapsed > .fa-chevron-up, .playable-content.collapsed ~ object, .playable-content.collapsed ~ iframe, .pdfLink.collapsed > .fa-chevron-up, .pdfLink.collapsed ~ object, .pdfLink.collapsed ~ iframe {
  display: none;
}
.playable-content.not-collapsed > .fa-chevron-down, .pdfLink.not-collapsed > .fa-chevron-down {
  display: none;
}

.video-fallback-message {
  display: none;
  margin-top: 25px;
  text-align: center;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.play-button-placeholder {
  display: none;
  position: absolute;
  top: 46%;
  left: 46%;
  height: 10%;
}

.centered-row {
  text-align: center;
}

.file_download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  word-break: break-word;
}
.file_download a.link, .file_download a.link-right,
.file_download input.link-right,
.file_download button.link-right, .file_download a.link-inline,
.file_download input.link-inline,
.file_download button.link-inline, .file_download a.link-no-arrow,
.file_download input.link-no-arrow,
.file_download button.link-no-arrow {
  padding: 0;
  white-space: normal;
}
.file_download .options {
  display: flex;
}
@media (max-width: 480px) {
  .file_download .options {
    margin-top: 4px;
  }
}
.file_download .download-file {
  margin-bottom: 0;
}
.file_download .download-file .fallback-download-link {
  display: flex;
  align-items: center;
}
.file_download .download-file .fallback-download-link:hover .icon-download {
  background: url("/images/icon-download-hover.svg?v=704") ;
}
.file_download .download-file .fallback-download-link .icon-download {
  display: inline-block;
  background: url("/images/icon-download.svg?v=704") ;
}
.file_download:not(:last-child) {
  margin-bottom: 10px;
}
.file_download i.fa {
  margin-right: 5px;
  font-size: 18px;
}
.file_download > a, .file_download > .attachment-filename {
  font-weight: bold;
}
.file_download > a {
  color: #00576D;
}
.file_download > span {
  margin-right: 5px;
}

.nhs-info-message {
  word-wrap: break-word;
}

.break-flex {
  flex-basis: 100%;
  height: 0;
}

.report-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.report-wrapper:hover {
  cursor: pointer;
}
.report-wrapper:hover span {
  color: #014151;
}
.report-wrapper:hover .report-document-link .icon-report {
  background: url("/images/icon-report-hover.svg?v=704") ;
}
.report-wrapper .icon-chevron {
  background: url("/images/chevron-down.svg?v=704") ;
}
.report-wrapper .report-document-link {
  height: 24px;
  margin-left: 8px;
}
.report-wrapper .report-document-link .icon-report {
  background: url("/images/icon-report.svg?v=704") ;
  display: inline-block;
}
.report-wrapper.expanded i.icon-chevron {
  flex: 0 0 auto;
  background: url("/images/chevron-up.svg?v=704") ;
}
.report-wrapper.expanded .dropdown {
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 30px;
  margin-left: -2em;
  margin-right: -2em;
  background: #FFF;
  border-radius: 4px;
  border: solid 2px #3C7996;
  min-width: 180px;
  max-width: 260px;
}
.report-wrapper.expanded .dropdown li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  margin: 0.25em 0.75em;
}
.report-wrapper.expanded .dropdown li:first-child {
  font-size: 16px;
  font-weight: bold;
  margin: 0.5em auto 0;
  line-height: 1.71;
  text-align: center;
}
.report-wrapper.expanded .dropdown li:last-child {
  margin-bottom: 0.5em;
  text-align: center;
}
.report-wrapper.expanded .dropdown li .report-link {
  margin: 0;
  color: #FFF;
  width: 100%;
}

/* ==|====================
   Module/Button
   ======================= */
.white-checkbox {
  color: #333333;
  border: 1px;
  border-style: solid;
  border-top-width: 5px;
  border-color: #C7C7C7;
  border-radius: 3px;
  padding: 8px;
  width: 150px;
  background: white;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.white-checkbox .niceRadio {
  vertical-align: middle;
}

.category-label {
  color: #333333;
  border: 1px;
  border-style: solid;
  border-top-width: 5px;
  border-color: #C7C7C7;
  border-radius: 3px;
  padding: 8px;
  width: auto;
  background: white;
  display: inline-block;
  margin-top: 5px;
}

span.general-health-consent {
  border-top-color: #d08124;
}

span.social-care-consent {
  border-top-color: #7f56f4;
}

span.sexual-health-consent {
  border-top-color: #dc62ba;
}

span.mental-health-consent {
  border-top-color: #10828e;
}

.link-below-page-logo {
  margin-top: 80px;
}

h1 .category-label.category-label-small {
  line-height: 20px;
  padding: 4px 7px;
  font-size: 14px;
  vertical-align: bottom;
}

a, a:visited {
  color: #00576D;
  font-size: 100%;
  text-decoration: none;
}

a:hover,
a:focus,
a.selected {
  color: #014151;
}

a.link, a.link-right,
input.link-right,
button.link-right, a.link-inline,
input.link-inline,
button.link-inline, a.link-no-arrow,
input.link-no-arrow,
button.link-no-arrow,
input.link,
button.link,
.button-and-link {
  color: #00576D;
  font-weight: bold;
  padding: 0 4px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
a.link:hover, a.link-right:hover,
input.link-right:hover,
button.link-right:hover, a.link-inline:hover,
input.link-inline:hover,
button.link-inline:hover, a.link-no-arrow:hover,
input.link-no-arrow:hover,
button.link-no-arrow:hover,
input.link:hover,
button.link:hover,
.button-and-link:hover {
  background-position: right -160px;
  color: #014151;
}
a.link:focus, a.link-right:focus,
input.link-right:focus,
button.link-right:focus, a.link-inline:focus,
input.link-inline:focus,
button.link-inline:focus, a.link-no-arrow:focus,
input.link-no-arrow:focus,
button.link-no-arrow:focus,
input.link:focus,
button.link:focus,
.button-and-link:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-radius: 1px;
  color: #014151;
}
a.link:focus:not(:focus-visible), a.link-right:focus:not(:focus-visible),
input.link-right:focus:not(:focus-visible),
button.link-right:focus:not(:focus-visible), a.link-inline:focus:not(:focus-visible),
input.link-inline:focus:not(:focus-visible),
button.link-inline:focus:not(:focus-visible), a.link-no-arrow:focus:not(:focus-visible),
input.link-no-arrow:focus:not(:focus-visible),
button.link-no-arrow:focus:not(:focus-visible),
input.link:focus:not(:focus-visible),
button.link:focus:not(:focus-visible),
.button-and-link:focus:not(:focus-visible) {
  box-shadow: none;
}
a.link:focus-visible, a.link-right:focus-visible,
input.link-right:focus-visible,
button.link-right:focus-visible, a.link-inline:focus-visible,
input.link-inline:focus-visible,
button.link-inline:focus-visible, a.link-no-arrow:focus-visible,
input.link-no-arrow:focus-visible,
button.link-no-arrow:focus-visible,
input.link:focus-visible,
button.link:focus-visible,
.button-and-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-radius: 1px;
  color: #014151;
}
a.link:active, a.link-right:active,
input.link-right:active,
button.link-right:active, a.link-inline:active,
input.link-inline:active,
button.link-inline:active, a.link-no-arrow:active,
input.link-no-arrow:active,
button.link-no-arrow:active,
input.link:active,
button.link:active,
.button-and-link:active {
  box-shadow: none;
}

@media screen and (max-width: 480px) {
  button.link {
    white-space: unset;
  }
}
a.link span, a.link-right span,
input.link-right span,
button.link-right span, a.link-inline span,
input.link-inline span,
button.link-inline span, a.link-no-arrow span,
input.link-no-arrow span,
button.link-no-arrow span,
input.link span,
button.link span {
  display: inline;
}

a.link i, a.link-right i,
input.link-right i,
button.link-right i, a.link-inline i,
input.link-inline i,
button.link-inline i, a.link-no-arrow i,
input.link-no-arrow i,
button.link-no-arrow i,
input.link i,
button.link i {
  display: inline;
  margin-left: 10px;
}

a.link-right,
input.link-right,
button.link-right {
  text-align: right;
}

a.link-inline,
input.link-inline,
button.link-inline {
  display: inline-block;
}

table th a.link, table th a.link-right,
table th input.link-right,
table th button.link-right, table th a.link-inline,
table th input.link-inline,
table th button.link-inline, table th a.link-no-arrow,
table th input.link-no-arrow,
table th button.link-no-arrow,
table th a.link i,
table th a.link-right i,
table th input.link-right i,
table th button.link-right i,
table th a.link-inline i,
table th input.link-inline i,
table th button.link-inline i,
table th a.link-no-arrow i,
table th input.link-no-arrow i,
table th button.link-no-arrow i,
table th input.link,
table th button.link {
  color: white !important;
  text-decoration: none;
}

a.link-view {
  padding-right: 00px;
  margin-right: 10px;
}

a.link-no-arrow,
input.link-no-arrow,
button.link-no-arrow {
  background-image: none;
}

a.delete, input.delete, button.delete {
  background-position: right -240px !important;
}

a.delete:hover, input.delete:hover, button.delete:hover {
  background-position: right -280px !important;
}

a.edit, input.edit, button.edit {
  background-position: right -320px !important;
}

a.edit:hover, input.edit:hover, button.edit:hover {
  background-position: right -360px !important;
}

a.add, input.add, button.add {
  background-position: right -400px !important;
}

a.add:hover, input.add:hover, button.add:hover {
  background-position: right -440px !important;
}

.btn-primary {
  background-color: #3C7996;
  border-radius: 4px;
  border-color: #3C7996;
  color: #FFF;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 30px;
  background-position: 110px -189px;
  background-repeat: no-repeat;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
.btn-primary:hover {
  background-color: #00576D;
  border-color: #00576D;
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  background-color: #00576D;
  box-shadow: 0 0 0 1px #FFF, 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-color: #00576D;
}
.btn-primary:focus:not(:focus-visible) {
  box-shadow: none;
}
.btn-primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  background-color: #00576D;
  box-shadow: 0 0 0 1px #FFF, 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-color: #00576D;
}
.btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
  background-color: #014151;
  border-color: #014151;
  box-shadow: none;
  outline: none;
}

.btn-small {
  font-size: 12px !important;
  min-width: 80px !important;
  height: 30px;
  line-height: 1;
}

input.primary-btn:hover {
  background-position: 110px -149px;
}

.btn, .btn-arrow {
  text-align: center;
  border: 1px solid #3C7996;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0px 0 10px;
  padding: 10px;
  min-width: 100px;
}

.btn-default {
  border: none;
}
.btn-default.focus, .btn-default:focus {
  color: #000;
  background-color: #FFF;
  border-color: #C7C7C7;
}

.btn-lg {
  padding: 15px 30px;
  height: auto;
}

a.btn-danger,
input.btn-danger {
  background-color: #CF2C2C;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 1px 1px #5a1213;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 10px;
  min-width: 100px;
  color: white !important;
}

a.btn.cancel, a.cancel.btn-arrow,
input.btn.cancel,
input.cancel.btn-arrow,
button.btn.cancel,
button.cancel.btn-arrow {
  background-color: #C7C7C7;
  color: #000;
}

a.btn.link-down, a.link-down.btn-arrow {
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-position: right -60px;
  background-repeat: no-repeat;
  padding-right: 30px;
  color: white !important;
}

a.btn.link-down:hover, a.link-down.btn-arrow:hover {
  background-position: right -100px;
  background-color: #00576D;
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-repeat: no-repeat;
  box-shadow: none;
}

a.btn.link-up, a.link-up.btn-arrow {
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-position: right 10px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

a.btn.link-up:hover, a.link-up.btn-arrow:hover {
  background-position: right -30px;
  background-color: #00576D;
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-repeat: no-repeat;
  box-shadow: none;
}

.btn.tick, .tick.btn-arrow {
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-position: right -470px;
  background-repeat: no-repeat;
  padding-right: 25px;
}

.btn-arrow {
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-position: right -190px;
  background-repeat: no-repeat;
  padding-right: 25px;
}

.btn-datepicker {
  color: #3C7996;
  font-size: 20px;
  margin-left: -31px;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  transition: color 100ms linear;
}
.btn-datepicker:hover {
  color: #014151;
}

.btn-group .btn, .btn-group .btn-arrow {
  color: #00576D;
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  transition: background 100ms linear;
}
.btn-group .btn:hover, .btn-group .btn-arrow:hover {
  color: #FFF;
}
.btn-group .btn:hover i, .btn-group .btn-arrow:hover i {
  color: #FFF;
}
.btn-group .btn:active, .btn-group .btn-arrow:active, .btn-group .btn.active, .btn-group .active.btn-arrow, .btn-group .btn.active:hover, .btn-group .active.btn-arrow:hover {
  color: #FFF;
  background-color: #2B7D67;
}
.btn-group .btn[disabled]:hover, .btn-group [disabled].btn-arrow:hover {
  background-color: #E8E8E8;
}
.btn-group .btn[disabled]:hover i, .btn-group [disabled].btn-arrow:hover i {
  color: #3C7996;
}

.btn-group-lg > .btn, .btn-group-lg > .btn-arrow {
  box-shadow: none;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  height: 60px;
}
.btn-group-lg > .btn.active, .btn-group-lg > .active.btn-arrow {
  height: 61px;
  color: #FFF;
  -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.btn-group-lg .btn i, .btn-group-lg .btn-arrow i {
  margin-left: 10px;
}

.btn-group .btn + .btn, .btn-group .btn-arrow + .btn, .btn-group .btn + .btn-arrow, .btn-group .btn-arrow + .btn-arrow, .btn-group .btn + .btn-group, .btn-group .btn-arrow + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-arrow, .btn-group .btn-group + .btn-group {
  border-left: 1px solid #C7C7C7;
}
.btn-group .btn + .btn.active, .btn-group .btn-arrow + .btn.active, .btn-group .btn + .active.btn-arrow, .btn-group .btn-arrow + .active.btn-arrow, .btn-group .btn + .btn-group.active, .btn-group .btn-arrow + .btn-group.active, .btn-group .btn-group + .btn.active, .btn-group .btn-group + .active.btn-arrow, .btn-group .btn-group + .btn-group.active {
  background-color: #2B7D67;
  color: #FFF;
}

/*disable background image in ie6*/
html.ie6 .btn-arrow {
  background-image: none;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
input[type="checkbox"] + label.nice-checkmark {
  background-color: #FFF;
  border: 2px solid #C7C7C7;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: auto;
  min-height: auto;
  font-size: 0;
  cursor: pointer;
  margin-bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0;
}
input[type="checkbox"]:checked + label.nice-checkmark {
  background-color: #2B7D67;
  border-color: #2B7D67;
  background-image: url("/images/2014/check.png?v=704");
  background-size: 14px 14px;
}
input[type="checkbox"].large-check + label.nice-checkmark {
  width: 20px;
  height: 20px;
  background-size: 16px 16px;
}
input[type="checkbox"].large-check:checked + label.nice-checkmark {
  background-size: none;
}
input[type="checkbox"][disabled] + label.nice-checkmark {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type="checkbox"]:not([disabled]):hover + label.nice-checkmark, input[type="checkbox"]:not([disabled]) + label.nice-checkmark:hover {
  box-shadow: 0 0 3px 1px #2B7D67;
  border-color: #2B7D67;
}

/* Styles for niceRadio.tagx */
.niceRadio {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.niceRadio input ~ .checkmark {
  background-color: #FFF;
}
.niceRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}
.niceRadio input:checked ~ .checkmark, .niceRadio input.checked ~ .checkmark {
  background-color: #2B7D67;
}
.niceRadio input:checked ~ .checkmark-updated, .niceRadio input.checked ~ .checkmark-updated {
  background-color: #2B7D67;
  box-shadow: inset 0 0 0 4px #FFF;
}
.niceRadio input:checked ~ .checkmark:after, .niceRadio input.checked ~ .checkmark:after {
  display: block;
}
.niceRadio input:hover ~ .checkmark-updated, .niceRadio input.hover ~ .checkmark-updated {
  border-color: #00576D;
}
.niceRadio .checkmark {
  height: 16px;
  width: 16px;
  border: 1px solid #CCDDE2;
  border-radius: 50%;
  margin-right: 10px;
}
.niceRadio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
  margin: 4px 0 0 4px;
}
.niceRadio .checkmark.emptyLabel {
  margin-right: 0;
}

#consent.updated {
  display: flex;
  flex-direction: column;
}
#consent.updated > div {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #consent.updated > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
#consent.updated > div .white-radio-updated {
  color: #014151;
  padding: 8px 8px 8px 0;
  width: 200px;
  background: white;
  display: flex;
}

.choices {
  margin: 15px 0;
}

a.btn:hover, a.btn-arrow:hover,
input.btn:hover,
input.btn-arrow:hover,
button.btn:hover,
button.btn-arrow:hover {
  background: none repeat scroll 0 0 #00576D;
}

a.btn-arrow:hover, input.btn-arrow:hover, button.btn-arrow:hover {
  background-position: right -510px;
  background-image: url("/images/2014/link-sprites.png?v=704");
  background-repeat: no-repeat;
}

a.btn-cancel, input.btn-cancel, button.btn-cancel {
  color: #00576D;
  background-color: #FFF;
  border: 1px solid #3C7996;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
a.btn-cancel:hover, input.btn-cancel:hover, button.btn-cancel:hover {
  color: #00576D;
  background-color: #F5F8F9;
  border: 1px solid #00576D;
}
a.btn-cancel:focus, input.btn-cancel:focus, button.btn-cancel:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  color: #00576D;
  background-color: #F5F8F9;
}
a.btn-cancel:focus:not(:focus-visible), input.btn-cancel:focus:not(:focus-visible), button.btn-cancel:focus:not(:focus-visible) {
  box-shadow: none;
}
a.btn-cancel:focus-visible, input.btn-cancel:focus-visible, button.btn-cancel:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  color: #00576D;
  background-color: #F5F8F9;
}
a.btn-cancel:active, a.btn-cancel:active:hover, a.btn-cancel:active:focus, input.btn-cancel:active, input.btn-cancel:active:hover, input.btn-cancel:active:focus, button.btn-cancel:active, button.btn-cancel:active:hover, button.btn-cancel:active:focus {
  color: #014151;
  background-color: #DCE5EA;
  border: 1px solid #014151;
  box-shadow: none;
  outline: none;
}

a.btn-primary, input.btn-primary, button.btn-primary {
  background-color: #3C7996;
  color: #FFF;
}

.link-forgot-password {
  margin-top: 10px;
}

.btn-group-lg > .btn, .btn-group-lg > .btn-arrow, .btn-group-lg > .btn-arrow {
  border-top: 1px solid #eee;
}

.btn.disabled, .disabled.btn-arrow, .btn[disabled], [disabled].btn-arrow, fieldset[disabled] .btn, fieldset[disabled] .btn-arrow {
  opacity: 0.3;
}

p.child-safety-label {
  font-weight: bold;
  color: #0D475D;
}

.hl7-patient-mismatches {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-group > button.btn:hover, .btn-group > button.btn-arrow:hover {
  background-color: #00576D;
}

.btn-group-responsive {
  display: flex;
}
.btn-group-responsive #button-selected {
  display: none;
}

#time-range-container button.btn, #time-range-container button.btn-arrow {
  height: 40px;
  border: 1px solid #3C7996;
  outline: none;
}
#time-range-container .btn-pagination-prev, #time-range-container .btn-pagination-next {
  border: 1px solid #3C7996;
}

@media (max-width: 480px) {
  #time-range-container .btn-group-responsive.btn-group, .btn-group-responsive.btn-group {
    flex-direction: column;
    box-shadow: none;
  }
  #time-range-container .btn-group-responsive.btn-group #button-selected, .btn-group-responsive.btn-group #button-selected {
    display: block;
    border: none;
    border-radius: 4px !important;
    color: #FFF;
    background-color: #3C7996;
    font-weight: bold;
  }
  #time-range-container .btn-group-responsive.btn-group #button-selected:hover, .btn-group-responsive.btn-group #button-selected:hover {
    background-color: #00576D;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn, #time-range-container .btn-group-responsive.btn-group > button.btn-arrow, .btn-group-responsive.btn-group > button.btn, .btn-group-responsive.btn-group > button.btn-arrow {
    width: 100%;
    height: 40px;
    line-height: 1;
    padding: 10px 16px;
    text-align: left;
    outline: none;
    font-weight: normal;
    color: #000;
    border: none;
    border-left: 1px solid #3C7996 !important;
    border-right: 1px solid #3C7996 !important;
    border-radius: 0 !important;
    box-shadow: none;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn:hover, #time-range-container .btn-group-responsive.btn-group > button.btn-arrow:hover, .btn-group-responsive.btn-group > button.btn:hover, .btn-group-responsive.btn-group > button.btn-arrow:hover {
    background-color: #00576D;
    border-color: #3C7996 !important;
    color: #FFF;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn.active, #time-range-container .btn-group-responsive.btn-group > button.active.btn-arrow, .btn-group-responsive.btn-group > button.btn.active, .btn-group-responsive.btn-group > button.active.btn-arrow {
    color: #000;
    background-color: #FFF;
    box-shadow: none;
    border-bottom: none !important;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn.active:hover, #time-range-container .btn-group-responsive.btn-group > button.active.btn-arrow:hover, .btn-group-responsive.btn-group > button.btn.active:hover, .btn-group-responsive.btn-group > button.active.btn-arrow:hover {
    color: #FFF;
    background-color: #00576D;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn:not(#button-selected), #time-range-container .btn-group-responsive.btn-group > button.btn-arrow:not(#button-selected), .btn-group-responsive.btn-group > button.btn:not(#button-selected), .btn-group-responsive.btn-group > button.btn-arrow:not(#button-selected) {
    display: none;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn:nth-child(2), #time-range-container .btn-group-responsive.btn-group > button.btn-arrow:nth-child(2), .btn-group-responsive.btn-group > button.btn:nth-child(2), .btn-group-responsive.btn-group > button.btn-arrow:nth-child(2) {
    border-top: 1px solid #3C7996;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn:last-child, #time-range-container .btn-group-responsive.btn-group > button.btn-arrow:last-child, .btn-group-responsive.btn-group > button.btn:last-child, .btn-group-responsive.btn-group > button.btn-arrow:last-child {
    border-bottom: 1px solid #3C7996;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn i, #time-range-container .btn-group-responsive.btn-group > button.btn-arrow i, .btn-group-responsive.btn-group > button.btn i, .btn-group-responsive.btn-group > button.btn-arrow i {
    color: #FFF;
    float: right;
    display: none;
  }
  #time-range-container .btn-group-responsive.btn-group > button.btn i.fa-chevron-down, #time-range-container .btn-group-responsive.btn-group > button.btn-arrow i.fa-chevron-down, .btn-group-responsive.btn-group > button.btn i.fa-chevron-down, .btn-group-responsive.btn-group > button.btn-arrow i.fa-chevron-down {
    display: block;
  }
  #time-range-container .btn-group-responsive.btn-group.expanded #button-selected, .btn-group-responsive.btn-group.expanded #button-selected {
    color: #FFF;
    margin-bottom: 8px;
    background-color: #2B7D67;
  }
  #time-range-container .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn, #time-range-container .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn-arrow, .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn, .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn-arrow {
    display: block;
  }
  #time-range-container .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn i.fa-chevron-down, #time-range-container .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn-arrow i.fa-chevron-down, .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn i.fa-chevron-down, .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn-arrow i.fa-chevron-down {
    display: none;
  }
  #time-range-container .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn i.fa-chevron-up, #time-range-container .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn-arrow i.fa-chevron-up, .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn i.fa-chevron-up, .btn-group-responsive.btn-group.expanded:not(#button-selected) > .btn-arrow i.fa-chevron-up {
    display: block;
  }
}
a.btn-secondary, .btn-secondary {
  min-width: 40px;
  min-height: 40px;
  display: block;
  background-color: #FFF;
  border: 1px solid #3C7996;
  border-radius: 4px;
  color: #3C7996;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
a.btn-secondary:hover, .btn-secondary:hover {
  background-color: #F5F8F9;
  border-color: #00576D;
  color: #00576D;
}
a.btn-secondary:hover .fa, .btn-secondary:hover .fa {
  color: #00576D;
}
a.btn-secondary:focus, .btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  background-color: #F5F8F9;
  border-color: #00576D;
  color: #00576D;
}
a.btn-secondary:focus:not(:focus-visible), .btn-secondary:focus:not(:focus-visible) {
  box-shadow: none;
}
a.btn-secondary:focus-visible, .btn-secondary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  background-color: #F5F8F9;
  border-color: #00576D;
  color: #00576D;
}
a.btn-secondary:active, a.btn-secondary:active:focus, a.btn-secondary:active:hover, .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover {
  background-color: #DCE5EA;
  border-color: #014151;
  color: #014151;
  box-shadow: none;
  outline: none;
}
a.btn-secondary.edit, .btn-secondary.edit {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
  padding: 8px 16px;
}
a.btn-secondary.edit > span.icon-24, .btn-secondary.edit > span.icon-24 {
  background: url("/images/edit-data.svg?v=704") ;
  margin-right: 10px;
}
a.btn-secondary.lock-state-change, .btn-secondary.lock-state-change {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 40px;
  padding: 8px 16px;
  margin: 0 7px 16px auto;
}
a.btn-secondary.lock-state-change > span.lock-closed, .btn-secondary.lock-state-change > span.lock-closed {
  background: url("/images/lock-care-plan-icon.svg?v=704") ;
  margin-right: 10px;
}
a.btn-secondary.lock-state-change > span.lock-open, .btn-secondary.lock-state-change > span.lock-open {
  background: url("/images/unlock-care-plan-icon.svg?v=704") ;
  margin-right: 10px;
}

#datepicker {
  border: 2px solid #3C7996;
  border-radius: 5px;
}
#datepicker table {
  border: none;
}

.dpDiv .dpTable {
  margin-top: 0px;
  margin-left: 0px;
  border-radius: 1px;
}
.dpDiv .dpTable td {
  font-size: 14px;
  font-weight: bold;
  font-size: 14px;
  padding: 8px;
}
.dpDiv .dpTable .dpTD.empty {
  background-color: #F5F8F9;
}
.dpDiv .dpTable .dpTD:hover:not(.empty) {
  background: #3C7996;
  color: #FFF;
}
.dpDiv .dpTable .dpDayHighlightTD {
  background: #2B7D67;
  color: #FFF;
}
.dpDiv .dpTable tr:not(:first-child) td {
  border-right: 1px solid #CCDDE2;
}
.dpDiv .dpTable tr:nth-child(2n) {
  background: white;
}
.dpDiv .dpTable tr:last-child td {
  border-bottom: none;
}
.dpDiv .dpTitleTR {
  background: #DCE5EA;
}
.dpDiv .dpDayTR {
  font-size: 16px;
}

.calendar-overview td {
  width: 145px;
}
.calendar-overview table {
  border: none;
}
.calendar-overview > tbody > tr > td {
  padding: 15px 5px;
  vertical-align: top;
}
.calendar-overview > tbody > tr > td:first-child {
  padding-left: 15px;
}
.calendar-overview > tbody > tr > td:last-child {
  padding-right: 15px;
}
.calendar-overview tfoot {
  font-size: 12px;
}
.calendar-overview tfoot #range-dates {
  margin-bottom: 10px;
  color: #DCE5EA;
  font-weight: bold;
  font-size: 14px;
}
.calendar-overview tfoot > tr > td {
  padding: 5px 15px;
}
.calendar-overview tfoot > tr > td .pagination {
  margin: 15px 0;
}
.calendar-overview .calendar-month {
  margin: 0;
  border-radius: 0px;
}
.calendar-overview .calendar-month th {
  text-align: center;
  height: auto;
  padding: 0;
  background: transparent !important;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 14px;
}
.calendar-overview .calendar-month td {
  padding: 0;
  border: none;
  padding: 3px 0px;
}
.calendar-overview .calendar-month td .calendar-day-circle {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
.calendar-overview .calendar-month td .calendar-day-circle.active {
  background: #2B7D67;
  color: white;
  font-weight: bold;
}
.calendar-overview .calendar-month td .calendar-day-circle.active:hover {
  background: #2B7D67;
  color: #FFF;
}
.calendar-overview .calendar-month td .calendar-day-circle.available {
  background: #014151;
  color: white;
  font-weight: bold;
}
.calendar-overview .calendar-month td .calendar-day-circle.available.true, .calendar-overview .calendar-month td .calendar-day-circle.available:hover {
  background: #DCE5EA;
}
.calendar-overview .calendar-month td .calendar-day-circle.cancelled {
  background: grey;
  color: white;
  font-weight: bold;
}
.calendar-overview .calendar-month td .calendar-day-circle.cancelled:hover {
  background: lightgrey;
  color: #111;
}

#table-dtos.for-deletion > li[for='whole_row'] > * {
  -ms-flex: 1 auto;
  text-align: center;
}
#table-dtos.for-deletion > li[for='whole_row'] > .appointment-date-time {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#table-dtos.for-deletion > li[for='whole_row'] > .dto-details {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #table-dtos.for-deletion > li[for='whole_row'] > .dto-details {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #table-dtos.for-deletion > li[for='whole_row'] > .actions {
    margin: auto;
  }
}
#table-dtos .appointment-date-time {
  margin: auto;
  width: 20%;
  text-align: center;
  font-size: x-large;
}
#table-dtos .dto-subject {
  font-size: x-large;
  display: inline-block;
}
#table-dtos .appointment-status {
  color: red;
  font-weight: bold;
  font-size: medium;
}
#table-dtos .dto-details {
  margin: auto;
  text-align: left;
  max-width: 55%;
}
#table-dtos .dto-details.in-appointments {
  flex: 1 0 55%;
  -webkit-flex: 1 0 55%;
}
#table-dtos a.appointments-nohover {
  color: #000;
  text-decoration: none;
  outline: none;
}
#table-dtos a.appointments-nohover:hover {
  cursor: pointer;
}
#table-dtos a.appointments-nohover:hover > i {
  color: #014151;
}
#table-dtos .actions {
  margin: auto 0;
}

@media screen and (max-width: 480px) {
  #table-dtos li {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  #table-dtos li .appointment-date-time {
    width: 100%;
    padding: 1em 0;
  }
}
@media screen and (max-width: 608px) {
  .calendar-overview tbody {
    display: none;
  }
}
.table-discussions {
  border-radius: 0px;
}
.table-discussions .icon i {
  display: inline-block;
}
.table-discussions > tbody > tr {
  border-radius: 3px;
  margin-bottom: 10px;
}
.table-discussions > tbody > tr.unread {
  background: #014151;
}
.table-discussions > tbody > tr.unread td {
  background: #FFF;
}
.table-discussions > tbody > tr.unread:hover td {
  background: #3C7996;
}
.table-discussions > tbody > tr.unread .message-count-circle {
  opacity: 1;
}
.table-discussions > tbody > tr.unread .subject {
  font-weight: bold;
}
.table-discussions > tbody > tr.unread td.date {
  background: #2B7D67;
  color: white;
  font-weight: bold;
}
.table-discussions > tbody > tr > td {
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
  height: 80px;
  background: #F5F8F9;
}
.table-discussions > tbody > tr > td .fa-paperclip {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.table-discussions > tbody > tr > td .discussion-type {
  font-size: 12px;
  color: #444;
}
.table-discussions > tbody > tr > td .subject-line {
  font-size: 16px;
  margin: 0px 0 2px;
}
.table-discussions > tbody > tr > td .meta-line span,
.table-discussions > tbody > tr > td .meta-line label {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  color: #707070;
}
.table-discussions > tbody > tr > td .subject {
  color: #000;
  text-decoration: none;
}
.table-discussions > tbody > tr > td .in-draft {
  font-weight: bold;
}
.table-discussions > tbody > tr > td.date {
  color: white;
  width: 65px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 0 10px;
  color: #00576D;
}
.table-discussions > tbody > tr > td.icon {
  width: 80px;
  text-align: center;
}
.table-discussions > tbody > tr > td.message-count {
  padding-right: 20px;
  text-align: right;
  width: 10%;
}
.table-discussions > tbody > tr > td .message-count-circle {
  opacity: 0.7;
}
.table-discussions > tbody > tr > td.subject a {
  color: #00576D;
  display: inline-block;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
.table-discussions > tbody > tr > td.categories {
  width: 20%;
  text-align: right;
}
.table-discussions > tbody > tr > td.discussion-meta {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table-discussions > tbody > tr:hover td {
  background: #3C7996;
}
.table-discussions > tbody > tr:hover td .category-label.category-label-small {
  background: #FFF;
}
.table-discussions > tbody > tr:hover .date {
  color: #FFF;
}
.table-discussions > tbody > tr:hover .subject-line {
  color: #FFF;
}
.table-discussions > tbody > tr:hover .subject-line span,
.table-discussions > tbody > tr:hover .subject-line a {
  text-decoration: underline;
  color: #FFF;
}
.table-discussions > tbody > tr:hover .meta-line span,
.table-discussions > tbody > tr:hover .meta-line label {
  color: #FFF;
}
.table-discussions > tbody > tr:hover .message-count-circle {
  opacity: 1;
}
.table-discussions > tfoot > tr {
  background: transparent;
}

.category-label.category-label-small {
  margin-top: 0;
  background: transparent;
  line-height: 16px;
  padding: 4px;
  font-size: 12px;
  border-top-width: 2px;
  text-align: center;
  min-width: 90px;
}

table.table-discussions-header {
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
table.table-discussions-header td {
  padding: 5px;
  margin: 0px;
  border: 0px;
}
table.table-discussions-header td.last {
  padding: 5px;
  margin: 0px;
  border: 0px;
}

table.table-discussions-timeline {
  overflow: visible;
}
table.table-discussions-timeline th {
  text-align: center;
}
table.table-discussions-timeline td {
  padding: 2px;
  font-size: 0;
}
table.table-discussions-timeline .discussions-timeline-week {
  height: 70px;
  background: #F5F8F9;
  border-radius: 3px;
  display: inline-block;
  width: 3.3%;
  margin: 0.15%;
  vertical-align: top;
}
table.table-discussions-timeline .discussions-timeline-week.not-empty {
  background: white;
}
table.table-discussions-timeline table.timeline-markers {
  border-radius: 0;
  margin: 0;
  height: 100%;
  overflow: visible;
}
table.table-discussions-timeline table.timeline-markers td {
  border-top: 2px solid white;
  position: relative;
  cursor: pointer;
}
table.table-discussions-timeline table.timeline-markers td .discussion-shortcut-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  display: inline-block;
}
table.table-discussions-timeline table.timeline-markers td:hover .hover-pop-up {
  display: block;
}
table.table-discussions-timeline table.timeline-markers tr:first-child td {
  border-top: 0 solid white;
}
table.table-discussions-timeline table.timeline-markers .a td,
table.table-discussions-timeline table.timeline-markers .a .hover-pop-up .key {
  background: #2B7D67;
}
table.table-discussions-timeline table.timeline-markers .b td,
table.table-discussions-timeline table.timeline-markers .b .hover-pop-up .key {
  background: #9E66F1;
}
table.table-discussions-timeline table.timeline-markers .c td,
table.table-discussions-timeline table.timeline-markers .c .hover-pop-up .key {
  background: #9C8E11;
}
table.table-discussions-timeline table.timeline-markers .d td,
table.table-discussions-timeline table.timeline-markers .d .hover-pop-up .key {
  background: #F0698B;
}
table.table-discussions-timeline table.timeline-markers .e td,
table.table-discussions-timeline table.timeline-markers .e .hover-pop-up .key {
  background: #C04E0C;
}
table.table-discussions-timeline table.timeline-markers .f td,
table.table-discussions-timeline table.timeline-markers .f .hover-pop-up .key {
  background: #00DCC0;
}
table.table-discussions-timeline table.timeline-markers .g td,
table.table-discussions-timeline table.timeline-markers .g .hover-pop-up .key {
  background: #1894c4;
}
table.table-discussions-timeline table.timeline-markers .h td,
table.table-discussions-timeline table.timeline-markers .h .hover-pop-up .key {
  background: #C00097;
}
table.table-discussions-timeline .hover-pop-up {
  position: absolute;
  top: 0;
  left: 35px;
  width: auto;
}
table.table-discussions-timeline .hover-pop-up .date {
  width: 100%;
  color: #A9A9A9;
  display: block;
  font-size: 15px;
  white-space: nowrap;
  margin-bottom: 8px;
  padding-right: 30px;
}
table.table-discussions-timeline .hover-pop-up .key {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: 2px;
}
table.table-discussions-timeline .hover-pop-up .type {
  display: table-cell;
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle;
}
table.table-discussions-timeline .hover-pop-up .hover-pop-up-row {
  display: table;
}

.message-count-circle {
  background: #E8E8E8;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  text-indent: -1px;
}

.message-conversation section {
  padding: 16px;
}
@supports (-webkit-touch-callout: none) {
  .message-conversation section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.message-conversation section .form-group {
  margin-left: 0;
  margin-right: 0;
}
.message-conversation .nhs-england-style .btn-nhs-secondary {
  width: auto;
}

section#discussion {
  background-color: #FFF;
  border-radius: 4px;
}
@media (max-width: 480px) {
  section#discussion {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: initial;
  }
}
section#discussion .section-heading {
  border-bottom: none;
}
section#discussion .section-heading .top-bar {
  display: flex;
  align-items: flex-start;
}
section#discussion .section-heading .top-bar .privacy-label {
  margin-right: 16px;
  padding: 0;
  flex-shrink: 0;
  background-color: #FFF;
  font-size: 14px;
}
section#discussion .section-heading .top-bar .privacy-label span {
  margin-right: 8px;
}
section#discussion .section-heading #subject {
  word-break: break-word;
}
section#discussion .section-heading .main-icon span {
  margin-right: 8px;
}
section#discussion .section-heading .main-icon label {
  font-size: 14px;
  line-height: 24px;
}
section#discussion .section-heading .main-icon #icon {
  width: 24px;
}
section#discussion .section-heading .main-icon .icon-discussion-default,
section#discussion .section-heading .main-icon .encounter-VIRTUAL {
  background: url("/images/encounter-VIRTUAL.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-IN_PATIENT {
  background: url("/images/encounter-IN_PATIENT.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-EMERGENCY {
  background: url("/images/encounter-EMERGENCY.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-DAYTIME {
  background: url("/images/encounter-DAYTIME.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-AMBULATORY {
  background: url("/images/encounter-AMBULATORY.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-HOME {
  background: url("/images/encounter-HOME.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-OUT_PATIENT,
section#discussion .section-heading .main-icon .icon-outpatient {
  background: url("/images/encounter-DAYTIME.svg?v=704") ;
}
section#discussion .section-heading .main-icon .encounter-FIELD,
section#discussion .section-heading .main-icon .icon-sun {
  background: url("/images/encounter-DAYTIME.svg?v=704") ;
}
section#discussion .section-heading .participants {
  margin: 12px -16px 0 -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #E8E8E8;
  font-size: 16px;
  text-align: left;
  color: #333333;
  line-height: 24px;
}
section#discussion .section-heading .participants #participants-inner {
  padding-left: 15px;
  padding-right: 15px;
  height: 24px;
  overflow: hidden;
}
section#discussion .section-heading .participants #to {
  font-weight: bold;
}
section#discussion .section-heading .participants .discussion-participants {
  margin-bottom: 0;
}
section#discussion .section-heading .participants .discussion-participants .team {
  padding-bottom: 0;
}
section#discussion .section-heading .participants ul {
  display: inline;
}
section#discussion .section-heading .participants li {
  display: inline;
}
section#discussion .section-heading .participants label {
  margin-bottom: 0;
}
section#discussion .section-heading .participants .participant span::after {
  content: ',';
}
section#discussion .section-heading .participants .inactive-name {
  color: grey;
}
section#discussion .section-heading .participants .info-icon {
  background-image: url("/images/info.svg?v=704");
  margin-left: 0px;
}
section#discussion .section-heading .participants ul.discussion-participants > li:last-of-type li.participant:last-of-type span::after {
  content: '';
}
section#discussion .section-heading .participants #more-buttons a {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
section#discussion .right-col {
  float: left;
}
section#discussion .left-col {
  float: right;
  padding: 10px 0 0 0;
}
section#discussion .separator {
  border-bottom: 2px solid #DCE5EA;
  margin: 0 -16px 0 -16px;
}
section#discussion .section-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
section#discussion .section-body .conversation-item {
  border-radius: 6px;
  font-weight: bold;
  background-color: #EFEFEF;
  padding: 12px 18px;
  width: 100%;
}
section#discussion .section-body .conversation-item.action-item {
  margin-top: 2px;
}
section#discussion .section-body .conversation-item.action-item .link {
  font-size: 20px;
  font-weight: 900;
}
section#discussion .section-body .conversation-item.action-item .link .fa {
  font-weight: normal;
}
section#discussion .section-body .col-md-12, section#discussion .section-body .col-md-9 {
  padding: 0;
}
section#discussion .section-body .message-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
  width: 75%;
  padding-left: 12px;
}
@media (max-width: 480px) {
  section#discussion .section-body .message-wrapper {
    width: 100%;
  }
}
section#discussion .section-body .message-wrapper:first-child {
  margin-top: 20px;
}
section#discussion .section-body .message-wrapper.my-message {
  align-self: flex-end;
}
section#discussion .section-body .message-wrapper.my-message + .my-message {
  margin-top: 20px;
}
section#discussion .section-body .message-wrapper.my-message .message-container {
  flex-direction: row-reverse;
}
section#discussion .section-body .message-wrapper.my-message .message-container .arrow {
  width: 0;
  height: 0;
  border-right: none;
  border-left: 12px solid #3C7996;
  border-bottom: 12px solid transparent;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item {
  background-color: #3C7996;
  color: #FFF;
  border-top-right-radius: 0;
  border-top-left-radius: 6px;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body a, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body p, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body a, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body p {
  color: inherit;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments .fallback-download-link:hover .icon-download, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments .fallback-download-link:hover .icon-download {
  background: url("/images/icon-download-white-secondary.svg?v=704") ;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments .fallback-download-link .icon-download, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments .fallback-download-link .icon-download {
  background: url("/images/icon-download-white.svg?v=704") ;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments .report-wrapper:hover span, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments .report-wrapper:hover span {
  color: #F5F8F9;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments .report-wrapper:hover .icon-report, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments .report-wrapper:hover .icon-report {
  background: url("/images/icon-report-white-secondary.svg?v=704") ;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments .report-wrapper .icon-report, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments .report-wrapper .icon-report {
  background: url("/images/icon-report-white.svg?v=704") ;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments a:not(.not-attachment), section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments i, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments span:not(.video-fallback-text), section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments a:not(.not-attachment), section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments i, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments span:not(.video-fallback-text) {
  color: #FFF;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments a:not(.not-attachment):hover, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments i:hover, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments span:not(.video-fallback-text):hover, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments a:not(.not-attachment):hover, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments i:hover, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments span:not(.video-fallback-text):hover {
  color: #F5F8F9;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments a:not(.not-attachment):hover .fa, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments i:hover .fa, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments span:not(.video-fallback-text):hover .fa, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments a:not(.not-attachment):hover .fa, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments i:hover .fa, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments span:not(.video-fallback-text):hover .fa {
  color: #F5F8F9;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments a:not(.not-attachment):focus, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments i:focus, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments span:not(.video-fallback-text):focus, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments a:not(.not-attachment):focus, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments i:focus, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments span:not(.video-fallback-text):focus {
  outline: none;
  box-shadow: 0 0 0 4px #DCE5EA;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments a:not(.not-attachment):focus:not(:focus-visible), section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments i:focus:not(:focus-visible), section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments span:not(.video-fallback-text):focus:not(:focus-visible), section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments a:not(.not-attachment):focus:not(:focus-visible), section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments i:focus:not(:focus-visible), section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments span:not(.video-fallback-text):focus:not(:focus-visible) {
  box-shadow: none;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments a:not(.not-attachment):focus-visible, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments i:focus-visible, section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .attachments span:not(.video-fallback-text):focus-visible, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments a:not(.not-attachment):focus-visible, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments i:focus-visible, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .attachments span:not(.video-fallback-text):focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #DCE5EA;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .left-col, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .left-col {
  float: left;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .right-col, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .right-col {
  float: left;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .composer, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .composer {
  text-align: right;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .meta, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .meta {
  color: #FFF;
}
section#discussion .section-body .message-wrapper.my-message .message-container .message .message-body .meta .privacy-labels-wrapper .category-label.category-label-small, section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item .message-body .meta .privacy-labels-wrapper .category-label.category-label-small {
  color: #FFF;
}
section#discussion .section-body .message-wrapper.my-message .message-container .arrow {
  width: 0;
  height: 0;
  border-left: 12px solid #3C7996;
  border-bottom: 12px solid transparent;
}
section#discussion .section-body .message-wrapper .composer {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
section#discussion .section-body .message-wrapper .composer .avatar {
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 12px;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  section#discussion .section-body .message-wrapper .composer .avatar {
    display: none;
  }
}
section#discussion .section-body .message-wrapper .composer img.msg_logo {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
section#discussion .section-body .message-wrapper .composer .initials-circle {
  color: #000;
  line-height: 35px;
  font-size: 18px;
  font-weight: 800;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper {
  display: inline-block;
  width: 75%;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .composer-name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .composer-name #sender-team-and-org-name .notification-sender-team-name::after {
  content: none;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .composer-name #sender-team-and-org-name .notification-sender-org-name {
  display: block;
  /* place org name on a new line */
  color: #333333;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  line-height: 20px;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .composer-meta {
  color: #333333;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .composer-meta img {
  width: 100%;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .composer-deactivated {
  color: #FFF;
  background-color: #C04E0C;
  font-weight: 700;
  font-size: 13px;
  width: fit-content;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}
section#discussion .section-body .message-wrapper .composer .composer-name-wrapper .info-icon {
  background-image: url("/images/info.svg?v=704");
  flex-shrink: 0;
  margin-left: 0px;
  margin-bottom: 4px;
}
section#discussion .section-body .message-wrapper .composer span::after {
  content: '';
}
section#discussion .section-body .message-wrapper .composer .details {
  margin-top: 10px;
}
section#discussion .section-body .message-wrapper .message-container {
  display: flex;
  flex-direction: row;
}
section#discussion .section-body .message-wrapper .message-container .message {
  border-top-left-radius: 0;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .messageBody {
  overflow-wrap: break-word;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body p {
  margin-bottom: 5px;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .meta {
  color: #333333;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 20px;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .meta .privacy-labels-wrapper {
  display: inline-block;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .meta .privacy-labels-wrapper .category-label.category-label-small {
  display: inline-block;
  border: none;
  padding: 0;
  min-width: initial;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .meta #change-privacy.link {
  display: inline-block;
  font-weight: bold;
  font-size: inherit;
  padding: 0;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .advanced-questionnaire-section {
  border: 1.5px solid #9abbc5;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0px;
  border-radius: 4px;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .advanced-questionnaire-section .advanced-questionnaire-button {
  margin-bottom: 2px;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .advanced-questionnaire-section .questionnaire-updated-date {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: 3px;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .advanced-questionnaire-section .questionnaire-updated-date .status-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 0 0 0.6px #DCE5EA;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .advanced-questionnaire-section .questionnaire-updated-date .green-status-dot {
  background-color: #2B7D67;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .advanced-questionnaire-section .questionnaire-updated-date .yellow-status-dot {
  background-color: #9C8E11;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .attachments {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
  color: #000;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .attachments .report-wrapper:hover span {
  color: #014151;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .attachments span:not(.fa) {
  color: #00576D;
  font-weight: bold;
}
section#discussion .section-body .message-wrapper .message-container .message .message-body .attachments .fa {
  font-size: 18px;
  margin-right: 5px;
}
section#discussion .section-body .message-wrapper .message-container .arrow {
  width: 0;
  height: 0;
  border-right: 12px solid #EFEFEF;
  border-bottom: 12px solid transparent;
}
section#discussion .composer-details, section#discussion .message-container {
  margin-left: -12px;
}
section#discussion .composer-details {
  width: 100%;
}
section#discussion .composer-details .composer-name-wrapper {
  width: 100%;
  font-size: 12px;
  text-align: left;
}
section#discussion .composer-details .composer-name-wrapper ul,
section#discussion .composer-details .composer-name-wrapper p {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
}
section#discussion .composer-details .composer-name-wrapper .composer-name span {
  display: inline-block;
}
section#discussion .composer-details .composer-name-wrapper .composer-name span::after {
  content: ",";
}
section#discussion .composer-details .composer-name-wrapper .composer-name span:last-child::after {
  content: "";
}
section#discussion .composer-details .composer-name-wrapper .composer-meta {
  margin-top: 2px;
  color: #333333;
}
section#discussion .composer-details .composer-name-wrapper .composer-meta span::after {
  content: ",";
}
section#discussion .composer-details .composer-name-wrapper .composer-meta span:last-of-type::after {
  content: "";
}
section#discussion .deactivated-pro-popup-container {
  display: inline-block;
}
section#discussion .deactivated-pro-popup-contents {
  position: absolute;
  z-index: 999999;
  padding: 20px;
  display: none;
  width: 269px;
  height: auto;
  color: black;
  background-color: white;
  border: 2px solid #3C7996;
  border-radius: 4px;
  font-family: 'Mulish';
  font-style: normal;
}
section#discussion .deactivated-pro-popup-contents .heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
section#discussion .deactivated-pro-popup-contents .body {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 480px) {
  #reply {
    margin-left: -15px;
    margin-right: -15px;
  }
  #reply #input-attachment-container, #reply #action-buttons, #reply .form-actions-new {
    border-radius: initial;
  }
}
#reply #action-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
#reply #action-buttons a, #reply #action-buttons button, #reply #action-buttons input, #reply #action-buttons span {
  padding: 0;
  margin-right: 16px;
}
#reply #action-buttons button {
  line-height: 1.125;
}
#reply #reply-button {
  display: flex;
  align-items: center;
}
#reply #reply-button span.reply-icon {
  height: 14px;
  margin-right: 10px;
  background: url("/images/reply.svg?v=704") ;
}
#reply span.pipe-icon {
  background: url("/images/pipe.svg?v=704") ;
  width: 2px;
  height: 24px;
}
#reply #input-attachment-container, #reply .form-actions {
  display: none;
}
#reply .form-horizontal .form-control-textarea {
  min-height: 94px;
}
#reply .form-horizontal #message-form-group {
  margin-bottom: 16px;
}
#reply .form-horizontal #message-form-group .input-and-heading {
  margin-bottom: 0;
}
#reply .form-horizontal #upload-widget-wrapper {
  margin-bottom: 0;
}
#reply.expanded #action-buttons {
  display: none;
}
#reply.expanded #input-attachment-container, #reply.expanded .form-actions {
  display: block;
}
#reply .input-card .input-row {
  display: block;
  padding: 0;
}
#reply .input-card .input-row .input-and-heading {
  margin-top: 0;
}

.filter-row label {
  display: block;
  margin-left: 5px;
}
.filter-row .filter-component-wrapper {
  display: inline-table;
  margin-right: 15px;
}

.form-reply {
  margin-top: 20px;
}
.form-reply .form-actions {
  border-top: none;
}
.form-reply .form-actions-new {
  border-top: none;
  flex-direction: row;
}
.form-reply .pagination {
  margin: 10px 0;
}

section.failed_msgs {
  float: left;
  margin-bottom: 20px;
  width: 545px;
  position: relative;
  background: #FFF;
  border: 1px solid #e5e5e5;
  padding: 10px;
  border-radius: 3px;
}

.details img.msg_logo {
  display: block;
  max-width: 140px;
  width: auto;
  /*maintain aspect ratio*/
  height: 100%;
  max-height: 50px;
}

tr.message_unread,
tr.message_unread h3 a {
  font-weight: bold;
}

.hover-pop-up {
  z-index: 999;
  background: white;
  border: 2px solid #9ABBC5;
  border-radius: 6px;
  padding: 10px;
  display: none;
}

.inline-pdf {
  width: 100%;
  height: 600px;
  margin-top: 10px;
}

.not-registered-details {
  color: #0D475D;
}

@media screen and (max-width: 608px) {
  .hide-on-mobile {
    display: none;
  }
}
.nhs-england-style section#discussion {
  background-color: #f0f4f5;
  padding-bottom: 0;
}
.nhs-england-style section#discussion .section-heading h1 {
  margin-bottom: 6px;
}
.nhs-england-style section#discussion .section-heading .participants {
  border: none;
  margin-top: 0;
  padding-bottom: 16px;
}
.nhs-england-style section#discussion .section-body {
  background-color: #FFF;
  padding-bottom: 15px;
  border-top: 2px solid #aeb7bd;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -16px;
  margin-right: -16px;
}
.nhs-england-style section#discussion .section-body .conversation-item {
  background-color: #d8dde0;
}
.nhs-england-style section#discussion .section-body .message-wrapper .message-container .arrow {
  border-right-color: #d8dde0;
}
.nhs-england-style section#discussion .section-body .message-wrapper.my-message .message-container .message, .nhs-england-style section#discussion .section-body .message-wrapper.my-message .message-container .conversation-item {
  background-color: #005eb8;
}
.nhs-england-style section#discussion .section-body .message-wrapper.my-message .message-container .arrow {
  border-left-color: #005eb8;
  border-right-color: transparent;
}
.nhs-england-style #reply {
  border-top: 1px solid #aeb7bd;
}
.nhs-england-style #reply #action-buttons, .nhs-england-style #reply #fileUploadForm {
  margin-top: 0;
}
.nhs-england-style #reply #reply-button {
  color: #005eb8;
}
.nhs-england-style #reply #reply-button span.reply-icon {
  background: url("/images/nhs-reply.svg?v=704") ;
}
.nhs-england-style #reply #message-form-group, .nhs-england-style #reply .input-and-heading, .nhs-england-style #reply #input-attachment-container {
  margin-bottom: 0;
}
.nhs-england-style #reply #input-attachment-container {
  border: none;
  border-radius: 0;
}
.nhs-england-style #reply .form-actions-new {
  margin-top: 0;
  padding: 0 15px 28px 15px;
}
.nhs-england-style #reply .form-actions-new .btn-nhs-secondary {
  margin-right: 8px;
}
.nhs-england-style #reply .form-actions-new, .nhs-england-style #reply #action-buttons {
  border-radius: 0;
}
.nhs-england-style #reply textarea {
  border-color: #212b32;
  border-radius: 0;
  min-height: 94px;
}

.btn.btn-outline-primary.answer-questionnaire-button, .btn-outline-primary.answer-questionnaire-button.btn-arrow {
  background-color: #FFF;
  border: 1.5px solid #3C7996;
  color: #00576D !important;
  margin-top: 13px;
  margin-bottom: 2px;
  margin-left: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word;
}

.btn.btn-outline-primary.answer-questionnaire-button:hover, .btn-outline-primary.answer-questionnaire-button.btn-arrow:hover,
.btn.btn-outline-primary.answer-questionnaire-button:focus,
.btn-outline-primary.answer-questionnaire-button.btn-arrow:focus {
  color: #014151;
  border-color: #014151;
}

.btn.btn-outline-primary.answer-questionnaire-button.margin-bottom-6, .btn-outline-primary.answer-questionnaire-button.margin-bottom-6.btn-arrow {
  margin-bottom: 6px;
}

.file-uploader {
  display: grid;
}
.file-uploader .template-download {
  background-color: #DCE5EA;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px 24px;
  line-height: 24px;
}
.file-uploader .filename {
  font-size: 16px;
  font-weight: 800;
}
.file-uploader .delete {
  font-size: 16px;
  font-weight: bold;
  color: #014151;
}
.file-uploader .delete span {
  display: flex;
}
.file-uploader .delete span div {
  margin-left: 10px;
}
.file-uploader .delete span div.delete-data {
  background: url("/images/delete-data.svg?v=704") ;
}
.file-uploader .fileinput-button {
  position: relative;
  display: flex;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.file-uploader .fileinput-button span.icon-paperclip {
  background: url("/images/icon-paperclip.svg?v=704") ;
  display: inline-block;
  background-repeat: no-repeat;
}
.file-uploader .file-input {
  display: none;
}
.file-uploader .file-info-row {
  text-align: right;
}
.file-uploader .fileupload-buttonbar .btn, .file-uploader .fileupload-buttonbar .btn-arrow,
.file-uploader .fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.file-uploader .progress-animated .progress-bar,
.file-uploader .progress-animated .bar {
  background: url("../img/progressbar.gif?v=704") !important;
  filter: none;
}
.file-uploader .fileupload-process {
  float: right;
  display: none;
}
.file-uploader .fileupload-processing .fileupload-process,
.file-uploader .files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif?v=704") center no-repeat;
  background-size: contain;
}
.file-uploader .files audio, .file-uploader .files video {
  max-width: 300px;
}
@media (max-width: 767px) {
  .file-uploader .fileupload-buttonbar .toggle,
  .file-uploader .files .toggle,
  .file-uploader .files .btn span,
  .file-uploader .files .btn-arrow span {
    display: none;
  }
  .file-uploader .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .file-uploader .files audio,
  .file-uploader .files video {
    max-width: 80px;
  }
  .file-uploader .files img,
  .file-uploader .files canvas {
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/* for IE10 and above but not Edge */
/* for iOS devices */
/* General */
/* Typography */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#common_weight_name_mapping */
/* Lists */
/* Buttons */
/* NHS UK */
.checkbox-new {
  margin-top: 8px;
  display: inline-flex;
  flex-wrap: nowrap;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .checkbox-new input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: solid 2px #3C7996;
    border-radius: 4px;
  }
  .checkbox-new input[type='checkbox']:checked {
    border-color: #2B7D67;
    background: url("/images/tick-16.svg?v=704") #2B7D67 no-repeat center;
  }
  .checkbox-new input[type='checkbox']:disabled {
    background-color: #E8E8E8;
    border: none;
  }
  .checkbox-new input[type='checkbox']:hover {
    border-color: #00576D;
  }
}
.checkbox-new input[type='checkbox'] {
  opacity: 1;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin: 0;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
.checkbox-new input[type='checkbox']:checked {
  background: url("/images/tick-16.svg?v=704") #2B7D67 no-repeat center;
}
.checkbox-new input[type='checkbox']:hover {
  border-color: #00576D;
}
.checkbox-new input[type='checkbox']:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
}
.checkbox-new input[type='checkbox']:focus:not(:focus-visible) {
  box-shadow: none;
}
.checkbox-new input[type='checkbox']:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
}
.checkbox-new input[type='checkbox']#passwordCheck {
  position: absolute;
}
.checkbox-new label {
  padding-left: 30px;
  padding-top: 2px;
  display: flex;
}
.checkbox-new label div {
  margin: 0 8px 0 10px;
}

/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/* for IE10 and above but not Edge */
/* for iOS devices */
/* General */
/* Typography */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#common_weight_name_mapping */
/* Lists */
/* Buttons */
/* NHS UK */
.niceRadio.updated {
  flex-direction: row;
  display: flex;
}
.niceRadio.updated label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.niceRadio.updated label .privacy-icon {
  margin-right: 8px;
  background: url("/images/privacy-locked-24.svg?v=704") ;
}
.niceRadio.updated label .badge-text {
  font-weight: bold;
  line-height: 1.5;
}
.niceRadio.updated input {
  opacity: 1;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #3C7996;
  border-radius: 50%;
  margin: 0 10px 0 0 !important;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
.niceRadio.updated input:checked ~ label .privacy-icon.privacy-general-updated-24 {
  background: url("/images/privacy-general-updated-24.svg?v=704") ;
}
.niceRadio.updated input:checked ~ label .privacy-icon.privacy-social-updated-24 {
  background: url("/images/privacy-social-updated-24.svg?v=704") ;
}
.niceRadio.updated input:checked ~ label .privacy-icon.privacy-sexual-updated-24 {
  background: url("/images/privacy-sexual-updated-24.svg?v=704") ;
}
.niceRadio.updated input:checked ~ label .privacy-icon.privacy-mental-updated-24 {
  background: url("/images/privacy-mental-updated-24.svg?v=704") ;
}
.niceRadio.updated input:checked, .niceRadio.updated input.checked {
  background-color: #2B7D67;
  border-color: #2B7D67;
  box-shadow: inset 0 0 0 4px #FFF;
  outline: none;
}
.niceRadio.updated input:checked:hover, .niceRadio.updated input:checked:focus, .niceRadio.updated input.checked:hover, .niceRadio.updated input.checked:focus {
  border-color: #2B7D67;
}
.niceRadio.updated input:hover {
  border-color: #00576D;
}
.niceRadio.updated input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  box-shadow: inset 0 0 0 4px #FFF, 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-color: #00576D;
}
.niceRadio.updated input:focus:not(:focus-visible) {
  box-shadow: inset 0 0 0 4px #FFF;
}
.niceRadio.updated input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  box-shadow: inset 0 0 0 4px #FFF, 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-color: #00576D;
}
.niceRadio.updated.disabled label {
  color: #BEBEBE;
}
.niceRadio.updated.disabled input {
  border-color: #BEBEBE;
}

.form-control {
  color: #000;
  border: 2px solid #3C7996;
  height: 40px;
}
.form-control:hover {
  border-color: #00576D;
}
.form-control:active, .form-control:focus {
  border-color: #014151;
}
.form-control:placeholder {
  color: #707070;
}
.form-control.error-field {
  color: #AD2424;
  border-color: #AD2424;
}

.form-control-select {
  border-radius: 0;
  border: 2px solid #3C7996;
}
.form-control-select:hover {
  border-color: #00576D;
}
.form-control-select:active, .form-control-select:focus {
  border-color: #014151;
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-search-choice-close {
  top: 4px;
}

.select2-container-multi .select2-choices {
  padding: 4px 5px 3px 2px;
  border: 1px solid white;
  border-radius: 2px;
  background: #FFF;
}

.select2-container .select2-choice {
  height: 26px;
  padding: 0 0 0 0px;
  border: none;
  line-height: 26px;
  color: #111;
  text-decoration: none;
  border-radius: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: none;
}

.select2-container .select2-choice .select2-arrow {
  display: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-drop-active {
  border-color: #3C7996;
}

#s2id_doseUnitsId {
  min-width: 100px;
  width: auto;
  border: 2px solid #C7C7C7;
  border-radius: 4px;
}
#s2id_doseUnitsId input {
  padding: 4px 5px;
  margin: 0;
}

.select2-highlighted {
  background: #3C7996 !important;
}

.select2-result-label {
  font-size: 16px;
}

.form-group.error input {
  border-color: #CF2C2C;
}

.input-error {
  border-color: #CF2C2C !important;
}

.red_font.error {
  font-weight: bold;
}

.form-control-static {
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-horizontal .checkbox-label.control-label {
  line-height: 20px;
}

.form-actions {
  text-align: right;
  padding-top: 30px;
  border-top: 1px solid #9ABBC5;
  padding-bottom: 20px;
}
.form-actions .btn, .form-actions .btn-arrow {
  display: inline-block;
}
.form-actions .btn.pull-left:nth-of-type(1), .form-actions .pull-left.btn-arrow:nth-of-type(1) {
  margin-left: 0;
}
.form-actions > #check-password-entered {
  color: red;
}
.form-actions #check-password-entered {
  color: red;
  text-align: right;
}

.form-horizontal {
  margin-top: 20px;
}
.form-horizontal#saveAppointment {
  margin-top: 0;
}
.form-horizontal .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.form-horizontal .control-label {
  font-weight: normal;
  color: #111;
  text-align: left;
  height: 40px;
  line-height: 40px;
  padding-top: 0px;
}
.form-horizontal .form-control-textarea {
  min-height: 240px;
  width: 100%;
}
.form-horizontal .form-control-textarea:focus {
  border-color: #3C7996;
}
.form-horizontal .form-control-textarea#description {
  min-height: 120px;
}
.form-horizontal .form-control-textarea-short {
  min-height: 5px;
  width: 100%;
}
.form-horizontal input[type="radio"] {
  margin: 5px 2px 0 20px;
  display: inline;
}

.form-inline input[type="radio"] + label {
  margin-left: 5px;
  margin-bottom: 0px;
}
.form-inline input[type="radio"] + label,
.form-inline input[type="checkbox"] + label + label.cp_label.pull-right {
  padding-left: 0;
  width: auto;
  float: none !important;
  vertical-align: sub;
}
.form-inline label {
  margin-right: 5px;
}

form[data-role='privacy-flags'] .form-inline input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  accent-color: #2B7D67;
  margin-bottom: 0px;
}
form[data-role='privacy-flags'] .form-inline input[type="radio"]:not([disabled]):hover {
  box-shadow: 0 0 3px 1px #2B7D67;
}

.wide-form .row {
  margin-top: 15px;
  margin-bottom: 15px;
}

form hr {
  margin-bottom: 30px;
  padding-top: 0px;
}

.form-control-auto {
  width: auto;
  display: inline-block;
}

.form-control-datepicker {
  display: inline-block;
  width: 130px;
}

.width-auto {
  width: auto;
}

.width-90 {
  width: 90%;
}

td .form-control-datepicker {
  float: left;
}

td .btn-datepicker {
  margin-top: 9px;
  margin-right: 10px;
}

.form-control-sm {
  width: 80px;
  margin-right: 10px;
  display: inline-block;
}

.form-control-xs,
.form-control.year {
  width: 70px;
  display: inline-block;
}

.measurement-inputs .row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.measurement-inputs .row label {
  line-height: 18px;
  font-size: 14px;
  vertical-align: middle;
  height: auto;
  text-align: right;
  padding-right: 0;
}

.team .form_help,
form.compose-message .form_help {
  margin-bottom: 0;
  margin-top: 5px;
}
.team label,
form.compose-message label {
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  line-height: 18px;
}
.team input + label,
form.compose-message input + label {
  display: inline;
}
.team .large-check,
form.compose-message .large-check {
  margin-right: 5px;
  float: left;
}

.team h4 {
  margin-bottom: 20px;
}
.team label {
  line-height: 20px;
  padding: 10px;
}

input[type="file"] + p {
  display: inline-block;
  font-size: 14px;
}

.form_help,
.description_text {
  line-height: 16px;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
  color: #111;
}
.form_help#chooseFileHelpText,
.description_text#chooseFileHelpText {
  text-align: left;
}

.description_text {
  display: block;
}

.col-auto {
  float: left;
  width: auto;
}

.team {
  padding-bottom: 10px;
}
.team .col-sm-6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#login {
  width: 400px;
  margin-top: 15px;
  float: right;
}

.radio-list div,
.checks div {
  margin-bottom: 20px;
}
.radio-list label,
.checks label {
  color: #3d3d3d;
  font-weight: normal;
}
.radio-list label input,
.checks label input {
  margin-right: 10px;
  display: inline-block;
}

.checkbox-inline {
  display: inline;
}

.checkbox-label {
  margin-top: 10px;
}
.checkbox-label .large-check {
  margin-right: 5px;
  vertical-align: top;
}

.form-horizontal .checks {
  margin-top: 10px;
}

td .radio-list label:last-child {
  margin-bottom: 0;
}

.checks {
  width: 70%;
}
.checks label {
  float: left;
}
.checks label.appointment-guest {
  clear: both;
  color: #111;
}
.checks h3 {
  margin: 0 0 10px 0;
  display: block;
}

.radio-list {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.radio-list label {
  margin-bottom: 6px;
}
.radio-list input[type="radio"] {
  margin-bottom: 6px;
  margin-right: 10px;
}

.radio-list-bold {
  width: 100%;
}
.radio-list-bold label {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.radio-list-bold input[type="radio"] {
  float: left;
  margin-bottom: 6px;
  margin-right: 10px;
}

/* progress bar*/
#progress {
  position: relative;
  border-radius: 2px;
  margin-bottom: 5px;
  background: #ddd;
  display: none;
  width: 100%;
}

.bar {
  background-color: #3C7996;
  filter: none;
  height: 18px;
  width: 200px;
  padding-bottom: 15px;
}

.bar p {
  color: #000;
  height: 18px;
  position: absolute;
  left: 110%;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}

input[type=file] {
  font-size: 16px;
  display: inline-block;
}

.fileupload-note {
  display: inline-block;
}

.upload-file-row {
  margin: 10px 0 20px 0;
  text-align: right;
}
.upload-file-row #uploadError {
  text-align: left;
}

.upload-file-row .form_help {
  float: left;
}

.btn-remove-attachement {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto !important;
}

.upload-file-row #fileInput {
  float: left;
}

#submitSurvey.form-horizontal input[type="checkbox"] {
  display: inline;
}

.parsley-errors-list {
  margin: 10px 0 0 0;
  color: red;
}

.custom-file-input {
  font-size: 16px;
  color: transparent;
  width: 100px;
}

#consent.view {
  line-height: 40px;
}
#consent.view .category-label {
  color: #111;
}

@media (max-width: 768px) {
  .responsive-form .col-auto {
    width: 100%;
  }
}
.form-horizontal.responsive-form .col-auto input[type="radio"] {
  display: none;
}
.form-horizontal.responsive-form .form-group {
  margin-bottom: 30px;
}
.form-horizontal.responsive-form .control-label {
  font-weight: bold;
}

.btn-radio {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 6px;
  margin: 5px 0;
  padding: 8px;
  color: #555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn-radio {
    margin-right: 10px;
    width: auto;
    padding: 8px 14px;
  }
}
.cb-label {
  margin-left: 15px;
  cursor: pointer;
}

input.radio + .btn-radio {
  border-color: #3C7996;
}
input.radio:checked + .btn-radio {
  background-color: #3C7996;
  color: #FFF;
}
input.radio:hover + .btn-radio {
  color: #FFF;
  background-color: #00576D;
}
input.radio:active + .btn-radio {
  background-color: #014151;
}

.tt-menu {
  min-width: 440px;
  margin: 0 0;
  padding: 8px 0;
  background-color: #FFF;
  border: 1px solid #C7C7C7;
  margin-top: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 10px;
  line-height: 20px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #FFF;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.status-checkbox {
  margin: 5px 0;
  font-size: 16px;
}
.status-checkbox input {
  display: inline-block;
}

.required-fields {
  text-align: right;
  line-height: 40px;
  font-size: 16px;
}
.required-fields span {
  color: red;
}

.password-help ul {
  padding-left: 40px;
}

.password-help li {
  list-style: disc inside !important;
}

.form-actions-new {
  background-color: white;
  border: none;
  padding-right: 24px;
  margin-top: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-end;
}

.input-and-heading label, .input-and-heading .control-label {
  color: #014151;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
  height: auto;
  line-height: inherit;
}
.input-and-heading.disabled label, .input-and-heading.disabled .control-label {
  color: #000;
}

.value-input {
  border-radius: 4px;
  border: solid 2px #3C7996;
  color: #000;
}
.value-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
.value-input:focus {
  border: solid 2px #014151;
}
.value-input:disabled {
  border: solid 2px #000;
}

.input-card {
  display: flex;
  justify-content: space-between;
}
.input-card .remove {
  width: 24px;
  height: 24px;
  margin-right: 24px;
  flex-shrink: 0;
  cursor: pointer;
  margin-top: 30px;
  /* Provide a fallback style for browsers
     that don't support :focus-visible */
  /* Remove the focus indicator on mouse-focus
     for browsers that do support :focus-visible */
  /* Focus style for keyboard-focus on browsers
   that do support :focus-visible */
}
.input-card .remove:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-radius: 1px;
}
.input-card .remove:focus:not(:focus-visible) {
  box-shadow: none;
}
.input-card .remove:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(60, 121, 150, 0.7);
  border-radius: 1px;
}
.input-card .dots {
  margin-right: 24px;
  margin-top: 44px;
}
.input-card .input-row {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: flex-start;
  padding: 0 0 24px 24px;
  min-width: 100px;
}
.input-card .input-row .input-name {
  border: 2px solid #BEBEBE;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  min-height: 40px;
  width: 296px;
  padding: 8px 16px;
  margin: 24px 16px 0px 0px;
  color: black;
}
.input-card .input-row .input-and-heading {
  margin-top: 24px;
  min-width: 100px;
}
.input-card .input-row .input-and-heading .input-boxes,
.input-card .input-row .input-and-heading .input-name {
  margin-top: 6px;
}
.input-card .input-row .inputs {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-direction: row;
}
.input-card .input-row .inputs .input-boxes {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  flex-wrap: wrap;
}
.input-card .input-row .inputs .input-boxes input[placeholder] {
  text-overflow: ellipsis;
}
.input-card .input-row .inputs .input-boxes ::-moz-placeholder {
  text-overflow: ellipsis;
}
.input-card .input-row .inputs .input-boxes input:-moz-placeholder {
  text-overflow: ellipsis;
}
.input-card .input-row .inputs .input-boxes .unit {
  color: black;
  margin-top: 12px;
  align-self: flex-start;
}
.input-card .input-row .inputs .input-boxes.result-only .value-input:not(.comment-input) {
  width: 272px;
  margin-right: 0;
}
.input-card .input-row .inputs .input-boxes .comment-input {
  width: 100%;
  max-width: 584px;
}
.input-card .input-row .inputs .value-unit {
  margin: 24px 16px 0px 0px;
}
.input-card .input-row .inputs .value-input {
  width: 80px;
  padding: 8px 16px;
  margin-right: 16px;
}
.input-card .input-row .comment-input-section {
  margin-top: 0;
  width: 100%;
}
.input-card .input-row .comment-input-section .value-input {
  width: 100%;
  margin-right: 0;
  height: 80px;
}
.input-card .comment-row {
  display: none;
}

section .section-body, .section .section-body {
  padding: 24px;
}

#add-data-point-form .form-group {
  margin-right: 0;
  margin-left: 0;
}
#add-data-point-form #date-time-inputs {
  display: inline-flex;
}
#add-data-point-form #date-time-inputs #time-container {
  margin-left: 24px;
}
#add-data-point-form #date-time-inputs #time-container #startTimeZone {
  word-break: break-word;
}
#add-data-point-form .form-control {
  border-radius: 4px;
}
#add-data-point-form .date-picker {
  display: flex;
  align-items: center;
}
#add-data-point-form .error {
  margin-top: 4px;
}
#add-data-point-form #add-data-point-btn {
  color: #00576D;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  max-height: 72px;
  text-align: left;
  width: 100%;
  background-color: #FFF;
  border: none;
}
#add-data-point-form #add-data-point-btn .icon-add {
  margin-right: 10px;
}
#add-data-point-form #add-data-point-btn:hover {
  background-color: #F5F8F9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#add-data-point-form #add-data-point-btn #add-another-data-point-text, #add-data-point-form #add-data-point-btn #add-data-point-text {
  flex-basis: 100px;
  min-width: 100px;
  flex-grow: 1;
}
#add-data-point-form #add-data-point-btn #add-another-data-point-text {
  display: none;
}
#add-data-point-form #add-data-point-btn .break {
  flex-basis: 100%;
  height: 0;
}
#add-data-point-form #add-data-point-btn #selector {
  display: none;
  z-index: 1;
  background: #FFF;
  cursor: auto;
  margin-top: 5px;
}
#add-data-point-form #add-data-point-btn #selector #select2-my_select-results .select2-results__option {
  white-space: pre;
}
#add-data-point-form #add-data-point-btn.expanded #selector {
  display: block;
  max-width: 420px;
  width: 80%;
}
#add-data-point-form .data-point-card-wrapper {
  display: none;
}
#add-data-point-form .data-point-card-wrapper.show-on-page-load {
  display: block;
}
@media (max-width: 480px) {
  #add-data-point-form .input-name {
    display: flex;
    flex-grow: 1;
    width: auto;
    flex-basis: 200px;
    min-width: 200px;
  }
  #add-data-point-form .comment-input {
    display: flex;
    flex-grow: 1;
    width: auto;
  }
  #add-data-point-form .result-only .value-input {
    display: flex;
    width: auto;
    flex-grow: 1;
  }
}

.btn-primary[disabled] {
  opacity: 1;
  background-color: #E8E8E8;
  color: #686868;
  border: 1px solid transparent;
  cursor: not-allowed;
}
.btn-primary[disabled]:hover {
  background-color: #E8E8E8;
  color: #707070;
  border: 1px solid transparent;
}

.select2-result.select2-result-selectable.disabled-select2-option {
  background: #E8E8E8 !important;
  color: black;
}
.select2-result.select2-result-selectable.disabled-select2-option .select2-result-label {
  cursor: initial;
}

#consent-progress-bar {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 2px;
}
#consent-progress-bar .progress-block {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-grow: 1;
  border-bottom: 6px solid;
  padding: 0 0 4px 2px;
  overflow: hidden;
  line-height: 1.71;
  height: 33px;
}
#consent-progress-bar .progress-block:not(:last-child) {
  margin-right: 5px;
}
#consent-progress-bar .progress-block.active {
  color: #00576D;
  border-color: #00576D;
}
#consent-progress-bar .progress-block.visited {
  color: #000;
  border-color: #000;
}
#consent-progress-bar .progress-block.disabled {
  color: #BEBEBE;
  border-color: #BEBEBE;
}

.medicine-card-wrapper .input-card .input-row label {
  margin-bottom: 6px;
}
.medicine-card-wrapper .input-card .input-row .substanceGroup .inputs .value-input {
  width: 240px;
  min-width: 185px;
  height: 40px;
}
.medicine-card-wrapper .input-card .input-row .doseGroup .value-input:first-child {
  margin-right: 8px;
}
@media (max-width: 375px) {
  .medicine-card-wrapper .input-card .input-row .doseGroup .value-input:first-child {
    margin-bottom: 8px;
  }
}
.medicine-card-wrapper .input-card .input-row .doseGroup .free-text-input {
  width: 152px;
}
.medicine-card-wrapper .input-card .input-row .frequencyGroup .value-input {
  width: 240px;
}
.medicine-card-wrapper .input-card .input-row .instructionsGroup {
  width: 100%;
}
.medicine-card-wrapper .input-card .input-row .instructionsGroup .value-input {
  width: 100%;
  height: 120px;
  max-width: 752px;
}
.medicine-card-wrapper .input-card .input-row .input-and-heading.dateGroup {
  width: 156px;
}
.medicine-card-wrapper .input-card .input-row .free-text-input {
  height: 40px;
  padding: 0;
  align-items: center;
}
.medicine-card-wrapper .input-card .input-row .free-text-input ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.medicine-card-wrapper .input-card .input-row .free-text-input .select2-choices {
  padding: 3px 11px 0;
  border: none;
  box-shadow: none;
  font-size: 16px;
  min-height: 28px;
  background-image: none;
}
.medicine-card-wrapper .input-card .input-row .free-text-input .select2-choices .select2-search-choice {
  background: white;
  box-shadow: none;
  border: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 6px;
  color: black;
  white-space: nowrap;
}
.medicine-card-wrapper .input-card .input-row .free-text-input .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
.medicine-card-wrapper .input-card .input-row .free-text-input .select2-choices .select2-input {
  padding-left: 0;
  margin-top: 0;
}
.medicine-card-wrapper .input-card .input-row .value-input {
  font-size: 16px;
}
.medicine-card-wrapper .input-card .input-row .form-control-datepicker {
  font-size: 16px;
  width: 140px;
}
.medicine-card-wrapper .input-card .remove {
  margin-top: 55px;
}

.phone-numbers-horizontal .niceRadio {
  margin-top: 4px;
}

#loader-section {
  height: 170px;
}

header {
  position: relative;
}

div.social-links {
  position: absolute;
  top: 0;
  right: -10px;
}
div.social-links div {
  float: left;
  height: 38px;
}
div.social-links div iframe {
  margin: 9px 0;
}

header #user_details {
  position: static;
  right: 0;
  margin-top: 2px;
  float: right;
  margin: 0;
  background: #FFF;
  padding: 0px 0px 0 10px;
  width: 300px;
}
header #user_details li {
  float: none !important;
  display: block;
  width: auto !important;
  padding: 4px 0 0 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  clear: both;
}
header #user_details li label {
  margin-bottom: 0;
  font-size: 13px;
  line-height: inherit;
}
header #user_details li .value {
  font-size: 13px;
}
header #user_details li:last-child {
  padding-bottom: 0;
}
header #user_details li.clearfix {
  border-bottom: none;
}

@media only screen and (max-width: 540px) {
  h1#logo {
    width: 75%;
  }
}
@media (max-width: 480px) {
  nav.account-navigation ul li ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  nav.account-navigation ul li {
    padding: 0;
    width: 49%;
  }

  .navbar-nav .open .dropdown-menu {
    float: left;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu a:visited {
    color: #00576D !important;
  }
}
@media (min-width: 768px) {
  .navbar-hideable {
    display: none !important;
  }

  .navbar-nav {
    float: right;
  }
}
.navbar-default .navbar-nav {
  margin: 0;
}
.navbar-default .navbar-nav > .open.navbar-hideable > a {
  color: #00576D;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li a:focus {
  color: #00576D !important;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #014151 !important;
}

nav.account-navigation ul.navbar-nav {
  margin-top: 0px;
}
nav.account-navigation ul.navbar-nav li a {
  margin: 0 0 20px 0;
}
nav.account-navigation ul.navbar-nav span.nav-icon {
  background-image: url("/images/2014/nav_sprites_blue.png?v=704");
  background-size: 75px;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
}
nav.account-navigation ul.navbar-nav span.nav-submenu-icon {
  background-image: url("/images/2014/sub-nav-sprites-blue.png?v=704");
  background-size: 60px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

#navbar-discussions-link > span.nav-icon {
  background-position: -25px 0;
}

#navbar-health-link > span.nav-icon {
  background-position: -50px 0;
}

#navbar-treatments-link span.nav-icon {
  background-position: 0 -25px;
}

#navbar-diary-link span.nav-icon {
  background-position: -25px -25px;
}

#navbar-files-link span.nav-icon {
  background-position: -50px -25px;
}

#navbar-devices-link span.nav-icon {
  background-position: -46px -130px;
  width: 30px;
  height: 21px;
}

#navbar-sharing-link span.nav-icon {
  background-position: -25px -50px;
}

#navbar-diagnoses-link span.nav-submenu-icon {
  background-position: 0 0;
}

#navbar-allergies-link span.nav-submenu-icon {
  background-position: -20px 0;
}

#navbar-symptoms-link span.nav-submenu-icon {
  background-position: -40px 0;
}

#navbar-measurements-link span.nav-submenu-icon {
  background-position: 0 -20px;
}

#navbar-tests-link span.nav-submenu-icon {
  background-position: -20px -20px;
}

#navbar-imaging-link span.nav-submenu-icon {
  background-position: -40px -20px;
}

#navbar-audio-link span.nav-submenu-icon {
  background-position: 0 -40px;
}

#navbar-genetics-link span.nav-submenu-icon {
  background-position: -40px -220px;
}

#navbar-plans-link span.nav-submenu-icon {
  background-position: -20px -40px;
}

#navbar-medications-link span.nav-submenu-icon {
  background-position: -40px -40px;
}

#navbar-library-link span.nav-submenu-icon {
  background-position: 0 -60px;
}

#navbar-procedures-link span.nav-submenu-icon {
  background-position: -20px -60px;
}

#navbar-journal-link span.nav-submenu-icon {
  background-position: -20px -80px;
}

#navbar-calendar-link span.nav-submenu-icon {
  background-position: 0 -80px;
}

#navbar-professionals-link span.nav-submenu-icon {
  background-position: -40px -100px;
}

#navbar-carers-link span.nav-submenu-icon {
  background-position: 0 -120px;
}

#navbar-pending-invites-link span.nav-submenu-icon {
  background-position: -40px -120px;
}

#navbar-past-invites-link span.nav-submenu-icon {
  background-position: 0 -140px;
}

#navbar-access-log-link span.nav-submenu-icon {
  background-position: -20px -240px;
}

.title-and-actions {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .title-and-actions {
    flex-flow: row wrap;
  }
}
.title-and-actions .page-head-title {
  margin-right: 30px;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
}
.title-and-actions .page-head-title h1 {
  margin: 0;
}
.title-and-actions .page-head-title h1 a {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
.title-and-actions .page-head-title p#helpText {
  margin-top: 10px;
  margin-bottom: 10px;
}
.title-and-actions .page-head-title p#helpText > span {
  display: block;
}
.title-and-actions .page-head-title p#helpText > span:not(:first-child) {
  margin-top: 10px;
}

.mobile-optimized.no-header .page-header {
  margin-bottom: 25px;
}
.mobile-optimized.no-header .page-head {
  display: none;
}
.mobile-optimized #main {
  margin-top: 2px;
}
.mobile-optimized .page-header {
  margin: 0;
  padding: 0;
}
.mobile-optimized .page-head {
  background-color: #FFF;
  padding: 20px 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .mobile-optimized .title-and-actions {
    flex-direction: column;
  }
}
.mobile-optimized .title-and-actions .page-head-title {
  margin-right: 100px;
}
@media (max-width: 767px) {
  .mobile-optimized .title-and-actions .page-head-title {
    margin-right: 0;
  }
}
.mobile-optimized .title-and-actions .page-head-title p:empty {
  display: none;
}
.mobile-optimized .title-and-actions .page-head-title p#helpText {
  margin-bottom: 0;
  padding-right: 8px;
}
@media (max-width: 767px) {
  .mobile-optimized .title-and-actions .actionbar-col {
    margin-top: 10px;
  }
}

.no-navigation nav.account-navigation {
  display: none;
}
.no-navigation .navbar-toggle {
  display: none;
}
.no-navigation .breadcrumbs-container {
  display: none;
}

[class^="icon-"] {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.icon-prev {
  background-image: url("../../images/icons/icon-prev.png?v=704");
  width: 9px;
  height: 15px;
  margin-bottom: 2px;
}

.icon-next {
  background-image: url("../../images/icons/icon-next.png?v=704");
  width: 9px;
  height: 15px;
  margin-bottom: 2px;
}

.icon-discussion-default,
.icon-VIRTUAL,
.icon-e-visit {
  background-image: url("../../images/icons/icon-e-visit.png?v=704");
  width: 34px;
  height: 32px;
}

.icon-IN_PATIENT,
.icon-bed {
  background-image: url("../../images/icons/icon-bed.png?v=704");
  width: 36px;
  height: 24px;
}

.icon-EMERGENCY,
.icon-ambulance {
  background-image: url("../../images/icons/icon-ambulance.png?v=704");
  width: 36px;
  height: 25px;
}

.icon-DAYTIME,
.icon-daytime {
  background-image: url("../../images/icons/icon-daytime.png?v=704");
  width: 34px;
  height: 34px;
}

.icon-AMBULATORY,
.icon-doctor {
  background-image: url("../../images/icons/icon-doctor.png?v=704");
  width: 28px;
  height: 36px;
}

.icon-HOME,
.icon-home {
  background-image: url("../../images/icons/icon-home.png?v=704");
  width: 30px;
  height: 34px;
}

.icon-OUT_PATIENT,
.icon-outpatient {
  background-image: url("../../images/icons/icon-outpatient.png?v=704");
  width: 36px;
  height: 36px;
}

.icon-FIELD,
.icon-sun {
  background-image: url("../../images/icons/icon-sun.png?v=704");
  width: 30px;
  height: 30px;
}

.icon-social-care {
  background-image: url("../../images/social-care.svg?v=704");
  height: 110px;
  width: 120px;
  margin: 15px 0;
}
.icon-social-care:hover {
  background-image: url("../../images/social-care-activated.svg?v=704");
}

.consent-team-logo {
  width: 100%;
}

.consent-team-logo-sm {
  max-width: 100%;
}

.fa {
  color: #3C7996;
}

.fa-orange {
  color: #C04E0C;
}

a:hover .fa, .link:hover .fa,
a:focus .fa, .link:focus .fa {
  color: #014151;
}
a:hover .fa-orange, .link:hover .fa-orange,
a:focus .fa-orange, .link:focus .fa-orange {
  color: #903B09;
}

button:hover .fa {
  color: #FFF;
}

.icon-10 {
  height: 10px;
  min-width: 10px;
}

.icon-16 {
  height: 16px;
  min-width: 16px;
}

.icon-22 {
  height: 22px;
  min-width: 22px;
}

.icon-24 {
  height: 24px;
  min-width: 24px;
}

.icon-26 {
  height: 26px;
  min-width: 26px;
}

.icon-28 {
  height: 28px;
  min-width: 28px;
}

.icon-40 {
  height: 40px;
  min-width: 40px;
}

.icon-48 {
  height: 48px;
  min-width: 48px;
}

.icon-close-x {
  background: url("/images/x-24.svg?v=704") ;
}

.bullet-point {
  height: 8px;
  min-width: 8px;
  display: inline-block;
}
.bullet-point.bullet-point {
  background: url("/images/bullet-point.svg?v=704") ;
}

.icon-monitoring {
  background: url("/images/monitoring-24.svg?v=704") ;
}

.bullet-point-blue {
  height: 10px;
  min-width: 10px;
  display: inline-block;
}
.bullet-point-blue.bullet-point-blue {
  background: url("/images/bullet-point-blue.svg?v=704") ;
}

.mid-point {
  background: url("/images/bullet-point.svg?v=704") ;
  height: 4px;
  min-width: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.icon-add {
  background: url("/images/add-24.svg?v=704") ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.preserve-aspect-ratio {
  width: 100%;
  height: auto;
}

.icon-settings {
  background: url("/images/settings-24.svg?v=704") ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

/* =======================
   Images
   ======================= */
.help-question-mark {
  margin-bottom: 4px;
  margin-left: 10px;
}

.dropdown, .source-popup {
  display: none;
}

ul.rounded {
  border-radius: 4px;
}
ul.data-point-list {
  margin-bottom: 16px;
  background-color: #FFF;
}
ul.data-point-list:last-of-type {
  margin-bottom: 0;
}

li.data-point {
  padding: 18px;
}
li.data-point:not(:last-child) {
  border-bottom: 1px solid #DCE5EA;
}
li.data-point > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
li.data-point li.entry-attachments + li {
  margin-top: 10px;
}
li.data-point li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
}
li.data-point li:last-child {
  margin-top: 0.5em;
}
li.data-point li.source-wrapper {
  display: flex;
  align-items: center;
}
li.data-point li.source-wrapper span.source-type {
  margin-right: 8px;
  flex-shrink: 0;
}
li.data-point li.source-wrapper span.source-type.source-type-device-16 {
  background: url("/images/source-type-device-16.svg?v=704") ;
}
li.data-point li.source-wrapper span.source-type.source-type-person-16 {
  background: url("/images/source-type-person-16.svg?v=704") ;
}
li.data-point li.source-wrapper span.source-type.source-type-org-16 {
  background: url("/images/source-type-org-16.svg?v=704") ;
}
li.data-point li .entry-subject {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  word-wrap: break-word;
  text-align: initial;
  display: inline-block;
  word-break: break-word;
}
li.data-point li .value {
  height: 28px;
  font-size: 20px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
li.data-point li .test-notes-inner-label-cell {
  font-weight: bold;
}
li.data-point li .test-notes-inner-label-cell:after {
  content: ' ';
}
li.data-point li .file_download {
  background: #F5F8F9;
  display: inline-flex;
}
li.data-point li .file_download a {
  padding: 8px 12px;
}
li.data-point .item-title {
  line-height: 1.4;
}
li.data-point .item-content {
  display: flex;
  color: #000;
}
li.data-point .item-content .amounts-col {
  flex-grow: 0;
  padding-right: 40px;
}
li.data-point .item-content .amounts-col .amount {
  display: flex;
  align-items: baseline;
}
li.data-point .item-content .amounts-col .amount .value {
  font-size: 14px;
  font-weight: normal;
  padding: 0px 4px;
  word-wrap: break-word;
  max-width: 80px;
  height: auto;
}
li.data-point .item-content .graphs-col {
  margin-top: 0px;
  flex-shrink: 1;
  overflow: hidden;
}

.clickable:hover {
  cursor: pointer;
  background-color: #F5F8F9;
}
.clickable:hover:first-child {
  border-radius: 4px 4px 0 0;
}
.clickable:hover:last-child {
  border-radius: 0 0 4px 4px;
}
.clickable:hover:only-child {
  border-radius: 4px;
}
.clickable .entry-subject, .clickable .item-title {
  color: #00576D;
}

.item-title {
  font-size: 20px;
  font-weight: 900;
}

.privacy-label {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 4px 7px;
  background-color: #DCE5EA;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  vertical-align: bottom;
}
.privacy-label div.privacy-general-16 {
  background: url("/images/privacy-general-16.svg?v=704") ;
}
.privacy-label div.privacy-social-16 {
  background: url("/images/privacy-social-16.svg?v=704") ;
}
.privacy-label div.privacy-sexual-16 {
  background: url("/images/privacy-sexual-16.svg?v=704") ;
}
.privacy-label div.privacy-mental-16 {
  background: url("/images/privacy-mental-16.svg?v=704") ;
}
.privacy-label span {
  padding-left: 0.2875em;
}

.info {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 1.5em;
  max-width: 50%;
}
.info .source {
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 0.25em;
  flex-shrink: 1;
}
.info .info-icon {
  background: url("/images/info.svg?v=704") no-repeat;
  pointer-events: none;
  flex-shrink: 0;
  margin-left: 0px;
}
.info:hover {
  cursor: pointer;
}
.info.expanded .source-popup {
  z-index: 1;
  cursor: auto;
  max-width: 300px;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  margin-top: 2em;
  padding-right: 20px;
  background: #FFF;
  overflow: visible;
  left: 0px;
  top: 0px;
  white-space: nowrap;
  border-radius: 4px;
  border: solid 2px #3C7996;
}
.info.expanded .source-popup .source-name, .info.expanded .source-popup .source-route .source-release-date {
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  text-align: initial;
}
.info.expanded .source-popup li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  margin: 0.25em 0.5em;
}
.info.expanded .source-popup li:first-child {
  font-weight: bold;
  line-height: 1.71;
  margin-top: 0.5em;
  text-transform: uppercase;
}
.info.expanded .source-popup li:last-child {
  margin-bottom: 0.5em;
}

.dots {
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
  background: url("/images/dots.svg?v=704") center no-repeat;
}
.dots:hover {
  background: url("/images/dots-hovered.svg?v=704") #F5F8F9 center no-repeat;
}
.dots:focus {
  background: url("/images/dots-focused.svg?v=704") #F5F8F9 center no-repeat;
}
.dots:active {
  background: url("/images/dots-activated.svg?v=704") #DCE5EA center no-repeat;
}
.dots.expanded, .dots.expanded:active {
  background: url("/images/dots-expanded.svg?v=704") #2B7D67 center no-repeat;
  border-color: #2B7D67;
}
.dots.expanded .dropdown, .dots.expanded:active .dropdown {
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  margin-top: 44px;
  margin-left: -6em;
  background: #FFF;
  border-radius: 4px;
  border: solid 2px #3C7996;
}
.dots.expanded .dropdown .dropdown-item, .dots.expanded:active .dropdown .dropdown-item {
  display: flex;
  height: 40px;
}
.dots.expanded .dropdown .dropdown-item:hover, .dots.expanded:active .dropdown .dropdown-item:hover {
  background-color: #3C7996;
}
.dots.expanded .dropdown .dropdown-item:hover .edit-data, .dots.expanded:active .dropdown .dropdown-item:hover .edit-data {
  background: url("/images/edit-data-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .delete-data, .dots.expanded:active .dropdown .dropdown-item:hover .delete-data {
  background: url("/images/delete-data-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .change-privacy, .dots.expanded:active .dropdown .dropdown-item:hover .change-privacy {
  background: url("/images/change-privacy-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .delete, .dots.expanded:active .dropdown .dropdown-item:hover .delete {
  background: url("/images/delete-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .discuss, .dots.expanded:active .dropdown .dropdown-item:hover .discuss {
  background: url("/images/discuss-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .cancellation, .dots.expanded:active .dropdown .dropdown-item:hover .cancellation {
  background: url("/images/cancellation-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .change-appt, .dots.expanded:active .dropdown .dropdown-item:hover .change-appt {
  background: url("/images/change-appt-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .add-participants, .dots.expanded:active .dropdown .dropdown-item:hover .add-participants {
  background: url("/images/add-participants-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .leave-discussion, .dots.expanded:active .dropdown .dropdown-item:hover .leave-discussion {
  background: url("/images/leave-discussion-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .assign-to-me, .dots.expanded:active .dropdown .dropdown-item:hover .assign-to-me {
  background: url("/images/assign-to-me-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .assign-to-none, .dots.expanded:active .dropdown .dropdown-item:hover .assign-to-none {
  background: url("/images/assign-to-none-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .archive-message, .dots.expanded:active .dropdown .dropdown-item:hover .archive-message {
  background: url("/images/archive-message-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .unarchive-message, .dots.expanded:active .dropdown .dropdown-item:hover .unarchive-message {
  background: url("/images/unarchive-message-activated.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item:hover .data-point-action, .dots.expanded:active .dropdown .dropdown-item:hover .data-point-action {
  color: #FFF;
}
.dots.expanded .dropdown .dropdown-item:first-child, .dots.expanded:active .dropdown .dropdown-item:first-child {
  margin-top: 0.25em;
}
.dots.expanded .dropdown .dropdown-item:last-child, .dots.expanded:active .dropdown .dropdown-item:last-child {
  margin-bottom: 0.25em;
}
.dots.expanded .dropdown .dropdown-item:last-child:not(:first-child), .dots.expanded:active .dropdown .dropdown-item:last-child:not(:first-child) {
  margin-top: 0;
}
.dots.expanded .dropdown .dropdown-item div, .dots.expanded:active .dropdown .dropdown-item div {
  margin: 0.5em 0 0.5em 0.5em;
}
.dots.expanded .dropdown .dropdown-item div.edit-data, .dots.expanded:active .dropdown .dropdown-item div.edit-data {
  background: url("/images/edit-data.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.delete-data, .dots.expanded:active .dropdown .dropdown-item div.delete-data {
  background: url("/images/delete-data.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.change-privacy, .dots.expanded:active .dropdown .dropdown-item div.change-privacy {
  background: url("/images/change-privacy.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.delete, .dots.expanded:active .dropdown .dropdown-item div.delete {
  background: url("/images/delete.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.discuss, .dots.expanded:active .dropdown .dropdown-item div.discuss {
  background: url("/images/discuss.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.cancellation, .dots.expanded:active .dropdown .dropdown-item div.cancellation {
  background: url("/images/cancellation.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.change-appt, .dots.expanded:active .dropdown .dropdown-item div.change-appt {
  background: url("/images/change-appt.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.add-participants, .dots.expanded:active .dropdown .dropdown-item div.add-participants {
  background: url("/images/add-participants.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.leave-discussion, .dots.expanded:active .dropdown .dropdown-item div.leave-discussion {
  background: url("/images/leave-discussion.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.assign-to-me, .dots.expanded:active .dropdown .dropdown-item div.assign-to-me {
  background: url("/images/assign-to-me.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.assign-to-none, .dots.expanded:active .dropdown .dropdown-item div.assign-to-none {
  background: url("/images/assign-to-none.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.archive-message, .dots.expanded:active .dropdown .dropdown-item div.archive-message {
  background: url("/images/archive-message.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item div.unarchive-message, .dots.expanded:active .dropdown .dropdown-item div.unarchive-message {
  background: url("/images/unarchive-message.svg?v=704") ;
}
.dots.expanded .dropdown .dropdown-item .data-point-action, .dots.expanded:active .dropdown .dropdown-item .data-point-action {
  height: 24px;
  font-family: Muli;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin: 0.5em;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card, .input-card, .section-heading, .sub-section-heading {
  border-bottom: 2px solid #E8E8E8;
}

.card:last-child {
  border-bottom: none;
}

.section {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.section a {
  white-space: normal;
}
.section .section-heading {
  padding: 24px;
}
.section .section-heading .control-label {
  font-weight: 900;
}
.section .section-heading > h2 {
  margin: 0;
  display: flex;
  align-items: center;
  word-break: break-word;
  height: unset;
}
.section .section-heading > p {
  margin-bottom: 0px;
}
.section .section-heading .section-subheading {
  padding-top: 16px;
  font-size: 16px;
}
.section .section-heading .subheading {
  font-weight: 400;
}
.section .section-empty-text {
  font-size: 14px;
  padding: 16px 24px;
}
.section .subsection-heading {
  border-top: 2px solid #E8E8E8;
  background-color: #F5F8F9;
  min-height: 60px;
}
.section .color-coded-text-input .section-simple-content {
  padding: 0px;
}
.section .section-simple-content {
  padding: 24px;
}
.section .form-actions-new {
  margin: 0;
  padding: 8px 32px 32px;
}

.midpoint-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.midpoint-list .mid-point {
  padding: 0 8px;
}

.form-actions-new {
  background-color: white;
  border: none;
  padding-right: 24px;
  margin-top: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#title.section .section-heading {
  border-bottom: 0;
}
#title.section hr {
  border-color: #ccdde2;
}

@media (max-width: 600px) {
  .data-point-list .hide-mobile {
    display: none !important;
  }
}
.category-content {
  word-wrap: wrap;
}
.category-content .bullet-point {
  margin-right: 5px;
}

.no-data-box {
  display: flex;
  height: 500px;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 4px;
}

.no-data-placeholder-text {
  color: #333333;
}

.labelled-content {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}
.labelled-content label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 21px;
}

.niceLink {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.niceLink:hover, .niceLink:focus {
  text-decoration: none;
}
.niceLink .image-and-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 22px;
}
.niceLink .image-and-title .item-title {
  line-height: 28px;
}
.niceLink .image-and-title .icon {
  margin-right: 16px;
}
.niceLink .fa-chevron-right {
  margin-left: 16px;
}

.content-toggle {
  font-size: 16px;
  font-weight: 700;
}

.messages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  padding: 6px 16px;
  background: #2B7D67;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #FFF;
}
.messages .icon-and-text {
  display: flex;
  align-items: center;
}
.messages .icon-and-text .icon {
  background: url("/images/success-16.svg?v=704") ;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.messages p {
  color: #FFF;
}
.messages a {
  color: #FFF;
  text-decoration: underline;
}
.messages .icon-close-x {
  margin-left: 16px;
  background: url("/images/x-16.svg?v=704") ;
  background-repeat: no-repeat;
}
.messages:first-of-type {
  margin-top: 20px;
}
.messages p:last-child {
  margin-bottom: 0;
}
.messages.error {
  background-color: #AD2424;
}
.messages.error .icon-and-text .icon {
  background: url("/images/error-16.svg?v=704") ;
}
.messages.warning {
  background-color: #C04E0C;
}
.messages.warning .icon-and-text .icon {
  background: url("/images/warning-16.svg?v=704") ;
}
.messages.information {
  background-color: #3C7996;
}
.messages.information .icon-and-text .icon {
  background: url("/images/info-16.svg?v=704") ;
}
.messages.progress {
  background-color: #9C8E11;
}
.messages.progress .icon-and-text .icon {
  background: url("/images/clock-16.svg?v=704") ;
}

.mobile-optimized #action-messages {
  margin-right: auto;
  margin-left: auto;
}
.mobile-optimized #action-messages .messages {
  margin-bottom: 16px;
}
.mobile-optimized #action-messages .messages:first-of-type {
  margin-top: 0;
}
.mobile-optimized #action-messages .messages:last-child {
  margin-bottom: 25px;
}

.patient-locked-plan-info {
  background: #E8E8E8;
  border-radius: 4px;
  display: flex;
  padding: 16px 16px 8px;
  line-height: 24px;
  margin: 8px 0 36px;
}
.patient-locked-plan-info p {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  align-items: baseline;
  display: flex;
}
.patient-locked-plan-info p > span.icon {
  background: url("/images/lock-closed-patient-view.svg?v=704") ;
  display: flex;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: auto;
}

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

.modal {
  display: none;
}

#files-selected-msg,
#file-upload-progress-wrapper {
  display: none;
}

#files-selected-msg {
  margin: 15px 0;
}

@media (max-width: 768px) {
  .modal {
    left: auto !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .modal .form-horizontal {
    margin-top: 0;
  }
}
.pagination > li > a {
  color: #00576D;
  margin-left: 5px;
  border-radius: 3px;
  padding: 8px 14px;
  min-height: 23px;
}
.pagination > li > a > i {
  color: #3C7996;
}
.pagination > li.prev-next {
  line-height: 21px;
}

.pagination-status {
  font-weight: bold;
  line-height: 38px;
}

.pager li {
  font-weight: bold;
}
.pager li i {
  font-weight: bold;
  font-size: 22px;
  vertical-align: bottom;
  line-height: 16px;
}
.pager li a {
  border-radius: 5px;
  color: #00576D;
  padding: 10px 10px;
}
.pager li.previous a {
  margin-right: 5px;
}
.pager li.previous a i {
  margin-right: 8px;
}
.pager li.next a {
  margin-left: 5px;
}
.pager li.next a i {
  margin-left: 8px;
}

.mobile-optimized .pager {
  margin-bottom: 0;
}

.panel {
  border: 1px solid #eee;
}

.panel-white {
  -webkit-box-shadow: 1px 1px 1px 0px #aaa;
  -moz-box-shadow: 1px 1px 1px 0px #aaa;
  box-shadow: 1px 1px 1px 0px #aaa;
  border: 1px solid #ddd;
}
.panel-white .panel-heading,
.panel-white .panel-footer {
  background: white;
}
.panel-white .panel-heading {
  border-bottom: 1px solid #CCDDE2;
}

.panel h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.panel table {
  margin: 0;
}

.panel-traffic-light {
  padding: 10px;
}
.panel-traffic-light .panel-heading {
  border: none;
}
.panel-traffic-light .traffic-light {
  margin-right: 30px;
  float: left;
  margin-bottom: 20px;
}
.panel-traffic-light .panel-body {
  vertical-align: top;
}
.panel-traffic-light .traffic-text {
  display: inline;
}

#welcome {
  background: #FFF url("/images/hero.jpg?v=704") no-repeat 50% 50%;
  height: 230px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

/* @group [2.4] SIDEBAR */
ul.buttons li.general {
  float: left;
  border-radius: 3px;
  border: 1px solid #645117;
  background: #E6C34C;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E6C34C), color-stop(100%, #DAA63E));
  background: -moz-linear-gradient(top, #E6C34C 0%, #DAA63E 100%);
  margin: 5px 5px 0px 0px;
  padding-left: 0px;
  font-size: 1em;
}

li.general input.btn, li.general input.btn-arrow {
  background-image: none;
  padding-left: 10px;
  width: auto;
}

table {
  margin-top: 20px;
  border-radius: 9px;
  overflow: hidden;
  border-spacing: 0;
  width: 100%;
}
table tr {
  background: white;
}
table tr.received-via td {
  padding: 5px 20px;
}
table th {
  background: none repeat scroll 0 0 #014151;
  color: #FFF;
  font-size: 1em;
  height: 50px;
  vertical-align: middle;
  padding: 0 20px;
  text-align: left;
  font-weight: normal;
}
table th a {
  color: white;
  padding-left: 20px;
  text-decoration: underline;
}
table th a.timeline-table-anchor {
  color: white !important;
  padding-left: 0;
  text-decoration: none;
}
table th a.timeline-table-anchor:hover {
  text-decoration: underline;
}
table th a:hover
table th a:focus {
  color: #014151 !important;
}
table tbody tr.journal-entry-meta td {
  border-bottom: 0px solid #CCDDE2;
}
table tbody tr.journal-entry-body p {
  font-size: 13px;
  line-height: 18px;
}
table tbody tr.journal-entry-body .file_download a {
  font-size: 13px;
  line-height: 18px;
}
table tbody tr.borderless td {
  border-bottom: none;
}
table tbody tr.timeline-table-no-data-row td {
  vertical-align: top;
}
table tbody td {
  color: #000;
  vertical-align: middle;
  border-bottom: 1px solid #CCDDE2;
  padding: 15px 20px;
}
table tbody td .link {
  display: block;
}
table tbody td.actions-row {
  padding: 10px 20px 10px;
}
table tbody td.actions-row .link {
  display: inline-block !important;
  margin-right: 20px;
}
table thead tr th:first-child {
  border-top-left-radius: 9px;
}
table thead tr th:last-child {
  border-top-right-radius: 9px;
}
table tfoot tr td:first-child {
  border-bottom-left-radius: 9px;
}
table tfoot tr td:last-child {
  border-bottom-right-radius: 9px;
}
table tfoot tr td {
  padding: 15px 20px;
  border: none;
}
table tfoot tr td.p-n {
  padding: 0;
}
table tfoot .legend {
  margin-bottom: 0px;
}
table tfoot .legend li {
  display: inline-block;
  margin-right: 10px;
}
table th.small {
  font-size: 0.7em;
}
table .details-row {
  margin-bottom: 5px;
}
table .details-row:last-child {
  margin-bottom: 0;
}

.table-responsive {
  border: none;
}

table td .meta-line span,
table td .meta-line label {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  color: #707070;
}
table td .main-value {
  font-weight: bold;
}
table td.message-content {
  padding-top: 0px;
}
table td.select {
  text-align: center;
  background-color: white !important;
  cursor: default !important;
}
table td.actions {
  text-align: right;
}
table td.actions a.link, table td.actions a.link-right,
table td.actions input.link-right,
table td.actions button.link-right, table td.actions a.link-inline,
table td.actions input.link-inline,
table td.actions button.link-inline, table td.actions a.link-no-arrow,
table td.actions input.link-no-arrow,
table td.actions button.link-no-arrow {
  display: block;
  margin: 0px 0 10px 0;
}
table td.actions a.link:last-child, table td.actions a.link-right:last-child,
table td.actions input.link-right:last-child,
table td.actions button.link-right:last-child, table td.actions a.link-inline:last-child,
table td.actions input.link-inline:last-child,
table td.actions button.link-inline:last-child, table td.actions a.link-no-arrow:last-child,
table td.actions input.link-no-arrow:last-child,
table td.actions button.link-no-arrow:last-child {
  margin: 0;
}
table td.container {
  padding: 0;
}
table td.container table {
  border: none;
  border-bottom: 1px solid #cbcbcb;
  margin: 0;
  background: none;
  word-break: break-word;
}
table td .time {
  display: block;
}
table td input.date {
  width: 5em;
  float: left;
}
table td .value {
  font-size: 16px;
  font-weight: bold;
}

table th.select {
  text-align: center;
}

div.table-container {
  border-radius: 9px;
  overflow: hidden;
}

caption {
  display: none;
}

table.monitoring {
  font-size: 14px;
}
table.monitoring .label {
  font-size: 12px;
  text-align: left;
  padding: 4px;
  width: 228px;
}
table.monitoring .dateline {
  padding: 0;
  width: 25px;
  border: none !important;
  background: #18586C url("/images/dateline-indicator.gif?v=704") no-repeat bottom right;
  position: relative;
}
table.monitoring .dateline.freq {
  background: #18586C url("/images/dateline_freq-indicator.gif?v=704") no-repeat bottom right;
}
table.monitoring tbody td {
  padding: 0;
}
table.monitoring td {
  width: 25px;
  border: none;
  font-size: 14px;
}
table.monitoring td.green {
  background-color: #018022;
}
table.monitoring td.yellow {
  background-color: #F1E44C;
}
table.monitoring td.amber {
  background-color: #E06807;
}
table.monitoring td.red {
  background-color: #811200;
}

.symptoms-legend li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.symptoms-legend .key {
  margin-right: 5px;
}
.symptoms-legend label {
  margin-bottom: 0;
  vertical-align: middle;
}

td.symptom-color-value {
  padding: 20px;
  border: 1px solid #CCDDE2;
}

.key {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: inline-block;
}
.key.none {
  background: #2B7D67;
}
.key.mild {
  background: #C04E0C;
}
.key.moderate {
  background: #A94206;
}
.key.severe {
  background: #903B0A;
}
.key.empty {
  border: 2px solid #A9A9A9;
}

.btn-pagination-next,
.btn-pagination-prev {
  width: 40px;
  min-width: 0;
}

.btn-group-wrapper a.active,
.btn-group-wrapper input.active,
.btn-group-wrapper button.active,
.btn-group-wrapper a.active:hover,
.btn-group-wrapper input.active:hover,
.btn-group-wrapper button.active:hover {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background: inherit;
}
.btn-group-wrapper .btn-group {
  margin-left: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px 1px;
}
.btn-group-wrapper .pagination {
  margin: 10px 0px 10px 15px;
}

table.monitoring-1week {
  overflow: visible;
}

.traffic-dropdown {
  position: relative;
  cursor: pointer;
}
.traffic-dropdown.open .color-popup {
  display: block;
}
.traffic-dropdown .large-key {
  width: 35px;
  height: 35px;
}
.traffic-dropdown .fa-chevron-down {
  font-size: 16px;
  color: #3C7996;
  vertical-align: middle;
}
.traffic-dropdown .color-popup {
  display: none;
  position: absolute;
  top: -6px;
  left: 30px;
  background: white;
  border: 2px solid #9ABBC5;
  z-index: 99;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.traffic-dropdown .color-popup .key {
  vertical-align: top;
}
.traffic-dropdown .color-popup label {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 0;
}
.traffic-dropdown .color-popup ul {
  margin-bottom: 0;
}
.traffic-dropdown .color-popup ul li {
  white-space: nowrap;
  border-bottom: 1 px solid #CCDDE2;
  padding: 8px 10px;
}
.traffic-dropdown .color-popup ul li:hover {
  background: #DCE5EA;
}
.traffic-dropdown .color-popup ul li:last-child {
  border: none;
}

/* ------------------------------------------------------------
  Symptoms Table
*/
table.symptoms .symptom-name, table.symptom .symptom-name {
  width: 20%;
}
table.symptoms th, table.symptom th {
  text-align: center;
}
table.symptoms.monitoring-6m .symptom-values .symptom-bar, table.symptom.monitoring-6m .symptom-values .symptom-bar {
  width: 3.29%;
}
table.symptoms.monitoring-12m .symptom-values .symptom-bar, table.symptom.monitoring-12m .symptom-values .symptom-bar {
  width: 1.54%;
}
table.symptoms .symptom-values, table.symptom .symptom-values {
  font-size: 0;
  padding: 6px 0;
}
table.symptoms .symptom-values .symptom-bar, table.symptom .symptom-values .symptom-bar {
  border: 1px solid #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: inline-block;
  width: 2.7%;
  margin-right: 3px;
  height: 70px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 80ms linear;
  -moz-transition: -moz-transform 80ms linear;
  transition: transform 80ms linear;
  z-index: 9;
}
table.symptoms .symptom-values .symptom-bar:hover, table.symptom .symptom-values .symptom-bar:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
table.symptoms .symptom-values .symptom-bar:hover .symptom-bar-details, table.symptom .symptom-values .symptom-bar:hover .symptom-bar-details {
  display: block;
  min-width: 110px;
}
table.symptoms .symptom-values .symptom-bar:hover .severity, table.symptom .symptom-values .symptom-bar:hover .severity {
  margin-left: 2px;
  line-height: 25px;
}
table.symptoms .symptom-values .symptom-bar .symptom-bar-inner, table.symptom .symptom-values .symptom-bar .symptom-bar-inner {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
table.symptoms .symptom-values .symptom-bar .symptom-bar-details, table.symptom .symptom-values .symptom-bar .symptom-bar-details {
  position: absolute;
  border: 1px solid #9ABBC5;
  font-size: 14px;
  display: none;
  padding: 10px;
  background: #FFF;
  z-index: 9;
  right: 30px;
  top: -20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
table.symptoms .symptom-values .symptom-bar .symptom-bar-details .symptom-details-date, table.symptom .symptom-values .symptom-bar .symptom-bar-details .symptom-details-date {
  word-wrap: none;
  white-space: nowrap;
}
table.symptoms .symptom-values .symptom-bar .symptom-bar-details .key, table.symptom .symptom-values .symptom-bar .symptom-bar-details .key {
  margin-right: 5px;
}
table.symptoms .symptom-values .symptom-bar .symptom-bar-details .symptoms-legend, table.symptom .symptom-values .symptom-bar .symptom-bar-details .symptoms-legend {
  margin-top: 7px;
  display: none;
}
table.symptoms .symptom-values .symptom-bar.none, table.symptom .symptom-values .symptom-bar.none {
  background: #CEEDE5;
}
table.symptoms .symptom-values .symptom-bar.none .symptom-bar-inner, table.symptom .symptom-values .symptom-bar.none .symptom-bar-inner {
  height: 10%;
  background: #2B7D67;
}
table.symptoms .symptom-values .symptom-bar.none .symptoms-legend, table.symptom .symptom-values .symptom-bar.none .symptoms-legend {
  display: block;
}
table.symptoms .symptom-values .symptom-bar.empty, table.symptom .symptom-values .symptom-bar.empty {
  background: white;
}
table.symptoms .symptom-values .symptom-bar.empty .symptom-bar-inner, table.symptom .symptom-values .symptom-bar.empty .symptom-bar-inner {
  height: 10%;
  background: white;
}
table.symptoms .symptom-values .symptom-bar.mild, table.symptom .symptom-values .symptom-bar.mild {
  background: #FCE8C0;
}
table.symptoms .symptom-values .symptom-bar.mild .symptom-bar-inner, table.symptom .symptom-values .symptom-bar.mild .symptom-bar-inner {
  height: 30%;
  background: #C04E0C;
}
table.symptoms .symptom-values .symptom-bar.mild .symptoms-legend, table.symptom .symptom-values .symptom-bar.mild .symptoms-legend {
  display: block;
}
table.symptoms .symptom-values .symptom-bar.moderate, table.symptom .symptom-values .symptom-bar.moderate {
  background: #FCD7BF;
}
table.symptoms .symptom-values .symptom-bar.moderate .symptom-bar-inner, table.symptom .symptom-values .symptom-bar.moderate .symptom-bar-inner {
  height: 60%;
  background: #A94206;
}
table.symptoms .symptom-values .symptom-bar.moderate .symptoms-legend, table.symptom .symptom-values .symptom-bar.moderate .symptoms-legend {
  display: block;
}
table.symptoms .symptom-values .symptom-bar.severe, table.symptom .symptom-values .symptom-bar.severe {
  background: #EDAAAA;
}
table.symptoms .symptom-values .symptom-bar.severe .symptom-bar-inner, table.symptom .symptom-values .symptom-bar.severe .symptom-bar-inner {
  height: 100%;
  background: #903B0A;
}
table.symptoms .symptom-values .symptom-bar.severe .symptoms-legend, table.symptom .symptom-values .symptom-bar.severe .symptoms-legend {
  display: block;
}

@media (max-width: 992px) {
  table.symptoms.monitoring-6m .symptom-values .symptom-bar, table.symptom.monitoring-6m .symptom-values .symptom-bar {
    width: 3.16%;
  }
  table.symptoms.monitoring-1m .symptom-values .symptom-bar, table.symptom.monitoring-1m .symptom-values .symptom-bar {
    width: 2.58%;
  }
  table.symptoms.monitoring-12m .symptom-values .symptom-bar, table.symptom.monitoring-12m .symptom-values .symptom-bar {
    width: 1.54%;
  }
}
@media (max-width: 768px) {
  table.symptoms.monitoring-6m .symptom-values .symptom-bar, table.symptom.monitoring-6m .symptom-values .symptom-bar {
    width: 3.28%;
    margin-right: 0.4%;
  }
  table.symptoms.monitoring-1m .symptom-values .symptom-bar, table.symptom.monitoring-1m .symptom-values .symptom-bar {
    width: 2.8%;
    margin-right: 0.3%;
  }
  table.symptoms.monitoring-2m .symptom-values .symptom-bar, table.symptom.monitoring-2m .symptom-values .symptom-bar {
    width: 9%;
    margin-right: 2%;
  }
}
/* End Symptoms Table
\* ------------------------------------------------------------ */
div.actions {
  background: #FFF;
  font-weight: bold;
  margin-bottom: 30px;
  min-height: 10px;
  width: 100%;
  padding: 0 10px 0 20px;
  border-radius: 0 0 9px 9px;
  color: #000;
  display: inline-block;
}
div.actions .select-count {
  line-height: 50px;
}
div.actions ul.buttons {
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
div.actions ul.buttons li {
  display: inline;
}

div.buttons {
  float: right;
  margin: 20px 0;
}

div.link {
  color: #00576D;
  font-weight: bold;
  padding-right: 35px;
  border-top: 1px solid #C7C7C7;
  padding-top: 18px;
  margin-top: 18px;
  background-color: transparent;
  cursor: pointer;
  font-size: 15px;
}

div.notification {
  background-color: #FFF;
  border-radius: 2px;
  padding: 20px;
}
div.notification a.link, div.notification a.link-right,
div.notification input.link-right,
div.notification button.link-right, div.notification a.link-inline,
div.notification input.link-inline,
div.notification button.link-inline, div.notification a.link-no-arrow,
div.notification input.link-no-arrow,
div.notification button.link-no-arrow {
  float: right;
}

table th.actions {
  padding-left: 0px;
}

table th.zoom-btns {
  padding: 0;
}

table th ul.zoom {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

table th ul.zoom li {
  border-right: 1px solid #125F77;
  height: 50px;
  min-width: 75px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}

.zoom li a, .zoom li a:hover {
  color: white !important;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

.zoom li:hover,
.zoom li.active {
  background-color: #014151;
}

.test-results-cell .value, .test-results-cell .unit {
  font-weight: bold;
}
.test-results-cell .muted {
  float: left;
}
.test-results-cell .comments {
  white-space: pre;
}

ul#journal li {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D8D9;
}
ul#journal li h3 {
  font-size: 1.15em;
}
ul#journal li p.meta {
  color: #707070;
  font-style: italic;
}

ul#prescriptions li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D8D9;
  font-size: 0.875em;
}
ul#prescriptions li li {
  padding: 0;
  border: 0;
}

table.monitoring .monitoring-values-row td {
  height: 50px;
  border: 3px solid white;
}
table.monitoring .monitoring-values-row td.first {
  padding-left: 20px;
}
table.monitoring .monitoring-values-row td.monitoring-score {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
table.monitoring .monitoring-values-row td.monitoring-score.amber-score {
  color: #C04E0C;
}
table.monitoring .monitoring-values-row td.monitoring-score.red-score {
  color: #CF2C2C;
}

table.transparent tr, table.transparent th, table.transparent td {
  background: transparent;
}

.monitoring-legend {
  margin: 20px 10px;
}
.monitoring-legend li {
  display: inline-block;
}
.monitoring-legend .key {
  height: 20px;
  width: 20px;
  border-radius: 2px;
}
.monitoring-legend .none .key {
  background-color: #2B7D67;
}
.monitoring-legend .mild .key {
  background-color: #C04E0C;
}
.monitoring-legend .moderate .key {
  background-color: #A94206;
}
.monitoring-legend .severe .key {
  background-color: #903B0A;
}
.monitoring-legend label {
  font-size: 13px;
}

.dto-table:not(table) {
  margin-top: 20px;
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: white;
}
.dto-table > li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  cursor: default !important;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #CCDDE2;
}
.dto-table > li > div {
  color: #000;
}
.dto-table > li[for='whole_row'], .dto-table > li.whole_row {
  padding: 10px 10px 10px 0;
}
.dto-table .details-row {
  padding-top: 10px;
}
.dto-table .grouped-row .details-row {
  padding-top: 0px;
}
.dto-table .details-row li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.dto-table .details-row li.source-line {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 5px;
}
.dto-table div[class$='-nopadding'] {
  padding-top: 10px;
  margin: 0 10px;
  min-width: 20px;
}
.dto-table div[class$='-nopadding'] .large-check {
  margin-right: 0 !important;
}
.dto-table div[class$='noLeftPadding'] {
  padding-left: 0;
  margin-left: 0;
}
.dto-table div[class$='details']:not(.first) {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.dto-table div[class$='details'] > span.value {
  font-size: 16px;
  font-weight: bold;
}
.dto-table div[class$='details'] .span_groupSize {
  font-weight: bold;
}
.dto-table div.actions {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  text-align: right;
  width: auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0;
  min-width: 120px;
}
.dto-table div.actions > * {
  margin: 5px 0;
}
.dto-table div.actions > :first-child {
  margin-top: 0;
}
.dto-table div.actions .privacy-labels.m-l-xs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.dto-table div.actions .privacy-labels-wrapper {
  display: inline-block;
  margin-right: 10px;
}
.dto-table .footer {
  padding: 15px 20px;
  align-items: baseline;
  -webkit-align-items: baseline;
  border-bottom: 0;
}
.dto-table .footer .count {
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.table-responsive .table {
  max-width: none;
}

#available-appointment th {
  padding: 0 22px 0 5px;
}
#available-appointment th::after {
  opacity: 0.8;
  display: none;
}
#available-appointment td {
  padding: 15px 5px;
}
#available-appointment .radio-select {
  width: 1%;
  padding-left: 7px;
  padding-right: 0;
}
#available-appointment .radio-select input {
  margin: 0;
}

#table-title h2 {
  margin-bottom: 0;
}
#table-title .filter-area {
  margin-top: 12px;
}
#table-title .filter-area label {
  margin: 0;
}

/* ==========================================================================
   Toggle Switch
   ==========================================================================
*/
.toggle.btn, .toggle.btn-arrow {
  border: 1px solid #C7C7C7;
}

.toggle-handle.btn, .toggle-handle.btn-arrow {
  min-width: 90px;
}

.toggle-handle.btn:hover, .toggle-handle.btn-arrow:hover {
  background: white;
}

.toggle.btn, .toggle.btn-arrow {
  margin-right: 10px;
  margin-left: 0px;
}

.toggle-on.btn, .toggle-on.btn-arrow {
  padding-right: 68px !important;
}

.toggle-off.btn, .toggle-off.btn-arrow {
  padding-left: 42px !important;
}

/* ==========================================================================
   typography
   ========================================================================== */
html,
body {
  font-size: 15px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  display: block;
  font-family: Mulish;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  letter-spacing: normal;
}

h1 {
  margin: 5px 0px 10px 0;
  font-size: 32px;
  line-height: 1.25;
}

h1#logo {
  float: left;
  height: 60px;
  margin-bottom: 0px;
  margin-top: 0px;
}

h1#logo a {
  height: 59px;
  text-indent: -3000px;
  text-decoration: none;
}

h1#logo img {
  float: left;
  display: inline;
  width: auto;
  height: 60px;
  padding-top: 16px;
  padding-bottom: 8px;
}

h1#logo img#pLogo {
  width: 87px;
}

h2 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.33;
}

h2 strong {
  font-size: 18px;
  color: #818181;
  display: block;
  font-weight: 400;
}

h3 {
  clear: both;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 0;
}

td h3 {
  margin: 0;
  font-size: 1.076923em;
  line-height: 18px;
}

h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.44;
}

h4.regular {
  font-weight: normal;
}

hr {
  border-top: 1px solid #9ABBC5;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

.h5 {
  font-size: 130%;
}

.italic {
  font-style: italic;
}

label {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

.label-sm {
  font-size: 13px;
}

p {
  color: #111;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

p.smaller {
  font-size: 13px;
}

.bold {
  font-weight: 800;
}

.font-bigger {
  font-size: 18px;
}

.monospace-report p {
  font-family: "Courier New", Courier, monospace;
}

.monospace-report {
  padding: 20px;
  box-sizing: border-box;
  background: #f4f4f4;
  color: #000;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
}
.monospace-report#report-container {
  padding: 0 15px;
}

pre.error-dump {
  font-size: 10px;
}

/* @end */
/* @group [1.2] HEADERS */
/* @end */
/* @group [1.3] GROUPING CONTENT */
blockquote, q {
  quotes: none;
}

blockquote {
  background: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 5px;
  padding: .75em;
}

blockquote p, q p {
  margin-top: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 0.875em;
  /* 14px */
  line-height: 1.1429;
  /* 16px */
}

abbr {
  letter-spacing: 1px;
}

abbr[title]:hover {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  cursor: help;
}

var {
  font-style: italic;
}

sub {
  font-size: smaller;
  line-height: 90%;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  line-height: 90%;
  vertical-align: super;
}

.input-error-msg li > span {
  color: #AD2424;
  font-weight: bold;
}

.required-star {
  font-weight: bold;
  color: #CF2C2C;
}

.input-error-msg li > span {
  color: #AD2424;
  font-weight: bold;
}

.muted {
  color: #707070;
}

.letter-preview {
  border: 1px solid #ddd;
  background: #f4f4f4;
  padding: 50px;
  line-height: 26px;
  font-size: 15px;
}
.letter-preview p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.font-weight-black {
  font-weight: 900;
}

/* Pages */
/* ==========================================================================
   Allergies Page
   ========================================================================== */
a.allergies-nohover {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  outline: none;
}

td.allergies-nopadding {
  padding-right: 0px;
  padding-top: 24px;
  margin-right: 0px;
  width: 5%;
  vertical-align: top;
  margin-top: 0px;
}

td.allergies-noLeftPadding {
  padding-left: 0px;
  margin-left: 0px;
  vertical-align: top;
}

span.allergies-largeText {
  font-size: 28px;
}

div.allergies-topPadding {
  padding-top: 20px;
}

span.allergies-normalFont {
  font-weight: normal;
}

.allergy_line > .actions {
  padding-right: inherit;
  min-width: 130px;
}

/* for IE10 and above but not Edge */
/* for iOS devices */
.appointments-count {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/** Appointment list on the listAppointments page */
.appointment-entries {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.appointment-entries .appointment-status {
  font-size: 20px;
  line-height: 1.4;
}
.appointment-entries .bullet-point {
  margin-right: 5px;
  display: inline-block;
}

a.load-more {
  background: #FFF;
  margin-top: 10px;
}

a.load-more:hover {
  color: #FFF;
}

.appointment-status:not(.active) {
  color: #CF2C2C;
  font-weight: bold;
}

.clickable-data-point {
  cursor: pointer;
}

#appointments-page h2 {
  margin-top: 16px;
  margin-bottom: 1px;
  padding: 15px;
  background: white;
  display: block;
}
#appointments-page h2:first-child {
  margin-top: 0;
}
#appointments-page ul.data-point-list {
  margin: 0;
}

.appointment-start-timestamp {
  font-size: 20px !important;
}

.appointment-details li {
  margin-top: 0 !important;
}

#viewAppointment .labelled-content h2 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #viewAppointment .section {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}
#viewAppointment #main-section {
  background-color: #FFF;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #viewAppointment #main-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#viewAppointment #main-section .section-simple-content {
  padding: 24px;
}
#viewAppointment #main-section #details-section .attendee {
  margin-bottom: 4px;
}
#viewAppointment #main-section #view-request {
  padding: 0;
}
#viewAppointment #main-section #view-request .niceLink-wrapper {
  width: 100%;
}
#viewAppointment #main-section #view-request .item-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#viewAppointment #main-heading .section-heading {
  border-bottom: none;
}
#viewAppointment #main-heading .section-heading h1, #viewAppointment #main-heading .section-heading h3 {
  margin: 0;
  display: flex;
  align-items: center;
  word-break: break-word;
  height: unset;
  flex-wrap: wrap;
}
#viewAppointment #main-heading .section-heading .top-bar {
  display: flex;
  align-items: flex-start;
}
#viewAppointment #main-heading .section-heading .top-bar .privacy-label {
  margin-right: 16px;
  flex-shrink: 0;
}
#viewAppointment .startDate {
  margin-right: 14px;
  display: block;
}
#viewAppointment .clickable {
  font-size: 14px;
  line-height: 22px;
}
#viewAppointment a.content-toggle.close-link {
  display: none;
}
#viewAppointment #more-information {
  display: none;
}
#viewAppointment .btn-row {
  padding-top: 24px;
  border-top: 2px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#viewAppointment .btn-row .btn-secondary {
  margin-left: 0;
}
#viewAppointment .btn-row .btn-secondary.cancel-btn {
  margin-top: 8px;
}

.appointment-details {
  margin-bottom: 16px;
}
.appointment-details .section-heading {
  font-weight: 900;
  border: none;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 28px;
}
.appointment-details .labelled-content h2 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 21px;
}
.appointment-details .labelled-content:not(last-child) {
  margin-bottom: 16px;
}
.appointment-details .labelled-content:not(last-child):last-child {
  margin-bottom: 0;
}
.appointment-details .labelled-content:not(last-child) .control-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 22px;
  height: 22px;
}
.appointment-details .attendee {
  margin-right: 4px;
  margin-bottom: 0px;
}

.section-simple-content .bullet-points {
  padding-top: 24px;
  padding-left: 44px;
}
.section-simple-content .bullet-points ul {
  margin: 0;
}
.section-simple-content .bullet-points ul li {
  list-style: inherit;
  font-size: 16px;
  line-height: 24px;
}
.section-simple-content .bullet-points ul li:not(:last-child) {
  margin-bottom: 4px;
}

#introduce-appointment-request, #compose-message, #review-appointment-request, #confirm-appointment-request {
  margin-left: -15px;
  margin-right: -15px;
}
#introduce-appointment-request .section, #introduce-appointment-request .section-heading, #compose-message .section, #compose-message .section-heading, #review-appointment-request .section, #review-appointment-request .section-heading, #confirm-appointment-request .section, #confirm-appointment-request .section-heading {
  border-radius: 0;
}
#introduce-appointment-request .appointment-details .labelled-content h2, #compose-message .appointment-details .labelled-content h2, #review-appointment-request .appointment-details .labelled-content h2, #confirm-appointment-request .appointment-details .labelled-content h2 {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 21px;
}
#introduce-appointment-request .appointment-details .labelled-content h2 p#date, #compose-message .appointment-details .labelled-content h2 p#date, #review-appointment-request .appointment-details .labelled-content h2 p#date, #confirm-appointment-request .appointment-details .labelled-content h2 p#date {
  font-size: 20px;
  line-height: 24px;
}
#introduce-appointment-request p, #compose-message p, #review-appointment-request p, #confirm-appointment-request p {
  font-size: 16px;
  line-height: 24px;
}

#introduce-appointment-request .section-heading, #review-appointment-request .section-heading, #confirm-appointment-request .section-heading {
  border: none;
}

#compose-message #title .section-heading {
  padding: 24px 34px 0 34px;
}
#compose-message #title .section-simple-content {
  padding: 4px 34px 24px 34px;
}
#compose-message #title .section-simple-content p {
  margin: 0;
}
#compose-message #compose-message-form {
  border-radius: 0;
  background-color: transparent;
}
#compose-message #compose-message-form .section-simple-content {
  background-color: #FFF;
  margin: 0px 16px 40px 16px;
}
#compose-message #compose-message-form #message-groups {
  font-size: 14px;
  line-height: 22px;
  padding-right: 34px;
  padding-left: 34px;
}
#compose-message #compose-message-form #message-groups label {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
  width: 100%;
  color: #686868;
  font-weight: bold;
}
#compose-message #compose-message-form #message-groups #participantGroup, #compose-message #compose-message-form #message-groups #subject-group {
  margin-bottom: 20px;
}
#compose-message #compose-message-form #message-groups #participantGroup .control-label, #compose-message #compose-message-form #message-groups #subject-group .control-label {
  height: 24px;
  line-height: 24px;
}
#compose-message #compose-message-form #message-groups #subject-group #subject-box {
  border: 2px solid #E8E8E8;
  padding: 8px;
  border-radius: 4px;
}
#compose-message #compose-message-form #message-groups #message-group .form-control-textarea {
  height: 94px;
  min-height: 94px;
}
#compose-message #compose-message-form #message-groups #message-group #message-guide p:last-child {
  margin-bottom: 0;
}
#compose-message #compose-message-form #privacy-section {
  padding: 0;
  margin: 0px 16px 40px 16px;
}
#compose-message #compose-message-form #privacy-section h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  margin-top: 0;
}

#review-appointment-request .checkbox-control-label {
  padding-left: 52px;
}

#confirm-appointment-request #title .section-heading {
  padding-bottom: 24px;
}

.pkb-style .appointment-details .section-heading {
  padding-bottom: 18px;
  line-height: 28px;
}
.pkb-style .appointment-details .section-heading .day {
  display: block;
  margin-bottom: 4px;
}
.pkb-style #introduce-appointment-request h2, .pkb-style #compose-message h2, .pkb-style #review-appointment-request h2, .pkb-style #confirm-appointment-request h2 {
  font-size: 20px;
  line-height: 28px;
}
.pkb-style #introduce-appointment-request .section-heading:not(.message-box-section-heading), .pkb-style #compose-message .section-heading:not(.message-box-section-heading), .pkb-style #review-appointment-request .section-heading:not(.message-box-section-heading), .pkb-style #confirm-appointment-request .section-heading:not(.message-box-section-heading) {
  padding-bottom: 0;
}
.pkb-style #introduce-appointment-request .section-heading:not(.message-box-section-heading) h1, .pkb-style #introduce-appointment-request .section-heading:not(.message-box-section-heading) h2, .pkb-style #introduce-appointment-request .section-heading:not(.message-box-section-heading) h3, .pkb-style #introduce-appointment-request .section-heading:not(.message-box-section-heading) h4, .pkb-style #compose-message .section-heading:not(.message-box-section-heading) h1, .pkb-style #compose-message .section-heading:not(.message-box-section-heading) h2, .pkb-style #compose-message .section-heading:not(.message-box-section-heading) h3, .pkb-style #compose-message .section-heading:not(.message-box-section-heading) h4, .pkb-style #review-appointment-request .section-heading:not(.message-box-section-heading) h1, .pkb-style #review-appointment-request .section-heading:not(.message-box-section-heading) h2, .pkb-style #review-appointment-request .section-heading:not(.message-box-section-heading) h3, .pkb-style #review-appointment-request .section-heading:not(.message-box-section-heading) h4, .pkb-style #confirm-appointment-request .section-heading:not(.message-box-section-heading) h1, .pkb-style #confirm-appointment-request .section-heading:not(.message-box-section-heading) h2, .pkb-style #confirm-appointment-request .section-heading:not(.message-box-section-heading) h3, .pkb-style #confirm-appointment-request .section-heading:not(.message-box-section-heading) h4 {
  margin: 0;
  padding: 0;
}
.pkb-style #introduce-appointment-request #main-heading h1, .pkb-style #introduce-appointment-request #title h1, .pkb-style #compose-message #main-heading h1, .pkb-style #compose-message #title h1, .pkb-style #review-appointment-request #main-heading h1, .pkb-style #review-appointment-request #title h1, .pkb-style #confirm-appointment-request #main-heading h1, .pkb-style #confirm-appointment-request #title h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
}
.pkb-style #introduce-appointment-request #main-heading p, .pkb-style #introduce-appointment-request #title p, .pkb-style #compose-message #main-heading p, .pkb-style #compose-message #title p, .pkb-style #review-appointment-request #main-heading p, .pkb-style #review-appointment-request #title p, .pkb-style #confirm-appointment-request #main-heading p, .pkb-style #confirm-appointment-request #title p {
  font-size: 16px;
  line-height: 24px;
}
.pkb-style #introduce-appointment-request #main-heading .section-heading, .pkb-style #compose-message #main-heading .section-heading, .pkb-style #review-appointment-request #main-heading .section-heading, .pkb-style #confirm-appointment-request #main-heading .section-heading {
  padding-bottom: 24px;
}
.pkb-style #introduce-appointment-request .form-actions-new, .pkb-style #compose-message .form-actions-new, .pkb-style #review-appointment-request .form-actions-new, .pkb-style #confirm-appointment-request .form-actions-new {
  padding-bottom: 24px;
  padding-top: 24px;
  margin-bottom: 20px;
}
.pkb-style #introduce-appointment-request .form-actions-new .btn-primary, .pkb-style #compose-message .form-actions-new .btn-primary, .pkb-style #review-appointment-request .form-actions-new .btn-primary, .pkb-style #confirm-appointment-request .form-actions-new .btn-primary {
  min-width: 40px;
  min-height: 40px;
  padding: 10px 14px;
  border: none;
}
.pkb-style #compose-message-form #message-groups label {
  color: #686868;
}
.pkb-style #compose-message-form #message-groups .select2-container, .pkb-style #compose-message-form #message-groups .form-control {
  border-color: #E8E8E8;
}
.pkb-style #compose-message-form #message-groups .select2-container .select2-choices, .pkb-style #compose-message-form #message-groups .form-control .select2-choices {
  background-color: #FFF;
  border: none;
}
.pkb-style #compose-message-form #message-groups .select2-container .select2-choices .select2-search-choice, .pkb-style #compose-message-form #message-groups .form-control .select2-choices .select2-search-choice {
  font-weight: bold;
}
.pkb-style #compose-message-form #message-groups #subject-group #subject-box {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.pkb-style #compose-message-form #message-groups #message-group .title {
  color: #014151;
}
.pkb-style #compose-message-form #message-groups #message-group .form-control-textarea {
  border-color: #3C7996;
}
.pkb-style #compose-message-form #message-groups #message-group #message-guide p {
  font-size: 14px;
  line-height: 18px;
}
.pkb-style #compose-message-form #privacy-section .section-heading, .pkb-style #compose-message-form #privacy-section #consentGroup {
  padding: 24px 34px;
}
.pkb-style #compose-message-form #privacy-section #privacyHelpText {
  font-size: 16px;
  line-height: 24px;
}
.pkb-style #review-appointment-request .checkbox-control-label {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding-top: 0;
}
.pkb-style #confirm-appointment-request h1 {
  font-size: 32px;
  line-height: 40px;
}
.pkb-style #confirm-appointment-request .form-actions-new {
  margin-bottom: 16px;
}

.nhs-england-style h1.confirm-request {
  color: #FFF;
  margin: 0;
  text-align: left;
}
.nhs-england-style .appointment-details .section-heading {
  font-weight: bold;
  padding-bottom: 8px;
}
.nhs-england-style .appointment-details .section-heading .day {
  display: block;
  margin-bottom: 4px;
}
.nhs-england-style .appointment-details .labelled-content {
  margin: 0;
}
.nhs-england-style .appointment-details .labelled-content .control-label {
  font-size: 16px;
  line-height: 24px;
}
.nhs-england-style #viewAppointment {
  margin: 0 1px 34px 1px;
}
.nhs-england-style #viewAppointment #main-heading .section-heading {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.nhs-england-style #viewAppointment #main-heading .section-heading .privacy-label {
  margin-bottom: 14px;
}
.nhs-england-style #viewAppointment #main-heading .section-heading .subject {
  padding-left: 2px;
}
.nhs-england-style #viewAppointment .section {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
.nhs-england-style #viewAppointment .section#main-heading {
  margin-bottom: 0;
}
.nhs-england-style #viewAppointment #main-section {
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  display: block;
}
@media (max-width: 480px) {
  .nhs-england-style #viewAppointment #main-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.nhs-england-style #viewAppointment #main-section .section-simple-content {
  padding: 0;
}
.nhs-england-style #viewAppointment #main-section #details-section {
  margin-bottom: 40px;
  padding-bottom: 0px;
}
.nhs-england-style #viewAppointment #main-section #details-section .nhsuk-heading-xs {
  margin-top: 0;
  margin-bottom: 4px;
}
.nhs-england-style #viewAppointment #main-section #details-section .labelled-content {
  margin-bottom: 12px;
}
.nhs-england-style #viewAppointment #main-section #details-section .labelled-content h2 {
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style #viewAppointment #main-section #details-section .labelled-content h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #viewAppointment #main-section #details-section .labelled-content#descriptionGroup {
  margin-bottom: 0;
}
.nhs-england-style #viewAppointment #main-section #more-information .labelled-content:last-child {
  margin-bottom: 0;
}
.nhs-england-style #viewAppointment #main-section .subheading {
  margin-top: 0;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}
.nhs-england-style #viewAppointment #main-section .subheading .startDate {
  margin-bottom: 4px;
}
.nhs-england-style #viewAppointment #view-request .image-and-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
.nhs-england-style #viewAppointment .links-to-pages {
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
}
.nhs-england-style #viewAppointment .links-to-pages .section-heading {
  padding: 0;
  border: none;
}
.nhs-england-style #viewAppointment .btn-row {
  border-top: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}
.nhs-england-style #viewAppointment #nhs-cancel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  margin-top: 34px;
}
.nhs-england-style #viewAppointment #nhs-cancel p {
  font-size: 16px;
  line-height: 24px;
}
.nhs-england-style #viewAppointment #nhs-cancel #cancel-heading {
  margin-bottom: 8px;
}
.nhs-england-style #viewAppointment #nhs-cancel #cancel-paragraph, .nhs-england-style #viewAppointment #nhs-cancel #cancel-confirmation {
  margin-bottom: 24px;
}
.nhs-england-style #viewAppointment #nhs-cancel .btn, .nhs-england-style #viewAppointment #nhs-cancel .btn-arrow {
  margin: 0 0 50px 0;
}
.nhs-england-style #introduce-appointment-request .nhs-important-box {
  margin-top: 24px;
}
.nhs-england-style #introduce-appointment-request .nhs-important-box .section-simple-content a {
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style #introduce-appointment-request .nhs-important-box .section-simple-content a {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #review-appointment-request .checkbox-control-label {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style #review-appointment-request .checkbox-control-label {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #review-appointment-request .appointment-details {
  padding-bottom: 40px;
  border-bottom: 1px solid #d8dde0;
}
.nhs-england-style #review-appointment-request p.nhsuk-heading-s {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .nhs-england-style #review-appointment-request p.nhsuk-heading-s {
    font-size: 18px;
    line-height: 28px;
  }
}
.nhs-england-style #confirm-appointment-request .nhs-btn-group {
  background: transparent;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0;
  justify-content: flex-start;
}
.nhs-england-style #confirm-appointment-request .section-simple-content .bullet-points ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style #confirm-appointment-request .section-simple-content .bullet-points ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #confirm-appointment-request h2.nhsuk-heading-xs {
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style #confirm-appointment-request h2.nhsuk-heading-xs {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #compose-message {
  margin-top: 10px;
}
.nhs-england-style #compose-message #title {
  padding-right: 18px;
  padding-left: 18px;
}
.nhs-england-style #compose-message .nhs-heading, .nhs-england-style #compose-message .nhs-heading > .section-simple-content {
  padding-bottom: 0;
}
.nhs-england-style #compose-message #reviewAppointmentRequestMessage {
  margin-top: 10px;
}
.nhs-england-style #compose-message #compose-message-form {
  margin-left: -34px;
  margin-right: -34px;
}
.nhs-england-style #compose-message #compose-message-form .section-simple-content, .nhs-england-style #compose-message #compose-message-form .section {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 40px;
}
.nhs-england-style #compose-message #compose-message-form #message-groups {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style #compose-message #compose-message-form #message-groups {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #compose-message #compose-message-form #message-groups label {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
  color: #212b32;
  font-weight: bold;
}
@media (max-width: 480px) {
  .nhs-england-style #compose-message #compose-message-form #message-groups label {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #compose-message #compose-message-form #message-groups .select2-container, .nhs-england-style #compose-message #compose-message-form #message-groups .form-control {
  border-radius: 0;
  border-color: #768692;
}
.nhs-england-style #compose-message #compose-message-form #message-groups .select2-container .select2-choices {
  background-color: transparent;
  border: none;
}
.nhs-england-style #compose-message #compose-message-form #message-groups .select2-container .select2-search-choice {
  background-color: #d8dde0;
  border: 1px solid #d8dde0;
  padding: 5px 3px;
  margin-top: 3px;
  box-shadow: none;
}
.nhs-england-style #compose-message #compose-message-form #message-groups #subject-group #subject-box {
  border-radius: 0;
  border-color: #768692;
  background-color: transparent;
}
.nhs-england-style #compose-message #compose-message-form #message-groups #message-group {
  maring-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8dde0;
}
.nhs-england-style #compose-message #compose-message-form #message-groups #message-group .title {
  color: black;
  margin-bottom: 6px;
}
.nhs-england-style #compose-message #compose-message-form #message-groups #message-group .form-control-textarea {
  margin-top: 0;
  border-color: #4c6272;
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style #compose-message #compose-message-form #message-groups #message-group .form-control-textarea {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #compose-message #compose-message-form #privacy-section {
  padding: 24px 15px;
  padding-bottom: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}
.nhs-england-style #compose-message #compose-message-form #privacy-section .section-heading {
  padding: 0;
  border: none;
  margin: 0;
}
.nhs-england-style #compose-message #compose-message-form #privacy-section #consentGroup {
  margin-top: 0;
  margin-bottom: 0;
}
.nhs-england-style #compose-message #compose-message-form #privacy-section #consentGroup #consent > p {
  margin: 0;
}
.nhs-england-style #compose-message #compose-message-form .nhs-btn-row {
  padding-right: 32px;
}
.nhs-england-style #details-heading {
  padding-top: 0;
  padding-bottom: 11px;
}
.nhs-england-style #sendAppointmentRequestMessage {
  margin-top: 0;
}
.nhs-england-style #introduce-appointment-request, .nhs-england-style #compose-message, .nhs-england-style #review-appointment-request, .nhs-england-style #confirm-appointment-request {
  margin: 0;
}
.nhs-england-style #introduce-appointment-request p.nhsuk-body, .nhs-england-style #compose-message p.nhsuk-body, .nhs-england-style #review-appointment-request p.nhsuk-body, .nhs-england-style #confirm-appointment-request p.nhsuk-body {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style #introduce-appointment-request p.nhsuk-body, .nhs-england-style #compose-message p.nhsuk-body, .nhs-england-style #review-appointment-request p.nhsuk-body, .nhs-england-style #confirm-appointment-request p.nhsuk-body {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #introduce-appointment-request .appointment-details .labelled-content, .nhs-england-style #compose-message .appointment-details .labelled-content, .nhs-england-style #review-appointment-request .appointment-details .labelled-content, .nhs-england-style #confirm-appointment-request .appointment-details .labelled-content {
  margin-bottom: 12px;
}
.nhs-england-style #introduce-appointment-request .appointment-details .labelled-content h2, .nhs-england-style #compose-message .appointment-details .labelled-content h2, .nhs-england-style #review-appointment-request .appointment-details .labelled-content h2, .nhs-england-style #confirm-appointment-request .appointment-details .labelled-content h2 {
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style #introduce-appointment-request .appointment-details .labelled-content h2, .nhs-england-style #compose-message .appointment-details .labelled-content h2, .nhs-england-style #review-appointment-request .appointment-details .labelled-content h2, .nhs-england-style #confirm-appointment-request .appointment-details .labelled-content h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #introduce-appointment-request .appointment-details .labelled-content h2.nhsuk-heading-xs, .nhs-england-style #compose-message .appointment-details .labelled-content h2.nhsuk-heading-xs, .nhs-england-style #review-appointment-request .appointment-details .labelled-content h2.nhsuk-heading-xs, .nhs-england-style #confirm-appointment-request .appointment-details .labelled-content h2.nhsuk-heading-xs {
  margin-top: 0;
  margin-bottom: 4px;
}
.nhs-england-style #introduce-appointment-request .appointment-details .labelled-content:last-child, .nhs-england-style #compose-message .appointment-details .labelled-content:last-child, .nhs-england-style #review-appointment-request .appointment-details .labelled-content:last-child, .nhs-england-style #confirm-appointment-request .appointment-details .labelled-content:last-child {
  margin-bottom: 0;
}
.nhs-england-style #introduce-appointment-request h2, .nhs-england-style #compose-message h2, .nhs-england-style #review-appointment-request h2, .nhs-england-style #confirm-appointment-request h2 {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .nhs-england-style #introduce-appointment-request h2, .nhs-england-style #compose-message h2, .nhs-england-style #review-appointment-request h2, .nhs-england-style #confirm-appointment-request h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
.nhs-england-style #introduce-appointment-request h2.nhsuk-heading-s, .nhs-england-style #compose-message h2.nhsuk-heading-s, .nhs-england-style #review-appointment-request h2.nhsuk-heading-s, .nhs-england-style #confirm-appointment-request h2.nhsuk-heading-s {
  margin-top: 0;
  margin-bottom: 4px;
}
.nhs-england-style #introduce-appointment-request h2.nhs-important-box-header, .nhs-england-style #compose-message h2.nhs-important-box-header, .nhs-england-style #review-appointment-request h2.nhs-important-box-header, .nhs-england-style #confirm-appointment-request h2.nhs-important-box-header {
  font-size: 20px;
  line-height: 28px;
}
.nhs-england-style #introduce-appointment-request .nhs-link, .nhs-england-style #compose-message .nhs-link, .nhs-england-style #review-appointment-request .nhs-link, .nhs-england-style #confirm-appointment-request .nhs-link {
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .nhs-england-style #introduce-appointment-request .nhs-link, .nhs-england-style #compose-message .nhs-link, .nhs-england-style #review-appointment-request .nhs-link, .nhs-england-style #confirm-appointment-request .nhs-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #introduce-appointment-request .section:not(#main-heading, #title), .nhs-england-style #compose-message .section:not(#main-heading, #title), .nhs-england-style #review-appointment-request .section:not(#main-heading, #title), .nhs-england-style #confirm-appointment-request .section:not(#main-heading, #title) {
  margin-top: 0;
  margin-bottom: 40px;
}
.nhs-england-style #introduce-appointment-request .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-heading, .nhs-england-style #compose-message .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-heading, .nhs-england-style #review-appointment-request .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-heading, .nhs-england-style #confirm-appointment-request .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-heading {
  padding-top: 0;
  padding-bottom: 0;
}
.nhs-england-style #introduce-appointment-request .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-simple-content, .nhs-england-style #compose-message .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-simple-content, .nhs-england-style #review-appointment-request .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-simple-content, .nhs-england-style #confirm-appointment-request .section:not(.nhs-important-box, .nhs-danger-box, .message-box, #main-heading) .section-simple-content {
  margin: 0;
  padding: 0;
}
.nhs-england-style #introduce-appointment-request .niceRadio.updated .badge-text, .nhs-england-style #compose-message .niceRadio.updated .badge-text, .nhs-england-style #review-appointment-request .niceRadio.updated .badge-text, .nhs-england-style #confirm-appointment-request .niceRadio.updated .badge-text {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style #introduce-appointment-request .niceRadio.updated .badge-text, .nhs-england-style #compose-message .niceRadio.updated .badge-text, .nhs-england-style #review-appointment-request .niceRadio.updated .badge-text, .nhs-england-style #confirm-appointment-request .niceRadio.updated .badge-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style #introduce-appointment-request #view-all-btn, .nhs-england-style #compose-message #view-all-btn, .nhs-england-style #review-appointment-request #view-all-btn, .nhs-england-style #confirm-appointment-request #view-all-btn {
  cursor: pointer;
  margin: 0 auto;
}
.nhs-england-style #review-appointment-request h3, .nhs-england-style #confirm-appointment-request h3 {
  margin-top: 0;
}

#viewAppointment .section-simple-content .bullet-points ul li, #review-appointment-request .section-simple-content .bullet-points ul li {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  #viewAppointment .section-simple-content .bullet-points ul li, #review-appointment-request .section-simple-content .bullet-points ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

#bookAppointmentWarning {
  display: block;
}

#spocGroup {
  overflow-wrap: break-word;
}

/* ==========================================================================
   Dashboard Page
   ========================================================================== */
.nav-buttons li {
  padding-left: 10px;
  padding-right: 10px;
  position: inherit;
}

.nav-buttons li a {
  margin: 10px 0;
  float: none;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.actionbar-col {
  text-align: right;
}

#actionbar {
  display: inline-block;
  margin-bottom: 0;
}

.nav-buttons > li > a .icon {
  float: none;
  display: inline-block;
  margin: 15px 0;
}

.nav-buttons li .nav-label {
  margin-top: 3px;
  text-align: left;
  background-position: 95% -186px;
}

.nav-buttons li a:hover .nav-label {
  background-position: 95% -146px;
}

.nav-buttons li.menu .nav-label {
  background-position: 95% -66px;
}

.nav-buttons li.menu a:hover .nav-label {
  background-position: 95% -106px;
}

.nav-label {
  position: relative;
}

.nav-label-text {
  width: 80%;
  float: left;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.nav-label-arrow {
  position: relative;
  z-index: 20;
}

@media (min-width: 768px) {
  .nav-buttons li a {
    width: 220px;
  }
}
/* ==========================================================================
   Panels */
.panel h2 i {
  color: #1F96B3;
  margin-right: 5px;
}
.panel table {
  border-radius: 0;
}
.panel table td:last-child {
  padding-right: 5px;
}
.panel tr:last-child td {
  border-bottom: none;
}

.panel-white .panel-footer {
  padding-right: 5px;
}

/* End Panel
  ========================================================================== */
/* Dashboard Sections/Plan Sections */
#wrapper {
  width: 950px;
  margin: 0 auto;
}

#leftcolumn {
  width: 700px;
  padding: 0 5px 0 0;
  margin: 0;
  display: block;
  float: left;
}

#rightcolumn {
  width: 240px;
  padding: 0 0 0 5px;
  float: left;
}

#pregnancy {
  background-color: white;
  padding: 15 0 0 0px;
  border: 1px solid #E5E5E5;
  margin-bottom: 15px;
  margin-top: 12px;
  padding: 15px;
  border-radius: 3px;
}

#rightcolumn a.rightlink {
  line-height: 30px;
}

section.box p {
  line-height: 1.25em;
}

section.box ul.traffic_lights li {
  font-size: 0.875em;
  line-height: 1.25em;
}

section.box ul.traffic_lights li.green strong,
section.box.traffic.green h1 {
  color: #3dad1b;
}

section.box ul.traffic_lights li.amber strong,
section.box.traffic.amber h1 {
  color: #ff9600;
}

section.box ul.traffic_lights li.red strong,
section.box.traffic.red h1 {
  color: #b80c0c;
}

section.box.traffic {
  padding: 0;
  padding-bottom: 20px;
  border: none;
}

section.box.traffic.green {
  background: url("/images/green_tl.png?v=704") no-repeat 0 0;
}

section.box.traffic.amber {
  background: url("/images/amber_tl.png?v=704") no-repeat 0 0;
}

section.box.traffic.red {
  background: url("/images/red_tl.png?v=704") no-repeat 0 0;
}

section.box .traffic_inner {
  margin-left: 60px;
  padding: 0 10px;
  min-height: 75px;
}

/*For pages with multiple tables on*/
section.table_box {
  margin: 10px 0 80px;
}

dl.medicine {
  font-size: 0.875em;
}

dl.medicine dt {
  text-transform: uppercase;
}

dl.medicine dd {
  margin: 0;
}

/* Tests */
nav#forms {
  float: left;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

nav#forms ul {
  margin: 15px 0;
  float: left;
}

nav#forms ul li {
  float: left;
  margin-right: 18px;
  padding-bottom: 18px;
}

nav#forms ul li a {
  height: 40px;
  display: block;
  vertical-align: middle;
  text-align: center;
}

nav#forms ul li a.link-down {
  background-position: 99% -70px;
}

section.dashboard_box#blood h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/blood.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#bones h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/bones.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#gut h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/gut.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#heart h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/heart.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#hormones h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/hormones.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#kidneys h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/kidneys.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#liver h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/liver.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#lungs h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/lungs.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box#reproductive h1 {
  padding: 5px 0 5px 40px;
  background: url("/images/organs/reproductive.jpg?v=704") no-repeat 0 0;
}

section.dashboard_box .test_inner form,
section.dashboard_box .section_inner form {
  padding: 10px;
  margin: 0;
}

section.dashboard_box .test_inner form fieldset,
section.dashboard_box .section_inner form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

section.dashboard_box .test_inner form fieldset.form_actions,
section.dashboard_box .section_inner form fieldset.form_actions {
  margin: 40px 0 0;
}

section.dashboard_box .test_inner form fieldset label,
section.dashboard_box .section_inner form fieldset label {
  margin: 0 0 5px 0;
  font-weight: normal;
  padding: 10px 0 10px 0;
  /* match the buttons' padding */
}

section.dashboard_box .test_inner form fieldset label input.checkbox,
section.dashboard_box .section_inner form fieldset label input.checkbox {
  margin-right: 10px;
}

section.dashboard_box .section_inner form fieldset p.note {
  margin-bottom: 15px;
}

/* ==========================================================================
   Diagnoses Page
   ========================================================================== */
a.diagnoses-nohover,
a.single-diagnoses-nohover {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  outline: none;
}

td.diagnoses-nopadding {
  padding-right: 0px;
  padding-top: 24px;
  margin-right: 0px;
  width: 5%;
  vertical-align: top;
  margin-top: 0px;
}

td.diagnoses-noLeftPadding {
  padding-left: 0px;
  margin-left: 0px;
  vertical-align: top;
}

span.diagnoses-largeText {
  font-size: 28px;
  line-height: 40px;
  margin-left: 4px;
  margin-right: 8px;
}

.diagnoses-noLeftPadding .view_history {
  margin-left: 6px;
}

div.diagnoses-topPadding {
  padding-top: 20px;
}

span.diagnoses-normalFont {
  font-weight: normal;
}

.diagnosis_line > .actions {
  padding-right: inherit;
  min-width: 130px;
}

/* Health media (imaging, audio) pages */
a.radiology-nohover {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  outline: none;
}

div.radiology-noLeftPadding {
  padding-left: 0px;
  margin-left: 0px;
  vertical-align: top;
}

span.radiology-largeText {
  font-size: 28px;
}
span.radiology-normalFont {
  font-weight: normal;
}

.radiology_line > .actions {
  padding-right: inherit;
  min-width: 130px;
}

#attachments-group > label {
  line-height: unset;
}

@media (max-width: 767px) {
  #journalPage {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#journalPage .diary-entries .diary-entry {
  margin-top: 2px;
  padding: 15px 15px 5px 15px;
  box-shadow: 0 2px 0 0 #DCE5EA;
}
#journalPage .diary-entries .diary-entry .col-md-12 {
  margin-bottom: 8px;
}
#journalPage .diary-entries .diary-entry .dropdown {
  z-index: 1;
}
#journalPage .diary-entries .diary-entry .dots {
  margin: 0;
}
#journalPage .diary-entries .entry-timestamp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 60px;
}
#journalPage .diary-entries .file_download {
  background: #F5F8F9;
  display: inline-flex;
  margin-right: 4px;
}
#journalPage .diary-entries .file_download a {
  padding: 8px 12px;
}

#journal-pager {
  margin-top: 16px;
}
#journal-pager .pager {
  margin: 0;
}
@media (max-width: 767px) {
  #journal-pager .wide-screen {
    display: none;
  }
}
@media (min-width: 768px) {
  #journal-pager .narrow-screen {
    display: none;
  }
}

table.library .edit-actions {
  width: 390px;
}
table.library .library-file-link {
  line-height: 22px;
  font-size: 16px;
  color: #00576D;
}
table.library .nhs-info-message {
  font-size: 13px;
  padding-top: 20px;
  color: #000;
}
table.library .large-check {
  float: left;
  margin-right: 15px !important;
}
table.library .description .fa {
  font-size: 24px;
  margin-right: 15px;
  float: left;
}
table.library .url-cell {
  font-size: 14px;
}
table.library .row-actions {
  width: 140px;
}
table.library .edit-library-cell label {
  font-size: 14px;
  margin-top: 10px;
}
table.library .edit-library-cell label:first-child {
  margin-top: 0px;
}

.library-file-link {
  color: #00576D;
}

.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png?v=704") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8; */
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ui-widget-content {
  background: #FFF;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
  z-index: 101;
}

.library-breadcrumbs a, .library-breadcrumbs span:not(.separator) {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
.library-breadcrumbs a:hover {
  color: #014151;
}
.library-breadcrumbs a:last-of-type {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #000;
}
.library-breadcrumbs .separator:last-child {
  display: none;
}

.nhs-england-style #manageLibrary h1 {
  font-size: 32px;
  line-height: 40px;
}
.nhs-england-style #manageLibrary h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
}
.nhs-england-style #manageLibrary .nhs-navigation-menu {
  margin-bottom: 20px;
  margin-top: 16px;
}
.nhs-england-style #manageLibrary .nhs-navigation-menu .folder {
  background: url("/images/folder.svg?v=704") ;
  height: 17px;
  min-width: 22px;
}

#manageLibrary .no-items {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* ==========================================================================
   Login Page
   ========================================================================== */
/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/**
 * Public semantic variables used by PKB's default theme
 **/
/**
 * Public semantic variables of NHS colors
 **/
/* for IE10 and above but not Edge */
/* for iOS devices */
body.login-page .nhsLoginButtonContainer {
  margin: -10px auto 0 auto;
  font-size: 20px;
  padding: 0 1em;
}
body.login-page .nhsLoginButtonContainer span {
  font-size: 16px;
  display: block;
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  color: #A9A9A9;
}
body.login-page .nhsLoginButtonContainer .nhsLoginButtonLink {
  background-color: #005eb8;
  border-radius: 4px;
  box-shadow: 0px 4px 0px 0px #003087;
  height: 36px;
}
body.login-page .nhsLoginButtonContainer .nhsLoginButtonLink svg {
  width: 100%;
  height: 40px;
}

body.login-page #header {
  background-color: white;
  display: block;
  height: 60px;
  width: 100%;
  float: none;
  position: relative;
  text-align: left;
}
body.login-page #outer {
  height: auto;
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  min-height: 100% !important;
}
body.login-page #container {
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
body.login-page #inner {
  width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  background-color: white;
  position: relative;
}
body.login-page #inner h1 {
  border-radius: 4px 4px 0 0;
  color: #000;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  padding-top: 12px;
}
body.login-page #inner form {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
body.login-page #inner p {
  font-size: 15px;
  line-height: 18px;
  padding-top: 5px;
  margin: 0px;
  text-align: left;
  float: left;
}
body.login-page h1#customLogo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-left: 20px;
  float: none;
}
body.login-page h1#logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 10px;
  float: none;
}
body.login-page h1#logo img {
  height: 40px;
  padding: 0;
}
body.login-page div.account-navigation {
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
}
body.login-page div.account-navigation li a {
  float: left;
  font-size: 1.23em;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  margin-left: 20px;
  padding-right: 35px;
}
body.login-page div.account-navigation li a .fa {
  margin-left: 10px;
  font-size: 26px;
  vertical-align: bottom;
}
body.login-page div.account-navigation ul {
  margin: 0px;
}
body.login-page div.buttons {
  float: none;
  text-align: right;
  margin: 15px 0 0;
}
body.login-page div.auth-description {
  border-bottom: 1px solid #dcd8db;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 0 30px;
}
body.login-page form input.btn-primary {
  padding-right: 15px;
  font-size: 1em;
  background-color: #C04E0C;
  border: none;
  height: 40px;
}
body.login-page form input.btn-primary:hover {
  background-color: #A94206;
}
body.login-page form input.btn-primary:active {
  background-color: #903B09;
}
body.login-page form#login {
  background: #FFF;
  width: 600px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  float: none;
}
body.login-page form h2 {
  margin: 0 0 30px !important;
  display: block;
  padding: 10px;
  color: #FFF;
  background: url("/images/blue_bar.png?v=704") repeat-x;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body.login-page form a.underline-link {
  float: right;
  text-decoration: none;
}
body.login-page .form-horizontal {
  width: 70%;
}
body.login-page .form-horizontal .control-label {
  height: 20px;
  line-height: 1;
  margin-bottom: 0px;
}
body.login-page .inner-footer {
  background-color: #F5F8F9;
  border-radius: 0 0 4px 4px;
  bottom: 0;
  left: 0;
  padding: 15px 15px;
  text-align: left;
  width: 650px;
  margin-top: 40px;
}
body.login-page .inner-footer select {
  width: 150px;
  background-color: white;
}
body.login-page .inner-footer .logo {
  color: #333333;
  background-image: url("/images/2014/footer-logo-dark.png?v=704");
  background-position: right center;
  background-repeat: no-repeat;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding-right: 35px;
  margin-top: 3px;
}

.centred-logo {
  margin-bottom: 2%;
  margin-top: 3%;
  max-width: 80%;
}

@media only screen and (max-width: 650px) {
  .login-layout .widget-box .widget-main {
    padding: 16px;
  }

  body.centred-layout #inner.login-container {
    width: 98%;
  }

  .login-layout .widget-box {
    padding: 0;
  }

  .login-layout .main-content {
    padding-left: 6px;
    padding-right: 6px;
  }

  .login-box .toolbar > div {
    width: auto;
  }

  .login-container .btn, .login-container .btn-arrow,
  body.centred-layout .inner-footer {
    width: 100%;
  }

  body.centred-layout .inner-footer .logo {
    margin-bottom: 15px;
  }

  h1#logo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }

  body.centred-layout div.account-navigation li a {
    display: none;
  }

  body.login-page ul.ticked-list li span {
    width: 100%;
  }

  #auth-btn-cancel {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  body.login-page .form-horizontal {
    width: 95%;
  }
}
.login-sso-restricted {
  padding: 15px 0;
}

#myMeasurements {
  background-color: #FFF;
  border-top: 2px solid #CCDDE2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
@media (max-width: 480px) {
  #myMeasurements {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
#myMeasurements a:hover, #myMeasurements a:focus {
  text-decoration: none;
}
#myMeasurements .list {
  display: none;
  margin-bottom: 0;
}
#myMeasurements.show-vitals .list-GENERAL {
  display: block;
}
#myMeasurements.show-vitals #generalMeasurementsMessage {
  display: block;
}
#myMeasurements.show-exercise .list-FITNESS,
#myMeasurements.show-exercise .list-ROUTINE {
  display: block;
}
#myMeasurements.show-diet .list-NUTRITION {
  display: block;
}
#myMeasurements.show-sleep .list-SLEEP {
  display: block;
}
#myMeasurements #generalMeasurementsMessage {
  display: none;
  padding: 24px 16px;
  border-bottom: 1px solid #CCDDE2;
}

.btn-group-fluid {
  width: 100%;
}

.btn-3 {
  width: 25%;
}

#measurements-container .secondary-amount {
  margin-left: 4px;
}

#measurementHistory .graph-container {
  border-radius: 4px;
  overflow: hidden;
}
#measurementHistory .graph-container:empty {
  display: none;
}
#measurementHistory div.graph-wrapper {
  margin-bottom: 16px;
  float: none;
}
#measurementHistory div.graph-wrapper #graphContainer {
  margin-top: 1em;
  border-radius: 4px;
}
#measurementHistory #time-range-container {
  display: flex;
  align-items: flex-start;
}
#measurementHistory #time-range-container .btn-group-measurements {
  margin-top: 0;
}
#measurementHistory #time-range-container .btn-pagination-prev {
  margin-right: 4px;
  margin-left: 0px;
}
#measurementHistory #time-range-container .btn-pagination-next {
  margin-left: 4px;
}
#measurementHistory #time-range-container > .btn-default[disabled]:hover {
  background-color: inherit;
}
#measurementHistory #time-range-container > .btn-default[disabled]:hover .fa {
  color: #3C7996;
}
#measurementHistory .flexible {
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
  display: flex;
}
#measurementHistory .flexible .btn.btn-default:nth-child(2), #measurementHistory .flexible .btn-default.btn-arrow:nth-child(2) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#measurementHistory .flexible > .btn.btn-default, #measurementHistory .flexible > .btn-default.btn-arrow {
  flex-grow: 1;
  min-width: 0;
}
#measurementHistory .measurement-overview {
  margin-top: 1em;
}

.measurements-data-load-controls {
  margin-bottom: 16px;
}

.btn-group-measurements.btn-group-lg {
  background-color: #FFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group-measurements.btn-group-lg > .btn, .btn-group-measurements.btn-group-lg > .btn-arrow {
  padding: 0px;
  border-radius: 0px;
  height: 54px;
  width: 76px;
  box-shadow: none;
  border-style: none;
  color: #00576D;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group-measurements.btn-group-lg > .btn:not(:last-child), .btn-group-measurements.btn-group-lg > .btn-arrow:not(:last-child) {
  margin-right: 40px;
}
.btn-group-measurements.btn-group-lg > .btn:hover, .btn-group-measurements.btn-group-lg > .btn-arrow:hover {
  background-color: transparent;
}
.btn-group-measurements.btn-group-lg > .btn i, .btn-group-measurements.btn-group-lg > .btn-arrow i {
  margin-left: 0px;
  margin-right: 8px;
  display: inline-block;
}
.btn-group-measurements.btn-group-lg > .btn i.vitals-24, .btn-group-measurements.btn-group-lg > .btn-arrow i.vitals-24 {
  background: url("/images/vitals-24.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn i.exercise-24, .btn-group-measurements.btn-group-lg > .btn-arrow i.exercise-24 {
  background: url("/images/exercise-24.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn i.diet-24, .btn-group-measurements.btn-group-lg > .btn-arrow i.diet-24 {
  background: url("/images/diet-24.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn i.sleep-24, .btn-group-measurements.btn-group-lg > .btn-arrow i.sleep-24 {
  background: url("/images/sleep-24.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn.active, .btn-group-measurements.btn-group-lg > .active.btn-arrow {
  box-shadow: none;
  height: 54px;
  color: #2B7D67;
  background-color: #FFF;
  border-bottom: 4px solid #2B7D67 !important;
}
.btn-group-measurements.btn-group-lg > .btn.active .vitals-24, .btn-group-measurements.btn-group-lg > .active.btn-arrow .vitals-24 {
  background: url("/images/vitals-24-activated.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn.active .exercise-24, .btn-group-measurements.btn-group-lg > .active.btn-arrow .exercise-24 {
  background: url("/images/exercise-24-activated.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn.active .diet-24, .btn-group-measurements.btn-group-lg > .active.btn-arrow .diet-24 {
  background: url("/images/diet-24-activated.svg?v=704") ;
}
.btn-group-measurements.btn-group-lg > .btn.active .sleep-24, .btn-group-measurements.btn-group-lg > .active.btn-arrow .sleep-24 {
  background: url("/images/sleep-24-activated.svg?v=704") ;
}

@media (max-width: 570px) {
  .btn-group-measurements.btn-group-lg {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
  }
  .btn-group-measurements.btn-group-lg > .btn:not(:last-child), .btn-group-measurements.btn-group-lg > .btn-arrow:not(:last-child) {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .btn-group-measurements.btn-group-lg {
    background-color: transparent;
    margin-bottom: 16px;
    padding: 0px;
  }
  .btn-group-measurements.btn-group-lg > .btn.active, .btn-group-measurements.btn-group-lg > .active.btn-arrow {
    height: 40px;
  }
}
.no-measurements-text {
  padding: 24px 16px;
  margin-bottom: 0;
}

/* ==========================================================================
   Medications Page
   ========================================================================== */
a.medications-nohover {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  outline: none;
}

td.medications-nopadding {
  padding-right: 0px;
  padding-top: 24px;
  margin-right: 0px;
  width: 5%;
  vertical-align: top;
  margin-top: 0px;
}

td.medications-noLeftPadding {
  padding-left: 0px;
  margin-left: 0px;
  vertical-align: top;
}

span.medications-largeText {
  font-size: 28px;
}

span.view_history {
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

div.medications-topPadding {
  padding-top: 20px;
}

span.medications-normalFont {
  font-weight: normal;
}

form[data-role='privacy-flags'] input[type="radio"] {
  margin: 5px;
}

.medication_line > .actions {
  padding-right: inherit;
  min-width: 130px;
}

#consent > p {
  margin-top: 10px;
}

#manageMedications .file_download {
  background: #F5F8F9;
  display: inline-flex;
  margin-top: 10px;
  margin-right: 4px;
}
#manageMedications .file_download a {
  padding: 8px 12px;
}

.medicine-card-wrapper:last-child .input-card {
  border-bottom: none;
}

.add-medicine-form #upload-widget-wrapper .input-row {
  display: block;
  padding-right: 24px;
  word-break: break-all;
}
.add-medicine-form #upload-widget-wrapper .input-row .inputs {
  display: block;
}
.add-medicine-form #upload-widget-wrapper .input-and-heading {
  margin-top: 0;
}
.add-medicine-form #upload-widget-wrapper .control-label, .add-medicine-form #upload-widget-wrapper #attachmentHelpText {
  line-height: 24px;
}
.add-medicine-form #upload-widget-wrapper #attachmentHelpText {
  color: #014151;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  height: auto;
}

.row:first-child #notification-box {
  display: inline-block;
  margin-top: 50px;
  max-width: 100%;
}

.activityIcon {
  background-image: url("/images/2014/action-sprites-blue-15.png?v=704");
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 2px;
}
.activityIcon.message {
  background-position: -5px -30px;
}
.activityIcon.labTest {
  background-position: -54px -54px;
}
.activityIcon.appointment {
  background-position: -30px -105px;
}

.notification_table div, .notification_table a.spacer {
  color: #000;
}
.notification_table .row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.notification_table .single_message {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 480px) {
  .notification_table .single_message {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) {
  .notification_table .single_message {
    white-space: nowrap;
  }
}
.notification_table .test_result_value {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 30%;
  max-width: 30%;
}
@media (max-width: 480px) {
  .notification_table .test_result_value {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) {
  .notification_table .test_result_value {
    white-space: nowrap;
  }
}
.notification_table .test_result_label {
  flex-grow: 1;
  overflow-wrap: break-word;
  text-align: left;
  padding-left: 20px;
  margin-right: 10px;
}
.notification_table .notification_link {
  padding-left: 0;
  text-align: right;
  margin-right: 10px;
}
.notification_table .activity_history_link {
  display: flex;
  justify-content: center;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notification_table .clickable-row {
  cursor: pointer;
}
.notification_table .spacer {
  margin: 0;
  border-bottom: 1px solid #CCDDE2;
  padding-top: 15px;
  padding-bottom: 15px;
}
.notification_table .spacer > .message {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  padding-left: 20px;
  min-width: 0;
  max-width: 100%;
}
.notification_table .spacer:hover {
  background-color: #E8E8E8;
  text-decoration: none;
}
.notification_table .spacer:hover div, .notification_table .spacer:hover span {
  color: #014151;
}
.notification_table #viewAllNotificationsLink {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00576D;
}

#timeline-error {
  padding: 10px !important;
}

.timeline-table {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

#patient-plans td > * {
  margin-top: 10px;
}

.plan-meta {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .plan-meta {
    flex-direction: column;
  }
}

.plan-display-url {
  margin-top: 20px;
  font-size: 16px;
  color: #014151;
  font-weight: bold;
}
.plan-display-url label {
  color: #014151;
  font-weight: bold;
}
.plan-display-url #plan-link-container {
  display: flex;
  align-items: center;
}
.plan-display-url #plan-link-container #view-plan-link {
  width: 100%;
  min-height: 40px;
  margin-right: 8px;
  padding: 0 8px;
  color: #000;
  border: 1px solid #3C7996;
  border-radius: 4px;
  font-weight: normal;
}
.plan-display-url #plan-link-container #view-plan-link p {
  margin-bottom: 0;
}
.plan-display-url #plan-link-container button {
  height: 40px;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 8px;
}
.plan-display-url #plan-link-container button .icon {
  margin-right: 4px;
  background: url("/images/link-24.svg?v=704") ;
}
.plan-display-url #plan-link-container button:hover .icon {
  background: url("/images/link-24.svg?v=704") ;
}
.plan-display-url #plan-link-container button:active .icon {
  background: url("/images/link-24-activated.svg?v=704") ;
}

.plan-action-plan ul {
  padding-left: 40px;
  padding-top: 20px;
}
.plan-action-plan ul li {
  list-style: circle;
  line-height: 20px;
}
.plan-action-plan #actionPlanContainer {
  color: #111;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.plan-action-plan #actionPlanContainer div .light-yellow-faded {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #FFE7B4;
  color: black;
  cursor: pointer;
  cursor: default;
}
.plan-action-plan #actionPlanContainer div .light-blue-faded {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #C5DAEB;
  color: black;
  cursor: pointer;
  cursor: default;
}
.plan-action-plan #actionPlanContainer div .light-green-faded {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #C6EDC7;
  color: black;
  cursor: pointer;
  cursor: default;
}
.plan-action-plan #actionPlanContainer div .symptoms-severity-none {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #2B7D67;
  color: white;
  cursor: pointer;
  cursor: default;
}
.plan-action-plan #actionPlanContainer div .symptoms-severity-mild {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #C04E0C;
  color: white;
  cursor: pointer;
  cursor: default;
}
.plan-action-plan #actionPlanContainer div .symptoms-severity-moderate {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #A94206;
  color: white;
  cursor: pointer;
  cursor: default;
}
.plan-action-plan #actionPlanContainer div .symptoms-severity-severe {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #903B0A;
  color: white;
  cursor: pointer;
  cursor: default;
}

.right_file_type {
  margin-top: 10px;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 10px;
  line-height: 20px;
}

#managePlans_attachmentName {
  margin-top: 10px;
}

#uploadPersonalHealthPlanTemplate_attachment {
  width: 220px;
  float: left;
  margin-top: 10px;
}

#fileLabel {
  margin-left: 10px;
}

.edit-careplan {
  margin-top: 0;
}
.edit-careplan .vertical-heading {
  display: flex;
  flex-direction: column;
}
.edit-careplan .vertical-heading label {
  padding-left: 0;
  color: #014151;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 16px;
}
.edit-careplan .plan-name-box {
  margin: 24px;
  padding: 8px;
  border: 2px solid #E8E8E8;
  border-radius: 4px;
  color: #686868;
}
@media (max-width: 380px) {
  .edit-careplan .input-card .input-name, .edit-careplan .input-card .input-row > .inputs > .input-and-heading > .input-boxes.result-only > .value-input {
    display: flex;
    flex-grow: 1;
    width: unset;
    flex-basis: 100px;
    min-width: 100px;
  }
}
.edit-careplan .measurement-card-wrapper:last-child .input-card {
  padding: 0;
  margin-top: 16px;
  border-bottom: none;
}
.edit-careplan .symptom-input .col-auto {
  width: 24%;
}
@media (max-width: 990px) {
  .edit-careplan .symptom-input .col-auto {
    width: 48%;
  }
}
@media (max-width: 490px) {
  .edit-careplan .symptom-input .col-auto {
    width: 44%;
  }
}
.edit-careplan #actionPlan {
  font-size: 16px;
}
.edit-careplan .section .section-body {
  padding: 24px;
}
.edit-careplan .section #greenText, .edit-careplan .section #amberText, .edit-careplan .section #redText {
  font-size: 16px;
}
.edit-careplan #actionPlanContainer h1, .edit-careplan #green-text h1, .edit-careplan #amber-text h1, .edit-careplan #red-text h1 {
  width: 100%;
  height: 118px;
  align-content: center;
}
.edit-careplan #actionPlanContainer div.cp_secondaryTitle h1, .edit-careplan #actionPlanContainer div.cp_secondaryTitle h2, .edit-careplan #actionPlanContainer div.cp_secondaryTitle h3, .edit-careplan #actionPlanContainer div.cp_secondaryTitle h4, .edit-careplan #actionPlanContainer div.cp_secondaryTitle h5, .edit-careplan #actionPlanContainer div.cp_secondaryTitle h6, .edit-careplan #green-text div.cp_secondaryTitle h1, .edit-careplan #green-text div.cp_secondaryTitle h2, .edit-careplan #green-text div.cp_secondaryTitle h3, .edit-careplan #green-text div.cp_secondaryTitle h4, .edit-careplan #green-text div.cp_secondaryTitle h5, .edit-careplan #green-text div.cp_secondaryTitle h6, .edit-careplan #amber-text div.cp_secondaryTitle h1, .edit-careplan #amber-text div.cp_secondaryTitle h2, .edit-careplan #amber-text div.cp_secondaryTitle h3, .edit-careplan #amber-text div.cp_secondaryTitle h4, .edit-careplan #amber-text div.cp_secondaryTitle h5, .edit-careplan #amber-text div.cp_secondaryTitle h6, .edit-careplan #red-text div.cp_secondaryTitle h1, .edit-careplan #red-text div.cp_secondaryTitle h2, .edit-careplan #red-text div.cp_secondaryTitle h3, .edit-careplan #red-text div.cp_secondaryTitle h4, .edit-careplan #red-text div.cp_secondaryTitle h5, .edit-careplan #red-text div.cp_secondaryTitle h6 {
  height: 53px;
  background-color: #F5F8F9;
  text-align: center;
  margin-bottom: 15px;
}
.edit-careplan .upload-file-text {
  margin-bottom: 14px;
  text-align: left;
}
.edit-careplan .rounded {
  border-radius: 4px;
}
.edit-careplan .update-time-input {
  margin-left: 24px;
}

#patient-diagnoses, #patient-allergies, #patient-medications {
  font-size: 18px;
}
#patient-diagnoses p, #patient-allergies p, #patient-medications p {
  font-size: 18px;
  margin-bottom: 0;
  color: #686868;
}

#patient-medications .section-body div {
  align-items: baseline;
}
@media (max-width: 480px) {
  #patient-medications .section-body div {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
#patient-medications .section-body div:not(:last-child) {
  margin-bottom: 16px;
}
#patient-medications .dose-frequency-instructions, #patient-medications .start-date {
  font-size: 14px;
}

#privacy-and-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#privacy-and-actions .privacy-label {
  margin: 0 10px 16px 0;
}
#privacy-and-actions .edit {
  margin: 0 0 16px auto;
}
#privacy-and-actions .edit.lock-unlock-plan {
  margin: 0 0 16px 0;
}

#view-careplan .icon-monitoring, .edit-careplan .icon-monitoring {
  margin-right: 4px;
}
#view-careplan .section .section-heading, .edit-careplan .section .section-heading {
  display: flex;
}
#view-careplan .section .section-heading.heading-with-link, .edit-careplan .section .section-heading.heading-with-link {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  #view-careplan .section .section-heading.heading-with-link, .edit-careplan .section .section-heading.heading-with-link {
    flex-direction: column;
    align-items: start;
  }
  #view-careplan .section .section-heading.heading-with-link h2, .edit-careplan .section .section-heading.heading-with-link h2 {
    padding-bottom: 10px;
  }
}

#view-careplan #title {
  padding: 24px;
}
#view-careplan #title .section-heading {
  padding: 0;
  border-bottom: 0;
}
#view-careplan #title label {
  line-height: 24px;
  font-weight: bold;
}
#view-careplan #title p {
  line-height: 24px;
}
#view-careplan #title hr {
  border-color: #ccdde2;
}
#view-careplan .section-body {
  padding: 24px;
}
#view-careplan #green-text .section-body,
#view-careplan #amber-text .section-body,
#view-careplan #red-text .section-body {
  padding: 0px;
}
#view-careplan #actionPlanContainer h1, #view-careplan #green-text h1, #view-careplan #amber-text h1, #view-careplan #red-text h1 {
  width: 100%;
  height: 118px;
  align-content: center;
}
#view-careplan #actionPlanContainer div.cp_secondaryTitle h1, #view-careplan #actionPlanContainer div.cp_secondaryTitle h2, #view-careplan #actionPlanContainer div.cp_secondaryTitle h3, #view-careplan #actionPlanContainer div.cp_secondaryTitle h4, #view-careplan #actionPlanContainer div.cp_secondaryTitle h5, #view-careplan #actionPlanContainer div.cp_secondaryTitle h6, #view-careplan #green-text div.cp_secondaryTitle h1, #view-careplan #green-text div.cp_secondaryTitle h2, #view-careplan #green-text div.cp_secondaryTitle h3, #view-careplan #green-text div.cp_secondaryTitle h4, #view-careplan #green-text div.cp_secondaryTitle h5, #view-careplan #green-text div.cp_secondaryTitle h6, #view-careplan #amber-text div.cp_secondaryTitle h1, #view-careplan #amber-text div.cp_secondaryTitle h2, #view-careplan #amber-text div.cp_secondaryTitle h3, #view-careplan #amber-text div.cp_secondaryTitle h4, #view-careplan #amber-text div.cp_secondaryTitle h5, #view-careplan #amber-text div.cp_secondaryTitle h6, #view-careplan #red-text div.cp_secondaryTitle h1, #view-careplan #red-text div.cp_secondaryTitle h2, #view-careplan #red-text div.cp_secondaryTitle h3, #view-careplan #red-text div.cp_secondaryTitle h4, #view-careplan #red-text div.cp_secondaryTitle h5, #view-careplan #red-text div.cp_secondaryTitle h6 {
  height: 53px;
  background-color: #F5F8F9;
  text-align: center;
  margin-bottom: 15px;
}
#view-careplan .plan-traffic-lights .subsection-heading {
  min-height: 32px;
  padding: 0;
}
#view-careplan .plan-traffic-lights .subsection-heading.none {
  background-color: #2B7D67;
}
#view-careplan .plan-traffic-lights .subsection-heading.moderate {
  background-color: #A94206;
}
#view-careplan .plan-traffic-lights .subsection-heading.severe {
  background-color: #903B0A;
}

.plan-monitoring h3 {
  margin: 0;
}
.plan-monitoring .symptoms-legend {
  margin: 16px 0 0 0;
}
.plan-monitoring .symptom-name {
  margin-top: 16px;
}
.plan-monitoring table {
  margin: 0;
}
.plan-monitoring table th {
  height: 1em;
  padding: 0;
  background: #FFF;
  font-size: 18px;
  text-align: start;
}
.plan-monitoring table th.default-header {
  color: black;
}
.plan-monitoring table tbody td {
  border: none;
}
.plan-monitoring #myMeasurements, .plan-monitoring #tests {
  border-top: 0;
}
.plan-monitoring #myMeasurements.section-body, .plan-monitoring #tests.section-body {
  padding: 0;
}
.plan-monitoring #myMeasurements.section-body .test-notes, .plan-monitoring #tests.section-body .test-notes {
  box-shadow: none;
}
.plan-monitoring #myMeasurements.section-body li.data-point, .plan-monitoring #tests.section-body li.data-point {
  padding: 24px;
}
.plan-monitoring #myMeasurements.section-body li.data-point li, .plan-monitoring #tests.section-body li.data-point li {
  text-align: left;
}
.plan-monitoring #tests a:hover, .plan-monitoring #tests a:focus {
  text-decoration: none;
}
.plan-monitoring #tests .entry-subject {
  font-weight: 900;
}
.plan-monitoring #tests .value {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.plan-monitoring #tests .bullet-point {
  margin-right: 4px;
}
.plan-monitoring #tests .amounts-col {
  margin-top: 0;
}
.plan-monitoring #tests .test-notes-inner li:last-child {
  margin-top: 0;
}

#plan-attachments .file_download {
  background-color: #DCE5EA;
  padding: 8px 24px;
}

#plan-meta-container, #patient-details-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #plan-meta-container, #patient-details-container {
    flex-direction: column;
  }
}
#plan-meta-container .plan-meta-data, #plan-meta-container .patient-detail, #patient-details-container .plan-meta-data, #patient-details-container .patient-detail {
  flex-basis: 25%;
  padding-right: 15px;
  word-break: break-word;
}

#plan-meta-container {
  flex-basis: 75%;
}
#plan-meta-container .plan-meta-data {
  flex-basis: 33.33%;
  padding-right: 15px;
  word-break: break-word;
}
#plan-meta-container #consentGroup {
  margin-bottom: 0;
}
#plan-meta-container #consentGroup .col-md-6 {
  padding-left: 5px;
}
#plan-meta-container .upload-file-row {
  margin: 0;
}
#plan-meta-container .upload-file-row .form_help {
  text-align: left;
  width: 100%;
}
#plan-meta-container .template-upload {
  text-align: left;
}
#plan-meta-container .template-upload .upload-file-text {
  width: 100%;
  margin-bottom: 14px;
}
#plan-meta-container .template-upload .upload-file-actions .start {
  margin: 0;
}

#unlockPlan #unlockMessage .unlock-confirmation, #lockPlan #lockMessage .lock-confirmation {
  line-height: 24px;
  margin-bottom: 20px;
}

#exportPlanVersionRadioGroup {
  height: 40px;
  line-height: 40px;
}

#export_plan .icon {
  background-position: -80px 0;
}

#actionPlanContainer select.form-control, #green-text select.form-control, #amber-text select.form-control, #red-text select.form-control {
  background-color: #3C7996;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  height: 40px;
}
#actionPlanContainer select.form-control:has(option.light-yellow-faded), #green-text select.form-control:has(option.light-yellow-faded), #amber-text select.form-control:has(option.light-yellow-faded), #red-text select.form-control:has(option.light-yellow-faded) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control:has(option.light-blue-faded), #green-text select.form-control:has(option.light-blue-faded), #amber-text select.form-control:has(option.light-blue-faded), #red-text select.form-control:has(option.light-blue-faded) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control:has(option.light-green-faded), #green-text select.form-control:has(option.light-green-faded), #amber-text select.form-control:has(option.light-green-faded), #red-text select.form-control:has(option.light-green-faded) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control:has(option.symptoms-severity-none), #green-text select.form-control:has(option.symptoms-severity-none), #amber-text select.form-control:has(option.symptoms-severity-none), #red-text select.form-control:has(option.symptoms-severity-none) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control:has(option.symptoms-severity-mild), #green-text select.form-control:has(option.symptoms-severity-mild), #amber-text select.form-control:has(option.symptoms-severity-mild), #red-text select.form-control:has(option.symptoms-severity-mild) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control:has(option.symptoms-severity-moderate), #green-text select.form-control:has(option.symptoms-severity-moderate), #amber-text select.form-control:has(option.symptoms-severity-moderate), #red-text select.form-control:has(option.symptoms-severity-moderate) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control:has(option.symptoms-severity-severe), #green-text select.form-control:has(option.symptoms-severity-severe), #amber-text select.form-control:has(option.symptoms-severity-severe), #red-text select.form-control:has(option.symptoms-severity-severe) {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#actionPlanContainer select.form-control.light-yellow-faded, #green-text select.form-control.light-yellow-faded, #amber-text select.form-control.light-yellow-faded, #red-text select.form-control.light-yellow-faded {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #FFE7B4;
  color: black;
  cursor: pointer;
}
#actionPlanContainer select.form-control.light-blue-faded, #green-text select.form-control.light-blue-faded, #amber-text select.form-control.light-blue-faded, #red-text select.form-control.light-blue-faded {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #C5DAEB;
  color: black;
  cursor: pointer;
}
#actionPlanContainer select.form-control.light-green-faded, #green-text select.form-control.light-green-faded, #amber-text select.form-control.light-green-faded, #red-text select.form-control.light-green-faded {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #C6EDC7;
  color: black;
  cursor: pointer;
}
#actionPlanContainer select.form-control.symptoms-severity-none, #green-text select.form-control.symptoms-severity-none, #amber-text select.form-control.symptoms-severity-none, #red-text select.form-control.symptoms-severity-none {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #2B7D67;
  color: white;
  cursor: pointer;
}
#actionPlanContainer select.form-control.symptoms-severity-mild, #green-text select.form-control.symptoms-severity-mild, #amber-text select.form-control.symptoms-severity-mild, #red-text select.form-control.symptoms-severity-mild {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #C04E0C;
  color: white;
  cursor: pointer;
}
#actionPlanContainer select.form-control.symptoms-severity-moderate, #green-text select.form-control.symptoms-severity-moderate, #amber-text select.form-control.symptoms-severity-moderate, #red-text select.form-control.symptoms-severity-moderate {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #A94206;
  color: white;
  cursor: pointer;
}
#actionPlanContainer select.form-control.symptoms-severity-severe, #green-text select.form-control.symptoms-severity-severe, #amber-text select.form-control.symptoms-severity-severe, #red-text select.form-control.symptoms-severity-severe {
  font-weight: 300;
  width: 180px;
  height: 80px;
  transition: background-color 0.3s;
  padding: 5px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin: 0 1px 1px 0;
  display: flex;
  align-items: center;
  background-color: #903B0A;
  color: white;
  cursor: pointer;
}
#actionPlanContainer select.form-control, #actionPlanContainer input.form-control, #green-text select.form-control, #green-text input.form-control, #amber-text select.form-control, #amber-text input.form-control, #red-text select.form-control, #red-text input.form-control {
  max-width: 500px;
  width: 100%;
}
#actionPlanContainer .flex-container, #green-text .flex-container, #amber-text .flex-container, #red-text .flex-container {
  display: flex;
  align-items: flex-end;
  margin-top: 15px;
  gap: 10px;
}
#actionPlanContainer .flex-container input[type="date"],
#actionPlanContainer .flex-container select, #green-text .flex-container input[type="date"],
#green-text .flex-container select, #amber-text .flex-container input[type="date"],
#amber-text .flex-container select, #red-text .flex-container input[type="date"],
#red-text .flex-container select {
  width: 100%;
  max-width: 500px;
}
#actionPlanContainer .flex-column, #green-text .flex-column, #amber-text .flex-column, #red-text .flex-column {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  max-width: 500px;
  width: 100%;
  gap: 10px;
}
#actionPlanContainer .input-container, #green-text .input-container, #amber-text .input-container, #red-text .input-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  #actionPlanContainer .flex-container, #green-text .flex-container, #amber-text .flex-container, #red-text .flex-container {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media (max-width: 570px) {
  #actionPlanContainer .flex-column, #green-text .flex-column, #amber-text .flex-column, #red-text .flex-column {
    flex-direction: column;
    align-items: flex-start;
  }
  #actionPlanContainer .input-container, #green-text .input-container, #amber-text .input-container, #red-text .input-container {
    margin-top: 15px;
  }
}

fieldset.pro-only {
  border: none;
  margin: 0;
  background: #F5F8F9;
  padding: 24px;
  margin: -24px;
  margin-bottom: 20px;
}
fieldset[disabled] input[type="checkbox"].form-control {
  opacity: 0;
}
fieldset[disabled] input[type="checkbox"]:checked + label.nice-checkmark {
  background-color: #BEBEBE;
  border-color: #E8E8E8;
}
fieldset[disabled] label.nice-checkmark {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: #E8E8E8;
}
fieldset[disabled] h1 {
  font-weight: normal;
}
fieldset[disabled] .form-control {
  border: 2px solid #E8E8E8;
  background: #F5F8F9;
}

input.cp_pro_edit_only_icon {
  float: left;
}

p.cp_pro_edit_only_paragraph {
  float: left;
  margin: 3.5px 0px 0px 5px;
}

details summary {
  cursor: pointer;
}
details summary .details-closed {
  transition: transform 0.5s;
  background: url("/images/care-plan-details-arrow-up.svg?v=704") ;
  flex-shrink: 0;
  height: 24px;
  min-width: 30px;
  margin-right: 24px;
  margin-left: 10px;
  align-self: center;
}
details summary h1 {
  word-break: break-word;
  width: 100%;
}
details summary .collapsable-section-title-container {
  display: flex;
  align-items: center;
}
details[open] summary .details-closed {
  transform: rotateX(180deg);
  margin-top: 16px;
}

#social-care-page ul {
  margin-bottom: 0;
}
#social-care-page li.data-item:first-child h2 {
  margin-top: 0;
}
#social-care-page li.data-item:not(:last-child) {
  border-bottom-color: #9ABBC5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 24px;
}
#social-care-page div.icon-24 {
  margin-right: 8px;
}
#social-care-page div.icon-24.social-worker-icon {
  background-image: url("../../images/social-worker.svg?v=704");
}
#social-care-page div.icon-24.phone-icon {
  background-image: url("../../images/phone.svg?v=704");
}
#social-care-page div.icon-24.care-package-icon {
  background-image: url("../../images/diary.svg?v=704");
}
#social-care-page div.icon-24.clock-icon {
  background-image: url("../../images/clock.svg?v=704");
}
#social-care-page div.icon-24.assessments-icon {
  background-image: url("../../images/appointments.svg?v=704");
}
#social-care-page div.icon-24.case-notes-icon {
  background-image: url("../../images/journal.svg?v=704");
}
#social-care-page div.icon-24.communication-needs-icon {
  background-image: url("../../images/communication-needs.svg?v=704");
}
#social-care-page .source-name {
  margin-bottom: 20px;
}
#social-care-page .social-care-section {
  background: #FFF;
  border-radius: 4px;
}
#social-care-page .social-care-section:not(:last-child) {
  margin-bottom: 16px;
}
#social-care-page .social-care-section h2 {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  margin-bottom: 0;
}
#social-care-page .social-care-section .section-content {
  border-top-color: #E8E8E8;
  border-top-style: solid;
  border-top-width: 2px;
  padding: 16px 24px;
}
#social-care-page .social-care-section h3 {
  margin: 0 0 16px 0;
}
#social-care-page .social-care-section .bullet-point-key {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-right: 8px;
  margin-left: 6px;
}
#social-care-page .social-care-section .bullet-point-value {
  color: #686868;
  font-size: 14px;
  line-height: 22px;
}
#social-care-page .social-care-section .section-list {
  background: #DCE5EA;
  border-radius: 4px;
  margin-top: 16px;
}
#social-care-page .social-care-section .section-list h4 {
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}
#social-care-page .social-care-section .section-list h4 span {
  margin-right: 4px;
}
#social-care-page .social-care-section .section-list .bullet-point-value {
  color: #000;
}
#social-care-page .social-care-section .section-list .section-list-item:not(:last-child) {
  border-bottom-color: #FFF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
#social-care-page .social-care-section .section-list-item {
  padding: 2px 16px 16px 16px;
}
#social-care-page .social-care-section .section-list-item ul {
  margin-left: 30px;
}
#social-care-page .social-care-section li.service ul.service-details {
  padding: 16px 24px;
}
#social-care-page .social-care-section li.service h3 {
  border-top-color: #E8E8E8;
  border-top-style: solid;
  border-top-width: 2px;
  padding: 16px 24px 0 24px;
  width: 100%;
  margin: 0;
}
#social-care-page .social-care-section li.service h3.service-type {
  padding: 16px 24px;
  background-color: #F5F8F9;
}
#social-care-page .no-data {
  background-color: #FFF;
  border-radius: 4px;
  padding: 52px 80px 80px 80px;
  text-align: center;
}
#social-care-page .no-data .socialcare-hover-icon {
  background-image: url("../../images/socialcare-hover.svg?v=704");
  display: inline-block;
  width: 48px;
  height: 48px;
}
#social-care-page .no-data div {
  margin-top: 16px;
  color: #686868;
}
#social-care-page #loader {
  margin-top: 48px;
}
#social-care-page .loading-error {
  display: none;
}

#submitQuestionnaire.form-horizontal .control-label {
  height: auto;
  line-height: 20px;
}
#submitQuestionnaire.form-horizontal input[type="radio"] {
  vertical-align: top;
}
#submitQuestionnaire.form-horizontal .checkbox-new {
  margin-right: 16px;
}
#submitQuestionnaire.form-horizontal .form-control-textarea.form-control {
  min-height: 80px;
}
#submitQuestionnaire.form-horizontal .error-group {
  display: inline-flex;
  margin-top: 0;
  horiz-align: center;
}
#submitQuestionnaire.form-horizontal .error-group img {
  width: 16px;
}

#validateDob .form-group {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
#validateDob .section-body {
  padding-left: 55px;
  padding-right: 55px;
}
#validateDob h1 {
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
}
#validateDob .date-picker {
  margin-top: 8px;
  margin-bottom: 32px;
}
#validateDob .date-picker #dob-label {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  color: black;
}
#validateDob .form-control-datepicker {
  width: 108px;
}
#validateDob .form-actions-new {
  padding: 24px 15px;
}
@media (max-width: 480px) {
  #validateDob .form-actions-new {
    justify-content: center;
  }
}

.logo-only-header {
  height: 119px;
}

#confirm-questionnaire #register-prompt,
#questionnaire-missing-dob #register-prompt {
  font-size: 18px;
  margin-bottom: 18px;
}
#confirm-questionnaire h1,
#questionnaire-missing-dob h1 {
  margin-top: 42px;
  margin-bottom: 10px;
}
#confirm-questionnaire #thank-you-for-completing,
#questionnaire-missing-dob #thank-you-for-completing {
  margin-top: 50px;
  margin-bottom: 8px;
}
#confirm-questionnaire #digital-health-platform,
#questionnaire-missing-dob #digital-health-platform {
  font-size: 18px;
}
#confirm-questionnaire .carousel-container,
#questionnaire-missing-dob .carousel-container {
  margin-top: 64px;
  width: 100%;
  overflow: hidden;
}
#confirm-questionnaire .carousel-container .centered-container,
#questionnaire-missing-dob .carousel-container .centered-container {
  color: #2B7D67;
  display: block;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  #confirm-questionnaire .carousel-container .centered-container,
  #questionnaire-missing-dob .carousel-container .centered-container {
    display: none;
  }
}
#confirm-questionnaire .carousel-container .spacer,
#questionnaire-missing-dob .carousel-container .spacer {
  margin: 0 12px;
}
#confirm-questionnaire .carousel-container strong,
#questionnaire-missing-dob .carousel-container strong {
  color: #2B7D67;
}
#confirm-questionnaire .carousel-container .carousel-slide,
#questionnaire-missing-dob .carousel-container .carousel-slide {
  display: none;
}
#confirm-questionnaire .carousel-container .carousel-slide img,
#questionnaire-missing-dob .carousel-container .carousel-slide img {
  width: 100%;
  height: auto;
}
#confirm-questionnaire .thumbnails-container,
#questionnaire-missing-dob .thumbnails-container {
  margin-top: 50px;
  margin-bottom: 30px;
  width: 90%;
}
#confirm-questionnaire .thumbnail,
#questionnaire-missing-dob .thumbnail {
  padding: 0;
  border: none;
  overflow: hidden;
}
#confirm-questionnaire .thumbnail img,
#questionnaire-missing-dob .thumbnail img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
#confirm-questionnaire .thumbnail .caption,
#questionnaire-missing-dob .thumbnail .caption {
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#confirm-questionnaire .thumbnail h3,
#questionnaire-missing-dob .thumbnail h3 {
  color: #00576D;
  margin: 0 0 1px 0;
}
#confirm-questionnaire .thumbnail:hover h3,
#questionnaire-missing-dob .thumbnail:hover h3 {
  color: #014151;
}
#confirm-questionnaire .quick-links-container,
#questionnaire-missing-dob .quick-links-container {
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#confirm-questionnaire .quick-link,
#questionnaire-missing-dob .quick-link {
  margin-right: 12px;
}
#confirm-questionnaire a,
#questionnaire-missing-dob a {
  color: #00576D;
}
#confirm-questionnaire a:hover,
#questionnaire-missing-dob a:hover {
  text-decoration: none;
  color: #014151;
}
#confirm-questionnaire #could-not-find-dob,
#questionnaire-missing-dob #could-not-find-dob {
  margin-top: 60px;
  margin-bottom: 35px;
}
#confirm-questionnaire #to-answer-this-questionnaire,
#questionnaire-missing-dob #to-answer-this-questionnaire {
  margin-top: 30px;
}
#confirm-questionnaire #register-for-pkb,
#questionnaire-missing-dob #register-for-pkb {
  font-size: 18px;
  margin-bottom: 18px;
}

.symptoms-nav-controls .btn-group {
  margin: 0;
}
.symptoms-nav-controls #today {
  margin-right: 8px;
}

.symptoms-toggle-row {
  margin-top: 15px;
}

table.symptoms, table.symptom {
  overflow: visible;
}

.update-symptoms-form .subsection-heading h3 {
  margin-top: 0;
}

#add-data-point-form .data-point-card-wrapper.team-symptom {
  display: block;
}

.symptom-card-wrapper .input-card {
  padding-top: 16px;
  padding-right: 12px;
}
.symptom-card-wrapper .input-card .input-row {
  flex-basis: 600px;
  flex-grow: 0;
  display: block;
  padding-bottom: 16px;
}
.symptom-card-wrapper .input-card .input-row .input-name {
  border: none;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 0 8px 0 0;
  color: #014151;
}
.symptom-card-wrapper .input-card .input-row .inputs {
  flex-wrap: nowrap;
  margin-right: 24px;
}
@media (max-width: 480px) {
  .symptom-card-wrapper .input-card .input-row .inputs {
    flex-direction: column;
  }
}
.symptom-card-wrapper .input-card .input-row .inputs .col-auto {
  flex: 1;
  display: flex;
  width: 100%;
  align-items: center;
}
.symptom-card-wrapper .input-card .input-row .inputs .col-auto:not(:last-child) {
  margin-right: 8px;
}
@media (max-width: 480px) {
  .symptom-card-wrapper .input-card .input-row .inputs .col-auto {
    margin-right: 0;
    flex-basis: auto;
  }
  .symptom-card-wrapper .input-card .input-row .inputs .col-auto:not(:last-child) {
    margin-bottom: 8px;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .symptom-card-wrapper .input-card .input-row .inputs .col-auto {
    align-items: normal;
  }
  .symptom-card-wrapper .input-card .input-row .inputs .radio-label {
    margin-left: -100%;
    z-index: 1;
    text-align: center;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-width: 1px;
    width: 100%;
    height: inherit;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:hover {
    background-color: #FFF;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:checked, .symptom-card-wrapper .input-card .input-row .inputs input.radio.hover {
    border-color: #FFF;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:checked + .radio-label, .symptom-card-wrapper .input-card .input-row .inputs input.radio.hover + .radio-label {
    color: #FFF;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:checked.severity-none, .symptom-card-wrapper .input-card .input-row .inputs input.radio.hover.severity-none {
    background-color: #2B7D67;
    border-color: #2B7D67;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:checked.severity-mild, .symptom-card-wrapper .input-card .input-row .inputs input.radio.hover.severity-mild {
    background-color: #C04E0C;
    border-color: #C04E0C;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:checked.severity-moderate, .symptom-card-wrapper .input-card .input-row .inputs input.radio.hover.severity-moderate {
    background-color: #A94206;
    border-color: #A94206;
  }
  .symptom-card-wrapper .input-card .input-row .inputs input.radio:checked.severity-severe, .symptom-card-wrapper .input-card .input-row .inputs input.radio.hover.severity-severe {
    background-color: #903B0A;
    border-color: #903B0A;
  }
}
.symptom-card-wrapper .input-card .input-row input.radio {
  position: relative;
  opacity: 1;
  width: 16px;
  min-height: 16px;
}
.symptom-card-wrapper .input-card .input-row input.radio:hover, .symptom-card-wrapper .input-card .input-row input.radio:focus {
  background-color: white;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .symptom-card-wrapper .input-card .input-row input.radio:focus {
    outline: 2px solid;
  }
}
.symptom-card-wrapper .input-card .input-row .radio-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 8px;
  color: #00576D;
}
.symptom-card-wrapper .input-card .input-row .radio-label .severity-text {
  font-size: 16px;
  font-weight: bold;
}
.symptom-card-wrapper .input-card .input-row .radio-label .custom-severity-text {
  font-size: 14px;
  font-weight: normal;
}
.symptom-card-wrapper .input-card .remove-container {
  width: 24px;
  margin-top: -4px;
}
.symptom-card-wrapper .input-card .remove {
  flex-grow: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.no-records {
  margin-bottom: 0;
  display: none;
}

.comment {
  background: url("/images/comment.svg?v=704") ;
}

#test-history-form {
  clear: both;
}

#lab-results-navigation-container, .show-trend {
  margin-bottom: 16px;
}
#lab-results-navigation-container .btn.btn-default:hover, #lab-results-navigation-container .btn-default.btn-arrow:hover, .show-trend .btn.btn-default:hover, .show-trend .btn-default.btn-arrow:hover {
  box-shadow: none;
}
#lab-results-navigation-container #time-range-container, .show-trend #time-range-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
#lab-results-navigation-container #time-range-container .btn-pagination-prev, .show-trend #time-range-container .btn-pagination-prev {
  margin-right: 4px;
  margin-left: 0px;
}
#lab-results-navigation-container #time-range-container .btn-pagination-next, .show-trend #time-range-container .btn-pagination-next {
  margin-left: 4px;
}
#lab-results-navigation-container #time-range-container > .btn-default[disabled]:hover, .show-trend #time-range-container > .btn-default[disabled]:hover {
  background-color: inherit;
}
#lab-results-navigation-container #time-range-container > .btn-default[disabled]:hover .fa, .show-trend #time-range-container > .btn-default[disabled]:hover .fa {
  color: #3C7996;
}
#lab-results-navigation-container .flexible, .show-trend .flexible {
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
  display: flex;
}
#lab-results-navigation-container .flexible .btn.btn-default:nth-child(2), #lab-results-navigation-container .flexible .btn-default.btn-arrow:nth-child(2), .show-trend .flexible .btn.btn-default:nth-child(2), .show-trend .flexible .btn-default.btn-arrow:nth-child(2) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#lab-results-navigation-container .flexible > .btn.btn-default, #lab-results-navigation-container .flexible > .btn-default.btn-arrow, .show-trend .flexible > .btn.btn-default, .show-trend .flexible > .btn-default.btn-arrow {
  flex-grow: 1;
  min-width: 0;
}

section#lab-results > .tests {
  float: left;
}
section.tests {
  border: none;
  clear: both;
  width: 100%;
  padding: 0;
}
section.tests.sibling:last-child ul.legend {
  margin-bottom: 0;
}
section.tests.sibling li:not(.lab-result-title) {
  cursor: pointer;
}
section.test-results-section {
  margin-top: 1em;
}
section.test-results-section .information {
  border-radius: 4px;
}
section > h4 {
  font-weight: 750;
  margin-bottom: 0.75em;
}
section > .information {
  background: #FFF;
  padding: 1em;
  text-align: justify;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
section#test-charts h2 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 900;
  margin: 0 0 5px 0;
}
section#test-charts h2.lab-test-title {
  margin: 0;
}

#loading-lab-results {
  text-align: center;
}
#loading-lab-results > .spinner {
  height: 1px;
  margin-top: 40px;
}
#loading-lab-results > .alert-info {
  margin-top: 40px;
  background-color: #0D475D;
  border: #0D475D;
  color: white;
}
#loading-lab-results > .alert-danger {
  margin-top: 40px;
}

.action-btns-template li > i {
  display: none;
}

#add-new-lab-col .twitter-typeahead {
  width: 100%;
}

#add-new-lab-values {
  display: none;
}

.test-action-links {
  float: right;
}
.test-action-links a {
  clear: both;
  margin-bottom: 5px;
}

.tests-results-line {
  margin-top: 5px;
}

ul.test-notes {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
ul.test-notes .report-comments {
  display: block;
  margin-top: 8px;
  padding: 8px 2px 8px 16px;
  white-space: pre;
  font-family: "Courier New", Courier, monospace;
  line-height: 22px;
  overflow-x: auto;
  background-color: #DCE5EA;
  border-radius: 4px;
}
ul.test-notes .report-comments::-webkit-scrollbar {
  height: 10px;
}
ul.test-notes .report-comments::-webkit-scrollbar-thumb {
  background: #9abbc5;
  border-radius: 2px;
}
ul.graph {
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.graph > li {
  position: relative;
}
ul.graph > li:not(:last-child):not(:first-child) {
  border-bottom: 1px solid #ccdde2;
}
ul.graph > li.lab-result-title {
  background: none repeat scroll 0 0 #014151;
  height: 50px;
  padding: 0 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.graph > li.lab-result-title h2 {
  color: #FFF;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
ul.graph > li h3 {
  margin: 0;
  font-size: 20px;
  text-align: center;
}
ul.graph > li h3 i {
  margin-left: 4px;
  font-size: 16px;
}
ul.graph > li .graph-link {
  color: #00576D;
  text-decoration: underline;
}
ul.graph > li .graph-link:hover {
  color: #014151;
}
ul.graph .action-btns-template {
  float: right;
}
ul.graph .buttons {
  margin-bottom: 0;
}
ul.graph .buttons a {
  padding-left: 0;
  text-decoration: none;
  cursor: pointer;
}
ul.graph .buttons a:hover i {
  color: #014151;
}
ul.graph .buttons i {
  font-size: 16px;
}
ul.graph .graph-name {
  word-break: break-word;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
ul.graph .fa-chevron-down {
  display: none;
}
ul.legend {
  background: #FFF;
  padding: 1em 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.legend li {
  margin: 0 0.5em;
  font-size: 12px;
}
@media (min-width: 480px) {
  ul.legend li {
    margin: 0 2em;
    font-size: 14px;
  }
}
ul.legend li span {
  margin-left: 0.5em;
}

.legend-icon {
  margin-left: 10px;
}

.graph-container {
  margin-bottom: 20px;
  display: inline-block;
}

.related-test-graph-wrapper {
  margin-bottom: 30px;
}

.graph-wrapper {
  margin-bottom: 0;
  width: 100%;
}
.graph-wrapper .right-pan,
.graph-wrapper .left-pan {
  width: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("/images/2014/pan-arrows.png?v=704");
  background-color: #3C7996;
  bottom: 0;
  cursor: pointer;
  height: 62px;
  width: 30px;
}
.graph-wrapper .right-pan:hover,
.graph-wrapper .left-pan:hover {
  background-color: #014151;
}
.graph-wrapper .left-pan {
  background-position: 5px 20px;
  border-radius: 0 0 0 4px;
  left: 0;
}
.graph-wrapper .right-pan {
  background-position: -32px 20px;
  border-radius: 0 0 4px;
  right: 0;
}
.graph-wrapper .btn-pan-right,
.graph-wrapper .btn-pan-left {
  position: relative;
  display: inline-block;
  background-color: #C7C7C7;
  bottom: 0;
  color: #FFF;
  cursor: pointer;
  height: 26px;
  width: 26px;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}
.graph-wrapper .btn-pan-right:hover,
.graph-wrapper .btn-pan-left:hover {
  background-color: #014151;
}
.graph-wrapper .btn-pan-left {
  float: left;
}
.graph-wrapper .btn-pan-right {
  float: right;
  border-radius: 0 0 4px;
}

#test-rows .test-inputs {
  margin-bottom: 20px;
}
#test-rows h4 {
  border-bottom: 1px solid #9ABBC5;
  border-top: 2px solid #9ABBC5;
  padding: 20px 0;
  cursor: pointer;
}
#test-rows .test-row .fa-chevron-down {
  display: none;
}

.no-data-msg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.no-data-msg.show-no-data-msg {
  display: block;
}

#lab-results .test-row:hover, #test-history-section .test-row:hover {
  cursor: pointer;
}
#lab-results .highcharts-tooltip, #test-history-section .highcharts-tooltip {
  cursor: pointer !important;
}
#lab-results .highcharts-tooltip > span, #test-history-section .highcharts-tooltip > span {
  background-color: #FFF;
  border: 2px #FFF solid;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 5px;
}
#lab-results .highcharts-tooltip > span > p, #test-history-section .highcharts-tooltip > span > p {
  margin: 0;
  line-height: normal;
}
#lab-results .highcharts-tooltip > span .tooltip-date, #test-history-section .highcharts-tooltip > span .tooltip-date {
  font-weight: 900;
  font-size: 14px;
}
#lab-results .highcharts-tooltip > span .tooltip-label, #test-history-section .highcharts-tooltip > span .tooltip-label {
  font-weight: bold;
}

#test-history-section > section:nth-of-type(-n+2) ul.graph > li {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.highcharts-title {
  cursor: pointer;
  text-decoration: underline;
  line-height: 25px;
}

.highcharts-annotation-label > span {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.common-tests-help-text {
  display: block;
}

.custom-tooltip {
  background-image: none;
  background-color: #FEFADC;
}

section.drill-down-view.sibling:not(:last-child) ul {
  border-bottom: 1px solid #DCE5EA;
}
section.drill-down-view.sibling:not(:last-child) ul.legend {
  display: none;
}

#search-test-container {
  margin: 0 15px;
}

#tabs-container {
  margin: 12px 15px 0 15px;
  display: flex;
}
#tabs-container .tab-button {
  margin: 0;
  padding: 8px 0;
  width: 50%;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: #FFF;
}
#tabs-container .tab-button.active {
  background-color: #2B7D67;
  color: #FFF;
}
#tabs-container .btn-left {
  border-radius: 4px 0px 0px 4px;
}
#tabs-container .btn-right {
  border-radius: 0px 4px 4px 0px;
}

#test-results-latest, #test-results-trend {
  display: none;
}

.show-trend #test-results-trend, .show-latest #test-results-latest {
  display: flex;
  flex-direction: column;
}

.drill-down #test-results-latest {
  display: none;
}
.drill-down #test-results-trend {
  display: flex;
  flex-direction: column;
}

.about-test {
  align-items: center;
}
.about-test.hide-print.learn-more {
  display: flex;
}
.about-test.hide-print.learn-more .info-icon {
  margin-top: 4px;
}
.about-test:hover {
  text-decoration: underline;
}
.about-test .about-test-text {
  margin-top: 1px;
  margin-left: 4px;
  color: #3C7996;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

#test-results-latest .alert-info {
  display: none;
}
#test-results-latest .heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 6px;
}
#test-results-latest .data-point {
  padding: 10px;
}
#test-results-latest .data-point .first-row, #test-results-latest .data-point .second-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#test-results-latest .data-point .second-row {
  align-items: center;
}
#test-results-latest .data-point .second-row .date-value-and-delayed {
  margin-right: 15px;
  margin-top: 6px;
}
#test-results-latest .data-point:active {
  background-color: #DCE5EA;
}
#test-results-latest .data-point .test-value {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  min-width: 5px;
}
@media (max-width: 768px) {
  #test-results-latest .data-point .test-value {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  #test-results-latest .data-point .test-value {
    max-width: 80px;
  }
}
#test-results-latest .data-point .test-name, #test-results-latest .data-point .test-value {
  font-weight: 900;
  line-height: 20px;
  white-space: nowrap;
}
#test-results-latest .data-point .test-name {
  font-size: 18px;
  color: black;
}
#test-results-latest .data-point .test-name:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  #test-results-latest .data-point .test-name {
    font-size: 16px;
  }
}
#test-results-latest .data-point .test-unit, #test-results-latest .data-point .test-name {
  overflow: hidden;
  text-overflow: ellipsis;
}
#test-results-latest .data-point .test-unit {
  align-self: flex-start;
}
#test-results-latest .data-point .test-unit, #test-results-latest .data-point .test-range, #test-results-latest .data-point .test-change, #test-results-latest .data-point .test-prefix {
  margin-top: 4px;
  white-space: nowrap;
}
#test-results-latest .data-point .test-range:not(:last-child), #test-results-latest .data-point .test-change:not(:last-child) {
  margin-right: 10px;
}
#test-results-latest .data-point .test-prefix {
  margin-right: 6px;
}
#test-results-latest .data-point .test-unit, #test-results-latest .data-point .test-delayed, #test-results-latest .data-point .test-change, #test-results-latest .data-point .test-prefix {
  font-size: 12px;
  font-weight: 700;
  color: #5C656B;
}
#test-results-latest .data-point .test-unit {
  padding-top: 2px;
}
#test-results-latest .data-point .test-range {
  font-size: 12px;
  font-weight: 700;
  color: white;
  background-color: #2B7D67;
  border-radius: 4px;
  padding: 1px 4px 1px 4px;
}
#test-results-latest .data-point .test-range.out-of-range {
  color: white;
  background-color: #AD2424;
}
#test-results-latest .data-point .test-range-container {
  margin-right: 15px;
  text-align: right;
  justify-content: right;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
#test-results-latest .data-point .test-name-and-about {
  display: flex;
  overflow: hidden;
  min-width: 40px;
}
#test-results-latest .data-point .test-name-and-about .about-test {
  margin-right: 0;
}
@media (max-width: 480px) {
  #test-results-latest .data-point .test-name-and-about .about-test {
    display: none;
  }
}
#test-results-latest .data-point .test-name-and-about .about-test .about-test-text {
  font-size: 12px;
}
#test-results-latest .data-point .test-name-and-about .about-test .info-icon {
  margin-left: 10px;
}
#test-results-latest .data-point .test-date {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  margin: 3px 6px 0 6px;
  white-space: nowrap;
  color: black;
}
#test-results-latest .data-point .out-of-range {
  color: #AD2424;
}
#test-results-latest .data-point .values-and-chevron {
  display: flex;
}
#test-results-latest .data-point .test-values {
  display: flex;
  flex-direction: column;
}
#test-results-latest .data-point .date-value-and-delayed {
  display: flex;
  flex-direction: column;
}
#test-results-latest .data-point .date-value-and-delayed .test-delayed {
  margin-right: 0;
}
#test-results-latest .data-point .test-delayed {
  font-size: 12px;
  text-align: right;
  max-width: 170px;
  margin-top: 4px;
  margin-right: 13px;
}
#test-results-latest .data-point .value-and-date {
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: right;
}
#test-results-latest .data-point .thin-chevron {
  background: url("/images/thin-chevron.svg?v=704") ;
  height: 12px;
  min-width: 7px;
  margin-left: 8px;
  margin-top: 4px;
}

#welcome-heading {
  font-size: 24px;
  line-height: 1.33;
  margin: 0;
}

.sharing #teams-section-heading {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
}
.sharing #teams-section-heading .edit-all-btn-wrapper {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .sharing #teams-section-heading {
    flex-direction: column;
  }
  .sharing #teams-section-heading .edit {
    margin-left: 0;
    margin-top: 8px;
  }
}
.sharing #teams-section-heading #title-and-subtitle > h2 {
  margin: 0;
}
.sharing #teams-section-heading #title-and-subtitle p {
  margin: 0;
}
.sharing .consent-entity {
  padding: 16px 16px 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sharing .consent-entity:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.sharing .consent-entity .title-logo-edit {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sharing .consent-entity .title-logo-edit .title-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sharing .consent-entity .consent-team-logo-sm {
  max-height: 50px;
  padding-bottom: 16px;
}
.sharing .consent-entity h3 {
  margin: 0;
}
.sharing .consent-entity .subtitle {
  margin-top: 0;
  font-weight: normal;
}
.sharing .consent-entity .name {
  margin-top: 0;
}
.sharing .consent-entity .category-content {
  padding-top: 5px;
  font-size: 16px;
  display: flex;
}
.sharing .consent-entity .category-content .bullet-point {
  margin: 5px 5px 0 0;
}
.sharing .consent-entity .category-content .bullet-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
.sharing .consent-entity .category-content .bullet-text b {
  padding-right: 5px;
}
.sharing .consent-entity .category-content .bullet-text .healthcare-text {
  margin-right: 16px;
}
.sharing .consent-entity .category-content .bullet-text a {
  display: flex;
  align-items: center;
  white-space: normal;
  font-size: 16px;
}
.sharing .consent-entity .category-content .bullet-text a .icon-add {
  margin-right: 2px;
  margin-left: 0px;
  min-width: 10px;
}
.sharing .consent-entity .category-content .bullet-text a:hover .icon-add {
  background: url("/images/add-24-hovered.svg?v=704") ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.sharing .consent-entity .triangle {
  background: url("/images/triangle.svg?v=704") ;
  margin-top: 4px;
  height: 12px;
  margin-left: 16px;
  margin-bottom: -1px;
  background-position: bottom;
}
.sharing .consent-entity .healthcare-notification {
  width: 100%;
  padding: 16px;
  background-color: #2B7D67;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
}

.team-consent-form #sharing-heading-section {
  margin-bottom: 18px;
}
.team-consent-form #sharing-heading-section #review-sharing-heading h1 {
  font-size: 24px;
  margin: 0;
}
.team-consent-form #sharing-heading-section #review-sharing-heading h1 span {
  font-weight: 400;
}
.team-consent-form #sharing-heading-section #team-logo-and-name {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.team-consent-form #sharing-heading-section #team-logo-and-name .consent-team-logo {
  margin-right: 16px;
  max-height: 80px;
  max-width: 80px;
}
.team-consent-form #sharing-heading-section #team-logo-and-name #team-name {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: black;
}
.team-consent-form #sharing-heading-section #team-logo-and-name #team-name div {
  font-size: 18px;
  margin: 0 0 4px;
  line-height: 1.4;
  font-weight: 900;
}
.team-consent-form #sharing-heading-section #team-information {
  margin: 20px 0 0 2px;
  color: #000;
}
.team-consent-form .icon-settings {
  margin-right: 4px;
}
.team-consent-form .subsection-heading {
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
}
.team-consent-form .subsection-heading h3 {
  font-size: 18px;
  line-height: 1.44;
  margin: 0;
}
.team-consent-form .subsection-heading p {
  margin: 0;
}
.team-consent-form .section-simple-content {
  font-size: 14px;
  line-height: 1.57;
  color: #686868;
}
.team-consent-form .link {
  margin-right: 10px;
}
.team-consent-form .btn-save {
  white-space: normal;
}
.team-consent-form .checkbox-new {
  margin: 0 32px 0 0;
}
.team-consent-form .checkbox-new label {
  color: #3C7996;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

#contact-preferences-consents .explanation-paragraph, #improve-healthcare-consents .explanation-paragraph {
  overflow-wrap: break-word;
  margin-left: 30px;
}
#contact-preferences-consents .explanation-paragraphs > :not(:first-child), #improve-healthcare-consents .explanation-paragraphs > :not(:first-child) {
  margin-top: 24px;
}

#improve-healthcare-consents > .additional-consent-grant-section-future-contact > .explanation-paragraphs {
  margin-bottom: 16px;
}

#contact-preferences-consents {
  margin: 8px 24px 24px;
}
#contact-preferences-consents .checkbox-new {
  margin-top: 16px;
}

#privacy-pie-selectors {
  display: flex;
  margin-bottom: 24px;
}
#privacy-pie-selectors .privacy-checkboxes {
  display: flex;
  flex-direction: column;
  margin-right: 56px;
  flex-shrink: 0;
}
#privacy-pie-selectors .privacy-checkboxes .checkbox-new {
  margin-bottom: 14px;
}

.pie-container {
  display: flex;
  margin-right: 160px;
  flex-direction: column;
}
.pie-container .pie-slice {
  position: absolute;
  width: 148px;
  height: 148px;
  clip: rect(0px, 148px, 148px, 74px);
}
.pie-container .slice {
  position: absolute;
  width: 148px;
  height: 148px;
  clip: rect(0px, 74px, 148px, 0px);
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  -moz-border-radius: 74px;
  -webkit-border-radius: 74px;
  border-radius: 74px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pie-container .slice span.lock {
  background: url("/images/lock.svg?v=704") ;
}
.pie-container .slice.enabled span.tick {
  background: url("/images/tick.svg?v=704") ;
}
.pie-container .general {
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.pie-container .general .slice.enabled {
  background-color: #d08124;
  border-color: #d08124;
}
.pie-container .general span {
  -moz-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 25%;
  left: 25%;
}
.pie-container .social {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: -3px;
}
.pie-container .social .slice.enabled {
  background-color: #7f56f4;
  border-color: #7f56f4;
}
.pie-container .social span {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25%;
  left: 25%;
}
.pie-container .mental {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 3px;
}
.pie-container .mental .slice.enabled {
  background-color: #10828e;
  border-color: #10828e;
}
.pie-container .mental span {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 25%;
  left: 25%;
}
.pie-container .sexual {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 3px;
}
.pie-container .sexual .slice.enabled {
  background-color: #dc62ba;
  border-color: #dc62ba;
}
.pie-container .sexual span {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 25%;
  left: 25%;
}

@media (max-width: 516px) {
  #privacy-pie-selectors {
    flex-wrap: wrap;
  }
  #privacy-pie-selectors .pie-container {
    width: 100%;
    align-items: center;
    margin-bottom: 150px;
  }
  #privacy-pie-selectors .privacy-checkboxes {
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    flex-direction: row;
    flex-shrink: 1;
    width: 100%;
  }
  #privacy-pie-selectors .privacy-checkboxes .checkbox-new {
    margin-right: 10px;
    min-width: 185px;
  }
}
.privacy-checkboxes .checkbox-new div.privacy-locked-24 {
  background: url("/images/privacy-locked-24.svg?v=704") ;
}
.privacy-checkboxes .checkbox-new div.enabled.privacy-general-updated-24 {
  background: url("/images/privacy-general-updated-24.svg?v=704") ;
}
.privacy-checkboxes .checkbox-new div.enabled.privacy-social-updated-24 {
  background: url("/images/privacy-social-updated-24.svg?v=704") ;
}
.privacy-checkboxes .checkbox-new div.enabled.privacy-sexual-updated-24 {
  background: url("/images/privacy-sexual-updated-24.svg?v=704") ;
}
.privacy-checkboxes .checkbox-new div.enabled.privacy-mental-updated-24 {
  background: url("/images/privacy-mental-updated-24.svg?v=704") ;
}

/* ==========================================================================
   Settings Page displayed on eg /auth/manageUserProfileForm.action?contextUserId=1615
   ========================================================================== */
#manageProfile_form {
  margin-left: -15px;
  margin-right: -15px;
  background-color: #FFF;
  padding: 10px 24px 0 24px;
  border-radius: 4px;
}
#manageProfile_form .value-input, #manageProfile_form #select-locale, #manageProfile_form .niceRadio {
  margin-top: 6px;
}
#manageProfile_form table {
  margin-left: -20px;
}
#manageProfile_form table th {
  background-color: #FFF;
  height: auto;
}
#manageProfile_form table td {
  border-bottom: 0;
}
#manageProfile_form .add {
  padding-left: 0;
}
#manageProfile_form .password-field {
  margin-bottom: 4px;
}

.logo-row #logo {
  margin: 12px 0;
  max-width: 240px;
}

#gpdata .section-heading {
  border-bottom: none;
}
#gpdata .section-subheading {
  color: black;
}
#gpdata .form-actions-new {
  padding: 32px 32px 32px;
}
#gpdata a.back-link {
  margin-right: auto;
}
#gpdata button.btn.btn-secondary:hover, #gpdata button.btn-secondary.btn-arrow:hover {
  background-color: #F5F8F9;
}

/* Shared between patient and pro views */
/* ==========================================================================
   Edit Consent Team
   ========================================================================== */
.share-records-inputs {
  position: relative;
}

#sharing-consent-toggle {
  margin-top: 0;
}
#sharing-consent-toggle .toggle-handle {
  cursor: not-allowed;
  pointer-events: none;
}
#sharing-consent-toggle .btn-default.active:hover {
  background-color: #e6e6e6;
}

.disabled .disable-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(233, 233, 233, 0.75);
  z-index: 99;
}

.checkbox-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* ==========================================================================
   OLD CRAP TO BE RE FACTORED:
   ========================================================================== */
section.fast_box {
  background: #FFF;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid #CBCBCB;
  margin: 0 0 20px 0;
}

section.fast_box ul li {
  display: inline;
  margin-right: 10px;
}

div.header-banner {
  background-position: center center;
  background-size: cover !important;
  position: relative;
  max-width: none;
}
div.header-banner .title-bar {
  background-color: rgba(43, 158, 125, 0.6);
  bottom: 0;
  height: 60px;
  line-height: 60px;
  position: absolute;
  width: 100%;
}
div.header-banner .title-bar h1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  width: 960px;
  color: white;
  text-shadow: 1px 1px black;
}

div.consent {
  height: 270px;
  background-image: url("/images/2014/headers/Consent_Header_Asset.jpg?v=704");
}

h2.consent-header {
  background-image: url("/images/2014/blue-tick.png?v=704");
  background-repeat: no-repeat;
  color: #000;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin: 25px 0;
  padding-left: 60px;
}

/* @end */
div.graph-wrapper {
  position: relative;
  float: left;
}

#skip a, #skip a:hover, #skip a:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

#timings {
  font-size: 0.7em;
  position: fixed;
  bottom: 0;
  right: 0;
  color: white;
  background-color: #AAAAAA;
  padding: 5px;
  zoom: 1;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}

#timings.timingsWarn {
  background-color: #ff0000;
}

#timingsHidden {
  font-size: 0.5em;
  color: white;
  padding: 5px;
  display: none;
}

.no_entries_msg,
.confirm_msg,
.notification {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #111;
}

.white-box {
  background: #FFF;
  padding: 15px;
  color: #111;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 4px 0px #c8c8c8;
  -moz-box-shadow: 1px 1px 4px 0px #c8c8c8;
  box-shadow: 1px 1px 4px 0px #c8c8c8;
  margin-bottom: 30px;
  margin-top: 10px;
}
.white-box h2 {
  font-weight: 600;
  color: #111;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.white-box h3 {
  font-weight: 300;
  color: #111;
  font-size: 1em;
}

.permissions-inputs input[type="checkbox"] + label.nice-checkmark {
  vertical-align: top;
}

.privacy-label {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  padding: 4px 7px;
  background-color: #DCE5EA;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  vertical-align: bottom;
}
.privacy-label div.privacy-general-16 {
  background: url("/images/privacy-general-16.svg?v=704") ;
}
.privacy-label div.privacy-social-16 {
  background: url("/images/privacy-social-16.svg?v=704") ;
}
.privacy-label div.privacy-sexual-16 {
  background: url("/images/privacy-sexual-16.svg?v=704") ;
}
.privacy-label div.privacy-mental-16 {
  background: url("/images/privacy-mental-16.svg?v=704") ;
}
.privacy-label span {
  padding-left: 0.2875em;
}

.a11y-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.clinical-trial-banner {
  clear: left;
  margin-bottom: 20px;
}
.clinical-trial-banner .gradient-wrapper {
  padding: 24px;
  background: linear-gradient(94.91deg, #E24E6E 0%, #C7609E 100%);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
.clinical-trial-banner .gradient-wrapper .about-trial {
  margin-bottom: 24px;
}
.clinical-trial-banner .gradient-wrapper .about-trial .handshake {
  background: url("/images/handshake.svg?v=704") no-repeat center;
  min-width: 42px;
  width: 42px;
  height: 42px;
  margin-right: 23px;
}
.clinical-trial-banner .gradient-wrapper .about-trial h2 {
  margin: 0;
  margin-bottom: 3px;
}
.clinical-trial-banner .gradient-wrapper .about-trial p {
  font-size: 16px;
  margin-bottom: 0;
}
.clinical-trial-banner .gradient-wrapper .about-trial h2, .clinical-trial-banner .gradient-wrapper .about-trial p {
  color: #FFF;
}
.clinical-trial-banner .gradient-wrapper .available-trial {
  background: #FFF;
  border-radius: 16px;
  padding: 18px;
}
.clinical-trial-banner .gradient-wrapper .available-trial h3 {
  margin: 0;
}
.clinical-trial-banner .gradient-wrapper .available-trial .org-name {
  font-size: 18px;
  line-height: 26px;
}
.clinical-trial-banner .gradient-wrapper .available-trial .team-information {
  font-size: 16px;
  line-height: 24px;
}
.clinical-trial-banner .gradient-wrapper .available-trial .team-logo {
  border-radius: 8px;
  border: 1px solid #C7C7C7;
  margin-right: 18px;
  max-width: 240px;
  height: 60px;
}
.clinical-trial-banner .gradient-wrapper .available-trial .team-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.clinical-trial-banner .gradient-wrapper .available-trial .share-btn {
  background: #3C7996;
  color: #FFF;
  border-radius: 4px;
  padding: 8px 16px;
  white-space: nowrap;
  width: fit-content;
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  margin-top: 25px;
  margin-left: 0;
}
.clinical-trial-banner .trial-matching-information {
  background: #EBF0F3;
  padding: 14px 23px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.clinical-trial-banner .trial-matching-information .info-16 {
  background: url("/images/info-black.svg?v=704") ;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
}
.clinical-trial-banner .trial-matching-information h3, .clinical-trial-banner .trial-matching-information p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.clinical-trial-banner .trial-matching-information p:first-child {
  margin-bottom: 10px;
}
.clinical-trial-banner .about-trial, .clinical-trial-banner .available-trial, .clinical-trial-banner .trial-matching-information, .clinical-trial-banner .logo-and-text {
  display: flex;
  flex-direction: row;
}
@media (max-width: 580px) {
  .clinical-trial-banner .gradient-wrapper .about-trial, .clinical-trial-banner .gradient-wrapper .available-trial, .clinical-trial-banner .gradient-wrapper .logo-and-text {
    flex-direction: column;
    align-items: center;
  }
  .clinical-trial-banner .gradient-wrapper .about-trial {
    text-align: center;
  }
  .clinical-trial-banner .gradient-wrapper .about-trial p {
    font-size: 14px;
  }
  .clinical-trial-banner .gradient-wrapper .about-trial h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .clinical-trial-banner .gradient-wrapper .about-trial .handshake {
    margin-right: 0;
    margin-bottom: 10px;
    align-self: center;
  }
  .clinical-trial-banner .gradient-wrapper .available-trial .team-logo {
    margin-bottom: 13px;
    margin-right: 0;
    justify-self: center;
  }
  .clinical-trial-banner .gradient-wrapper .available-trial .team-information {
    font-size: 14px;
    line-height: 21px;
  }
  .clinical-trial-banner .gradient-wrapper .available-trial .team-name {
    font-size: 18px;
    line-height: 26px;
  }
  .clinical-trial-banner .gradient-wrapper .available-trial .org-name {
    font-size: 16px;
    line-height: 20px;
  }
  .clinical-trial-banner .trial-matching-information h3, .clinical-trial-banner .trial-matching-information p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}

.needs-margin {
  margin-top: 80px;
}

/* Styles applied when viewing the site via NHS App */
/**
 * NHS App styles
 **/
/**
 * Public semantic variables of NHS colors
 **/
/* for IE10 and above but not Edge */
/* for iOS devices */
/* ------------------------------------------------------------ *\
|* Colours
\* ------------------------------------------------------------ */
/**
 * Colour palette -- private use for easier identification of colours
 **/
/* Greens */
/* Yellows */
/* Oranges */
/* Reds */
/* Grays */
/* Whites */
/* Blacks */
/* Chart levels */
/* Discussions timeline colours -- these are fixed elements that should not be theme-based */
/* Privacy flags */
/* Symptom severities */
/* Promo colours (clinical trials) */
/* General */
/* Typography */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#common_weight_name_mapping */
/* Lists */
/* Buttons */
/* NHS UK */
/* for IE10 and above but not Edge */
/* for iOS devices */
/**
 * Public semantic variables of NHS colors
 **/
.nhs-england-style .nhsuk-panel {
  box-sizing: border-box;
  padding: 20px;
  border: 4px solid transparent;
  color: #ffffff !important;
  background: #007f3b;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 16px;
}
@media (max-width: 641px) {
  .nhs-england-style .nhsuk-panel {
    padding: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.nhs-england-style .nhsuk-panel__title {
  color: #ffffff !important;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px;
}
.nhs-england-style .nhsuk-panel__title:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: 'Frutiger W01';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FrutigerLTW01-55Roman.eot?#iefix");
  src: url("../fonts/FrutigerLTW01-55Roman.eot?#iefix") format("eot"), url("../fonts/FrutigerLTW01-55Roman.woff2?v=704") format("woff2"), url("../fonts/FrutigerLTW01-55Roman.woff?v=704") format("woff"), url("../fonts/FrutigerLTW01-55Roman.ttf?v=704") format("truetype"), url("../fonts/FrutigerLTW01-55Roman.svg#7def0e34-f28d-434f-b2ec-472bde847115") format("svg");
}
@font-face {
  font-family: 'Frutiger W01';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/FrutigerLTW01-65Bold.eot?#iefix");
  src: url("../fonts/FrutigerLTW01-65Bold.eot?#iefix") format("eot"), url("../fonts/FrutigerLTW01-65Bold.woff2?v=704") format("woff2"), url("../fonts/FrutigerLTW01-65Bold.woff?v=704") format("woff"), url("../fonts/FrutigerLTW01-65Bold.ttf?v=704") format("truetype"), url("../fonts/FrutigerLTW01-65Bold.svg#eae74276-dd78-47e4-9b27-dac81c3411ca") format("svg");
}
.nhsapp {
  font-family: "Frutiger W01";
  padding: 0.7em 0;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
}
.nhsapp.backbutton, .nhsapp.wayfinder {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1000;
  background-color: #f0f4f5;
}
.nhsapp.wayfinder {
  font-size: 17px;
  height: 80px;
  display: flex;
  background-color: #005eb8;
}
.nhsapp.wayfinder .container {
  display: flex;
  align-items: center;
}
.nhsapp.wayfinder img {
  margin-right: auto;
}
.nhsapp.wayfinder a {
  color: #FFF;
  margin-left: 8px;
}
.nhsapp.wayfinder a:focus {
  color: #212b32;
  background-color: #FFEB3B;
  box-shadow: 0 -2px #FFEB3B, 0 4px #212b32;
  text-decoration: none;
}
.nhsapp.wayfinder a #logout-text-short {
  display: none;
}
@media (max-width: 480px) {
  .nhsapp.wayfinder a #logout-text-long {
    display: none;
  }
  .nhsapp.wayfinder a #logout-text-short {
    display: inline;
  }
}
.nhsapp.banner {
  position: sticky;
  min-height: 35px;
  background-color: #d8dde0;
  color: #212b32;
  font-size: 14px;
  border-bottom: 1px solid #979797;
  padding-bottom: 6px;
  z-index: 999;
}
.nhsapp #link-nhsapp-back {
  display: inline-block;
  padding-left: 16px;
  position: relative;
  line-height: 16px;
  color: #005eb8;
}
.nhsapp #link-nhsapp-back svg {
  height: 24px;
  left: -8px;
  position: absolute;
  top: -4px;
  width: 24px;
  fill: #005eb8;
}
.nhsapp #link-nhsapp-back:hover, .nhsapp #link-nhsapp-back:hover:active {
  text-decoration: underline;
  color: #7c2855;
}
.nhsapp #link-nhsapp-back:hover svg, .nhsapp #link-nhsapp-back:hover:active svg {
  fill: #7c2855;
}
.nhsapp #link-nhsapp-back:focus {
  background-color: #FFEB3B;
  color: #212b32;
  border-bottom: 4px solid #212b32;
  text-decoration: none;
  outline: none;
}
.nhsapp #link-nhsapp-back:focus svg {
  fill: #212b32;
}
.nhsapp #link-nhsapp-back:focus:hover {
  color: #7c2855;
}
.nhsapp #link-nhsapp-back:active {
  color: #002f5c;
}
.nhsapp #link-nhsapp-back:active:focus {
  color: #002f5c;
}
.nhsapp #link-nhsapp-done {
  display: inline-block;
  position: relative;
  line-height: 16px;
  color: #005eb8;
}
.nhsapp #link-nhsapp-done:hover, .nhsapp #link-nhsapp-done:hover:active {
  text-decoration: underline;
  color: #7c2855;
}
.nhsapp #link-nhsapp-done:focus {
  background-color: #FFEB3B;
  color: #212b32;
  border-bottom: 4px solid #212b32;
  text-decoration: none;
  outline: none;
}
.nhsapp #link-nhsapp-done:focus:hover {
  color: #7c2855;
}
.nhsapp #link-nhsapp-done:active {
  color: #002f5c;
}
.nhsapp #link-nhsapp-done:active:focus {
  color: #002f5c;
}

.mobile-optimized .nhsapp.banner {
  margin-bottom: -2px;
}

.nhs-menu-background {
  background-color: #f0f4f5;
}

.nhsmenu {
  padding: 0;
  background-color: #f0f4f5;
}
.nhsmenu .container {
  padding: 0;
}
.nhsmenu h1 {
  padding: 8px 0 32px 16px;
  font-size: 32px;
  line-height: 2em;
  height: auto;
  display: block;
}
.nhsmenu li {
  margin: 2px 0;
  border-top: 1px solid #f0f4f5;
  border-bottom: 1px solid #f0f4f5;
  position: relative;
  background-color: #FFFFFF;
}
.nhsmenu li:hover {
  background-color: #003D78;
}
.nhsmenu li a {
  display: flex;
  align-items: center;
  padding: 16px 4px 16px 16px;
  line-height: 1.5;
  color: #005eb8;
  font-weight: 600;
  justify-content: space-between;
}
.nhsmenu li a:hover {
  color: white;
  text-decoration: none;
}
.nhsmenu li a:hover .nhs-menu-description {
  color: inherit;
}
.nhsmenu li a .nhs-menu-element {
  flex: 1 0;
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
}
.nhsmenu li a .nhs-menu-description {
  font-weight: normal;
  color: initial;
  font-size: 16px;
  line-height: 24px;
}
.nhsmenu li a svg {
  width: 34px;
  fill: #aeb7bd;
}

.nhs-navigation-menu {
  margin: 20px -15px 100px -15px;
  font-size: 18px;
  line-height: 24px;
}
.nhs-navigation-menu .nhs-navigation-link:hover, .nhs-navigation-menu li:hover {
  background-color: #FFF;
  color: #7c2855;
}
.nhs-navigation-menu .nhs-navigation-link:hover .nhs-menu-text, .nhs-navigation-menu li:hover .nhs-menu-text {
  text-decoration: underline;
}
.nhs-navigation-menu .nhs-navigation-link {
  border-bottom: 1px solid #aeb7bd;
  padding-left: 22px;
}
.nhs-navigation-menu .nhs-navigation-link .icon {
  margin-right: 6px;
}
.nhs-navigation-menu .nhs-navigation-link svg {
  fill: #636363;
}
.nhs-navigation-menu .nhs-navigation-link .nhs-menu-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nhs-navigation-menu .nhs-navigation-link:focus {
  outline: none;
  text-decoration: none;
}
.nhs-navigation-menu .nhs-navigation-link:focus .nhs-menu-text {
  background-color: #FFEB3B;
  color: #212b32;
  border-bottom: 4px solid #212b32;
  text-decoration: none;
}

.nhs-only, a.btn-secondary.nhs-only {
  display: none;
}

.nhs-england-style, .nhs-style {
  /* https://design-system.nhsapp.service.nhs.uk/components/tag/ */
}
.nhs-england-style .nhs-only, .nhs-england-style a.btn-secondary.nhs-only, .nhs-style .nhs-only, .nhs-style a.btn-secondary.nhs-only {
  display: inline-block;
}
.nhs-england-style .nhs-hide, .nhs-style .nhs-hide {
  display: none !important;
}
.nhs-england-style .nhsapp-tag, .nhs-style .nhsapp-tag {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 10px;
}
.nhs-england-style .nhsapp-tag.nhsapp-tag--grey, .nhs-style .nhsapp-tag.nhsapp-tag--grey {
  color: #303E4F;
  background-color: #E6E2E2;
}
.nhs-england-style .nhsapp-tag.nhsapp-tag--yellow, .nhs-style .nhsapp-tag.nhsapp-tag--yellow {
  color: #5B4701;
  background-color: #EEE8A7;
}

.message-box .section-heading {
  background: #014151;
}
.message-box .section-heading h2 {
  color: #FFF;
  font-size: 20px;
}
.message-box .section-simple-content .bullet-points {
  padding-top: 0;
  padding-left: 22px;
}

.nhs-england-style {
  color: #212b32;
  background-color: #f0f4f5;
  font-family: "Frutiger W01";
  /* https://www.figma.com/design/dIPJsWDxITOKnwWeskmTHB/Guidelines?node-id=35-1152&t=4NwPqOrHbYRaMZYI-0 */
  /** NHS heading styles **/
  /* Primary Paragraph */
}
.nhs-england-style h1, .nhs-england-style h2, .nhs-england-style h3, .nhs-england-style h4, .nhs-england-style h5, .nhs-england-style .nhsuk-heading-xl, .nhs-england-style .nhsuk-heading-l, .nhs-england-style .nhsuk-heading-m, .nhs-england-style .nhsuk-heading-s, .nhs-england-style .nhsuk-heading-xs {
  font-family: "Frutiger W01";
  font-weight: bold;
  color: #212b32;
  marin-top: 0;
}
.nhs-england-style h1, .nhs-england-style .nhs-uk-heading-xl {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 480px) {
  .nhs-england-style h1, .nhs-england-style .nhs-uk-heading-xl {
    font-size: 32px;
    line-height: 36px;
  }
}
.nhs-england-style h1.subject, .nhs-england-style .nhs-uk-heading-xl.subject {
  text-align: left;
}
.nhs-england-style h2, .nhs-england-style .nhs-uk-heading-l {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 480px) {
  .nhs-england-style h2, .nhs-england-style .nhs-uk-heading-l {
    font-size: 24px;
    line-height: 32px;
  }
}
.nhs-england-style h3, .nhs-england-style .nhs-uk-heading-m {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .nhs-england-style h3, .nhs-england-style .nhs-uk-heading-m {
    font-size: 20px;
    line-height: 28px;
  }
}
.nhs-england-style h4, .nhs-england-style .nhsuk-heading-s {
  font-size: 22px;
  line-height: 32px;
}
@media (max-width: 480px) {
  .nhs-england-style h4, .nhs-england-style .nhsuk-heading-s {
    font-size: 18px;
    line-height: 28px;
  }
}
.nhs-england-style h5, .nhs-england-style .nhsuk-heading-xs {
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style h5, .nhs-england-style .nhsuk-heading-xs {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style hr {
  border-top: 1px solid #d8dde0;
  margin: 24px 0;
}
.nhs-england-style hr.nhs-only {
  display: block;
}
.nhs-england-style .nhsuk-body {
  font-size: 19px;
  line-height: 28px;
  font-weight: normal;
  color: #212b32;
}
@media (max-width: 480px) {
  .nhs-england-style .nhsuk-body {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style > .infoMessage {
  font-size: 16px;
  margin-top: 2em;
}
.nhs-england-style .container {
  max-width: 640px;
}
.nhs-england-style .nhs-btn-group {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.nhs-england-style .nhs-btn-group a:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 641px) {
  .nhs-england-style .nhs-btn-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .nhs-england-style .nhs-btn-group a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.nhs-england-style .section .section-heading, .nhs-england-style .section.plain-nhs-section .section-heading {
  margin-bottom: 10px;
}
.nhs-england-style .section .section-heading h2, .nhs-england-style .section.plain-nhs-section .section-heading h2 {
  margin-bottom: 10px;
}
.nhs-england-style .section .section-heading h2.nhs-message-box-heading, .nhs-england-style .section.plain-nhs-section .section-heading h2.nhs-message-box-heading {
  color: #FFF;
  margin: 0;
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style .section .section-heading h2.nhs-message-box-heading, .nhs-england-style .section.plain-nhs-section .section-heading h2.nhs-message-box-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style .section .section-heading h2.nhs-important-box-header, .nhs-england-style .section.plain-nhs-section .section-heading h2.nhs-important-box-header {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}
.nhs-england-style textarea:focus, .nhs-england-style .select2-container-multi.select2-container-active, .nhs-england-style localeSelect:focus {
  border: 2px solid #212b32;
  box-shadow: inset 0 0 0 2px;
  outline: 4px solid #FFEB3B !important;
  outline-offset: 0;
  transition: box-shadow 0s;
}
.nhs-england-style .select2-container-multi.select2-container-active .select2-choices {
  border-color: #212b32;
  box-shadow: inset 0 0 0 1px #212b32;
  border-radius: 0;
}
.nhs-england-style .content-toggle {
  font-size: 16px;
  font-weight: 400;
  color: #005eb8;
  text-decoration: underline;
  align-items: center;
  line-height: 24px;
}
.nhs-england-style .content-toggle.close-link {
  margin-bottom: 24px;
}
.nhs-england-style .content-toggle:hover {
  text-decoration: none;
  color: #7c2855;
}
.nhs-england-style .content-toggle:focus {
  background-color: #FFEB3B;
  color: #212b32;
  border-bottom: 4px solid #212b32;
  text-decoration: none;
  padding-bottom: 8px;
}
.nhs-england-style .content-toggle:focus .nhs-minus-icon {
  background: url("/images/nhs-minus-icon-black.svg?v=704") ;
}
.nhs-england-style .content-toggle:focus .nhs-plus-icon {
  background: url("/images/nhs-plus-icon-black.svg?v=704") ;
}
.nhs-england-style .content-toggle .nhs-minus-icon {
  background: url("/images/nhs-minus-icon.svg?v=704") ;
}
.nhs-england-style .content-toggle .nhs-plus-icon {
  background: url("/images/nhs-plus-icon.svg?v=704") ;
}
.nhs-england-style .content-toggle .nhs-minus-icon, .nhs-england-style .content-toggle .nhs-plus-icon {
  margin-right: 6px;
}
.nhs-england-style .privacy-label {
  background-color: transparent;
  font-size: 17px;
  padding: 0;
}
.nhs-england-style .link-with-icon {
  text-decoration: none;
  display: flex;
}
.nhs-england-style .link-with-icon:hover {
  color: #7c2855;
  text-decoration: underline;
}
.nhs-england-style .link-with-icon:hover .image-and-title .item-title {
  color: #7c2855;
  font-size: 20px;
  line-height: 28px;
  font-weight: 900;
}
.nhs-england-style .link-with-icon:focus {
  text-decoration: none;
}
.nhs-england-style .link-with-icon:focus .nhs-link-icon {
  background: url("/images/nhs-link-icon-black.svg?v=704") ;
}
.nhs-england-style .link-with-icon:focus .image-and-title {
  background-color: #FFEB3B;
  color: #212b32;
  border-bottom: 4px solid #212b32;
}
.nhs-england-style .link-with-icon:focus .image-and-title .item-title {
  color: #212b32;
}
.nhs-england-style .link-with-icon .nhs-link-icon {
  background: url("/images/nhs-link-icon.svg?v=704") ;
  margin-right: 6px;
}
.nhs-england-style .link-with-icon .image-and-title {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-top: 24px;
}
.nhs-england-style .link-with-icon .image-and-title .item-title {
  color: #005eb8;
  font-weight: 600;
}
.nhs-england-style .labelled-content {
  margin-bottom: 24px;
}
.nhs-england-style .labelled-content .control-label {
  font-size: 20px;
  line-height: 28px;
}
.nhs-england-style .nhs-privacy-sub-heading {
  font-size: 18px;
  line-height: 26px;
}
.nhs-england-style a.btn-nhs-primary, .nhs-england-style a.btn-nhs-secondary, .nhs-england-style .btn-nhs-primary, .nhs-england-style .btn-nhs-secondary, .nhs-england-style .btn-primary {
  font-size: 19px;
  line-height: 24px;
  font-weight: bold;
  padding: 12px 19px;
  color: #FFF;
  box-shadow: 0px 4px 0px #003317;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 0px;
  min-width: 135px;
  min-height: 40px;
}
.nhs-england-style a.btn-nhs-primary:focus, .nhs-england-style a.btn-nhs-primary:focus:hover, .nhs-england-style a.btn-nhs-secondary:focus, .nhs-england-style a.btn-nhs-secondary:focus:hover, .nhs-england-style .btn-nhs-primary:focus, .nhs-england-style .btn-nhs-primary:focus:hover, .nhs-england-style .btn-nhs-secondary:focus, .nhs-england-style .btn-nhs-secondary:focus:hover, .nhs-england-style .btn-primary:focus, .nhs-england-style .btn-primary:focus:hover {
  background-color: #FFEB3B;
  color: #212b32;
  border: 2px solid #FFEB3B;
  box-shadow: 0px 4px 0px #003317;
}
.nhs-england-style a.btn-nhs-primary:hover, .nhs-england-style a.btn-nhs-secondary:hover, .nhs-england-style .btn-nhs-primary:hover, .nhs-england-style .btn-nhs-secondary:hover, .nhs-england-style .btn-primary:hover {
  color: #FFF;
  box-shadow: 0px 4px 0px #003317;
}
.nhs-england-style a.btn-nhs-primary:active, .nhs-england-style a.btn-nhs-secondary:active, .nhs-england-style .btn-nhs-primary:active, .nhs-england-style .btn-nhs-secondary:active, .nhs-england-style .btn-primary:active {
  color: #FFF;
}
@media (max-width: 641px) {
  .nhs-england-style a.btn-nhs-primary, .nhs-england-style a.btn-nhs-secondary, .nhs-england-style .btn-nhs-primary, .nhs-england-style .btn-nhs-secondary, .nhs-england-style .btn-primary {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
}
.nhs-england-style a.btn-nhs-primary, .nhs-england-style .btn-nhs-primary, .nhs-england-style .btn-primary {
  background-color: #007f3b;
  border-color: #007f3b;
}
.nhs-england-style a.btn-nhs-primary:hover, .nhs-england-style .btn-nhs-primary:hover, .nhs-england-style .btn-primary:hover {
  background-color: #00662F;
}
.nhs-england-style a.btn-nhs-primary:active, .nhs-england-style .btn-nhs-primary:active, .nhs-england-style .btn-primary:active {
  background-color: #003317;
  border-color: #003317;
}
.nhs-england-style a.btn-nhs-primary:disabled, .nhs-england-style .btn-nhs-primary:disabled, .nhs-england-style .btn-primary:disabled {
  background-color: #007f3b;
  border-color: #007f3b;
  opacity: 0.3;
}
.nhs-england-style .form-actions {
  text-align: left;
  border-top: none;
  padding: 0px 0px;
}
.nhs-england-style a.btn-nhs-secondary, .nhs-england-style .btn-nhs-secondary {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  padding: 12px 22px;
  color: #005eb8;
  border: 2px solid #005eb8;
  box-shadow: 0px 2px 0px #005eb8;
  background-color: transparent;
}
.nhs-england-style a.btn-nhs-secondary:hover, .nhs-england-style .btn-nhs-secondary:hover {
  color: #005eb8;
  background-color: #d9e7f4;
  box-shadow: 0px 2px 0px #005eb8;
}
.nhs-england-style a.btn-nhs-secondary:active, .nhs-england-style a.btn-nhs-secondary:active:hover, .nhs-england-style a.btn-nhs-secondary:active:focus, .nhs-england-style .btn-nhs-secondary:active, .nhs-england-style .btn-nhs-secondary:active:hover, .nhs-england-style .btn-nhs-secondary:active:focus {
  color: #005eb8;
  background-color: #bfd7ed;
  border: 2px solid #005eb8;
  box-shadow: none;
  top: 4px;
  position: relative;
}
.nhs-england-style a.btn-nhs-secondary:disabled, .nhs-england-style .btn-nhs-secondary:disabled {
  background-color: #007f3b;
  opacity: 0.5;
  border-color: #005eb8;
  pointer-events: none;
}
@media (max-width: 641px) {
  .nhs-england-style a.btn-nhs-secondary, .nhs-england-style .btn-nhs-secondary {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .nhs-england-style a.btn-nhs-secondary, .nhs-england-style .btn-nhs-secondary {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style .nhs-clickable-card:hover .nhs-clickable-card-text {
  color: #7c2855;
}
.nhs-england-style .nhs-clickable-card:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
.nhs-england-style .nhs-clickable-card:focus .nhs-clickable-card-text {
  background-color: #FFEB3B;
  color: #212b32;
  border-bottom: 4px solid #212b32;
  text-decoration: none;
}
.nhs-england-style .plain-nhs-section {
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0px;
}
.nhs-england-style .plain-nhs-section .section-simple-content {
  padding-top: 0;
}
.nhs-england-style .plain-nhs-section .section-heading {
  padding-bottom: 14px;
}
.nhs-england-style .plain-nhs-section .section-heading, .nhs-england-style .plain-nhs-section .section-simple-content {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 10px;
  border: none;
}
.nhs-england-style .plain-nhs-section p {
  margin-bottom: 0;
}
.nhs-england-style .plain-nhs-section p:not(:last-child) {
  margin-bottom: 24px;
}
.nhs-england-style .nhs-heading {
  padding-bottom: 16px;
  padding-left: 0px;
}
@supports (-webkit-touch-callout: none) {
  .nhs-england-style .nhs-heading {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.nhs-england-style .nhs-heading .section-heading {
  padding-top: 10px;
}
.nhs-england-style .nhs-heading .section-heading h1 {
  margin-bottom: 2px;
}
.nhs-england-style .nhs-subsection .section-heading {
  padding-bottom: 0;
}
.nhs-england-style .nhs-subsection .section-heading h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
}
.nhs-england-style .nhs-btn-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 64px;
  padding-right: 0;
  background-color: transparent;
}
.nhs-england-style .nhs-btn-row .btn-nhs-primary, .nhs-england-style .nhs-btn-row .btn-nhs-secondary {
  margin-left: 0;
}
.nhs-england-style .nhs-error-box {
  border: 3px #d5281b solid;
  padding: 24px 16px;
}
.nhs-england-style .nhs-important-box {
  background-color: #FFFBCE;
  border-radius: 0;
  margin-top: 8px;
}
.nhs-england-style .nhs-important-box .section-heading {
  background-color: #FFEB3B;
  padding: 8px 25px;
  display: flex;
  border: none;
  align-self: flex-start;
  margin-top: -8px;
}
.nhs-england-style .nhs-important-box .section-heading h3 {
  margin-top: 0;
}
.nhs-england-style .nhs-important-box .section-simple-content {
  padding-top: 20px;
}
.nhs-england-style .nhs-important-box .section-simple-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.nhs-england-style .nhs-important-box .section-simple-content p:last-child {
  margin-bottom: 0;
}
.nhs-england-style .nhs-link, .nhs-england-style .nhs-important-box .section-simple-content a, .nhs-england-style .nhs-info-notification .info-text a {
  text-decoration: underline;
  font-size: 16px;
  color: #005eb8;
}
.nhs-england-style .nhs-link:hover, .nhs-england-style .nhs-important-box .section-simple-content a:hover, .nhs-england-style .nhs-info-notification .info-text a:hover {
  text-decoration: none;
  color: #7c2855;
}
.nhs-england-style .nhs-link:focus, .nhs-england-style .nhs-important-box .section-simple-content a:focus, .nhs-england-style .nhs-info-notification .info-text a:focus {
  color: #212b32;
  background-color: #FFEB3B;
  box-shadow: 0 -2px #FFEB3B, 0 4px #212b32;
  text-decoration: none;
}
.nhs-england-style .nhs-link:active, .nhs-england-style .nhs-important-box .section-simple-content a:active, .nhs-england-style .nhs-info-notification .info-text a:active {
  color: #002f5c;
}
.nhs-england-style a.nhs-link {
  font-size: 19px;
  line-height: 28px;
}
@media (max-width: 480px) {
  .nhs-england-style a.nhs-link {
    font-size: 16px;
    line-height: 24px;
  }
}
.nhs-england-style .privacy-nhs-position {
  margin: 15px 0px;
}
.nhs-england-style .section.message-box .section-heading, .nhs-england-style .section.nhs-danger-box .section-heading {
  padding: 8px 14px;
  border: none;
  margin: 0;
}
.nhs-england-style .section.message-box .section-heading h2, .nhs-england-style .section.nhs-danger-box .section-heading h2 {
  color: #FFF;
  margin: 0;
}
.nhs-england-style .section.message-box .upside-down-triangle, .nhs-england-style .section.nhs-danger-box .upside-down-triangle {
  background: url("/images/upside-down-triangle.svg?v=704") ;
  width: 24px;
  margin-top: -1px;
  margin-left: 24px;
}
.nhs-england-style .section.message-box .section-simple-content, .nhs-england-style .section.nhs-danger-box .section-simple-content {
  padding: 0 16px 16px 16px;
}
.nhs-england-style .section.message-box .bullet-points, .nhs-england-style .section.nhs-danger-box .bullet-points {
  padding-top: 2px;
  padding-left: 34px;
}
.nhs-england-style .section.message-box a, .nhs-england-style .section.nhs-danger-box a {
  text-decoration: underline;
  color: #005eb8;
}
.nhs-england-style .section.message-box a:hover, .nhs-england-style .section.nhs-danger-box a:hover {
  text-decoration: none;
  color: #7c2855;
}
.nhs-england-style .section.message-box a:focus, .nhs-england-style .section.nhs-danger-box a:focus {
  color: #212b32;
  background-color: #FFEB3B;
  box-shadow: 0 -2px #FFEB3B, 0 4px #212b32;
  text-decoration: none;
}
.nhs-england-style .section.message-box a:active, .nhs-england-style .section.nhs-danger-box a:active {
  color: #002f5c;
}
.nhs-england-style .section.message-box {
  margin-top: 40px;
}
.nhs-england-style .section.message-box .section-heading {
  background-color: #005eb8;
}
.nhs-england-style .section.message-box .upside-down-triangle {
  background: url("/images/upside-down-triangle.svg?v=704") ;
}
.nhs-england-style .section.message-box .section-simple-content {
  padding: 0 16px 16px 16px;
}
.nhs-england-style .section.nhs-danger-box {
  width: 100%;
}
.nhs-england-style .section.nhs-danger-box .section-heading {
  background-color: #d5281b;
}
.nhs-england-style .section.nhs-danger-box .upside-down-triangle {
  background: url("/images/upside-down-triangle-red.svg?v=704") ;
}
.nhs-england-style .section.nhs-danger-box .section-simple-content {
  padding: 0 16px 16px 16px;
}
.nhs-england-style .section.nhs-danger-box #details {
  margin-top: 16px;
  margin-bottom: 0;
  padding: 16px;
}
.nhs-england-style .nhs-green-box {
  background-color: #007f3b;
  border-radius: 0;
  padding: 24px 32px;
}
.nhs-england-style .nhs-green-box.section .section-heading {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
.nhs-england-style .nhs-checkbox {
  margin: 0;
}
.nhs-england-style .nhs-checkbox input[type='checkbox'] {
  border-radius: 0;
  background-color: #FFF;
  border-color: #212b32;
  height: 40px;
  width: 40px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .nhs-england-style .nhs-checkbox input[type='checkbox']:checked {
    border-color: #212b32;
    background: url("/images/nhs-tick-checkbox.svg?v=704") #FFF no-repeat center;
  }
}
.nhs-england-style .nhs-checkbox input[type='checkbox']:focus, .nhs-england-style .nhs-checkbox input[type='checkbox']:focus:checked {
  box-shadow: 0 0 0 4px #FFEB3B;
  border: 4px solid #212b32;
}
.nhs-england-style .nhs-checkbox label {
  padding-left: 42px;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}
.nhs-england-style .niceRadio.updated input {
  border-color: #212b32;
  min-width: 28px;
  min-height: 28px;
}
.nhs-england-style .niceRadio.updated input:hover {
  box-shadow: 0px 0px 0px 4px #FFEB3B;
}
.nhs-england-style .niceRadio.updated input:checked, .nhs-england-style .niceRadio.updated input .checked {
  border-color: #212b32;
  background-color: #212b32;
  box-shadow: inset 0 0 0 5px #fff;
}
.nhs-england-style .niceRadio.updated input:focus, .nhs-england-style .niceRadio.updated input:focus:checked {
  box-shadow: inset 0 0 0 5px #fff, 0 0 0 4px #FFEB3B;
}
.nhs-england-style .niceRadio.updated .badge-text {
  font-size: 16px;
  line-height: 24px;
  color: #212b32;
  font-weight: 400;
}
.nhs-england-style .nhs-privacy-positioning {
  margin: 20px 0px 20px 15px;
}
.nhs-england-style .second-row-nhs {
  margin-top: -20px;
}
.nhs-england-style .nhs-info-notification {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 30px;
  display: flex;
}
.nhs-england-style .nhs-info-notification .nhs-info-icon {
  margin-right: 10px;
  background: url("/images/nhs-info-icon.svg?v=704") ;
}
.nhs-england-style .nhs-info-notification .info-text {
  margin-top: 2px;
}
.nhs-england-style .nhs-privacy-heading {
  margin-top: 30px;
}
.nhs-england-style#nhs-web-app-logout #container {
  margin-top: 24px;
}
.nhs-england-style#nhs-web-app-logout h1 {
  display: initial;
}
.nhs-england-style#nhs-web-app-logout .section {
  margin-top: 24px;
}
.nhs-england-style#nhs-web-app-logout .section h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.nhs-england-style a.nhs-card-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background-color: #FFFFFF;
}
.nhs-england-style a.nhs-card-link .nhs-card-element {
  flex: 1 0;
  min-width: 0;
  display: inline-flex;
  flex-direction: column;
}
.nhs-england-style a.nhs-card-link .nhs-card-element .nhs-card-text {
  margin: 0;
  color: #005eb8;
}
.nhs-england-style a.nhs-card-link .nhs-card-element .nhs-card-description {
  margin-top: 4px;
}
.nhs-england-style a.nhs-card-link svg {
  width: 34px;
  fill: #005eb8;
}
.nhs-england-style a.nhs-card-link:hover {
  color: #7c2855;
  text-decoration: none;
}
.nhs-england-style a.nhs-card-link:hover .nhs-card-text {
  color: #7c2855;
  text-decoration: underline;
}
.nhs-england-style a.nhs-card-link:hover svg {
  fill: #7c2855;
}
.nhs-england-style a.nhs-card-link:focus {
  text-decoration: none;
}
.nhs-england-style a.nhs-card-link:focus .nhs-card-text {
  color: #212b32;
  background-color: #FFEB3B;
  box-shadow: 0 -2px #FFEB3B, 0 4px #212b32;
}
.nhs-england-style a.nhs-card-link:active .nhs-card-text, .nhs-england-style a.nhs-card-link:active:hover .nhs-card-text {
  color: #002f5c;
}
.nhs-england-style a.nhs-card-link:active:focus .nhs-card-text {
  color: #212b32;
}
.nhs-england-style a.nhs-card-link:focus:hover .nhs-card-text {
  text-decoration: none;
}

.red_font {
  color: #CF2C2C !important;
}
