@charset "UTF-8";
/*$pie-1-vlight: lighten($pie-1,20%);
$pie-1-pw-vlight: lighten($pie-1-pw,20%);
$pie-2-vlight: lighten($pie-2,20%);
$pie-3-vlight: lighten($pie-3,20%);
$pie-4-vlight: lighten($pie-4,20%);
*/
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.auth {
  position: absolute;
  top: 0;
  left: 0;
  background: #086CB5;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 600px; }
  .auth .auth-container {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin: 0 0 0 -250px; }
  .auth .info-box h1 {
    border-bottom-color: #FFF !important;
    font-weight: 700;
    margin-bottom: 30px; }
  .auth .info-box hr {
    margin-top: 30px; }
  .auth .info-box p, .auth .info-box button, .auth .info-box h1, .auth .info-box li {
    color: #FFF; }
  .auth .info-box p:not(.text-right), .auth .info-box p:not(.text-center), .auth .info-box li {
    font-size: 18px; }
  .auth .info-box button.btn {
    width: 100%;
    padding: 10px 0;
    background: #999; }
    .auth .info-box button.btn[type=submit] {
      background: #169BD5;
      text-transform: uppercase; }
  .auth .info-box .button-container button.btn {
    width: 45%; }
    .auth .info-box .button-container button.btn:last-child {
      float: right; }
  .auth .info-box .login-input {
    position: relative; }
    .auth .info-box .login-input input {
      background-color: white !important;
      line-height: 14px;
      height: 45px;
      padding-left: 30px; }
      .auth .info-box .login-input input#username, .auth .info-box .login-input input#new-password {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .auth .info-box .login-input input#password, .auth .info-box .login-input input#passwordConfirm {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .auth .info-box .login-input input:focus + label {
        color: #000; }
    .auth .info-box .login-input label {
      display: block;
      margin: 0;
      font-weight: normal;
      color: #999;
      position: absolute;
      top: 9px;
      font-size: 17px;
      left: 12px; }
      .auth .info-box .login-input label#password-input, .auth .info-box .login-input label#new-password-confirm-input {
        top: 55px; }
      .auth .info-box .login-input label#new-password-confirm-input {
        left: 10px; }
  .auth .info-box a {
    color: white; }
    .auth .info-box a:hover {
      text-decoration: none; }

nav.navbar {
  background-color: #086cb5;
  border-color: #086cb5;
  color: #fff; }
  nav.navbar .navbar-brand {
    padding: 5px;
    margin-right: 15px; }
    nav.navbar .navbar-brand img {
      height: 40px; }
  nav.navbar .navbar-nav > li > a,
  nav.navbar .navbar-nav > li > a:active {
    color: #fff; }
  nav.navbar .navbar-nav > .open > a,
  nav.navbar .navbar-nav > .open > a:focus,
  nav.navbar .navbar-nav > .open > a:hover {
    background-color: #064f84; }
  nav.navbar .navbar-nav > .active > a,
  nav.navbar .navbar-nav > .active > a:focus,
  nav.navbar .navbar-nav > .active > a:hover {
    background-color: #064f84; }

.blanking-plate {
  position: fixed;
  z-index: 2;
  top: 50px;
  background: whitesmoke;
  height: 50px;
  width: 100%; }

.in-care-navigation {
  position: fixed;
  z-index: 5;
  top: 50px;
  background: #f4f4f4;
  height: 70px;
  width: 100%;
  padding: 40px 0;
  font-size: .95em; }
  .in-care-navigation ul {
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0 10px 20px 0;
    display: inline-block;
    position: relative; }
    .in-care-navigation ul:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 99%;
      border-top: solid 3px #e1e1e1;
      height: 14px; }
    .in-care-navigation ul:after {
      content: '';
      position: absolute;
      bottom: 1px;
      right: 0;
      height: 0;
      width: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid #e1e1e1; }
    .in-care-navigation ul.active:before {
      border-top-color: #666666; }
    .in-care-navigation ul.active:after {
      border-left-color: #666666; }
    .in-care-navigation ul div {
      display: inline-block; }
    .in-care-navigation ul li {
      display: inline-block;
      background-color: #f2f2f2;
      padding: 8px 11px;
      border-radius: 5px;
      color: #000;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34902);
      cursor: pointer; }
      .in-care-navigation ul li.active, .in-care-navigation ul li:hover {
        background-color: #333;
        color: #fff; }
        .in-care-navigation ul li.active span, .in-care-navigation ul li:hover span {
          color: #fff; }
      .in-care-navigation ul li + li {
        padding: 6px 11px;
        position: relative;
        top: 2px; }
    .in-care-navigation ul + ul {
      margin-left: 15px; }

.tag {
  margin-right: 0px;
  border-radius: 2px;
  display: inline-block;
  color: white;
  font-size: 10px;
  text-align: center;
  padding: 2px 4px 2px 4px;
  font-weight: 500;
  background-color: #999;
  white-space: nowrap;
  margin-bottom: 2px;
  /* stop selection of text on click */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */ }
  .tag.tag-large {
    padding: 10px 10px 10px 10px; }
  .tag.disabled-tag {
    color: #A6A6A6 !important;
    border: 1px solid #E6E6E6 !important;
    background-color: #FFFFFF !important; }
  .tag.tag-out-of-area {
    background-color: #c64a82;
    border: 1px solid #c64a82; }
  .tag.tag-cpa {
    background-color: #7f4a82;
    border: 1px solid #7f4a82; }
  .tag.tag-cto {
    background-color: #254d6e;
    border: 1px solid #254d6e; }
  .tag.tag-mha {
    background-color: #254d6e;
    border: 1px solid #254d6e; }
  .tag.tag-dual-diagnosis {
    background-color: #32bebd;
    border: 1px solid #32bebd; }
  .tag.tag-multi-agency {
    background-color: #e5d113;
    border: 1px solid #e5d113; }
  .tag.tag-safeguard {
    background-color: #414142;
    border: 1px solid #414142; }
  .tag.tag-safeguard-child {
    background-color: #6d6d6d;
    border: 1px solid #6d6d6d; }
  .tag.tag-child-under-five {
    background-color: #c48ca8;
    border: 1px solid #c48ca8; }
  .tag.tag-mappa {
    background-color: #7bb225;
    border: 1px solid #7bb225; }
  .tag.tag-marac-perp {
    background-color: #7fe681;
    border: 1px solid #7fe681; }
  .tag.tag-homeless {
    background-color: #3a1c72;
    border: 1px solid #3a1c72; }
  .tag.tag-s117 {
    background-color: #086cb5;
    border: 1px solid #086cb5; }
  .tag.tag-mha-other {
    background-color: #1199c7;
    border: 1px solid #1199c7; }

.tag-list-split ul {
  list-style: none;
  padding-left: 0; }
  .tag-list-split ul li {
    display: inline; }

.tag-list-split .remote-tags .tag {
  cursor: default; }

.tag {
  position: relative; }

actions-bar {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 999;
  margin-top: -40px; }
  actions-bar .actions-tab {
    float: left;
    position: relative;
    right: 0px;
    top: 27px; }
    actions-bar .actions-tab.open p {
      margin-right: -30px; }
    actions-bar .actions-tab p {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      padding: 10px;
      background-color: #BF0073;
      color: white;
      text-transform: uppercase;
      margin-bottom: 0;
      margin-right: -27px;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      cursor: pointer; }

.actions-container {
  padding: 20px;
  background-color: white;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 5px;
  position: relative; }
  .actions-container .action-input {
    padding-bottom: 50px; }
    .actions-container .action-input input {
      outline: none;
      border: none;
      border-bottom: 1px solid #BF0073;
      width: 100%;
      font-size: 24px;
      font-weight: 300; }
  .actions-container a.btn {
    background-color: #BF0073;
    border: none;
    float: right;
    margin-top: 10px;
    padding: 10px 12px;
    text-transform: uppercase; }
    .actions-container a.btn:active, .actions-container a.btn:hover, .actions-container a.btn:focus, .actions-container a.btn:visited, .actions-container a.btn:target, .actions-container a.btn:active:focus, .actions-container a.btn:active:hover {
      background-color: #BF0073;
      border-color: #BF0073;
      outline: none; }
  .actions-container .clear-completed {
    position: absolute;
    right: 10px;
    margin-top: -30px; }
  .actions-container .actions {
    padding-top: 10px;
    height: 430px;
    width: 400px;
    overflow-y: auto;
    overflow-x: hidden; }
    .actions-container .actions .actionView {
      display: table;
      font-size: 18px;
      padding-bottom: 10px;
      width: 100%; }
      .actions-container .actions .actionView * {
        display: table-cell;
        vertical-align: middle; }
      .actions-container .actions .actionView i {
        width: 36px;
        cursor: pointer; }
      .actions-container .actions .actionView p {
        padding-left: 10px;
        font-weight: 300; }
      .actions-container .actions .actionView span i {
        cursor: pointer;
        float: right; }
  .actions-container.actions-page .actions {
    width: 600px;
    height: auto; }

.ew-homepage h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 55px;
  margin-bottom: 10px;
  padding-bottom: 0; }
  .ew-homepage h2.top {
    margin-top: 0; }

.ew-homepage .col-lg-4:nth-child(n+4) .card {
  margin-top: 20px; }

.ew-homepage .the-grid {
  color: white; }
  .ew-homepage .the-grid .grid-d {
    color: black; }

.ew-homepage .card .bottom .dots ul {
  font-size: 13px;
  line-height: 18px;
  max-width: none;
  width: 145px;
  list-style: none; }
  .ew-homepage .card .bottom .dots ul li .dot {
    width: 13px;
    height: 13px;
    position: absolute;
    left: -20px; }
  .ew-homepage .card .bottom .dots ul li.su {
    background: none;
    border: none;
    min-height: 0;
    min-width: 0;
    position: relative;
    display: list-item;
    height: 18px;
    position: relative; }
    .ew-homepage .card .bottom .dots ul li.su .dot {
      background: #7D4933;
      border-radius: 10px;
      top: 2px; }
  .ew-homepage .card .bottom .dots ul li.medic, .ew-homepage .card .bottom .dots ul li.rs, .ew-homepage .card .bottom .dots ul li.rn {
    width: auto;
    height: 18px;
    background: none;
    display: list-item;
    /* Rotate */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* Rotate Origin */
    -webkit-transform-origin: initial;
    -moz-transform-origin: initial;
    -ms-transform-origin: initial;
    -o-transform-origin: initial;
    transform-origin: initial;
    margin: 0; }
    .ew-homepage .card .bottom .dots ul li.medic .dot, .ew-homepage .card .bottom .dots ul li.rs .dot, .ew-homepage .card .bottom .dots ul li.rn .dot {
      /* Rotate */
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /* Rotate Origin */
      -webkit-transform-origin: 0 100%;
      -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      -o-transform-origin: 0 100%;
      transform-origin: 0 100%;
      margin: 3px 0px 1px 5px; }
  .ew-homepage .card .bottom .dots ul li.rs .dot {
    background: #2C57FF; }
  .ew-homepage .card .bottom .dots ul li.red {
    background: none; }
    .ew-homepage .card .bottom .dots ul li.red .dot {
      background: red; }
  .ew-homepage .card .bottom .dots ul li.amber {
    background: none; }
    .ew-homepage .card .bottom .dots ul li.amber .dot {
      background: #ff9900; }
  .ew-homepage .card .bottom .dots ul li.white .dot {
    background: none;
    border: 2px solid gray; }
  .ew-homepage .card .bottom .dots ul li.grey .dot {
    background: grey; }
  .ew-homepage .card .bottom .dots ul li.rn .dot {
    background: #00C994; }

.homepage .dots {
  min-width: 120px; }

.hp-message {
  background-color: #f4f4f4;
  z-index: 3;
  text-align: left;
  position: fixed;
  width: 627px;
  top: 50px; }
  .hp-message p i {
    cursor: pointer;
    position: relative;
    top: 5px; }

.card {
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: auto;
  margin-top: 15px;
  background: white; }
  .card.help {
    color: black;
    position: absolute;
    top: 124px;
    left: 15px;
    z-index: 1500;
    width: 396px;
    text-align: left;
    padding: 8px;
    font-size: 16px; }
    .card.help ul {
      padding-left: 20px; }
  .card h3 {
    margin: 0;
    background: #333;
    border-radius: 4px 4px 0 0;
    max-height: 34px;
    height: 34px;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    padding-top: 8px; }
    .card h3 a {
      color: white; }
    .card h3 i {
      margin-right: 10px;
      cursor: pointer; }
  .card .bottom {
    background: white;
    min-height: 89px;
    position: relative;
    padding: 5px; }
    .card .bottom.large {
      min-height: 155px; }
    .card .bottom h4 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 11px;
      margin: 2px 0 0 0; }
      .card .bottom h4.heading {
        top: -38px;
        position: relative;
        text-align: center;
        width: 110px;
        left: 22px; }
    .card .bottom .bars {
      position: absolute;
      left: 8px;
      bottom: 5px; }
      .card .bottom .bars.right {
        left: 225px; }
      .card .bottom .bars.thin .graph {
        width: 20px; }
        .card .bottom .bars.thin .graph .axis-label {
          width: 20px; }
        .card .bottom .bars.thin .graph .graph-bar .bar-label {
          width: 20px; }
      .card .bottom .bars.wide .graph {
        width: 60px; }
        .card .bottom .bars.wide .graph .axis-label {
          width: 60px;
          text-transform: uppercase; }
        .card .bottom .bars.wide .graph .graph-bar {
          background-color: #7D4933; }
          .card .bottom .bars.wide .graph .graph-bar .bar-label {
            width: 60px; }
      .card .bottom .bars.wide .bignumber {
        right: 0;
        bottom: 0; }
      .card .bottom .bars .bignumber {
        position: absolute;
        bottom: 10px;
        right: -30px;
        font-size: 52px;
        font-weight: 200;
        text-align: left; }
        .card .bottom .bars .bignumber.digits-2 {
          right: -56px; }
        .card .bottom .bars .bignumber.digits-3 {
          right: -65px;
          font-size: 42px; }
        .card .bottom .bars .bignumber.digits-4 {
          right: -67px;
          font-size: 30px;
          bottom: 20px; }
        .card .bottom .bars .bignumber.digits-5 {
          right: -103px;
          font-size: 36px;
          bottom: 17px; }
        .card .bottom .bars .bignumber.digits-6 {
          right: -105px;
          font-size: 30px; }
        .card .bottom .bars .bignumber.widegraph.digits-1 {
          right: 20px !important; }
        .card .bottom .bars .bignumber.widegraph.digits-2 {
          right: -11px !important; }
        .card .bottom .bars .bignumber.widegraph.digits-3 {
          right: -20px !important; }
        .card .bottom .bars .bignumber.widegraph.digits-4 {
          right: -25px !important; }
      .card .bottom .bars .graph {
        position: relative;
        width: 30px;
        display: inline-block;
        margin-right: 6px; }
        .card .bottom .bars .graph .axis-label {
          width: 30px;
          text-align: center;
          text-transform: none; }
        .card .bottom .bars .graph .graph-bar {
          position: absolute;
          bottom: 16px;
          width: 100%;
          max-height: 50px; }
          .card .bottom .bars .graph .graph-bar .bar-label {
            position: absolute;
            text-align: center !important;
            width: 30px;
            font-weight: 300; }
            .card .bottom .bars .graph .graph-bar .bar-label.bar-label-under {
              top: 0px !important;
              color: white; }
          .card .bottom .bars .graph .graph-bar.graph-bar-0 {
            background-color: #ccc; }
          .card .bottom .bars .graph .graph-bar.graph-bar-1 {
            background-color: #999; }
          .card .bottom .bars .graph .graph-bar.graph-bar-2 {
            background-color: #666; }
          .card .bottom .bars .graph .graph-bar.graph-bar-3 {
            background-color: #7D4933; }
            .card .bottom .bars .graph .graph-bar.graph-bar-3.staff {
              background-color: #070060; }
    .card .bottom .dots {
      position: absolute;
      right: 8px;
      bottom: 8px; }

.card-no-header {
  background: white;
  height: 100%;
  position: relative;
  padding: 5px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: auto;
  margin-top: 1px; }
  .card-no-header .factors-card ul {
    list-style: none;
    padding-left: 0px; }

.tnd-title {
  font-size: 10px; }

.dashboard-switcher {
  top: 90px;
  background-color: #f4f4f4;
  width: 100%;
  height: 54px;
  position: sticky;
  z-index: 3; }
  .dashboard-switcher .dashboard-switcher-buttons {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px; }

.filter-cards {
  list-style: none;
  padding: 0;
  float: left;
  width: 1090px; }
  .filter-cards .filter-card {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.34902);
    cursor: pointer;
    margin-bottom: 4px;
    float: left; }
    .filter-cards .filter-card.active, .filter-cards .filter-card:hover {
      background-color: #333;
      color: #fff; }
      .filter-cards .filter-card.active span, .filter-cards .filter-card:hover span {
        color: #fff; }
    .filter-cards .filter-card + .filter-card {
      margin-left: 10px; }
    .filter-cards .filter-card p {
      display: inline-block;
      margin: 0 10px 0 0; }
    .filter-cards .filter-card span {
      color: #3096c0;
      position: relative; }
      .filter-cards .filter-card span + span {
        padding-left: 5px; }
      .filter-cards .filter-card span i {
        margin-right: 4px;
        font-size: 120%; }
        .filter-cards .filter-card span i.dot {
          display: inline-block;
          width: 13px;
          height: 13px; }
          .filter-cards .filter-card span i.dot:after {
            content: '';
            background: #7D4933;
            width: 13px;
            height: 13px;
            display: inline-block;
            border-radius: 10px;
            position: absolute;
            top: 2px; }
          .filter-cards .filter-card span i.dot.overdue:after {
            background: #ff0000; }
          .filter-cards .filter-card span i.dot.warning:after {
            background: #ff9900; }

.user-row-container {
  margin-top: 16px; }
  .user-row-container.manager-kpis {
    margin-top: 470px; }
  .user-row-container > div {
    clear: both; }
  .user-row-container.loading {
    opacity: 0.4; }

.discharged-container {
  margin-top: 222px; }

.hcw-row-container {
  margin-top: 230px; }
  .hcw-row-container.no-subnav {
    margin-top: 180px; }

.user-row {
  background: white;
  margin-bottom: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  clear: left;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  display: flex; }
  .user-row.thin {
    height: 50px; }
    .user-row.thin > div {
      min-height: 50px !important;
      max-height: 50px !important; }
  .user-row .header {
    font-size: 10px;
    margin-bottom: 10px;
    font-weight: 400; }
  .user-row .tnd-title {
    font-size: 10px; }
  .user-row .recent-crisis p {
    color: red;
    font-size: 10px;
    width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .user-row .recent-crisis p:first-child {
      color: blue; }
  .user-row:hover {
    background: #F0F0F0; }
  .user-row.three-cell {
    width: 412px;
    display: inline-block;
    margin: 1px;
    height: 91px; }
    .user-row.three-cell .user-cell-1 {
      width: 85px;
      max-width: 85px; }
    .user-row.three-cell .user-cell-2 {
      width: 185px;
      max-width: 185px; }
    .user-row.three-cell > div:not(.table-modal):not(.datepicker-modal) {
      max-height: 91px;
      min-height: 91px; }
  .user-row > div:not(.table-modal):not(.datepicker-modal) {
    float: left;
    vertical-align: top;
    padding: 5px;
    min-height: 80px;
    height: 100%; }
  .user-row .divider {
    border-right: 1px solid #999; }
  .user-row .scrollable {
    max-height: 80px;
    overflow-y: auto; }
    .user-row .scrollable::-webkit-scrollbar {
      width: 8px; }
    .user-row .scrollable::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .user-row .scrollable::-webkit-scrollbar-thumb {
      background: #888; }
    .user-row .scrollable::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .user-row .user-meta {
    background: #333;
    color: white;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative; }
    .user-row .user-meta_total {
      position: absolute;
      bottom: 0; }
    .user-row .user-meta.staff {
      background-color: #2C57FF;
      cursor: pointer; }
    .user-row .user-meta.hcw-medic {
      background-color: #070060; }
    .user-row .user-meta.hcw-support-staff {
      background-color: #00C994; }
    .user-row .user-meta.hcw-recovery-navigator {
      background-color: #00C994; }
    .user-row .user-meta .cluster {
      border: 1px solid white;
      border-radius: 50%;
      width: 22px;
      height: 22px;
      display: inline-block;
      font-size: 12px;
      text-align: center;
      line-height: 22px;
      margin-top: 2px; }
    .user-row .user-meta .newuser {
      display: inline-block;
      padding: 3px;
      background-color: deeppink;
      color: white;
      float: right;
      border-radius: 5px;
      margin-top: 5px;
      cursor: pointer; }
    .user-row .user-meta .meta-pathway {
      display: inline-block;
      padding: 3px;
      background-color: #309030;
      color: white;
      float: right;
      border-radius: 5px;
      margin-top: 5px; }
    .user-row .user-meta h2 {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 3px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 130%; }
      .user-row .user-meta h2 a {
        color: white;
        text-decoration: underline; }
    .user-row .user-meta.no-details a {
      bottom: -25px; }
    .user-row .user-meta p, .user-row .user-meta > a {
      font-size: 10px;
      line-height: 120%;
      margin: 0; }
    .user-row .user-meta > a {
      color: white;
      float: right;
      position: relative;
      bottom: 12px;
      cursor: pointer;
      text-decoration: none; }
    .user-row .user-meta .nhs-number {
      margin-left: 6px;
      white-space: nowrap;
      float: right; }

.relative-wrapper {
  position: relative; }

.user-cell-tiny {
  width: 66.5px;
  max-width: 66.5px;
  height: 100%; }

.user-cell-tiny-threequarter {
  width: 49.875px;
  max-width: 49.875px;
  height: 100%; }

.user-cell-threequarter {
  width: 71.25px;
  max-width: 71.25px;
  height: 100%; }

.user-cell-1 {
  width: 95px;
  max-width: 95px;
  height: 100%; }

.user-cell-1-third {
  width: 126.35px;
  max-width: 126.35px;
  height: 100%; }

.user-cell-onehalf {
  width: 142.5px;
  max-width: 142.5px;
  height: 100%; }

.user-cell-1-3quarter {
  width: 161.5px;
  max-width: 161.5px;
  height: 100%; }

.user-cell-2 {
  width: 190px;
  max-width: 190px;
  height: 100%; }

.user-cell-tiny3 {
  width: 199.5px;
  max-width: 199.5px;
  height: 100%; }

.user-cell-2half {
  width: 237.5px;
  max-width: 237.5px;
  height: 100%; }

.user-cell-tiny2 {
  width: 133px;
  max-width: 133px;
  height: 100%; }

.user-cell-3 {
  width: 285px;
  max-width: 285px;
  height: 100%; }

.user-cell-3half {
  width: 332.5px;
  max-width: 332.5px;
  height: 100%; }

.user-cell-4 {
  width: 380px;
  max-width: 380px;
  height: 100%; }

.user-cell-5 {
  width: 475px;
  max-width: 475px;
  height: 100%; }

.user-cell-6 {
  width: 570px;
  max-width: 570px;
  height: 100%; }

.user-cell-flex {
  flex-grow: 1; }

/* styles for '...' */
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative;
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.5em;
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: left;
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em; }

/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em; }

.filter-row {
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: visible;
  clear: left;
  float: right; }
  .filter-row > div {
    float: left;
    vertical-align: top;
    max-height: 40px;
    min-height: 40px;
    padding: 14px 2px 0px 2px; }
  .filter-row .datepicker {
    width: 140px; }
    .filter-row .datepicker .bootstrap-datetimepicker-widget {
      width: 210px; }
  .filter-row .filtertext {
    padding-top: 6px;
    display: block; }
  .filter-row select {
    height: 34px;
    width: 140px;
    max-width: 140px; }
  .filter-row.discharged-page .time-period {
    padding-top: 8px; }

.title-row {
  position: relative;
  margin-bottom: 5px;
  border-radius: 4px;
  overflow: auto;
  clear: both;
  min-height: 20px;
  font-size: 10px; }
  .title-row > div {
    float: left;
    bottom: 0;
    padding: 8px; }
  .title-row i {
    margin-left: 5px; }
  .title-row .sortable {
    color: #0000FF;
    cursor: pointer;
    user-select: none; }

.nav-tabs a {
  color: #333;
  background-color: #eee; }
  .nav-tabs a .small {
    color: #999;
    font-size: 80%; }

.pull-left .datestack {
  margin-right: 16px; }

.datestack {
  text-align: center;
  height: 100%;
  vertical-align: central;
  margin: 2px 0 0 0;
  line-height: 100%;
  max-height: 70px; }
  .datestack .big {
    font-size: 40px;
    font-weight: 200;
    line-height: 80%;
    margin: 0; }
  .datestack .sub {
    font-size: 10px; }
  .datestack .small {
    font-size: 14px;
    font-weight: 300; }

.datepicker-container {
  position: absolute;
  bottom: 0;
  height: 100%; }
  .datepicker-container .contacts-graph {
    position: relative;
    width: 23px;
    display: inline-block;
    margin-right: 6px;
    height: 60%;
    margin-top: 10px; }

.datepicker-modal {
  height: auto;
  width: 200px;
  position: absolute;
  background-color: #fff;
  z-index: 4;
  left: 570px;
  top: 80px;
  /* hides the time selector side of the tool*/ }
  .datepicker-modal .picker-switch .table-condensed {
    display: none; }

.checklistitem {
  position: relative; }
  .checklistitem .datepicker-modal {
    left: 635px;
    top: 0px; }

.singledatepickercont {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.5); }
  .singledatepickercont .singledatepicker {
    width: 400px;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: white;
    padding: 10px;
    border-radius: 10px;
    opacity: inherit; }

.graph-container {
  position: absolute;
  bottom: 0;
  height: 100%;
  cursor: pointer; }
  .graph-container .contacts-graph-title {
    font-size: 10px;
    position: absolute;
    top: 5px; }
  .graph-container .contacts-graph {
    position: relative;
    width: 20px;
    display: inline-block;
    margin-right: 6px;
    height: 45%;
    margin-top: 22px; }
    .graph-container .contacts-graph .axis-label {
      width: 23px;
      text-align: center;
      font-size: 9px;
      position: absolute;
      bottom: -20px;
      padding: 0;
      margin: 0; }
    .graph-container .contacts-graph .bar-label {
      font-size: 10px;
      position: absolute;
      text-align: center !important;
      width: 20px;
      font-weight: 300;
      color: #333; }
      .graph-container .contacts-graph .bar-label.bar-label-under {
        color: white;
        top: 0px !important; }
    .graph-container .contacts-graph .graph-bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #7D4933; }
  .graph-container i {
    position: relative;
    bottom: -15px; }

.table-modal {
  height: 180px;
  width: 380px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  left: 190px;
  top: 80px; }
  .table-modal table {
    width: 100%;
    height: 100%; }
    .table-modal table th {
      height: 35px;
      font-weight: normal; }
    .table-modal table th, .table-modal table td {
      border: 1px solid black; }
    .table-modal table td:last-child, .table-modal table th:last-child {
      color: red; }
    .table-modal table td:first-child, .table-modal table th:first-child {
      text-align: right;
      padding-right: 5px;
      width: 188px; }
    .table-modal table td:not(:first-child), .table-modal table th:not(:first-child) {
      text-align: center;
      width: 47px; }

.invis-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0);
  z-index: 0;
  cursor: pointer; }

.intended-action-cell {
  height: 70px;
  position: relative;
  width: 100%; }
  .intended-action-cell ul {
    list-style: none;
    padding: 0;
    font-size: 11px;
    margin-bottom: 0; }
    .intended-action-cell ul li {
      display: block; }
      .intended-action-cell ul li.action-placeholder {
        color: #777; }
      .intended-action-cell ul li span {
        float: right; }
  .intended-action-cell button {
    position: absolute;
    bottom: 0;
    width: 100%; }

.kpi-status-alerts h1 {
  margin-top: 0; }

.kpi-status-alerts .row {
  margin-bottom: 20px; }

.kpi-status-alerts .col-lg-4 {
  font-size: 16px;
  color: #666666;
  font-weight: 400; }

.kpi-status-alerts .caseload {
  float: right;
  margin: 30px 0; }

.kpi-status-alerts .kpi-legend {
  text-align: center; }
  .kpi-status-alerts .kpi-legend .left {
    text-align: left !important;
    padding-left: 0 !important; }
  .kpi-status-alerts .kpi-legend .right {
    text-align: right !important;
    padding-right: 0 !important; }
  .kpi-status-alerts .kpi-legend .kpi-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 4px; }
    .kpi-status-alerts .kpi-legend .kpi-dot.incomplete {
      background-color: #000000; }
    .kpi-status-alerts .kpi-legend .kpi-dot.overdue {
      background-color: #ff0000; }
    .kpi-status-alerts .kpi-legend .kpi-dot.duesoon {
      background-color: #ff9900; }
    .kpi-status-alerts .kpi-legend .kpi-dot.complete {
      background-color: #078012; }
  .kpi-status-alerts .kpi-legend span {
    font-size: 12px;
    font-weight: 400;
    color: #999999; }

.kpi-alerts {
  font-size: 12px;
  height: 72px;
  position: relative;
  cursor: pointer; }

.kpi-more {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0px; }

.kpi-alert-incomplete {
  display: flex; }
  .kpi-alert-incomplete .care-standard-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.kpi-muted {
  color: #999; }

.kpi-chevron {
  color: black; }

.kpi-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px; }
  .kpi-dot.kpi-dot-0 {
    background-color: #999; }
  .kpi-dot.kpi-dot-1 {
    background-color: black; }
  .kpi-dot.kpi-dot-2 {
    background-color: red; }
  .kpi-dot.kpi-dot-3 {
    background-color: #ff9900; }
  .kpi-dot.kpi-dot-4 {
    background-color: #10ad2b; }

.kpi-detail {
  position: absolute;
  z-index: 1;
  background: white;
  margin-top: 3px;
  right: 0; }
  .kpi-detail table {
    width: 350px; }
  .kpi-detail td, .kpi-detail th {
    border: 1px solid black;
    padding: 5px; }
  .kpi-detail tr.status-0 {
    color: #999; }
  .kpi-detail tr.status-1 {
    color: black; }
  .kpi-detail tr.status-2 {
    color: red; }
  .kpi-detail tr.status-3 {
    color: #ff9900; }
  .kpi-detail tr.status-4 {
    color: #10ad2b; }

.kpi-total {
  margin-top: 12px;
  width: 100%;
  margin-left: 4px;
  font-size: 12px; }
  .kpi-total span {
    position: absolute;
    margin-top: -2px; }
  .kpi-total .kpi-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px; }
    .kpi-total .kpi-dot.incomplete {
      background-color: #000000; }
    .kpi-total .kpi-dot.overdue {
      background-color: #ff0000; }
    .kpi-total .kpi-dot.duesoon {
      background-color: #ff9900; }
    .kpi-total .kpi-dot.complete {
      background-color: #078012; }

.popout-container {
  height: 100%;
  position: relative;
  cursor: pointer; }
  .popout-container i {
    position: absolute;
    bottom: 0;
    right: 0; }

.timeline-popout {
  min-width: 300px;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  left: 285px;
  top: 80px;
  border: 1px solid #000; }
  .timeline-popout .timeline-popout-header {
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding: 0.5em 0; }
  .timeline-popout .timeline-popout-table-scroll {
    max-height: 200px;
    overflow: auto; }
  .timeline-popout .timeline-popout-table {
    width: 100%; }
    .timeline-popout .timeline-popout-table td {
      padding: 0.25em;
      border-top: 1px solid #000; }

.sort-dropdown {
  height: 34px;
  margin-top: 3px;
  float: right; }

button {
  position: relative; }
  button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    button.is-loading:after {
      border-color: transparent transparent #fff #fff !important;
      animation: spinAround 500ms infinite linear;
      border: 2px solid #dbdbdb;
      border-radius: 290486px;
      content: "";
      display: block;
      height: 1em;
      width: 1em;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }

.has-link {
  cursor: pointer; }

.element-updating {
  opacity: 0.3; }
  .element-updating:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #868686;
    opacity: 0.5; }

.tight-graph-labels {
  position: absolute;
  left: 10px; }
  .tight-graph-labels ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    margin-top: -5px; }
    .tight-graph-labels ul li {
      text-align: right; }
      .tight-graph-labels ul li.crisis {
        color: #666666; }
      .tight-graph-labels ul li.high {
        color: #e31a30; }
      .tight-graph-labels ul li.mediumhigh {
        color: #7d297a; }
      .tight-graph-labels ul li.medium {
        color: #7d297a; }
      .tight-graph-labels ul li.mediumlow {
        color: #7d297a; }
      .tight-graph-labels ul li.low {
        color: #4a94cb; }

.tight-graph-container {
  position: absolute;
  bottom: 0;
  height: 115px;
  left: 95px;
  top: 7px;
  background-image: url("/images/graph-bg.png");
  background-repeat: repeat-x; }
  .tight-graph-container .bottom-labels {
    margin-top: 25px; }
    .tight-graph-container .bottom-labels span:not(:nth-child(2)) {
      font-size: 10px; }
    .tight-graph-container .bottom-labels span:nth-child(2) {
      margin-left: 225px; }
  .tight-graph-container .contacts-graph {
    position: relative;
    width: 12px;
    display: inline-block;
    margin-right: 1px;
    height: 100%;
    margin-top: -11px; }
    .tight-graph-container .contacts-graph .axis-label {
      text-align: center;
      font-size: 11px;
      position: absolute;
      bottom: -23px;
      padding: 0;
      margin: 0;
      left: 5px; }
      .tight-graph-container .contacts-graph .axis-label.marker {
        bottom: -38px;
        left: 0px; }
      .tight-graph-container .contacts-graph .axis-label.maker-small {
        bottom: -38px;
        left: 3px; }
    .tight-graph-container .contacts-graph .graph-bar {
      position: absolute;
      bottom: 0;
      width: 100%;
      background-color: #7D4933; }
      .tight-graph-container .contacts-graph .graph-bar.graph-bar-19 {
        background-color: #4a94cb; }
      .tight-graph-container .contacts-graph .graph-bar.graph-bar-35 {
        background-color: #7d297a; }
      .tight-graph-container .contacts-graph .graph-bar.graph-bar-52 {
        background-color: #7d297a; }
      .tight-graph-container .contacts-graph .graph-bar.graph-bar-69 {
        background-color: #7d297a; }
      .tight-graph-container .contacts-graph .graph-bar.graph-bar-86 {
        background-color: #e31a30; }
      .tight-graph-container .contacts-graph .graph-bar.graph-bar-103 {
        background-color: #666666; }
  .tight-graph-container i {
    position: relative;
    bottom: -15px; }

.splash {
  background-color: #086cb5;
  color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 0 0 0;
  box-sizing: border-box;
  padding-top: 20%; }
  .splash a {
    color: white; }
  .splash .message {
    font-size: 32px;
    line-height: 36px; }
  .splash img {
    margin-top: 20px; }
  .splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 72px;
    margin-top: 50px; }

.page-host {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto; }

@media print {
  .page-host {
    position: absolute;
    left: 10px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit; } }

section {
  margin: 0 20px; }

.navbar-nav li.loader {
  margin: 12px 24px 0 6px; }

.navbar-nav li.importissue {
  color: #fff;
  margin: 12px 24px 0 6px;
  font-size: x-large;
  cursor: pointer; }

.dropdown.open li:not(.divider) {
  cursor: pointer; }

.dot-crisis {
  background: #666666 !important; }

.dot-5 {
  background: #e31a30 !important; }

.dot-6 {
  background: #e84f6d !important; }

.dot-7 {
  background: #f4b0bb !important; }

.dot-9 {
  background: #7d297a !important; }

.dot-10 {
  background: #90448d !important; }

.dot-11 {
  background: #a982aa !important; }

.dot-13 {
  background: #4a94cb !important; }

.dot-14 {
  background: #6cb6e2 !important; }

.dot-15 {
  background: #9ccde6 !important; }

.dot-16 {
  background: #d5eae1 !important; }

.dot-ellipsis {
  background: #666 !important;
  min-width: 4px !important;
  min-height: 4px !important;
  margin-left: 3px !important;
  margin-bottom: 4px !important; }

.risk-quintiles {
  width: 30%;
  float: left;
  padding-right: 40px; }
  .risk-quintiles .quintile {
    background-color: #A3A3A3;
    color: white;
    font-size: 16px;
    padding: 15px 10px;
    position: relative;
    padding-right: 0;
    width: 290px;
    cursor: pointer; }
    .risk-quintiles .quintile span {
      width: 280px;
      display: inline-block; }
    .risk-quintiles .quintile:after {
      width: 0;
      height: 0;
      border-top: 26px solid transparent;
      border-bottom: 26px solid transparent;
      border-left: 26px solid #A3A3A3;
      position: absolute;
      top: 0; }
    .risk-quintiles .quintile.active:after {
      content: ''; }
    .risk-quintiles .quintile.quintile-0 {
      background-color: #000; }
      .risk-quintiles .quintile.quintile-0:after {
        border-left: 33px solid #000; }
    .risk-quintiles .quintile.quintile-1 {
      background-color: #e31a30; }
      .risk-quintiles .quintile.quintile-1:after {
        border-left: 33px solid #e31a30; }
    .risk-quintiles .quintile.quintile-2 {
      background-color: #7d297a; }
      .risk-quintiles .quintile.quintile-2:after {
        border-left: 33px solid #7d297a; }
    .risk-quintiles .quintile.quintile-3 {
      background-color: #7d297a; }
      .risk-quintiles .quintile.quintile-3:after {
        border-left: 33px solid #7d297a; }
    .risk-quintiles .quintile.quintile-4 {
      background-color: #7d297a; }
      .risk-quintiles .quintile.quintile-4:after {
        border-left: 33px solid #7d297a; }
    .risk-quintiles .quintile.quintile-5 {
      background-color: #4a94cb; }
      .risk-quintiles .quintile.quintile-5:after {
        border-left: 33px solid #4a94cb; }

.risk-columns {
  width: 70%;
  float: left; }
  .risk-columns h4 {
    border-bottom: 2px solid #666;
    padding-bottom: 9px; }
  .risk-columns .risk-column-wrapper {
    width: 49%;
    display: inline-block; }
    .risk-columns .risk-column-wrapper:nth-child(odd) {
      float: right; }
    .risk-columns .risk-column-wrapper .user-row .recent-crisis p {
      width: 85px; }
    .risk-columns .risk-column-wrapper .dot {
      position: absolute;
      right: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
      .risk-columns .risk-column-wrapper .dot.dot-overdue {
        background-color: red; }
      .risk-columns .risk-column-wrapper .dot.dot-soon-due {
        background-color: #ff9900; }
      .risk-columns .risk-column-wrapper .dot.dot-not-due {
        background-color: green; }

.the-grid-container {
  position: relative;
  top: -6px; }
  .the-grid-container.homepage {
    top: 0;
    right: 45px;
    font-size: 8px;
    font-family: Verdana; }
    .the-grid-container.homepage .the-grid {
      height: 75px;
      width: 75px; }
    .the-grid-container.homepage td {
      border: 1px solid #999;
      text-align: center; }
  .the-grid-container .the-grid {
    border-collapse: collapse;
    height: 73px;
    width: 80px;
    top: 0; }
    .the-grid-container .the-grid tr:first-child,
    .the-grid-container .the-grid td:first-child {
      font-size: 10px;
      height: 15px;
      width: 15px;
      text-align: center; }
    .the-grid-container .the-grid tr:not(:first-child) td:not(:first-child) {
      border: 1px solid #999;
      width: 16px;
      height: 16px; }
    .the-grid-container .the-grid tr.notReviewed.crisis td:first-child {
      border-left-color: #666666;
      border-top-color: #666666;
      border-bottom-color: #666666;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.crisis td:nth-child(2) {
      border-left-width: 1px;
      border-top-color: #666666;
      border-bottom-color: #666666;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.crisis td:nth-child(3) {
      border-left-width: 1px;
      border-top-color: #666666;
      border-bottom-color: #666666;
      border-right-color: #666666; }
    .the-grid-container .the-grid tr.notReviewed.crisis td:nth-child(4) {
      border-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.high td:first-child {
      border-left-color: #e31a30;
      border-top-color: #e31a30;
      border-bottom-color: #e31a30;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.high td:nth-child(2) {
      border-left-width: 1px;
      border-top-color: #e31a30;
      border-bottom-color: #e31a30;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.high td:nth-child(3) {
      border-left-width: 1px;
      border-top-color: #e31a30;
      border-bottom-color: #e31a30;
      border-right-color: #e31a30; }
    .the-grid-container .the-grid tr.notReviewed.high td:nth-child(4) {
      border-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.medium td:first-child {
      border-left-color: #7d297a;
      border-top-color: #7d297a;
      border-bottom-color: #7d297a;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.medium td:nth-child(2) {
      border-left-width: 1px;
      border-top-color: #7d297a;
      border-bottom-color: #7d297a;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.medium td:nth-child(3) {
      border-left-width: 1px;
      border-top-color: #7d297a;
      border-bottom-color: #7d297a;
      border-right-color: #7d297a; }
    .the-grid-container .the-grid tr.notReviewed.medium td:nth-child(4) {
      border-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.low td:first-child {
      border-left-color: #4a94cb;
      border-top-color: #4a94cb;
      border-bottom-color: #4a94cb;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.low td:nth-child(2) {
      border-left-width: 1px;
      border-top-color: #4a94cb;
      border-bottom-color: #4a94cb;
      border-right-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed.low td:nth-child(3) {
      border-left-width: 1px;
      border-top-color: #4a94cb;
      border-bottom-color: #4a94cb;
      border-right-color: #4a94cb; }
    .the-grid-container .the-grid tr.notReviewed.low td:nth-child(4) {
      border-width: 1px; }
    .the-grid-container .the-grid tr.notReviewed td {
      border-width: 2px;
      border-style: solid;
      background-color: transparent !important; }
    .the-grid-container .the-grid tr.notReviewed.grid-last {
      background: none; }
    .the-grid-container .the-grid .grid-c-h {
      background-color: #666666 !important; }
    .the-grid-container .the-grid .grid-c-m {
      background-color: #999999 !important; }
    .the-grid-container .the-grid .grid-c-l {
      background-color: #cccccc !important; }
    .the-grid-container .the-grid .grid-h-h {
      background-color: #e31a30 !important; }
    .the-grid-container .the-grid .grid-h-m {
      background-color: #e84f6d !important; }
    .the-grid-container .the-grid .grid-h-l {
      background-color: #f4b0bb !important; }
    .the-grid-container .the-grid .grid-m-h {
      background-color: #7d297a !important; }
    .the-grid-container .the-grid .grid-m-m {
      background-color: #90448d !important; }
    .the-grid-container .the-grid .grid-m-l {
      background-color: #a982aa !important; }
    .the-grid-container .the-grid .grid-l-h {
      background-color: #4a94cb !important; }
    .the-grid-container .the-grid .grid-l-m {
      background-color: #6cb6e2 !important; }
    .the-grid-container .the-grid .grid-l-l {
      background-color: #9ccde6 !important; }
    .the-grid-container .the-grid .grid-d {
      background-color: #d5eae1; }
    .the-grid-container .the-grid .grid-last {
      background-color: #ddd; }
    .the-grid-container .the-grid .grid-zero {
      background-color: transparent !important; }
  .the-grid-container .grid-tag {
    float: right;
    position: absolute;
    top: 4px;
    right: 0; }
    .the-grid-container .grid-tag p {
      width: 60px;
      font-size: 14px; }

.stacked-grid-cell {
  padding-top: 3px;
  width: 100%;
  display: block; }

.grid-tag {
  text-align: center;
  display: table;
  padding: 5px;
  color: white;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 5px; }
  .grid-tag.in-crisis {
    background-color: #666666; }
  .grid-tag.high {
    background-color: #e31a30; }
  .grid-tag.medium {
    background-color: #7d297a; }
  .grid-tag.low {
    background-color: #4a94cb; }
  .grid-tag.complex {
    background-color: #ffc000; }
  .grid-tag.less-complex {
    background-color: #a6a6a6; }
  .grid-tag.discharge {
    background-color: #8faadc; }

.supervision-grid .the-grid-container {
  top: -8px; }
  .supervision-grid .the-grid-container td {
    width: 12px;
    height: 12px; }
  .supervision-grid .the-grid-container .grid-tag p {
    font-size: 12px; }

.caseload-dropdown .the-grid-container {
  top: 0; }

.dots ul {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  max-width: 120px; }
  .dots ul li {
    display: inline-block;
    margin: 0 2px 2px 0; }
    .dots ul li.su {
      background: #7D4933;
      border-radius: 5px;
      min-width: 10px;
      min-height: 10px; }
    .dots ul li.medic, .dots ul li.rs, .dots ul li.rn {
      width: 7px;
      height: 7px;
      background: #2C57FF;
      /* Rotate */
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      /* Rotate Origin */
      -webkit-transform-origin: 0 100%;
      -moz-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
      -o-transform-origin: 0 100%;
      transform-origin: 0 100%;
      margin: 3px 0px 1px 5px; }
    .dots ul li.medic {
      background: #070060; }
    .dots ul li.rn {
      background: #00C994; }
    .dots ul li.red {
      background: red; }
    .dots ul li.amber {
      background: #ff9900; }
    .dots ul li.ooa {
      background: none;
      border: 2px solid #7D4933;
      min-width: 10px;
      min-height: 10px; }
      .dots ul li.ooa.red {
        border-color: red; }
      .dots ul li.ooa.amber {
        border-color: #ff9900; }

input[type=range] {
  padding: 0;
  background-color: transparent; }

input[type=range] {
  height: 100%;
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  /*required for proper track sizing in FF*/
  width: 100%; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #00a9ff;
  margin-top: -13px; }

input[type=range]:focus {
  outline: none; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #00a9ff; }

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline-offset: -1px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input[type=range]::-ms-thumb {
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #00a9ff;
  margin-top: -6px; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

.su-list-pagination {
  margin: 1em 0;
  float: left; }
  .su-list-pagination .page-container {
    margin: 0;
    padding: 0;
    list-style: none; }
  .su-list-pagination .page-item {
    display: inline-block;
    margin: 0 5px;
    min-width: 30px;
    text-align: center; }
  .su-list-pagination .page-ellipsis,
  .su-list-pagination .page-active,
  .su-list-pagination .page-link {
    padding: 6px;
    display: block;
    min-width: 35px;
    border: 1px solid #aaa; }
  .su-list-pagination .page-ellipsis,
  .su-list-pagination .page-active {
    cursor: not-allowed; }
  .su-list-pagination .page-active {
    background-color: #e0e0e0;
    color: #fff; }
  .su-list-pagination .page-link {
    background-color: #fff;
    color: #000; }
    .su-list-pagination .page-link:hover, .su-list-pagination .page-link:active, .su-list-pagination .page-link:focus {
      background-color: #e0e0e0; }

.bar-chart table {
  width: 100%; }
  .bar-chart table td {
    text-align: center;
    color: #fff; }

.team-kpis-v2 .bar-chart {
  cursor: pointer; }

.pie-chart .title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #666666; }

.pie-chart canvas {
  display: block;
  margin: 0 auto;
  transform: rotate(-90deg); }

.pie-chart .selected {
  fill: #2C57FF; }

.mdt-dialog-buttons button {
  font-size: 97%; }

#inactivity-modal {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  z-index: 9000; }

.date.kpi-status-0 {
  color: #999; }

.date.kpi-status-1 {
  color: black; }

.date.kpi-status-2 {
  color: red; }

.date.kpi-status-3 {
  color: #ff9900; }

.date.kpi-status-4 {
  color: #10ad2b; }

.service-user-profile-page .no-left-pad {
  padding-left: 0; }

.service-user-profile-page .kpibox .tnd-title {
  padding-left: 14px; }

.service-user-profile-page .kpibox .kpi-summaries .title {
  font-size: 12px; }

.service-user-profile-page .tnd-data {
  margin-bottom: 10px; }

.service-user-profile-page .factors {
  margin-left: -15px; }
  .service-user-profile-page .factors .tag {
    padding: 4px 8px;
    font-size: 12px; }

.service-user-profile-page .card h3 {
  text-align: left;
  padding-left: 20px; }

.service-user-profile-page .card .column {
  display: inline-block;
  max-width: 215px;
  width: 215px;
  vertical-align: top;
  padding-left: 14px; }

.service-user-profile-page .card.card-roc {
  height: 200px; }

.service-user-profile-page .card.card-history {
  height: 200px; }

.service-user-profile-page .timeline {
  padding-top: 10px; }
  .service-user-profile-page .timeline ul {
    height: 535px;
    overflow-y: auto; }
  .service-user-profile-page .timeline ul, .service-user-profile-page .timeline li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
  .service-user-profile-page .timeline li {
    clear: both;
    vertical-align: top;
    border-bottom: 1px solid #c0c0c0;
    margin-top: 10px; }
  .service-user-profile-page .timeline .timeline-filter-sort {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px; }
  .service-user-profile-page .timeline .timeline-sort {
    cursor: pointer;
    display: inline-block;
    margin: 0 15px 0 21px;
    color: #0000ff; }
    .service-user-profile-page .timeline .timeline-sort .fa {
      margin-left: 5px; }
  .service-user-profile-page .timeline .timeline-filter {
    display: inline-block; }
  .service-user-profile-page .timeline .timeline-item {
    clear: left;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    min-height: 75px;
    position: relative;
    vertical-align: top; }
  .service-user-profile-page .timeline .empty {
    margin: 1em 0;
    text-align: center; }
  .service-user-profile-page .timeline .datestack-container {
    display: inline-block; }
  .service-user-profile-page .timeline .datestack {
    vertical-align: top;
    display: inline-block;
    min-width: 80px;
    margin: 2px;
    min-height: auto;
    position: relative; }
  .service-user-profile-page .timeline .tl-data {
    width: 280px;
    vertical-align: top;
    display: inline-block; }
  .service-user-profile-page .timeline .tl-end-date {
    color: #999999; }

.service-user-profile-page .factors-title {
  margin-top: 15px; }

.service-user-profile-page .manual-factors {
  margin-left: 15px;
  margin-top: 10px; }
  .service-user-profile-page .manual-factors h5 {
    width: 90%;
    text-align: center;
    font-weight: 300; }
  .service-user-profile-page .manual-factors span {
    width: 90%;
    text-align: center;
    font-size: 12px;
    padding: 12px;
    margin-bottom: 10px;
    font-weight: 400;
    cursor: pointer; }

.service-user-profile-page .stackedTag {
  text-align: left;
  margin-top: 10px; }
  .service-user-profile-page .stackedTag .grid-tag {
    display: block;
    position: relative;
    left: 0px;
    top: 5px; }

.service-user-profile-page .the-grid-container .the-grid {
  height: 130px;
  width: 130px;
  position: relative;
  top: 10px; }

.service-user-profile-page .risk-assessment-breakdown {
  margin-top: 5px;
  xpadding-left: 54px; }

.service-user-profile-page .risk-0:after {
  content: "Unknown"; }

.service-user-profile-page .risk-1 {
  background-color: #0DF901; }
  .service-user-profile-page .risk-1:after {
    content: "Very low"; }

.service-user-profile-page .risk-2 {
  background-color: #32FF04; }
  .service-user-profile-page .risk-2:after {
    content: "Low"; }

.service-user-profile-page .risk-3 {
  background-color: #AEFD03; }
  .service-user-profile-page .risk-3:after {
    content: "Medium low"; }

.service-user-profile-page .risk-4 {
  background-color: #FAFF00; }
  .service-user-profile-page .risk-4:after {
    content: "Medium"; }

.service-user-profile-page .risk-5 {
  background-color: #FC9300; }
  .service-user-profile-page .risk-5:after {
    content: "Medium high"; }

.service-user-profile-page .risk-6 {
  background-color: #FE3700; }
  .service-user-profile-page .risk-6:after {
    content: "High"; }

.service-user-profile-page .risk-7 {
  background-color: #FF080A; }
  .service-user-profile-page .risk-7:after {
    content: "Very high"; }

.service-user-profile-page .card-actions .empty {
  padding: 10px 20px 0 20px;
  text-align: center;
  width: 100%; }

.service-user-profile-page .card-actions .profile-actions {
  clear: right;
  margin: 10px 20px 0 20px;
  padding-left: 0;
  list-style: none; }
  .service-user-profile-page .card-actions .profile-actions span {
    width: 100px;
    display: inline-block; }

.contact-trends {
  position: relative;
  padding: 20px; }
  .contact-trends .contacts-chart .axis {
    height: 1px;
    position: relative;
    width: 354px;
    top: 82px; }
  .contact-trends .contacts-chart .bars-container .legend {
    font-size: 20px;
    margin-right: 16px;
    margin-top: 26px; }
  .contact-trends .contacts-chart .bars-container .bar-group {
    width: 36px;
    margin-right: 16px; }
    .contact-trends .contacts-chart .bars-container .bar-group .overlay {
      font-size: 20px;
      width: 36px;
      position: absolute;
      top: 28px; }
    .contact-trends .contacts-chart .bars-container .bar-group .bar-header {
      font-size: 18px;
      margin-bottom: 6px; }
    .contact-trends .contacts-chart .bars-container .bar-group .bars .bar-pair {
      min-height: 50px; }
      .contact-trends .contacts-chart .bars-container .bar-group .bars .bar-pair.below {
        margin-top: 1px; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .contact-trends .contacts-chart .bars-container .bar-group .bars .bar-pair.below {
            margin-top: 0; } }

.auth .info-box ul {
  list-style: none;
  padding-left: 0; }

.auth .info-box ul li:before {
  content: "•";
  font-size: 300%;
  padding-right: 10px;
  float: left; }

.auth .info-box li {
  line-height: 230%; }
  .auth .info-box li:hover {
    color: #999999;
    cursor: pointer; }

.auth .info-box.usage-box input {
  margin-bottom: 10px; }

.auth .info-box.usage-box button.btn {
  width: 198px; }

.text-drop {
  position: relative; }
  .text-drop .user-lookup-list {
    padding: 8px;
    background: white;
    position: absolute;
    top: 34px;
    z-index: 1;
    color: black;
    width: 400px; }
    .text-drop .user-lookup-list ul {
      list-style: none; }
      .text-drop .user-lookup-list ul li {
        font-size: 14px;
        color: #333333; }
        .text-drop .user-lookup-list ul li:before {
          content: ""; }
        .text-drop .user-lookup-list ul li:hover {
          text-decoration: underline;
          color: #333333; }

usage-tracking-bar {
  position: fixed;
  z-index: 998; }
  usage-tracking-bar .usage-tracking-tab {
    background: #086cb5;
    color: white;
    text-transform: uppercase;
    position: fixed;
    right: 0;
    top: 118px;
    transform-origin: bottom right;
    transform: rotate(-90deg);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    padding: 10px;
    height: 40px; }
    usage-tracking-bar .usage-tracking-tab.open {
      right: 300px; }
  usage-tracking-bar .usage-tracking-container {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    background: white;
    top: 157px;
    width: 300px;
    height: 300px;
    padding: 20px; }
    usage-tracking-bar .usage-tracking-container .error {
      color: red; }
    usage-tracking-bar .usage-tracking-container h1 {
      font-size: 16px; }
    usage-tracking-bar .usage-tracking-container ul {
      list-style: none;
      padding-left: 0; }
    usage-tracking-bar .usage-tracking-container ul li:before {
      content: "•";
      font-size: 300%;
      padding-right: 10px;
      float: left; }
    usage-tracking-bar .usage-tracking-container li {
      line-height: 230%; }
      usage-tracking-bar .usage-tracking-container li:hover {
        color: #999999;
        cursor: pointer; }
    usage-tracking-bar .usage-tracking-container .text-drop {
      margin-bottom: 10px; }
    usage-tracking-bar .usage-tracking-container.usage-box input {
      margin-bottom: 10px; }
    usage-tracking-bar .usage-tracking-container.usage-box button.btn {
      width: 198px; }
    usage-tracking-bar .usage-tracking-container .user-lookup-list {
      background: #fff;
      box-shadow: #ccc 0px 2px 5px;
      width: 220px; }
    usage-tracking-bar .usage-tracking-container .supervisor,
    usage-tracking-bar .usage-tracking-container .supervisee {
      font-size: 16px;
      font-weight: bold; }
    usage-tracking-bar .usage-tracking-container .super-time {
      font-size: 48px;
      font-weight: 100; }

.user-search-container {
  width: 300px;
  font-size: 12px;
  color: #999999;
  position: relative; }
  .user-search-container input, .user-search-container i, .user-search-container .input-group-addon {
    background-color: transparent;
    color: white; }
    .user-search-container input::placeholder, .user-search-container i::placeholder, .user-search-container .input-group-addon::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: silver;
      opacity: 1;
      /* Firefox */ }
    .user-search-container input:-ms-input-placeholder, .user-search-container i:-ms-input-placeholder, .user-search-container .input-group-addon:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: silver; }
    .user-search-container input::-ms-input-placeholder, .user-search-container i::-ms-input-placeholder, .user-search-container .input-group-addon::-ms-input-placeholder {
      /* Microsoft Edge */
      color: silver; }
  .user-search-container .input-group {
    margin-top: 8px; }
  .user-search-container .name {
    font-size: 16px;
    color: #333333; }
  .user-search-container .details > div > div:nth-child(2) {
    text-align: right; }
  .user-search-container .panel {
    box-shadow: #999999 0px 2px 2px;
    position: absolute;
    z-index: 1000;
    width: 300px; }
  .user-search-container .user-search-result {
    cursor: pointer; }
    .user-search-container .user-search-result:hover {
      background: #f4f4f4; }

.care-team span {
  cursor: pointer; }
  .care-team span.team-lead {
    font-weight: bold;
    color: #3159FB; }

.bootbox.modal.bootbox-alert {
  z-index: 100001; }

.bootbox .modal-backdrop {
  z-index: 100000; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.extra-margin-top {
  margin-top: 15px; }

.col-sm-height {
  display: table-cell;
  float: none !important; }

.row-same-height {
  display: table;
  width: 100%; }

.search-hcw-text-container {
  width: 300px;
  font-size: 12px;
  margin-right: 15px; }
  .search-hcw-text-container .cancel-search-button {
    position: absolute;
    left: -22px;
    top: 9px;
    z-index: 10000;
    cursor: pointer;
    color: #999999; }
    .search-hcw-text-container .cancel-search-button:hover {
      color: #666666; }
  .search-hcw-text-container .input-group-addon {
    position: relative; }

.practitioner-filters-container {
  top: 144px;
  background-color: #f4f4f4;
  width: 1256px;
  overflow: auto; }

.fixed-section {
  position: sticky;
  z-index: 3;
  margin-left: -3px;
  padding-left: 3px;
  margin-right: -3px;
  padding-right: 3px; }

.team-kpis .circle {
  text-align: center; }
  .team-kpis .circle div {
    margin: 0 auto;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    display: block;
    color: white;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    line-height: 54px; }
  .team-kpis .circle div.overdue {
    background-color: #ff0000; }
  .team-kpis .circle div.incomplete {
    background-color: #000000; }
  .team-kpis .circle div.incomplete-pathway {
    background-color: #999999; }
  .team-kpis .circle div.duesoon {
    background-color: #ff9900; }
  .team-kpis .circle div.complete {
    background-color: #078012; }
  .team-kpis .circle span {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    margin-top: 7px;
    text-transform: uppercase; }

.team-kpis .pie-chart-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  padding: 10px; }
  .team-kpis .pie-chart-container .pie-chart {
    width: 110px;
    height: 110px;
    cursor: pointer; }
  .team-kpis .pie-chart-container path {
    cursor: pointer; }
  .team-kpis .pie-chart-container .selected {
    fill: #2C57FF; }

.team-kpis .filter-summary {
  font-weight: normal; }

.team-kpis .sortable-columns {
  clear: both; }

.team-kpis .user-row-container {
  max-height: 440px;
  overflow: hidden;
  overflow-y: visible; }

.team-kpis .user-row {
  height: 48px;
  margin-right: 10px; }
  .team-kpis .user-row:hover {
    cursor: pointer; }
  .team-kpis .user-row div:not(.table-modal):not(.datepicker-modal) {
    min-height: auto !important; }
  .team-kpis .user-row .user-meta {
    min-height: auto !important; }

.team-kpis .kpi-status-alert-container {
  margin-top: 16px;
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 1px 1px 3px #999999; }

.team-kpis .legend {
  text-align: center;
  margin-top: 30px; }
  .team-kpis .legend span {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 10px; }
  .team-kpis .legend i.incomplete {
    color: #000000; }
  .team-kpis .legend i.overdue {
    color: #ff0000; }
  .team-kpis .legend i.duesoon {
    color: #ff9900; }
  .team-kpis .legend i.complete {
    color: #078012; }

.team-kpi-users .user-row-container {
  margin-top: 10px !important; }

.team-pathways .sortable-columns {
  clear: both; }

.team-pathways .team-pathway-container {
  display: flex;
  margin-top: 10px; }
  .team-pathways .team-pathway-container .team-pathway-window {
    margin-right: 8px; }
    .team-pathways .team-pathway-container .team-pathway-window:last-child {
      margin-right: 0; }
    .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks {
      display: flex; }
      .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks .team-pathway-window-block {
        height: 60px;
        cursor: pointer; }
        .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks .team-pathway-window-block.selected {
          background-color: #2C57FF; }
      .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks .block-status-1 {
        background-color: #999999; }
      .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks .block-status-2 {
        background-color: red; }
      .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks .block-status-3 {
        background-color: #ff9900; }
      .team-pathways .team-pathway-container .team-pathway-window .team-pathway-window-blocks .block-status-4 {
        background-color: #078012; }

.team-pathways .team-piechart-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  padding: 10px; }
  .team-pathways .team-piechart-container .pie-chart {
    width: 110px;
    height: 110px; }
  .team-pathways .team-piechart-container path {
    cursor: pointer; }
  .team-pathways .team-piechart-container .unselected-1 {
    fill: #999999; }
  .team-pathways .team-piechart-container .unselected-2 {
    fill: #ff0000; }
  .team-pathways .team-piechart-container .unselected-3 {
    fill: #ff9900; }
  .team-pathways .team-piechart-container .unselected-4 {
    fill: #078012; }
  .team-pathways .team-piechart-container .unselected:hover {
    fill: #6C97FF; }
  .team-pathways .team-piechart-container .unselected-1:hover {
    fill: #CCCCCC; }
  .team-pathways .team-piechart-container .unselected-2:hover {
    fill: #FF3333; }
  .team-pathways .team-piechart-container .unselected-3:hover {
    fill: #FFCC33; }
  .team-pathways .team-piechart-container .unselected-4:hover {
    fill: #3AB345; }
  .team-pathways .team-piechart-container .selected {
    fill: #2C57FF; }

.team-pathways .user-cell-pathway-hcw {
  width: 83px; }
  .team-pathways .user-cell-pathway-hcw .pathway-status-count {
    text-align: center;
    font-size: 32px;
    font-weight: 100;
    padding-top: 12px; }
    .team-pathways .user-cell-pathway-hcw .pathway-status-count.pathway-status-count-4 {
      color: #078012; }
    .team-pathways .user-cell-pathway-hcw .pathway-status-count.pathway-status-count-3 {
      color: #ff9900; }
    .team-pathways .user-cell-pathway-hcw .pathway-status-count.pathway-status-count-2 {
      color: #ff0000; }
    .team-pathways .user-cell-pathway-hcw .pathway-status-count.pathway-status-count-1 {
      color: #999999; }

.team-pathways .pathway-triangle {
  position: absolute;
  left: 0px;
  margin-top: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 22px;
  border-color: transparent transparent transparent #000000; }

.team-pathways .legend {
  text-align: center;
  position: relative;
  top: 60px;
  padding-bottom: 15px; }
  .team-pathways .legend .label {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-right: 10px; }
  .team-pathways .legend .dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block; }
    .team-pathways .legend .dot.incomplete {
      background-color: #999999; }
    .team-pathways .legend .dot.overdue {
      background-color: #ff0000; }
    .team-pathways .legend .dot.duesoon {
      background-color: #ff9900; }
    .team-pathways .legend .dot.complete {
      background-color: #078012; }

.team-pathways .filter-summary {
  font-weight: normal; }

.team-pathways .pathway-hcw-card {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 1px 1px 3px #999999; }

.team-pathways .flex-bar-chart {
  display: flex;
  width: 100%;
  margin-bottom: 5px; }
  .team-pathways .flex-bar-chart__titlescol {
    flex-basis: 210px; }
  .team-pathways .flex-bar-chart__barscol {
    flex-grow: 1; }
  .team-pathways .flex-bar-chart .flex-bar-row {
    display: flex;
    flex-wrap: nowrap; }
    .team-pathways .flex-bar-chart .flex-bar-row__bar {
      text-align: center;
      color: white;
      padding: 0 3px 0 3px;
      cursor: pointer; }
      .team-pathways .flex-bar-chart .flex-bar-row__bar:hover {
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.5);
        color: black; }
      .team-pathways .flex-bar-chart .flex-bar-row__bar.incomplete {
        background-color: #999999; }
      .team-pathways .flex-bar-chart .flex-bar-row__bar.overdue {
        background-color: #ff0000; }
      .team-pathways .flex-bar-chart .flex-bar-row__bar.duesoon {
        background-color: #ff9900; }
      .team-pathways .flex-bar-chart .flex-bar-row__bar.complete {
        background-color: #078012; }

.help-panel-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; }
  .help-panel-container .help-panel-button {
    cursor: pointer;
    position: fixed;
    background-color: transparent;
    height: 51px;
    width: 51px;
    right: 3px;
    color: greenyellow;
    padding-top: 5px; }
    .help-panel-container .help-panel-button.help-panel-on {
      color: white; }
  .help-panel-container .help-panel-main {
    width: 280px;
    background-color: white;
    height: 100vh;
    margin-top: 51px;
    border-left: 1px solid silver;
    position: fixed;
    right: 0;
    transition: right 500ms ease-out; }
    .help-panel-container .help-panel-main.help-panel-off {
      right: -280px; }
    .help-panel-container .help-panel-main .help-panel-section {
      color: #333333;
      border-bottom: 1px solid #E4E4E4;
      padding: 15px;
      display: flex;
      cursor: pointer; }
      .help-panel-container .help-panel-main .help-panel-section:hover, .help-panel-container .help-panel-main .help-panel-section:focus {
        text-decoration: none; }
      .help-panel-container .help-panel-main .help-panel-section.top-section {
        border-top: 0 !important; }
      .help-panel-container .help-panel-main .help-panel-section.header-section {
        cursor: auto;
        display: block !important;
        border-top: 1px solid silver; }
        .help-panel-container .help-panel-main .help-panel-section.header-section:hover {
          background: inherit; }
        .help-panel-container .help-panel-main .help-panel-section.header-section h2 {
          font-weight: bold !important; }
        .help-panel-container .help-panel-main .help-panel-section.header-section .icon-link {
          line-height: 0;
          cursor: pointer;
          color: #333333 !important; }
          .help-panel-container .help-panel-main .help-panel-section.header-section .icon-link span {
            vertical-align: middle; }
          .help-panel-container .help-panel-main .help-panel-section.header-section .icon-link i {
            font-size: 20px;
            margin-right: 3px;
            vertical-align: middle; }
      .help-panel-container .help-panel-main .help-panel-section.last {
        border-bottom: 0; }
      .help-panel-container .help-panel-main .help-panel-section:hover {
        background: #f4f4f4; }
        .help-panel-container .help-panel-main .help-panel-section:hover .help-panel-icon {
          margin-left: -5px;
          margin-right: 15px; }
      .help-panel-container .help-panel-main .help-panel-section p {
        font-size: 12px;
        color: #999999; }
        .help-panel-container .help-panel-main .help-panel-section p:last-of-type {
          margin-bottom: 0; }
      .help-panel-container .help-panel-main .help-panel-section h2 {
        border-bottom: 0px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 0; }
      .help-panel-container .help-panel-main .help-panel-section .help-panel-icon {
        font-size: 40px;
        line-height: 0;
        margin-right: 10px;
        transition: margin 200ms; }
      .help-panel-container .help-panel-main .help-panel-section .help-panel-detail {
        display: block; }

.filtered-tags {
  display: block;
  width: 200px;
  height: 35px;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  color: #000000;
  user-select: none;
  z-index: 2; }
  .filtered-tags::after {
    content: '';
    display: block;
    clear: both; }

.filtered-tags-dropdown {
  display: none;
  position: relative;
  width: 200px;
  z-index: 10;
  background: #ffffff;
  border: 1px solid #aaa;
  user-select: none;
  overflow: auto;
  max-height: calc(100vh - 300px); }
  .filtered-tags-dropdown__tag-item {
    padding: 1px 5px; }
  .filtered-tags-dropdown__label {
    margin-bottom: 0;
    width: 100%;
    font-weight: normal; }
  .filtered-tags-dropdown.is-visible {
    display: block; }
  .filtered-tags-dropdown::after {
    content: '';
    display: block;
    clear: both; }

#ftl-overlay {
  background-color: red;
  opacity: .30;
  position: fixed;
  top: 0;
  left: 0;
  max-height: none !important;
  width: 100%;
  height: 100%;
  z-index: 1; }

.inline {
  display: inline-block; }

.contacts-chart {
  display: inline-block;
  user-select: none;
  cursor: pointer; }
  .contacts-chart .axis {
    width: 100%;
    background: black;
    height: 1px;
    position: relative;
    width: 177px;
    top: 41px;
    z-index: 1; }
  .contacts-chart .bars-container {
    display: flex; }
    .contacts-chart .bars-container .legend {
      font-size: 10px;
      font-weight: bold;
      margin-right: 8px;
      margin-top: 13px;
      display: flex;
      flex-direction: column; }
      .contacts-chart .bars-container .legend .above, .contacts-chart .bars-container .legend .below {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 28px; }
      .contacts-chart .bars-container .legend .above {
        justify-content: flex-end; }
      .contacts-chart .bars-container .legend .below {
        justify-content: flex-start; }
      .contacts-chart .bars-container .legend .f2f-l {
        color: #086cb5; }
      .contacts-chart .bars-container .legend .tel-l {
        color: #42e2b8; }
      .contacts-chart .bars-container .legend .dna-l {
        color: #f50083; }
      .contacts-chart .bars-container .legend .prox-l {
        color: #ffaa00; }
    .contacts-chart .bars-container .bar-group {
      width: 18px;
      margin-right: 8px; }
      .contacts-chart .bars-container .bar-group:last-child {
        margin-right: 0px; }
      .contacts-chart .bars-container .bar-group .overlay {
        font-size: 10px;
        position: absolute;
        margin-top: 13px;
        width: 18px;
        background: #eee;
        opacity: 0.9;
        text-align: right;
        height: 70%;
        display: flex;
        flex-direction: column; }
        .contacts-chart .bars-container .bar-group .overlay .above, .contacts-chart .bars-container .bar-group .overlay .below {
          flex: 1;
          display: flex;
          flex-direction: column; }
        .contacts-chart .bars-container .bar-group .overlay .above {
          justify-content: flex-end; }
        .contacts-chart .bars-container .bar-group .overlay .below {
          justify-content: flex-start; }
      .contacts-chart .bars-container .bar-group .bar-header {
        font-size: 9px;
        text-align: center;
        margin-bottom: 3px; }
      .contacts-chart .bars-container .bar-group .bars {
        margin: 0 auto; }
        .contacts-chart .bars-container .bar-group .bars .bar-pair {
          display: flex;
          min-height: 25px; }
          .contacts-chart .bars-container .bar-group .bars .bar-pair:after {
            content: "";
            display: block;
            min-height: inherit;
            font-size: 0; }
          .contacts-chart .bars-container .bar-group .bars .bar-pair.above {
            align-items: flex-end;
            margin-top: auto; }
          .contacts-chart .bars-container .bar-group .bars .bar-pair.below {
            margin-top: 1px; }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              .contacts-chart .bars-container .bar-group .bars .bar-pair.below {
                margin-top: 0; } }
          .contacts-chart .bars-container .bar-group .bars .bar-pair .bar {
            width: 50%; }
            .contacts-chart .bars-container .bar-group .bars .bar-pair .bar.f2f {
              background-color: #086cb5; }
            .contacts-chart .bars-container .bar-group .bars .bar-pair .bar.tel {
              background-color: #42e2b8; }
            .contacts-chart .bars-container .bar-group .bars .bar-pair .bar.dna {
              background-color: #f50083; }
            .contacts-chart .bars-container .bar-group .bars .bar-pair .bar.prox {
              background-color: #ffaa00; }

.pathway-cell {
  height: 50px;
  width: 100%;
  display: flex;
  width: 100%; }
  .pathway-cell .pathway-step {
    margin-right: 2px; }
    .pathway-cell .pathway-step .pathway-step-label {
      text-align: right;
      font-size: 10px; }
    .pathway-cell .pathway-step .pathway-step-highlight {
      margin-top: 3px;
      height: 2px;
      background-color: #666666; }
    .pathway-cell .pathway-step .pathway-step-bar {
      height: 25px; }
    .pathway-cell .pathway-step:last-child {
      margin-right: 0px; }

.pathway-status-bg-historic.pathway-status-bg-1 {
  background-color: #cccccc !important; }

.pathway-status-bg-historic.pathway-status-bg-2 {
  background-color: #cccccc !important; }

.pathway-status-bg-historic.pathway-status-bg-3 {
  background-color: #cccccc !important; }

.pathway-status-bg-historic.pathway-status-bg-4 {
  background-color: #cccccc !important; }

.pathway-status-bg-0 {
  background-color: #E6E6E6; }

.pathway-status-bg-1 {
  background-color: #999999; }

.pathway-status-bg-2 {
  background-color: #ff0000; }

.pathway-status-bg-3 {
  background-color: #ff9900; }

.pathway-status-bg-4 {
  background-color: #078012; }

.pathway-status-text-1 {
  color: #999999; }

.pathway-status-text-2 {
  color: #ff0000; }

.pathway-status-text-3 {
  color: #ff9900; }

.pathway-status-text-4 {
  color: #078012; }

.pathway-step-details {
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 1px 1px 3px #999999;
  top: 52px;
  right: -10px; }
  .pathway-step-details .pathway-step-details-header {
    border-radius: 4px 4px 0 0;
    background-color: #086cb5;
    color: white;
    padding: 8px; }
    .pathway-step-details .pathway-step-details-header span {
      margin-left: 10px; }
  .pathway-step-details .pathway-step-details-body {
    background-color: white;
    padding: 8px; }
  .pathway-step-details .pathway-status-item {
    margin-bottom: 6px; }
    .pathway-step-details .pathway-status-item-text-name {
      max-width: 230px;
      display: inline-block; }
    .pathway-step-details .pathway-status-item .dot {
      height: 12px;
      width: 12px;
      border-radius: 50%;
      display: inline-block; }
      .pathway-step-details .pathway-status-item .dot.status-1 {
        background-color: #CCCCCC; }
      .pathway-step-details .pathway-status-item .dot.status-2 {
        background-color: #FF3333; }
      .pathway-step-details .pathway-status-item .dot.status-3 {
        background-color: #FFCC33; }
      .pathway-step-details .pathway-status-item .dot.status-4 {
        background-color: #3AB345; }

.nudge {
  font-size: 12px; }

.fic .alert {
  color: red; }

.fic .warning {
  color: #ff9900; }

.fic .okay {
  color: #10ad2b; }

.fic .complete {
  color: #10ad2b; }

.fic .late {
  color: #ff9900; }

.fic .overdue {
  color: red; }

.search-hcw-text-container {
  width: 300px;
  font-size: 12px;
  margin-right: 15px; }
  .search-hcw-text-container .cancel-search-button {
    position: absolute;
    left: -22px;
    top: 9px;
    z-index: 10000;
    cursor: pointer;
    color: #999999; }
    .search-hcw-text-container .cancel-search-button:hover {
      color: #666666; }
  .search-hcw-text-container .input-group-addon {
    position: relative; }

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar; }

body {
  margin-top: 90px;
  font-family: Roboto;
  background: #f4f4f4;
  padding-bottom: 200px; }

.container {
  width: 1280px !important; }

h1 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 2px solid #666 !important;
  margin-bottom: 10px;
  position: relative; }
  h1 .header-right {
    position: relative;
    top: -10px; }
  h1 .buttons {
    margin-left: 0.5em; }

h2 a {
  cursor: pointer; }

:not(.user-meta) > h2 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #666;
  padding-bottom: 5px; }

h3 a {
  cursor: pointer; }

a {
  color: blue; }

.ux-dialog-open {
  overflow: visible !important; }
  .ux-dialog-open ux-dialog-overlay.active {
    background-color: black;
    opacity: .5; }

ux-dialog-body {
  max-height: 80vh;
  overflow: auto; }

.page-header span {
  cursor: pointer; }
  .page-header span.link {
    color: #0000FF;
    font-size: 12px;
    line-height: 22px; }

.page-header .link-button {
  font-size: 12px;
  line-height: 22px;
  color: #0000FF;
  cursor: pointer;
  user-select: none; }

.fix-page-top {
  position: sticky;
  top: 100px;
  background: #f4f4f4;
  z-index: 2;
  box-shadow: none;
  width: 1254px;
  margin-left: -2px;
  padding-left: 2px;
  padding-right: 2px;
  box-shadow: #f4f4f4 0px 2px 2px;
  padding-top: 40px; }
  .fix-page-top.no-subnav {
    top: 50px; }

.page-count {
  margin-left: 20px; }

.feed-time {
  background-color: #f4f4f4;
  z-index: 10;
  text-align: right;
  position: fixed;
  width: 690px;
  margin-left: 560px;
  top: 50px; }
  .feed-time p.date-feed-overdue {
    color: red; }
  .feed-time p i {
    cursor: pointer;
    position: relative;
    top: 5px; }

.loading-spinner {
  font-size: 12px;
  margin-left: 20px; }

.page-footer {
  border-top: 2px solid #666 !important;
  padding-top: 10px; }
  .page-footer .buttons {
    padding-bottom: 20px; }

.capitalise {
  text-transform: uppercase; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.overdue {
  color: red; }

.overdue-soon {
  color: orange; }

.overdue-okay {
  color: green; }

.hidden {
  display: none; }

.clickable {
  cursor: pointer; }

.ui-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5; }
  .ui-block .fa-spinner {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -16px; }

.warn {
  color: #f00; }

.margin-top {
  margin-top: 15px; }

.time-period, .changeTeam {
  padding-bottom: 20px;
  text-align: right; }
  .time-period input[type=radio], .changeTeam input[type=radio] {
    display: none; }
  .time-period button.btn-secondary, .changeTeam button.btn-secondary {
    margin-left: 10px; }
    .time-period button.btn-secondary:focus, .changeTeam button.btn-secondary:focus {
      outline: none; }
    .time-period button.btn-secondary:not(.active), .changeTeam button.btn-secondary:not(.active) {
      background: transparent;
      border: 1px solid black; }
    .time-period button.btn-secondary.active, .changeTeam button.btn-secondary.active {
      background: #169BD5;
      border: 1px solid #169BD5;
      color: white; }

.changeTeam {
  padding-top: 8px;
  padding-bottom: 0; }
  .changeTeam button.btn-secondary:not(.active) {
    background: white;
    border: 1px solid black; }

ux-dialog-container div {
  margin-top: 30px !important;
  margin-bottom: 0 !important; }

ux-dialog {
  max-width: 600px; }

.btn-less-padding {
  padding: 3px; }

.space-above {
  margin-top: 70px; }

*::-webkit-input-placeholder {
  color: #333333; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #333333; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #333333; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333; }

.dropdown-menu > div > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }
