/* Minification failed. Returning unminified contents.
(845,35): run-time error CSS1046: Expect comma, found '0'
(845,39): run-time error CSS1046: Expect comma, found '/'
(845,63): run-time error CSS1046: Expect comma, found '0'
(845,67): run-time error CSS1046: Expect comma, found '/'
 */
.GenericButton {
    border-radius: 10px;
    border: none !important;
    width: 130px;
    height: 35px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: normal;
    color: #D5D3D4 !Important;
    font-size: 16px;
    cursor: pointer;
    background-image: -o-linear-gradient(bottom, #000000 49%, #59595a 75%);
    background-image: -moz-linear-gradient(bottom, #000000 49%, #59595a 75%);
    background-image: -webkit-linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    background-image: -ms-linear-gradient(bottom, #000000 49%, #59595a 75%);
    -pie-background: linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    behavior: url('/Scripts/PIE.htc');
    outline: 0;
}

.login-body {
    /*background-color: #00aeef;*/
}

#login-container {
    width: 400px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px !Important;
    -khtml-border-radius: 20px !Important;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 20px 15px 10px 80px;
    background-color: #FFFFFF;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%);
    -pie-background: linear-gradient(#FFFFFF, #E2E2E2);
    behavior: url('/Scripts/PIE.htc');
}

#forgotPassword-container {
    width: 400px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px !Important;
    -khtml-border-radius: 20px !Important;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 20px 15px 10px 80px;
    background-color: #FFFFFF;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E2E2E2));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E2E2E2 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%);
    -pie-background: linear-gradient(#FFFFFF, #E2E2E2);
    behavior: url('/Scripts/PIE.htc');
}

.app-logo-img {
    max-width: 100%;
    height: auto;
    /* padding-left: 42px; */
    padding-bottom: 15px;
    padding-top: 1px;
    margin: auto;
}

.h1-style {
    /*font-family: Helvetica;*/
    font-weight: normal;
    font-size: 20px;
    color: #333;
}

.txt-box-login {    
    display: block;
    width: 100%;
    height: 44px;
    margin: 10px 0; 
    font-size: 1.2em;
    border-radius: 4px;
    padding: 5px 10px;
    border: solid 1px rgba(0,173,239,0.4);
    background-color: rgba(251,251,251,1.0);
}

.label-login {
    /*font-family: Helvetica;*/
    /*font-weight: lighter;
    color: #666;*/
    font-weight: normal;
    color: #337ab7;
}

.remember-lbl {
    font-weight: initial !important;
    color: rgba(37,37,37,1.0) !important;
    font-size: 1.3em !important;
    margin-left: 10px !important;
    margin-top: -2px !important;
    padding-left: 10px;
}

.label-login-big {
    font-size: 15px;
}

.chk-remember-me-container {
   padding-top: 10px;
}

.chk-remember-me-container-default {
    padding-top: 2px;
}

.label-login-small {
    font-size: 12px;
}

.button-login {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    width: 130px;
    height: 35px;
    font-family: Helvetica;
    font-weight: lighter;
    font-size: 16px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top left, #828282 0%, #000000 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top left, #828282 0%, #000000 100%);
    /* Opera */
    background-image: -o-linear-gradient(top left, #828282 0%, #000000 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #828282), color-stop(1, #000000));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top left, #828282 0%, #000000 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom right, #828282 0%, #000000 100%);
    -pie-background: linear-gradient(#828282, #000000);
    behavior: url('/Scripts/PIE.htc');
    outline: none;
    border: none;
    cursor: pointer;
}

.login-button-container {
    float: right;
    margin-right: 64px;
    padding-top: 10px;
}

.remember-me-parent-container {
    float: left;
}

.link-style {
    text-decoration: none;
    color: #666;
    text-align: center;
    clear: both;
    padding-top: 14px;
    margin-left: -68px;
}

/*.link-style:hover {
		text-decoration: underline;
		color: black;
	}*/

.forgot-passwd-lnk {
    /*padding-top: 12px;*/
    float: right;
    text-decoration: none;
    cursor: pointer;
    padding-bottom: 15px;
}

    .forgot-passwd-lnk:hover {
        text-decoration:none;
    }

.chk-remember-me {
    float: left;
}

.validation-summary {
    font: 12px Tahoma, Geneva, sans-serif;
    color: Red;
}


/* Login Disclaimer Dialog Box Styles Start */

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
}

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 1.3em;
        top: 50%;
        width: 21px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 0px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.main-dialog-popup .generic-dialog-box-popup {
    background-color: white !important;
    border: 1px solid #DBDEE1;
    border-bottom-left-radius: 10px !Important;
    border-bottom-right-radius: 10px !Important;
}

.main-dialog-popup .ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -22px;
    background-image: url('/Content/Images/close_popup.png');
    height: 23px !important;
    width: 31px;
    margin-top: -11px;
}

.main-dialog-popup .ui-dialog-titlebar-close {
    height: 15px !important;
    width: 15px !important;
}

.main-dialog-popup .ui-dialog-title {
    padding-top: 3px;
}

.button-layout {
    border-radius: 4pt;
    outline: none;
    cursor: pointer;
    padding: 4px;
    height: 25px;
    border: none;
    width: 100px;
    font-family: sans-serif !important;
    font-weight: normal !important;
    color: #D5D3D4;
    font-size: 12px !important;
    background: black;
    background-image: linear-gradient(bottom, #000000 49%, #59595a 75%) !important;
    background-image: -o-linear-gradient(bottom, #000000 49%, #59595a 75%) !important;
    background-image: -moz-linear-gradient(bottom, #000000 49%, #59595a 75%) !important;
    background-image: -webkit-linear-gradient(bottom, #000000 49%, #59595a 75%) !important;
    background-image: -ms-linear-gradient(bottom, #000000 49%, #59595a 75%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#59595a', endColorstr='#000000') !important;
    -pie-background: linear-gradient(bottom, #000000 49%, #59595a 75%) !important;
    behavior: url('/Scripts/PIE.htc') !Important;
}

.ui-dialog-titlebar {
    border-top-left-radius: 10px !Important;
    border-top-right-radius: 10px !Important;
    font-family: sans-serif;
    /*border-color: white;*/
    color: #A9A7A7 !Important;
    height: 27px;
    font-size: 13px;
    padding-top: 5px;
    font-weight: bold;
    background-image: linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    background-image: -o-linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    background-image: -moz-linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    background-image: -webkit-linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    background-image: -ms-linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#59595a', endColorstr='#000000') !Important;
    -pie-background: linear-gradient(bottom, #000000 49%, #59595a 75%) !Important;
    padding-left: 10px !Important;
    behavior: url('/Scripts/PIE.htc');
}

.ui-widget-overlay {
    background-color: #757575;
    opacity: .7;
    position: fixed;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget-overlay {
    /*background: #aaaaaa url(/content/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;*/
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-front {
    z-index: 100;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border-bottom: 1px solid #cccccc;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
    -pie-background: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%) !Important;
    behavior: url('/Scripts/PIE.htc');
    font-weight: lighter;
    color: #555555;
    height: 35px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}


.spinner {
    min-width: 24px;
    min-height: 24px;
    position: relative;
}

    .spinner:before {
        /*content: 'Loading…';*/
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-top: -10px;
        margin-left: -10px;
        /*Css to work with IE9*/
        border-radius: 50%\9;
        border: 2px solid #B6E5F7\9;
        border-top-color: #00ADEF\9;
        animation: spinner .6s linear infinite\9;
        -webkit-animation: spinner .6s linear infinite\9;
        z-index: 12001\9;
    }

    .spinner:not(:required):before {
        content: '';
        border-radius: 50%;
        border: 2px solid #B6E5F7; /*rgba(0, 0, 0, .3);*/
        border-top-color: #00ADEF; /*rgba(0, 0, 0, .6);*/
        animation: spinner .6s linear infinite;
        -webkit-animation: spinner .6s linear infinite;
        z-index: 12001;
    }

    .spinner:after {
        opacity: .4;
        background: gray;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        content: ' ';
        border: 1px solid #5c5c5c;
        z-index: 12000;
    }

    .spinner.rounded:after {
        opacity: .4;
        background: gray;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        content: ' ';
        border: 1px solid #5c5c5c;
        z-index: 12000;
        -webkit-border-radius: 20px;
    }


/* Login Disclaimer Dialog Box Styles End */

.upcoming-maintenance-message {
        position: absolute;
        top: 5%;
        left: calc(37.5% - 35px);
        width: calc(25% + 70px);
        color: rgba(165,119,79,1.0);
        background: rgba(252,248,227,1.0);
        border: solid 1px rgba(255, 213, 94,1.0);
        padding: 10px;
        font-size: 1.4em;
        font-weight: 400;
        line-height: 1.6em;
        text-align: center;
        border-radius: 4px;
        z-index: 999;
        min-width:440px;
    }
#timeknown{
    display:none;
}

#show-password {
    position: relative;
    top: 2px;
}

#show-password-text {
    position: relative;
    left: 5px;
}
#mfa-panel .sign-in-mfa-descriptor {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(51,51,51,1.0);
}

#mfa-panel .select-me-button {
    background: rgba(57,181,74,1.0);
    font-size: 14px;
    border: solid 1px rgba(0,146,69,1.0);
    width: 100px;
    padding: 5px;
    float: left;
    color: rgba(255,255,255,1.0);
    text-align: center;
    margin-right: 10px;
    border-radius: 2px;
    cursor: default;
}

#mfa-panel .where-go {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgba(51,51,51,1.0);
    padding: 5px;
    display: block;
}

#mfa-panel .disabled-phone-fields {
    opacity: 0.5;
    pointer-events: none;
}

.missing-phone-field-pos {
    padding-top: 0px !important;
}
/*No Split Screen CSS*/
@charset "UTF-8";
/* CSS Document */
.split-me {
    position: absolute;
    top:0;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}
.left-side-log-in {
    padding-top: 5%;
    left: 0;
    background-color: rgba(230,241,248,1.0);
    border-right: solid 1px rgba(230,230,230,1.0);
}

.right-side-log-in {
    display:none;
}

.log-in-holder {
    margin: 0 auto;
    width: calc(50%);
    padding: 35px;
    border: solid 1px rgba(230,230,230,0.9);
    background: rgba(255,255,255,0.8);
    border-radius: 8px;
    min-width: 360px;
    max-width: 430px;
}
    .log-in-holder input[type=text], input[type=password] {
        display: block;
        width: 100%;
        height: 44px;
        margin: 10px 0; /**/
        font-size: 1.2em;
        border-radius: 4px;
        padding: 5px 10px;
        border: solid 1px rgba(0,173,239,0.4);
        background-color: rgba(251,251,251,1.0);
    }
    .log-in-holder input[type=text]:focus, .log-in-holder input[type=password]:focus {
        border-color: rgba(0,173,239,1.0);
        background-color: rgba(255,255,255,1.0);
    }
.log-in-holder label {
    display: block;
    width: 100%;
    margin: 0 5px;
    font-size: 1.4em;
    color: rgba(45,133,191,1.0);
}
.log-in-logo {
    display: block;
    width: 100%;
    margin: 10px auto 30px auto;
}
.log-in-holder input[type=checkbox], .log-in-holder input[type=radio], .log-in-holder input[type=checkbox] label, .log-in-holder input[type=radio] label {
    display:inline-block;
    width: 14px;
    margin: -2px 0 0 0;
}
.log-in-button-line {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.log-in-button-line:last-child {
    padding-bottom: 0;
}
.log-in-button-line p {
    display: inline-block;
    font-size: 1.3em;
    margin: 0;
}
.log-in-button-line h1 {
    display: block;
    font-size: 1.3em;
    text-align: center;
    color: rgba(45,133,191,1.0);
}
    .log-in-button-line .standard-btn {
        font-size: 1.4em;
        margin: 0 auto;
        width: 100%;
        height: 34px;
        background-color: rgba(7,92,148,1.0);
        border: solid 1px rgba(10,115,186,1.0);
        color: rgba(255,255,255,1.0);
    }
  .log-in-button-line .standard-btn:hover {
            background-color: rgba(10,115,186,1.0);
            border: solid 1px rgba(7,92,148,1.0);
            box-shadow: none;
        }
/*No Split Screen CSS*/
@media screen and (max-width: 780px) {
    .left-side-log-in {
        width: 100%;
        position: relative;
    }

    .right-side-log-in {
        display: none;
    }
}
@charset "UTF-8";
/* CSS Document */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
textarea, input, button {
	outline: none;
    border: solid 1px rgba(238,238,238,1.0);
}
input {
	/*border-radius:4px;*/
}
input:focus {
	outline:solid 1px rgba(82,154,202,0.8);
}
button:active, button:focus {
	outline: solid 1px rgba(82,154,202,0.0);
}
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;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
hr {
  border: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	background-color: rgba(251,251,251,1.00);
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 10px;
	box-sizing: border-box;
}
sup { 
    font-size: .6em;
}
.btn {
    white-space: normal;
    background: rgba(255,255,255,0.0);
}
.wrapper {
	color: rgba(37,37,37,1.0);
}
.left-side {
    background-color: rgba(245,245,245,1.0);
    width: 225px;
    height: calc(100vh - 0px);
    border-right: solid rgba(204,204,204,0.2) 1px;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 25%), 0 0 0 1px rgb(0 0 0 / 14%);
}
.header {
	max-width: 225px;
	float: left;/*
	display: inline-block;
	padding-bottom: 20px;*/
    padding-bottom: 5px;
    /*background: rgba(235,235,235,1.0);
    background: rgba(251,251,251,1.0);*/
}
.stage {
	width: calc(100% - 225px);
	float: right;
	height: calc(100vh - 0px);
    font-size:.86em;
	/*background-color: rgba(10,115,186,0.10);*/
}
/*-----------PATIENT MODAL CONTENT AREA-----------*/
.modal-takeover {
    width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    position: absolute;
    top: 0;
    left: 20px;
}
.modal-main {
	height: calc(100vh - 140px);
    /*max-height: 800px;*/
    overflow-x:hidden;
    overflow-y: hidden;
	/*border-bottom: solid 1px rgba(204,204,204,1.0);*/
	padding-bottom: 0; 
}
.patient-slide-out {
    box-shadow: 4px 4px 12px 15px rgba(102,102,102,0.1);
    width: calc(100vw - 234px);
    height: calc(100vh - 20px);
    background: rgba(251,251,251,1.0);
    position: absolute;
	top: 10px;
	right: 0px;
    border-left: solid 5px rgba(102,102,102,1.0);
    border-top: solid 5px rgba(102,102,102,0.8);
    border-bottom: solid 5px rgba(102,102,102,0.8);
    overflow: auto;
}
/* —------THIS HANDLES FOR WHEN THE LEFT NAV IS CLOSED — THE REST OF THE GENERIC MODAL PROPERTIES ARE RESPONSIVE AND SHOULD NOT BE ADVERSELY AFFECTED —------ */
.expand-stage .stage-content .patient-slide-out {
    width: calc(100vw - 71px);
}
.patient-slide-out-close {
    height: 38px;
    float: right;
    padding: 12px 12px;
    font-size: 1.1em;
    text-align: center;
    box-sizing: border-box;
    color: rgba(255,255,255,1.0);
    background: rgba(158,9,15,0.6);
    border: solid 1px rgba(80,0,21,0.6);
    margin: -46px -1px 0 0;
}
.patient-slide-out-close:hover {
    background: rgba(158,9,15,1.0);
    border: solid 1px rgba(80,0,21,1.0);
    cursor: pointer;
}
.patient-slide-out-close a {
    color:rgba(255,255,255,1.00)
}
.patient-slide-out-switcher {
    height: 38px;
    float: left;
    padding: 12px 12px;
    font-size: 1.1em;
    text-align: center;
    box-sizing: border-box;
    color: rgba(255,255,255,1.0);
    background: rgba(255,255,255,0.1);
    margin: -47px -1px 0 0;
    border: solid 1px rgba(7,92,148,0.3);
}
.patient-slide-out-switcher:hover {
    background: rgba(255,255,255,0.4);
    border: solid 1px rgba(7,92,148,1.0);
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
}
#viewswitchicon {
    width:24px;
    height: 24px;
    fill: rgba(255,255,255,1.0);
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -5px;
}
.patient-slide-header {
	width: 100%;
    margin: 0;
    background-color:rgba(7,92,148,1.0);
	border-bottom: solid 1px rgba(7,92,148,0.2);
    height: 70px;
}
.patient-slide-header h2 {
    display: block;
    /**/width:100%;
	font-size:1.9em;
	font-weight: 600;
    text-align: center;
    padding: 10px 0;
    color: rgba(255,255,255,1.0);
}
.patient-slide-header-details {
    position:absolute;
    top: 47px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    font-size: .6em;
    font-weight: 300;
    padding: 5px;
    background: rgba(0,0,0,0.2);
    color: rgba(255,255,255,1.0);
    
}
.patient-slide-header-spacer {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}
.prev-patient, .next-patient {
    font-weight: 300;
    width: 80px;
    height: 90%;
    padding: 10px 10px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: .6em;
    display: inline-block;
    border: solid 1px rgba(7,92,148,0.3);
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,1.0);
}
.prev-patient {
    margin: -15px 50px 0 0;
    border-radius: 4px 0 0 4px;
}
.next-patient {
    margin: -15px 0 0 50px;
    border-radius: 0 4px 4px 0;
}
.prev-patient:hover, .next-patient:hover {
    border: solid 1px rgba(7,92,148,1.0);
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
}
.modal-background {
	background-color: rgba(51,51,51,0.30);
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.modal-patient-header {
	width: 100%;
	height: 44px;
    padding: 0 10px;
    /*margin-top:-10px;*/
    background-color:rgba(7,92,148,0.1);
	border-bottom: solid 1px rgba(7,92,148,0.2);   
	/*border-left: solid 1px rgba(6, 88,142,1.0);
	border-right: solid 1px rgba(6, 88,142,1.0);
    height: calc (100% + 20px);*/
    /*background-color:rgba(51,51,51,1.00);
    background-color:rgba(245,245,2452,1.00);
    background-color: rgba(230,241,248,1.0);
    box-sizing: border-box;
    border-bottom: solid 1px rgba(204,204,204,1.00);*/
}
.modal-patient-header h2 {
    display: block;
	font-size:1.4em;
	font-weight: 600;
	float: left;
	/*color: rgba(255,142,0,1.0);
    color: rgba(255,255,255,0.90);*/
	margin: 12px 0;
}
.patient-navigator {
	font-size:1.1em;
    display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	text-align: center;
	/*float: left;
	margin: auto;
	margin-top: 7px;*/
}
.view-switcher {
	position: absolute;
	top: 29px;
	right: 100px;
	font-size:1.4em;
	margin-left: 20%;
	margin-top: 5px;
}
.view-switcher label {
	margin: 0 10px;
}
.modal-closer {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size:1.8em;
	font-weight: 600;
	color: rgba(81,128,190,1.0);
	padding: 5px 10px;
	cursor: pointer;
	/*border: solid 1px rgba(81,128,190,1.0);*/
}
.modal-patient-details1 {
	width: 100%;
	font-size:1.2em;
    height: 30px;
    padding: 10px 10px 30px 10px;
	font-weight: 300;
	box-sizing: border-box;
	border-bottom: solid 1px rgba(230,230,230,1.0);
    background-color: rgba(230,241,248,0.2);/**/
}
.roster-claims-details {
	display: inline-block;
	width: 20%;
	text-align: left;
    border-right: solid 1px rgba(230,230,230,1.0);
    padding: 5px 0;
}
.contract-details {
	display: inline-block;
	width: 20%;
	text-align: center;
    border-right: solid 1px rgba(230,230,230,1.0);
    padding: 5px 0;
}
.caregaps-risk-ati {
	display: inline-block;
	width: 38%;
	text-align: center;
    border-right: solid 1px rgba(230,230,230,1.0);
    padding: 5px 0;
}
.minutes-spent{
	float: right;
	width: 18%;
	text-align: right;
    padding: 5px 0;
}
.add-time {
	float: right;
	/*font-size: .7em;*/
	padding: 4px 6px;
	cursor: pointer;
	background-color: rgba(230,230,230,1.0);
	margin-top: -6px;
	box-sizing: border-box;
	border: solid 1px rgba(204,204,204,1.0);
}
.callout-blue {
	font-weight: 400;
	color: rgba(81,128,190,1.00);/* */
	margin-right: 20px;
}
.callout-blue:last-child {
	margin-right: 0;
	
}
.modal-patient-details2 {
	width: 100%;
	height: 45px;
	font-weight: 300;
    /**/font-size: 1.2em;
}
/* THIS IS FOR WHEN DEMOGRAPHICS IS EXPANDED */
.expanded {
	height: 200px;
    /*color: purple;
    background-color: purple;*/
}
/*.open > .dropdown-menu {
  display: block;
}*/
.modal-patient-navtabs {
	width: 100%;
	height: 36px;
    background: rgba(91,91,91,1.0);
    box-sizing: border-box;
    border-top: solid 1px rgba(204,204,204,1.0);
    border-bottom: solid 1px rgba(204,204,204,1.0);
}
.modal-patient-navtabs-tab {
    display: inline-block;
    width: calc(11vw - 12px);
    font-weight: 300;
    box-sizing: border-box;
    background-color: rgba(91,91,91,1.0) !important;
    border-right: solid 1px rgba(204,204,204,1.0);
    padding: 10px 10px 12px 10px;/**/
    text-align: center;
}
.modal-patient-navtabs-tab {
    width: calc(11vw - 30px);
}
.modal-patient-navtabs-tab:last-child {
    border-right: none;    
}
.active-tab {
    background-color: rgba(255,255,255,1.0) !important;
    color: rgba(91,91,91,1.0);
    font-weight: 400;
    box-sizing: border-box;
    border-bottom: solid 1px rgba(255,255,255,1.0);
}


.modal-patient-navtabs-tab:hover {
	color: rgba(81,128,190,1.0);
    cursor: pointer;
    /*font-weight: 400;
    background-color: rgba(255,255,255,1.0);
    margin-left: -4px;
    padding-left:10px;*/
}
.modal-patient-content {
	width: 100%; 
	height: calc(100vh - 240px);
    font-size: 1em;
	/*background-color:purple;
    overflow-y: auto;*/
}
.tab-content {
	width: 100%; 
	/*height: calc(100vh - 220px);
	background-color:purple;
    overflow: auto;*/
    height: calc(100vh - 260px);
}
/*.tab-content>.active {
    display: block;
    max-height: calc(100vh - 260px);
    overflow: auto;
}*/
.main-timeline {
    height:35px;
    /*width: calc(100vw - 60px);*/
    width: 100%;
    background-color: rgba(81,128,190,1.0);
    color: rgba(255,255,255,1.00);/**/
    text-align: center;
    /*font-size: 1.4em;*/
    font-weight: 300;
    padding: 10px;
}
.main-timeline-years {
    display:inline-block;
    width: 5.3%;
    z-index: 1005;
}
.main-timeline-years:first-child {
    float:left;
}
.main-timeline-years:last-child {
    float:right;
    /*background-color: red;*/
}
.time-slider {
    position:absolute;
    top:246px;
    /*left:calc(100vw - 600px);*/
    content: url(../images/timeline-slider.svg);
    width: 82px;
    height: 35px;
    /*z-index: 999;*/
    margin-left: 10px;
}
.timeline-details {
    height:35px;
    width: 100%;
    /*width: calc(100vw - 60px);*/
    /*background-color: rgba(230,241,248,1.00);*/
    background: rgba(245,245,245,1.0);
    color: rgba(51,51,51,1.00);
    /*font-size: 1.6em;*/
    font-weight: 600;
    border:solid 1px rgba(230,230,230,1.0);
    border-bottom: none;
}
.timeline-details-quick-links {
    float: left;
    width: 20%;
    padding: 10px 0;
    box-sizing: border-box;
    border-right:solid 1px rgba(230,230,230,1.0);
}
.timeline-quick-links {
    float: left;
    width:32%;
    text-align: center;
    font-weight: 300;
}
.timeline-quick-links a {
    color: rgba(81,128,190,1.0);
}
.timeline-details-dates {
    float:right;
    width: 80%;
    padding: 10px 0;
    text-align: center;
}
.timeline-dates {
    float: left;
    width: 20%;
    padding: 2px 1%;
    text-align: center;
    font-size: .8em;/**/
    /*background-color: red;*/
}
.timeline-dates:first-child {
    text-align: left;
}
.timeline-dates:last-child {
    text-align: right;
}
.timeline-holder {
    box-sizing: border-box;
    border: solid 1px rgba(230,230,230,1.0);
    display: block;
}
.timeline-category-section {
    display: block;
    width: 100%;
}
.timeline-category-section .details-expanded {
    max-height:200px;
    overflow: auto;
}
.timeline-category-marker {
    display: inline-block;
    width: 6px;
    border: 6px solid rgba(0,173,239,1.0);
    border-radius: 50%;
    line-height: 0em;
}
/*-------FOR DISPLY PURPOSES ONLY -- Markers in the patient's timeline history-------*/
.marg10 {
    margin: 0 10%;
}
.marg20 {
    margin: 0 20%;
}
.marg30 {
    margin: 0 30%;
}
.marg40 {
    margin: 0 40%;
}
.marg50 {
    margin: 0 50%;
}
.marg60 {
    margin: 0 60%;
}
.paintmered {
    border-color:red;
}
.dropdown {
    display: inline-block;
    /*width: 12vw;
    height: 30px;
    margin: 0 10px 20px 5px;*/
    /*color: rgba(81,128,190,1.00);
    box-sizing: border-box;
    border-right: solid 1px rgba(204,204,204,1.0);
    vertical-align: middle;*/
}
.dropdown-doublewide {
    width: 18vw;
}
.dropdown-full {
    width: 40vw;
}
.dropdown label {
    display: inline-block;/**/
}
/*
.dropdown a {
    font-size: .8em;
}*/
.dropdown-toggle {
    padding: 2px 10px;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: .9em;
    /*border-right: solid 1px rgba(204,204,204,0.4);
    border-left: solid 1px rgba(204,204,204,0.4);*/
}
.btn-group {
    margin-left: 10px;
}
.dropdown-toggle:hover {
    background:rgba(245,245,245,0.3);/**/
    box-sizing: border-box;
    border-right: solid 1px rgba(204,204,204,0.8);
    border-left: solid 1px rgba(204,204,204,0.8);
    margin-left: -1px;
}
.patient-card-toggle {
    padding: 15px 10px;
    cursor: pointer;
}
/*.dropdown-toggle {
	width: 250px;
	text-align: left;
	height: 24px;
	vertical-align: middle;
	padding: 0 5px 5px 5px;
}*/
.caret {
	float: right;
	margin-top: 8px;
}
.remove-float {
    float: none;
	margin: 0 5px 0 8px;
}
.patient-card-toggle:after {
	content: '▾';
    color: rgba(204,204,204,0.4);
    /*margin: 0 0 0 15px;*/
    float: right;
    margin: 0 10px 0 0;
}
.patient-card-toggle:hover:after {
    color: rgba(81,128,190,1.00);
}
.second-level-expander {
    float: right;
    padding: 5px;
    margin: 10px 10px 0 0;
    font-weight: 300;
    font-size: .9em;
	background-color: rgba(230,230,230,1.00);
	box-sizing: border-box;
	border: solid 1px rgba(204,204,204,1.0);
}
.dropdown-menu {
    padding: 10px;
    border-radius: 0 0 2px 2px;
    margin: 0 0 0 -1px;
    /*margin: 5px 0 0 0;*/
    min-width: 12vw;
    font-weight: 400;
    max-height: 500px;
    overflow: auto;
}
.first-dropdown-menu {
    margin: 0 0 0 -1px;
}
.dropdown-menu li {
    margin: 10px 5px;
    color: rgba(51,51,51,1.00);
}
.dropdown-menu li input {
    margin: 0 5px 0 10px;
}
.dropdown-menu li input:first-child {
    margin-left: 0;
}
li.category-callout {
    font-weight: 600;
    border-bottom: solid 1px rgba(204,204,204,1.0);/* */
    padding: 10px 0 5px 0;
    color: rgba(7,92,148,1.0);
}
li.category-callout:first-child {
    padding-top:0;
}
/*
.modal-patient-header, .modal-patient-details1, .modal-patient-content {
	padding: 10px;
}*/
.showall {
    display: block;
    min-height:197px;
    background: red;
    clear: both;
    z-index: 1004;
    
}
/*-----------MAIN CONTENT AREA-----------*/
.inner-stage {
	padding: 10px;
	font-size: 1em;
}
.inner-stage-title {
	font-size: 2.4em;
	font-weight: 300;
	color: rgba(10,115,186,1.0);
	margin-bottom: 10px;
}
.inner-stage-content {
	background: rgba(255,255,255,1.0);
	/*background: red;
    box-sizing: border-box;
	border: solid 1px rgba(230,230,230,1.0);*/
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
	width: 100%;
	height: calc(100vh - 55px);
	font-size: 1.4em;/**/
	/*overflow: auto;;*/
	/*padding: 10px;*/
}
.inner-stage-content-header {
	height: 40px;
    background-color: rgba(7,92,148,1.0);
    /*background-color: rgba(13,116,187,1.0) LB LOGO BLUE;
	margin-bottom: 10px;
    background-color: rgba(51,51,51,1.0);DARK THEME*/
	font-weight: 300;
	fill: rgba(255,255,255,1.0);
    width: calc(100% + 2px);
    margin-left: -1px;
}
.background-filler {
    background-color: rgba(7,92,148,0.2);
    color: rgba(7,92,148,1.0);
}
.inner-stage-content-header .caret {
    margin-left: 15px;
}/**/
.inner-stage-content-subheader {
	width: 100%;
	height: 40px;
	background-color: rgba(245,245,245,1.0);
	margin-top: -10px;
	margin-bottom: 10px;
	font-weight: 300;
	fill: rgba(255,255,255,1.0);
}
.inner-stage-content-header h2 {
	padding: 10px;
	font-size: 1.2em;
	font-weight: 300;
    color:rgba(255,255,255,0.6);
	float: left;
}
.inner-stage-content-header h2 a {
    color:rgba(255,255,255,1.0);
}
.inner-stage-content p {
	margin: 10px 0;
}
.stage-content {
	width: 100%;
    background: rgba(255,255,255,1.0);
	/*padding: 0 10px 10px 10px;*/
	overflow: auto;
    max-height: calc(100vh - 95px);
    /*height: calc(100vh - 95px);
    height: calc(100vh - 140px);*/
}
.main-content {
    padding: 10px;
    height: inherit;
    overflow: auto;
}
.main-content p {
	font-size: 1em;
}
.main-content h1 {
	font-size: 2em;
}
.main-content h2 {
	font-size: 1.5em;
}
.main-content h3 {
	font-size: 1.285714285714286em;
}
.main-content h4 {
	font-size: 1.071428571428571em;
}
.main-content h5 {
	font-size: 1em;
}
.table-scroll {
	/*height: calc(100vh - 190px);*/
    width: 100%;
    /*width: calc(100% - 20px);*/
    overflow: auto;
    margin: 10px auto 0 auto;
    padding-bottom: 0;
	/*box-sizing: border-box;
	border-left: solid 1px rgba(204,204,204,1.0);*/
}
.table-scroll-not-fancy {
    height: calc(100vh - 270px);
    width: 100%;
    overflow: auto;
    padding-bottom: 0;
    margin: 0;
	/*border-right: none;
	border-bottom: solid 1px rgba(204,204,204,1.0);
	box-sizing: border-box;
	border-left: solid 1px rgba(204,204,204,1.0);*/
}
.table-scroll-not-fancy td {
	padding: 5px;
	vertical-align: middle;
    max-width: 350px;
    text-overflow: ellipsis;
}
.table-scroll-not-fancy td a {
	color: rgba(7,92,148,1); 
}
.table-scroll-not-fancy .caret {
	position: relative;
    top: 5px;
    left: -125px;
    margin: 0 15px 0 0;
}
.table-scroll-not-fancy .caret .no-label {left: -175px;}
.rotate-me {
	top: 24px !important;
    left: -245px;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    margin: 25px 0 0 0;
}
.table-scroll-not-fancy .counter {
	position: relative;
    left: 15px;
	top: 25px;
	font-size: .9em;
	font-weight: 600;
	margin: -15px 0 0 0;
	padding: -15px 0 0 0;
}
/*-------END Markers in the patient's timeline history-------*/
.timeline-category-section-line {
    box-sizing: border-box;
    border-bottom: solid 1px rgba(230,230,230,1.0);   
}
.timeline-category-section-item {
    height: 30px;/**/
    font-size: 1em;/**/
    display: inline-block;
    width: 20%;
    padding: 10px 0;
    box-sizing: border-box;
    border-right: solid 1px rgba(230,241,248,1.00);
    /*box-sizing: border-box;
    border: solid 1px rgba(204,204,204,1.0);
    background-color:purple;*/
}
.timeline-category-section-line input {
    margin: 0 10px;
}
.timeline-category-data-area {
    width: 79.5%;
    display: inline-block;
    font-size: 1em;/**/
    height: 30px;
    padding: 10px;
    /*box-sizing: border-box;
    border: solid 1px rgba(204,204,204,1.0);
    background: red;*/
}
.timeline-block-holder {
    width: 100%;
    height: calc(100vh - 566px);
    /*max-height: 325px;*/
    background: rgba(245,245,245,1.0);
    box-sizing: border-box;
    border: solid 1px rgba(230,230,230,1.0);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.timeline-encounter-block {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    border-right: solid 1px rgba(204,204,204,1.0);
}
.timeline-encounter-block:nth-child(even) {
    background: rgba(81,128,190,0.05);
    /*border-color:rgba(81,128,190,1.0);*/
    margin: 0 0 0 -2px;
}
.timeline-encounter-block h2 {
    /**/color: rgba(81,128,190,0.8);
    /*font-size: 1.6em;*/
    display: block;
    margin: 10px 10px 0 10px;
    clear: both;
}
.timeline-encounter-block-icon {
    float: right;
    width:16px;
    height:16px;
    fill: rgba(255,255,255,1.0);
}
.timeline-block-details {
    width:200px;
    position: relative;
    display:inline-block;
    margin: 10px;
    vertical-align: top;
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    height: calc(100% - 45px);
    /* -webkit-transition: width .25s, height .25s; Safari */
    transition: all .25s ease/*, height .5s*/;
    /*transition-timing-function: ease;
    overflow-x: scroll;*/
    overflow: hidden;
}
.timeline-block-details:hover {
    /*position: absolute;
    bottom: 10px;*/
    margin: -20px 10px 0 10px;
    z-index:5000;
    width: 300px;
    height: calc(100% - 10px);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
}
.timeline-block-details h3 {
    display: block;
    background-color:rgba(81,128,190,1.00);
    /*font-size:1.4em;*/
    padding: 10px;
    color: rgba(255,255,255,1.0);
}
.lab-results-attention {
    background: rgba(255,39,37,1.0)!important;
}
.lab-results-attention:after {
    content:'\26A0';
    margin: 8px 20px 0 0;
    /*font-size: 21px;*/
    line-height: 1px;
    float: right;
    
}
.timeline-block-scroller {
    height: calc(100% - 50px);
    overflow-y:auto;
    /*background:red;*/
}
.timeline-block-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
    line-height: 1.1em;
    /*font-size:1.2em;
    margin: 5px 10px;*/
}
.timeline-block-scroller h2 {
    font-weight: 600;
    color: rgba(7,92,148,1);
    overflow: hidden;
    text-overflow: ellipsis;
} 
.keep-on-scrolling {
    white-space: initial;
    overflow: visible;
}
.source-data {
    position: absolute;
    bottom: -10px;/**/
    margin:0 -10px 0 0;
    padding: 10px 0;
    text-align: right;
    line-height: 1.4em;
    width: inherit;
    /**/color: rgba(120,120,120,1.0);
    /*color: rgba(81,128,190,1.0);*/
    box-sizing: border-box;
    border-top: solid 1px rgba(230,230,230,1.0);
    background-color: rgba(245,245,245,1.0);
}
.show-theres-more {
    position: absolute;
    bottom: 0px;/**/
    margin:0;
    padding: 12px 0;
    width: 100%;
    /*color: rgba(81,128,190,1.0);
    box-sizing: border-box;
    border-top: solid 1px rgba(225,225,225,1.0);*/
    /*background-color: red rgba(245,245,245,1.0);*/
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.extra-details {
    display: none;
    /*visibility: hidden;
    padding: 0 10px;
    border-left: solid 2px rgba(81,128,190,1.0);
    margin-left: 10px;*/
    font-weight: 400;
}
.timeline-block-details:hover .extra-details {
    display: block;
    /*visibility: visible;
    background-color: rgba(81,128,190,0.1);
    background-color: rgba(220,220,220,0.1);*/
    box-sizing: border-box;
    /*border-top: solid 1px rgba(81,128,190,1.0);
    border-bottom: solid 1px rgba(81,128,190,1.0);*/
}
.extra-details h2 {
    margin: 10px 10px 5px 10px;
    font-weight: 600;
    /*border-bottom: solid 1px rgba(0,0,0,0.8);
    line-height: 1.6em;*/
    color: rgba(7,92,148,1.0);
}
.extra-details p {
    margin: 0;
    /*border-bottom: solid 1px rgba(0,0,0,0.8);
    font-weight: 300;*/
    line-height: 1.3em;
    font-size: .9em;
}
.answer-space {
    /*position: absolute;
    left: 140px;
    margin-left: 15px;
    font-weight: 600;*/
    float: right;
    margin-right: 2%;
    color: rgba(102,102,102,1.0);
}
.extra-details p:first-child {
    /*border-top: solid 1px rgba(0,0,0,0.8);
    background-color:rgba(0,0,0,0.1);
    border-bottom: none;*/
}
.extra-details p:last-child {
    /*border-bottom: solid 1px rgba(0,0,0,0.8);*/
    margin-bottom: 10px;
}
.extra-details p:nth-child(odd) {
    /*background-color:rgba(0,0,0,0.1);
    border-bottom: none;*/
}

.underline-me {
    border-bottom: solid 1px rgba(153,153,153,0.4);
}
/*----------- Makes the <th> Sticky - needs work -----------*/

.first-row {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
}
.first-row:hover {
    box-sizing: border-box;
    border-right: solid 1px rgba(230,230,230,1.0);
    border-left: solid 1px rgba(230,230,230,1.0);
}
/**/
button {
	font-family: 'Source Sans Pro', sans-serif;
}
.standard-btn, .green-btn, .red-btn, .filter-btn {
	height: 30px;
	border-radius: 2px;
	padding: 0 15px;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	margin: 5px;
	font-family: 'Source Sans Pro', sans-serif;
}
.header-btns {
	margin:8px 0 0 0;
	padding: 0;
	float: right;
}
.filter-holder {
	width: 100%;
    /*max-height: 55px;*/
    background-color: rgba(230,241,248,1.0);
    border-bottom: solid 1px rgba(207,216,223,1.0);
    padding: 0 10px;
    /*margin: -10px 0 0 0;*/
    overflow: auto;
}
.filter-tray-filter-holder {
	width: 100%;
    min-height: 24px;/**/
    background-color: rgba(230,241,248,1.0);
    box-sizing: border-box;
    border: solid 1px rgba(207,216,223,1.0);
    padding: 0 10px;
    margin: 10px 0;
    overflow: auto;
}
.filter-tray-filter-holder label {
    padding: 5px 0;
}
.filter-saver {
	width: calc(100% + 20px);
    /*max-height: 55px;
    background-color: rgba(120,120,120,1.0);*/
    background-color: rgba(7,92,148,1.0);
    padding: 2px 10px;
    margin-left: -10px;
    margin-bottom: 5px;
    color: rgba(255,255,255,1.0);
}
.filter-saver-input-box {
    width: 300px;
    margin: 0 25px 0 5px;
}
.filter-saver input {
    color:rgba(51,51,51,1.0);
    margin: 0 10px 0 5px;
}
.filter-saver .btn-small {
    margin: 5px 0 5px 10px;
}
.filter-save-icon {
    content: url(../images/save.svg);
    float: right;
    width: 18px;
    height:18px;
    margin-top: 10px;
}
.gotopage-small-icon {
    fill: rgba(128,128,128,1.0);
    width: 12px;
    margin: 10px 0 0 0;
}
/*.filter-holder:hover {
	border: solid 1px rgba(82,154,202,0.7);
}*/
.filter-holder label {
	padding-right: 10px;
}
.btn-small {
	height: 22px;
	font-size: .9em;
	padding: 0 10px;
}
.standard-btn, .filter-btn {
	border: solid 1px rgba(204,204,204,1.0);
	background-color: rgba(235,235,235,1.0);
	color: rgba(51,51,51,1.0);
}
.filter-tray-close-btn {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 15px;
}
.filter-tray-close-btn a {
    color:rgba(51,51,51,1.0);
}
.green-btn a {
    color: rgba(255,255,255,1.0);
}
.filter-tray-close-btn:last-child {
	float: right;
	margin-right: 10px;
}
.filter-btn {
	padding: 0 0 0 15px;
	font-weight: 400;
	margin: 5px 5px 5px 0;
	border-radius: 4px;
}
.filter-btn a {
	margin: 0 0 0 15px;
	padding: 2px 6px 3px 6px;
	font-weight: 600;
	color: rgba(10,115,186,1.0);
	border-left: solid 1px rgba(204,204,204,1.0);
}
.filter-btn:hover {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.08);
}
.filter-btn a:hover  {
	background-color: rgba(215,215,215,1.0);
	color: rgba(231,15,97,1.0);/**/
}
.green-btn {
	border: solid 1px rgba(0,104,55,1.0);
	background: rgba(57,181,74,1.0);
	color: rgba(255,255,255,1.0);	
}
.green-btn:hover, .standard-btn:hover/*, .red-btn:hover*/ {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
	opacity: .90;
}
.red-btn {
	background: rgba(169,11,71,1.0);
    border: solid 1px rgba(80,0,21,1.0);
	color: rgba(255,255,255,1.0);
}
.red-btn a {
	/*margin: 0 0 0 15px;
	padding: 2px 6px 3px 6px;
	font-weight: 600;
	color: rgba(169,11,71,1.0);
    border-left: solid 1px rgba(204,204,204,1.0);*/
    color: rgba(255,255,255,1.0);
}
.red-btn:hover, .red-btn a:hover {
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
    background: rgba(169,11,71,1.0);
	opacity: .90;
    color: rgba(255,255,255,1.0);
}/**/

.ptm-high-level {
    width: 100%;
    margin: 0 0 0 10px;
    height: 44px;
}
.counter-main {
	position: relative;
    left: 10px;
	top: 5px;
	font-size: .9em;
	font-weight: 600;
	margin: -27px 0 0 0;	
}
.care-gaps-ptm-btn {
    float: right;
    margin: 0 20px 0 0;
}
.logo {
	width: 205px;
	margin: 10px;
}
.settings-icon {
	width: 14px;
	height: 14px;
	margin: 10px 15px;
	float: left;
}
.filter-bar {
	float: right;
	line-height: .6em;
	height: 40px;
	/*padding: 10px;*/
	font-size: 1em;
	color: rgba(255,255,255,1.0);
	border-left: solid 1px rgba(255,255,255,0.3);
	/**/background-color: rgba(10,115,186,1.0);
	margin: 0;
	padding: 10px;
	vertical-align: text-top;
	fill:rgba(255,255,255,1.0);
}
.page-filter-options {
	float: right;
	line-height: .6em;
	height: 40px;
	/*padding: 10px;*/
	font-size: 1em;
	color: rgba(255,255,255,1.0);
	/*border-left: solid 1px rgba(255,255,255,0.3);
	background-color: rgba(45,133,191,0.6);*/
	margin: 4px 20px 0 0;
	padding: 10px;
	vertical-align: text-top;
	fill:rgba(255,255,255,1.0);
}
.page-filter-options input {
	margin: 0 10px;
}
.stage-filter-options {
    display: block;
	/*line-height: .6em;
	font-size: 1em;*/
	border-bottom: solid 1px rgba(204,204,204,1.0);
	background-color: rgba(230,230,230,0.4);/**/
	margin: 0 0 0 -10px;
	padding: 10px;
	/*vertical-align: text-top;*/
	fill:rgba(255,255,255,1.0);
    width: calc(100% + 10px);
}
.username-flyout {
    background-color: rgba(10,115,186,1.0);
    color: rgba(255,255,255,1.0);
}
.stage-filter-options p {
    display: inline-block;
    color: rgba(45,133,191,1.0);
    font-weight: 600;
    margin: 0 5px 0 30px;
}
.stage-filter-options p:first-child {
    margin-left: 0;
}
.stage-filter-options input {
	margin: 0 5px;
}
.filter-bar svg {
	fill:rgba(255,255,255,1.0);
}
.filter-bar:hover {
	background-color: rgba(45,133,191,1.0);
}
.filter-icon {
	width:24px;
	margin: 0 10px;
	padding: 0;
	vertical-align: middle;
}
.filter-tray {
	width: 50%;
	min-height: 250px;
    max-height: calc(100vh - 100px);
    overflow: auto;;
	padding: 10px;
	background-color: rgba(245,245,245,1.0);
	box-sizing: border-box;
	border: solid 1px rgba(230,230,230,1.0);
	border-top:none;
	margin-top: -10px;
	position: absolute;
	top: 95px;
	right: 10px;
	box-shadow: -2px 1px 4px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
	/**/visibility: hidden;
    z-index: 1000;
}
.filter-tray-close-btn {
	
}
.filter-tray .filter-holder {
	margin: 10px 0 0 0;
}
.filter-tray .btn-default {
	width: 100%;
    height: 24px;
	margin: 5px 0;
    text-align: left;
    border: none;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background: none;
    border: none;
}
.show-filter {
	visibility: visible;
}
.filter-tray h3 {
	font-size: 1.2em;
	width: 100%;
	padding: 5px 0;
    font-weight: 400;
	border-bottom: solid 1px rgba(204,204,204,0.5);
	margin-bottom: 10px;
    color: rgba(102,102,102,0.7);
}
.filter-tray-radio-options {
    width: 100%;
    margin: 0 0 10px 5px;
}
.filter-tray-radio-options p {
    /*color: rgba(0,173,239,1.0);*/
    margin: 0 5px;
    display: inline-block;
    /*width: 100%;*/
}
.filter-tray-radio-options input {
    display: inline-block;
    margin: 0 10px 10px 5px;
}
.main-nav-icons {
	width: 24px;
	height: 24px;
	margin: 10px 15px;
	display: inline-block;
}
.favorites-page-icon {
	width: 24px;
	height: 24px;
    float: right;
    margin: 0 10px 0 0;
    fill: rgba(225,225,225,1.0);
}
.favorites-page-icon:hover {
    /*content: url(../images/Favorites-Star-Hover.svg);
	width: 24px;
	height: 24px;*/
    fill: rgba(255,192,0,1.0);
}
.main-nav {
	width: 100%;
	max-width: 225px;
	float: left;
	margin: auto;
	z-index: 9999;
	/*padding-bottom: 20px;
	background: purple;*/
	
}
.main-nav ul {
	width: 100%;
	display: block;
    /*height: 48px;
	border-bottom: solid rgba(230,230,230,1.0) 1px;
	background: pink;*/
}
.main-nav label {
	margin: 10px 0;
    font-size: 1.6em;
    display: inline-block;
    line-height: 29px;
    vertical-align: top;
    /*text-shadow: 2px 2px 3px rgba(235,235,235,1.0);*/
}
.main-nav ul .nav-items, /**/ul .nav-items {
	position: absolute;
	left: 225px;
	top: 50px;
	width: inherit;
	min-width:250px;
	/*padding: 10px 15px;*/
	background: white;
	font-size: 1.6em;
	line-height: 1.8em;
	max-height: calc(100vh - 70px);
	overflow: auto;
	border-top: solid 1px rgba(230,230,230,1.0);
	border-right: solid 1px rgba(230,230,230,1.0);
	border-bottom: solid 1px rgba(230,230,230,1.0);
	/*border-bottom-width: 20px;
	border-bottom-style: solid;
	-webkit-border-bottom-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-bottom-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-bottom-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;  
    -o-border-bottom-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    border-bottom-image: linear-gradient(to top, black, rgba(0, 0, 0, 0)) 1 100%;*/
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
}
.nav-items {
}
.main-nav ul .nav-items li {
	/*width:inherit;*/
	z-index: 1;
	padding: 2px 10px;
}
/* ------ INDENTS THE INNER ULs (ones with category headers) ------ */
/*.nav-items ul {
	margin: 0 0 0 15px;
}*/
.main-nav-gray-border {
	border-bottom: solid rgba(230,230,230,1.0) 1px;
	z-index: 6;
    min-height: 50px;
	/*height: calc(100vh - 20px);
	max-height: 60px;*/
}
/*.main-nav-gray-border:after {
  	content: '▶';
	color: rgba(204,204,204,1.0);
	display: rgba(51,51,51,1.0);
	float: right;
	margin: -28px 10px 0 0;
}*/
.main-nav-gray-border li:after {
  	content: '\0025B6';
	color: rgba(204,204,204,0.4);
	display: rgba(51,51,51,1.0);
	float: right;
	margin: 18px 10px 0 0;
    /*border: solid 1px red;
    text-shadow: 2px 2px 3px rgba(235,235,235,1.0);*/
}
.main-nav-gray-border:first-child li:after {
    content: none;
}
.main-nav-gray-border li:hover:after {
  	color: rgba(10,115,186,1.0);
}
.main-nav-gray-border ul li:after {
  	display:none;
}
/*-------Main Nav Hover Effects*/
.main-nav-gray-border:hover, .main-nav label:hover, .main-nav-icons:hover {
	color: rgba(10,115,186,1.0);
	cursor: pointer;
	fill: rgba(10,115,186,1.0);
	background-color: rgba(255,255,255,1.0);
}
.main-nav-gray-border:first-child:hover, li label.username:hover, .main-nav-icons:first-child:hover {
    background:none;
    border-left:none;
    /*opacity: 1.0;*/
}
label.username {
	font-size: 1.3em;
    margin: 3px 5px;
    /*color: rgba(175,175,175,1.0);
    opacity: 0.5;*/
}
/*#user-nav {
    vertical-align: middle;
}

.user label {
	float: left;
}*/
.icon-minimizer {
	fill: rgba(37,37,37,1.0);
	/*background-color: rgba(245,245,245,1.00);*/
	position: absolute;
	bottom: 0;
	max-width: 224px;
	width: calc(100vw - 1px);
}
.icon-minimizer:hover, .icon-minimizer label:hover, .icon-minimizer .main-nav-icons:hover {
	color: rgba(10,115,186,1.0);
	cursor: pointer;
	fill: rgba(10,115,186,1.0);
	background-color: rgba(245,245,245,1.00);
	box-sizing: border-box;
}
.no-labels .icon-minimizer:hover {
	border-right: solid 1px rgba(230,230,230,1.0);
}
/*.icon-minimizer a:focus {
	position: absolute;
	left: 25px;
	bottom: 25px;
}*/
.main-nav-gray-border:hover {
	box-sizing: border-box;
	border-left: solid 4px rgba(10,115,186,1.0);
}
.main-nav-gray-border:hover #user-menu-items, .main-nav-gray-border:hover #admin-menu-items, .main-nav-gray-border:hover #panel-mgmt-menu-items, .main-nav-gray-border:hover #performance-menu-items, .main-nav-gray-border:hover #analytics-menu-items, .main-nav-gray-border:hover #dashboard-menu-items, .main-nav-gray-border:hover #care-mgmt-menu-items, .main-nav-gray-border:hover #tasking-menu-items, .main-nav-gray-border:hover #resource-menu-items, .main-nav-gray-border:hover #gpro-menu-items, .main-nav-gray-border:hover #reports-menu-items, .main-nav-gray-border:hover #favorites-menu-items {
	color: rgba(51,51,51,1.0);
	/*display:visible;
    transition: 0.25s linear;*/
	left:225px;
}
/*.main-nav-gray-border:hover #user-menu-items {
	color: rgba(51,51,51,1.0);
	display:visible;
    transition: 0.25s linear;
	left:5px;
    top: inherit;
}*/
#user-nav .badge {
    float: right;
    margin: 9px 10px 0 0;
    background: rgba(7,92,148,1.0);
    color: rgba(255,255,255,1.0);
    text-align: center;
    /*min-width: 48px;*/
}
#user-nav.no-labels .badge-fix {
    position: absolute;
    left: 25px;
    top: 70px;
    /*background: rgba(225,225,225,0.6);
    color: rgba(7,92,148,1.0);
    border: solid 1px rgba(7,92,148,1.0);*/
    /*margin: -40px 5px 0 0;
    background: rgba(225,225,225,1.0);
    color: rgba(7,92,148,1.0);
    border: solid 1px rgba(7,92,148,1.0);*/
}
.main-nav-gray-border:hover:after {
	color: rgba(10,115,186,1.0);
}
.main-nav-gray-border:first-child  {
    /*background: rgba(251,251,251,1.0); rgba(204,204,204,0.4);*/
	border-bottom: solid 1px rgba(204,204,204,1.0) /*rgba(230,230,230,1.0)*/;
    margin-top: -3px;
    /*margin-bottom: 20px;
    border: none;*/
}
.side-nav-titles {
	font-weight: 600;
	color: rgba(10,115,186,1.0);
	font-size: 1.1em;
	border-bottom: solid 1px rgba(10,115,186,1.0);
	text-transform:uppercase;
	/*margin: 0 -15px;
	padding: 0 15px;*/
}
.main-nav-icons:hover {
	/*width: 36px;*/
}
/*----Hook into the full nav if minimized ----*/
.main-nav .no-labels {
}
#user-menu-items, #admin-menu-items, #panel-mgmt-menu-items, #performance-menu-items, #analytics-menu-items, #dashboard-menu-items, #care-mgmt-menu-items, #tasking-menu-items, #resource-menu-items, #gpro-menu-items, #reports-menu-items, #favorites-menu-items {
	position: absolute;/**/
	left:-10000px;
	z-index: 2;
	width: inherit;
	min-height: 100px;
    max-width: 300px;
}
 #settings-icon {
	/*min-height:48px;*/
}
#logo-side-nav {
	height:48px;
}
.no-labels #user-menu-items, .no-labels #admin-menu-items, .no-labels #panel-mgmt-menu-items, .no-labels #performance-menu-items, .no-labels #analytics-menu-items, .no-labels #dashboard-menu-items, .no-labels #care-mgmt-menu-items, .no-labels #tasking-menu-items, .no-labels #resource-menu-items, .no-labels #gpro-menu-items, .no-labels #reports-menu-items, .no-labels #favorites-menu-items, .no-labels #user-menu-items {
	min-width: 225px;
    /*min-height: 20px;*/
	overflow-x: auto;
}
#user-menu-items a, #admin-menu-items a, #panel-mgmt-menu-items a, #performance-menu-items a, #analytics-menu-items a, #dashboard-menu-items a, #care-mgmt-menu-items a, #tasking-menu-items a, #resource-menu-items a, #gpro-menu-items a, #reports-menu-items a, #favorites-menu-items a, #user-menu-items a {
	color: rgba(51,51,51,1.0);
    font-size: 1em;
    line-height: 1.8em;
}
#user-menu-items:hover, #admin-menu-items:hover, #panel-mgmt-menu-items:hover, #performance-menu-items:hover, #analytics-menu-items:hover, #dashboard-menu-items:hover, #care-mgmt-menu-items:hover, #tasking-menu-items:hover, #resource-menu-items:hover, #gpro-menu-items:hover, #reports-menu-items:hover, #favorites-menu-items:hover {
	color:rgba(51,51,51,1.0);
	cursor: default;
}
#user-menu-items a:hover, #admin-menu-items a:hover, #panel-mgmt-menu-items a:hover, #performance-menu-items a:hover, #analytics-menu-items a:hover, #dashboard-menu-items a:hover, #care-mgmt-menu-items a:hover, #tasking-menu-items a:hover, #resource-menu-items a:hover, #gpro-menu-items a:hover, #reports-menu-items a:hover, #favorites-menu-items a:hover {
	color: rgba(10,115,186,1.0);
}
#user-menu-items a li:hover, #admin-menu-items a li:hover, #panel-mgmt-menu-items a li:hover, #performance-menu-items a li:hover, #analytics-menu-items a li:hover, #dashboard-menu-items a li:hover, #care-mgmt-menu-items a li:hover, #tasking-menu-items a li:hover, #resource-menu-items a li:hover, #gpro-menu-items a li:hover, #reports-menu-items a li:hover, #favorites-menu-items a li:hover {
	background-color: rgba(230,241,248,1.0);
	border-left: solid 5px rgba(10,115,186,1.0);
	padding-left: 5px;
}
#favorites-menu-items a li .remove-button {
    background-color: rgba(158,9,15,0.1);
    color: white;
    padding: 2px 4px;
    border-radius: 0;
    visibility: hidden;
    float: right;
    margin: -2px -10px 0 0;
    vertical-align: middle;
}
#favorites-menu-items a li:hover .remove-button {
    visibility: visible; 
}#favorites-menu-items a li:hover .remove-button:hover {
    background-color: rgba(158,9,15,1.0); 
}
/**/
#user-menu-items a:hover:before, #admin-menu-items a:hover:before, #panel-mgmt-menu-items a:hover:before, #performance-menu-items a:hover:before, #analytics-menu-items a:hover:before, #dashboard-menu-items a:hover:before, #care-mgmt-menu-items a:hover:before, #tasking-menu-items a:hover:before, #resource-menu-items a:hover:before, #gpro-menu-items a:hover:before, #reports-menu-items a:hover:before, #favorites-menu-items a:hover:before {
	content: '▶';
	font-size: 10px;
	margin-left: -16px;
	float: left;
}
/*---------- Nav Sub-menu category headers ----------*/
.no-borders {
	/* color: rgba(51,51,51,1.0);
	color: rgba(10,115,186,1.0);
	font-weight: 200;
	text-decoration-style: dotted;
	background-color: rgba(251,251,251,1.00);
	text-decoration: underline;*/
	color: rgba(45,133,191,1.0);
	text-transform:uppercase;
	border-bottom: solid 1px rgba(204,204,204,1.0);
}
.notifications-area  {
	/* color: rgba(51,51,51,1.0);
	color: rgba(10,115,186,1.0);
	font-weight: 200;
	text-decoration-style: dotted;
	text-decoration: underline;
    background: rgba(242,242,242,1.0);*/
	color: rgba(45,133,191,1.0);
    border-bottom: solid 1px rgba(10,115,186,1.0);
}
.notifications-message {
    margin: 0 5px;
    font-size: .8em;
    min-height: 34px;
    /* line-height: 1.4em; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
#user-menu-items a li.notifications-message:hover {
    
    margin: 0 5px;
    color: rgba(51,51,51,1.00);
}
/*---------- Minimizing and maximizing main-nav - uses js to add the additional class of .no-labels to target css properties listed below ----------*/
.move-left {
	position: absolute;
	left: -1000px;
}
.move-right {
	position: absolute;
	left:0;
}
.no-labels label {
	position: absolute;
	left:-1000px;
}
/**/.no-labels {
	max-width: 62px;
	overflow: hidden;
}
.left-side .no-labels {
	/*background-color: red;
    font-size:1.1em;*/
}
.main-nav .no-labels, .header .no-labels, .user .no-labels {
	/*display:block;
	width: 62px;*/
}
.expand-stage {
	min-width: calc(100% - 62px);
    /*font-size: 1em;*/
}
.left-side .no-labels .logo {
	content: url(../images/logo-no-text.svg);
	width: 48px;
	/*min-height:50px;
    min-height:48px;*/
	overflow: hidden;
}
.no-labels #left-side-nav {
	width: 62px;
}
.main-nav-gray-border .no-labels:after {
	display: none;
}
.user .no-labels {
	display:none;
}
.main-nav .main-nav-gray-border .no-labels:after {
	display:none;
}
.main-nav-gray-border .no-labels:hover #user-menu-items, .main-nav-gray-border .no-labels:hover #admin-menu-items, .main-nav-gray-border .no-labels:hover #panel-mgmt-menu-items, .main-nav-gray-border .no-labels:hover #performance-menu-items, .main-nav-gray-border .no-labels:hover #analytics-menu-items, .main-nav-gray-border .no-labels:hover #dashboard-menu-items, .main-nav-gray-border .no-labels:hover #care-mgmt-menu-items, .main-nav-gray-border .no-labels:hover #tasking-menu-items, .main-nav-gray-border .no-labels:hover #resource-menu-items, .main-nav-gray-border .no-labels:hover #gpro-menu-items, .main-nav-gray-border .no-labels:hover #reports-menu-items, .main-nav-gray-border .no-labels:hover #favorites-menu-items {
	color: rgba(51,51,51,1.0);
	display:visible;
	left:61px;
	width: inherit;
}
.main-nav-gray-border .no-labels:hover:after {
	display: none;
}
/*-----Top fix for main nav flyouts -----*/
#admin-menu-items {
	/*top: 150px; */
}
#panel-mgmt-menu-items {
	top: 150px;
}
#performance-menu-items {
	top: 200px;
}
#analytics-menu-items {
	/*top: 150px; */	
}
#dashboard-menu-items {
	top: 150px;
}
#care-mgmt-menu-items {
	top: 305px;
}
#tasking-menu-items {
	top: 400px;
}
#resource-menu-items {
	top: 455px;
}
#gpro-menu-items {
	top: 500px;
}
#reports-menu-items {
	top: 550px;
}
#favorites-menu-items {
    top: 560px;
}


/*---------- FAKE DATA TABLE -- Remove for SlickGrid ----------*/
table {
	width: calc(100% - 2px);
	/*margin: 0 0 10px 0;
	border-right: solid 1px rgba(204,204,204,1.0);*/
	color: rgba(51,51,51,1.0);
	box-sizing: border-box;
}
.first-row {
    border: none;
	/*border: solid 1px rgba(7,92,148,1.0);
	background-color: rgba(45,133,191,1.0);
	color: rgba(255,255,255,1.0);
	background-color: rgba(245,245,245,1.0);*/
    background-color: rgba(255,255,255,1.0);
	padding: 10px 5px;
	margin: 0;
    font-weight: 600;
    color: rgba(7,92,148,1.0);
}
.first-row:after {
	content: '▾';
	float: right;
    margin: 0 10px 0 0;
}
.first-row-not-fancy {
    /*border: none;
	border: solid 1px rgba(7,92,148,1.0);*/
	border-right: solid 1px white;
	background-color: rgba(255,255,255,1.0);
	/*color: rgba(255,255,255,1.0);*/
	padding: 10px;
	margin-top: 0;
}
.first-row-not-fancy:after {
	content: '▾';
	margin-left: 10px;
}
td {
    border: solid 1px rgba(230,230,230,1.0);
	/* rgba(7,92,148,1.0)*/
	padding: 10px;
}
/*.inner-stage-content h1 {
	margin: 20px 0 10px 10px;
}*/
.inner-stage-selector {
	margin: 0 0 0 10px;
}
.ptm-dropdown-options  {
    width: 400px;
    text-align: left;
    line-height: 1.6em;
}
.ptm-dropdown-options li a {
    white-space: normal;
    margin: 0;
    padding: 0;
    max-width: 380px;
    line-height: 1.2em;
}
.ptm-dropdown-options li a:hover {
    background:none;
    color: rgba(45,133,191,1.0);
}
tbody tr:nth-child(odd) {
   background-color: rgba(245,245,245,1.0);
}
.user-header {
	float: right;
}
.settings-icon-header {
	width: 21px;
	height: 21px;
	margin: 10px 15px;
	float: right;
}
.search-grow {
	border: solid 1px rgba(230,230,230,1.0);
	padding: 5px 10px;
	width: 80px;
    transition: ease-in-out, width .35s ease-in-out;
}
.search-grow:focus {
	width: 300px;
}
.true-false-blocks {
	float:left;
	vertical-align: middle;
	padding: 10px 10px 0 0;
	width: calc(20% - 10px);
}
.true-icon {
	background-color: rgba(235,139,10,1.0);
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 10px;
}
.search-icon {
	/*fill: rgba(235,139,10,1.0); */
    /**/ background: rgba(255,255,255,0.6); 
    width: 27px;
    height: 27px;/**/
    display: inline-block;
    margin: -8px -4px -9px 0px;
    padding: 6px;
    /* */ border: solid 1px rgba(230,230,230,1.0);
}
.false-icon {
	background-color: rgba(45,133,191,1.0);
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 10px;
}
.true-icon-label, .false-icon-label {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.callout-subheader {
	float: right;
	padding: 10px 0;
	font-size: 1.4em;
	font-weight: 400;
	width: calc(80% - 20px);
}
.quarter-blocks {
	display: inline-block;
	width: 48% /*calc(40% - 10px)*/;
	margin: 0 10px 20px 0;
	vertical-align: top;
	overflow: auto;
	max-height: 265px;
	border-bottom: solid 1px rgba(204,204,204,1.0)
}
.quarter-blocks h1 {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
}
/*--------- FOR EXAMPLE GRID ----------*/
.graph-bar {
	background-color: rgba(255,255,255,1.0);
	border: solid 1px rgba(204,204,204,1.0);
	width: 95%;
	height: 24px;
	display: inline-block;
	margin: 0 10px;
}
.graph-bar-main {
	background-color: rgba(255,255,255,1.0);
	border: solid 1px rgba(204,204,204,1.0);
	width: 84%;
	height: 28px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.bar-example1 {
	fill: rgba(0,150,252,1.0);
	width: 60%;
	height: 28px;
	float: left;
	margin: 0;
}
.bar-example2 {
	fill: rgba(45,133,191,1.0);
	color: white;
	width: 22%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example3 {
	fill: rgba(45,133,191,1.0);
	color: white;
	width: 43%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example4 {
	fill: rgba(45,133,191,1.0);
	color: white;
	width: 12%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example5 {
	fill: rgba(235,139,10,1.0);
	color: white;
	width: 60%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example6 {
	fill: rgba(169,11,71,1.0);
	color: white;
	width: 90%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example7 {
	fill: rgba(169,11,71,1.0);
	color: white;
	width: 95%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example8 {
	fill: rgba(255,192,0,1.0);
	color: white;
	width: 60%;
	height: 18px;
	float: left;
	margin: 0;
	
}
.bar-example9 {
	fill: rgba(255,39,37,1.0);
	color: white;
	width: 20%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example10 {
	fill: rgba(0,179,65,1.0);
	color: white;
	width: 80%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example11 {
	fill: rgba(255,192,0,1.0);
	color: white;
	width: 60%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example12 {
	fill: rgba(255,39,37,1.0);
	color: white;
	width: 54%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example13 {
	fill: rgba(255,39,37,1.0);
	color: white;
	width: 12%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example14 {
	fill: rgba(255,192,0,1.0);
	color: white;
	width: 61%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example15 {
	fill: rgba(255,39,37,1.0);
	color: white;
	width: 16%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example16 {
	fill: rgba(0,179,65,1.0);
	color: white;
	width: 90%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example17 {
	fill: rgba(255,39,37,1.0);
	color: white;
	width: 23%;
	height: 24px;
	float: left;
	margin: 0;
	
}
.bar-example18 {
	fill: rgba(0,179,65,1.0);
	color: white;
	width: 96%;
	height: 24px;
	float: left;
	margin: 0;
	
}
/*.main-nav-gray-border .no-labels:after {
  	content: '▶';
	color: rgba(204,204,204,1.0);
	display: rgba(51,51,51,1.0);
	float: left;
	margin: -28px 0 0 10px;
}
#admin-nav .no-lables:hover #admin-menu-items{
	color: rgba(51,51,51,1.0);
	left:67px;
	width: 800px;
}*/

/*
.left-side .no-labels, .main-nav .no-labels, .headers .no-labels {
	max-width: 45px;
	display: block;
	overflow: auto;;
	background-color: red;
	/*box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
}*/
/*.no-borders:before {
  	content: '⌄';
	margin: 0 10px 0 0;
	color: rgba(10,115,186,1.0);
	display: rgba(51,51,51,1.0);
	float: left;
	max-width: 4px;
}*/
/* Colors as hex codes */
/* ----Site Colors----*/

.blue {color: #0A73BA;}
.dark-blue { color: #06588E }
.color-primary-0 { color: #0A75BA }	/* Main Primary color */
.color-primary-1 { color: #529ACA }
.color-primary-2 { color: #2D85BF }
.color-primary-3 { color: #06588E }
.color-primary-4 { color: #04456F }

.color-secondary-1-0 { color: #1A22C5 }	/* Main Secondary color (1) */
.color-secondary-1-1 { color: #6066D2 }
.color-secondary-1-2 { color: #3D44C9 }
.color-secondary-1-3 { color: #10179A }
.color-secondary-1-4 { color: #0B1178 }

.color-secondary-2-0 { color: #FFBC00 }	/* Main Secondary color (2) */
.color-secondary-2-1 { color: #FFD55E }
.color-secondary-2-2 { color: #FFC930 }
.color-secondary-2-3 { color: #DDA400 }
.color-secondary-2-4 { color: #AD8000 }

.color-complement-0 { color: #FF8E00 }	/* Main Complement color */
.color-complement-1 { color: #FFB85E }
.color-complement-2 { color: #FFA430 }
.color-complement-3 { color: #DD7C00 }
.color-complement-4 { color: #AD6100 }

/* Colors as RGBa codes */
.rgba-primary-0 { color: rgba( 10,115,186,1) }	/* Main Primary color */
.rgba-primary-1 { color: rgba( 82,154,202,1) }
.rgba-primary-2 { color: rgba( 45,133,191,1) }
.rgba-primary-3 { color: rgba(  6, 88,142,1) }
.rgba-primary-4 { color: rgba(  4, 69,111,1) }

.rgba-secondary-1-0 { color: rgba( 26, 34,197,1) }	/* Main Secondary color (1) */
.rgba-secondary-1-1 { color: rgba( 96,102,210,1) }
.rgba-secondary-1-2 { color: rgba( 61, 68,201,1) }
.rgba-secondary-1-3 { color: rgba( 16, 23,154,1) }
.rgba-secondary-1-4 { color: rgba( 11, 17,120,1) }

.rgba-secondary-2-0 { color: rgba(255,188,  0,1) }	/* Main Secondary color (2) */
.rgba-secondary-2-1 { color: rgba(255,213, 94,1) }
.rgba-secondary-2-2 { color: rgba(255,201, 48,1) }
.rgba-secondary-2-3 { color: rgba(221,164,  0,1) }
.rgba-secondary-2-4 { color: rgba(173,128,  0,1) }

.rgba-complement-0 { color: rgba(255,142,  0,1) }	/* Main Complement color */
.rgba-complement-1 { color: rgba(255,184, 94,1) }
.rgba-complement-2 { color: rgba(255,164, 48,1) }
.rgba-complement-3 { color: rgba(221,124,  0,1) }
.rgba-complement-4 { color: rgba(173, 97,  0,1) }
/* FACESHEET STYLES */
    .facesheetcontent {
        width: 100%; 
        height: calc(100vh - 240px);
        overflow: auto;;
        margin: 0 auto;
        padding: 20px 10px 0 10px;
    }
    .facesheetheader, .formbody {
        display: block;
        margin: 10px;
        width: 100%;
    }
    .formbody {
        margin: 10px 0 0 0;
    }
    .patientname, .patientsexage, .patientriskscore, .patientatiscore {
        display: inline-block;
        width: 23%;
        margin: 0;
        font-size: 18px;
        line-height: 18px;
        color: rgba(7,92,148,1.0);
    }
    .patientdob, .patientnumber, .patientinsurance, .patientpcp, .patientapptdate, .patientapptwith {
        display: inline-block;
        width: 32%;
        margin-top: 5px;
        font-size: 12px;
    }
    .groups {
        display: inline-block;
        width: 48.5%;
        vertical-align: top;
        margin: 0 10px 0 0;
    }
    .groups:nth-child(odd) {
        clear: both;
    }
    .group-header {
        display: block;
        width: 100%;
        background-color: rgba(115,143,177,1.0);
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        color:rgba(0,0,0,1.0);
        text-align: center;
        padding: 5px;
    }
    .group-content {
        font-size: 10px;
        font-weight: normal;
        color:rgba(0,0,0,1.0); 
    }
    ul {
        padding: 0;
        list-style-type: none;
        line-height: 14px;
    }
    .affirmative:before {
        content: '\2713';
	    font-size: 14px;
        margin: 0 10px 0 0;
        color: green;
    }
    .negative:before {
        content: '\00274C';
	    font-size: 9px;
        margin: 0 12px 0 0;
        color: red;
    }
    .excluded:before {
        content: '\02013';
	    font-size: 14px;
        margin: 0 13px 0 0;
        color: grey;
    }
    .sub-cat {
	    font-weight: bold;
        margin: 0 0 0 22px;
    }
    .float-right {
        float: right;
    }
    .float-left {
        float: left;
    }
    .margin-10px-left {
        margin-left: 10px;
    }
    .margin-10px-right {
        margin-right: 10px;
    }
    .margin-10px-top {
        margin-top: 10px;
    }
    .margin-10px-bottom {
        margin-bottom: 10px;
    }
    .margin-20px-left {
        margin-left: 20px;
    }
    .margin-20px-right {
        margin-right: 20px;
    }
    .margin-20px-top {
        margin-top: 20px;
    }
    .margin-20px-bottom {
        margin-bottom: 20px;
    }
    .margin-5px-left {
        margin-left: 5px;
    }
    .margin-5px-right {
        margin-right: 5px;
    }
    .padding-10px-left {
        padding-left: 10px;
    }
    .padding-10px-right {
        padding-right: 10px;
    }
    .padding-10px-top {
        padding-top: 10px;
    }
    .padding-10px-bottom {
        padding-bottom: 10px;
    }
    .padding-5px-left {
        padding-left: 5px;
    }
    .padding-5px-right {
        padding-right: 5px;
    }
    .padding-5px-top {
        padding-top: 5px;
    }
    .padding-5px-bottom {
        padding-bottom: 5px;
    }
    .float-right-date {
        float: right;
        margin: 0 0 0 10px;
        min-width: 20%;
        text-align: right;
    }
    .diagnosesCode {
        min-width: 10%;
        display: inline-block;
        margin: 0 10px 0 0;
        font-weight: bold;
    }
    .header-key {
        margin: 0 20px 0 0;
        font-size: 10px;
    }
/*---- CHEAP FIXES - NEED TO REVISIT --*/
.ten-right-margin {
    margin:0 10px 0 0;
}
.clinical-subsection-nav {
    width: 100%;
    display: block;
    clear: both;
}
.clinical-subsection-nav a {
    display: inline-block;
    padding: 10px 15px;
    /*border: solid 1px rgba(7,92,148,0.40);*/
    margin: 10px 0 0 5px;
}
#accordion {
    overflow:auto;
    overflow-x: hidden;
    height: calc(100vh - 352px);
    background: rgba(230,241,248,1.0);
    /*background: rgba(230,230,230,0.6);*/
}
#generic-blue-bg-area-not-to-be-used-in-final-product-use-accordionid-instead {
    background: rgba(230,241,248,1.0);
}
/* Use for header area in an accordion (does not cover full area) */
#accordion .card .btn.btn-link.collapsed {
    /*opacity: 0.7;*/
}
/* Use for inner area in an accordion */
.collapse.in {
    /*background: red;
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(100vw - 20px);*/
}
#accordion .card, .modal-content .card {
    /*background: rgba(230,230,230,1.0);
    background: rgba(255,255,255,1.0);*/
    background: rgba(255,255,255,1.0);
    border-radius: 2px;
    box-sizing: border-box;
    border: solid 1px rgba(45,133,191,0.4);
    /*padding: 4px;*/
    margin: 10px 5px;
    width: calc(100% - 10px);
    opacity: 0.8;
}
.modal-content .case-steps-information {
    font-size: 1.2em;
}
#accordion .card:first-child {
    /*margin-top: 0;*/
}
#accordion .card .card-header, .modal-content .card .card-header {
    /*background: rgba(230,230,230,1.0);
    background: rgba(81,128,190,1.0);*/
    height: 54px;
}
#accordion .card:hover {
    opacity: 1.0;
    box-sizing: border-box;
    border-left: solid 3px rgba(10,115,186,1.0);
    /*border-left: solid 3px rgba(204,204,204,0.4);
    border-bottom: solid 3px rgba(204,204,204,1.0);*/
}
/*#accordion .card .btn:first-child {
    margin-top: 5px;
}*/
#accordion .card .btn:hover, #accordion .card .btn:active, #accordion .card .btn:focus {
    /*opacity: 1.0;*/
    /*box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.10);
    background: rgba(230,230,230,0.1);
    background: rgba(255,255,255,1.0);*/
    color: rgba(7,92,148,1.0);
    text-decoration: none;
    outline: none;
}
#accordion .card .btn, .modal-content .card .btn {
    text-align: left;
    /*border: solid 1px rgba(7,92,148,0.2);*/
    width: 100% /*calc(100% - 10px)*/;
    margin: 10px 5px 0 5px;
    /*background: rgba(255,255,255,0.7);
    background: rgba(81,128,190,1.00); rgba(230,241,248,0.2);*/
    /*border-radius: 8px 8px 0 0;
    color: rgba(37,37,37,1.0);
    color: rgba(255,255,255,1.0);
    border: solid 1px rgba(204,204,204,1.0);*/
}
#accordion .card .btn.btn-link.deleted {
    /*background: rgba(158,9,15,0.3);
    border-color: rgba(158,9,15,1.0);*/
}
#accordion .card .btn h3, .modal-content .card .btn h3 {
    font-size: 1.2em;
    font-weight: 400;
    /*line-height: 1.1em;*/
    margin: -2px 0 0 -5px;
    /*color: rgba(255,255,255,1.0);*/
}
#accordion .card .btn p, .modal-content  .card .btn p {
    font-size: 1em;
    font-weight: 300;
    padding: 10px 12px;
    /*background: rgba(245,245,245,1.0);*/
    margin: 10px 0 -6px -12px;
    width: calc(100% + 24px);
    color: rgba(37,37,37,1.0);
    border-top: solid 1px rgba(204,204,204,1.0);
}
#accordion .card:hover {
    text-decoration: none;
    /*background-color: rgba(255,255,255,1.0);*/
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.10);
    /*color: rgba(7,92,148,1.0);
    border: solid 1px rgba(7,92,148,0.5);*/
}
.card-body {
    /*margin: 0 5px;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    border: solid 1px rgba(204,204,204,1.0);*/
    /*border-radius: 0 0 8px 8px;
    padding: 8px 10px;*/
}
#accordion .card.card-deleted {
    opacity: 0.5;
    background: rgba(158,9,15,1.0);
}
#accordion .card.card-deleted:hover {
    opacity: 1.0;
}
.card-deleted .btn h3 {
    /*color:rgba(158,9,15,1.0);*/
    color: rgba(255,255,255,1.0);
}
.case-details {
        float: right;
    /* opacity: 0.1; */
    margin: 0 40px 2px 0;
    padding-left: 20px;
    border-left: 1px solid rgba(215,215,215,1.0);
}
.actions-bar {
    float: right;
    /**/opacity: 0.4;
    margin: -3px 0 2px 0;
}
.actions-bar a {
    display: inline-block;
    margin: -5px 10px 0 10px;
    padding: 0 10px;
    background-color: rgba(230,230,230,1.00);
    box-sizing: border-box;
    border: solid 1px rgba(204,204,204,1.0);
    color: rgba(0,179,65,1.0);
}
.card .btn:hover .actions-bar, .card .btn:hover .case-details {
    opacity: 1.0;
}
.icons-18px {
    height: 24px;
    width: 24px;
    padding: 2px;
    vertical-align: bottom;
}
.date-input {
    width: 10%;
    padding: 0 5px;
    margin: 0 2px 0 5px;
}
.actions-bar .icons-18px:hover {
    fill: rgba(158,9,15,1.0);
}
.case-information {
    display: block;
    padding: 5px 10px 10px 10px;
    width: 100%;
    margin:  0;
    border-bottom: solid 1px rgba(7,92,148,0.3);/**/
    border-top: solid 1px rgba(215,215,215,1.0);
    background-color: rgba(230,230,230,0.2);
}
.case-information .makebtn {
    display: inline-block;
    margin: -5px 0 0 10px;
    padding: 5px 10px;
    background-color: rgba(230,230,230,1.00);
    box-sizing: border-box;
    border: solid 1px rgba(204,204,204,1.0);
    color: rgba(0,179,65,1.0);
}
.case-information .row {
    margin: 10px 0 0 0;
}
.case-information .row .dropdown {
    margin-right: 20px;
    border-right: solid 1px rgba(230,230,230,1.0);
}
.case-information .row .dropdown:last-child {
    border-right: none;
}
.case-information .row:nth-child(even) {
    border-top: solid 1px rgba(230,230,230,1.0);
    padding-top: 10px;
}
/*.case-information input {
    width: 200px;
    height: 34px;
    font-size: 1em;
    margin: 5px 20px 5px 0;
    padding: 0 5px;
}*/
.case-information .dropdown-toggle, .case-information .dropdown-toggle:hover, .case-steps-information .dropdown-toggle, .case-steps-information .dropdown-toggle:hover  {
    min-width: 100px;
    border: none;
    font-weight: 600;
    color: rgba(81,128,190,1.00);
    background: none;
    margin: 0;
    text-align: left;
    font-size: 1em;
}
.case-information .dropdown-toggle .caret, .case-steps-information .dropdown-toggle .caret {
    margin: 4px 10px 0 0;
}
.case-information label {
    margin: 0 /*2px 0 10px*/;
}
.case-steps-information {
    display: block;
    width: 100%;
    margin: 0;
    /*background: rgba(7,92,148,0.1);
    box-sizing: border-box;*/
    border: solid 5px rgba(7,92,148,0.1);
    /*border: solid 5px rgba(37,37,37,0.2);
    padding: 5px;*/
}
.case-steps-information .makebtn {
    /*float: right;*/
    margin: 5px 0 0 10px;
    padding: 5px 10px;
    background-color: rgba(57,181,74,1.0);
    box-sizing: border-box;
    border: solid 1px rgba(0,104,55,1.0);
    color: rgba(255,255,255,1.0);/**/
}
.case-steps-information h2 {
    width: 100%;
    background: rgba(7,92,148,0.1);
    /* background: rgba(37,37,37,0.2); */
    color: rgba(7,92,148,1.0);
    /* border-top: solid 1px rgba(153,153,153,0.3); */
    border-bottom: solid 1px rgba(7,92,148,0.2);
    padding: 10px 5px;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
.case-steps-step-block {
    display: inline-block;
    max-height: 375px;
    overflow: scroll;
    width: 30%;
    margin: 0 /*  0 0 10px 0*/;
    /*padding: 10px;*/
    vertical-align: top;
    /*border-right: solid 1px rgba(215,215,215,1.0);*/
}
.case-steps-step-block ul {
    float: right;
    width: calc(100% + 2px);
    max-height: 375px;
    overflow: scroll;
    background: rgba(251,251,251,1.0);
    margin-right: -2px;
}
.case-steps-step-block ul li {
    width: 100%;
    /* height: 24px; */
    padding: 5px;
    font-size: 1.1em;
    line-height: 2.2em;
    background: rgba(251,251,251,1.0);
    border-bottom: solid 1px rgba(204,204,204);
    /*border-right: solid 1px rgba(215,215,215);*/
}
.case-steps-step-block ul li a {
    color: rgba(37,37,37,1.0);
}
.case-steps-step-block ul li:last-child {
    
}
.case-steps-step-block ul li.active-step {
    background: rgba(255,255,255,1.0);
    border-right: solid 4px rgba(255,255,255,1.0);
    border-left: solid 3px rgba(10,115,186,1.0);
}
.case-steps-step-block-information {
    display: inline-block;
    height: 100%;
    width: 69.7%;
    margin:  0;
    /*padding: 0 10px 10px 10px;*/
    background: rgba(255,255,255,1.0);
    vertical-align: top;
    box-sizing: border-box;
    /*border-left: solid 1px rgba(215,215,215,1.0);*/
}
.case-steps-step-block-information .makebtn {
    /*float: right;*/
    margin: -5px 0 0 10px;
    padding: 5px 10px;
    background-color: rgba(230,230,230,1.00);
    box-sizing: border-box;
    border: solid 1px rgba(204,204,204,1.0);
    color: rgba(37,37,37,1.0);/**/
}
.case-steps-step-block-information .row {
    display: block;
    padding: 10px;
    width: 100%;
    margin: 0;
}
.case-steps-step-block-information .row:first-child {
    margin-top: 0;
}
.card input {
    height: 24px;
}
.case-steps-step-block-information .row label {
    margin: 5px 0 0 0;
}
.row .float-right {
    margin: -10px 10px 0 0;
}
.secondary-filtering-options {
    display: block;
    border-top: solid 1px rgba(207,216,223,1.0);
    /*border-bottom: solid 1px rgba(230,241,248,1.0);*/
    background: rgba(230,241,248,0.2);
    padding: 5px;
    /* vertical-align: text-top; */
    fill: rgba(255,255,255,1.0);
    width: calc(100% + 10px);
}
.secondary-filtering-options a {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 10px;
    background-color: rgba(230,230,230,1.00);
    box-sizing: border-box;
    border: solid 1px rgba(204,204,204,1.0);
    color: rgba(0,179,65,1.0);
}
.secondary-filtering-options p {
    display: inline-block;
    color: rgba(45,133,191,1.0);
    margin: 0 20px 0 10px;
}
.secondary-filtering-options p:first-child {
    margin-left: 0;
}
.secondary-filtering-options input {
	margin: 0 10px;
}
.input-fullwidth {
    width: 90%;
    margin: 0 0 0 5px;
    float: right;
}
.btn-link {
    color: rgba(45,133,191,1.0);
}
.clinical-subsection-nav a:hover {
    /*border: solid 1px rgba(7,92,148,1.00);
    background-color: rgba(45,133,191,0.2);*/
}
.active-clinical-tab {
    /*background-color: rgba(7,92,148,1.00);*/
    color: rgba(51,51,51,1.00);
    border-bottom: solid 4px rgba(7,92,148,1.00);
}
.clinical-subsection-nav a:first-child {
}
/* --- DASHBOARD HOLDERS (TEMPORARY) -- */
.greyme {
	background: rgba(245,245,245,1.00);
}
.dashboard-concept-blocks {
    display: inline-block;
}
.hcc-block {
    position: absolute;
    width: 612px;
    height: 474px;
    top: 88px;
    left: 72px;
}
.annualwellness-block {
    position: absolute;
    width: 429px;
    height: 332px;
    top: 88px;
    left: 674px;
}
.riskscore-block {
    position: absolute;
    width: 474px;
    height: 332px;
    top: 88px;
    left: 1097px;
}
.costandutilization-block {
    position: absolute;
    width: 612px;
    height: 474px;
    top: 548px;
    left: 72px;
}
.qualitymeasures-block {
    position: absolute;
    width: 891px;
    height: 612px;
    top: 410px;
    left: 674px;
}

/* KPI DASHBOARD */
.dashboard-panels-all {
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: wrap;
    height: calc(100vh - 132px);
    overflow: auto;;
    overflow-x: hidden;
    /*background: red;*/
}
.dashboard-panels-row {
    display: flex;
    /*margin: 0 5px 5px 5px;*/
    width: 100%;
}
.dashboard-panel {
    background: rgba(255,255,255,1.0);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
    padding: 13px 10px;
    margin: 5px;
    display: inline-block;
    align-self: flex-start; /*Align to the top of the row */
}
.panel-filters {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 1em;
    margin: -5px 0 15px 0;
}
.panels-more-options {
    float: right;
    /* margin-right: 10%; */
    vertical-align: middle;
    margin: -15px 0 0 -70px;
    font-size: .9em;
    font-weight: 300;
    color: rgba(153,153,153,1.0);
    /* background: rgba(245,245,245,1.0);
    width: 34px;
    height: 24px; */
}
.more-dots {
    width: 6px;
    height: 12px;
    fill: rgba(205,205,205,1.0);
    /*margin: 10px 15px;
    display: inline-block;*/
}
.panels-more-options:hover {
    /*background: rgba(0,173,239,0.1); rgba(245,245,245,1.0);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);*/
    color: rgba(0,173,239,1.0);
    cursor: pointer;
    fill: rgba(0,173,239,1.0);
}
.panels-more-options:hover .more-dots {
    fill: rgba(0,173,239,1.0);
}
.dropdown-menu li.panel-tabs-menu-demo {
    margin: -10px 0 10px -10px;
    padding: 0 10px 5px 10px;
    /*background: rgba(251,251,251,1.0);
    border-bottom: solid 1px rgba(204,204,204,1.0);
    border-bottom: solid 1px rgba(251,251,251,1.0);*/
    width: calc(100% + 20px);
}
.current-chosen-tab-demo {
    margin-left: 0px;
    padding: 5px 10px;
    /*background: rgba(255,255,255,1.0);
    color: rgba(153,153,153,1.0);*/
    border-bottom: solid 3px rgba(0,173,239,1.0);
    color: rgba(0,173,239,1.0);
    display: inline-block;
}
.available-tab-demo {
    margin-left: 10px;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
    /*color: rgba(0,173,239,1.0);
    background: rgba(245,245,245,1.0);
    border-bottom: solid 1px rgba(230,230,230,1.0);*/
    display: inline-block;
}
.available-tab-demo:hover {
    color: rgba(0,173,239,1.0);
}
.panel-filters .btn-group  {
    max-height: 16px;
    font-weight: 200;
    margin: -5px 0 0 0;
    color: rgba(37,37,37,1.00);
}
.panel-filters .btn-group .btn {
    padding: 0 10px;
}
.panel-filters .btn-group .btn-default.active {
    background-color: rgba(7,92,148,1.0);
    border: solid 1px rgba(7,92,148,1.0);
    color: rgba(255,255,255,1.0);
}
/*.user .dropdown button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100vw;
}
.user:hover {
    cursor: pointer;    
}
.user .dropdown button .caret {
    padding: 0;
    margin: 15px 0 0 10px;
}*/
.panel-filters .dropdown {
    display: block;
    width: 100%;
    max-height: 15px;
    font-weight: 200;
    margin: 0;
    color: rgba(37,37,37,1.00);
}
.panel-filters p, .panel-filters .dropdown p {
    font-size:.9em;
    display: inline-block;
    margin: 3px 3px 0 0;
}
.panel-filters .dropdown-toggle {
    padding:0;
    margin: 0;
    color: rgba(0,173,239,1.0);
    font-size: .9em;
}
.panel-filters .dropdown-menu {
    margin: 5px 0 0 30px;
}
.panels-more-options .dropdown-menu {
    margin: 5px 30px 0 0;
    position: absolute;
    top: 15px;
    left: -164px;
}
.panel-filters .dropdown-toggle .caret {
    margin: 5px 0 0 10px;
    color: rgba(37,37,37,1.00);
    height: 10px;
}
.panel-filters .dropdown-toggle:hover/*, .panel-filters .dropdown-toggle button:hover*/ {
    border:none;
    margin: -5px 1px;
    /**/height: 25px;
    font-size: .9em;
}
.panel-filters .dropdown button {
    /*float:left;*/
    padding: 0 5px 0 2px;
    margin-top: -1px;
}
.panel-filters .dropdown button:hover {
    margin: -4px 1px -4px 1px;
}
.panel-bans-holder {
    /*vertical-align: middle;*/
    flex-direction: row;
    text-align: center;
    width: calc(100% + 20px);
    margin: 0 0 15px -10px;
    /*width: 100%;
    margin: 0 0 15px 0px;*/
}
.nobottommargin {
    margin-bottom: 0;
}
.dashboard-panel h2 {
    color: rgba(7,92,148,1.0) /*rgba(10,115,186,1.0)*/ /*(lighter blue)*/;
    font-size: 1.7em;
    font-weight: 300;
    margin: 0 0 10px 0;
    /*text-shadow: 2px 2px 4px rgba(204,204,204,1.0);*/
    vertical-align: top;
}
.dashboard-panel h2.dropdown-toggle {
    fill:red;
    padding: 0;
}
.dashboard-panel h2.dropdown-toggle:hover {
    border:none;
    margin-left: 0;
}
.panel-bans {
    display: inline-block;
    /*justify-content: space-between;*/
    margin: 0 2.2%;
}
.panel-bans:last-child, .panel-bans-table:last-child {
    margin-right:0px;
}

.panel-bans:first-child, .panel-bans-table:first-child {
    margin-left:0px;
}
.panel-bans-table {
    display: inline-block;
    margin: 0 5px 0 0;
}
.panel-bans-holder-rownames {
    font-size:.9em;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 10px;
    padding-top: 27px;
    width: 20%;
    float: left;
}
.panel-bans-holder-rownames p {
    margin-bottom: 27px;
}
.panel-bans-holder-rownames p:last-child {
    margin-bottom: 0;
}
.panel-bans h3, .panel-bans-table h3, .panel-bans-table-small h3 {
    font-size:.8em;
    text-transform: uppercase;
    font-weight: 400;
}
.panel-bans h4 {
    font-size: 2.0em;
    font-weight: 300;
    margin-bottom: 0;
}
.panel-bans-table h4 {
    font-size: 1.4em;
    font-weight: 300;
    margin-top: 20px;
}
.panel-bans-table h4:first-child {
    margin-top: 100px;
}
/*When there are more than 3 rows*/
.panel-bans-table-small {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.panel-bans-table-small h4 {
    font-size: 1.4em;
    font-weight: 300;
    margin: 5px 0 0 0;
    line-height: 1.25em;
}
.panel-bans-holder-rownames-small {
    font-size: .9em;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 10px;
    padding-top: 12px;
    /* width: 25%; */
    float: left;
}
.panel-bans-holder-rownames-small p {
    margin: 11px 0 0 0;
    line-height: 1.42em;
}
.panel-bans-holder-rownames-small p:last-child {
    margin-bottom: 0;
}
.panel-bans-table-small h3 {
    margin-bottom: 5px;/**/
    text-transform: uppercase;
}
.dashboard-panel-date-display {
    float: right;
    color: rgba(153,153,153,1.0);
    font-size: .8em;
    font-weight: 300;
    padding-top: 3px;
}
.dashboard-panel-quicklinks {
    color: rgba(153,153,153,1.0);
    font-size: .8em;
    line-height: .6em;
    font-weight: 300;
    margin: 0 0 -18px -10px;
    padding: 0 0 4px 10px;
    width: calc(100% + 20px);
    box-sizing: border-box;
    border-top: solid 1px rgba(230,230,230,1.0);
    text-transform: uppercase;
}
.dashboard-panel-quicklinks a {
    color: rgba(0,173,239,1.0);
    text-transform: capitalize;
    margin-left: 5px;
    font-weight: 400;
}
.jh-logo {
    width: 337px;
    height: 50px;
    margin-bottom: 12px;
}
.onequarter-panel {
    min-width: calc(24.6% - 5px);
    /*background: rgba(225,225,225,0.2);*/
}
.onethird-panel {
    min-width: calc(33% - 6px);
}
.twothird-panel {
    min-width: calc(67% - 5px);
}
.onehalf-panel {
    min-width: calc(49.6% - 5px);
    /*min-height: 240px;*/
}
.full-panel {
    min-width: calc(100% - 15px);
}
.dashboard-badge {
    font-size: .6em;
    font-weight: 400;
    color: rgba(255,255,255,1.0);
    border-radius: 4px;
    margin-top: -5px /*-2px*/;
}
.smaller-badge {
    font-size: .7em;
    font-weight: 300;
    /*margin: -5px 0 0 0;
    padding: 2px 6px;*/
    text-align: center;
    min-width: 40px;/**/
}
.bad-badge {
    background: rgba(158,9,15,1.0);
}
.good-badge {
    background: rgba(0,146,69,1.0);
}
.small-bad-badge {
    border: solid 1px rgba(158,9,15,1.0);
    background-color: rgba(255,255,255,0.6);
    color: rgba(158,9,15,1.0);
}
.small-good-badge {
    border: solid 1px rgba(0,146,69,1.0);
    background-color: rgba(255,255,255,0.6);
    color: rgba(0,146,69,1.0);
}
/*--- SCROLLING COHORTS ---*/
.cohort-block-holder {
    width: 89%;
    /*height: calc(100vh - 645px);
    max-height: 325px;
    background: rgba(242,242,242,1.0);
    box-sizing: border-box;
    border: solid 1px rgba(230,230,230,1.0);*/
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.cohort-encounter-block {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    border-right: solid 1px rgba(204,204,204,1.0);
}
.cohort-encounter-block h3 {
    /*color: rgba(10,115,186,1.0);
    font-size: 1.6em;
    display: block;
    margin: 10px 0;
    font-weight: 600;
    clear: both;*/
}
.cohort-encounter-block-icon {
    float: right;
    width:16px;
    height:16px;
    fill: rgba(255,255,255,1.0);
}
.cohort-block-details {
    width:200px;
    position: relative;
    display:inline-block;
    margin: 2px 10px;
    padding: 10px;
    vertical-align: top;
    /*height: calc(100% - 45px);
    background-color: rgba(255,255,255,1.0);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
     -webkit-transition: width .25s, height .25s; Safari */
    transition: all .25s ease/*, height .5s*/;
    /*transition-timing-function: ease;
    overflow-x: scroll;*/
    overflow: hidden;
}
.cohort-block-details:hover {
    /*position: absolute;
    bottom: 10px;
    margin: -20px 10px 0 10px;*/
    z-index:5000;
    width: calc(100vw - 350px);
    /*height: calc(100% - 10px);*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25), 0 0 0 1px rgba(0,0,0,0.14);
}
.cohort-block-details h3 {
    display: block;
    /*background-color:rgba(81,128,190,1.00);
    font-size:1.4em;*/
    padding: 0 0 10px 0;
    color: rgba(10,115,186,1.0);
    margin: 0 0 10px 0;
    font-weight: 600;
    clear: both;
}
.cohort-block-details h3:after {
	content: '▶';
    /*content: '>';*/
    margin: 0 0 0 5px;
    color: rgba(120,120,120,0.1);
}
.cohort-block-scroller {
    height: calc(100% - 50px);/**/
    overflow-y:auto;
    /*background:red;*/
}
.cohort-block-scroller h4 {
    margin: 0 20px 20px 0;
    font-size: 1.6em;
    font-weight: 200;
    max-width: 200px;
    text-align: center;
}
.cohort-block-details p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 10px;
    line-height: 1.1em;
    /*font-size:1.2em;
    margin: 5px 10px;*/
}
.cohort-block-scroller h2 {
    font-weight: 600;
    color: rgba(6, 88,142,1);
    overflow: hidden;
    text-overflow: ellipsis;
} 
.keep-on-scrolling {
    white-space: initial;
    overflow: visible;
}
.cohort-details {
    /*position: absolute;
    bottom: -30px;*/
    font-size: .9em;
    text-transform: uppercase;
    margin:-10px 0 0 0;
    padding: 2px;
    text-align: left;
    line-height: 1.4em;
    /**/color: rgba(120,120,120,1.0);
    /*color: rgba(81,128,190,1.0);*/
    box-sizing: border-box;
    border-top: solid 1px rgba(230,230,230,1.0);
    /*display: inline-block;
    background-color: rgba(10,115,186,0.2);*/
}
.show-theres-more {
    position: absolute;
    bottom: 0px;/**/
    margin:0;
    padding: 12px 0;
    width: 100%;
    /*color: rgba(81,128,190,1.0);
    box-sizing: border-box;
    border-top: solid 1px rgba(225,225,225,1.0);*/
    /*background-color: red rgba(245,245,245,1.0);*/
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.cohort-holder-rownames {
    font-size:.9em;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 10px;
    padding-top: 38px;
    width: 10%;
    float: left;
    /*box-sizing: border-box;
    border-right: solid 1px rgba(230,230,230,1.0);*/
}
.cohort-holder-rownames p {
    margin-bottom: 27px;
}
.cohort-holder-rownames p:last-child {
    margin-bottom: 0;
    box-sizing: border-box;
    border-top: solid 1px rgba(230,230,230,1.0);
    padding-top: 5px;
}
.cohort-additional-details {
    visibility: hidden;
    margin: -10px;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 250px;
    background: rgba(251,251,251,1.0);
    width: calc(100% - 200px);
    height: 100%;
    box-sizing: border-box;
    border-left: solid 1px rgba(245,245,245,1.0);
}
.cohort-block-details:hover .cohort-additional-details {
    visibility: visible;
}
.cohort-additional-details h2 {
    display: block;
    width: calc(100% - 60px);
    margin: 10px 0 5px 10px;
    border-bottom: solid 1px rgba(230,230,230,1.0);
    font-size: 1.6em;
}
.cohort-panel-bans {
    /*display: inline-block;
    justify-content: space-between;
    margin: 0 3%;*/
    float: left;
    margin: 10px;
}
.cohort-panel-bans h3 {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    color: rgba(37,37,37,1.0);
}
.cohort-panel-bans h3:after {
    content: none;
}
.cohort-panel-bans h4 {
    font-size: 1.8em;
    font-weight: 200;
}
/*--- END SCROLLING COHORTS ---*/
/*--- WRITTEN FOR DEMO ---*/
.demo-stage-onethird {
    width: 33%;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    height: calc(100vh - 150px);
    overflow: auto;;
}
.with-filters {
    height: calc(100vh - 185px);
}
.demo-stage-onethird h2, .demo-stage-twothirds h2 {
    display: block;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 600;
    color: rgba(45,133,191,1.0);
}
.demo-stage-twothirds {
    width: 66%;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    vertical-align: top;
    height: calc(100vh - 185px);
}
.demo-top-block {
    width: 100%;
    display: block;
    padding-left: 10px;
    height: 30vh;
}
.demo-top-block:nth-child(odd) {
    height: 45vh;
    overflow: hidden;
}
.demo-split-bottom {
    width: 46%;
    display: inline-block;
    height: calc(100vh - 385px);
    overflow: auto;; 
    vertical-align: top;
    margin: 0 1%;
}
.demo-split-bottom-withoutfilters {
    width: 46%;
    display: inline-block;
    height: calc(100vh - 350px);
    overflow: auto;;
    vertical-align: top;
    margin: 0 2%;
}
.filtered-page-bump {
    margin-top: -25px;
}/**/
.demo-split-bottom:nth-child(2) {
    /*margin-top: 30px;*/
}
.table-scroll-demo {
    width: 100%;
    overflow: auto;;
    padding-bottom: 0;
    margin: 0;
    border: none;
    /*height: calc(100vh - 370px);
	border-right: none;
	border-bottom: solid 1px rgba(204,204,204,1.0);
	box-sizing: border-box;
	border-left: solid 1px rgba(204,204,204,1.0);*/
}
.table-scroll-demo td {
	padding: 2px 5px 2px 10px;
	vertical-align: middle;
    text-overflow: ellipsis;
    border: none;
    font-size: .8em;
}
.table-scroll-demo-smaller {
    width: 100%;
    overflow: auto;;
    padding-bottom: 0;
    margin: 0;
    border: none;
    /*height: calc(100vh - 370px);
	border-right: none;
	border-bottom: solid 1px rgba(204,204,204,1.0);
	box-sizing: border-box;
	border-left: solid 1px rgba(204,204,204,1.0);*/
}
.table-scroll-demo-smaller td {
	padding: 2px 5px 2px 10px;
	vertical-align: middle;
    text-overflow: ellipsis;
    border: none;
    font-size: .8em;
    line-height: 1.4em;
    font-weight: 400;
}
.table-scroll-demo-smaller td:nth-child(even) {
    text-align: right;
}
.first-row-table-demo {
    border: none;
	/*border: solid 1px rgba(7,92,148,1.0);
	border-right: solid 1px white;*/
	background-color: rgba(255,255,255,1.0);
	/*color: rgba(255,255,255,1.0);*/
	padding: 2px 5px 2px 10px;
	margin-top: 0;
}
.demo-graph-bar {
	/*background-color: rgba(255,255,255,1.0);
	border: solid 1px rgba(204,204,204,1.0);*/
	width: 95%;
	height: 24px;
	display: inline-block;
	margin: 0 10px;
}
.sticky-filter-holder-buttons {
    position: fixed;
    bottom:0;
    width: 100%;
    padding: 0 10px 10px 10px;
    max-width: 700px;
    margin: 0px 0px 15px -11px;
    background: rgba(245,245,245,1.0);
    border-top: solid 1px rgba(10,115,186,1.0);
}
.bar-example19 {
	fill: rgba(0,179,65,1.0);
	color: white;
	width: 96%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example20 {
	fill: rgba(0,179,65,1.0);
	color: white;
	width: 92%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example21 {
	fill: rgba(0,179,65,1.0);
	color: white;
	width: 91%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example22 {
	fill: rgba(0,179,65,0.8);
	color: white;
	width: 88%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example23 {
	fill: rgba(0,179,65,0.8);
	color: white;
	width: 86%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example24 {
	fill: rgba(0,179,65,0.8);
	color: white;
	width: 82%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example25 {
	fill: rgba(0,179,65,0.8);
	color: white;
	width: 81%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example26 {
	fill: rgba(0,179,65,0.7);
	color: white;
	width: 79%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example27 {
	fill: rgba(0,179,65,0.7);
	color: white;
	width: 77%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example28 {
	fill: rgba(0,179,65,0.7);
	color: white;
	width: 74%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example29 {
	fill: rgba(0,179,65,0.7);
	color: white;
	width: 70%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example30 {
	fill: rgba(0,179,65,0.6);
	color: white;
	width: 68%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example31 {
	fill: rgba(0,179,65,0.6);
	color: white;
	width: 65%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example32 {
	fill: rgba(0,179,65,0.6);
	color: white;
	width: 62%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example33 {
	fill: rgba(0,179,65,0.6);
	color: white;
	width: 61%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example34 {
	fill: rgba(0,179,65,0.6);
	color: white;
	width: 61%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example35 {
	fill: rgba(0,179,65,0.5);
	color: white;
	width: 58%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example36 {
	fill: rgba(0,179,65,0.5);
	color: white;
	width: 52%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example37 {
	fill: rgba(0,179,65,0.5);
	color: white;
	width: 50%;
	height: 24px;
	float: left;
	margin: 0;
}
.bar-example38 {
	fill: rgba(0,179,65,0.3);
	color: white;
	width: 36%;
	height: 24px;
	float: left;
	margin: 0;
}
.inner-stage-content-header .dropdown-toggle {
    background:none;
    border: none;
    padding: 10px 0 0 0;
    font-size: 1.2em;
    font-weight: 300;
    color: rgba(255,255,255,1.0);
    float: left;
    text-align: left;
}
.inner-stage-content-header .dropdown-toggle:hover {
    background:none;
    border: none;
    padding: 10px 0 0 0;
    margin:0;
}/**/
.inner-stage-content-header .dropdown-menu {
    margin-top:0;
    font-size: 1.1em;
    line-height: 1.6em;
}
.stage-filter-options .dropdown-toggle {
    background:none;
    border: none;
    border-right: solid 1px rgba(204,204,204,1.0);
    padding: 0 20px 0 10px;
    /*font-weight: 600;*/
    font-size: 1em;
    /*color: rgba(45,133,191,1.0);
    color: rgba(10,115,186,1.0);*/
    display: inline-block;
    margin-right: 10px;
    /*text-align: left;
    padding: 0 10px;
    margin: 0 5px 0 30px;*/
}
/**/.stage-filter-options .dropdown:nth-child(3) .dropdown-toggle {
    border-color: rgba(230,230,230,0.0);
}
.stage-filter-options .dropdown-toggle .caret {
    margin: 5px 0 0 10px;
}
.stage-filter-options button {
    margin-top: -1px;
    /*padding: 0 0 0 0;*/
}
.stage-filter-options button:hover {
    margin-top: -2px;
    margin-left:0;
    /*padding-top: -1px;
    margin-bottom: 0;
    margin-top: -2px;*/
}
.stage-filter-options .dropdown-toggle:hover {
    background:none;
    /*border: none;
    padding: 10px 0 0 0;
    margin:0;*/
}
.stage-filter-options .dropdown-menu {
    margin-top:0;
    font-size: 1.1em;
    line-height: 1.6em;
}
.dropdown-menu a li:hover {
    color: rgba(10,115,186,1.0);
}
.modal-content {
    border-radius: 4px;
}
.modal-content .dropdown {
    font-size: 1.6em;
    margin: 10px 15px;
    width: inherit;
}
.modal-content .dropdown p {
    margin: 0 0 0 0;
    display: inline-block;
    font-size: .8em;
}
.modal-content .dropdown button {
    margin: 0;
    display: inline-block;
    /*width: 200px;*/
    color: rgba(0,173,239,1.0);
    border: none;
    box-shadow: none;
    padding:0;
    text-align: left;
}
.modal-content .btn-group {
    float: right;
    margin: 10px 10px 0 0;
}
.btn-default.active {
    background:rgba(0,173,239,1.0);
    color: rgba(255,255,255,1.0);
    border: solid 1px rgba(7,92,148,1.0);
}
.modal-content .dropdown button .caret {
    margin: 8px 10px;
    /*display: inline-block;
    width: 200px;
    color: rgba(153,153,153,1.0);*/
}
.modal-content .dropdown button:hover, .modal-calendar-icon:hover {
    cursor: pointer;
}
.modal-calendar-icon {
    width: 32px;
    padding: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -32px;
    margin-top: -2px;
    background: rgba(153,153,153,0.2);
    border-radius: 0 4px 4px 0;
}
/**/
.modal-content .dropdown-toggle, .panel-chart-sections .dropdown-toggle {
    background:none;
    border: none;
    /*padding: 10px 0 0 0;
    text-align: left;*/
}
.modal-content .dropdown-toggle:hover, .panel-chart-sections .dropdown-toggle:hover {
    background:none;
    border: none;
    margin-left: 0; 
    /*padding: 10px 0 0 0;
    text-align: left;*/
}
.modal-content .dropdown-toggle .caret, .panel-chart-sections .dropdown-toggle .caret  {
    margin-left: 10px;   
}
.modal-content .dropdown-menu, .panel-chart-sections .dropdown-menu {
    position: absolute;
    left: 30px; /* */
    top: 20px;
    width: 200px;
}
.panel-chart-sections .dropdown {
    padding: 0;
    margin: 0;
    /**/color: rgba(0,173,239,1.0);
    margin-left: -10px;
}
.panel-chart-sections .btn:hover {
    color: rgba(0,173,239,1.0);
    
}
.move-right {
    margin: 0 96px;
}
.modal-header {
    background-color: rgba(0,173,239,1.0);
    padding: 0;
    border-bottom: 1px solid rgba(230,230,230,1.0);
    border-radius: 4px 4px 0 0;
}/**/
.modal-header h5 {
    color: rgba(255,255,255,1.0);
    font-size: 1.8em;
    padding: 10px;
    float: left;
}
.modal-header button {
    padding: 15px 10px 0 0;
    color: rgba(255,255,255,1.0);
    opacity: 1;
    /* margin: 10px; */
}
.modal-body .table-scroll, .modal-body table, .modal-body td {
    border: none;
    height: inherit;
}
.modal-body tbody tr:nth-child(odd) {
    background: rgba(255,255,255,1.0);
}
.modal-body td {
    font-size: 1.3em;
}
.modal-body .table-scroll {
    margin: 0;
}
.modal-body .table-scroll th {
    /*padding: 10px;*/
    background: rgba(255,255,255,1.0);
    border: none;
    font-weight: 600;
    font-size: 1.4em;
    text-align: center;
    border-bottom: solid 1px rgba(245,245,245,1.0);
}
/*.modal-body .table-scroll th:first-child, .modal-body .table-scroll td:first-child {
    width: 30%;
    text-align: left;
}
.modal-lg .modal-body .table-scroll th:first-child, .modal-body .table-scroll td:first-child {
    width: 50%;
    text-align: left;
}*/
.modal-body .table-scroll .three-columns th:first-child, .modal-body .table-scroll .three-columns td:first-child, .modal-body .table-scroll .four-columns th:first-child, .modal-body .table-scroll .four-columns td:first-child, .modal-body .table-scroll .five-columns th:first-child, .modal-body .table-scroll .five-columns td:first-child {
    /**/width: 50%;
    text-align: left;
}

.modal-body .table-scroll .three-columns th:last-child, .modal-body .table-scroll .three-columns td:last-child/*, .modal-body .table-scroll .four-columns th:last-child, .modal-body .table-scroll .four-columns td:last-child, .modal-body .table-scroll .five-columns th:last-child, .modal-body .table-scroll .five-columns td:last-child*/ {
    /**/width: 25%;
}
.three-columns td, .three-columns th, .four-columns td, .four-columns th, .five-columns td, .five-columns th {
    padding: 8px 6px;
}
.modal-body .three-columns tbody tr:nth-child(odd), .modal-body .four-columns tbody tr:nth-child(odd), .modal-body .five-columns tbody tr:nth-child(odd), .modal-body .qm-custom tbody tr:nth-child(odd) {
    background: rgba(245,245,245,1.0);
}
.three-columns th, .four-columns th, .five-columns th {
    color: rgba(10,115,186,1.0);
}
.modal-body {
    position: relative;
    padding: 5px;
    max-height: calc(100vh - 180px);
    overflow: auto;
}
.modal-body .table-scroll td {
    /*float: left;*/
    text-align: center;
}
.align-with-badge {
    text-align: right;
}
.centered-text {
    text-align: center;
}
.left-text {
    text-align: left;
}
.right-text {
    text-align: right;
}
.modal-body .patient-list tr:nth-child(odd) {
    background-color: rgba(245,245,245,1.0);
}
.bold-column-names th {
    font-weight: 600;
    font-size: 1.4em;
    color: rgba(10,115,186,1.0);
    background: rgba(255,255,255,1.0);
    border-bottom: solid 1px rgba(153,153,153,0.4);
    padding: 10px 5px;
}
.modal-body td .good-badge, .modal-body td .bad-badge {
    /*margin: 0;
    float: right;
    float: left;*/
}
.modal-body .qm-custom tr {
    padding: 0 5px;
}
.float-right {
    float: right;
    /*margin-right: 10%;*/
    vertical-align: bottom;
    margin: 0 0 0 10px;
}
.float-left {
    float: left;
    /*margin-left: 10%;*/
    vertical-align: middle;
}
.modal-body .table-scroll-not-fancy {
    height: inherit;
    width: inherit;
    overflow: auto;
    padding: 0;
    margin: 0;
}
.modal-content .extra-line-control {
    padding: 10px 15px;
    width: 100%;
    margin-top: -1px;
    font-size: 1.2em;
    display: block;
    background: rgba(153,153,153,0.2);;
}
.modal-content .extra-line-control .dropdown {
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 1.1em;
    display: block;
    background: rgba(153,153,153,0.2);;
}
.difference {
    float: left;
    margin: -12px 0;
    font-weight: 300;
}
.modal-content .dropdown .remove-margins {
    margin: 0px -10px;
    height: 24px;
    width: 100vw;
    /*border-bottom: solid 1px rgba(153,153,153,0.4);
    padding: 0 10px;*/
}
.modal-content .dropdown .remove-margins .dropdown-menu {
    margin: 0 0 0 -20px;
}
.panel-chart-sections {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 10px;
    border-top: solid 1px rgba(153,153,153,0.4);
}
.panel-chart-sections .table-scroll-demo tr {
    height: 20px;
    background: rgba(255,255,255,1.0);    
}
.panel-chart-sections .table-scroll-demo td:nth-child(odd) {
    background: rgba(255,255,255,1.0);
}
.force-top-margin {
    margin-top: 13px;
}
.active-choice {
    color: rgba(153,153,153,1.0);
    /*border-left: solid 1px rgba(153,153,153,1.0);
    padding-left: 2px;*/
}
.modal-footer img {
    float:right;
    height: 32px;
}
/*.active-choice:before {
    content: '▶';
}*/
.tooltip-inner { 
    background-color: rgba(7,92,148,1.0);
}
[data-placement="top"] + .tooltip > .tooltip-arrow {
    border-top-color: rgba(7,92,148,1.0);
}
[data-placement="right"] + .tooltip > .tooltip-arrow {
    border-right-color: rgba(7,92,148,1.0);
}
[data-placement="bottom"] + .tooltip > .tooltip-arrow {
    border-bottom-color: rgba(7,92,148,1.0);
}
[data-placement="left"] + .tooltip > .tooltip-arrow {
    border-left-color: rgba(7,92,148,1.0);
}
/*-- LIGHTBEAM MAIN COLORS --*/
.blue-bright {background:rgba(0,173,239,1.0);}	
.blue2 {background:rgba(45,133,191,1.0);}	
.logo-blue {background:rgba(10,115,186,1.0);}	
.logo-blue-20black {background:rgba(7,92,148,1.0);}	
.blue3 {background:rgba(82,154,202,1.0);}
.blue4 {background:rgba(81,128,190,1.0);}
.gray-blue {background:rgba(115,143,177,1.0);}
.common-black {background:rgba(37,37,37,1.0);}
.near-black {background:rgba(51,51,51,1.0);}
.darkest-gray {background:rgba(102,102,102,1.0);}
.darker-gray {background:rgba(120,120,120,1.0);}
.dark-gray {background:rgba(153,153,153,1.0);}
.gray {background:rgba(204,204,204,1.0);}
.light-gray {background:rgba(215,215,215,1.0);}
.lighter-gray {background:rgba(230,230,230,1.0);}
.lightest-gray {background:rgba(245,245,245,1.0);}
.off-white {background:rgba(251,251,251,1.0);}
.green {background:rgba(0,179,65,1.0);}
.red {background:rgba(255,39,37,1.0);}
.yellow {background:rgba(255,192,0,1.0);}
.orange {background:rgba(235,139,10,1.0);}
@media only screen and (max-width: 1050px) {
    .panel-bans {
        margin: 0 10px;
    }
    .panel-bans h4 {
        font-size: 1.4em;
        margin-bottom: 10px;
    }
    .dashboard-panel-quicklinks a {
        margin-left: 2px;
    }
    .dashboard-panel-quicklinks {
        font-size: .8em;
        /*margin: 0 0 -18px -10px;
        padding: 0 0 4px 10px;*/
        text-transform: capitalize;
    }
    .showhide {
        display: none;
    }
    .dashboard-panel h2 {
        font-size: 1.5em;
        font-weight: 400;
        margin: 0 0 5px 0;
    }
    .panel-filters p, .panel-filters .dropdown p {
        font-size: .7em;
        margin: 0;
    }
    .panel-filters .dropdown-toggle {
        font-size: .7em;
    }
    .panel-filters .dropdown-toggle:hover {
        font-size: .7em;
    }
    .panel-filters .dropdown button {
        margin-top: 1px;
    }
    .panel-filters .dropdown button:hover {
        margin-top: -3px;
    }
    .dashboard-panel-date-display {
        font-size: .7em;
        /*padding-top: 3px;*/
    }
    .panel-bans-holder {
        flex-direction: row;
        text-align: center;
        width: calc(100% + 20px);
        margin-bottom: 5px;
    }
    .panel-bans h3, .panel-bans-table h3, .panel-bans-table-small h3 {
        font-size: .9em;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .panel-bans-table h4 {
        font-size: 1.4em;
        margin-top: 8px;
    }
    .panel-bans-table-small h4 {
        margin-top: 4px;
    }
    .panel-bans-holder-rownames p {
        margin: 13px 0 0 0;
    }
    .panel-bans-holder-rownames {
        font-size: .8em;
        text-transform: capitalize;
        text-align: left;
        margin: 0 0 0 10px;
        padding-top: 15px;
        width: 16%;
        float: left;
    }
    .panel-bans-table {
        margin-right: 2px;
    }
    .panel-bans-holder-rownames-small {
        font-size: .8em;
        margin: 0 0 0 10px;
        padding-top: 10px;
        width: 20%;
    }
    .panel-bans-holder-rownames-small p {
        margin-top: 7px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .panel-filters .btn-group .btn {
        font-size: .8em;
    }
    .dashboard-panels-all {
        display: block;
    }
    .onequarter-panel {
        min-width: 23.7%;
    }
    .onethird-panel {
        min-width: 32%;
    }
    .onehalf-panel {
        min-width: 48.5%;
    }
    .twothird-panel {
        min-width: 68%;
    }
    .smaller-badge {
        font-size: .7em;
        /*min-width: 26px;*/
    }
    .panel-bans-table-small:last-child {
        margin-right: 0;
}
}
