﻿
:root {
    --streamline-blue: #5C88DA;
    --streamline-navy: #192f7c;
    --streamline-gray: #DEE2E6;
}

html {
    font-size: 14px;
}

a {
    /*text-decoration: none;*/
    color: var(--streamline-navy); /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1100px) {
    .search-input {
        max-width: 200px !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, .custom-select:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--streamline-navy);
}

.btn-primary,
.btn-outline-primary {
    border-color: var(--streamline-navy) !important; /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
    padding: 6px 8px;
}

    .btn-primary:hover,
    .btn-outline-primary:hover {
        background-color: var(--streamline-navy) !important; /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
        color: var(--bs-white);
    }

.btn-light:hover {
    background-color: var(--streamline-gray); /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
    color: var(--streamline-navy);
}

.btn-powerbi {
    padding: 3px 3px 3px 3px;
    border: none;
    margin: 0;
    position: relative;
    top: -2px;
    float: right;
    margin-right: 5px;
}

    .btn-powerbi img {
        position: relative;
        top: -3px;
    }

#pagination > div > div > a.btn, #pagination > div > div > button.btn {
    padding: 6px 10px;
    font-size: 12px;
}

#pagination > div > div > a.btn-default, #pagination > div > div > button.btn-default {
    border: none;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #F0F0F0;
}

.center-max {
    max-width: 1500px;
    margin: 0 auto;
}

#logo_icon {
    display: none;
}

#logo_title {
    display: block;
}

@media screen and (max-width: 865px) {
    #logo_icon {
        display: block;
    }

    #logo_title {
        display: none;
    }
}

#faq {
    opacity: 0;
    transition: all .75s ease;
    position: absolute;
    background-color: #fffefe;
    border: 2px solid #9b9cf7;
    width: 0px;
    height: 0px;
    float: right;
    border-radius: 7px;
    padding: 10px;
    right: 30px;
    top: 80px;
    overflow: hidden;
}

    #faq.show {
        opacity: 1;
        width: 350px;
        height: inherit;
    }

    #faq ul, #download_cntr ul {
        list-style: none;
        margin-left: -20px;
    }

.u-details {
    max-width: 1500px;
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

    .u-details.summarize {
        height: 70px;
        overflow: hidden;
    }


#cntct_br {
    display: none;
}

.top-section {
    padding: 30px;
    margin-left: 5px;
}

.mb-search {
    color: #4b99f0;
    text-decoration: none;
    font-size: 19px;
}


#table_grid {
    display: block;
}

#box_grid {
    display: none;
}

#user_sec {
    right: -130px;
    top: 20px;
}

    #user_sec .dropdown-menu {
        width: 260px;
    }

@media screen and (max-width: 1055px) {
    .u-details {
        width: 95%;
    }

    /* MAG-4631: Remove card view*/
    /*#table_grid {
      display: none;
    }
    #box_grid {
      display: block;
    } */
}

@media screen and (max-width: 855px) {
    .u-details {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #user_sec {
        right: -170px;
    }

    .dz-button {
        font-size: 14px !important;
    }

    .input-helper.npt {
        top: 26px;
    }
}

@media screen and (max-width: 555px) {
    #cntct_br {
        display: block;
    }
    /*#user_cntr {
        padding-top: 10px;
    }*/
    #faq_cntr {
        padding-top: 10px;
    }

    .mb-search {
        display: block;
    }

    .pagination-specs {
        display: none;
    }

    #user_sec {
        right: -44px;
        top: 30px;
    }
}


nav {
    background-color: var(--streamline-navy); /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
}

    nav a {
        text-decoration: none;
    }

.navbar, .upper-section, .u-content {
    padding-left: 25px;
    padding-right: 25px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-user, .nav-download {
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 5px 10px 7px 10px;
    background: none;
}

#contact_us_cntr {
    display: none;
    position: absolute;
    top: 60px;
    background: white;
    border: 1px solid #efd9d9;
    color: #333;
    border-radius: 4px;
    width: 360px;
    right: 135px;
}

#download_cntr {
    display: none;
    position: absolute;
    top: 60px;
    background: white;
    border: 1px solid #efd9d9;
    color: #333;
    border-radius: 4px;
    width: 500px;
    right: 30px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1021;
}

    #download_cntr ul li {
        padding-bottom: 5px;
    }

.table-main tbody tr:hover, .tr-expanded {
    background-color: #ececec;
}

.table-main tr {
    vertical-align: middle;
}

.tr-expanded {
    background-color: #f0f3fc;
    border-bottom: 0px solid #f0f3fc;
}

.tr-expanded2 {
    background-color: #ededed;
    border-bottom: 0px solid #ededed;
}


.detail-section {
    border-bottom: 1px solid #dedfe3;
    padding: 6px 10px 6px 20px;
    position: relative;
}

    .detail-section.top {
        margin-top: 10px;
        border-radius: 8px 8px 0px 0px;
        padding: 19px 10px 20px 20px;
    }

.mb-box {
    background: white;
    border-radius: 4px;
    padding: 13px;
    box-shadow: 2px 4px 8px -3px #d4c7c7;
    margin-bottom: 20px;
}

.export-row {
}

    .export-row .checkbox-wrapper {
        display: flex;
        align-items: center;
    }

/* #export_div:hover::before {
    content: "Pending Referrals are not included in Export";
    width: 320px;
    padding-top: 5px;
    font-weight: 200;
    color: #ff7e7e;
  } */
.order-icd-lookup-wrapper,
.body-part-modality-wrapper {
    position: absolute;
    background: white;
    border: 1px solid #d9dae8;
    z-index: 4;
    max-height: 225px;
    overflow-y: scroll;
    width: calc(100% - 10px);
    box-shadow: 0px 10px 23px -13px #333;
}

.input-helper {
    position: absolute;
    background: var(--streamline-navy); /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
    border-radius: 22px;
    font-size: 12px;
    padding: 3px 8px 3px 7px;
    color: #fff;
}

    .input-helper.npt {
        right: 24px;
        top: 32px;
    }

.input-helper-search {
    left: 5px;
    font-size: 12px;
    padding: 3px 8px 3px 7px;
    color: #192F7C;
    width: 12px;
    position: relative;
    top: 42px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.line-through {
    text-decoration: line-through;
}

@media screen and (max-width: 767px) {
    .input-helper.npt {
        top: 26px;
    }
}

#back_to_top {
    bottom: 100px;
    border-radius: 27px;
    background: var(--streamline-navy); /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
    padding: 4px 12px 4px 12px;
    position: fixed;
    cursor: pointer;
    right: 30px;
    color: #fff;
    font-size: 24px;
}

    #back_to_top:hover {
        background-color: #8ab0e7;
    }

/*
* General
*/
.display-none {
    display: none !important;
}

.toast-error {
    background-color: #BD362F !important;
    padding-left: 56px !important;
    color: #fff !important;
}

label, th {
    font-weight: 700;
    font-size: 14px;
}

.pos-rel {
    position: relative;
}

.sticky {
    position: sticky;
    top: 0px;
    overflow: visible;
}

.custom-select {
    display: inline-block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231b1e24' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #d9e4ec;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.inset {
    box-shadow: inset 8px 12px 26px -11px #000;
}

.field-validation-error {
    font-size: small;
}

.pointer {
    cursor: pointer;
}

.small-light {
    font-size: small;
    font-weight: 400;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

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

strong, .strong {
    font-weight: 800;
}

.thin {
    font-weight: 300;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-12 {
    font-size: 12px;
}

.home {
    color: #fff;
    background-color: var(--streamline-navy); /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
    padding: 6px;
    border-radius: 28px;
    font-size: 23px;
}

.justify-content-inherit {
    justify-content: inherit;
}

.height-18px {
    height: 18px;
}

.height-45px {
    height: 45px;
}

.height-400px {
    height: 400px;
}

.width-30px {
    width: 30px;
}

.width-50px {
    width: 50px;
}

.width-75px {
    width: 75px;
}

.width-100px {
    width: 100px;
}

.width-110px {
    width: 110px;
}

.width-120px {
    width: 120px;
}

.width-140px {
    width: 140px;
}

.width-150px {
    width: 150px;
}

.width-160px {
    width: 160px;
}

.width-200px {
    width: 200px;
}

.width-220px {
    width: 220px;
}

.width-300px {
    width: 300px;
}

.width-400px {
    width: 400px;
}

.width-100p {
    width: 100%;
}

.max-100px {
    max-width: 100px;
}

.max-150px {
    max-width: 150px;
}

.max-200px {
    max-width: 200px;
}

.max-300px {
    max-width: 300px;
}

.max-400px {
    max-width: 400px;
}

.max-500px {
    max-width: 500px;
}

.min-300px {
    min-width: 300px;
}

.width-100per {
    width: 100%;
}

.black {
    color: #000;
}

.blue {
    color: #258cfb;
}

.text-grey {
    color: #697284;
}

.text-faint-grey {
    color: #cdd1d8;
}

.text-code {
    color: #000;
    font-family: monospace;
}

.lime-green {
    color: #b1cd49;
}

.bg-lime-green {
    background-color: #b1cd49;
}

.bg-yellow {
    background-color: #eaf2cd;
}

.bg-color-bisque {
    background: bisque;
}

.white, a.white, a.white:hover {
    color: #ffffff;
}

.upper {
    text-transform: uppercase;
}

.hide {
    display: none !important;
}

.pill-inprogress {
    border: 1px solid #e5e1e6;
    background: #a6ce39;
    padding: 2px 7px 4px 7px;
    border-radius: 4px;
    color: #000;
}

.pill-pending {
    border: 1px solid #bdb6b6;
    background: #e5e1e6;
    padding: 2px 7px 4px 7px;
    border-radius: 4px;
    color: black;
}

.pill-complete {
    border: 1px solid #cdd0d3;
    background: #516fdb;
    padding: 2px 7px 4px 7px;
    border-radius: 4px;
    color: #fff;
}

    .pill-complete:hover {
        color: #ccc;
    }

/* Bootstrap standards */

.btn-primary, .btn-primary.active {
    background-color: var(--streamline-navy) !important; /* MAG-3110: Update the color of all headers, hyperlinks, and buttons in the UI to a new color (#192F7C) */
    border-color: #47638c;
    color: var(--bs-white);
}

    .btn-primary:hover {
        background: var(--streamline-navy) !important;
        border-color: var(--streamline-navy) !important;
        opacity: 0.9;
    }

th {
    border-bottom-color: #d2caca !important;
    color: #212529;
    font-size: 12px;
    font-weight: 700;
}

td {
    color: #000;
    font-size: small;
    font-weight: 400;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.row, .flexi {
    display: flex !important;
}

@media screen and (max-width: 555px) {
    .flexi {
        display: inherit;
    }

        .flexi input {
            width: 100%;
        }
}

.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    margin-bottom: 5px;
}

.btn-outline-primary {
    background-color: #ffffff;
    color: var(--streamline-navy);
}

.btn-outline-primary-rev {
    color: #ffffff;
    border-color: var(--streamline-navy);
    background-color: var(--streamline-navy);
}


/* FONT AWESOME GENERIC BEAT */
.fa-beat {
    animation: fa-beat 5s ease infinite;
    color: #adff21;
}

@keyframes fa-beat {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.25);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1);
    }

    35% {
        transform: scale(1.25);
    }

    50% {
        transform: scale(1);
    }

    55% {
        transform: scale(1.25);
    }

    70% {
        transform: scale(1);
    }
}

/* Document Download Styling updates */
#downloadWrapper,
#exporterWrapper {
    padding: 16px;
    align-items: stretch;
    z-index: 2;
}

    #downloadWrapper .card-body {
        height: 100% !important;
        max-height: 735px;
    }

.card-body-header {
    font-weight: 700;
    font-size: 14px;
}

.card-body-label {
    font-size: 12px;
    font-weight: 600;
    display: flex;
}

.card-body-btns {
    display: flex;
}

.btn-group-format {
    width: 130px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #757575;
    background: #FFF;
    align-self: stretch;
    font-size: 12px;
    font-weight: 500;
    word-wrap: break-word;
    display: flex;
    cursor: pointer;
    height: 80px;
    text-align: center;
    text-wrap: wrap;
}

    .btn-group-format.selected {
        border: 2px solid var(--Main---The-Blue, var(--streamline-navy));
        background: #EBF2F8;
        font-weight: 500;
    }

    .btn-group-format:hover {
        font-weight: 500;
    }

.hidden {
    display: none;
}

.btn-download {
    font-size: 12px;
}

.card-body-btns-group {
    display: flex;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .card-body-btns-group {
        margin-bottom: 10px;
    }
}

.card-body-label span {
    width: 18px;
    height: 18px;
    position: relative;
    padding: 2px 8px 5px 5px;
    font-size: 10px;
}

#docActivity {
    border-radius: 4px;
    background: #F7F9FC;
    height: auto;
    padding: 16px;
    overflow: auto;
    align-items: stretch;
}

#docActivityResults {
    max-height: 300px;
    overflow-y: auto;
}

#error_inv_download {
    font-size: 12px;
}

tr.tr-expanded td, tr.tr-expanded2 td {
    font-weight: 700;
}

tr.tr-expanded2 td {
    font-weight: 600 !important;
}

tr.tr-expanded td > div table tr td {
    font-weight: 400;
}

tr.tr-expanded2 td > div table tr td {
    font-weight: 400 !important;
}

.border-white {
    border-radius: 8px;
    border: 1px solid #FFF;
    padding: 6px 16px;
    margin-top: 0px;
    margin-right: 24px;
}

.tr-expanded th {
    color: #212529 !important;
    font-weight: 700;
}

.tr-expanded td {
    font-size: 14px;
}

.expand-button {
    border: none;
    background: none;
}

.left-right-button {
    border: none;
    background: none;
}

.small-label {
    color: #212529;
}

.row-label {
    font-weight: normal;
    /*color: #212529;*/
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
}

.nav-button {
    background: none;
    border: none;
    padding: 0;
}

.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    .h1 {
        font-size: 2.5rem;
    }
}

.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    .h2 {
        font-size: 2rem;
    }
}

.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    .h3 {
        font-size: 1.75rem;
    }
}

.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    .h4 {
        font-size: 1.5rem;
    }
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1rem;
}

.border-white {
    border-radius: 8px;
    border: 1px solid #FFF;
    padding: 6px 16px;
    /*margin-top: -6px;*/
    margin-right: 24px;
}

.disabled {
    cursor: not-allowed;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
}

/* Risk Assessment Score (Risk Score Report) Circl Graph */
.rsr-circular-chart {
    height: 125px;
    width: 125px;
}

.rsr-circular-chart-report {
    height: 100px;
    width: 100px;
}

.pie-label {
    position: absolute;
    left: 0;
    right: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    top: 18px;
}

.pie-label-report {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 145px;
    top: 20px;
}

.rsr-circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2;
}

.rsr-circle {
    fill: none;
    stroke-width: 2;
    animation: rsr_progress 1s ease-out forwards;
}

@keyframes rsr_progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

/* Risk Assessment Score (Risk Score Report) */
.risk-letter {
    color: #9ca9af;
    font-weight: 900;
    font-size: 6em;
}

.risk-duration {
    font-weight: bold;
    font-size: 16px;
    color: #46494a;
}

.risk-duration-days {
    color: #46494a;
    font-weight: 400;
    font-size: 1.6em;
}

.risk-duration-desc {
    font-size: 12px;
    font-weight: 800;
    color: #46494a;
}

.border-right-grey {
    border-right: solid 1px #d8d8d8;
}

.risk-score {
    font-size: 26px;
    font-weight: bold;
}

.risk-score-report {
    font-size: 18px;
    font-weight: bold;
}

.risk-label {
    font-size: 14px;
    font-weight: bold;
}

.risk-label-report {
    font-size: 12px;
    font-weight: bold;
}

.risk-level {
    color: #687074;
    font-weight: 400;
    font-size: 14px;
}

.risk-level-report {
    color: #687074;
    font-weight: 400;
    font-size: 12px;
}

.risk-panel {
    height: 48px;
    margin-bottom: 60px !important;
}

.rsr-link {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding-right: 25px;
}

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

.extreme-risk {
    border: 5px solid #dc3545;
}

.high-risk {
    border: 5px solid #fd7e14;
}

.cautionary-risk {
    border: 2px solid #ffc107;
    color: #000;
}

.moderate-risk {
    border: 5px solid #28a745;
}

.low-risk {
    border: 5px solid #17a2b8;
}

.pill {
    box-shadow: 2px 1px 7px 2px #ccc;
    padding: 5px;
    display: inline-block;
    padding: 0.3rem 0.5rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    font-weight: 600;
}

.extreme-risk-pill {
    background-color: #dc3545;
    color: white;
}

.high-risk-pill {
    background-color: #fd7e14;
}

.cautionary-risk-pill {
    background-color: #ffc107;
}

.moderate-risk-pill {
    background-color: #28a745;
    color: white;
}

.low-risk-pill {
    background-color: #17a2b8;
    color: white;
}

#report-container {
    height: calc( 80vh); /* 16:9 aspect ratio */
}

/* Rehab IQ */
.text-success {
    color: #0dd157 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #0aa143 !important;
}

.text-info {
    color: #2972fa !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0555eb !important;
}

.text-yellow {
    color: #b38600 !important;
}

.text-warning {
    color: #fab633 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #f4a306 !important;
}

.text-danger {
    color: #fb4143 !important;
}

.spinner {
    z-index: 1050;
    display: none;
}

    .spinner .spinner-border {
        color: var(--bs-blue);
    }

.spinner-size {
    width: 3rem;
    height: 3rem;
}
