/*
Harmonics
https://en.wikipedia.org/wiki/Wolfgang_von_Wersin
*/
/*
Map of numbers for iterative class building
*/
@font-face {
  font-family: 'Circular';
  font-weight: 700;
  src: url("/fonts/circular/circular-black.otf") format("opentype"); }
@font-face {
  font-family: 'Circular';
  font-weight: 600;
  src: url("/fonts/circular/circular-bold.otf") format("opentype"); }
@font-face {
  font-family: 'Circular';
  font-weight: 500;
  src: url("/fonts/circular/circular-medium.otf") format("opentype"); }
@font-face {
  font-family: 'Circular';
  font-weight: 400;
  src: url("/fonts/circular/circular-book.otf") format("opentype"); }
html {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-weight: 300;
  min-height: 100%;
  position: relative; }
  body.auth {
    background: linear-gradient(to bottom, #212736, #404D6B);
    background-repeat: no-repeat; }

hr {
  border-top: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  margin: 20px 0;
  border-top: 1px solid #999 !important; }

a {
  color: #0277BD; }

.wrap {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 150px;
  padding-right: 100px;
  margin-left: auto;
  margin-right: auto; }
  .wrap.narrow {
    max-width: 800px; }
  @media screen and (max-width: 800px) {
    .wrap {
      padding-left: 20px;
      padding-right: 20px; } }

.top-pad {
  margin-top: 50px; }

.centered {
  text-align: center; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.group:after {
  content: "";
  display: table;
  clear: both; }

main {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 50px; }
  main.no-padding {
    padding: 0; }

table {
  width: 100%;
  background: #fff;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  border-collapse: collapse; }
  table thead {
    font-family: 'Circular'; }
    table thead th {
      font-weight: 400;
      color: #fff;
      font-size: 1.4rem;
      border-right: 1px solid #999; }
      table thead th:last-child {
        border-right: none; }
    table thead tr {
      background: #444; }
  table tbody td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    table tbody td:last-child {
      border-right: none; }
  table tbody tr:last-child td {
    border-bottom: none; }
  table tbody tr:nth-child(even) {
    background: #eee; }
  table th,
  table td {
    text-align: left;
    padding: 10px 20px; }
  table .button {
    margin-top: 0;
    margin-bottom: 0; }

section {
  margin-bottom: 20px; }
  section h4:first-child {
    margin-bottom: 10px; }

.left-aligned {
  text-align: left; }

#app-nav {
  box-sizing: border-box;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  height: 100vh;
  color: #1848A7;
  background: #F6F6F6; }
  #app-nav + * {
    margin-left: 250px; }
  #app-nav .checkpoint-logo a {
    color: #fff; }
  #app-nav h1 {
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 50px; }
  #app-nav ul,
  #app-nav ol {
    list-style: none;
    padding: 0;
    margin: 0; }
    #app-nav ul li,
    #app-nav ol li {
      margin-bottom: 1px;
      color: #fff; }
      #app-nav ul li i,
      #app-nav ol li i {
        font-size: 30px;
        padding: 13px;
        padding-right: 22px;
        width: 63px;
        position: relative;
        top: 7px; }
    #app-nav ul li.heading,
    #app-nav ol li.heading {
      font-weight: 400;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(63, 81, 181, 0.2);
      border-top: 1px solid rgba(63, 81, 181, 0.2);
      font-family: 'Circular', 'Helvetica', 'Arial', sans-serif;
      color: #1848A7;
      position: relative;
      left: -22px; }
    #app-nav ul a,
    #app-nav ol a {
      display: block;
      padding: 3px 20px;
      text-decoration: none;
      color: #B9C2D5;
      vertical-align: middle;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 16px;
      padding-bottom: 13px; }
      #app-nav ul a:hover, #app-nav ul a:focus, #app-nav ul a.active,
      #app-nav ol a:hover,
      #app-nav ol a:focus,
      #app-nav ol a.active {
        background: #eee;
        color: #1848A7; }
        #app-nav ul a:hover i.material-icons, #app-nav ul a:focus i.material-icons, #app-nav ul a.active i.material-icons,
        #app-nav ol a:hover i.material-icons,
        #app-nav ol a:focus i.material-icons,
        #app-nav ol a.active i.material-icons {
          color: #fff; }
    #app-nav ul span,
    #app-nav ul i.material-icons,
    #app-nav ol span,
    #app-nav ol i.material-icons {
      vertical-align: middle; }
    #app-nav ul i.material-icons,
    #app-nav ol i.material-icons {
      font-size: 1.4rem;
      margin-right: 10px;
      position: relative;
      top: -2px;
      border-radius: 50%;
      padding: 0.5rem; }
      #app-nav ul i.material-icons.red,
      #app-nav ol i.material-icons.red {
        background: #FF5964; }
      #app-nav ul i.material-icons.green,
      #app-nav ol i.material-icons.green {
        background: #76B041; }
      #app-nav ul i.material-icons.blue,
      #app-nav ol i.material-icons.blue {
        background: #2196F3; }
      #app-nav ul i.material-icons.yellow,
      #app-nav ol i.material-icons.yellow {
        background: #FFCA28; }
      #app-nav ul i.material-icons.grey,
      #app-nav ol i.material-icons.grey {
        background: #444; }

html {
  line-height: 1;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  color: #333; }

/*
@include typographic-scale (
    $ratio: $biauron,
    $selector: h,
    $fluid: true,
    $iterations: 6,
    $max-font-size: 3.5rem,
    $min-font-size: 2rem,
    $max-width: 128rem,
    $min-width: 32rem
);
*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Circular', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.5; }

h1 {
  font-weight: 300;
  font-size: 3rem; }
  @media screen and (max-width: 23.75remem) {
    h1 {
      font-size: 2.4rem; } }
  @media screen and (max-width: 80remem) and (min-width: 23.75remem) {
    h1 {
      font-size: calc(2.4rem + (3rem - 2.4rem) * ((100vw - 38rem) / (128rem - 38rem))); } }

h2 {
  font-weight: 300;
  font-size: 2.2rem; }
  @media screen and (max-width: 23.75remem) {
    h2 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 80remem) and (min-width: 23.75remem) {
    h2 {
      font-size: calc(1.8rem + (2.2rem - 1.8rem) * ((100vw - 38rem) / (128rem - 38rem))); } }

h3 {
  font-weight: 300;
  font-size: 1.6rem; }
  @media screen and (max-width: 23.75remem) {
    h3 {
      font-size: 1.4rem; } }
  @media screen and (max-width: 80remem) and (min-width: 23.75remem) {
    h3 {
      font-size: calc(1.4rem + (1.6rem - 1.4rem) * ((100vw - 38rem) / (128rem - 38rem))); } }

h4 {
  font-weight: 300;
  font-size: 1.4rem; }
  @media screen and (max-width: 23.75remem) {
    h4 {
      font-size: 1.2rem; } }
  @media screen and (max-width: 80remem) and (min-width: 23.75remem) {
    h4 {
      font-size: calc(1.2rem + (1.4rem - 1.2rem) * ((100vw - 38rem) / (128rem - 38rem))); } }

h5 {
  font-weight: 300;
  font-size: 1.2rem; }
  @media screen and (max-width: 23.75remem) {
    h5 {
      font-size: 1rem; } }
  @media screen and (max-width: 80remem) and (min-width: 23.75remem) {
    h5 {
      font-size: calc(1rem + (1.2rem - 1rem) * ((100vw - 38rem) / (128rem - 38rem))); } }

h6 {
  font-weight: 300;
  font-size: 1rem; }
  @media screen and (max-width: 23.75remem) {
    h6 {
      font-size: 0.8rem; } }
  @media screen and (max-width: 80remem) and (min-width: 23.75remem) {
    h6 {
      font-size: calc(0.8rem + (1rem - 0.8rem) * ((100vw - 38rem) / (128rem - 38rem))); } }

/*
// Fluid down
@include typographic-scale (
    $ratio: $biauron,
    $selector: foo,
    $iterations: 6,
    $max-font-size: 3rem
);


// Fluid up
@include typographic-scale (
    $ratio: $biauron,
    $selector: bar,
    $iterations: 6,
    $min-font-size: 10.0rem
);
*/
p {
  font-weight: 300;
  letter-spacing: 0.5px; }

.navbar {
  border-radius: 0 !important;
  height: 80px;
  margin-bottom: 0 !important;
  border: none !important; }
  .navbar.navbar-default {
    background: #6a6d77; }
  .navbar .main-logo {
    width: 250px; }
  .navbar .navbar-brand {
    padding: 25px 15px; }
  .navbar .navbar-collapse {
    height: 100% !important; }
    .navbar .navbar-collapse .nav, .navbar .navbar-collapse .navbar-nav {
      padding-top: 15px; }
      .navbar .navbar-collapse .nav li .log-in, .navbar .navbar-collapse .navbar-nav li .log-in {
        border: 2px solid #76B041;
        border-radius: 5px;
        margin-top: 0; }
      .navbar .navbar-collapse .nav li a, .navbar .navbar-collapse .navbar-nav li a {
        margin-top: 2px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff !important;
        padding-top: 10px;
        padding-bottom: 10px; }

#site-header {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  #site-header h1 {
    display: inline-block;
    margin: 0; }
  #site-header > .wrap {
    position: relative; }

footer {
  background: #dedede;
  color: #000;
  padding: 35px 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 50px;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2); }
  footer .threecol {
    margin-bottom: 0; }
  footer hr {
    border-top: 1px solid #747474; }

.footer-item {
  text-decoration: none;
  color: #000; }

#site-nav {
  float: right; }
  #site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #site-nav ul li {
      display: inline-block;
      margin-left: 40px; }
      #site-nav ul li:hover ul, #site-nav ul li:focus ul {
        opacity: 1;
        visibility: visible;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    #site-nav ul a {
      display: block;
      color: #000;
      font-weight: 300;
      text-decoration: none;
      padding: 5px 3px;
      position: relative;
      z-index: 10;
      letter-spacing: 0.5px;
      font-size: 1.2rem; }
      #site-nav ul a i.material-icons {
        font-size: 1.8rem;
        vertical-align: middle; }
        #site-nav ul a i.material-icons:first-child {
          margin-right: 5px; }
      #site-nav ul a span {
        vertical-align: middle; }
      #site-nav ul a:hover, #site-nav ul a:focus, #site-nav ul a.active {
        border-bottom: 2px solid #fff; }
    #site-nav ul ul {
      padding: 0;
      margin: 0;
      position: absolute;
      z-index: 999;
      background: #ddd;
      visibility: hidden;
      opacity: 0;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
      -ms-transform: translateY(-20px);
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
      -ms-transition: opacity 0.2s ease, visibility 0.2s ease, -ms-transform 0.3s ease;
      -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s ease; }
      #site-nav ul ul li {
        display: block;
        border: none; }
        #site-nav ul ul li:first-child, #site-nav ul ul li:last-child {
          border: none; }
      #site-nav ul ul a {
        color: #444;
        background: #fff;
        border: none; }
        #site-nav ul ul a:hover, #site-nav ul ul a:focus {
          background: #f4f4f4; }

.navscroll {
  overflow-y: auto; }

.navscroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.navscroll::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.navscroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

span.required-marker {
  color: #FF5964;
  margin-left: 2px; }

form {
  margin-bottom: 25px;
  color: #333;
  width: 100%; }
  form .primary-heading,
  form .form-heading {
    color: #333;
    font-weight: 400; }
    form .primary-heading + .secondary-heading,
    form .form-heading + .secondary-heading {
      padding-top: 0; }
  form .secondary-heading {
    margin: 0;
    background: #555;
    color: #fff;
    padding: 0; }
  form ul,
  form ol {
    background-color: #efefef;
    list-style: none; }
    form ul ul,
    form ul ol,
    form ol ul,
    form ol ol {
      padding: 0;
      margin: 0; }
  form li {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    position: relative;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      form li {
        margin: 15px 0; } }
    form li.twocol, form li.threecol, form li.fourcol {
      padding: 0;
      margin-bottom: 20px; }
    form li.submit {
      text-align: right; }
    form li :last-child {
      margin-bottom: 10px; }
    form li:last-child .button {
      margin-top: 0; }
  form p.help-text {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    line-height: 185%;
    color: #555; }
  form p.form-message {
    font-size: 1.4rem;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    text-align: center;
    font-weight: 500;
    margin-top: 0; }
    form p.form-message.error {
      background: #FF5964; }
    form p.form-message.alert {
      background: #FFCA28;
      color: #333; }
    form p.form-message.success {
      background: #76B041; }

fieldset {
  box-sizing: border-box;
  border: none;
  outline: none;
  margin: 0 0 0 0;
  padding: 0;
  background-color: '#efefef'; }
  fieldset > ul,
  fieldset > ol {
    background-color: #efefef;
    padding: 0; }
  fieldset:last-of-value {
    margin-bottom: 0; }

label {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: 'Circular', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 10px 0; }

input[value="radio"],
input[value="checkbox"] {
  display: inline-block; }
  input[value="radio"] + label,
  input[value="checkbox"] + label {
    font-family: 'Circular', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

input[value="text"],
input[value="email"],
input[value="password"],
input[value="url"],
input[value="file"],
input[value="number"],
input[value="date"],
input[value="time"],
input[value="tel"],
textarea,
select {
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  border-radius: 2px;
  background-color: #f7f7f7;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  padding: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  display: inline-block;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  width: 100%;
  -ms-transition: border-color 0.3s ease, background 0.3s ease;
  -webkit-transition: border-color 0.3s ease, background 0.3s ease;
  transition: border-color 0.3s ease, background 0.3s ease; }
  input[value="text"]:focus,
  input[value="email"]:focus,
  input[value="password"]:focus,
  input[value="url"]:focus,
  input[value="file"]:focus,
  input[value="number"]:focus,
  input[value="date"]:focus,
  input[value="time"]:focus,
  input[value="tel"]:focus,
  textarea:focus,
  select:focus {
    border-color: #2196F3;
    background-color: #fafafa; }

select {
  background-image: url("../img/icons/ic_arrow_drop_down_black_24px.svg");
  background-size: 24px;
  background-position: top 5px right 10px;
  background-repeat: no-repeat; }

input[value="date"],
input[value="time"] {
  width: auto; }

.form-fieldset-items .form-fieldset-item:first-child .remove-item {
  display: none; }

fieldset + button[value="submit"] {
  float: right;
  margin: 25px 0; }

.photoblock {
  display: inline-block;
  position: relative; }

.photoblock-delete {
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  background-color: black;
  opacity: .7;
  cursor: pointer; }

.photoblock-icon {
  font-size: 3.5em; }

.twocol {
  box-sizing: border-box;
  width: 48.5%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .twocol.last {
    margin-right: 0; }

.threecol {
  box-sizing: border-box;
  width: 31.3333333333%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .threecol.last {
    margin-right: 0; }

.fourcol {
  box-sizing: border-box;
  width: 22.75%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .fourcol.last {
    margin-right: 0; }

.fivecol {
  box-sizing: border-box;
  width: 17.6%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .fivecol.last {
    margin-right: 0; }

.sixcol {
  box-sizing: border-box;
  width: 14.1666666667%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .sixcol.last {
    margin-right: 0; }

.sevencol {
  box-sizing: border-box;
  width: 11.7142857143%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .sevencol.last {
    margin-right: 0; }

.eightcol {
  box-sizing: border-box;
  width: 9.875%;
  padding: 20px;
  float: left;
  margin-right: 3%;
  margin-bottom: 3%; }
  .eightcol.last {
    margin-right: 0; }

.twocol.no-padding, .threecol.no-padding, .fourcol.no-padding, .fivecol.no-padding, .sixcol.no-padding, .sevencol.no-padding, .eightcol.no-padding {
  padding: 0; }
@media screen and (max-width: 420px) {
  .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px; } }

.one-of-eight {
  box-sizing: border-box;
  float: left;
  width: 9.5%;
  padding: 20px;
  margin-right: 3%; }
  .one-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 12.5%;
    padding: 20px;
    margin-right: 0%; }

.two-of-eight {
  box-sizing: border-box;
  float: left;
  width: 22%;
  padding: 20px;
  margin-right: 3%; }
  .two-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 20px;
    margin-right: 0%; }

.three-of-eight {
  box-sizing: border-box;
  float: left;
  width: 34.5%;
  padding: 20px;
  margin-right: 3%; }
  .three-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 37.5%;
    padding: 20px;
    margin-right: 0%; }

.four-of-eight {
  box-sizing: border-box;
  float: left;
  width: 47%;
  padding: 20px;
  margin-right: 3%; }
  .four-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 20px;
    margin-right: 0%; }

.five-of-eight {
  box-sizing: border-box;
  float: left;
  width: 59.5%;
  padding: 20px;
  margin-right: 3%; }
  .five-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 62.5%;
    padding: 20px;
    margin-right: 0%; }

.six-of-eight {
  box-sizing: border-box;
  float: left;
  width: 72%;
  padding: 20px;
  margin-right: 3%; }
  .six-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding: 20px;
    margin-right: 0%; }

.seven-of-eight {
  box-sizing: border-box;
  float: left;
  width: 84.5%;
  padding: 20px;
  margin-right: 3%; }
  .seven-of-eight.last {
    box-sizing: border-box;
    float: left;
    width: 87.5%;
    padding: 20px;
    margin-right: 0%; }

.one-of-eight, .two-of-eight, .three-of-eight, .four-of-eight, .five-of-eight, .six-of-eight, .seven-of-eight {
  margin-bottom: 3%; }
  .one-of-eight.no-padding, .two-of-eight.no-padding, .three-of-eight.no-padding, .four-of-eight.no-padding, .five-of-eight.no-padding, .six-of-eight.no-padding, .seven-of-eight.no-padding {
    padding: 0; }
  @media screen and (max-width: 420px) {
    .one-of-eight, .one-of-eight.last, .two-of-eight, .two-of-eight.last, .three-of-eight, .three-of-eight.last, .four-of-eight, .four-of-eight.last, .five-of-eight, .five-of-eight.last, .six-of-eight, .six-of-eight.last, .seven-of-eight, .seven-of-eight.last {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 20px; } }

.button {
  display: inline-block;
  padding: 10px 13px 8px 13px;
  text-align: center;
  font-family: 'Circular', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  border-radius: 2px;
  border: none;
  outline: none;
  background: #444;
  border-bottom: 2px solid #222;
  color: #fff;
  -ms-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  text-decoration: none; }
  .button i.material-icons {
    font-size: inherit;
    vertical-align: middle; }
  .button.block {
    display: block;
    width: 100%; }
  .button.red {
    background: #FF5964;
    border-bottom: 2px solid #d9000e; }
  .button.green {
    background: #76B041;
    border-bottom: 2px solid #5d8b33; }
  .button.white {
    background: #fff;
    border-bottom: 2px solid #aaa;
    color: #333; }
  .button.large {
    padding: 10px 20px;
    font-size: 1.6rem; }
  .button.small {
    font-size: 1.2rem;
    padding: 8px 10px 6px 10px; }
  .button:hover, .button:focus {
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(0, 0, 0, 0.2); }

.switch {
  display: block;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .switch:before, .switch:after {
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    visibility: visible;
    font-size: 1.8rem; }
  .switch:before {
    content: 'No'; }
  .switch:after {
    content: 'Yes'; }
  .switch[data-off]:before {
    content: attr(data-off); }
  .switch[data-on]:after {
    content: attr(data-on); }
  .switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input + label {
      position: relative; }
    .switch input:checked + label {
      background: #76B041; }
      .switch input:checked + label:before, .switch input:checked + label:after {
        left: 5.2rem; }
    .switch input[disabled] + label {
      background: #bababa; }
      .switch input[disabled] + label:before {
        background: #FAFAFA; }
      .switch input[disabled] + label:hover {
        cursor: not-allowed; }
  .switch label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    background: #FF5964;
    height: 3rem;
    width: 8rem;
    border-radius: 20px;
    margin: 0 1rem;
    -ms-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .switch label::selection {
      background: transparent; }
    .switch label:hover, .switch label:focus {
      cursor: pointer;
      outline: none; }
    .switch label:before, .switch label:after {
      border: none;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0.2rem;
      width: 2.6rem;
      height: 2.6rem;
      margin-top: 0.2rem;
      border-radius: 9999px;
      border-radius: 100%;
      -ms-transform-origin: center center;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      -ms-transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1), left 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1), left 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1), left 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .switch label:before {
      background: #FAFAFA;
      z-index: 10; }
    .switch label:after {
      background: rgba(0, 0, 0, 0.15);
      z-index: 1;
      -ms-transition: background 0.1s cubic-bezier(0.55, 0, 0.1, 1), left 0.3s cubic-bezier(0.55, 0, 0.1, 1), -ms-transform 0.1s cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transition: background 0.1s cubic-bezier(0.55, 0, 0.1, 1), left 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.1s cubic-bezier(0.55, 0, 0.1, 1);
      transition: background 0.1s cubic-bezier(0.55, 0, 0.1, 1), left 0.3s cubic-bezier(0.55, 0, 0.1, 1), transform 0.1s cubic-bezier(0.55, 0, 0.1, 1); }
  .switch:hover {
    cursor: pointer; }
  .switch:focus, .switch:active {
    outline: none; }
  .switch::selection {
    background: transparent; }

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  margin-top: 24px; }

.alert.success {
  background-color: #4CAF50; }

.alert.info {
  background-color: #2196F3; }

.alert.warning {
  background-color: #ff9800; }

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s; }

.closebtn:hover {
  color: black; }

.previousButton {
  float: left; }

.nextButton {
  float: right; }

* {
  box-sizing: border-box; }

body {
  font-family: Verdana,sans-serif;
  margin: 0; }

.mySlides {
  display: none; }

.slideImg {
  height: 300px;
  max-width: 100%;
  margin: auto;
  display: block;
  visibility: visible; }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.5); }

/* Caption text */
.text {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center; }

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease; }

.dot.active, .dot:hover {
  background-color: #717171; }

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
@keyframes fade {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px; } }
.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -125px;
  opacity: 0;
  transition: opacity 1s; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.overlay {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999999; }
  .overlay .loader-container {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 9999999; }
    .overlay .loader-container #loaderText {
      color: #fff;
      font-size: 24px; }

.clear-search {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 10px 22px 10px 22px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center; }

.lds-ellipsis {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 50%;
  transform: translateX(-50%); }

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(19px, 0); } }
#auth-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 25px 0; }

#IntelNote-Login {
  overflow: hidden; }
  #IntelNote-Login .row.full {
    height: 100vh; }
  #IntelNote-Login .bgPanel {
    background-color: rgba(14, 122, 30, 0.8);
    background-size: cover; }
    #IntelNote-Login .bgPanel .logoWrapper {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 200px;
      width: 300px;
      background: white;
      border-radius: 27px; }
      #IntelNote-Login .bgPanel .logoWrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 78%; }
  #IntelNote-Login .home-content-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 550px; }
    #IntelNote-Login .home-content-container .main-text-header {
      font-family: Roboto;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      font-size: 36px;
      color: #1848A7;
      padding-bottom: 63px; }
      #IntelNote-Login .home-content-container .main-text-header i {
        padding-right: 15px; }
    #IntelNote-Login .home-content-container .forgotPwd {
      width: 100%;
      display: block;
      flex: none;
      max-width: 549px;
      padding-top: 15px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      text-align: center;
      text-decoration-line: underline;
      color: #243D6F; }
    #IntelNote-Login .home-content-container form input, #IntelNote-Login .home-content-container .pw-reset-container input {
      border: 1px solid #D8D8D8;
      border-radius: 5px;
      background: #fff;
      width: 520px;
      height: 75px;
      margin-bottom: 35px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      padding-left: 26px; }
      #IntelNote-Login .home-content-container form input a, #IntelNote-Login .home-content-container .pw-reset-container input a {
        color: #0056b3; }
    #IntelNote-Login .home-content-container form label, #IntelNote-Login .home-content-container .pw-reset-container label {
      background: #fff;
      position: absolute;
      left: 27px;
      top: -14px;
      padding: 5px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      color: #828282; }
    #IntelNote-Login .home-content-container form button, #IntelNote-Login .home-content-container .pw-reset-container button {
      background: #0f791e;
      border-radius: 5px;
      width: 520px;
      height: 75px;
      font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      font-size: 18px;
      text-align: center;
      color: #FFFFFF; }

.signed-out {
  text-align: center;
  color: green;
  padding-bottom: 11px; }

.error {
  text-align: center;
  color: #F44336;
  padding-bottom: 11px; }

.helper {
  position: absolute;
  top: -59px; }

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent; }
  input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background-color: transparent; }

.userManagement h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 36px;
  color: #1848A7;
  padding-top: 25px; }
.userManagement h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 26px;
  color: #1848A7;
  padding-bottom: 33px;
  padding-top: 42px; }
.userManagement .addStaff {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 256px;
  float: right;
  position: relative;
  top: -59px; }
.userManagement .userWrapper {
  background: #F6F6F6;
  width: 100%;
  height: 100px;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 14px; }
  .userManagement .userWrapper .edit {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    text-align: right;
    color: #0f791e;
    font-weight: 600;
    width: 110px;
    float: right;
    padding-right: 39px; }
    .userManagement .userWrapper .edit i {
      display: inline-block;
      padding-right: 10px; }
  .userManagement .userWrapper .name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #243D6F;
    padding-left: 15px;
    width: 20%;
    min-width: 160px; }
  .userManagement .userWrapper .email, .userManagement .userWrapper .role {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #828282; }
  .userManagement .userWrapper .email {
    width: 40%;
    min-width: 310px; }
  .userManagement .userWrapper .initial {
    width: 105px; }
  .userManagement .userWrapper .innitials {
    display: inline-block;
    background: #EB5757;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    margin-left: 33px;
    position: relative;
    top: 25px; }
    .userManagement .userWrapper .innitials span {
      position: relative;
      top: 16px; }
  .userManagement .userWrapper .green {
    background: #6FCF97; }
  .userManagement .userWrapper .blue {
    background: #2F80ED; }
  .userManagement .userWrapper .yellow {
    background: #F2C94C; }
  .userManagement .userWrapper span {
    height: 100px;
    display: inline-block; }

.middle {
  position: relative;
  top: 39px; }

.myProfile h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 36px;
  color: #1848A7; }
.myProfile .innitials {
  display: inline-block;
  background: #EB5757;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  width: 52px;
  height: 52px;
  border-radius: 26px;
  margin-left: 33px;
  position: relative;
  top: 25px; }
  .myProfile .innitials span {
    position: relative;
    top: 16px; }
.myProfile h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 26px;
  color: #1848A7;
  padding-bottom: 34px;
  padding-top: 74px; }
.myProfile .userDetails {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 21px; }
  .myProfile .userDetails .name {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #243D6F; }
  .myProfile .userDetails .email {
    display: block; }
.myProfile form input[type=text], .myProfile form input[type=password] {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 75px;
  margin-bottom: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  padding-left: 26px; }
  .myProfile form input[type=text] a, .myProfile form input[type=password] a {
    color: #0056b3; }
.myProfile form label {
  background: #fff;
  position: absolute;
  left: 27px;
  top: -14px;
  padding: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  color: #828282; }
.myProfile form .saveChanges {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  float: right;
  position: relative;
  top: 0px; }

.userEdit .title h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 36px;
  color: #1848A7;
  padding-top: 25px;
  display: inline-block;
  padding-bottom: 50px; }
.userEdit .title i {
  display: inline-block;
  line-height: normal;
  font-size: 33px;
  color: #1848A7;
  padding-right: 10px; }
.userEdit h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 26px;
  color: #1848A7;
  padding-bottom: 34px; }
.userEdit .passwordReset {
  background: #F2994A;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  float: right;
  position: relative;
  top: 0px; }
.userEdit form hr {
  border: 3px solid #0f791e;
  margin-top: 39px;
  margin-bottom: 58px; }
.userEdit form .permissions {
  display: block;
  height: 149px; }
.userEdit form .form-check {
  display: inline-block; }
.userEdit form input[type=text], .userEdit form input[type=password], .userEdit form input[type=date], .userEdit form input[type=time], .userEdit form input[type=number] {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 75px;
  margin-bottom: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  padding-left: 26px; }
  .userEdit form input[type=text] a, .userEdit form input[type=password] a, .userEdit form input[type=date] a, .userEdit form input[type=time] a, .userEdit form input[type=number] a {
    color: #0056b3; }
.userEdit form select {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 75px;
  margin-bottom: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  padding-left: 26px; }
.userEdit form label {
  background: #fff;
  position: absolute;
  left: 27px;
  top: -14px;
  padding: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  color: #828282; }
.userEdit form input[type=radio], .userEdit form input[type=checkbox] {
  width: 26px;
  height: 26px;
  position: relative;
  top: 7px;
  left: -15px; }
.userEdit form .drugsText {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #828282;
  padding-bottom: 18px; }
.userEdit form input[type=radio]:checked:after, .userEdit form input[type=checkbox]:checked:after {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  position: relative;
  background-color: #1848A7;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  top: 3px;
  left: 3px; }
.userEdit form input[type=checkbox]:checked:after {
  border-radius: 0px; }
.userEdit form .radio {
  padding-left: 27px; }
.userEdit form .saveChanges {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  float: right;
  position: relative;
  top: 0px; }
.userEdit form .submit {
  background: #0f791e;
  width: 100%; }
.userEdit form .addIncident {
  float: unset;
  margin-bottom: 60px; }
.userEdit form .disable {
  background: #F2994A;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  position: relative;
  top: 0px; }
.userEdit form .enable {
  background: #EB5757;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  position: relative;
  top: 0px; }
.userEdit .backPage {
  position: relative;
  top: 12px; }
  .userEdit .backPage .backPage a {
    line-height: normal;
    font-size: 14px;
    color: #1848A7; }

#knownDrugs {
  padding-left: 28px;
  padding-bottom: 56px; }
  #knownDrugs .form-check label {
    top: 6px;
    position: absolute; }

textarea#summaryOfInfo {
  height: 170px;
  padding-top: 19px;
  font-size: 17px; }

input[type=date]::-webkit-inner-spin-button, input[type=time]::-webkit-inner-spin-button {
  position: relative;
  top: 18px; }

input#incidentDate:after, input[id^="dob"]:after {
  font-family: FontAwesome;
  content: "\f073";
  color: #1848A7;
  font-size: 28px;
  margin-left: 12px;
  margin-right: 7px; }

input#incidentTime:after {
  font-family: FontAwesome;
  content: "\f017";
  color: #1848A7;
  font-size: 28px;
  margin-left: 12px;
  margin-right: 7px; }

.categoryManagement h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 36px;
  color: #1848A7;
  padding-top: 25px; }
.categoryManagement p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  font-size: 18px;
  color: #828282;
  padding-top: 19px; }
.categoryManagement .category {
  background: #F6F6F6;
  margin-bottom: 25px;
  padding-bottom: 10px;
  cursor: pointer; }
  .categoryManagement .category .optionSelector {
    display: none; }
    .categoryManagement .category .optionSelector form {
      margin: 7px;
      color: #333;
      width: 100%;
      padding-bottom: 17px; }
  .categoryManagement .category .view {
    display: block; }
  .categoryManagement .category .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 26px;
    color: #1848A7;
    padding: 24px; }
    .categoryManagement .category .title span {
      float: right; }
      .categoryManagement .category .title span i {
        font-size: 16px;
        position: relative;
        top: -5px; }
  .categoryManagement .category form button {
    background: #0f791e;
    border-radius: 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 25px;
    width: 201px;
    outline: none;
    position: relative;
    left: -2px;
    border: none;
    height: 74px; }
    .categoryManagement .category form button i {
      padding-right: 10px;
      position: relative;
      top: 1px; }
  .categoryManagement .category form input {
    padding: 24px;
    width: calc(100% - 213px);
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #C1C1C1; }
  .categoryManagement .category .optionWrapper {
    background: #EEECEC;
    min-width: 231px;
    display: inline-flex;
    padding: 27px;
    margin: 5px 0 0 5px;
    width: calc(25% - 10px); }
    .categoryManagement .category .optionWrapper div {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 20px;
      color: #909090;
      width: 100%; }
      .categoryManagement .category .optionWrapper div a {
        line-height: normal;
        font-size: 18px;
        color: #EB5757;
        float: right;
        position: relative;
        right: -17px; }
      .categoryManagement .category .optionWrapper div span {
        padding-left: 12px;
        font-size: 13px;
        position: relative;
        top: -2px; }

.incident .saveChanges {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 24px 50px 23px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  float: right;
  position: relative;
  top: -65px; }
.incident .sml {
  width: 190px;
  padding: 9px; }
.incident .del {
  background: rgba(255, 0, 0, 0.8); }
.incident .title h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: #1848A7;
  padding-top: 32px; }
.incident h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #1848A7;
  padding-bottom: 28px;
  padding-top: 54px; }
.incident .actions {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 110px; }
.incident .print {
  background: #4F4F4F !important; }
.incident .incident-section {
  display: inline-block; }
  .incident .incident-section .incidentTitle {
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    color: #1848A7;
    width: 247px;
    background: #F6F6F6;
    padding: 20px 0px 20px 23px; }
  .incident .incident-section .incidentContent {
    display: inline-block;
    position: relative;
    width: calc(100% - 260px);
    padding-left: 39px; }

.col-md-6 button {
  width: 100% !important; }
  .col-md-6 button i {
    padding-right: 14px; }

.incidentContent.fullwidth {
  width: unset !important; }

.myEntries .saveChanges1 {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 17px 50px 17px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  position: absolute;
  top: 13px;
  width: 250px;
  right: 271px; }
.myEntries h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: #1848A7; }
.myEntries .listingHeader .col-md-3, .myEntries .listingHeader .col-md-2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #1848A7;
  margin-top: 36px;
  margin-bottom: 36px; }
.myEntries .name {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #1848A7;
  padding-left: 28px; }
.myEntries .info {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #828282; }
.myEntries .view {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  text-align: right;
  color: #1848A7; }

.results {
  height: 100px;
  background: #F6F6F6; }

.results:nth-child(odd) {
  background: #FFF; }

.results .row .col-md-3 div span, .results .row .col-md-2 span, .results .row .col-md-2 a {
  position: relative;
  top: 39px; }

div#knownDrugs .col-md-4 {
  width: 33% !important; }

span.info {
  display: block; }

span.name {
  display: block; }

.loadMore {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 17px 50px 17px 50px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 307px;
  position: relative;
  top: 30px;
  width: 250px;
  right: 271px;
  left: 50%;
  transform: translateX(-82%); }

.row.listingHeader {
  margin-top: 94px; }

.myEntries .order {
  float: right; }
  .myEntries .order label {
    text-align: right;
    padding-right: 18px; }
  .myEntries .order select {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    background: #fff;
    width: 200px;
    height: 42px;
    margin-bottom: 35px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    padding-left: 26px;
    top: 137px;
    right: 0;
    margin-right: 10px; }

.site-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.site-body-content {
  flex: 1; }

#search-container {
  text-align: center; }
  #search-container section {
    margin: 0; }
  #search-container .search-message,
  #search-container .search-loader,
  #search-container .search-results {
    -ms-transition: opacity 0.35s ease, visibility 0.35s ease, max-height 0.65s ease-in-out;
    -webkit-transition: opacity 0.35s ease, visibility 0.35s ease, max-height 0.65s ease-in-out;
    transition: opacity 0.35s ease, visibility 0.35s ease, max-height 0.65s ease-in-out; }
  #search-container .search-results .advanced-search-results-for ul {
    padding: 0;
    list-style-value: none; }
    #search-container .search-results .advanced-search-results-for ul li {
      font-weight: 250;
      font-size: 1.8rem; }
  #search-container .search-loader {
    position: relative;
    z-index: -1; }
    #search-container .search-loader.visible {
      max-height: 250px; }
    #search-container .search-loader.hidden {
      max-height: 0; }
  #search-container .search-results.hidden,
  #search-container .search-message.hidden {
    height: 0; }
  #search-container .search-results.visible,
  #search-container .search-message.visible {
    height: auto; }
  #search-container .hidden {
    opacity: 0;
    visibility: hidden; }
  #search-container .visible {
    opacity: 1;
    visibility: visible; }

#search-form {
  position: relative;
  text-align: left; }
  #search-form i {
    color: #1848A7;
    font-size: 22px;
    position: absolute;
    top: 16px;
    left: 16px; }
  #search-form .settings {
    float: right;
    position: relative;
    top: 19px; }
    #search-form .settings .headerLogout {
      display: inline-block;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      color: #1848A7;
      padding-left: 15px; }
    #search-form .settings .innitials {
      display: inline-block;
      background: #EB5757;
      font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      font-size: 18px;
      text-align: center;
      color: #FFFFFF;
      width: 52px;
      height: 52px;
      border-radius: 26px;
      margin-left: 21px;
      position: relative;
      top: -13px; }
      #search-form .settings .innitials span {
        position: relative;
        top: 16px; }
  #search-form input {
    border: none;
    background: #fff;
    font-size: 1.8rem;
    padding: 15px 25px;
    color: #1848A7;
    padding-left: 75px;
    width: 80%;
    margin-bottom: unset;
    font-family: unset;
    height: unset; }
    #search-form input:hover, #search-form input:focus {
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.25);
      background: #fff; }

.tab-container {
  overflow: hidden;
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px; }
  .tab-container .tab-navigation {
    margin-bottom: 15px; }
    .tab-container .tab-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .tab-container .tab-navigation ul li {
        display: inline-block;
        margin-right: 5px; }
        .tab-container .tab-navigation ul li h2 {
          margin: 0; }
        .tab-container .tab-navigation ul li a {
          position: relative;
          display: block;
          padding: 10px 20px;
          background: #fafafa;
          text-align: center;
          text-decoration: none;
          color: #444; }
          .tab-container .tab-navigation ul li a i.material-icons {
            vertical-align: middle; }
          .tab-container .tab-navigation ul li a > * {
            pointer-events: none; }
          .tab-container .tab-navigation ul li a.active {
            background: #fff;
            z-index: 99; }
            .tab-container .tab-navigation ul li a.active.red {
              color: #FF5964; }
            .tab-container .tab-navigation ul li a.active.blue {
              color: #2196F3; }
            .tab-container .tab-navigation ul li a.active.green {
              color: #76B041; }
        .tab-container .tab-navigation ul li:last-child a {
          border-right: 0; }
  .tab-container .tab-wrap {
    position: relative;
    width: 100%;
    z-index: 999;
    white-space: nowrap;
    -ms-transition: -ms-transform 0.6s ease;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease; }
  .tab-container .tab {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease; }
    .tab-container .tab.active {
      opacity: 1;
      visibility: visible;
      -ms-transition: opacity 0.8s ease, visibility 0.8s ease;
      -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
      transition: opacity 0.8s ease, visibility 0.8s ease; }
    .tab-container .tab table {
      white-space: normal; }

.loading-spinner {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: #333 #333 #333 transparent;
  position: relative;
  z-index: -1;
  -webkit-animation-name: rotate, colorShift;
  -webkit-animation-duration: 1s, 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-resultCount: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-name: rotate, colorShift;
  animation-duration: 1s, 4s;
  animation-timing-function: linear;
  animation-iteration-resultCount: infinite;
  animation-fill-mode: forwards; }

@-webkit-keyframes rotate {
  0% {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  100% {
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@keyframes rotate {
  0% {
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  100% {
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }
@-webkit-keyframes colorShift {
  0% {
    border-color: #2196F3 #2196F3 #2196F3 transparent; }
  20% {
    border-color: #2196F3 #2196F3 #2196F3 transparent; }
  25% {
    border-color: #76B041 #76B041 #76B041 transparent; }
  45% {
    border-color: #76B041 #76B041 #76B041 transparent; }
  50% {
    border-color: #FF5964 #FF5964 #FF5964 transparent; }
  70% {
    border-color: #FF5964 #FF5964 #FF5964 transparent; }
  75% {
    border-color: #FFCA28 #FFCA28 #FFCA28 transparent; }
  95% {
    border-color: #FFCA28 #FFCA28 #FFCA28 transparent; }
  100% {
    border-color: #2196F3 #2196F3 #2196F3 transparent; } }
@keyframes colorShift {
  0% {
    border-color: #2196F3 #2196F3 #2196F3 transparent; }
  20% {
    border-color: #2196F3 #2196F3 #2196F3 transparent; }
  25% {
    border-color: #76B041 #76B041 #76B041 transparent; }
  45% {
    border-color: #76B041 #76B041 #76B041 transparent; }
  50% {
    border-color: #FF5964 #FF5964 #FF5964 transparent; }
  70% {
    border-color: #FF5964 #FF5964 #FF5964 transparent; }
  75% {
    border-color: #FFCA28 #FFCA28 #FFCA28 transparent; }
  95% {
    border-color: #FFCA28 #FFCA28 #FFCA28 transparent; }
  100% {
    border-color: #2196F3 #2196F3 #2196F3 transparent; } }
.person-details-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .person-details-modal .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 768px;
    width: 100%;
    max-height: 90%;
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-50%);
    padding: 25px; }
  .person-details-modal .modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0; }
    .person-details-modal .modal-content ul li {
      margin-bottom: 3px; }
      .person-details-modal .modal-content ul li span {
        font-weight: 500;
        display: inline-block;
        width: 200px; }

.advanced-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .advanced-search-modal .advanced-search-modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1024px;
    width: 100%;
    max-height: 85%;
    overflow-y: scroll;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
    transform: translateX(-50%) translateY(-50%);
    padding: 25px; }
  .advanced-search-modal .advanced-search-modal-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0; }
    .advanced-search-modal .advanced-search-modal-content ul li {
      margin-bottom: 3px; }
      .advanced-search-modal .advanced-search-modal-content ul li span {
        font-weight: 500;
        display: inline-block;
        width: 200px; }

.dashboard h2 {
  color: #047a19;
  padding-left: 25px;
  margin-bottom: -33px; }
.dashboard .links {
  padding-top: 100px; }
.dashboard .contentWrapper {
  padding: 50px;
  text-align: center; }
.dashboard .announcments {
  background: whitesmoke;
  padding: 35px;
  text-align: center;
  border-radius: 13px;
  max-height: 400px;
  overflow: auto;
  border-left: 5px solid rgba(8, 124, 25, 0.3);
  margin-bottom: 39px;
  max-width: 369px;
  margin-top: -74px;
  right: -24px; }
.dashboard img.logo {
  padding: 30px;
  margin-bottom: -29px;
  left: 50%;
  position: relative;
  transform: translateX(-116%);
  margin-top: 52px; }
.dashboard .cyan {
  background: rgba(6, 127, 24, 0.7490196078); }
.dashboard .orange {
  background: rgba(250, 112, 13, 0.75); }
.dashboard .purple {
  background: rgba(129, 83, 226, 0.75); }
.dashboard .tile {
  border-radius: 5px;
  height: 180px;
  display: block;
  max-width: 322px;
  left: 50%;
  position: relative;
  transform: translateX(-57%);
  margin-bottom: 10px; }
  .dashboard .tile em {
    font-size: 171px;
    line-height: 140px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.2;
    position: absolute;
    bottom: -11px;
    left: -55px; }
  .dashboard .tile span {
    color: white;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 37px;
    float: right;
    max-width: 322px;
    display: block; }
  .dashboard .tile .arrow {
    position: absolute !important;
    max-width: 322px;
    display: block;
    width: 100%;
    top: 66% !important; }
    .dashboard .tile .arrow i {
      float: right; }

main#homepage {
  padding-top: 0;
  min-height: 100%;
  padding-bottom: 0; }
  main#homepage #intro {
    position: relative;
    background-color: #666;
    height: 72.5vh;
    color: #fff;
    overflow: hidden;
    text-align: center; }
    main#homepage #intro img {
      min-width: 100%;
      min-height: 100%;
      margin: 0 -100%; }
    main#homepage #intro .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    main#homepage #intro .wrap {
      margin-top: 215px;
      text-align: center; }
    main#homepage #intro h1 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 4.8rem; }
  main#homepage #error {
    position: relative;
    background-color: #666;
    height: 73vh;
    color: #fff;
    overflow: hidden; }
    main#homepage #error img {
      max-width: 100%;
      height: auto; }
    main#homepage #error .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    main#homepage #error .wrap {
      margin-top: 215px;
      text-align: center; }
    main#homepage #error h1 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 4.8rem; }
  main#homepage section {
    margin-bottom: 0px; }

.advancedSearchWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .advancedSearchWrapper .advancedSearch {
    position: fixed;
    background: white;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 74vh;
    padding: 40px;
    overflow: overlay; }
    .advancedSearchWrapper .advancedSearch .close i {
      font-size: 39px;
      color: #1848A7;
      opacity: 1 !important;
      cursor: pointer; }
    .advancedSearchWrapper .advancedSearch .tab {
      border: 1px solid #1848A7;
      margin-top: -37px;
      padding: 28px;
      background: white;
      z-index: 99; }
    .advancedSearchWrapper .advancedSearch .tabs {
      padding-bottom: 52px;
      padding-top: 15px; }
      .advancedSearchWrapper .advancedSearch .tabs span {
        color: #1848A7;
        text-transform: uppercase;
        padding: 21px;
        font-weight: 600;
        cursor: pointer; }
      .advancedSearchWrapper .advancedSearch .tabs span.active {
        background: #ffffff;
        color: #1848A7;
        text-transform: uppercase;
        border: 1px solid #1848A7;
        border-radius: 15px 15px 0px 0px;
        border-bottom: none;
        z-index: -1;
        display: inline-block;
        margin-bottom: -16px; }
    .advancedSearchWrapper .advancedSearch h1 {
      font-family: Roboto;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      font-size: 36px;
      color: #1848A7;
      display: inline-block;
      padding-bottom: 25px; }
    .advancedSearchWrapper .advancedSearch input[type=text], .advancedSearchWrapper .advancedSearch input[type=password], .advancedSearchWrapper .advancedSearch input[type=date], .advancedSearchWrapper .advancedSearch input[type=time], .advancedSearchWrapper .advancedSearch input[type=number] {
      border: 1px solid #D8D8D8;
      border-radius: 5px;
      background: #fff;
      width: 100%;
      height: 75px;
      margin-bottom: 35px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      padding-left: 26px; }
      .advancedSearchWrapper .advancedSearch input[type=text] a, .advancedSearchWrapper .advancedSearch input[type=password] a, .advancedSearchWrapper .advancedSearch input[type=date] a, .advancedSearchWrapper .advancedSearch input[type=time] a, .advancedSearchWrapper .advancedSearch input[type=number] a {
        color: #0056b3; }
    .advancedSearchWrapper .advancedSearch select {
      border: 1px solid #D8D8D8;
      border-radius: 5px;
      background: #fff;
      width: 100%;
      height: 75px;
      margin-bottom: 35px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      padding-left: 26px; }
    .advancedSearchWrapper .advancedSearch label {
      background: #fff;
      position: absolute;
      left: 27px;
      top: -14px;
      padding: 5px;
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 18px;
      color: #828282; }
    .advancedSearchWrapper .advancedSearch input[type=radio], .advancedSearchWrapper .advancedSearch input[type=checkbox] {
      width: 26px;
      height: 26px;
      position: relative;
      top: 7px;
      left: -15px; }
    .advancedSearchWrapper .advancedSearch .drugsText {
      font-family: Roboto;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: normal;
      color: #828282;
      padding-bottom: 18px; }
    .advancedSearchWrapper .advancedSearch input[type=radio]:checked:after, .advancedSearchWrapper .advancedSearch input[type=checkbox]:checked:after {
      width: 19px;
      height: 19px;
      border-radius: 19px;
      position: relative;
      background-color: #1848A7;
      content: '';
      display: inline-block;
      visibility: visible;
      border: 2px solid white;
      top: 3px;
      left: 3px; }
    .advancedSearchWrapper .advancedSearch input[type=checkbox]:checked:after {
      border-radius: 0px; }
    .advancedSearchWrapper .advancedSearch .saveChanges {
      background: #0f791e;
      border-radius: 5px;
      color: white;
      padding: 24px 50px 23px 50px;
      font-family: Roboto;
      font-style: normal;
      font-weight: bold;
      line-height: normal;
      font-size: 18px;
      text-align: center;
      display: inline-block;
      width: 307px;
      float: right;
      position: relative;
      top: 0px;
      width: 100%; }

.hidden {
  display: none; }

.wrap {
  padding-left: 350px; }

a.indent {
  font-size: 13px !important;
  padding-left: 31px !important; }

.additional {
  border-top: 1px solid rgba(24, 72, 167, 0.5);
  padding-top: 33px; }

.delete {
  position: relative;
  color: red;
  font-weight: 600;
  text-align: right;
  width: 100%;
  top: -24px;
  right: 15px;
  cursor: pointer; }

button.mobileSearch {
  display: none; }

.multiple {
  display: block;
  transform: translateY(-22%); }

.results .row {
  height: 96px; }

p#entriesMessage {
  top: 10px;
  position: relative;
  margin-bottom: 18px;
  padding-right: 16px; }

.NotFound {
  max-width: 550px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important; }

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important; }

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important; }

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: .35rem; }

.shadow {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important; }

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.text-xs {
  font-size: .9rem; }

.text-primary {
  color: #4e73df !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.pb-2, .py-2 {
  padding-bottom: 1.3rem !important; }

.pt-2, .py-2 {
  padding-top: 1.3rem !important; }

.h-100 {
  height: 100% !important; }

.text-gray-300 {
  color: #dddfeb !important; }

.myProfile h1, .myEntries h1, .reports h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 36px;
  color: #1848A7;
  padding-top: 25px; }

.reports input[type=text], .reports input[type=password], .reports input[type=date], .reports input[type=time], .reports input[type=number] {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  height: 75px;
  margin-bottom: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  padding-left: 26px; }
  .reports input[type=text] a, .reports input[type=password] a, .reports input[type=date] a, .reports input[type=time] a, .reports input[type=number] a {
    color: #0056b3; }
  .reports input[type=text]:after, .reports input[type=password]:after, .reports input[type=date]:after, .reports input[type=time]:after, .reports input[type=number]:after {
    font-family: FontAwesome;
    content: "\f073";
    color: #1848A7;
    font-size: 28px;
    margin-left: 12px;
    margin-right: 7px; }
.reports table thead tr {
  background: #1848A7;
  color: white; }
.reports .reportFilters {
  width: calc(100% - 637px);
  position: absolute;
  top: 20px;
  right: 100px; }
.reports div#graphDiv {
  margin-top: 42px; }
.reports .addStaff {
  background: #0f791e;
  border-radius: 5px;
  color: white;
  padding: 24px 15px 25px 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  width: 211px;
  float: right;
  position: relative;
  top: 29px; }
.reports .actions {
  display: block;
  width: 100%;
  position: relative; }
.reports .print {
  background: #4F4F4F !important; }
.reports tr.grandTotal {
  background: rgba(24, 72, 167, 0.8) !important;
  color: white; }

@media only screen and (max-width: 1366px) {
  .incident .sml {
    top: 5px; }

  .links {
    padding-top: 0px !important; }

  .dashboard .tile {
    left: unset;
    position: relative;
    transform: unset;
    margin-bottom: 10px; }

  .reports .reportFilters {
    width: calc(100% - 355px); }

  .reports .addStaff {
    width: 214px;
    right: -42px; }

  .viewCol {
    flex: unset;
    width: 9%; }

  .timeCol {
    flex: unset;
    width: 10%; }

  .dateCol {
    flex: unset;
    width: 17%; }

  .regoCol {
    flex: unset;
    width: 23%; }

  .poiCol {
    flex: unset;
    width: 40%;
    max-width: unset; }

  button.mobileSearch {
    display: block;
    position: absolute;
    right: 224px;
    background: #0f791e;
    border-radius: 5px;
    color: white;
    padding: 16px 22px 20px 22px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    height: 60px;
    top: -2px; }

  .settings {
    display: none; }

  main {
    margin-left: 0px !important;
    padding-left: 105px !important;
    padding-right: 50px !important; }

  #app-nav {
    z-index: 99;
    left: -230px;
    transition: 1s;
    overflow-x: hidden;
    overflow-y: auto; }
    #app-nav ul a {
      padding-bottom: 7px !important; }

  .myEntries .saveChanges1 {
    right: 24px; }

  .mobile-nav {
    display: block !important;
    position: absolute;
    right: 4px;
    font-size: 46px;
    padding-right: 11px;
    top: 0; }

  .show {
    left: 0px !important;
    border-right: 1px solid rgba(24, 72, 167, 0.5);
    box-shadow: rgba(0, 0, 255, 0.5) 1px 1px 16px 0px;
    -webkit-transition: 2s;
    /* Safari */
    transition: 1s; }

  .hidden .fa.fa-times {
    display: none;
    -webkit-transition: 2s;
    /* Safari */
    transition: 1s; }

  .show .fa.fa-bars {
    display: none;
    -webkit-transition: 2s;
    /* Safari */
    transition: 1s; }

  .show .fa.fa-times {
    display: block !important;
    -webkit-transition: 2s;
    /* Safari */
    transition: 1s;
    position: relative;
    top: 11px; }

  .innitialsNav {
    display: inline-block;
    background: #EB5757;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    margin-left: 33px;
    position: relative;
    top: -8px; }
    .innitialsNav span {
      position: relative;
      top: 16px; }

  .middle1 {
    position: relative;
    top: 39px;
    color: #1848A7;
    font-size: 11px;
    width: 155px;
    display: inline-block;
    position: absolute !important;
    top: 21px !important;
    text-align: left;
    left: 68px; }

  nav#app-nav ul li a i {
    position: relative;
    right: -214px; }

  nav#app-nav.show ul li a i {
    position: relative;
    right: 0px; }

  #app-nav ul li.heading, #app-nav ol li.heading {
    left: 0; }

  .advancedSearchWrapper .advancedSearch {
    transform: translate(-46%, -50%);
    height: 88vh;
    padding: 40px;
    width: 84%;
    max-height: 677px;
    z-index: 9999; }

  #IntelNote-Login .home-content-container {
    padding-right: 54px; }

  #IntelNote-Login .home-content-container form input, #IntelNote-Login .home-content-container .pw-reset-container input {
    width: 464px; } }
@media only screen and (max-width: 812px) {
  .reports input[type=text]:after, .reports input[type=password]:after, .reports input[type=date]:after, .reports input[type=time]:after, .reports input[type=number]:after {
    display: none; }

  .reports input[type=text], .reports input[type=password], .reports input[type=date], .reports input[type=time], .reports input[type=number] {
    border: 1px solid #D8D8D8;
    margin-bottom: 16px; }

  .reportFilters .addStaff {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%); }

  .reports div#graphDiv {
    margin-top: 330px; }

  .reports .reportFilters {
    width: 75% !important;
    right: unset !important;
    left: 79px !important;
    top: 99px !important; }

  .userWrapper .initial {
    display: none !important; }

  .userManagement .userWrapper {
    padding-left: 25px; }

  .userEdit form .saveChanges {
    width: 289px; }

  input#incidentDate:after, input#incidentTime:after, input[id^="dob"]:after {
    display: none; }

  .incidentContent.summary {
    position: relative;
    width: 91% !important;
    margin-left: 22px; }

  textarea#summaryOfInfo {
    padding-top: 32px; }

  form#addInformationForm label, form label, form#updateInformationForm label {
    font-size: 15px; }

  form#addInformationForm select, form#addInformationForm input, form input, form#updateInformationForm select, form#updateInformationForm input {
    font-size: 12px; }

  p#entriesMessage {
    text-align: left;
    margin-top: 28px; }

  .loadMore {
    transform: translateX(-55%); }

  .mobileSearch {
    right: 1px !important; }

  .userEdit h3 {
    font-size: 21px; }

  #app-nav ul a {
    padding: 0px 20px;
    padding-bottom: 0px !important; }

  li.heading.center-text {
    display: none; }

  ul.wrap.mobile {
    position: relative;
    top: -32px;
    border-top: 1px solid #cbced2; }

  main {
    padding-right: 0 !important;
    padding-left: 78px !important; }

  button.saveChanges1.addIncident {
    position: relative;
    top: 4px;
    width: 101%;
    font-size: 13px;
    left: 50%;
    transform: translateX(-51%); }

  .myEntries .order {
    margin-top: 15px;
    float: unset; }
    .myEntries .order label {
      text-align: left; }
    .myEntries .order select {
      position: absolute;
      margin-right: 11px; }

  #search-form input {
    padding: 20px 9px;
    padding-left: 47px;
    width: 94%;
    font-size: 1.2rem; }

  .col-sm-12.title {
    font-weight: 600;
    color: #1848A7; }

  .mobile .incidentBlock {
    border: 1px solid rgba(24, 72, 167, 0.5);
    padding: 10px;
    margin-bottom: 11px;
    margin-right: 16px; }
    .mobile .incidentBlock .view {
      position: relative;
      right: 3px;
      z-index: 99;
      margin-top: -40px;
      top: 44px; }
      .mobile .incidentBlock .view a {
        font-size: 31px;
        position: relative;
        top: -10px; }

  .mobile {
    max-width: 348px;
    display: inline-block;
    width: 100%; }

  .wrap {
    width: 98%; }

  main.wrap.myProfile .email {
    top: 0px; } }
@media only screen and (max-width: 780px) and (min-width: 750px) {
  .mobile {
    max-width: 328px; }

  .row {
    margin-right: 0px; }

  #IntelNote-Login .bgPanel {
    flex: 0 0 35%; }

  main.wrap.userManagement {
    width: 754px; }

  .userManagement .userWrapper .email {
    min-width: 284px; }

  span.role {
    position: absolute;
    left: 359px;
    margin-top: -85px; }
    span.role:before {
      content: "Role: ";
      position: relative;
      top: 39px;
      font-weight: 600; }

  span.email {
    top: -11px;
    position: relative; } }
@media only screen and (max-width: 767px) {
  .dashboard .announcments {
    width: 100%;
    max-width: 100%; } }
@media only screen and (max-width: 737px) and (min-width: 735px) {
  .mobile {
    max-width: 316px; }

  button.saveChanges1.addIncident {
    left: 52%;
    width: 97%; }

  .wrap {
    width: 98%; }

  div#knownDrugs .col-md-4 {
    width: 49% !important; }

  .categoryManagement .category .optionWrapper {
    width: calc(50% - 10px); }

  .userManagement .userWrapper .email {
    width: 30%;
    min-width: 243px; }

  span.role {
    position: absolute;
    left: 359px;
    margin-top: 12px; }
    s
    span.role:before {
      content: "Role: ";
      position: relative;
      top: 39px;
      font-weight: 600; }

  span.email {
    top: -13px;
    position: relative; }

  span.role:before {
    content: "Role:";
    position: relative;
    font-weight: 600;
    top: 39px; } }
@media only screen and (max-width: 415px) {
  .reportFilters .addStaff {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%); }

  .reports div#graphDiv {
    margin-top: 330px; }

  .reports .reportFilters {
    width: 75% !important;
    right: unset !important;
    left: 79px !important;
    top: 99px !important; }

  .dashboard .contentWrapper {
    padding: 13px; }

  .dashboard .announcments {
    max-height: unset;
    max-width: 100%; }

  div#advancedSearchModal input, div#advancedSearchModal select {
    font-size: 14px; }

  div#advancedSearchModal label {
    font-size: 16px;
    top: -9px; }

  .advancedSearchWrapper .advancedSearch .tab {
    padding: 9px;
    margin-top: -92px; }

  .advancedSearchWrapper .advancedSearch {
    padding: 23px;
    width: 314px;
    padding-right: 36px;
    transform: translate(-41%, -50%); }

  .advancedSearchWrapper .advancedSearch .tabs span {
    padding: 9px;
    margin-bottom: -46px; }

  .tabs {
    font-size: 10px;
    transform: rotate(90deg);
    width: 418px;
    right: -48px;
    position: relative;
    top: 163px; }

  div#advancedSearchModal h1 {
    font-size: 24px; }

  .userManagement .userWrapper .innitials {
    margin-left: 9px; }

  .userManagement .userWrapper .name {
    margin-left: -26px; }

  .incident .incident-section .incidentContent {
    padding-left: 0; }

  h2.main-text-header {
    text-align: center;
    margin-top: -39px; }

  main.wrap.incident .saveChanges {
    top: -1px;
    right: 20px; }

  .incident .incident-section .incidentTitle {
    font-size: 13px;
    width: 134px; }

  .multiple {
    transform: unset; }

  .results .row .col-md-3 div span, .results .row .col-md-2 span, .results .row .col-md-2 a {
    position: relative;
    top: 35px;
    font-size: 13px; }

  span.name {
    margin-bottom: 28px; }

  .poiCol {
    flex: unset;
    width: 100%;
    max-width: unset;
    padding-left: 0; }

  .dateCol {
    position: absolute;
    right: 56px;
    margin-top: -24px; }

  .timeCol {
    position: absolute;
    right: 42px; }

  .viewCol {
    position: absolute;
    width: 200px;
    right: -91px;
    margin-top: 23px; }

  .col-md-3.regoCol {
    display: none; }

  .listingHeader {
    display: none; }

  div#knownDrugs .col-md-4 {
    width: 100% !important; }

  .myProfile form .saveChanges {
    width: 324px; }

  .categoryManagement .category .optionWrapper {
    width: calc(100% - 10px); }

  .categoryManagement .category form input {
    width: 100%; }

  .categoryManagement .category form button {
    width: 100%;
    left: 0; }

  .userManagement .addStaff {
    position: absolute;
    top: 91px;
    height: 50px;
    padding: 15px;
    width: 78%; }

  .userManagement .userWrapper .initial {
    width: 90px; }

  span.name {
    position: absolute;
    margin-top: -25px; }

  span.email {
    position: absolute;
    margin-top: -2px;
    margin-left: -11px; }

  span.role {
    position: absolute;
    margin-left: -11px;
    margin-top: 21px; }
    span.role:before {
      content: "Role:";
      position: relative;
      top: 39px;
      font-weight: 600; }

  span.edit {
    position: absolute;
    right: 0;
    margin-top: 28px; }

  main.wrap.myProfile .name {
    width: 155px; }

  main.wrap.myProfile .email {
    left: -13px; }

  main.wrap.incident .saveChanges {
    top: -1px;
    right: 50%;
    transform: translateX(41%); } }
@media only screen and (max-width: 737px) and (min-width: 735px) {
  #IntelNote-Login .bgPanel .logoWrapper {
    top: 0;
    transform: translate(-45%, 7%);
    height: 100px;
    width: 141px; }
    #IntelNote-Login .bgPanel .logoWrapper img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 76%; }

  .mobile {
    max-width: 316px; }

  button.saveChanges1.addIncident {
    left: 52%;
    width: 97%; }

  .wrap {
    width: 98%; }

  div#knownDrugs .col-md-4 {
    width: 49% !important; }

  .categoryManagement .category .optionWrapper {
    width: calc(50% - 10px); }

  .userManagement .userWrapper .email {
    width: 30%;
    min-width: 243px; }

  span.role {
    position: absolute;
    left: 359px;
    margin-top: 12px; }
    s
    span.role:before {
      content: "Role: ";
      position: relative;
      top: 39px;
      font-weight: 600; }

  span.email {
    top: -13px;
    position: relative; }

  span.role:before {
    content: "Role:";
    position: relative;
    font-weight: 600;
    top: 39px; } }
@media only screen and (max-width: 813px) and (min-width: 811px) {
  #IntelNote-Login .bgPanel .logoWrapper {
    left: 53%;
    height: 149px;
    width: 207px; }

  .mobile {
    max-width: 350px; }

  button.saveChanges1.addIncident {
    left: 52%;
    width: 97%; }

  .wrap {
    width: 98%; }

  div#knownDrugs .col-md-4 {
    width: 49% !important; }

  .categoryManagement .category .optionWrapper {
    width: calc(50% - 10px); }

  .userManagement .userWrapper .email {
    width: 30%;
    min-width: 243px; }

  span.role {
    position: absolute;
    left: 359px;
    margin-top: 12px; }
    s
    span.role:before {
      content: "Role: ";
      position: relative;
      top: 39px;
      font-weight: 600; }

  span.email {
    top: -13px;
    position: relative; }

  span.role:before {
    content: "Role:";
    position: relative;
    font-weight: 600;
    top: 39px; } }
@media only screen and (max-width: 769px) and (min-width: 767px) {
  #IntelNote-Login .bgPanel .logoWrapper {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-32%); } }
@media only screen and (max-width: 668px) and (min-width: 665px) {
  #IntelNote-Login .bgPanel .logoWrapper {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translate(-44%, 6%);
    height: 72px;
    width: 91px;
    background: white;
    border-radius: 27px; }

  .mobile {
    max-width: 284px; }

  button.saveChanges1.addIncident {
    left: 52%;
    width: 97%; }

  .wrap {
    width: 98%; }

  div#knownDrugs .col-md-4 {
    width: 49% !important; }

  .categoryManagement .category .optionWrapper {
    width: calc(50% - 10px); }

  .userManagement .userWrapper .email {
    width: 30%;
    min-width: 243px; }

  span.role {
    position: absolute;
    left: 359px;
    margin-top: 12px; }
    s
    span.role:before {
      content: "Role: ";
      position: relative;
      top: 39px;
      font-weight: 600; }

  span.email {
    top: -13px;
    position: relative; }

  span.role:before {
    content: "Role:";
    position: relative;
    font-weight: 600;
    top: 39px; } }
@media only screen and (max-width: 336px) and (min-width: 334px) {
  .mobile {
    max-width: 283px; } }
@media only screen and (max-width: 813px) {
  .dashboard img.logo {
    transform: translateX(-50%);
    margin-top: unset; }

  body#IntelNote-Login .col-md-6 {
    flex: calc(80% - 519px);
    max-width: unset; }

  #IntelNote-Login .home-content-container .main-text-header {
    padding-bottom: 10px; }

  #IntelNote-Login .home-content-container form input, #IntelNote-Login .home-content-container .pw-reset-container input {
    margin-bottom: 14px; }

  .dashboard .announcments {
    margin-top: unset;
    right: 0px; } }
@media only screen and (max-height: 530px) {
  .bgPanel {
    display: none; } }
@media only screen and (max-width: 415px) {
  .home-content-container.login-container {
    width: 113% !important; }

  .home-content-container.login-container input {
    width: 341px !important; }

  #IntelNote-Login .bgPanel .logoWrapper {
    height: 144px;
    width: 204px; }

  #search-container section {
    margin: 0;
    left: -12px !important; } }
@media print {
  nav#app-nav {
    display: none; }

  button.saveChanges {
    display: none !important; }

  button.addStaff {
    display: none !important; }

  main.wrap {
    width: 100% !important;
    position: absolute;
    left: 0;
    padding: 20px; }

  .incident .incident-section .incidentTitle {
    padding: 0;
    padding-left: 16px;
    margin-top: unset !important; }

  .incident h3 {
    padding-bottom: 6px;
    padding-top: 25px; }

  .reports .reportFilters {
    width: 80%;
    position: absolute !important;
    right: 0 !important; } }

/*# sourceMappingURL=compiled.css.map */
