/* Minification failed. Returning unminified contents.
(765,9): run-time error CSS1030: Expected identifier, found '>'
(765,30): run-time error CSS1031: Expected selector, found ')'
(765,30): run-time error CSS1025: Expected comma or open brace, found ')'
(768,9): run-time error CSS1030: Expected identifier, found '>'
(768,30): run-time error CSS1031: Expected selector, found ')'
(768,30): run-time error CSS1025: Expected comma or open brace, found ')'
(891,22): run-time error CSS1030: Expected identifier, found ':'
(891,48): run-time error CSS1031: Expected selector, found ')'
(891,48): run-time error CSS1025: Expected comma or open brace, found ')'
(1442,39): run-time error CSS1030: Expected identifier, found ':'
(1442,48): run-time error CSS1031: Expected selector, found ')'
(1442,48): run-time error CSS1025: Expected comma or open brace, found ')'
(2169,31): run-time error CSS1033: Expected closing bracket, found ','
(2169,33): run-time error CSS1030: Expected identifier, found 'active'
(2169,39): run-time error CSS1031: Expected selector, found ']'
(2169,39): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/*
    This file contains base styles for the CareStation Web application.
  
    © 2021 West Affum Holdings Corp.
*/

/*
    This file contains color definitions used in the CareStation Web application. 
    All colors used in the application should be defined in ths file.
  
    © 2021 West Affum Holdings Corp.
*/
/* Custom colors. */
/* Alerts colors */
/*
    This file contains generic LESS mixims.
  
    © 2021 West Affum Holdings Corp.
*/

.box-shadow {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.popup-shadow {
  -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
}
.wrap-text {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.noselect {
  /* iOS Safari. */
  -webkit-touch-callout: none;
  /* Safari. */
  -webkit-user-select: none;
  /* Konqueror HTML. */
  -khtml-user-select: none;
  /* Firefox. */
  -moz-user-select: none;
  /* Internet Explorer/Edge. */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera. */
  user-select: none;
}
/*
    This file contains font mixims. Every font used in the CareStation Web application should be defined here.
  
    © 2021 West Affum Holdings Corp.
*/

.font-roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: bold;
}
.h1 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
}
.h2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}
.h3 {
  font-size: 18px;
  line-height: 22px;
}
.h3m {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.h4 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.h4-l {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
}
.h4-b {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.h4-m {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.p1 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.p2 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}
.t01 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.88px;
}
.t02 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.t03 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
}
.t04 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.t04b {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.t05 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
}
.t05b {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.t06 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.t07 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.t08 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.t02b {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.t03b {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
html {
  -ms-overflow-style: scrollbar;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #4d4d4d;
  font-family: 'Roboto', sans-serif;
}
input::-ms-clear {
  display: none;
}
/* Form validation styles. */

.field-validation-error {
  color: #c1272d;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error,
select.input-validation-error,
textarea.input-validation-error {
  border: 2px solid #c1272d !important;
  background-color: #f3d4d5 !important;
}
label.input-validation-error {
  color: #c1272d !important;
  font-weight: 500 !important;
}
input[type='checkbox'].input-validation-error {
  border: 0 none;
}
input[type='password'] {
  letter-spacing: 2px;
}
.validation-summary-errors {
  color: #c1272d;
}
.validation-summary-valid {
  display: none;
}
.relative-position {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.list-basic {
  list-style-type: none;
  padding-left: 0;
}
.nav-tabs > li a {
  cursor: pointer;
}
.table-fixed {
  table-layout: fixed;
}
.table-fixed td,
.table-fixed th {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table-fixed td.row-custom-action {
  white-space: normal;
  overflow: visible;
}
.modal {
  overflow-y: auto;
  text-align: center;
}
.modal-open {
  overflow: auto;
}
.modal-open[style] {
  padding-right: 0 !important;
}
img.svg {
  display: none !important;
}
.loading-table {
  position: absolute;
  height: 600px;
  width: 100%;
  top: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expanding-loader {
  position: relative;
  top: 0px;
}
.centered-loading-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 335px;
}
.table-loading-state tbody tr {
  border-bottom: solid 1px rgba(192, 189, 189, 0.1) !important;
}
.table-loading-state tbody tr:last-child {
  height: 100%;
  border: none;
}
table.table-loading-state tbody {
  background: white;
  opacity: 0.1;
  height: 100%;
  width: 100%;
}
.loader {
  text-align: center;
  display: block;
  vertical-align: top;
}
.row {
  margin: 0;
}
.navbar-form {
  margin-right: 0px;
}
:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: none;
}
input,
select,
textarea,
.input-group {
  max-width: 562px;
}
/* Buttons. */

.btn {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 12px;
}
.btn.btn-sm {
  padding: 5px 9px;
}
.btn.btn-primary {
  font-size: 18px;
  line-height: 22px;
  color: white;
  background-color: #648399;
  border-color: #648399;
  border-radius: 6px;
  border: 2px solid #648399;
  font-weight: 400;
  box-shadow: none;
}
.btn.btn-primary:hover {
  border-color: #89b3d1;
  background-color: #89b3d1;
}
.btn.btn-primary:focus {
  border-color: #648399;
  background-color: #7da4bf;
}
.btn.btn-primary:active {
  border-color: #4b6273;
  background-color: #4b6273;
}
.btn.btn-primary:disabled {
  background-color: #a5b0b8 !important;
  border-color: #a5b0b8 !important;
}
.btn.btn-primary .ico_cs_dropdown {
  font-size: 12px;
}
.btn.btn-danger {
  color: white;
  background-color: #c1272d;
  border: 2px solid #c1272d;
  border-radius: 6px;
}
.btn.btn-danger:hover {
  background-color: #e67176;
  border-color: #e67176;
}
.btn.btn-danger:focus {
  background-color: #e52e36;
  border-color: #c1272d;
}
.btn.btn-danger:active,
.btn.btn-danger:target {
  background-color: #a62127;
  border-color: #a62127;
}
.btn.btn-default {
  font-size: 18px;
  line-height: 22px;
  color: #648399;
  background-color: white;
  border: 2px solid #648399;
  border-radius: 6px;
  padding: 8px 12px;
}
.btn.btn-default:not([disabled]):hover,
.btn.btn-default:not([disabled]):focus,
.btn.btn-default:not([disabled]):active,
.btn.btn-default:not([disabled]):target {
  color: #648399;
  background: rgba(125, 164, 191, 0.15);
}
.btn.btn-default i.ico_cs_dropdown {
  font-size: 12px;
}
.btn.btn-default .cs {
  font-size: 15px;
}
.btn.btn-warning {
  color: #c1272d;
  background-color: transparent;
  border: 2px solid #c1272d;
  border-radius: 6px;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning:target {
  color: #c1272d;
  background-color: transparent;
  border-color: #c1272d;
}
.btn.btn-filter {
  color: #acc9cb;
  background-color: transparent;
  border-color: #acc9cb;
}
.btn.btn-filter:hover,
.btn.btn-filter:focus,
.btn.btn-filter:active,
.btn.btn-filter:target {
  color: #acc9cb;
  background-color: transparent;
  border-color: #acc9cb;
}
.btn.btn-back {
  color: white;
  background-color: #ffb836;
  border-color: #ffb836;
}
.btn.btn-back:hover,
.btn.btn-back:focus,
.btn.btn-back:active,
.btn.btn-back:target {
  color: white;
  background-color: #ffb836;
  border-color: #ffb836;
}
.btn .cs {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 12px;
}
.btn .cs.icon-before,
a .cs.icon-before {
  margin-right: 12px;
}
.btn .cs.icon-after,
a .cs.icon-after {
  margin-left: 12px;
  margin-right: 7px;
}
.btn + .btn {
  margin-left: 16px;
}
.btn-group .btn {
  border-radius: 6px;
}
.btn-group .btn.btn-default {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 32px;
}
.btn-group .btn.btn-default.active {
  color: white;
  background-color: #648399;
  border-color: #648399;
}
input[type='radio'] {
  position: relative;
  cursor: pointer;
  text-decoration: none;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  accent-color: #648399;
}
input[type='radio']:after {
  pointer-events: none;
  transition: all 0.2s;
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: '';
  height: 0;
  width: 0;
  background: rgba(125, 164, 191, 0.15) !important;
}
input[type='radio']:hover:after {
  height: 35px;
  width: 35px;
}
input[type='radio']:active:after {
  background: rgba(100, 131, 153, 0.3);
}
input[type='radio']:disabled {
  border-color: #a5b0b8;
}
input[type='radio']:disabled:after {
  height: 0;
  width: 0;
}
input[type='radio']:disabled:before:checked {
  background: #a5b0b8;
}
.radio-inline input[type=radio] {
  margin-left: -28px;
}
/* Checkboxes. */

input[type='checkbox']:indeterminate {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #648399;
  outline: none;
  position: relative;
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type='checkbox']:indeterminate:before {
  content: '';
  background: #648399;
}
input[type='checkbox']:indeterminate:after {
  font-family: 'carestation', sans-serif;
  content: '\e958';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 13px;
  color: white;
}
input[type='checkbox']:indeterminate:disabled {
  border-color: #b1b6bb;
}
input[type='checkbox']:indeterminate:disabled:before {
  background: #b1b6bb;
}
/* Default checkbox style. */

input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #648399;
  outline: none;
  position: relative;
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type='checkbox']:before {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 250ms ease;
}
input[type='checkbox']:checked:before {
  content: '';
  background: #648399;
}
input[type='checkbox']:checked:after {
  font-family: 'carestation', sans-serif;
  content: '\e90e';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 13px;
  color: white;
}
input[type='checkbox']:disabled {
  border-color: #a5b0b8;
}
input[type='checkbox']:checked:disabled:before {
  background: #a5b0b8;
}
.checkbox-filled input[type='checkbox'],
.filter-multiselect input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid #648399;
  outline: none;
  position: relative;
  background-color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.checkbox-filled input[type='checkbox']:before,
.filter-multiselect input[type='checkbox']:before {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 250ms ease;
}
.checkbox-filled input[type='checkbox']:checked:before,
.filter-multiselect input[type='checkbox']:checked:before {
  content: '';
  background: #648399;
}
.checkbox-filled input[type='checkbox']:checked:after,
.filter-multiselect input[type='checkbox']:checked:after {
  font-family: 'carestation', sans-serif;
  content: '\e90e';
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 13px;
  color: white;
}
.checkbox-filled input[type='checkbox']:disabled,
.filter-multiselect input[type='checkbox']:disabled {
  border-color: #b1b6bb;
}
.checkbox-filled input[type='checkbox']:checked:disabled:before,
.filter-multiselect input[type='checkbox']:checked:disabled:before {
  background: #b1b6bb;
}
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 0;
}
table input[type=checkbox],
table input[type=radio] {
  top: 0;
}
/* Labels. */

.label {
  font-size: 12px;
  line-height: 14px;
  background-color: transparent;
  border: 1px solid #648399;
  color: #648399;
  padding: 2px 8px;
  text-transform: uppercase;
}
.label.label-dismissed {
  background-color: #77736c;
  color: white;
  border: none;
}
.label.label-updated,
.label.label-new {
  background-color: #2391bf;
  color: white;
  border: none;
}
.label.label-viewed {
  background-color: white;
  color: #648399;
  border: 1px solid #648399;
  outline: 1px solid white;
}
.label.label-success {
  background-color: #65aa81;
  color: white;
  border: none;
}
.dropdown-label {
  min-width: 85px;
  display: inline-block;
}
.dropdown-label .label {
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}
ul li:only-child .dropdown-label {
  min-width: initial;
  margin-right: 10px;
}
.dropdown-label-long {
  min-width: 75px;
}
.dropdown-label .label.label-new,
.dropdown-label .label.label-updated {
  background-color: #2391bf;
  color: white;
  border: 1px solid white;
}
.dropdown-label .label.label-dismissed {
  background-color: #77736c;
  color: white;
  border: 1px solid white;
}
.dropdown-label .label.label-viewed {
  background-color: white;
  color: #648399;
  border: 1px solid #648399;
  outline: 1px solid white;
}
/* Defaults. */

a {
  color: #648399;
}
a:hover,
a:focus {
  color: #648399;
  outline: none;
}
svg {
  fill: #d6d4d3;
}
.form-control {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  height: 40px;
}
input.form-control,
select.form-control {
  border: 1px solid #d6d4d3;
  border-radius: 6px;
  box-shadow: none;
  font-weight: 400;
  font-size: 18px;
  padding: 9px 12px;
}
input.form-control:disabled,
select.form-control:disabled {
  background-color: #f4f3f2;
  color: #a5b0b8;
}
select.form-control {
  padding: 8px 11px;
  appearance: none;
}
div:has(> select.form-control) select {
  display: inline;
}
div:has(> select.form-control):after {
  font-family: 'carestation', sans-serif;
  content: '\e90f';
  color: #648399;
  font-size: 10px;
  margin-left: -26px;
  display: inline;
  pointer-events: none;
}
.form-control:focus {
  border: 2px solid #648399;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus:not(.input-validation-error) {
  padding: 8px 11px;
}
select.form-control:focus:not(.input-validation-error) {
  background-color: white;
  padding: 7px 10px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
}
.page-container {
  min-width: min-content;
  padding-bottom: 45px;
}
.status-active,
.statusColor-2 {
  color: #65aa81;
  text-transform: uppercase;
}
.status-inactive,
.statusColor-1 {
  color: #808285;
  text-transform: uppercase;
}
.status-new,
.statusColor-3 {
  color: #f7931e;
  text-transform: uppercase;
}
.status-locked {
  color: #f7931e;
  text-transform: uppercase;
}
.status-blocked {
  color: #d15d5a;
  text-transform: uppercase;
}
.status-expired {
  color: #d280d2;
  text-transform: uppercase;
}
/* WebKit, Blink, Edge. */

::-webkit-input-placeholder {
  color: #c0bdbd;
}
/* Mozilla Firefox 4 to 18. */

:-moz-placeholder {
  color: #c0bdbd;
  opacity: 1;
}
/* Mozilla Firefox 19+. */

::-moz-placeholder {
  color: #c0bdbd;
  opacity: 1;
}
/* Internet Explorer 10-11. */

:-ms-input-placeholder {
  color: #c0bdbd;
}
/* Microsoft Edge. */

::-ms-input-placeholder {
  color: #c0bdbd;
}
a.lnk {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a.lnk .cs {
  font-size: 17px;
  margin-right: 17px;
  padding-bottom: 4px;
}
.popover {
  z-index: 1001;
}
.validation-summary-errors ul,
.validation-summary ul {
  padding-left: 0;
  margin: 15px 0 0 15px;
}
span.mandatory-input:after,
control-label.mandatory-input:after,
label.mandatory-input:after {
  content: '★';
  color: #ffb836;
  font-size: 16px;
  margin-left: 2.75px;
  position: relative;
  line-height: 0;
}
.form-group:focus-within label.control-label {
  color: #648399;
  font-weight: 500;
}
.form-group:has(input:disabled, select:disabled) > label {
  color: #a5b0b8;
}
label.control-label {
  color: #646c76;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
}
label.control-label.disabled {
  color: #a5b0b8;
}
label.radio-label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #353e47;
}
label.radio-label input {
  margin-top: 0;
}
label.info-label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 10px;
  background: #eff4f4;
  padding: 13px;
  width: 100%;
}
.dropdown.dropdown-custom .dropdown-toggle {
  cursor: pointer;
}
.dropdown.dropdown-custom button.disabled {
  border-color: #a5b0b8;
  color: #a5b0b8;
  cursor: not-allowed;
}
.dropdown.dropdown-custom .dropdown-menu {
  margin-top: 9px;
  padding: 0px;
  background-color: rgba(100, 131, 153, 0.95);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 6px;
  border: none;
}
.dropdown.dropdown-custom .dropdown-menu > li {
  min-width: 180px;
}
.dropdown.dropdown-custom .dropdown-menu > li:hover,
.dropdown.dropdown-custom .dropdown-menu > li:focus,
.dropdown.dropdown-custom .dropdown-menu > li:active,
.dropdown.dropdown-custom .dropdown-menu > li:visited {
  background-color: rgba(239, 237, 237, 0.15);
}
.dropdown.dropdown-custom .dropdown-menu > li > a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  line-height: 55px;
  color: white;
  cursor: pointer;
  padding: 0 16px;
}
.dropdown.dropdown-custom .dropdown-menu > li > a:after {
  content: '';
  display: block;
  height: 1px;
  background-color: rgba(239, 237, 237, 0.3);
  margin: 0 auto;
}
.dropdown.dropdown-custom .dropdown-menu > li > a:hover,
.dropdown.dropdown-custom .dropdown-menu > li > a:focus,
.dropdown.dropdown-custom .dropdown-menu > li > a:active,
.dropdown.dropdown-custom .dropdown-menu > li > a:visited {
  background-color: transparent;
}
.dropdown.dropdown-custom .dropdown-menu > li.disabled {
  color: white;
  background-color: transparent;
  opacity: 0.5;
}
.dropdown.dropdown-custom .dropdown-menu > li.disabled:hover,
.dropdown.dropdown-custom .dropdown-menu > li.disabled:focus,
.dropdown.dropdown-custom .dropdown-menu > li.disabled:active,
.dropdown.dropdown-custom .dropdown-menu > li.disabled:visited {
  color: white;
  background-color: transparent;
  opacity: 0.5;
}
.dropdown.dropdown-custom .dropdown-menu > li.disabled a {
  cursor: not-allowed;
}
.dropdown.dropdown-custom .dropdown-menu > li:last-child > a:after {
  background-color: transparent;
}
.dropdown.dropdown-custom .dropdown-menu > li .cs {
  font-size: 19px;
  margin-right: 12px;
}
.dropdown.dropdown-custom .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 25px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(100, 131, 153, 0.95);
  border-left: 7px solid transparent;
  border-bottom-color: transparent;
  content: '';
}
.dropdown.dropdown-custom .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 19px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(100, 131, 153, 0.95);
  border-left: 7px solid transparent;
  content: '';
}
.data-panel {
  border: 1px solid #d6d4d3;
  border-radius: 6px;
  padding: 0 16px;
  margin-top: 16px;
}
.data-panel.edit {
  border: none;
}
.data-panel.none {
  border: none;
}
.data-panel.none .panel-header h4 {
  border: none;
}
.data-panel.none .panel-content {
  padding: 0;
}
.data-panel.table-panel .panel-header h4 {
  border-bottom: none;
}
.data-panel.table-panel .panel-content {
  padding: 0 0 18px 0;
}
.data-panel.table-panel .panel-content table.table {
  margin-bottom: 0;
}
.data-panel.table-panel .panel-content table.table th {
  cursor: default;
}
.data-panel.table-panel .panel-content table.table tr:last-child {
  border-bottom: none;
}
.data-panel .panel-header h4 {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #8b9198;
  border-bottom: 1px solid #c0bdbd;
  text-transform: uppercase;
  padding: 13px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.data-panel .panel-header .action-buttons {
  float: right;
  margin-top: -37px;
  position: relative;
}
.data-panel .panel-header .additional-info {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #808285;
  float: right;
  position: relative;
  margin-top: -30px;
}
.data-panel .panel-content {
  padding: 46px 0;
}
.data-panel .panel-content h4 {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #8b9198;
  text-transform: uppercase;
  margin-bottom: 0;
}
.data-panel .panel-content .bottom h4 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  border-top: 1px solid #c0bdbd;
  padding: 33px 0 13px 0;
  margin-top: 20px;
}
.data-panel > .panel-content .device-type-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
  fill: #3c4855;
}
.data-panel .panel-content .form-group {
  padding-left: 12px;
  padding-right: 12px;
}
.data-panel .panel-content .row + .row:not(.validation-error-messages):not(.validation-summary-errors) {
  margin-top: 28px;
}
.data-panel .panel-content .row.validation-error-messages {
  margin-top: 15px;
}
.data-panel .panel-content .additional-info {
  font-weight: 300;
  color: #808285;
  position: relative;
  margin-top: -33px;
  margin-left: 140px;
}
.data-panel + .data-panel {
  margin-top: 42px;
}
.data-panel + .data-panel.edit,
.data-panel + .data-panel.none {
  margin-top: 0;
}
.tab-pane {
  margin: 0;
  padding: 16px 32px;
}
.tab-pane .tab-title {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #3c4855;
  font-weight: bold;
  text-transform: uppercase;
  padding: 22px 0;
  padding-bottom: 22px;
}
.tab-pane .tab-title ul {
  text-transform: none;
}
.tab-pane .tab-title.edit-mode {
  color: #3c4855;
  background-color: #eff4f4;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}
.tab-pane .tab-title.edit-mode .pull-right.action-buttons {
  position: relative;
  top: -7px;
}
.tab-pane .notification-danger {
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #c1272d;
  font-weight: bold;
  background-color: #ffebec;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
.tab-pane .notification-danger-message {
  margin-top: 48px;
}
.validation-error-messages {
  margin: 15px 0 0 15px;
}
.validation-error-messages .field-validation-error {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #c1272d;
  display: list-item;
  list-style: initial;
}
.item-value {
  font-size: 18px;
  line-height: 22px;
  color: #353e47;
  margin-top: -3px;
  word-wrap: break-word;
}
.item-undefined {
  font-weight: 500;
  color: #c0bdbd;
  text-transform: lowercase;
}
.steps-graph {
  display: flex;
}
.steps-graph > div:last-child {
  position: relative;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.steps-graph .xLegend {
  display: block;
  position: absolute;
  bottom: -15px;
}
.no-break {
  white-space: nowrap;
}
.shadow {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.template.fadeIn {
  -moz-animation: templateFadeInFrames 1s;
  -webkit-animation: templateFadeInFrames 1s;
  -o-animation: templateFadeInFrames 1s;
  animation: templateFadeInFrames 1s;
}
@keyframes templateFadeInFrames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes templateFadeInFrames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes templateFadeInFrames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes templateFadeInFrames {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navigation-button {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px 16px 8px 12px;
  margin: 0 5px 0 0;
  user-select: none;
}
.navigation-button:hover,
.navigation-button:target {
  text-decoration: none;
  color: #648399;
  background-color: rgba(125, 164, 191, 0.15);
}
.navigation-button:focus {
  text-decoration: none;
  color: #648399;
  background-color: rgba(125, 164, 191, 0.15);
  border: 2px solid #7da4bf;
}
.navigation-button:active {
  text-decoration: none;
  color: #648399;
  background-color: rgba(125, 164, 191, 0.15);
  border: 2px solid #4b6273;
}
.navigation-button[disabled='true'],
.navigation-button[disabled='disabled'],
.navigation-button.disabled {
  cursor: not-allowed;
  color: #a5b0b8;
  pointer-events: none;
}
.navigation-button .cs {
  font-weight: bold;
  margin-right: 10px;
  position: relative;
  margin-top: -3px;
  font-size: 14px;
}
.full-height {
  height: 100%;
}
.radio-list {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.radio-list li ~ li {
  margin-top: 25px;
}
.radio-list li label.control-label {
  color: #4d4d4d;
  font-weight: normal;
  margin: 0;
}
.radio-list li label.control-label input {
  margin-right: 10px;
}
ul.ui-autocomplete {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  background-color: #f4f3f2;
  position: absolute;
  max-height: 325px;
  max-width: 100%;
  overflow-y: auto;
  overflow-wrap: break-word;
}
ul.ui-autocomplete div,
ul.ui-autocomplete span,
ul.ui-autocomplete label {
  cursor: pointer;
}
ul.ui-autocomplete li {
  min-height: 54px;
  padding: 0 14px;
}
ul.ui-autocomplete li > div {
  padding: 8px 0;
}
ul.ui-autocomplete li:hover {
  background-color: #bdb9b5;
}
ul.ui-autocomplete li ~ li > div {
  border-top: 1px solid #d9d6d4;
}
@media (min-width: 768px) {
  .row-fluid {
    display: flex;
    align-items: flex-end;
  }
}
.font-awesome-placeholder {
  font-family: 'Roboto', 'FontAwesome', sans-serif;
}
.input-group .input-group-addon {
  background-color: white;
  border-left: none;
}
.input-group .cs {
  font-size: 30px;
  color: #648399;
}
.physician-selection #SelectedPhysicianName {
  max-width: 100%;
  padding-right: 85px;
}
#SelectedPhysicianName ~ .ui-autocomplete .physician-email {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  color: #808285;
}
/* Custom components. */

.cs-input-group {
  position: relative;
}
.cs-input-group .input-addon {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 8px;
  right: 12px;
  background-color: transparent;
  color: #648399;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.cs-input-group .input-addon.addon-icon {
  pointer-events: none;
}
.cs-input-group .input-addon.addon-icon .cs {
  font-size: 24px;
  margin-right: -3px;
}
.cs-input-group .input-addon .cs {
  margin-top: -3px;
}
.cs-input-group .input-addon:hover {
  text-decoration: none;
}
.cs-input-group .input-addon.left {
  left: 12px;
  display: table;
}
label.control-label.highlight {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #353e47;
  font-weight: 400;
}
label.control-label.highlight input {
  margin-right: 12px;
}
label.control-label.override {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #808285;
  font-weight: 400;
  display: flex;
  align-items: center;
}
label.control-label.override input {
  margin-right: 12px;
  margin-top: 0;
}
label.control-label.override:has(input:disabled) {
  color: #808285;
}
label.control-label.override.highlight {
  color: #353e47;
}
.phone-number-selector .bootstrap-select.btn-group {
  top: 0;
  left: 0;
  display: table;
  width: auto !important;
}
.phone-number-selector .btn-group .btn.btn-default {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px 8px 10px;
  border: none !important;
  color: #648399 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
  font-weight: 500;
}
.phone-number-selector .btn-group .btn.btn-default:hover,
.phone-number-selector .btn-group .btn.btn-default:focus {
  border: none !important;
  outline: none !important;
  background: none !important;
}
.phone-number-selector .btn-group .btn.btn-default:focus {
  outline: none;
}
.phone-number-selector .btn-default.active,
.phone-number-selector .btn-default:active,
.phone-number-selector .open > .dropdown-toggle.btn-default,
.phone-number-selector .btn-default.active.focus,
.phone-number-selector .btn-default.active:focus,
.phone-number-selector .btn-default.active:hover,
.phone-number-selector .btn-default:active.focus,
.phone-number-selector .btn-default:active:focus,
.phone-number-selector .btn-default:active:hover,
.phone-number-selector .open > .dropdown-toggle.btn-default.focus,
.phone-number-selector .open > .dropdown-toggle.btn-default:focus,
.phone-number-selector .open > .dropdown-toggle.btn-default:hover {
  outline: none;
  border: none;
  background-color: transparent;
  color: #648399;
}
.phone-number-selector .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.phone-number-selector .dropdown-menu {
  margin-top: -3px;
}
.phone-number-selector input {
  padding-left: 82px;
}
.phone-number-selector input:focus:not(.input-validation-error) {
  padding-left: 81px;
  padding-top: 8px;
}
.phone-number-selector .bs-caret:after {
  font-family: 'carestation', sans-serif;
  content: '\e90f';
  color: #648399;
  font-size: 10px;
  margin-left: -6px;
}
.phone-number-selector .caret {
  display: none;
}
.phone-number-selector .phone-area-code {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-size: 18px;
  position: absolute;
  left: 55px;
  top: 10px;
}
.phone-number-selector .input-validation-error ~ .bootstrap-select button.btn-default.dropdown-toggle.bs-placeholder,
.phone-number-selector .input-validation-error ~ .phone-area-code {
  color: #c1272d;
}
/* Custom dropdown/select. */

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 100%;
  width: 100%;
}
.custom-dropdown.btn-group.bootstrap-select .btn {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  border: 1px solid #d6d4d3;
  background-color: transparent;
  padding: 10px 32px 10px 9px;
  outline: none !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
}
.custom-dropdown.btn-group.bootstrap-select .btn:hover,
.custom-dropdown.btn-group.bootstrap-select .btn:focus,
.custom-dropdown.btn-group.bootstrap-select .btn:active,
.custom-dropdown.btn-group.bootstrap-select .btn:target {
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-dropdown.btn-group.bootstrap-select .btn .bs-caret:after {
  font-family: 'carestation', sans-serif;
  content: '\e90f';
  color: #c0bdbd;
  font-size: 14px;
}
.custom-dropdown.btn-group.bootstrap-select .btn .caret {
  display: none;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: #f4f3f2;
  border: 1px solid #d6d4d3;
  border-radius: 2px;
  border-top: none;
  margin-top: 0px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu.inner {
  border: none;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li:hover {
  background-color: #e2e0e0;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li > a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #808285;
  line-height: 38px;
  cursor: pointer;
  padding: 0;
  border: none;
  border-top: solid 1px #d6d4d3;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li > a:hover,
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li > a:active,
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li > a span.text {
  /* Css-3. */
  white-space: pre-wrap;
  /* Mozilla, since 1999. */
  white-space: -moz-pre-wrap;
  /* Opera 4-6. */
  white-space: -pre-wrap;
  /* Opera 7. */
  white-space: -o-pre-wrap;
  /* Internet Explorer 5.5+. */
  word-wrap: break-word;
  word-break: break-word;
}
.custom-dropdown.btn-group.bootstrap-select .dropdown-menu > li.disabled > a {
  color: #c0bdbd;
}
.custom-dropdown.btn-group.bootstrap-select.open {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.custom-dropdown.btn-group.bootstrap-select.open .bs-caret:after {
  content: '\e94b';
}
.custom-dropdown.btn-group.bootstrap-select.open .btn {
  background-color: #f4f3f2;
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.treat-monitor-graph {
  color: #646c76;
  position: relative;
  width: 170px;
  height: 50px;
  right: 8px;
  margin: 0;
  padding: 0;
}
.treat-monitor-graph .vt {
  position: absolute;
  left: 17px;
}
.treat-monitor-graph .vf {
  position: absolute;
  right: 17px;
}
.treat-monitor-graph .slider {
  margin-top: 15px;
  position: relative;
}
.treat-monitor-graph .slider svg {
  width: 170px;
  height: 20px;
}
.treat-monitor-graph .slider .low {
  position: absolute;
  left: 25px;
  top: 25px;
}
.treat-monitor-graph .slider .height {
  position: absolute;
  right: 25px;
  top: 25px;
}
.treat-monitor-graph .slider .height.vf_False {
  right: 16px;
}
.treat-monitor-graph .slider .low.vt_True,
.treat-monitor-graph .slider .height.vf_True {
  font-weight: 500;
  color: #4d4d4d;
}
.treat-monitor-graph .slider .vf_True .st1 {
  stroke: #c1272d;
}
.treat-monitor-graph .slider .vf_True .st3 {
  fill: #c1272d;
}
.treat-monitor-graph .slider .vt_True .st2 {
  stroke: #c1272d;
}
.treat-monitor-graph .slider .vt_True .st4 {
  fill: #c1272d;
}
.treat-monitor-graph label {
  font-weight: 300;
  margin: 0;
}
.treat-monitor-graph span {
  font-weight: 500;
  color: #4d4d4d;
}
ul.info-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.info-group .info-group-item {
  display: inline-block;
  margin-right: 16.5px;
  padding-right: 16.5px;
  border-right: 1px solid #c0bdbd;
}
ul.info-group .info-group-item > label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #646c76;
  margin-bottom: 0;
}
ul.info-group .info-group-item > span {
  font-weight: 500;
  color: #353e47;
  margin-left: 4px;
  display: inline-block;
  margin-bottom: 5px;
}
ul.info-group .info-group-item > span.device-type {
  margin-bottom: 0;
}
ul.info-group .info-group-item > span.device-type .device-type-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
  fill: #3c4855;
}
ul.info-group .info-group-item > span.item-undefined {
  font-weight: 500;
  color: #808285;
  text-transform: none;
}
ul.info-group .heading-info-group-item {
  display: inline-block;
  margin-right: 16.5px;
  padding-right: 16.5px;
  border-right: 1px solid #c0bdbd;
  margin-right: 0px;
  padding-right: 15px;
  border: 0;
}
ul.info-group .heading-info-group-item > label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #646c76;
  margin-bottom: 0;
}
ul.info-group .heading-info-group-item > span {
  font-weight: 500;
  color: #353e47;
  margin-left: 4px;
  display: inline-block;
  margin-bottom: 5px;
}
ul.info-group .heading-info-group-item > span.device-type {
  margin-bottom: 0;
}
ul.info-group .heading-info-group-item > span.device-type .device-type-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
  fill: #3c4855;
}
ul.info-group .heading-info-group-item > span.item-undefined {
  font-weight: 500;
  color: #808285;
  text-transform: none;
}
ul.info-group .heading-info-group-item-with-border {
  display: inline-block;
  margin-right: 16.5px;
  padding-right: 16.5px;
  border-right: 1px solid #c0bdbd;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 15px;
  border-right: 0;
  border-left: 1px solid #d6d4d3 !important;
}
ul.info-group .heading-info-group-item-with-border > label {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #646c76;
  margin-bottom: 0;
}
ul.info-group .heading-info-group-item-with-border > span {
  font-weight: 500;
  color: #353e47;
  margin-left: 4px;
  display: inline-block;
  margin-bottom: 5px;
}
ul.info-group .heading-info-group-item-with-border > span.device-type {
  margin-bottom: 0;
}
ul.info-group .heading-info-group-item-with-border > span.device-type .device-type-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 2px;
  fill: #3c4855;
}
ul.info-group .heading-info-group-item-with-border > span.item-undefined {
  font-weight: 500;
  color: #808285;
  text-transform: none;
}
ul.info-group .info-group-item:last-of-type {
  border: none;
}
.highlight-background {
  background-color: #f4f3f2;
}
/* Tab control styles. */

.nav.nav-tabs.tab-control-level1 {
  border: none;
}
.nav.nav-tabs.tab-control-level1 li {
  position: relative;
  margin-bottom: -4px;
}
.nav.nav-tabs.tab-control-level1 li a {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #8b9198;
  padding: 0;
  margin: 0 20px 9px 20px;
}
.nav.nav-tabs.tab-control-level1 li a:hover,
.nav.nav-tabs.tab-control-level1 li a:focus {
  text-decoration: none;
  background-color: inherit;
}
.nav.nav-tabs.tab-control-level1 li:first-of-type a {
  margin-left: 0;
}
.nav.nav-tabs.tab-control-level1 li.active a {
  color: #3c4855;
  font-weight: bold;
  position: relative;
}
.nav.nav-tabs.tab-control-level1 li.active a:after {
  background-color: #ffb836;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  content: '';
}
.nav.nav-tabs.tab-control-level1 li a,
.nav.nav-tabs.tab-control-level1 li.active a {
  border: none;
  position: relative;
  text-transform: uppercase;
}
.nav.nav-tabs.tab-control-level2 {
  margin-top: 24px;
  border: none;
}
.nav.nav-tabs.tab-control-level2 > li.active > a,
.nav.nav-tabs.tab-control-level2 > li.active > a.tab-panel-disabled,
.nav.nav-tabs.tab-control-level2 > li.active > a:focus,
.nav.nav-tabs.tab-control-level2 > li.active > a:hover {
  border: none;
  color: #3c4855;
  cursor: pointer;
  background-color: white;
}
.nav.nav-tabs.tab-control-level2 > li.active > a > .svg-fill-active {
  fill: #3c4855 !important;
}
.nav.nav-tabs.tab-control-level2 > li > a {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #8b9198;
  font-weight: bold;
  margin: 0;
  padding: 17px 32px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.nav.nav-tabs.tab-control-level2 > li > a:hover,
.nav.nav-tabs.tab-control-level2 > li > a:focus {
  text-decoration: none;
  background-color: inherit;
}
.nav.nav-tabs.tab-control-level2 > li > a .cs {
  font-size: 23px;
  margin-right: 12px;
  vertical-align: sub;
}
.nav.nav-tabs.tab-control-level2 > li > a.tab-panel-disabled {
  color: #b1b6bb;
}
.full-height-tab-content {
  background-color: white;
  margin-top: -1px;
  height: 100%;
}
.box-wrapper {
  display: flex;
  width: 100%;
  color: #808285;
}
.box-wrapper .box {
  flex: 1;
  padding: 16px 16px 0 16px;
  border: solid 1px #d6d4d3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 230px;
}
.box-wrapper .box .box-header {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: solid 1px #d6d4d3;
  padding-bottom: 8px;
  text-align: center;
  font-weight: bold;
}
.box-wrapper .box .cs {
  font-size: 50px;
  line-height: 50px;
  margin: 63px 0;
  display: block;
  text-align: center;
}
.box-wrapper .box ~ .box {
  margin-left: 24px;
}
/* Toggle switch. */

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 14px;
  /* Rounded sliders. */

}
.toggle-switch.disabled {
  opacity: 0.7;
}
.toggle-switch.disabled .slider {
  cursor: not-allowed;
}
.toggle-switch input {
  display: none;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(192, 189, 189, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: -3px;
  bottom: -3px;
  background-color: #c0bdbd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch input:checked + .slider {
  background-color: rgba(100, 131, 153, 0.5);
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px rgba(100, 131, 153, 0.5);
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: #648399;
}
.toggle-switch .slider.round {
  border-radius: 34px;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
/* Custom content scroller. */

.mCSB_draggerContainer {
  border-right: 1px solid #d6d4d3;
  border-left: 1px solid #d6d4d3;
}
.mCSB_scrollTools {
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d6d4d3;
  width: 8px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #d6d4d3;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #d6d4d3;
}
.device-tooltip .device-tooltiptext {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  padding: 7px 8px;
  border-radius: 6px;
  pointer-events: none;
  color: white;
  background-color: #3c4855;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-left: 5px;
  margin-top: 20px;
}
.device-tooltip:hover .device-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  left: 40px !important;
  top: 2px;
}
.tooltipster-sidetip .tooltipster-box {
  background-color: #c1272d;
  border-color: #c1272d;
  font-weight: 400;
  margin-top: 5px;
  font-size: 14px;
  border-radius: 6px;
  border: none;
}
.tooltipster-sidetip .tooltipster-box .tooltipster-content {
  padding: 6px 12px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #c1272d;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #c1272d;
}
.tooltipster-base.tooltipster-bottom {
  margin-top: 1px;
}
.nav-tabs > li a.tab-panel-disabled {
  cursor: not-allowed;
}
.termsOfUse-label-style {
  font-weight: initial;
  margin-top: 2.5px;
}
.disabled {
  opacity: 0.5;
}
.termsOfUse-title-style {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
}
.change-monitoring {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #3c4855;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eff4f4;
  padding: 16px;
  margin: -20px 0;
}
.change-monitoring p {
  margin-bottom: 2px;
  margin-right: 15px;
}
.change-monitoring p:last-child {
  margin-bottom: 0;
}
.dismiss-wrap button.disabled {
  background: #a5b0b8;
}
.paging-to-first-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/Content/images/svg/ico_cs_first.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-top: 2px;
}
.paging-previous-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/Content/images/svg/ico_cs_previous.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px !important;
  margin-top: 2px;
}
.paging-next-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/Content/images/svg/ico_cs_next.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px !important;
  margin-top: 2px;
}
.paging-to-last-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/Content/images/svg/ico_cs_last.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px !important;
  margin-top: 2px;
}
.btn.btn-default:not([disabled]):focus,
.btn.btn-default:not([disabled, active]):hover,
.btn.btn-default:not([disabled]):visited {
  background-color: rgba(125, 164, 191, 0.15) !important;
  color: #648399 !important;
  border: 2px solid #7da4bf !important;
}
.btn.btn-default:disabled {
  color: #a5b0b8 !important;
  background: white !important;
  border: 2px solid #a5b0b8 !important;
  opacity: initial;
  cursor: not-allowed;
}
.modal-content {
  overflow: hidden;
  border: none;
}
.mCSB_container {
  border-left: 1px solid #c0bdbd;
  padding-left: 25px;
}
.clinicInformation-content {
  margin-left: 4%;
}
.notificationInformation-content {
  margin-left: 4%;
}
.table-footer-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-footer-filters .rows-per-page-wrapper {
  display: flex;
  align-items: center;
}
.mobile-view .rows-per-page-wrapper {
  margin-left: 17px;
}

/*
    This file contains styles for the Bootstrap modals.
  
    © 2021 West Affum Holdings Corp.
*/

/*
    This file contains color definitions used in the CareStation Web application. 
    All colors used in the application should be defined in ths file.
  
    © 2021 West Affum Holdings Corp.
*/
/* Custom colors. */
/* Alerts colors */
/*
    This file contains font mixims. Every font used in the CareStation Web application should be defined here.
  
    © 2021 West Affum Holdings Corp.
*/

.font-roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: bold;
}
.h1 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
}
.h2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}
.h3 {
  font-size: 18px;
  line-height: 22px;
}
.h3m {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.h4 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.h4-l {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
}
.h4-b {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.h4-m {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.p1 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.p2 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}
.t01 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.88px;
}
.t02 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.t03 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
}
.t04 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.t04b {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.t05 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
}
.t05b {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.t06 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.t07 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.t08 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.t02b {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.t03b {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
/*
    This file contains generic LESS mixims.
  
    © 2021 West Affum Holdings Corp.
*/

.box-shadow {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);
}
.popup-shadow {
  -webkit-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 19px 3px rgba(0, 0, 0, 0.2);
}
.wrap-text {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.noselect {
  /* iOS Safari. */
  -webkit-touch-callout: none;
  /* Safari. */
  -webkit-user-select: none;
  /* Konqueror HTML. */
  -khtml-user-select: none;
  /* Firefox. */
  -moz-user-select: none;
  /* Internet Explorer/Edge. */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera. */
  user-select: none;
}
.modal-title {
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  width: 55%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  overflow: hidden;
  border: none;
}
.modal-header {
  background-color: #eff4f4;
  border: none;
  color: #648399;
  padding: 23px 32px;
}
.modal-header h4 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #648399;
  text-indent: 0;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.modal-content-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #4d4d4d;
  line-height: 22px;
}
.modal-puid-info {
  margin-bottom: 50px;
}
.modal-bottom-offset {
  margin-bottom: 36px;
}
.patient-code {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #353e47;
}
.patient-code-label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #353e47;
}
.new-code-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.new-code-wrapper input {
  margin-right: 3px;
}
.selected-patient-name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #646c76;
  font-weight: bold;
  display: block;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.reactivate-patient-modal {
  padding-left: 30px;
}
.reactivation-modal-offset {
  margin-left: 12px;
}
.modal-header.multilevel .modal-title {
  top: 23px;
  position: absolute;
}
.modal-header.multilevel .modal-content-title {
  font-size: 18px;
  line-height: 22px;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  color: #808285;
  position: relative;
  text-align: center;
  padding: 0 80px;
  top: 3px;
}
.modal-header.multilevel .modal-content-title span:last-child {
  font-weight: 500;
  color: #4d4d4d;
}
.modal-header.multilevel .close {
  position: absolute;
  top: 23px;
  right: 32px;
}
button.close {
  opacity: 1;
}
button.close .cs {
  color: #648399;
  font-size: 16px;
}
button.close:focus,
button.close:hover {
  color: #648399;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}
button span {
  font-size: 18px;
  line-height: 22px;
}
button .cs.ico_cs_stop_monitoring,
button .cs.ico_cs_done,
button .cs.ico_cs_remove {
  font-size: 20px !important;
}
.modal-backdrop {
  background-color: #353e47;
  opacity: 0.6;
}
.modal-backdrop.in {
  opacity: 0.6;
}
.modal-footer {
  border-top: 1px solid #c0bdbd;
  margin: 0 24px;
  padding: 19px 0;
}
.modal-footer-info {
  background-color: #eff4f4;
  margin: 0 24px 24px;
  padding: 16px;
  line-height: 1.2em;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 16px;
}
.modal-body.container {
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  padding: 48px 116px;
}
/* Modal types. */

.modal-info .modal-header {
  background-color: #eff4f4;
}
.modal-info .modal-header h4 {
  color: #648399;
  text-transform: uppercase;
}
.modal-danger .modal-header {
  background-color: #ffebec;
}
.modal-danger .modal-header h4 {
  color: #c1272d;
  text-transform: uppercase;
}
.modal-common .modal-header {
  background-color: #efeded;
}
.modal-common .modal-header h4 {
  color: #808285;
  text-transform: uppercase;
}
.modal-disclaimer {
  background-color: #eff4f4;
  border: none;
  padding: 23px 16px;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 4.5%;
}
.modal-disclaimer a {
  border-bottom: solid 1px;
}

/*
    This file contains styles for the Login page.
  
    © 2021-2023 West Affum Holdings Corp.
*/

/*
    This file contains color definitions used in the CareStation Web application. 
    All colors used in the application should be defined in ths file.
  
    © 2021 West Affum Holdings Corp.
*/
/* Custom colors. */
/* Alerts colors */
/*
    This file contains font mixims. Every font used in the CareStation Web application should be defined here.
  
    © 2021 West Affum Holdings Corp.
*/

.font-roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: bold;
}
.h1 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
}
.h2 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
}
.h3 {
  font-size: 18px;
  line-height: 22px;
}
.h3m {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.h4 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.h4-l {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 21px;
}
.h4-b {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.h4-m {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.p1 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
.p2 {
  font-family: Roboto, sans-serif;
  font-size: 12px;
}
.t01 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.88px;
}
.t02 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.t03 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
}
.t04 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.t04b {
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.t05 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
}
.t05b {
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.t06 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 12px;
  line-height: 14px;
}
.t07 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.t08 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.t02b {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.t03b {
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
html,
body {
  height: 100%;
  width: 100%;
  min-width: fit-content;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: white;
}
/* Customize bootstrap. */

input,
select,
textarea,
.input-group,
.form-control {
  width: 379px;
  max-width: 379px;
  border: 1px solid #d6d4d3;
}
.form-group {
  margin-bottom: 12px;
}
.header {
  background-color: white;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo-main {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.header .logo-main .svg {
  fill: #acc9cb;
  display: block;
  margin: auto;
  width: 400px;
  height: 69px;
}
#footer {
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #efeded;
}
#footer .footer-content {
  width: 750px;
  margin: 0 auto;
  padding: 24px;
  color: #646c76;
}
#footer #disclaimer {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: #646c76;
}
#footer .footer-list {
  list-style: none;
  padding: 0;
  text-align: justify;
  margin-bottom: 21px;
  display: flex;
  justify-content: space-around;
  font-size: 16px;
}
#footer .footer-list li {
  display: inline-block;
}
#contentWrapper {
  min-height: calc(100% - 100px);
}
#contentWrapper .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 47px 80px 70px;
}
.forgot-wrapper {
  color: #646c76;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.form-group .selectClinicButton {
  font-size: 17px;
  font-weight: bold;
  width: 100%;
}
.page-title {
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.88px;
  text-align: center;
  margin-bottom: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #3c4855;
}
.login-page-content {
  max-width: 378px;
}
.login-page-content > div {
  text-align: center;
}
.cs-list-basic {
  list-style: none;
  padding-left: 0;
}
.login-action-button {
  margin-top: 40px;
}
.page-title-2 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #808285;
  margin-top: -15px;
  margin-bottom: 35px;
}
.h-content-divider {
  border-bottom: 1px solid #d6d4d3;
}
.forgot-password-separator {
  margin: 40px 0 32px 0;
}
#loginErrorSummary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#btnSelectClinic {
  margin-bottom: 40px;
}
.header ul.navbar-top {
  color: #c0bdbd;
  position: absolute;
  right: 36px;
  top: 12px;
  font-size: 29px;
  line-height: 29px;
  margin: 0;
  z-index: 100;
}
.header ul.navbar-top a,
.header ul.navbar-top a:hover,
.header ul.navbar-top a:active,
.header ul.navbar-top a:visited,
.header ul.navbar-top a:focus {
  text-decoration: none;
  background-color: transparent;
}
.header ul.navbar-top li {
  margin-right: 40px;
}
.header ul.navbar-top li a {
  padding: 0;
  line-height: 35px;
  color: #c0bdbd;
}
.header ul.navbar-top li li {
  margin: 0;
}
.header ul.navbar-top li:last-child {
  margin-right: 15px;
}
.header ul.navbar-top li li:last-child {
  margin-right: 0;
}
.header ul.navbar-top .user-name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-right: 34px;
  max-width: 270px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.header ul.navbar-top #icoMenuUserAvatar {
  font-size: 32px;
  margin-top: -5px;
}
.header ul.navbar-top span.cs.ico_cs_dropdown {
  margin-left: 10px;
  font-size: 14px;
}
.header ul.navbar-top #btnLanguageSelector .cs.ico_cs_language_US {
  font-size: 22px;
  margin-top: -3px;
}
.navbar-right {
  margin-right: 0;
  margin-top: 7px;
}
.header .navbar-top .dropdown-menu {
  background-color: rgba(53, 62, 71, 0.95);
  border: none;
  left: auto;
  right: 0;
  margin-right: -28px;
}
.header .navbar-top .dropdown-menu:after {
  border-bottom: 6px solid rgba(53, 62, 71, 0.95);
}
.field-validation-error {
  margin-top: 5px;
  display: inline-block;
}
.link {
  font-size: 16px;
  font-weight: 500;
  color: #648399;
  text-decoration: none;
  border-bottom: 2px solid #648399;
}
.link:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #646c76;
}
.error-link {
  font-size: 16px;
  font-weight: 500;
  color: #648399;
  text-decoration: none;
  border-bottom: 2px solid #648399;
  color: #c1272d;
  border-bottom: 2px solid #c1272d;
}
.error-link:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #646c76;
}
.error-link:hover {
  color: #e66165 !important;
  border-bottom: 2px solid #e66165;
}
.terms-and-conditions .section {
  margin: 10px 0;
}
.terms-and-conditions .section li {
  margin: 10px 0;
}
.terms-and-conditions .title {
  font-weight: bold;
  margin-right: 5px;
}
.footer-modal-overflow {
  margin: 0;
  padding: 0;
  min-height: 400px;
  height: 80vh;
  overflow: auto;
}
.footer-modal-body {
  padding: 24px 64px;
}
.modal-open.modal.modal-overflow-off {
  overflow-y: hidden;
}
#termsOfUsePage {
  padding: 36px 0 24px 0;
  width: 100%;
  min-width: 1000px;
  max-width: 1500px;
}
#termsOfUsePage .terms-and-conditions {
  height: 50px;
  margin-top: 30px;
}
.terms-wrapper {
  border-top: 1px solid #c0bdbd;
  border-bottom: 1px solid #c0bdbd;
  border-right: 1px solid #c0bdbd;
  font-weight: 500;
  color: #353e47;
}
.terms-wrapper .mCSB_draggerContainer {
  border-right: none;
}
.terms-wrapper > div {
  height: 550px;
  overflow-y: auto;
}
.terms-wrapper .section {
  margin: 10px 0;
}
.terms-wrapper .section li {
  margin: 10px 0;
}
.terms-acceptance {
  margin: 16px 0px 16px 0;
}
.terms-acceptance input {
  margin-right: 12px;
  vertical-align: top;
  top: -2px;
}
body.modal-open .modal[style]:not([style='display: none;']) {
  display: flex !important;
  height: 100%;
}
body.modal-open .modal[style]:not([style='display: none;']) .modal-dialog {
  margin: auto;
}
.inactiveLogoutModal,
.passwordExpirationModal {
  background: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22), 0 24px 24px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
  width: 786px;
  height: auto;
}
.inactiveLogoutModal .inactiveLogoutModalHeader,
.passwordExpirationModal .inactiveLogoutModalHeader,
.inactiveLogoutModal .passwordExpirationModalHeader,
.passwordExpirationModal .passwordExpirationModalHeader {
  background-color: oldlace;
  padding: 0;
  height: 78px;
}
.inactiveLogoutModal .inactiveLogoutModalHeader .inactiveLogoutModalHeadingText,
.passwordExpirationModal .inactiveLogoutModalHeader .inactiveLogoutModalHeadingText,
.inactiveLogoutModal .passwordExpirationModalHeader .inactiveLogoutModalHeadingText,
.passwordExpirationModal .passwordExpirationModalHeader .inactiveLogoutModalHeadingText,
.inactiveLogoutModal .inactiveLogoutModalHeader .passwordExpirationModalText,
.passwordExpirationModal .inactiveLogoutModalHeader .passwordExpirationModalText,
.inactiveLogoutModal .passwordExpirationModalHeader .passwordExpirationModalText,
.passwordExpirationModal .passwordExpirationModalHeader .passwordExpirationModalText {
  font-weight: bold;
  color: #df7b06;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin-top: 23px;
  margin-left: 24px;
}
.inactiveLogoutModal .modal-body,
.passwordExpirationModal .modal-body {
  height: 184px;
  color: #353e47;
  padding: 0 !important;
}
.inactiveLogoutModal .button,
.passwordExpirationModal .button {
  width: 118px;
  height: 40px;
}
.modal-content {
  height: 328px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.modal-body {
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
}
.modal-body .modal-title {
  margin-left: 24px;
}
.modal-body p {
  padding: 0px;
  margin-top: 48px;
  text-align: left;
  margin-left: 116px;
}
.modal-body p span {
  display: block;
}
.modal-body p span:nth-child(2) {
  height: 8px;
}
.modal-backdrop {
  background: rgba(61, 71, 84, 0.6);
}
.modal-footer {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 66px;
}
.modal-footer button {
  width: 118px;
  height: 40px;
}
.email-sent-container {
  color: #3c4855;
  height: 600px;
  width: 70%;
  background: white;
  max-width: 1400px;
  min-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 36px;
}
.email-sent-container .separator {
  margin-top: 42px;
  margin-bottom: 42px;
  border-top: 2px solid #d6d4d3;
  width: 384px;
  display: flex;
  align-items: center;
}
.email-sent-container .content-wrapper {
  margin-top: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.email-sent-container .text-align-center {
  text-align: center;
  font-size: 18px;
}
.email-sent-container .links-wrapper {
  text-align: center;
}
.email-sent-container .sent-email-title {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 24px;
  background: #eff4f4;
  color: #3c4855;
}
.recover-data-container {
  color: #808285;
  height: 600px;
  width: 80%;
  background: white;
  margin: 80px auto;
  max-width: 1400px;
  min-width: 500px;
  display: flex;
  justify-content: center;
}
.recover-data-container .separator {
  margin-top: 42px;
  margin-bottom: 42px;
  border-top: 2px solid #d6d4d3;
}
.recover-data-container .content-wrapper {
  margin-top: 80px;
  width: 380px;
}
.recover-data-container p.show-password-token-expiration-message-container,
.recover-data-container p.recover-username-message-container,
.recover-data-container p.recover-password-message-container {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #646c76;
}
.recover-data-container p.show-password-token-expiration-message-container {
  margin-left: -29px;
  margin-right: -32px;
}
.recover-data-container p.recover-username-message-container {
  margin-left: -153px;
  margin-right: -183px;
}
.recover-data-container p.recover-password-message-container {
  margin-left: -153px;
  margin-right: -152px;
}
.recover-data-container .links-wrapper {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.recover-data-container .links-wrapper a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #648399;
  border-bottom: 3px solid #648399;
}
.recover-data-container .links-wrapper a:hover {
  text-decoration: none;
}
.changePasswordModal {
  background: white;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.22), 0 24px 24px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  width: 900px;
  height: auto;
}
.changePasswordModal .changePasswordModalHeader {
  background-color: #eff4f4;
  padding: 0;
  height: 78px;
}
.changePasswordModal .changePasswordModalHeader .changePasswordModalHeaderText {
  font-weight: bold;
  color: #648399;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin-top: 23px;
  margin-left: 32px;
}
.changePasswordModal .modal-content {
  height: 568px;
}
.changePasswordModal .modal-content .modal-body {
  height: 424px;
  padding: 0px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper {
  height: 224px;
  width: 660px;
  margin-top: 48px;
  margin-left: 116px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .firstWrapper {
  width: 234px;
  float: left;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .firstWrapper input[type='password'] {
  letter-spacing: 4px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .firstWrapper input {
  width: 316px;
  height: 40px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .firstWrapper label {
  float: left;
  margin-bottom: 8px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .firstWrapper .form-group {
  margin-bottom: 0;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .firstWrapper .form-group:not(:first-child) {
  margin-top: 48px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .secondaryWrapper {
  width: 310px;
  height: 152px;
  float: right;
  background: #eff4f4;
  padding: 16px 0px 22px 16px;
  display: flex;
  margin-top: 136px;
  flex-direction: column;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .secondaryWrapper label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3c4855;
  letter-spacing: -0.03px;
  align-self: flex-start;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .secondaryWrapper ul {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 400;
  color: #353e47;
  margin: 0;
  padding-left: 18px;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .secondaryWrapper ul li {
  list-style-type: none;
  position: relative;
}
.changePasswordModal .modal-content .modal-body .mainWrapper .secondaryWrapper ul li::before {
  content: "\2022";
  color: #353e47;
  width: 2em;
  position: absolute;
  font-size: 1em;
  left: -12px;
}
.passwordExpirationMainPagePlaceholder {
  height: 200px;
}
.createNewPasswordHeading {
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.88px;
  color: #3c4855;
  text-align: center;
}
.createNewPasswordLabel {
  font-size: 18px;
  line-height: 22px;
  color: #646c76;
  margin-top: 20px;
  font-size: 18px !important;
}
.createNewPasswordMainWrapper {
  height: 195px;
  width: 750px;
  margin-top: 36px;
  margin-bottom: 298px;
}
.createNewPasswordMainWrapper .firstWrapper {
  width: 234px;
  float: left;
}
.createNewPasswordMainWrapper .firstWrapper input {
  height: 40px;
}
.createNewPasswordMainWrapper .firstWrapper label {
  float: left;
  margin-bottom: 8px;
}
.createNewPasswordMainWrapper .firstWrapper .form-group {
  margin-bottom: 13px;
}
.createNewPasswordMainWrapper .firstWrapper input[type='password'] {
  letter-spacing: 4px;
}
.createNewPasswordMainWrapper .secondaryWrapper {
  width: 330px;
  height: 152px;
  float: right;
  background: #eff4f4;
  padding: 16px 0px 22px 16px;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}
.createNewPasswordMainWrapper .secondaryWrapper label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #3c4855;
  letter-spacing: -0.03px;
  align-self: flex-start;
}
.createNewPasswordMainWrapper .secondaryWrapper ul {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  font-weight: 400;
  color: #353e47;
  margin: 0;
  padding: 0;
}
.createNewPasswordMainWrapper .secondaryWrapper ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
}
.createNewPasswordMainWrapper .secondaryWrapper ul li::before {
  content: "\2022";
  color: #353e47;
  width: 2em;
  position: absolute;
  font-size: 1em;
  left: -12px;
}
.createNewPasswordMainWrapper .tokenErrorWrapper {
  text-align: center;
  width: 378px;
  padding-bottom: 5px;
}
.createNewPasswordMainWrapper .bottomWrapper,
.createNewPasswordMainWrapper .tokenWrapper {
  clear: both;
}
.createNewPasswordMainWrapper .bottomWrapper #createPasswordBtnIdentifier,
.createNewPasswordMainWrapper .tokenWrapper #createPasswordBtnIdentifier {
  margin-top: 64px;
}
.red-bullets::before {
  color: #c1272d !important;
}
.red-text {
  color: #c1272d !important;
  font-weight: bold;
}
.createPasswordBtn {
  width: 378px;
  float: left;
}
#supportedBrowserModalIdentifier {
  margin-bottom: 50px;
  margin-top: -20px;
  padding: 15px 0;
  background-color: #eff4f4;
  font-size: 16px;
  width: 80%;
  text-align: center;
}
#supportedBrowserModalIdentifier .supportedBrowserModalWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#supportedBrowserModalIdentifier .supportedBrowserModalWrap ul {
  margin-bottom: 0px;
}
#supportedBrowserModalIdentifier .supportedBrowserModalWrap ul li {
  list-style-type: none;
  margin: 4px 0 0 -30px;
}
.error-modal {
  width: 379px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f3d4d5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffebec;
  color: #c1272d;
  font-weight: bold;
  margin-bottom: 37px;
  font-size: 16px;
}
.error-modal ul {
  padding: 0;
  width: 100%;
  list-style-type: none;
}
.error-modal li {
  text-align: center;
  margin-top: 5px;
}
.error-modal li a {
  color: #c73333 !important;
  font-weight: bold !important;
}
#declinedTermsOfUseModal .declinedTermsOfUseModal_Header {
  font-size: 16px;
  letter-spacing: 0;
  width: 828px;
  background: rgba(255, 174, 71, 0.95);
  display: flex;
  align-items: center;
  padding: 0px;
  border: none;
}
#declinedTermsOfUseModal .modal-dialog {
  width: 828px;
  border-radius: 6px;
  box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.17);
}
#declinedTermsOfUseModal .declinedTermsOfUseModalHeader_Text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: black;
  margin-left: 28px;
  width: 673px;
  white-space: pre-line;
  padding-top: 16px;
  padding-bottom: 16px;
}
#declinedTermsOfUseModal .declinedTermsOfUseModalHeader_Text .cs {
  margin-top: 17px !important;
  margin-bottom: 35px !important;
}
#declinedTermsOfUseModal .modal-content {
  height: auto;
}
.modal-wrap {
  position: relative;
  width: 100%;
  height: 120px;
}
.modal_positionAbsolute {
  position: absolute !important;
}
.recover-a-underline {
  color: #648399;
  border-bottom: 2px solid #648399;
  font-size: 18px;
}
.recover-a-underline-login {
  color: #648399;
  border-bottom: 2px solid #648399;
  font-size: 16px;
}
.order-assure-btn-login {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  height: 72px;
  border: 1px solid #648399;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 70px;
}
.order-assure-btn-login a {
  text-decoration: none;
}
.order-assure-btn-login span {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  padding-bottom: 1px;
  /* identical to box height, or 125% */
  display: inline-block;
  font-feature-settings: 'liga' off;
  /* Action Primary/Blue3 */
  color: #648399;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  margin-left: 12px;
  text-decoration: none;
  border-bottom: 2px solid #648399;
}
.order-assure-btn-login img {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}
.ico_cs_cancel {
  font-size: 13.5px;
}

