﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    max-height: 1000000px; /* To Avoid Font Boosting : https://bugs.webkit.org/show_bug.cgi?id=FontBoosting */
    /*vertical-align: baseline;*/
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

.clear {
    clear: both;
}

@font-face {
    font-family: 'OpenSans regular ';
    src: url('assets/fonts/sansregular/OpenSans.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sansregular/OpenSans.woff') format('woff'), url('assets/fonts/sansregular/OpenSans.ttf') format('truetype'), url('assets/fonts/sansregular/OpenSans.svg#assets/fonts/sansregular/OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('assets/fonts/sanslight/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sanslight/OpenSans-Light.woff') format('woff'), url('assets/fonts/sanslight/OpenSans-Light.ttf') format('truetype'), url('assets/fonts/sanslight/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('assets/fonts/sansbold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sansbold/OpenSans-Bold.woff') format('woff'), url('assets/fonts/sansbold/OpenSans-Bold.ttf') format('truetype'), url('assets/fonts/sansbold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('assets/fonts/sanssemibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/sanssemibold/OpenSans-Semibold.woff') format('woff'), url('assets/fonts/sanssemibold/OpenSans-Semibold.ttf') format('truetype'), url('assets/fonts/sanssemibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sans_regular {
    font-family: 'OpenSans regular ';
}

.sans_light {
    font-family: 'OpenSans-Light';
}

.sans_bold {
    font-family: 'OpenSans-Bold';
}

.sans_semi {
    font-family: 'OpenSans-Semibold';
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    box-sizing: border-box;
    border-radius: 5px;
    width: 80%;
    height: 2rem;
    padding: 10px;
    background-color: #D87298;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

#fullscreen_html,
#fullscreen_body,
#login {
    height: 100%;
}

html.inner,
html.inner body,
html.inner .inner_bg,
html.inner #sidebar {
    height: 100%;
    max-height: 98vh;
    background: #ffffff;
}

    html.inner #sidebar {
        height: auto;
        position: absolute;
        left: 0;
        background: #6d6e71;
        max-height: 98vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    html.inner #sidebarP {
        height: auto;
        position: absolute;
        left: 0;
        background: #6d6e71;
        max-height: 85vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    html.inner #sidebar .section {
        border-bottom: 1px solid #c7c8ca;
        padding-bottom: 15px;
    }

    html.inner #sidebar_top_row,
    html.inner #sidebarP,
    html.inner #sidebar {
        width: 22%;
    }


    html.inner #sidebar_top_row {
        /* float: left; */
        background: #87888b;
        /*        height: 100%;*/
        width: 310px;
    }

        html.inner #sidebar_top_row .collapse {
            float: right;
            margin-top: 10px;
            margin-right: 18px;
        }

    html.inner #header {
        position: relative;
    }

body,
body input {
    font-size: 16px;
    font-family: 'OpenSans regular ';
}

.topLink {
    font-size: 15px;
    font-family: 'OpenSans regular ';
    color: #5D0000;
}

.topBorder {
    border: 2px solid #6D6E71;
}

#login {
    /* background: #e6e7e8 url('images/login_bg.png') center center no-repeat; */
    background: #FFFFFF;
}

    #login .logo_wrapper {
        text-align: center;
        margin-bottom: 1rem;
    }

        #login .logo_wrapper img {
            margin-right: 10px;
        }

    #login #login_center {
        min-width: 360px;
        position: relative;
        margin: 0 auto;
        height: 95%;
    }

        #login #login_center .login_center_horiz {
            position: absolute;
            top: 10%;
            height: 240px;
            width: 100%;
            /* account for padding and border if not using box-sizing: border-box; */
        }

            #login #login_center .login_center_horiz form {
                display: block;
            }

                #login #login_center .login_center_horiz form ::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #58595B;
                }

                #login #login_center .login_center_horiz form :-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #58595B;
                    opacity: 1;
                }

                #login #login_center .login_center_horiz form ::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #58595B;
                    opacity: 1;
                }

                #login #login_center .login_center_horiz form :-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #58595B;
                }

            #login #login_center .login_center_horiz input[type="text"],
            #login #login_center .login_center_horiz input[type="password"] {
                /* display: block;
                width: 100%;
                margin-top: 15px;
                height: 47px;
                background-color: #FFF;
                border: 1px solid #444446;
                padding: 0;
                text-indent: 15px;
                color: #0a4466;
                outline: none; */

                background: #FFFFFF;
                border: 1px solid #BDBABA;
                box-sizing: border-box;
                border-radius: 5px;
                width: 100%;
                height: 2rem;
                padding: 25px;
            }

            #login #login_center .login_center_horiz #submit_wrapper {
                width: 80%;
                margin-top: 2rem;
                background: linear-gradient(90.82deg, #01C8D9 -1.45%, #01759D 101.38%);
                border-radius: 5px;
                padding: 0.5rem;
            }

            #login #login_center .login_center_horiz input#submit {
                /* display: block;
                    width: 100%;
                    height: 39px;
                    background-color: #1587B7;
                    color: white;
                    text-align: center;
                    border: none;
                    font-family: 'OpenSans-Bold';
                    font-size: 75%;
                    cursor: pointer; */
                font-family: 'Arial';
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 18px;
                text-align: center;
                letter-spacing: 0.01em;
                color: #FFFFFF;
                width: 100%;
                margin-top: 1rem;
                background: linear-gradient(90.82deg, #01C8D9 -1.45%, #01759D 101.38%);
                border-radius: 5px;
                appearance: none;
                border: 0;
            }

#confirm {
    background: #e6e7e8 url('../../images/login_bg.png') center center no-repeat;
    height: 100%;
    background-color: #e6e7e8;
}

    #confirm .logo_wrapper {
        text-align: center;
    }

        #confirm .logo_wrapper img {
            margin-right: 10px;
        }

    #confirm #confirm_center {
        width: 601px;
        position: relative;
        margin: 0 auto;
        height: 100%;
    }

        #confirm #confirm_center .confirm_center_horiz {
            position: absolute;
            top: 25%;
            height: 100%;
            width: 100%;
            margin-top: 120px;
            /* account for padding and border if not using box-sizing: border-box; */
        }

            #confirm #confirm_center .confirm_center_horiz form {
                display: block;
            }

                #confirm #confirm_center .confirm_center_horiz form ::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #58595B;
                }

                #confirm #confirm_center .confirm_center_horiz form :-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #58595B;
                    opacity: 1;
                }

                #confirm #confirm_center .confirm_center_horiz form ::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #58595B;
                    opacity: 1;
                }

                #confirm #confirm_center .confirm_center_horiz form :-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #58595B;
                }

    #confirm .heading {
        font-size: 150%;
        font-family: 'OpenSans-Bold';
        color: #26586d;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #confirm .footer {
        font-size: 110%;
        font-family: 'OpenSans-Bold';
        color: #26586d;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #confirm #forgot_btn {
        width: 120px;
        height: 39px;
        background-color: #1587B7;
        color: white;
        text-align: center;
        border: none;
        font-family: 'OpenSans-Bold';
        font-size: 75%;
        cursor: pointer;
    }

.loginfooter {
    font-size: 110%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pappheader {
    font-size: 110%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pappvalue {
    font-size: 90%;
    font-family: 'OpenSans-Semibold';
    color: #26586d;
    padding-bottom: 3px;
    padding-top: 3px;
}

.pappvaluered {
    font-size: 90%;
    font-family: 'OpenSans-Semibold';
    color: red;
    padding-bottom: 3px;
    padding-top: 3px;
    text-decoration: underline;
}

.pappvalue_autosuggestionphrase {
    font-size: 120%;
    font-family: 'OpenSans-Semibold';
    color: #772b2b;
    padding-bottom: 3px;
    padding-top: 3px;
    text-decoration: underline;
}

.new_autosuggestion_value {
    font-size: 120%;
    font-family: 'OpenSans-Semibold';
    color: white;
    padding-bottom: 3px;
    padding-top: 3px;
}

.autosuggestion_value {
    font-size: 120%;
    font-family: 'OpenSans-Semibold';
    color: white;
    padding-bottom: 3px;
    padding-top: 3px;
    text-decoration: underline;
}

    .autosuggestion_value:hover {
        color: blue;
    }

.bg_container {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: url('images/profile.jpg') 0 0 no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.main_container {
    position: relative;
    z-index: 3;
}

#header .top_row {
    background: #fff;
    padding: 12px 35px 0;
    height: 60px;
}

    #header .top_row .logo {
        float: left;
    }

    #header .top_row .icons {
        float: right;
        margin-top: 9px;
        width: 220px;
    }

        #header .top_row .icons .shared_icon {
            float: right;
            /*margin-left: 26px;*/
        }

.us-right-bar {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    direction: rtl;
    gap: 10px;
}

#header .bottom_row {
/*    height: 33px;*/
    background: #EFF0F0;
    display: flex;
    width: 100%;
}

    #header .bottom_row .icons_row {
        margin-top: 5px;
        float: right;
        margin-right: 35px;
    }

        #header .bottom_row .icons_row img {
            margin-left: 10px;
            float: right;
        }

            #header .bottom_row .icons_row img.email {
                margin-top: 4px;
            }

            #header .bottom_row .icons_row img.save {
                margin-top: 1px;
            }

#profile_main {
    text-align: center;
    padding-top: 30px;
    /* Base style */
    color: #6D6E71;
    font-family: "Open Sans";
}

    #profile_main .personbg {
        border: 3px solid #0B445C;
        border-radius: 100%;
    }

    #profile_main .greeting,
    #profile_main .heading,
    #profile_main .headingQ {
        margin-top: 20px;
        /* Base style */
        font-size: 187%;
    }

    #profile_main .greeting,
    #profile_main .txt {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        color: #004E82;
    }

.shiftSpan {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    color: #004E82;
}

#profile_main .facility {
    margin-top: 43px;
    width: 150px;
}

    #profile_main .facility .txt {
        font-family: 'OpenSans-Semibold';
        margin-top: 6px;
        font-size: 93%;
        color: #0B445C;
    }

.dash_heading_font {
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
}

.hidden {
    display: none;
}

.showDiv {
    display: block;
    width: 100%;
    transition: all .2s ease-out;
}

.reportTDTable {
    width: 100px;
    border: 1px solid black !important;
    text-align: left;
}
.collaborativeTDTable {
    white-space:nowrap;
    border: 1px solid black !important;
    text-align: left;
    padding: 5px;
}
.reportTDTableLong {
    width: 300px;
    border: 1px solid black !important;
    text-align: left;
}

.reportTxtSpan {
    font-weight: bold;
    color: white;
    text-align: center;
    padding-top: 4px;
    vertical-align: baseline;
    color: #FFF;
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
    float: left;
    min-width: 30%;
}

.reportEpicSpan {
    text-align: left;
    padding-top: 4px;
    vertical-align: baseline;
    color: #26586D;
    ;
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
}

.dash-box.second {
    margin-left: 1%;
}

.dash-box.half {
    float: left;
    width: 48%;
}

.dash-box.quarter {
    float: left;
    width: 25%;
}

.gridviewtable {
    width: 100%;
}

.gridviewrow {
    text-align: center;
}

.gridviewHead {
    text-align: center !important;
    font-size: 90% !important;
    font-family: OpenSans-Bold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    border: solid 1px black;
}

.gridviewFooter {
    text-align: center !important;
    font-size: 90% !important;
    font-family: OpenSans-Bold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    border: solid 1px black;
}

.gridviewHead a:link,
gridviewHead a:visited,
gridviewHead a:hover {
    color: #26586d !important;
    text-decoration: none;
}

.pmviewrow {
    text-align: center !important;
    font-size: 90% !important;
    font-family: OpenSans-Semibold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.pmviewrowl {
    text-align: left !important;
    font-size: 90% !important;
    font-family: OpenSans-Semibold !important;
    color: #26586d !important;
    padding: 5px !important;
}

.ratingsHeaderSmall {
    text-align: center !important;
    font-size: 70% !important;
    font-family: OpenSans-Semibold !important;
    color: #26586d !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.snftd {
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
}

.snftdpr {
    text-align: center !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
    border-right: none !important;
    border-left: none !important;
}

.snftdprl {
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
    border-right: none !important;
    border-left: none !important;
}

.snfthprlt {
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: inset 0 -1px 0 #afd2e0;
}

.snfthprll {
    position: sticky;
    left: 0;
    z-index: 3;
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border: 1px solid #afd2e0 !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: inset 0 -1px 0 #afd2e0;
}

.snftdprnb {
    text-align: center !important;
    padding-left: 9px;
    font-size: 85% !important;
    border-right: none !important;
    border-left: none !important;
}

.snftdprlnb {
    text-align: left !important;
    padding-left: 9px;
    font-size: 85% !important;
    border-right: none !important;
    border-left: none !important;
}

.snfth {
    text-align: left !important;
    font-weight: bold !important;
}

.radioLable {
    color: white;
    font-size: 70%;
    font-family: OpenSans-Semibold !important;
}

.snfthPrint {
    text-align: left !important;
    font-weight: bold !important;
    position: relative !important;
    /*top: -46px !important;*/
    font-size: 90% !important;
    font-family: 'OpenSans-Bold' !important;
    color: #26586d !important;
    background-color: azure;
}

.headsnf {
    padding-left: 3px;
    padding-top: 5px;
    height: 32px;
    background-color: #6D6E71;
    border-bottom: 2px solid #414042;
    position: relative;
}

.headsnfb {
    padding-left: 3px;
    padding-top: 5px;
    height: 48px;
    background-color: white;
    border-bottom: 2px solid #414042;
    position: relative;
}

.printDisclamer {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 16px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamerS {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 14px;
    font-stretch: condensed;
    line-height: 14px;
    color: black;
}

.printDisclamerc {
    text-align: center;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 16px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamertd {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 14px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
    border: solid 1px black;
}

.printDisclamertdTop {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 20px;
    line-height: 20px;
    color: black;
    padding-top: 15px;
}

.printDisclamertdBottom {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 20px;
    line-height: 20px;
    color: black;
    padding-top: 2px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px black;
}

.printDisclamertdSmallTop {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 12px;
    line-height: 12px;
    color: black;
    padding-top: 2px;
}

.printDisclamertdSmallBottom {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 11px;
    line-height: 11px;
    color: black;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: solid 1px black;
}

.printDisclamertdb {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
    border: solid 1px black;
}

.printDisclamerBold {
    text-align: left;
    padding-left: 1px;
    font-family: "Arial";
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    font-size: 16px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamerIndent {
    text-align: left;
    /*padding-left: 60px;*/
    font-family: "Arial";
    font-size: 15px;
    font-stretch: condensed;
    line-height: 16px;
    color: black;
}

.printDisclamerIndentBullet {
    text-align: left;
    padding-left: 40px;
    font-family: "Arial";
    font-size: 14px;
    font-stretch: condensed;
    line-height: 14px;
    color: black;
}
/*.printDisclamerIndentBullet::before{
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.65rem;
    width: 0.65rem;
    margin-right: 0.5rem;
    background-color: black;
}*/

.predtd {
    text-align: center !important;
    padding-left: 9px;
    font-size: 100% !important;
    border: 1px solid black !important;
}

.predtbox {
    text-align: center !important;
    padding-left: 9px;
    font-size: 100% !important;
    border: 1px solid black !important;
    border-left: solid 3px black;
}

.opacityCol:hover {
    opacity: 1;
}

.opacityCol {
    opacity: 0.2;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background: rgba(144, 238, 144, 0.1);
    padding: 10px;
}



.predth {
    text-align: center !important;
    font-weight: bold !important;
    font-size: 100% !important;
    border: none !important;
}

.snftr {
    border: 1px solid #afd2e0 !important;
}

.snftrpr {
    border: 1px solid #afd2e0 !important;
    background: #f1f2f2;
    border-right: none !important;
    border-left: none !important;
}

.bluestar {
    vertical-align: middle !important;
    width: 17px;
    height: 15px;
}

.snfunknown {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 110% !important;
    color: white !important;
    font-weight: bold !important;
}

.fRight {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.snfunknownprint {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 110% !important;
    color: #26586d !important;
    font-weight: bold !important;
}

.collab {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 90% !important;
    color: white !important;
    font-style: italic;
    font-weight: bold !important;
}

.alertmsg {
    padding-top: 4px;
    vertical-align: baseline;
    color: #FFF;
    font-size: 80%;
    font-family: 'OpenSans-Semibold';
    float: left;
}

.collabs {
    border-bottom: 0px !important;
    float: right;
    margin-right: 5px;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 80% !important;
    color: #26586d !important;
    font-style: italic;
    font-weight: bold !important;
}

.dash-box.lightblue .head {
    background: #1587b7 !important;
    border-color: grey !important;
}

.dash-box.darkblue .head {
    background: #0b445c !important;
}

#dashboard_main {
    float: right;
    width: 75%;
}

    #dashboard_main #dashboard_main_inner {
        padding-right: 10px;
    }

    #dashboard_main .dash-box,
    #dashboard_main .reg-box {
        margin-top: 10px;
    }

        #dashboard_main .dash-box .head,
        #dashboard_main .reg-box .head,
        #sidebarP .dash-box .head,
        #sidebar .dash-box .head {
            padding-left: 19px;
            padding-top: 7px;
            height: 26px;
            background-color: #6D6E71;
            border-bottom: 2px solid #414042;
            position: relative;
        }

            #dashboard_main .dash-box .head span.txt,
            #dashboard_main .reg-box .head span.txt,
            #sidebarP .dash-box .head span.txt,
            #sidebar .dash-box .head span.txt {
                padding-top: 4px;
                vertical-align: baseline;
                color: #FFF;
                font-size: 80%;
                font-family: 'OpenSans-Semibold';
                float: left;
                min-width: 30%;
            }

                #dashboard_main .dash-box .head span.txt ul.view_type {
                    float: right;
                }

                    #dashboard_main .dash-box .head span.txt ul.view_type li {
                        vertical-align: baseline;
                        border-right: 1px solid #C6C6C6;
                        font-size: 69%;
                        color: #C6C6C6;
                        text-decoration: underline;
                        float: left;
                        padding-left: 5px;
                        padding-right: 5px;
                    }

                        #dashboard_main .dash-box .head span.txt ul.view_type li:last-child {
                            border-right: none;
                        }

                        #dashboard_main .dash-box .head span.txt ul.view_type li a {
                            color: #C6C6C6;
                        }

                        #dashboard_main .dash-box .head span.txt ul.view_type li.active {
                            color: #8fc5dc;
                        }

                            #dashboard_main .dash-box .head span.txt ul.view_type li.active a {
                                color: #8fc5dc;
                            }


                        #dashboard_main .dash-box .head span.txt ul.view_type li.active {
                            color: #8fc5dc;
                        }

                        #dashboard_main .dash-box .head span.txt ul.view_type li.first {
                            border-left: none;
                        }

            #dashboard_main .dash-box .head .action-icons {
                position: absolute;
                right: 0;
            }

                #dashboard_main .dash-box .head .action-icons img {
                    float: right;
                    margin-right: 11px;
                }

                    #dashboard_main .dash-box .head .action-icons img.download {
                        margin-top: 3px;
                    }

                #dashboard_main .dash-box .head .action-icons input[type="image"].download {
                    margin-top: 3px;
                    margin-right: 10px;
                }

        #dashboard_main .dash-box div.panelQH {
            margin-top: 5px;
            /*display: table;*/
            width: 100%;
            /*table-layout:fixed;*/
        }

        #dashboard_main .reg-box div.panelQ {
            background-color: #FFF;
            -moz-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            padding-bottom: 5px;
            margin-top: 5px;
            margin-right: 5px;
            border-right: 5px solid #dcddde;
        }

            #dashboard_main .reg-box div.panelQ td {
                font-size: 75%;
                font-family: 'OpenSans-Bold';
                color: #26586d;
                padding-bottom: 10px;
                padding-top: 10px;
            }


        #dashboard_main .dash-box div.panel,
        #dashboard_main .reg-box div.panel,
        #dashboard_main div.panel div.panel,
        #sidebarP .dash-box div.panel,
        #sidebar .dash-box div.panel {
            background-color: #FFF;
            -moz-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            -webkit-box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.07);
            padding-bottom: 5px;
        }

            #dashboard_main .dash-box div.panel img {
                max-width: 100%;
            }


            #dashboard_main .dash-box div.panel table.head_panel_table,
            #dashboard_main .dash-box div.panel table.head_panel {
                margin-left: 10px;
            }

                #dashboard_main .dash-box div.panel table.head_panel_table .table_sub_headings td,
                #dashboard_main .dash-box div.panel table.head_panel .table_sub_headings td {
                    color: #006a8d !important;
                }

                #dashboard_main .dash-box div.panel table.head_panel_table td,
                #dashboard_main .dash-box div.panel table.head_panel td,
                #dashboard_main .dash-box div.panel table.head_panel_table th {
                    text-align: right;
                }


                    #dashboard_main .dash-box div.panel table.head_panel_table td.first,
                    #dashboard_main .dash-box div.panel table.head_panel td.first,
                    #dashboard_main .dash-box div.panel table.head_panel_table th.first {
                        text-align: left;
                        padding-left: 9px;
                    }

                        #dashboard_main .dash-box div.panel table.head_panel_table td.first small,
                        #dashboard_main .dash-box div.panel table.head_panel_table th.first small {
                            padding-left: 0;
                            padding-right: 5px;
                        }

                    #dashboard_main .dash-box div.panel table.head_panel_table td.last,
                    #dashboard_main .dash-box div.panel table.head_panel_table th.last {
                        padding-right: 9px;
                    }

                    #dashboard_main .dash-box div.panel table.head_panel_table td small,
                    #dashboard_main .dash-box div.panel table.head_panel_table th small {
                        padding-left: 5px;
                        font-size: 70%;
                    }

                #dashboard_main .dash-box div.panel table.head_panel_table th,
                #dashboard_main .dash-box div.panel table.head_panel th {
                    position: relative;
                    top: -34px;
                    font-size: 80%;
                    font-family: 'OpenSans-Semibold';
                    color: white;
                }



                #dashboard_main .dash-box div.panel table.head_panel_table tbody td,
                #dashboard_main .dash-box div.panel table.head_panel tbody td,
                #dashboard_main .dash-box div.panel span,
                /*#dashboard_main div.panel div.panel tbody td,
                #dashboard_main div.panel tbody td,*/
                #sidebarP .dash-box div.panel table.head_panel tbody td,
                #sidebar .dash-box div.panel table.head_panel tbody td {
                    font-size: 75%;
                    font-family: 'OpenSans-Bold';
                    color: #26586d;
                    padding-bottom: 10px;
                    padding-top: 10px;
                    border-bottom: 1px dashed #afd2e0;
                }

            #dashboard_main .reg-box div.panel span,
            #dashboard_main .reg-box div.panel table.head_panel_table tbody td,
            #dashboard_main div.panel div.panel tbody td,
            #dashboard_main div.panel tbody td,
            #dashboard_main .reg-box div.panel table.head_panel tbody td {
                font-size: 75%;
                font-family: 'OpenSans-Bold';
                color: #26586d;
                padding-bottom: 5px;
                padding-top: 5px;
            }

            #dashboard_main .dash-box div.panel table.head_panel_table td.placetd,
            #dashboard_main .dash-box div.panel table.head_panel td.placetd {
                padding-bottom: 2px !important;
                padding-top: 2px !important;
                text-align: left !important;
                /*padding-left: 9px !important;*/
                padding: 3px 3px !important;
                vertical-align: top !important;
                font-size: 120%;
                border: none !important;
            }

.selectBox-dropdown-menu {
    box-shadow: none;
    border-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.dropdown {
    float: left;
    overflow: hidden;
}

    .dropdown .dropbtn {
        font-family: 'OpenSans-Semibold';
        font-size: 75%;
        cursor: pointer;
        height: 32px;
        border: none;
        outline: none;
        color: white;
        background-color: #0b445c;
        width: 100%;
    }

    .container a:hover, .dropdown:hover .dropbtn {
        background-color: #0b445c;
    }


.headingW {
    padding-top: 12px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 75%;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-table;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0b445c;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        float: none;
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 75%;
        cursor: pointer;
        height: 24px;
        text-decoration: none;
        display: block;
        text-align: center;
        padding-top: 10px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

#sidebarP .jspVerticalBar,
#sidebar .jspVerticalBar {
    right: 19px;
    width: 6px;
}

#sidebarP .jspTrack,
#sidebar .jspTrack {
    background: #fff;
}

#sidebarP .jspDrag,
#sidebar .jspDrag {
    background: #449fc5;
}

.noBotomBorder {
    border-bottom: none !important;
}

#sidebar .prettycheckbox label small,
#sidebar .prettyradio label small {
    color: #C3C3C4;
}

#sidebarP .section,
#sidebar .section {
    padding-right: 8px;
}

    #sidebar .section .chkboxlist {
        width: 100%;
        clear: both;
        line-height: 120%;
    }

        #sidebar .section .chkboxlist label {
            padding: 0;
            margin: 0;
            padding-top: 2px;
            padding-left: 6px;
            margin-left: 6px;
        }

        #sidebar .section .chkboxlist td {
            vertical-align: top;
            white-space: nowrap;
        }

        #sidebar .section .chkboxlist small {
            font-size: 69%;
        }

        #sidebar .section .chkboxlist.disabled {
            padding-left: 24px;
            color: #ABABAB !important;
        }

    #sidebar .section .prettycheckbox a {
        background: url('images/Checkbox-1.png') 0 0 no-repeat;
        width: 13px;
        height: 13px;
        margin-top: 6px;
        padding-right: 5px;
    }


        #sidebar .section .prettycheckbox a.checked {
            background: url('images/checkbox-ticked.png') 0 0 no-repeat;
        }

    #sidebar .section .prettycheckbox label {
        white-space: nowrap;
    }

    #sidebarP .section div.heading,
    #sidebar .section div.heading,
    #sidebar .section div.headingQ,
    #sidebar .section div.contents table.heading.input,
    #sidebar .section div.contents span.heading,
    #sidebarP .section div.contents span.heading,
    #sidebarP .section div.contentsPAPP span.heading {
        padding-top: 12px;
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 75%;
        margin-left: 5px;
        margin-right: 5px;
    }


        #sidebar .section div.heading .selectBox-label {
            font-size: 100%;
        }

    #sidebarP .section div.heading,
    #sidebarP .section div.contents,
    #sidebar .section div.heading,
    #sidebar .section div.contents {
        padding-left: 10px;
    }

    #sidebarP .section div.contentsPAPP {
        padding-left: 10px;
    }

    #sidebarP .section div.contents,
    #sidebar .section div.contents {
        margin-top: 10px;
        max-height: 258px;
        margin-bottom: 10px;
        overflow-y: auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    #sidebarP .section div.contentsPAPP {
        margin-top: 5px;
        margin-bottom: 5px;
        max-height: 258px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    #sidebar .section div.contentsRadio {
        margin-top: 5px;
        max-height: 258px;
        margin-bottom: 5px;
        white-space: nowrap;
    }




        #sidebar .section div.contents .has-pretty-child,
        #sidebar .section div.contentsPAPP .has-pretty-child,
        #sidebar .section div.contentsRadio input,
        #sidebar .section div.contentsRadio label {
            padding: 0;
            font-size: 75%;
            font-family: 'OpenSans-Bold';
            margin-top: 3px;
            color: white;
            white-space: nowrap;
        }

.paPPHeading {
    padding-top: 12px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 75%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #6d6e71;
    background: #6d6e71;
    border: none;
    outline: none;
}

    .paPPHeading::selection {
        border: none;
        outline: none;
    }

#sidebar .selectBox-arrow {
    background: url('images/arrow-bottom.png') 0 8px no-repeat;
}

#sidebar .selectBox-dropdown {
    cursor: pointer;
    display: block;
    width: 100% !important;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
}

    #sidebar .selectBox-dropdown:hover {
        background: grey;
    }

    #sidebar .selectBox-dropdown .selectBox-label {
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 90%;
        width: 95% !important;
    }

    #sidebar .selectBox-dropdown .selectBox-arrow {
        border: none;
    }

.FilterContent {
    padding-top: 12px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    margin-left: 5px;
    margin-right: 5px;
}

.FilterHeading {
    padding-top: 12px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
}


@media only screen and (max-width: 360px) {
    .dash-box .action-icons {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #dashboard_main {
        width: 100% !important;
    }

        #dashboard_main #dashboard_main_inner {
            padding-right: 0 !important;
        }

    /*html.inner #sidebar_top_row {
        width: 50%;
    }*/

    /*#sidebar {
        position: static !important;
        height: auto !important;
        float: none !important;
        width: 99% !important;
    }*/


}

@media screen and (min-height: 500px) and (max-height:700px) {
    .scSNFAnswer {
        overflow: auto;
        height: 310px;
    }

    .scChainAnswer {
        overflow: auto;
        height: 450px;
        width: 1300px;
    }
}

@media screen and (min-height: 701px) and (max-height: 1100px) {
    .scSNFAnswer {
        overflow: auto;
        height: 360px;
    }

    .scChainAnswer {
        overflow: auto;
        height: 500px;
        width: 1480px;
    }
}

@media screen and (min-height: 1101px) {
    .scSNFAnswer {
        overflow: auto;
        height: 620px;
    }

    .scChainAnswer {
        overflow: auto;
        height: 770px;
        width: 2200px;
    }
}








@media only screen and (max-width: 1100px) {
    /*#dashboard_main {
        width: 100% !important;
    }

        #dashboard_main #dashboard_main_inner {
            padding-right: 0 !important;
        }*/

    /*html.inner #sidebar_top_row {
        width: 50%;
    }

    #sidebar {
        position: static !important;
        height: auto !important;
        float: none !important;
        width: 99% !important;
    }*/


}


#sidebar_top_row.sidebar_collapsed {
    text-align: center;
}

    #sidebar_top_row.sidebar_collapsed img.collapse {
        margin-right: 0px !important;
        float: none !important;
    }

#sidebar_top_row .swapped {
    display: none;
}

#sidebar_top_row.sidebar_collapsed img.collapse {
    display: none;
}

    #sidebar_top_row.sidebar_collapsed img.collapse.swapped {
        display: block;
    }

#sidebar_top_row.sidebar_collapsed,
#sidebar.sidebar_collapsed {
    width: 2% !important;
    min-width: 16px;
}

#dashboard_main.sidebar_collapsed {
    width: 98%;
}

#sidebar.sidebar_collapsed #sidebar-inner {
    display: none;
}

.top_navigation {
    padding-left: 12%;
}

    .top_navigation ul li {
        margin-top: 5px;
        /*margin-left: 30px;*/
        float: left;
        min-height: 18px;
        /*padding-left: 35px;*/
    }

        .top_navigation ul li.first {
            margin-left: 0;
        }

        .top_navigation ul li.active a,
        .top_navigation ul li:hover a {
            color: #1587B7;
        }

        .top_navigation ul li a {
            font-size: 93%;
            color: #0B445C;
            text-decoration: none;
        }

        .top_navigation ul li.multiple-nursing-homes {
            background: url('images/multiple-nursing-homes-inactive.png') 0 0 no-repeat;
        }

            .top_navigation ul li.multiple-nursing-homes a {
                font-family: 'OpenSans-Semibold';
            }

            .top_navigation ul li.multiple-nursing-homes.active,
            .top_navigation ul li.multiple-nursing-homes:hover {
                background: url('images/multiple-nursing-homes-active.png') 0 0 no-repeat;
            }

        .top_navigation ul li.single-nursing-homes {
            padding-left: 29px;
            background: url('images/single-home-inactive.png') 0 0 no-repeat;
        }

            .top_navigation ul li.single-nursing-homes.active,
            .top_navigation ul li.single-nursing-homes:hover {
                background: url('images/single-home-active.png') 0 0 no-repeat;
            }

        .top_navigation ul li.personalised-profile {
            padding-left: 26px;
            background: url('images/personalized-inactive.png') 0 0 no-repeat;
        }

            .top_navigation ul li.personalised-profile.active,
            .top_navigation ul li.personalised-profile:hover {
                background: url('images/personalized-active.png') 0 0 no-repeat;
            }

.slicknav_btn {
    background: #979da2 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
    width: 42px;
    height: 35px;
}

body .slicknav_menu .slicknav_icon-bar {
    height: 3px;
    margin-bottom: 8px;
    margin-top: 5px;
    width: 2em;
    margin-left: 4px;
}

.headingf {
    padding-top: 12px;
    padding-bottom: 12px;
    color: white;
    font-family: 'OpenSans-bold';
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
    color: #0b445c;
}

.linkf {
    margin-right: 20px;
    color: white;
}

ul.slicknav_nav {
    background: #ffffff;
}

    ul.slicknav_nav ul.sub-menu {
        border-top: 1px solid #d3d5d6;
        display: block !important;
    }

    ul.slicknav_nav li a {
        color: #4d565d;
        padding-left: 15px;
    }

        ul.slicknav_nav li a:hover {
            color: #4d565d;
        }

.slicknav_nav .slicknav_arrow {
    float: left;
}

.slicknav_menu {
    background: none !important;
    z-index: 999;
    position: absolute;
    top: 0px;
    text-align: left;
    padding-top: 0px !important;
    left: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .slicknav_menu .slicknav_btn {
        margin-left: 155px;
        float: left;
    }

    .slicknav_menu a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .slicknav_menu a,
        .slicknav_menu a:hover {
            border-radius: 0 !important;
        }

    .slicknav_menu ul li:nth-child(1) a,
    .slicknav_menu ul li a a {
        border: none;
    }

    .slicknav_menu ul li a {
        border-top: 1px solid #d3d5d6;
    }

.slicknav_arrow {
    display: none;
}

.slicknav_menu {
    display: none;
}

#mobile_navigation {
    z-index: 2;
}

@media print {
    body {
        -webkit-print-color-adjust: exact; /*chrome & webkit browsers*/
    }
}

@media only screen and (max-width: 1200px) {
    #header .top_row .logo {
        position: relative;
    }

    html body #header .top_row {
        padding: 12px 12px 0;
    }

    .slicknav_menu {
        display: block;
    }

    .top_navigation ul {
        display: none;
    }
}

div.submitor {
    margin: 0 10%;
    margin-top: 27px;
}

    div.submitor input {
        display: block;
        width: 100%;
        height: 32px;
        background-color: #0b445c;
        border-radius: 10px;
        border: none;
        color: white;
        font-family: 'OpenSans-Semibold';
        font-size: 75%;
        cursor: pointer;
    }

.newFilter {
    display: block;
    width: 100%;
    height: 25px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.eraser {
    float: right;
    margin-right: 25px;
    margin-top: 2px;
    cursor: pointer;
}

input.submitorShort {
    width: 100%;
    height: 26px;
    background-color: #0b445c;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    cursor: pointer;
}

input.submitorDisableShort {
    width: 100%;
    height: 26px;
    background-color: #0b445c;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    opacity: 0.5;
}

input.submitor {
    width: 100%;
    height: 32px;
    background-color: #0b445c;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    cursor: pointer;
}

input.submitor100 {
    width: 100%;
    height: 32px;
    background-color: #0b445c;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: 'OpenSans-Semibold';
    cursor: pointer;
}

button.submitorAssess {
    width: 100%;
    height: 26px;
    background-color: #ffffff;
    border: none;
    color: #0b445c;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    cursor: pointer;
}

button.submitorAssessClick {
    width: 100%;
    height: 26px;
    background-color: #65c5f2;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    /*cursor: pointer;*/
}

input.submitorDisable {
    width: 100%;
    height: 32px;
    background-color: #0b445c;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 85%;
    opacity: 0.5;
}


.errorText {
    border-bottom: none !important;
    font-size: 100% !important;
    color: red !important;
}

.msgText {
    border-bottom: none !important;
    font-size: 100% !important;
    color: darkcyan !important;
}

.Ptd {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border-bottom: none !important;
    font-size: 100% !important;
}

.Ptd2 {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    border-bottom: none !important;
    font-size: 100% !important;
    min-width: 200px;
}

.Pinput {
    padding-left: 5px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-size: 85% !important;
    border-bottom: none !important;
}

div.submitor input:hover,
input.submitor:hover {
    opacity: 0.7;
}

#sidebarP div.section {
    padding-left: 3px;
}

#sidebar div.section {
    padding-left: 7%;
}

.selectBox-options {
    border: none !important;
    background: none !important;
    font-size: small;
}

    .selectBox-options LI {
        background: #87888b;
        border: none;
    }

        .selectBox-options LI:hover a {
            color: #449fc5;
        }

        .selectBox-options LI a {
            padding: 5px 10px !important;
            display: inline-block;
            color: #f1f2f2;
            border: none;
        }

#sidebarP .selectBox-dropdown,
#sidebar .selectBox-dropdown {
    position: relative;
    left: -8px;
}

div.notice_row {
/*    float: left;*/
    padding-left: 3%;
/*    padding-top: 3px;*/
    color: #6d6e71;
    font-size: 87%;
/*    width: 75%;*/
    display:flex;
    align-items: center;
}


    div.notice_row strong,
    div.notice_row a,
    div.notice_row span.upper_tip {
        color: #1587b7;
        font-family: 'OpenSans-Semibold';
    }

    div.notice_row .viewType {
        float: right !important;
        margin-right: 15px;
    }

    div.notice_row span.upper_tip,
    div.notice_row .viewType {
        text-decoration: underline;
        cursor: pointer;
    }

    div.notice_row .viewTypeLeft {
        float: left !important;
        margin-right: 15px;
        text-decoration: underline;
        cursor: pointer;
    }


.customer_load_save {
    margin-left: 10px;
    font-size: 87%;
}


.customer_id {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 4px;
    width: 50px;
    font-size: 87%;
}

.vaidate {
    margin-left: 5px;
    margin-right: 10px;
}

.customer_load_save a {
    color: #1587b7;
}


.myCustomClass {
    border-color: #00be00;
    background-color: #ddd;
}

.jBox-content {
    color: #6d6e71;
    font-size: 75%;
    line-height: 150%;
}

    .jBox-content .heading {
        text-transform: uppercase;
    }

    .jBox-content .heading,
    .jBox-content span.blue {
        font-family: 'OpenSans-Bold';
        margin-bottom: 12px;
    }

    .jBox-content span.blue {
        color: #449fc5;
    }

.scroll-pane {
    line-height: 1;
}


.jBox-content {
    color: #6d6e71;
    font-size: 75%;
    line-height: 150%;
}

    .jBox-content .heading {
        text-transform: uppercase;
    }

    .jBox-content .heading,
    .jBox-content span.blue {
        font-family: 'OpenSans-Bold';
        margin-bottom: 12px;
    }

    .jBox-content span.blue {
        color: #449fc5;
    }

.span.blue {
    color: #449fc5;
}

td.blue {
    color: #449fc5 !important;
}


.myCustomClass {
    border-color: #00be00;
    background-color: #ddd;
}

.jBox-content {
    color: #6d6e71;
    font-size: 75%;
    line-height: 150%;
}

    .jBox-content .heading {
        text-transform: uppercase;
    }

    .jBox-content .heading {
        font-size: 120%;
    }

    .jBox-content .heading,
    .jBox-content span.blue {
        font-family: 'OpenSans-Bold';
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .jBox-content span.blue {
        color: #449fc5;
    }

div.profile-s {
    font-family: "OpenSans-Bold";
    background-color: white;
}

    div.profile-s table {
        max-height: 400px;
        overflow-y: scroll;
    }

    div.profile-s .ind_row {
        border-bottom: 1px solid #f1f2f2;
        padding-top: 10px;
    }

        div.profile-s .ind_row.first {
            border-top: 1px solid #f1f2f2;
        }

    div.profile-s .equal_wide {
        width: 130px;
        display: inline-block;
        font-family: 'OpenSans regular ';
        font-size: 90%;
    }

#sidebarP.has_accordion div.section,
#sidebar.has_accordion div.section {
    padding-right: 0;
    padding-bottom: 0 !important;
}

#sidebarP.has_accordion div.section,
#sidebar.has_accordion div.section {
    padding-left: 0%;
}

    #sidebar.has_accordion div.section div.contents div.checkbox_row::after {
        clear: both;
    }

    #sidebar.has_accordion div.section.open div.contents-outer {
        display: block;
    }

    #sidebar.has_accordion div.section.open div.heading::before {
        content: "▼";
    }

    #sidebar.has_accordion div.section div.checkMark {
        background: #fff;
    }

    #sidebar.has_accordion div.section div.questionMark {
        background: #fff;
    }

    #sidebarP.has_accordion div.section div.heading,
    #sidebar.has_accordion div.section div.heading,
    #sidebar.has_accordion div.section div.headingQ {
        background: #fff;
        color: #0b445c;
        padding-bottom: 10px;
        cursor: pointer;
        font-size: 90%;
        font-family: "OpenSans-Bold";
    }

    #sidebarP.has_accordion div.section div.headingOpen,
    #sidebar.has_accordion div.section div.headingOpen,
    #sidebar.has_accordion div.section div.headingQOpen {
        background: #65c5f2;
        color: white;
        padding-top: 12px;
        cursor: pointer;
        padding-bottom: 10px;
        font-size: 90%;
        font-family: "OpenSans-Bold";
    }

    #sidebarP.has_accordion div.section div.heading:hover,
    #sidebar.has_accordion div.section div.heading:hover,
    #sidebar.has_accordion div.section div.headingQ:hover {
        background: #f1f2f2;
    }

    #sidebar.has_accordion div.section div.headingQOpen:hover {
        background: #65c5f2 !important;
    }


    #sidebar.has_accordion div.section div.questionMark::after {
        content: url("images/question1.png");
        padding-right: 0.5em;
        position: relative;
        float: right;
        width: 16px;
        height: 16px;
    }

    #sidebar.has_accordion div.section div.checkMark::before {
        content: url("images/2190986-16.png");
        padding-right: 0.5em;
        position: relative;
        float: right;
        width: 16px;
        height: 16px;
    }


.hasAnswer {
    border-bottom: 4px solid white
}

.hasAnswerTxt {
    border-bottom: 4px solid white
}

.newAnswer {
    border-bottom: 4px solid green
}

.newAnswerTxt {
    border-bottom: 4px solid green
}

#sidebar.has_accordion div.section div.contents-outer {
    display: none;
}

div.panelHidden {
    display: none;
}

#sidebarP.has_accordion div.section div.heading,
#sidebar.has_accordion div.section div.heading,
#sidebar.has_accordion div.section div.headingOpen,
#sidebar.has_accordion div.section div.headingQ,
#sidebar.has_accordion div.section div.headingQOpen,
#sidebar.has_accordion div.section div.contents-outer {
    padding-left: 7%;
    padding-right: 8px;
}

#dashboard_main .dash-box div.panelQ .contents-title,
#dashboard_main .reg-box div.panelQ .contents-title {
    font-size: 90%;
    padding-top: 2px;
    margin-top: 10px;
    padding-left: 8px;
    font-family: 'OpenSans-Bold';
    color: #26586d;
}

.sorting {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: #26586d !important;
    padding-right: 15px;
}

.sortingUp {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-right: 15px;
}

.sortingDown {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-right: 15px;
}

.sortingWhite {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: white !important;
    padding-right: 15px;
}

.sortingUpWhite {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: white !important;
    padding-right: 15px;
}

.sortingDownWhite {
    font-size: 90%;
    font-family: 'OpenSans-Bold';
    color: white !important;
    padding-right: 15px;
}


.sortingUp::after {
    content: url("images/sortup.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.sortingUpWhite::after {
    content: url("images/sortupwhite.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.sortingDown::after {
    content: url("images/sortdown.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.sortingDownWhite::after {
    content: url("images/sortdownwhite.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}


.required::after {
    content: url("images/required.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 0.3em;
}

.requiredS::before {
    content: url("images/required.png");
    width: 16px;
    height: 16px;
    padding-left: 0.5em;
    padding-top: 14px;
    position: relative;
    float: left;
}

div.profile-s table tr {
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
}

    div.profile-s table tr td {
        min-width: 150px;
    }


.graph_tooltip {
    padding: 5px;
}

    .graph_tooltip .title {
        font-size: 125%;
        font-weight: bold;
    }

    .graph_tooltip .details {
        font-size: 105%;
        padding-top: 5px;
        font-size: 100%;
    }



        .graph_tooltip .details .details2 {
            font-weight: bold;
            font-size: 115%;
        }

.star-text1 {
    font-size: 15px;
    margin-top: 0.2em;
    margin-left: 0.2em;
}

.strikThrou {
    text-decoration: line-through;
}

.bullet {
    font: 12px sans-serif;
}

    .bullet .marker.s0 {
        stroke: green;
        stroke-width: 2px;
    }

    .bullet .marker.s1 {
        stroke: steelblue;
        stroke-width: 3px;
    }

    .bullet .marker.g0 {
        fill: green;
    }

    .bullet .marker.g1 {
        fill: white;
    }

    .bullet .tick line {
        stroke: #666;
        stroke-width: .5px;
    }

    .bullet .rangeFrame {
        fill: #fff;
        stroke: black;
        stroke-width: 2px;
    }

    .bullet .range.s0 {
        fill: #fff;
        stroke: black;
    }

    .bullet .range.s1 {
        fill: #ddd;
    }

    .bullet .range.s2 {
        fill: #fff;
    }

    .bullet .range.g0 {
        fill: #fff;
    }

    .bullet .range.g1 {
        fill: #ddd;
    }

    .bullet .range.g2 {
        fill: #fff;
    }

    .bullet .measure.s0 {
        fill: steelblue;
    }

    .bullet .measure.s1 {
        fill: white;
    }

    .bullet .title {
        font-size: 14px;
        font-weight: bold;
        fill: #26586d;
    }

    .bullet .subtitle {
        fill: black;
    }

#modal_wrapper.overlay::before,
#modal_wrapperc.overlay::before,
#modal_wrapperm.overlay::before,
#modal_wrapperf.overlay::before,
#modal_wrapper_u.overlay::before,
#modal_wrapper_pri.overlay::before,
#modal_wrapper_stats.overlay::before,
#modal_wrapper_un.overlay::before,
#modal_wrapper_ew.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_c {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_s {
    display: none;
    z-index: 200;
    position: fixed;
    left: 60%;
    top: 50%;
    width: 450px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_f {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1300px;
    height: 500px;
    overflow: auto;
    padding: 10px 20px;
    background: #6d6e71;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_u {
    overflow: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1300px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_pri {
    overflow: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1400px;
    height: 768px;
    overflow: auto;
    background-color: rgba(245,248,249,1);
}

#modal_window_stats {
    overflow: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1300px;
    overflow: auto;
    background-color: rgba(245,248,249,1);
}

#modal_window_ew {
    overflow: auto;
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 800px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_un {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_window_p {
    display: none;
    z-index: 200;
    position: fixed;
    left: 70%;
    top: 40%;
    width: 300px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_windowp {
    display: none;
    z-index: 800;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


#modal_windowm {
    display: none;
    z-index: 800;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1100px;
    height: 600px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper_r.overlay #modal_window_r,
#modal_wrapper_h.overlay #modal_window_h,
#modal_wrapperc.overlay #modal_window_c,
#modal_wrapperp.overlay #modal_windowp,
#modal_wrapperm.overlay #modal_windowm,
#modal_wrapperf.overlay #modal_window_f,
#modal_wrapper.overlay #modal_window,
#modal_wrapper.overlay #modal_window_s,
#modal_wrapper_u.overlay #modal_window_u,
#modal_wrapper_un.overlay #modal_window_un,
#modal_wrapper_ew.overlay #modal_window_ew,
#modal_wrapper_pri.overlay #modal_window_pri,
#modal_wrapper_stats.overlay #modal_window_stats,
#modal_wrapper_cat.overlay #modal_window_cat {
    display: block;
}

.snflable {
    font-family: 'OpenSans-Bold';
    color: #26586d;
    padding-bottom: 5px;
    padding-top: 5px;
}

#modal_wrapper_r.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window_r {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper_cat.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window_cat {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper_h.overlay::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.7);
}

#modal_window_h {
    display: none;
    z-index: 200;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1200px;
    overflow: auto;
    padding: 10px 20px;
    background: #fff;
    border: 5px solid #999;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.modalLable {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modalDropDown {
    font-size: 100%;
    font-family: 'OpenSans';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modalTableHead {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px !important;
    border: solid 1px black;
}

.modalTableValue {
    font-size: 100%;
    font-family: 'OpenSans';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 5px !important;
    border: solid 1px black;
    text-align: Left;
}

.modalTableHeadPRI {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px !important;
    width: 200px;
    text-align: center;
}

.modalTableHeadPRIB {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px !important;
    text-align: center;
}

.modalTableHeadPRIBL {
    font-size: 100%;
    font-family: 'OpenSans-Bold';
    color: #26586d;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 5px !important;
    text-align: left;
}

.modalTableValuePRI {
    font-size: 100%;
    font-family: 'OpenSans';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 5px !important;
    text-align: center;
}

.modalTableValuePRIL {
    font-size: 100%;
    font-family: 'OpenSans';
    color: #26586d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 5px !important;
    text-align: left;
}


.DivClose {
    display: none;
    position: absolute;
    width: 250px;
    height: 115px;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    background-color: #f1f2f2;
}

.LabelClose {
    vertical-align: text-top;
    position: absolute;
    bottom: 0px;
    font-family: Verdana;
}

.DivCheckBoxList {
    display: none;
    background-color: White;
    width: 250px;
    position: absolute;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    z-index: 100000;
}

.CheckBoxList {
    position: relative;
    width: 250px;
    height: 10px;
    overflow: scroll;
    font-size: small;
}

.DivCheckBoxListGray {
    display: none;
    background-color: #6d6e71;
    width: 360px;
    position: absolute;
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    z-index: 100000;
}

.DivCheckBoxListGrayPaPP {
    display: none;
    background-color: #6d6e71;
    width: 460px;
    position: absolute;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border-style: solid;
    border-color: Gray;
    border-width: 1px;
    z-index: 100000;
}

.CheckBoxListBlue {
    position: relative;
    width: 250px;
    height: 10px;
    overflow: scroll;
    font-size: small;
    color: #26586d;
}

.CheckBoxListWhite {
    position: relative;
    width: 250px;
    height: 10px;
    overflow: scroll;
    font-size: medium;
    color: white;
}

.CheckBoxListWhiteWide {
    position: relative;
    width: 350px;
    height: 10px;
    overflow: scroll;
    font-size: medium;
    color: white;
}

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#dialogSession {
    width: 400px;
    padding: 30px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}


.thatTable {
    font-size: 24px;
}

.thatTable2 {
    font-size: 25px;
    border: solid;
}

.thatTable3 {
    font-size: 25px;
    padding: 0;
    width: 100%;
    height: 100%;
    border: solid;
}

.tdpred2 {
    font-size: 25px;
    vertical-align: central;
}

.tdpred3 {
    font-size: 5px;
    text-align: center;
    border-bottom: none !important;
}

.tdpred4 {
}

.tdrisks {
    width: 50px;
    text-align: center;
}

.trrisks {
    font-size: medium;
}

.opacityCol {
    opacity: 1;
    background: rgba(255,255,255, 0);
    height: fit-content;
    width: 50px;
}

.selectedCol1 {
    border: 1px solid black;
}

.unselectedCol {
    display: none;
}


.opacityCol1 {
}

.selectedCol {
    border: 1px solid black;
}



/*new form warn handoff  */
.noPad {
    padding: 0px !important;
}

.patientNameDiv {
    white-space: nowrap;
    text-align: left;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    color: rgba(255,255,255,1);
}

.patientIDDiv {
    white-space: nowrap;
    text-align: left;
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(255,255,255,1);
}

.WH-header {
    white-space: nowrap;
    text-align: left;
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(112,112,112,1);
    border-right: 2px solid rgba(216,216,216,1);
    padding: 5px 5px 5px 5px;
}

.WH-header-last {
    white-space: nowrap;
    text-align: left;
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(112,112,112,1);
    padding: 5px 5px 5px 5px;
}

.WH-header-blue {
    white-space: nowrap;
    text-align: left;
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    color: rgba(18,152,217,1);
    vertical-align: top;
}

.pappRedAlert {
    text-decoration: underline rgba(255,128,128,1);
    text-decoration-thickness: 5px;
    text-decoration-skip-ink: none;
    line-height: 1.3em;
}

.pappGreenAlert {
    text-decoration: underline rgba(255,199,4,1);
    text-decoration-thickness: 5px;
    text-decoration-skip-ink: none;
    line-height: 1.3em;
}

.pappBlueAlert {
    text-decoration: underline rgba(193,233,253,1);
    text-decoration-thickness: 5px;
    text-decoration-skip-ink: none;
    line-height: 1.3em;
}

.WH-table-Header-Blue {
    white-space: nowrap;
    text-align: left !important;
    font-family: 'OpenSans-Semibold' !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: rgba(18,152,217,1) !important;
    border-bottom: 2px solid rgba(216,216,216,1) !important;
    border-right: 2px solid rgba(216,216,216,1) !important;
}

.WH-header-black {
    white-space: nowrap !important;
    text-align: left !important;
    font-family: 'OpenSans-Semibold' !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 21px !important;
    color: rgba(11,63,97,1) !important;
}

.WH-value {
    white-space: nowrap !important;
    text-align: left !important;
    font-family: 'OpenSans-Semibold' !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: rgba(112,112,112,1) !important;
    border-right: 2px solid rgba(216,216,216,1) !important;
    padding: 5px 5px 5px 5px !important;
}

.WH-value_bb {
    white-space: nowrap !important;
    text-align: left !important;
    font-family: 'OpenSans-Semibold' !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: rgba(112,112,112,1) !important;
    border-right: 2px solid rgba(216,216,216,1) !important;
    border-bottom: 2px solid rgba(216,216,216,1) !important;
    padding: 5px 5px 5px 5px !important;
}

.WH-value-last {
    white-space: nowrap !important;
    text-align: left !important;
    font-family: 'OpenSans-Semibold' !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: rgba(112,112,112,1) !important;
    padding: 5px 5px 5px 5px !important;
}

.WH-value-black {
    text-align: left;
    font-family: 'OpenSans-Semibold';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: rgba(44,44,44,1);
    vertical-align: top;
}

.color-box-blue {
    overflow: visible;
    padding: 6px;
    border-radius: 11px;
    background-color: rgba(18,152,217,1) !important;
    color: rgba(18,152,217,1) !important;
    width: 1550px;
    height: 80px;
}

.color-box-white {
    padding: 6px;
    border-radius: 11px;
    background-color: rgba(255,255,255,1);
    width: 730px;
    height: 60px;
}

.big-box-white {
    border-radius: 11px;
    background-color: rgba(255,255,255,1);
    width: 625px;
    height: 120px;
    padding: 5px 5px 5px 5px !important;
}

.box-white {
    border-radius: 11px;
    background-color: rgba(255,255,255,1);
    height: 75px;
    padding: 5px 5px 5px 5px !important;
}

.WH-icon {
    position: relative;
    width: 18.455px;
    height: 18.455px;
    left: 15px;
    top: 0px;
    overflow: visible;
}


@keyframes fadein {

    0% {
        opacity: 1;
    }

    37.5% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    87.5% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#Desktop_snapshot {
    animation: fadein 5s linear 0s infinite;
    pointer-events: none;
    position: absolute;
    width: 1366px;
    height: 768px;
    left: 0;
    top: 0;
}

.mobile-view {
    display: none;
}

    .mobile-view .card-view {
        width: 100%;
        background-color: white;
        padding: 10px;
        position: relative;
        margin: 10px 0;
        border-radius: 5px;
        -webkit-box-shadow: 0 10px 6px -6px #a8a8a88c;
        -moz-box-shadow: 0 10px 6px -6px #a8a8a88c;
        box-shadow: 0 10px 6px -6px #a8a8a88c;
    }

        .mobile-view .card-view .download-icon {
            position: absolute;
            right: 10px;
        }

        .mobile-view .card-view span {
            font-size: 70%;
            font-family: OpenSans-Semibold;
            color: #26586d;
            opacity: 0.7;
        }

        .mobile-view .card-view p {
            padding: 5px 0;
            text-align: left;
            font-size: 90%;
            font-family: OpenSans-Semibold !important;
            color: #26586d;
            padding-bottom: 10px;
        }

.desktop-view {
    display: block;
}

.bargraph-wrapper {
    background: white;
    padding: 20px;
    border-radius: 5px;
    margin: 15px;
    width: 50%;
}

.header-wrapper {
    width: 281px;
    height: 45px;
    left: 172.64px;
    top: 199.39px;
    font-family: Segoe UI;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
    text-transform: capitalize;
    color: #0B3F61;
    padding-left: 15px;
}

.stats-wrapper {
    width: 50%;
    background-color: white;
    height: 150px;
    margin: 20px;
    border-radius: 5px;
    padding: 15px;
}

.referral-count {
    width: 50%;
    height: auto;
    vertical-align: inherit;
    text-align: center;
    padding-top: 51px;
}

.stats-graph-title {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    color: #414141;
    text-align: center;
}

.stats-header {
    min-width: 72px;
    height: 45px;
    left: 119.15px;
    top: 333.13px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    text-transform: capitalize;
    color: #1298D9;
}

@media only screen and (max-width: 480px) {
    .slicknav_menu .slicknav_btn {
        float: right;
        top: 55px;
    }

    .mobile-view {
        display: block !important;
        padding: 20px;
        width: 85%;
        margin-left: 5px;
    }

    .desktop-view {
        display: none !important;
    }

    #profile_main .greeting, #profile_main .heading, #profile_main .headingQ {
        font-size: 105%;
    }

    #profile_main .greeting, #profile_main .txt {
        font-size: 100%;
    }



    #header #chngPassBtn {
        font-size: 90%;
    }

    #header #runValidationBtn {
        margin-right: 5px;
        font-size: 90%;
    }

    #header .top_row .icons .shared_icon {
        margin-left: 10px;
        width: 15px;
        height: 17px;
    }

    #profile_main .facility {
        width: 110px !important;
        margin-top: 35px;
        height: 90px !important;
        vertical-align: bottom;
        text-align: center;
    }

        #profile_main .facility input {
            height: 40px !important;
        }

        #profile_main .facility .txt {
            font-size: 88%;
            width: 100% !important;
        }

    html.inner #sidebar_top_row,
    html.inner #sidebarP,
    html.inner #sidebar {
        width: 55%;
        z-index: 99;
    }

    html.inner #sidebar_top_row {
        width: 55%;
    }
}

/************************** NEW ****************************/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#papppatient-outcome-report .container {
    display: flex;
    flex-direction: column;
    background-color: #E5E5E5;
    width: 100%;
}

@media (min-width: 1200px) {
    .margin-bottom-5rem {
        margin-bottom: 5rem;
    }

    .max-width-15vw {
        max-width: 15vw;
    }

    .max-width-25vw {
        max-width: 25vw;
    }

    .max-width-20vw {
        max-width: 20vw;
    }

    .fifty-percent-width {
        width: 50%;
    }

    .seventy-percent-width {
        width: 70%;
    }

    .thirty-percent-width {
        width: 30%;
    }

    .hundred-percent-width {
        width: 100%;
    }

    .l-display-none {
        display: none;
    }

    .l-ten-percent-width {
        width: 10%;
    }

    .twenty-percent-width {
        width: 20%;
    }

    .fifteen-percent-width {
        width: 15%
    }

    .thirty-percent-width {
        width: 30%;
    }

    .fortytwo-percent-width {
        width: 42%
    }

    .l-twenty-five-percent-width {
        width: 25%;
    }

    .l-thirty-percent-width {
        width: 30%;
    }

    .l-thirty-five-percent-width {
        width: 35%;
    }

    .l-forty-percent-width {
        width: 40%;
    }

    #login_center {
        width: 30vw;
    }

    .welcome_text {
        font-size: 2rem;
    }

    .lastlogin_text {
        font-size: 1rem;
    }

    .change-org-container {
        width: 50%;
    }

    .changeorg_text {
        font-size: 1rem;
        margin-top: 2rem
    }

    #profile_main .txt {
        font-size: 1.5rem;
    }

    #login #login_center .login_center_horiz input#submit {
        padding: 1rem 0.5rem;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }

    .top-section {
        flex-wrap: wrap;
    }

    .banner {
        flex-direction: column;
    }

    .max-width-1200-flex-direction-column {
        flex-direction: column;
    }

    .left-section {
        width: 100%;
    }

    .right-section {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 1rem;
    }

    .banner-right-bar {
        width: 90vw;
    }

    #papppatient-outcome-report .section {
        flex-direction: column;
    }

    .sm-horizontal-group {
        display: flex;
    }

    .sm-hundred-percent-width {
        width: 100%;
    }

    .sm-forty-five-percent-width {
        width: 45%;
    }

    .sm-fifty-percent-width {
        width: 50%;
    }

    .sm-sixty-percent-width {
        width: 60%;
    }

    .sm-thirty-percent-width {
        width: 30%;
    }

        .sm-thirty-percent-width div, .sm-thirty-percent-width div span {
            font-size: 15px;
        }

    .sm-sixty-percent-width {
        width: 60%;
    }

    .s-display-none {
        display: none;
    }

    #login_center {
        width: 60vw;
    }

    .welcome_text {
        font-size: 1rem;
    }

    .lastlogin_text {
        font-size: 0.5rem;
    }

    .change-org-list {
        flex-direction: column;
    }

    .change-org-container {
        width: 100%;
        padding: 1rem;
    }

    .changeorg_text {
        font-size: 0.5rem;
    }

    #profile_main .txt {
        font-size: 0.6rem;
    }

    #profile_main .greeting #adminOrganization #organizations {
        margin: 10px 0;
        width: 100%;
        padding: 5px;
    }

    #login .signin-text {
        margin-bottom: 3rem;
    }

    #login #login_center .login_center_horiz input#submit {
        padding: 0.5rem;
    }
}

@media(max-width: 900px) {
    html {
        font-size: 12px;
    }

    .sm-thirty-percent-width div, .sm-thirty-percent-width div span {
        font-size: 12px;
    }

    .tablet-landscape-hundred-percent-width {
        width: 100%;
    }

    .tablet-landscape-margin-left-30px {
        margin-left: 30px;
    }

    .vertical-on-tablet-landscape {
        flex-direction: column;
    }

    .tablet-landscape-width-95-percent {
        width: 95%;
    }
}


@media (max-width: 600px) {
    html {
        font-size: 14px;
    }

    .xs-hundred-percent-width {
        width: 100%;
    }

    .vertical-on-xs {
        display: flex;
        flex-direction: column;
    }
}



.bold-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.normal-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

.blue-header-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #004E82;
}

.banner {
    width: 100%;
    background: linear-gradient(90.33deg, #004E82 1.52%, #0085BA 51.12%, #00A3D8 107.56%);
    min-height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    color: white;
    margin-top: 10px;
}

.left-section {
    display: flex;
    align-items: center;
}

.right-section {
    display: flex;
    align-items: center;
}

.vertical-text-block {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    align-items: center;
}

.banner-right-bar {
    min-width: 60vw;
    min-height: 4.5rem;
    background: linear-gradient(270.08deg, #005989 3.82%, #00D0DF 99.96%);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5rem 0 0 5rem;
    float: right;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#papppatient-outcome-report .top-section {
    display: flex;
    justify-content: space-around;
    align-self: center;
/*    padding: 1rem 0;*/
    text-align: left;
    margin-left: 1.5rem;
}

#papppatient-outcome-report .section {
    display: flex;
    justify-content: space-around;
    width: 98%;
    align-self: center;
    padding: 1rem 0;
    text-align: left;
    margin-left: 1rem;
}

.info-block {
    background: #FFFFFF;
    border: 1px solid #BDBABA;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    min-width: 10rem;
    margin: 0 1rem 1rem 0;
}

.light-blue-info-block {
    background: #00A3D8;
    color: white;
    border: 1px solid #BDBABA;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    min-width: 12rem;
    margin: 0 1rem 1rem 0;
}

.light-blue-box {
    background: linear-gradient(90.41deg, #02C1D4 0.21%, #004E82 123.6%);
    padding: 0.5rem;
    color: white;
    height: 40px;
}

.dark-blue-info-block {
    background: #004E82;
    color: white;
    border: 1px solid #BDBABA;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    min-width: 12rem;
    margin: 0 1rem 1rem 0;
}

.horizontal-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.vertical-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.progress-bar-container {
    background: #FFFFFF;
    border: 1px solid #DAD6D6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 95%;
    height: 1rem;
}

.progress-percentage {
    background: linear-gradient(90.16deg, #FF6ED6 1.24%, #C058B0 98.59%);
    border-radius: 5px;
    height: 1rem;
}

.section-label {
    display: flex;
    min-width: 20rem;
    max-width: 20rem;
    padding: 0.5rem 1rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270.08deg, #005989 3.82%, #00D0DF 99.96%);
    border-radius: 0 5rem 5rem 0;
    color: white;
}

#papppatient-outcome-report table {
    border-collapse: collapse;
    width: 100%;
    /* height: 100%; */

    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

#papppatient-outcome-report td, #papppatient-outcome-report th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
/*   
  tr:nth-child(even) {
    background-color: #dddddd;
  } */

/********************* LOGIN PAGE ************************/
#login .login-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#login .form-container {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem 1rem 1rem;
    align-items: center;
    width: 100%;
    border: 1px solid #BDBABA;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 460px;
}

#login .welcome-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #004E82;
}

#login .signin-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #6E879A;
}

#login .account-text {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #494949;
}

#forgot {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #004E82;
    text-decoration: none;
}

#privacy {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #004E82;
    text-decoration: none;
}

#support {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #004E82;
    text-decoration: none;
}

#supportt {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #004E82;
    text-decoration: none;
}

#problem {
    display: none;
}

/******************* WELCOME *******************/
.welcome_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    line-height: 1.4rem;
    color: #004E82;
    margin-bottom: 10px;
}

.lastlogin_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    color: #494949;
    margin-bottom: 3rem;
}

.changeorg_text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    color: #494949;
}

.change-org-container {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    margin-top: 2rem;
}

.change-org-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem;
    max-width: 600px;
}

    .change-org-list select {
        background: #FFFFFF;
        border: 2px solid #BDBABA;
        box-sizing: border-box;
        border-radius: 4px;
    }

.changeorg_btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: linear-gradient(90.41deg, #02C1D4 0.21%, #004E82 123.6%);
    border-radius: 5px;
    padding: 0.5rem 1rem;
    border: 0;
}

.dropdownClass {
    border-radius: 5px;
}

.footnote-text {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    /* identical to box height, or 198% */

    text-transform: capitalize;
    color: #525252;
}

.date-filters {
    min-width: 25rem;
    height: 1.5rem;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .date-filters > .vertical-seperator {
        height: 100%;
        width: 1px;
        border: 1px solid rgba(189, 186, 186, 0.6);
    }

.date-filter-btn {
    cursor: pointer;
    padding: 5px 10px;
    background: inherit;
    border: 0;
}

.date-filter-active {
    background: linear-gradient(270.13deg, #00A3D8 6.22%, #0183A7 152.59%);
    color: white;
}

.date-filter-btn:hover {
    background: linear-gradient(270.13deg, #00A3D8 6.22%, #0183A7 152.59%);
    color: white;
}

.threshold-block {
    border: 1px solid rgba(189, 186, 186, 0.6);
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.showMoreButton {
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    background: linear-gradient(270.08deg, #005989 3.82%, #00D0DF 99.96%);
    float: right;
}

.data_Filters {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: left;
}

.btnReloadNew {
    width: 105px;
    height: 32px;
    background-color: #0b445c;
    border-radius: 10px;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 100%;
    cursor: pointer;
}

.btnFilter, div.btnReload input, #btnAddAuthorizationPatients, #btnBatchRefreshFiles {
    min-width: 105px;
    display: block;
    height: 32px;
    background-color: #0b445c;
    border-radius: 10px;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 100%;
    cursor: pointer;
}

#sidebar .selectBox-dropdown {
    cursor: pointer;
    width: 80% !important;
    background: none;
    border: 1px solid white;
    border-color: white;
    box-shadow: none;
    border-radius: 0 !important;
}

.sidebar-ddList {
    margin-left: 24px !important;
    margin-top: 12px;
}

.chkbox input[type="checkbox"] {
    white-space: nowrap;
    padding-top: 5px;
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.d-flex {
    display: flex;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.font-weight-700 {
    font-weight: 700;
}

.mt-10 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 5px;
}

.btn-pap-patient {
    background-color: #0b445c;
    border-radius: 10px;
    border: none;
    color: white;
    font-family: 'OpenSans-Semibold';
    font-size: 100%;
    cursor: pointer;
    padding: 4px 10px 4px 10px;
}

.ml-5 {
    margin-left: 5px;
}

.w-95 {
    width: 95%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.bullet-point {
    list-style: disc !important;
    margin-left: 40px;
}

.hmo-message-display {
    word-wrap: break-word;
    white-space: break-spaces;
    width: 90%;
}

.egl-yes {
    background: #50F674;
    padding: 5px 10px;
    /*font-size: small;*/
    border-radius: 5px;
    color: #666262;
}

.egl-no {
    background: #FF5656;
    padding: 5px 10px;
    /*font-size: small;*/
    border-radius: 5px;
    color: #fff;
}

.span-in-network {
    background: #50F674;
    padding: 5px;
    border-radius: 5px;
    color: #6e6363;
}

.span-network-not-app {
    background: #FFE870;
    padding: 5px;
    border-radius: 5px;
    color: #6e6363;
}

.span-out-of-network {
    background: #FF5656;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}