/*!
 * Risk View&trade; Commercial v19.2.0-RELEASE
 * Copyright 2025 Change Healthcare LLC and/or one of its
			subsidiaries
 */
/**
 * Declares Optum's font family styles
 */
@font-face {
  font-family: "Enterprise Sans VF";
  font-style: normal;
  src: url(../fonts/enterprise-sans-vf-regular-e4788330903b40c6bc59394d97a2b598.woff2) format("woff2");
}
@font-face {
  font-family: "Enterprise Sans VF";
  font-style: italic;
  src: url(../fonts/enterprise-sans-vf-italic-ed40479fcc86a1c755170b6defe6c478.woff2) format("woff2");
}
legend {
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0.25em 0;
}

sup {
  top: -0.3em;
}

.help-block {
  min-height: 15px;
}

.well {
  box-shadow: none;
}

.lead {
  font-size: 16px;
}

.btn:active, .btn:focus, .btn:hover, .btn:visited {
  outline: none;
  box-shadow: none;
}
.btn .fa {
  font-size: 13px;
}
.btn-emphasized {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(15, 15, 89);
  background-color: rgba(76, 198, 255, 0.7);
  font-weight: 600;
}
.btn-emphasized:hover {
  background-color: rgba(76, 198, 255, 0.3);
}
.btn-emphasized:active, .btn-emphasized.active {
  color: rgb(15, 15, 89);
  background-color: rgb(76, 198, 255);
}
.btn-emphasized:focus {
  color: rgb(15, 15, 89);
}
.btn-emphasized .badge {
  color: rgb(76, 198, 255);
  background-color: rgb(15, 15, 89);
}
.btn-emphasized.disabled {
  color: rgb(50, 51, 52);
}
.btn-standard {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(255, 255, 255);
  background-color: rgb(50, 51, 52);
}
.input-group .btn-standard {
  border-color: rgb(50, 51, 52) !important;
}
.input-group .btn-standard.btn[disabled] {
  border-color: #b3b3b3 !important;
}
.input-group .btn-standard:hover {
  border-color: rgb(203, 204, 205) !important;
}
.btn-standard:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(203, 204, 205);
}
.btn-standard:active, .btn-standard.active {
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 26);
}
.btn-standard:focus {
  color: rgb(255, 255, 255);
}
.btn-standard .badge {
  color: rgb(50, 51, 52);
  background-color: rgb(255, 255, 255);
}
.btn-standard.disabled {
  color: rgb(146, 148, 150);
}
.btn-destroy {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(255, 255, 255);
  background-color: rgb(216, 64, 64);
}
.input-group .btn-destroy {
  border-color: rgb(216, 64, 64) !important;
}
.input-group .btn-destroy.btn[disabled] {
  border-color: #b3b3b3 !important;
}
.input-group .btn-destroy:hover {
  border-color: rgb(203, 204, 205) !important;
}
.btn-destroy:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(203, 204, 205);
}
.btn-destroy:active, .btn-destroy.active {
  color: rgb(255, 255, 255);
  background-color: rgb(216, 64, 64);
}
.btn-destroy:focus {
  color: rgb(255, 255, 255);
}
.btn-destroy .badge {
  color: rgb(216, 64, 64);
  background-color: rgb(255, 255, 255);
}
.btn-link {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: #3f4041;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
}
.btn-link:focus, .btn-link.focus {
  color: #3f4041;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:hover {
  color: #3f4041;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}
.btn-link:active, .btn-link.active,
.btn-link .open > .dropdown-toggle {
  color: #3f4041;
  background-color: rgba(0, 0, 0, 0);
  border-color: transparent;
}
.btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus,
.btn-link .open > .dropdown-toggle:hover,
.btn-link .open > .dropdown-toggle:focus,
.btn-link .open > .dropdown-toggle.focus {
  color: #3f4041;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-link:active, .btn-link.active,
.btn-link .open > .dropdown-toggle {
  background-image: none;
}
.btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn-link .badge {
  color: transparent;
  background-color: #3f4041;
}
.btn-default {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(50, 51, 52);
  background-color: rgb(255, 255, 255);
  border-color: rgb(50, 51, 52);
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
}
.btn-default:focus, .btn-default.focus {
  color: rgb(50, 51, 52);
  background-color: #e6e6e6;
  border-color: #232424;
}
.btn-default:hover {
  color: rgb(50, 51, 52);
  background-color: #e6e6e6;
  border-color: rgb(50, 51, 52);
}
.btn-default:active, .btn-default.active,
.btn-default .open > .dropdown-toggle {
  color: rgb(50, 51, 52);
  background-color: #e6e6e6;
  border-color: rgb(50, 51, 52);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.btn-default .open > .dropdown-toggle:hover,
.btn-default .open > .dropdown-toggle:focus,
.btn-default .open > .dropdown-toggle.focus {
  color: rgb(50, 51, 52);
  background-color: #d4d4d4;
  border-color: #232424;
}
.btn-default:active, .btn-default.active,
.btn-default .open > .dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: rgb(255, 255, 255);
  border-color: rgb(50, 51, 52);
}
.btn-default .badge {
  color: rgb(255, 255, 255);
  background-color: rgb(50, 51, 52);
}
.btn-default:hover, .btn-default:focus {
  background-color: #e8e8e8;
  background-position: 0 -15px;
}
.btn-default:active, .btn-default.active {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #e8e8e8;
  background-image: none;
  border-color: #bdc3c5;
}
.btn-primary {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(50, 51, 52);
  background-color: rgb(76, 198, 255);
  border-color: rgb(76, 198, 255);
}
.btn-primary:focus, .btn-primary.focus {
  color: rgb(50, 51, 52);
  background-color: #19b6ff;
  border-color: #2dbcff;
}
.btn-primary:hover {
  color: rgb(50, 51, 52);
  background-color: #19b6ff;
  border-color: rgb(76, 198, 255);
}
.btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle {
  color: rgb(50, 51, 52);
  background-color: #19b6ff;
  border-color: rgb(76, 198, 255);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.btn-primary .open > .dropdown-toggle:hover,
.btn-primary .open > .dropdown-toggle:focus,
.btn-primary .open > .dropdown-toggle.focus {
  color: rgb(50, 51, 52);
  background-color: #00a7f4;
  border-color: #2dbcff;
}
.btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(76, 198, 255);
  border-color: rgb(76, 198, 255);
}
.btn-primary .badge {
  color: rgb(76, 198, 255);
  background-color: rgb(50, 51, 52);
}
.btn-success {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(255, 255, 255);
  background-color: rgb(68, 173, 0);
  border-color: rgb(68, 173, 0);
}
.btn-success:focus, .btn-success.focus {
  color: rgb(255, 255, 255);
  background-color: #307a00;
  border-color: #388e00;
}
.btn-success:hover {
  color: rgb(255, 255, 255);
  background-color: #307a00;
  border-color: rgb(68, 173, 0);
}
.btn-success:active, .btn-success.active,
.btn-success .open > .dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #307a00;
  border-color: rgb(68, 173, 0);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.btn-success .open > .dropdown-toggle:hover,
.btn-success .open > .dropdown-toggle:focus,
.btn-success .open > .dropdown-toggle.focus {
  color: rgb(255, 255, 255);
  background-color: #225600;
  border-color: #388e00;
}
.btn-success:active, .btn-success.active,
.btn-success .open > .dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: rgb(68, 173, 0);
  border-color: rgb(68, 173, 0);
}
.btn-success .badge {
  color: rgb(68, 173, 0);
  background-color: rgb(255, 255, 255);
}
.btn-warning {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}
.btn-warning:focus, .btn-warning.focus {
  color: rgb(255, 255, 255);
  background-color: #d39e00;
  border-color: #e7ae00;
}
.btn-warning:hover {
  color: rgb(255, 255, 255);
  background-color: #d39e00;
  border-color: rgb(255, 193, 7);
}
.btn-warning:active, .btn-warning.active,
.btn-warning .open > .dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #d39e00;
  border-color: rgb(255, 193, 7);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.btn-warning .open > .dropdown-toggle:hover,
.btn-warning .open > .dropdown-toggle:focus,
.btn-warning .open > .dropdown-toggle.focus {
  color: rgb(255, 255, 255);
  background-color: #af8300;
  border-color: #e7ae00;
}
.btn-warning:active, .btn-warning.active,
.btn-warning .open > .dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
}
.btn-warning .badge {
  color: rgb(255, 193, 7);
  background-color: rgb(255, 255, 255);
}
.btn-danger {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(255, 255, 255);
  background-color: rgb(216, 64, 64);
  border-color: rgb(216, 64, 64);
}
.btn-danger:focus, .btn-danger.focus {
  color: rgb(255, 255, 255);
  background-color: #be2727;
  border-color: #cf2a2a;
}
.btn-danger:hover {
  color: rgb(255, 255, 255);
  background-color: #be2727;
  border-color: rgb(216, 64, 64);
}
.btn-danger:active, .btn-danger.active,
.btn-danger .open > .dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #be2727;
  border-color: rgb(216, 64, 64);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.btn-danger .open > .dropdown-toggle:hover,
.btn-danger .open > .dropdown-toggle:focus,
.btn-danger .open > .dropdown-toggle.focus {
  color: rgb(255, 255, 255);
  background-color: #a12121;
  border-color: #cf2a2a;
}
.btn-danger:active, .btn-danger.active,
.btn-danger .open > .dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: rgb(216, 64, 64);
  border-color: rgb(216, 64, 64);
}
.btn-danger .badge {
  color: rgb(216, 64, 64);
  background-color: rgb(255, 255, 255);
}
.btn-active {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(15, 15, 89);
  background-color: rgb(231, 237, 244);
  border-color: rgb(207, 220, 233);
}
.btn-active:focus, .btn-active.focus {
  color: rgb(15, 15, 89);
  background-color: #c4d3e4;
  border-color: #bacddf;
}
.btn-active:hover {
  color: rgb(15, 15, 89);
  background-color: #c4d3e4;
  border-color: rgb(207, 220, 233);
}
.btn-active:active, .btn-active.active,
.btn-active .open > .dropdown-toggle {
  color: rgb(15, 15, 89);
  background-color: #c4d3e4;
  border-color: rgb(207, 220, 233);
}
.btn-active:active:hover, .btn-active:active:focus, .btn-active:active.focus, .btn-active.active:hover, .btn-active.active:focus, .btn-active.active.focus,
.btn-active .open > .dropdown-toggle:hover,
.btn-active .open > .dropdown-toggle:focus,
.btn-active .open > .dropdown-toggle.focus {
  color: rgb(15, 15, 89);
  background-color: #acc0d9;
  border-color: #bacddf;
}
.btn-active:active, .btn-active.active,
.btn-active .open > .dropdown-toggle {
  background-image: none;
}
.btn-active.disabled:hover, .btn-active.disabled:focus, .btn-active.disabled.focus, .btn-active[disabled]:hover, .btn-active[disabled]:focus, .btn-active[disabled].focus, fieldset[disabled] .btn-active:hover, fieldset[disabled] .btn-active:focus, fieldset[disabled] .btn-active.focus {
  background-color: rgb(231, 237, 244);
  border-color: rgb(207, 220, 233);
}
.btn-active .badge {
  color: rgb(231, 237, 244);
  background-color: rgb(15, 15, 89);
}
.btn-outlined {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(50, 51, 52);
  background-color: transparent;
  border-color: rgb(50, 51, 52);
  border-width: 2px;
}
.btn-outlined:focus, .btn-outlined.focus {
  color: rgb(50, 51, 52);
  background-color: rgba(0, 0, 0, 0);
  border-color: #232424;
}
.btn-outlined:hover {
  color: rgb(50, 51, 52);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(50, 51, 52);
}
.btn-outlined:active, .btn-outlined.active,
.btn-outlined .open > .dropdown-toggle {
  color: rgb(50, 51, 52);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(50, 51, 52);
}
.btn-outlined:active:hover, .btn-outlined:active:focus, .btn-outlined:active.focus, .btn-outlined.active:hover, .btn-outlined.active:focus, .btn-outlined.active.focus,
.btn-outlined .open > .dropdown-toggle:hover,
.btn-outlined .open > .dropdown-toggle:focus,
.btn-outlined .open > .dropdown-toggle.focus {
  color: rgb(50, 51, 52);
  background-color: rgba(0, 0, 0, 0);
  border-color: #232424;
}
.btn-outlined:active, .btn-outlined.active,
.btn-outlined .open > .dropdown-toggle {
  background-image: none;
}
.btn-outlined.disabled:hover, .btn-outlined.disabled:focus, .btn-outlined.disabled.focus, .btn-outlined[disabled]:hover, .btn-outlined[disabled]:focus, .btn-outlined[disabled].focus, fieldset[disabled] .btn-outlined:hover, fieldset[disabled] .btn-outlined:focus, fieldset[disabled] .btn-outlined.focus {
  background-color: transparent;
  border-color: rgb(50, 51, 52);
}
.btn-outlined .badge {
  color: transparent;
  background-color: rgb(50, 51, 52);
}
.btn-outlined-light {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.65px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-width: 2px;
}
.btn-outlined-light:focus, .btn-outlined-light.focus {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: #f0f0f0;
}
.btn-outlined-light:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
}
.btn-outlined-light:active, .btn-outlined-light.active,
.btn-outlined-light .open > .dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
}
.btn-outlined-light:active:hover, .btn-outlined-light:active:focus, .btn-outlined-light:active.focus, .btn-outlined-light.active:hover, .btn-outlined-light.active:focus, .btn-outlined-light.active.focus,
.btn-outlined-light .open > .dropdown-toggle:hover,
.btn-outlined-light .open > .dropdown-toggle:focus,
.btn-outlined-light .open > .dropdown-toggle.focus {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: #f0f0f0;
}
.btn-outlined-light:active, .btn-outlined-light.active,
.btn-outlined-light .open > .dropdown-toggle {
  background-image: none;
}
.btn-outlined-light.disabled:hover, .btn-outlined-light.disabled:focus, .btn-outlined-light.disabled.focus, .btn-outlined-light[disabled]:hover, .btn-outlined-light[disabled]:focus, .btn-outlined-light[disabled].focus, fieldset[disabled] .btn-outlined-light:hover, fieldset[disabled] .btn-outlined-light:focus, fieldset[disabled] .btn-outlined-light.focus {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
}
.btn-outlined-light .badge {
  color: transparent;
  background-color: rgb(255, 255, 255);
}
.btn-sm {
  font-size: 11px;
}
.btn-lg {
  font-size: 16px;
}

a.btn.disabled,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] a.btn,
button[disabled].btn {
  opacity: 0.33;
  pointer-events: none;
}

table .btn {
  padding: inherit;
}

.input-group-addon {
  border-color: #a2aaad;
}

.input-group .btn {
  padding: 7px 14px;
  border-color: #a2aaad;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-weight: 400;
}

h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small {
  text-shadow: none;
}

.dropdown-menu {
  font-size: inherit;
}

ul.form-control-static {
  list-style-type: none;
  padding-left: initial;
}

.alert {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-info {
  color: #545556;
  border-color: #97e2ff;
  background-color: rgb(202, 240, 255);
}
.alert-info button.close {
  color: #545556;
}
.alert-success {
  color: #207514;
  border-color: #b3d6ae;
  background-color: #d3e7d0;
}
.alert-success button.close {
  color: #207514;
}
.alert-warning {
  color: #a07800;
  border-color: #ffdd83;
  background-color: rgb(255, 235, 182);
}
.alert-warning button.close {
  color: #a07800;
}
.alert-danger {
  color: #be2727;
  border-color: #ec9a9a;
  background-color: rgb(244, 197, 197);
}
.alert-danger button.close {
  color: #be2727;
}

.bg-info {
  background-color: rgb(229, 248, 255);
}
.bg-success {
  background-color: #d3e7d0;
}
.bg-warning {
  background-color: rgb(255, 245, 219);
}
.bg-danger {
  background-color: rgb(250, 226, 226);
}

.popover-content {
  overflow: auto;
}
.popover-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popover-content ul li {
  margin-bottom: 5px;
}
.popover-content ul li:last-child {
  margin-bottom: 0;
}

h3.popover-title,
h3.panel-title,
.h3.popover-title,
.h3.panel-title {
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

.form-control {
  font-size: 13px;
  color: rgb(50, 51, 52);
  border-color: #a2aaad;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.form-control:focus, .form-control[disabled], .form-control[readonly] {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: rgb(162, 170, 173);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.form-control[disabled], .form-control[readonly] {
  border-color: #bdc3c5;
}
.form-control[disabled] {
  color: #bdc3c5;
  pointer-events: none;
}

.panel.panel-default > .panel-heading,
.panel.panel-default > .panel-footer {
  padding: 5px 10px;
}
.panel.panel-default > .panel-heading {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
}
.panel.rvc-panel {
  border-color: #a2aaad;
  max-height: 200px;
  overflow-y: auto;
  margin-bottom: 0;
}
.panel.rvc-panel.rvc-panel-lg {
  height: 200px;
}
.panel.rvc-panel .panel-body {
  padding-top: 5px;
}
.panel.rvc-panel .checkbox.disabled {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
}
.panel.panel-condensed .form-group {
  margin-bottom: 0;
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: rgb(57, 131, 114);
  color: rgb(57, 131, 114);
}

.has-warning .form-control,
.has-warning .form-control:focus {
  border-color: rgb(240, 195, 25);
  color: rgb(240, 195, 25);
}

.has-error .form-control,
.has-error .form-control:focus {
  border-color: rgb(173, 27, 6);
  color: rgb(173, 27, 6);
}

div.tooltip {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  transition: opacity 300ms, transform 300ms;
  transform: translateX(0) translateY(0) translateZ(0);
  transform-style: preserve-3d;
  opacity: 0;
}
div.tooltip.in {
  transform: translateX(0) translateY(-8px) translateZ(0);
  opacity: 1;
}
div.tooltip.top .tooltip-arrow {
  border-top-color: rgb(50, 51, 52);
}
div.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgb(50, 51, 52);
}
div.tooltip.right .tooltip-arrow {
  border-right-color: rgb(50, 51, 52);
}
div.tooltip.left .tooltip-arrow {
  border-left-color: rgb(50, 51, 52);
}

div.tooltip-inner {
  border-radius: 0;
  background-color: rgb(50, 51, 52);
  padding: 5px;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.table {
  background-color: rgb(255, 255, 255);
}

.table > thead > tr > th {
  font-weight: 600;
  vertical-align: bottom;
}

.navbar-collapse {
  padding-left: 0;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 5px;
  }
}
.nav-pills li {
  white-space: nowrap;
}
.nav-pills li a {
  border: 1px solid transparent;
  border-radius: 0;
}
.nav-pills li a:hover {
  border-color: #ddd;
}

.nav .open > a {
  border-color: #ccc;
}
.nav .open > a:hover, .nav .open > a:focus {
  border-color: #ccc;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: rgb(15, 15, 89);
}

.nav-tabs {
  margin-bottom: 1em;
}
.nav-tabs > li > a {
  border-top: 3px solid transparent;
  color: rgb(15, 15, 89);
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #eee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  font-weight: 600;
  border-top: 3px solid rgb(15, 15, 89);
  color: inherit;
}

.list-group-item {
  padding: 0 15px;
}
.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
.modal-header .close {
  margin-top: initial;
}
.modal-header .modal-title {
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  color: rgb(15, 15, 89);
}
.modal-header .modal-title strong {
  font-weight: 500;
}

.modal-footer {
  display: flex;
  border: none;
  background-color: rgb(255, 255, 255);
}
.modal-footer > * {
  flex: 1 1 auto;
}
.modal-footer > div:first-child {
  text-align: left;
}
.modal-footer > div:last-child {
  text-align: right;
}

.modal .modal-body .form-buttons {
  margin-top: 15px;
}
.modal .modal-body .form-buttons button {
  margin: 0 2px;
}
.modal .modal-body .form-buttons button:first-child {
  margin-left: initial;
}
.modal .modal-body .form-buttons button:last-child {
  margin-right: initial;
}
.modal.fade .modal-dialog {
  transform: scale(1);
  opacity: 0;
  transition: all 200ms;
}
.modal.fade.in .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.no-scroll {
  overflow: hidden;
  padding-left: 0 !important;
}
.modal .modal-dialog {
  margin: 15px auto;
}
.modal .modal-dialog.modal-lg {
  width: 98vw;
}
.modal .modal-dialog.modal-lg div.modal-body {
  height: 85vh;
}

.modal-backdrop {
  background: #b5bdc8;
  background: radial-gradient(ellipse at center, #b5bdc8 0%, #828c95 36%, #28343b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5bdc8", endColorstr="#28343b", GradientType=1);
}
.modal-backdrop.in {
  opacity: 0.65;
}
.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.loading-indicator {
  width: 35px;
  height: 35px;
  background: transparent no-repeat url(../images/loading-indicator-a1c0df5fb73a1ed7d60ca30e3b1af07c.svg);
  background-size: contain;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 200ms;
}
.loading-indicator.inactive {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 200ms, opacity 200ms;
}
.loading-indicator-lg {
  width: 100px;
  height: 100px;
  background: transparent no-repeat url(../images/loading-indicator-a1c0df5fb73a1ed7d60ca30e3b1af07c.svg);
  background-size: contain;
}
body {
  overflow: hidden;
  font-family: "Enterprise Sans VF", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 13px;
  color: rgb(25, 25, 26);
}

option {
  white-space: initial;
}

a {
  color: rgb(15, 15, 89);
}
a:hover {
  color: rgb(15, 15, 89);
}
a:active {
  color: rgb(15, 15, 89);
}
a:visited {
  color: rgb(15, 15, 89);
}

span.fa-caret-down {
  margin-top: 4px;
}

.placeholder > i {
  color: rgb(15, 15, 89);
}

.rvc-fade {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.rvc-fade:hover {
  opacity: 0.75;
}

table {
  font-size: 12px;
}

.page-header {
  margin: 0.95em 0 0.5em 0;
}

#interstitial {
  display: none;
}

.page-header,
.navbar-header {
  font-weight: 400;
  color: rgb(15, 15, 89);
}

#pagination > div,
table .detail-panel {
  display: none;
}

#pagination-meta {
  text-align: center;
  margin-bottom: 10px;
}

.navbar-pagination {
  text-align: center;
  margin-bottom: 0;
  border: none;
}
.navbar-pagination form.btn-group div.input-group {
  display: table-cell;
}
.navbar-pagination form.btn-group div.input-group input[name=page] {
  width: 70px;
}
.navbar-pagination button.disabled {
  color: #b3b3b3;
  pointer-events: none;
}

.report-legend {
  margin: 0;
}

.report-menu {
  height: 30px;
  margin-bottom: 0.8em;
}

.dropdown-menu {
  z-index: 1250;
  border-radius: 0;
}
.dropdown-menu .options-wrapper {
  width: 350px;
  padding: 1em 1.5em;
}
.dropdown-menu .options-wrapper.bound {
  min-height: 300px;
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-menu .options-wrapper .input-group-addon {
  cursor: pointer;
}
.dropdown-menu .options-buttons {
  padding: 0 0.7em 0.3em 0;
}
.dropdown-menu .options-buttons button {
  margin-left: 0.3em;
}
.dropdown-menu .checkbox, .dropdown-menu .radio {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

#content.scroller .report-menu {
  margin-bottom: 0;
}

.sortable-ghost {
  opacity: 0.4;
}

#custom-report-column-list li {
  cursor: move;
}
#custom-report-column-list li:hover, #custom-report-column-list li:active {
  background-color: rgb(231, 237, 244);
}

div.modal .list-group {
  box-shadow: none;
}
div.modal .list-group label {
  font-size: 13px;
}

#shared-modal .list-group,
.generated-modal .list-group {
  margin-bottom: 0;
}
#shared-modal div.modal-body div.drilldown div.tab-content,
.generated-modal div.modal-body div.drilldown div.tab-content {
  overflow: hidden;
  overflow-y: auto;
}
#shared-modal div.modal-body div.drilldown div.tab-content.tabbed,
.generated-modal div.modal-body div.drilldown div.tab-content.tabbed {
  height: 76vh;
}
#shared-modal div.modal-body div.drilldown div.tab-content.stacked,
.generated-modal div.modal-body div.drilldown div.tab-content.stacked {
  height: 81vh;
}
#shared-modal div.modal-body .table-container,
.generated-modal div.modal-body .table-container {
  padding: 0;
}
#shared-modal div.modal-body .padded,
.generated-modal div.modal-body .padded {
  padding: 1em;
}
#shared-modal div.modal-body .dropdown-menu .options-wrapper,
.generated-modal div.modal-body .dropdown-menu .options-wrapper {
  padding: 1em 2.5em;
}
#shared-modal div.modal-body .dropdown-menu .options-wrapper .checkbox, #shared-modal div.modal-body .dropdown-menu .options-wrapper .radio,
.generated-modal div.modal-body .dropdown-menu .options-wrapper .checkbox,
.generated-modal div.modal-body .dropdown-menu .options-wrapper .radio {
  margin-top: 0;
  margin-bottom: 0;
}
#shared-modal div.modal-body .dropdown-menu .options-wrapper .checkbox label, #shared-modal div.modal-body .dropdown-menu .options-wrapper .radio label,
.generated-modal div.modal-body .dropdown-menu .options-wrapper .checkbox label,
.generated-modal div.modal-body .dropdown-menu .options-wrapper .radio label {
  padding-left: 0;
}
.flex {
  display: flex;
  align-items: stretch;
}
div.condensed fieldset {
  margin-top: 10px;
}
div.condensed fieldset:first-child {
  margin-top: 0;
}
div.condensed fieldset legend {
  margin-bottom: 10px;
}
div.condensed .form-group {
  margin-bottom: 5px;
}
#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #fff;
}
#app #header {
  display: flex;
  flex-basis: 50px;
}
#app #main-content {
  display: flex;
}
#app #main-content > * {
  height: calc(100vh - 50px - 50px);
}
#app #main-content #side-menu {
  flex-basis: 250px;
  min-width: 250px;
  overflow: hidden;
  overflow-y: auto;
  transition: margin ease-in 200ms;
  transition: margin ease-out 200ms;
}
#app #main-content main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 500px;
  overflow: hidden;
  overflow-y: auto;
}
#app #main-content main #content {
  flex-grow: 1;
}
#app footer {
  flex-basis: 50px;
}
#header {
  align-items: center;
  background-color: rgb(15, 15, 89);
  border: none;
  margin: 0;
  color: #8596a3;
}
#header .nav-group {
  display: flex;
  align-items: center;
}
#header .nav-group > * {
  white-space: nowrap;
}
#header .nav-group.status {
  flex-grow: 1;
  justify-content: flex-end;
  align-self: stretch;
  padding: 0 1.25em;
  overflow: hidden;
}
#header .nav-group.status > * {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header .nav-group.right {
  justify-content: flex-end;
  align-self: stretch;
}
#header .nav-group.right .fa {
  font-size: 13px;
}
#header .nav-group .nav-item {
  color: rgb(214, 218, 223);
}
#header .nav-group .nav-item > [role=button] {
  height: 50px;
  padding: 0 1.25em;
  padding-top: 16px;
  padding-bottom: 16px;
}
#header .nav-group .nav-item > [role=button]:hover {
  background-color: #35618b;
  color: rgb(255, 255, 255);
  outline: none;
}
#header .nav-group .nav-item > a[role=button] {
  color: rgb(214, 218, 223);
  text-decoration: none;
}
#header .nav-group .nav-item.open, #header .nav-group .nav-item.open:hover {
  background-color: #ebe9f1;
  color: rgb(50, 51, 52);
}
#header .nav-group .nav-item-list {
  border-top: none;
  margin-top: 0;
  right: -1px;
}
#header .nav-group .nav-item-list.full-width {
  left: -1px;
}
#header .spaced {
  margin: 0 1.25em;
}
#header .divider {
  height: 26px;
  min-width: 1px;
  border-left: 1px solid rgb(255, 255, 255);
}
#header .caps {
  text-transform: uppercase;
}
#header .menu {
  min-width: 50px;
  min-height: 50px;
  align-self: stretch;
  background-color: rgb(50, 51, 52);
  display: flex;
}
#header .menu > div {
  align-self: center;
  text-align: center;
  width: 100%;
  color: #f1f2f3;
}
#header .product-name {
  color: rgb(255, 255, 255);
  font-size: 11px;
  line-height: 1.3em;
}
#header .avatar-wrapper .avatar {
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 0 1px 4px rgb(25, 25, 26);
  background-color: rgb(255, 255, 255);
}
#header .avatar-wrapper .user-icon .avatar {
  position: relative;
  top: -6px;
}
#header .avatar-wrapper .user-dropdown-header {
  display: flex;
  padding: 1em;
}
#header .avatar-wrapper .user-dropdown-avatar {
  margin-right: 1em;
}
#header .avatar-wrapper .user-dropdown-title {
  flex: 1;
  align-self: center;
  font-weight: 700;
}
#header .avatar-wrapper .user-dropdown-email {
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 20rem;
}
#header .dropdown a {
  color: rgb(50, 51, 52);
  text-decoration: none;
}
#header .dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
  min-width: 200px;
  background-color: #ebe9f1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  padding: 0.75em 0;
  color: #37474f;
  right: 0;
  left: auto;
}
#header .dropdown-menu-form {
  padding: 1em;
}
#header .dropdown-divider {
  height: 1px;
  background-color: #c4d0da;
  margin: 0.375em 1.5em;
}
#header .dropdown-link {
  display: block;
  padding: 7px 1.5em;
  line-height: 1.4;
  text-decoration: none;
  color: rgb(50, 51, 52);
}
#header .dropdown-link:hover {
  background-color: #f7f5fd;
}
#header .dropdown-link.current {
  background-image: url(../images/black-circle-cf65bd26be7d64380d084ebc50af751c.svg);
  background-repeat: no-repeat;
  background-position: 6px 50%;
  background-size: 5px;
}
#header .dropdown.open .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-width: 0;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #ebe9f1;
  color: rgb(50, 51, 52);
}
#main-content .centered {
  display: flex;
  align-items: center;
}
#main-content .centered .notice {
  text-align: center;
  color: rgb(50, 51, 52);
}
#main-content .centered .notice > div {
  margin-top: 2em;
}
footer {
  display: flex;
  border-top: 1px solid #bcbec0;
}
footer > * {
  padding-top: 11px;
}
footer .healthcheck {
  padding-left: 1em;
}
footer .healthcheck button {
  margin-right: 1em;
}
footer .links {
  flex-grow: 1;
  text-align: right;
  padding-right: 1em;
}
#status {
  z-index: 10000;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  padding: 0;
  transition: top 800ms;
}
#status.active {
  top: 0;
  transition: top 400ms;
}
#status .alert {
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
}
body.loading #app #side-menu {
  display: none;
}
body.loading #app main {
  height: 100vh;
  background: transparent url(../images/logo-splash-dc397e44732cafdcc63f1cddd8c24144.png) no-repeat center center fixed;
  background-size: initial;
}
body.loading #app main > * {
  display: none;
}
body.loading #app footer {
  border-color: rgb(255, 255, 255);
}
body.expanded #app #main-content #side-menu {
  margin-left: -250px;
}
#debug-panel {
  z-index: 10000;
  overflow: hidden;
  padding-left: 0 !important;
}
#debug-panel .modal-body {
  height: 85vh;
}
#debug-panel .modal-body .tab-content {
  max-height: 75vh;
  overflow: hidden;
  overflow-y: auto;
}
#debug-panel .nav-tabs {
  margin-bottom: 1em;
}
#debug-panel .list-group {
  margin-bottom: 0;
}
#debug-panel .list-group-item {
  padding: 10px 15px;
}
#debug-panel .list-group-item > .badge {
  font-weight: 400;
  background-color: rgb(94, 138, 180);
  padding: 5px 10px;
}
#debug-panel code {
  font-size: 100%;
  color: rgb(216, 64, 64);
  background-color: #fcf2f2;
  line-height: 1.6;
  padding: 3px 0px;
  border-radius: 0;
}
@media print {
  #app {
    display: initial;
  }
  #app #header {
    display: none;
  }
  #app #main-content #side-menu {
    display: none;
  }
  #app #main-content main {
    border-left: none;
    width: initial;
    height: initial;
    margin: initial;
    padding: 1em;
  }
  #app footer {
    display: none;
  }
}

/*# sourceMappingURL=layout.css.map*/