@charset "UTF-8";
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .alert, .mobile-custom-radio .radio-container .radio .checkmark, label, form, .container, .container-fluid, #container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert, .btn, button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-nav-btn.primary, .btn-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .alert-secondary, .btn-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .alert-success, .btn-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .alert-danger, .btn-nav-btn.danger, .btn-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .alert-warning, .btn-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .alert-info, .btn-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .alert-light, .btn-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .alert-dark, .btn-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  color: #222222 !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .alert, .mobile-custom-radio .radio-container .radio .checkmark, label, form, .container, .container-fluid, #container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert, .btn, button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-nav-btn.primary, .btn-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .alert-secondary, .btn-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .alert-success, .btn-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .alert-danger, .btn-nav-btn.danger, .btn-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .alert-warning, .btn-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .alert-info, .btn-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .alert-light, .btn-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .alert-dark, .btn-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  color: #222222 !important;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #222222;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .alert, .mobile-custom-radio .radio-container .radio .checkmark, label, form, .container, .container-fluid, #container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert, .btn, button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-nav-btn.primary, .btn-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .alert-secondary, .btn-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .alert-success, .btn-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .alert-danger, .btn-nav-btn.danger, .btn-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .alert-warning, .btn-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .alert-info, .btn-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .alert-light, .btn-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .alert-dark, .btn-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  color: #222222 !important;
}

.pull-right {
  float: right;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row h3 {
  display: block;
  margin: 0;
  padding: 0;
}
.flex-row .control-label {
  margin-right: 15px;
}

.flex-valign-middle {
  align-items: center;
}

/* --[ GRID ]------------------------------------------------------------------------------------------------------ */
.container, .container-fluid, #container {
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
}

#account {
  display: flex;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 10px 0 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.lt-ie8 [class*=col-] {
  display: inline !important;
  zoom: 1 !important;
}

[class*=col-] {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px;
  font-size: 16px;
  height: 100px;
}

.col-1, .col-xs-1 {
  width: 8.3333333333%;
}

.col-2, .col-xs-2 {
  width: 16.6666666667%;
}

.col-3, .col-xs-3 {
  width: 25%;
}

.col-4, .col-xs-4 {
  width: 33.3333333333%;
}

.col-5, .col-xs-5 {
  width: 41.6666666667%;
}

.col-6, .col-xs-6 {
  width: 50%;
}

.col-7, .col-xs-7 {
  width: 58.3333333333%;
}

.col-8, .col-xs-8 {
  width: 66.6666666667%;
}

.col-9, .col-xs-9 {
  width: 75%;
}

.col-10, .col-xs-10 {
  width: 83.3333333333%;
}

.col-11, .col-xs-11 {
  width: 91.6666666667%;
}

.col-12, .col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
.breadcrumb {
  display: flex;
  width: 100%;
  font-size: 1.5em;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb ul a {
  color: rgb(37, 64, 143);
}
.breadcrumb ul li:before {
  content: "»";
  color: rgb(37, 64, 143);
  font-size: 1.5em;
}
.breadcrumb ul li:first-child:before {
  content: "" !important;
}
.breadcrumb ul li {
  color: rgb(37, 64, 143);
  display: inline-block;
  width: auto;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .alert, .mobile-custom-radio .radio-container .radio .checkmark, label, form, .container, .container-fluid, #container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert, .btn, button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-nav-btn.primary, .btn-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .alert-secondary, .btn-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .alert-success, .btn-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .alert-danger, .btn-nav-btn.danger, .btn-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .alert-warning, .btn-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .alert-info, .btn-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .alert-light, .btn-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .alert-dark, .btn-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  color: #222222 !important;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
form {
  display: block;
  width: 100%;
  margin: 0;
}
form .required-field {
  color: #ff0000;
}

#id_password {
  -webkit-text-security: disc !important;
}

.form-control, .btn {
  margin: 0 0 0.5em;
}

label {
  display: block;
  font: bold 1.25em "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
}

input[type=text], input[type=date], input[type=tel], input[type=email], input[type=password], select {
  font-size: 1.5em;
  height: 2em;
}

.form-control {
  width: 100%;
  padding: 0 0.75rem 0 0.75rem !important;
  min-width: 40px;
  border: 1px solid rgb(37, 64, 143);
  border-radius: 1em;
  box-sizing: border-box;
}

select option {
  font-size: 0.75em;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 5px #1F74EC;
  -moz-box-shadow: 0 0 5px #1F74EC;
  box-shadow: 0 0 5px #1F74EC;
  border-color: #1F74EC;
}

.form-control::placeholder {
  text-transform: uppercase;
}

.input-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
}
.input-group .input-group-append {
  width: 64px;
  flex: 64px 0 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #dcdcdc;
}

.btn, button {
  display: inline-block;
  border: 1px solid transparent;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle !important;
  cursor: pointer;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
  line-height: 1.5;
  min-width: 40px;
}

.btn-block, .btn-12 {
  display: block !important;
  width: 100%;
}

.btn-inline {
  display: inline-block;
  width: auto;
}

.btn-6 {
  width: 49%;
}

.btn-primary:hover {
  background: #1F96FD;
}

.form-collection {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
}

.btn-nav-btn, button.btn-nav-btn, .btn.btn-nav-btn {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
  color: rgb(0, 127, 173);
  height: 3em;
  border: 0.5px solid rgb(0, 127, 173);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #f1f1f1 url("/static/svg/chevron-right.svg") no-repeat right;
  background-size: 24px;
  border-radius: 0.25em !important;
}

.btn-nav-cancel, button.btn-nav-cancel, .btn.btn-nav-cancel {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
  color: rgb(0, 127, 173);
  height: 3em;
  border: 0.5px solid rgb(0, 127, 173);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: #f1f1f1 url("/static/svg/chevron-left.svg") no-repeat left;
  background-size: 24px;
  padding-left: 32px !important;
}

.btn-icon-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: rgb(37, 64, 143);
  background: #dcdcdc;
  border: 0.5px solid rgb(37, 64, 143);
  border-radius: 0.25em;
  padding: 0.25em;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  min-height: 3em;
}
.btn-icon-btn .label {
  font-weight: bold;
}
.btn-icon-btn img, .btn-icon-btn svg, .btn-icon-btn .img-icon img, .btn-icon-btn .img-icon svg {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.btn-icon-btn svg {
  filter: invert(18%) sepia(42%) saturate(3736%) hue-rotate(216deg) brightness(91%) contrast(87%);
}

.form-group .btn-nav-btn, .form-group .btn-nav-cancel {
  text-align: center;
}

.mobile-custom-radio {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.mobile-custom-radio .radio-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.mobile-custom-radio .radio-container .radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mobile-custom-radio .radio-container .radio label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.mobile-custom-radio .radio-container .radio input {
  display: none;
}
.mobile-custom-radio .radio-container .radio input:checked ~ label .checkmark {
  background: #ffffff url("/static/mobile/images/check-round.png");
  background-size: cover;
  height: 27px;
  width: 27px;
  border: none;
}
.mobile-custom-radio .radio-container .radio .checkmark {
  display: block;
  height: 27px;
  width: 27px;
  border: 5px solid #1F74EC;
  border-radius: 50%;
  margin-right: 10px;
}

.checkbox {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.checkbox input[type=checkbox] {
  visibility: visible !important;
  border: 1px solid #000000;
  width: 24px;
  height: 24px;
  margin: 0 0.5em 0 0;
}
.checkbox .check-control {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}
.mobile-switch {
  display: inline-block;
  width: auto;
}
.mobile-switch .control {
  display: none;
}
.mobile-switch label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64px;
  height: 32px;
  padding: 2px;
  border-radius: 17px;
  background: #CC4343 url("/static/svg/switch-x.svg") no-repeat 36px 50%;
}
.mobile-switch label .indicator {
  background: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.mobile-switch .control:checked ~ label {
  justify-content: flex-end;
  background: #55814B url("/static/svg/switch-check.svg") no-repeat 4px 50%;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .alert, .container, .container-fluid, #container, form, label, .mobile-custom-radio .radio-container .radio .checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert, .btn, button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-primary, .btn-nav-btn.primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .alert-secondary, .btn-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .alert-success, .btn-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .alert-danger, .btn-danger, .btn-nav-btn.danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .alert-warning, .btn-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .alert-info, .btn-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .alert-light, .btn-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .alert-dark, .btn-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  color: #222222 !important;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
.modal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 10px 0 10px;
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-dialog {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
  padding: 0;
}
.modal .modal-dialog .modal-header, .modal .modal-dialog .modal-body, .modal .modal-dialog .modal-footer {
  padding: 0.25em 0.5em 0.25em 0.5em;
}
.modal .modal-dialog .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.modal .modal-dialog .modal-header .modal-title {
  margin: 0;
  padding: 0;
  order: 1;
}
.modal .modal-dialog .modal-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  width: 32px;
  height: 32px;
  font-size: 1.5em;
  order: 2;
}
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .alert, .container, .container-fluid, #container, form, label, .mobile-custom-radio .radio-container .radio .checkmark {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert, .btn, button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-primary, .btn-nav-btn.primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .alert-secondary, .btn-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .alert-success, .btn-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .alert-danger, .btn-danger, .btn-nav-btn.danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .alert-warning, .btn-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .alert-info, .btn-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .alert-light, .btn-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .alert-dark, .btn-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .alert-outlined, .btn-outlined {
  color: #222222 !important;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .nav-item {
  display: inline-block;
}
.nav .nav-item .nav-link {
  padding: 0 8px 0 8px;
  text-decoration: none;
}

.nav-pipes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.nav-pipes .nav-item {
  font-size: 1.25em;
  border-left: 1px solid #0086b8;
  text-align: center;
}
.nav-pipes .nav-item:first-of-type {
  border-left: none !important;
}

.nav-rows {
  display: flex;
  flex-direction: column;
}
.nav-rows .nav-btn {
  color: rgb(0, 127, 173);
  border: 0.5px solid rgb(0, 127, 173);
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-decoration: none;
  background: #f1f1f1 url("/static/svg/chevron-right.svg") no-repeat right;
  background-size: 24px;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
.alert {
  font-size: 18px !important;
  padding: 5px 10px 5px 10px !important;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
  font-size: 1.2em;
  padding: 0.5emx 1em 0.5em 1em !important;
  min-height: 39px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.alert button.close {
  width: 39px;
  border: none;
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  order: 2;
}
.alert button.close:hover {
  background: rgba(0, 0, 0, 0.25);
}

.alert-inline {
  display: inline-block;
  width: auto;
}

.alert-primary {
  color: #FFFFFF;
  background: #1F74EC;
}

.alert-primary:hover {
  background: #1F96FD;
}

.alert-info *, .alert-info p {
  color: #222222;
}

.alert-success *, .alert-success p {
  color: #FFFFFF;
}

.alert-danger *, .alert-danger p {
  color: #FFFFFF;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
/* #00053e */
/* #FFCF01 */
/* #25408f */
/* #007fad */
/* #007fad */
/* #77A583 */
/* Typography */
/* Bases for modals */
/* Bases for data tables */
/* SVG Colors */
.card2 {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  border: 0.5px solid #efefef;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.card2 .card-title {
  font-variant: small-caps;
  font-weight: bold;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .badge, .container, .container-fluid, #container, form, label, .mobile-custom-radio .radio-container .radio .checkmark, .alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn, button, .alert {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.badge-outlined, .btn-outlined, .alert-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.badge-primary, .btn-primary, .btn-nav-btn.primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.badge-secondary, .btn-secondary, .alert-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.badge-success, .btn-success, .alert-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.badge-danger, .btn-danger, .btn-nav-btn.danger, .alert-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.badge-warning, .btn-warning, .alert-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.badge-info, .btn-info, .alert-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.badge-light, .btn-light, .alert-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.badge-dark, .btn-dark, .alert-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.badge-outlined, .btn-outlined, .alert-outlined {
  color: #222222 !important;
}

.badge {
  font-size: 0.9em;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 8px 0 8px;
  color: #222222;
}

.badge-default {
  color: #222222;
  background: #ccc;
}

.badge-dark {
  color: #ffffff;
  background: #222222;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .container, .container-fluid, #container, form, label, .mobile-custom-radio .radio-container .radio .checkmark, .alert, .badge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn, button, .alert {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.btn-outlined, .alert-outlined, .badge-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.btn-primary, .btn-nav-btn.primary, .badge-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.btn-secondary, .alert-secondary, .badge-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.btn-success, .alert-success, .badge-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.btn-danger, .btn-nav-btn.danger, .alert-danger, .badge-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.btn-warning, .alert-warning, .badge-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.btn-info, .alert-info, .badge-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.btn-light, .alert-light, .badge-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.btn-dark, .alert-dark, .badge-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.btn-outlined, .alert-outlined, .badge-outlined {
  color: #222222 !important;
}

body {
  padding-bottom: 96px !important;
}

.icon-bar {
  position: fixed;
  z-index: 25;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border-top: 1px solid #0086B8;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.icon-bar a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #222222;
}
.icon-bar img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.icon-bar .count-badge {
  position: absolute;
  top: 0;
  margin-left: 24px;
  color: #FFFFFF;
  background: #ff0000;
  padding: 3px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .container, .container-fluid, #container, form, label, .mobile-custom-radio .radio-container .radio .checkmark, .alert, .badge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn, button, .alert {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.btn-outlined, .alert-outlined, .badge-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.btn-primary, .btn-nav-btn.primary, .badge-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.btn-secondary, .alert-secondary, .badge-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.btn-success, .alert-success, .badge-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.btn-danger, .btn-nav-btn.danger, .alert-danger, .badge-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.btn-warning, .alert-warning, .badge-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.btn-info, .alert-info, .badge-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.btn-light, .alert-light, .badge-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.btn-dark, .alert-dark, .badge-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.btn-outlined, .alert-outlined, .badge-outlined {
  color: #222222 !important;
}

.add-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #0086B8;
  background-size: 32px 32px !important;
  background: #FFFFFF url(/static/svg/plus.svg) no-repeat center center;
}

/*!
 * @copyright Copyright (c) KPH Healthcare Services, Inc., 2017-2024
 */
section .section-badge, html, body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.mobile .custom-ui-form .switch, .mobile .custom-ui-form fieldset, .mobile .custom-ui-form, .mobile #cart .btn-default, #pwa_install, .container, .container-fluid, #container, form, label, .mobile-custom-radio .radio-container .radio .checkmark, .alert, .badge {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn, button, .alert {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.input-group .input-group-append {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-bordertop-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
}

.btn-outlined, .alert-outlined, .badge-outlined {
  border: 2px solid #ccc;
  overflow: hidden;
}

.add-button {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.btn-primary, .btn-nav-btn.primary, .badge-primary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #25408E !important;
}

.btn-secondary, .alert-secondary, .badge-secondary {
  overflow: hidden;
  color: #FFFFFF;
  background-color: #6C70AB !important;
}

.btn-success, .alert-success, .badge-success {
  overflow: hidden;
  color: #222222;
  background-color: #D4EDDA !important;
}

.btn-danger, .btn-nav-btn.danger, .alert-danger, .badge-danger {
  overflow: hidden;
  color: #222222;
  background-color: #FFD7DA !important;
}

.btn-warning, .alert-warning, .badge-warning {
  overflow: hidden;
  color: #222222;
  background-color: #FFF3CD !important;
}

.btn-info, .alert-info, .badge-info {
  overflow: hidden;
  color: #222222;
  background-color: #D1ECF1 !important;
}

.btn-light, .alert-light, .badge-light {
  overflow: hidden;
  color: #222222;
  background-color: #FEFEFE !important;
}

.btn-dark, .alert-dark, .badge-dark {
  overflow: hidden;
  color: #ffffff;
  background-color: #222222 !important;
}

.btn-outlined, .alert-outlined, .badge-outlined {
  color: #222222 !important;
}

.mobile-list-item {
  display: block;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  background: transparent url(/static/svg/chevron-right.svg) no-repeat right;
  background-size: 20px auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@keyframes pulseAnimation {
  0% {
    width: 48px;
    height: 48px;
  }
  10% {
    width: 35.2px;
    height: 35.2px;
  }
  20% {
    width: 48px;
    height: 48px;
  }
}
.mobile #hubspot-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 25;
}
.mobile #hubspot-wrapper .toolbar {
  display: block;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 64px;
}
.mobile #hubspot-wrapper .toolbar .close-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 64px !important;
}
.mobile #hubspot-wrapper #hubspot-embed {
  display: block;
  position: absolute;
  top: 64px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mobile #hubspot-wrapper #hubspot-embed #hubspot-conversations-inline-parent, .mobile #hubspot-wrapper #hubspot-embed #hubspot-conversations-inline-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mobile #benny-icon {
  position: relative;
  height: 64px !important;
}
.mobile #benny-icon img {
  height: 48px;
  width: 48px;
  animation: pulseAnimation 1s linear infinite !important;
}
.mobile #benny-icon .label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mobile .benny-nav {
  height: 52.8px !important;
}
.mobile .icon-nav #benny .img-icon {
  height: 48px;
  width: 48px;
}
.mobile .icon-nav #benny .img-icon img {
  height: 48px;
  width: 48px;
  animation: pulseAnimation 1s linear infinite !important;
}
.mobile .icon-nav .speech-bubble {
  display: inline-block;
  background: rgb(255, 207, 1);
  position: relative;
  text-align: center;
  padding: 5px;
  margin: 5px;
  width: auto;
  border-radius: 10px;
}
.mobile .icon-nav .speech-bubble p {
  margin: 0;
  padding: 5px;
}
.mobile .icon-nav .speech-bubble:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgb(255, 207, 1);
}

html, body {
  padding: 0;
  margin: 0;
  color: #414141;
}

.app-background {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #FDFEFF url("/static/mobile/images/app-background.svg") bottom no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

.maintenance-message {
  display: block;
  margin: 1em auto 1em auto;
  padding: 1em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: #f1f1f1;
}

#wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
#wrapper .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
#wrapper .container #inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 0.5em;
  background: rgba(255, 255, 255, 0.7) !important;
  width: 90%;
  padding: 0.5em;
}
#wrapper .container #inner-wrapper p {
  color: #111111 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 12pt;
}

body.desktop {
  margin: auto;
}
section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
section .section-badge {
  width: 100%;
  height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 0.25em;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  background: #091F3F;
}
section .row {
  padding: 10px;
}

#tools {
  margin-top: 32px;
}

#masthead {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  line-height: 100%;
}
#masthead #masthead-logo {
  width: 50%;
  height: 52px;
  margin: auto;
  display: block;
}
#masthead #masthead-logo img {
  width: 100%;
  height: auto;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  line-height: 16px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: bold !important;
}
.icon img {
  height: 48px;
  width: auto;
}
.icon .label {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: bold !important;
}
.icon .svg-inline--fa {
  height: 24px;
  width: auto;
}

.icon-nav {
  display: block;
  margin: 10px 0 10px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
}
.icon-nav a {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: center;
  text-decoration: none;
}
.icon-nav a .img-icon {
  display: block;
  height: 32px;
  width: 32px;
  text-align: center;
  padding: 0;
  margin: 0 15px 0 0;
}
.icon-nav a .img-icon img {
  height: 100%;
}
.icon-nav a .label {
  display: block;
  font-size: 1.25em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Geneva", "Verdana", sans-serif;
  font-style: normal;
  font-weight: bold !important;
}

.breadcrumb li {
  display: inline-block;
  line-height: 36px;
}

#pre-login .row {
  display: flex;
  justify-content: space-evenly;
}
#pre-login .row [class*=col-] {
  height: 50px;
}

#pwa_install {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  border-top: 2px solid rgb(199, 199, 199);
}

.mobile #cart .btn-default {
  display: block;
  width: 100%;
}
.mobile .custom-ui-form .switch {
  display: block;
}
.mobile .custom-ui-form .switch .slider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mobile .custom-ui-form .switch .slider-label {
  display: block;
  position: static;
}

.card {
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.25em;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background-clip: border-box;
}
.card .card-title {
  font-weight: bold;
  font-variant: small-caps;
  background: #ccc;
  padding: 5px 10px 5px 10px;
}
.card .card-body {
  padding: 10px;
}

.throbber-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.throbber-modal .helper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
.throbber-modal img {
  width: 66px;
  height: 66px;
  vertical-align: middle;
}

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