/* Minification failed. Returning unminified contents.
(781,1): run-time error CSS1036: Expected expression, found '}'
 */
html {
    /* background-color: #e2e2e2; */
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: 12px;
    /* font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; */
    font-family:Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}
/*
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }
*/
header, footer, hgroup,
nav, section {
    display: block;
}

header, footer, section 
{
    margin: 0 auto;
    position: relative;
    width: 95%;
}

header
{
    padding:20px 0 0;
}

footer {
    font-size: .8em;
    height: 100px;
    padding: 10px 0 0;
}

section 
{
    padding: 10px 0 0;
}

nav 
{
    padding:15px 0 0;
}
/*
#menuSelectable
{
    z-index: inherit;
}
#menuSelectable:focus 
{
    border-width: 5px;
    border: #ff0000;
}
*/

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 
{
    font-family:MuseoSans700, Arial, Helvetica, Sans-Serif;
    font-weight:normal;
    margin: 10px 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1.1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

dt, dd {
float:left;
}

dt {
clear:left;
font-weight:bold;
}

dd {
margin: 0 0 0 5px;
}

strong
{
    font-weight:bold;
}


/* ````` For Signature Styling ``````*/

.m-signature-pad--body {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 4px;
    margin-top: 10px;
}

.m-signature-pad--footer
  .description {
    color: #9c9c9c;
    text-align: center;
    font-size: 1.2em;
    margin-top: 1.0em;
  }

.m-signature-pad--footer
  .signatureSave{
    float: right !important;
}
.m-signature-pad--footer
    .signatureClear{
    float: left !important;
}

/* ^^^^^ For Signature Styling ^^^^^*/
/* accessibility
----------------------------------------------------------*/
/* ------------ skip navigation --------------*/
.skip a
{
    height:1px;
    left:-10000px;
    overflow:hidden;
    position:absolute;
    top:auto;
    width:1px;    
}

.skip a:focus
{
    background:none #ffffff;
    border:1px solid #e7e7e7;
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    height:auto;
    left:10px;
    padding:5px;
    top:10px;
    width:auto;
    z-index:1000;
}

#subNavTarget,
#mainTarget
{
    height:1px;
    position:absolute;
    width:1px;
    left:-10000;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

#body {
    padding-bottom: 35px;
}

    .main-content {
        padding-top: 10px;
    }

    .featured + .main-content {
    }

header .content-wrapper {
    padding: 20px 0 10px; 
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    /*font-family: Rockwell, Consolas, "Courier New", Courier, monospace;*/
    display: inline;
    font-size: 2.3em;
    margin: 0 0 10px;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
display: block;
font-size: 95%;
position: absolute;
right: 0;
text-align: right;
top: 0;
width: auto;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        /* background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%); */
        background-image: none, linear-gradient(to bottom, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
        /*    color: #fff; */
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

/* login page */
#loginForm 
{
/*    margin:0;  */

}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #AAAAAA;
    border-image: none;
    border-style: none none none;
    border-width: medium medium medium;
    margin: 10px 0;
    padding: 10px 0;
}

    legend {
    /*    display: none;  */
    font-family: MuseoSans700,Arial,Helvetica,Sans-Serif;
    font-size: 1.4em;
    padding: 0 0 4px;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-family: MuseoSans500, Arial, Helvetica, Sans-Serif;
}

.assessmentPage label 
{
    display: inline-block;
    font-family: MuseoSans500, Arial, Helvetica, Sans-Serif;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
}

label+span.k-datepicker, label+span.k-timepicker, label+span.k-datetimepicker, label+span.k-colorpicker, label+span.k-numerictextbox, label+span.k-combobox, label+span.k-dropdown
{
    margin:5px 0 6px;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
}

.k-widget.k-datepicker
{
    width:100px;
}


.editor-field-group
{
    margin:5px 0 10px;
}

.editor-field-group label
{
    display:inline-block;
    margin:5px 0 10px 5px;
}

.editor-field-group label:first-child
{
    margin:5px 0 10px 0;
}

textarea {
    font-family: inherit;
    width:506px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"], input[type="radio"] {
        background: transparent;
        border: none;
        display: inline-block;
        margin: 5px 5px 0 10px;
        width: auto;
    }
    
    input[type="checkbox"]:first-child, input[type="radio"]:first-child
    {
        margin-left:0;
    }
    
    .fieldSet input[type="checkbox"] ~ label 
    {
        display: inline-block;
    }

  /* -------------- Conflicts w/Kendo?
  input[type="submit"],
    input[type="button"],
    button {
        background-color: #D3DCE0;
        border: 1px solid #787878;
        cursor: pointer;
        font-family: Arial,Helvetica,Sans-serif;
        font-size: 0.9em;
        font-weight: bold;
        margin-right: 8px;
        padding: 7px;
        width:auto;
    }
   */

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-bottom: 4px;
        margin-right: 4px;
    }

/* -- k-textbox, k-dropdown custom widths -- */

.k-dropdown[aria-owns="UpdatedNamePrefixId_listbox"],/* name prefix-dropdown */
.k-textbox[name="Member.Suffix"], /* name suffix -- textbox */
.k-textbox[name="State"], /* State -- textbox */
.k-textbox[name="Zip"], /* Zip -- textbox */
.k-textbox[name="ZipPlus4"], /* Zip+4 -- textbox */
.k-textbox[name="Address.State"]
{
  width: 70px;
}



/* info and errors */
/* -- insert red asterisk after required field --- */

.validationBlock
{
    display:none;
}



.required label:after
{
    content: " *";
    color:#ff0000;
}

.required label.noAsterisk:after
{
    content: "";
}

.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #FF0000;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #FF0000;
}

/* styles for validation helpers
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
} */

.field-validation-error {
    color: #FF0000;
    display:block;
    font-size: 11px;
    line-height: 0.7em;
}


/*NR - these makes the kendo styled validation messages into our red validation messages*/
.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
    color: #FF0000;
    display:block;
    font-size: 11px;
    line-height: 0.7em;
    border-width: 0;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 !important; /*NR - importants are bad, only using here because kendo applies this margin css inline it seems so i need to overide the inline styling*/
}

.k-icon.k-warning {
    visibility: hidden;
    width: 0;
}

.k-callout.k-callout-n {
    visibility: hidden;
    width: 0;
}
/*NR - END*/



.field-validation-valid {
    color: #FF0000;
    display:inline;
    font-size: 11px;
    line-height: 0.7em;
}

input.input-validation-error {
    border: 1px solid #FF0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #FF0000;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
/*  margin-top: 0.75em;  */
    border: 0 none;
    text-transform:
}

th {
/*    font-size: 1.2em; */
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

/*    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }
*/
    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*******************************
*    Hcheq BP custom pages     *
*******************************/
/********* Common *************/

/* Chart formatting  */
.graphs
{
    width:100%;
}


.chart-wrapper
{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.chart-wrapper-healthhome
{
    display: block;
    margin: 0;
    padding: 0;
}

.chart2 .chart-wrapper
{
    width:49.7%;
}
.chart3 .chart-wrapper
{
    width:32%;
}    

#statusCharts .chart-wrapper
{
    width:48%;
}

svg > text {
  font: 14px MuseoSans700,Arial,Helvetica,Sans-Serif !important;
}

svg > g > text
{
    font: 10px Arial,Helvetica,sans-serif !important;
}

/* Forms formatting  */

.fieldSet 
{
    display: inline-block;
    margin: 0 10px 5px 0;
    vertical-align: text-top;
}


/* -- offset labels for checkboxes & radios -- */

.fieldSet.checkbox, .fieldSet.radio {
  padding: 0 0 10px;
  vertical-align: bottom;
}

.fieldGroup 
{
    display: block;
    margin: 10px 0;
    vertical-align: top;
}

.fieldGroup > label,
fieldset > label
{
    display: inline-block;
    margin: 0 10px 6px 0;
}

.fieldSet .k-dropdown, .fieldSet .k-datepicker, .fieldSet .k-numerictextbox, .fieldSet .k-multiselect
{
    margin:5px 0 6px;
}

/* -- need to handle this in a different way 
.fieldSet input[type="hidden"] + label
{
    display:inline-block;
}
*/

.fieldSet input[type="radio"]
{
    margin-left:10px;
}

.fieldSet input[type="radio"]:first-child
{
    margin-left:0;
}

/* Form controls in Kendo Grid  */

.k-grid-content fieldset
{
    border-bottom:none;
}

/*
.k-grid-content .fieldSet
{
    display: inline;
    white-space: nowrap;
}
*/
.k-grid-content .fieldSet input[type="radio"] + label
{
    display:inline-block;
}

/* ----- filter controls modifications --- */
.mainColumn
{
    display: inline-block;
    margin: 10px 0 0;
    vertical-align: top;
    width: 80.68%;    
}

.filterColumn
{
    display: inline-block;
    font-size: 0.8em;
    margin: 10px 1% 0 0;
    padding:5px;
    vertical-align: top;
    width: 18%;
}

.filterColumn h3
{
    margin-top:0;
}

.filterColumn p
{
    margin:5px 0;
}

.filterColumn fieldset
{
    margin:10px 0 0;
    padding:10px 0 0;
}

.filterColumn .fieldGroup
{
    margin: 5px 0;
}

.filterColumn .k-datepicker, .filterColumn .k-timepicker, .filterColumn .k-datetimepicker, .filterColumn .k-textbox,
.filterColumn .k-colorpicker, .filterColumn .k-numerictextbox, .filterColumn .k-combobox, .filterColumn .k-dropdown
{
    width:10em;    
}

/******* Assessments **********/

/* Header Region */

.assessmentHeader {
    background: none repeat scroll 0 0 #AAAAAA;
    color: #FFFFFF;
    padding: 10px;
}

.assessmentHeader>h2
{
    color: #FFFFFF;
    margin: 0 0 10px;
}

.assessmentHeader .k-input {
    margin: 5px 0 6px;
    padding: 0;
}

.assessmentHeader .k-input input {
    padding: 2px 0;
}

.assessmentHeader > input {
    border: 1px solid #E2E2E2;
    color: #333333;
    font-size: 0.85em;
    margin: 5px 0 6px;
    padding: 5px;
}


.assessmentHeader span.k-datepicker.k-header
{
    margin:5px 0 6px;
}


/* Commenting this out
input#AssessmentDate
{
    font-size:0.85em;
    margin:3px auto;
}
*/

.assessmentHeader .k-dropdown-wrap {
    height: 26px;
    border: 1px solid #e2e2e2;
}

.assessmentHeader .k-picker-wrap{
    height: 26px;
    border: 1px solid #e2e2e2;
}

/* Main Content Region */
.assessmentInstructions
{
    font-size:0.85em;
    margin: 10px 0;
}

.questionWrap>h3
{
    border-top: 1px solid #000000;
    margin-top: 10px;
    padding-top: 10px;
}

.questionWrap>p
{
    font-size: 0.85em;
    margin: 5px 0;
}

.questionWrap>label
{
    font-weight:bold;
    padding:0 0 4px 0;
}

.severityLabel,
.severityDetail {
    display: table-row;
}
.severityLabel li,
.severityDetail li {
    border-style: solid;
    display: table-cell;
    font-size: 0.8em;
    padding: 5px;
    width: 9%;
}

.severityLabel li 
{
    border-width: 1px 1px 1px 0;
}

.severityLabel input,
.severityLabel label
{
    display:inline-block;
}

.severityLabel label 
{
    font-weight:bold;
    vertical-align:text-top;
}

.severityDetail li 
{
    border-width: 0 1px 1px 0;
}

.severityLabel li:first-child,
.severityDetail li:first-child {
    border-left: 1px solid #999999;
}

.viewToggle {
    border-color: #999999;
    border-style: solid;
    border-width: 0 1px 1px;
    display: block;
    font-size: 0.75em;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}


.shortDesc, .longDesc
{
    font-size:0.8em;
}

/*  FactGpAssessment specific  */
section[id*="FactGp"] .assessmentBody fieldset
{
    border-bottom: 1px solid #999999;
    margin: 10px 0 0;
    padding: 0;
}

section[id*="FactGp"] .assessmentBody legend
{
    display: block;
    font-size: 0.85em;
    margin: 10px 0 0;
}

section[id*="FactGp"] .assessmentBody .radioGroup
{
}

section[id*="FactGp"] .assessmentBody input[type="radio"]
{
    display: inline-block;
    margin: 0;
}

section[id*="FactGp"] .assessmentBody label
{
    display: inline-block;
    margin: 0 20px 0 5px;
}


/* Manual Assignment
--------------------------------- */

.memberfunctions td:last-child 
{
    width:200px;
}


/**********************************
*   Overrides of Kendo defaults   *
***********************************/

.k-grid td
{
    vertical-align:text-top;
}

.k-grid-content
{
 /*   font-size:0.85em; */
}

.k-button
{
    margin:5px 0 10px;
    font-weight:bold;
}


/* --- alternate form styling for modal pop-ups --- */
.k-window-content .fieldSet {
    display: block;
    line-height: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.k-window-content .fieldSet label {
  position: relative;
  right: 69%;
  text-align: right;
  top: 17px;
}

.k-window-content .fieldSet .k-autocomplete,
.k-window-content .fieldSet .k-combobox,
.k-window-content .fieldSet .k-datepicker,
.k-window-content .fieldSet .k-timepicker,
.k-window-content .fieldSet .k-datetimepicker,
.k-window-content .fieldSet .k-colorpicker,
.k-window-content .fieldSet .k-numerictextbox,
.k-window-content .fieldSet .k-dropdown,
.k-window-content .fieldSet .k-selectbox,
.k-window-content .fieldSet .k-textbox {
    display: block;
    left: 33%;
    min-width:18em;
    overflow: visible;
    position: relative;
    vertical-align: middle;
}

.k-window-content .fieldSet.zipPlus4 input.k-textbox {
  display: inline-block;
}

.k-window-content .field-validation-valid {
  left: 33%;
}

#AddressPopupAddressZip label[for="ZipPlus4"] {
    display: inline-block;
    text-indent: -99999px;
}

.k-window-content fieldset {
  border: 0 none;
  margin: 0;
  padding: 0 0 0 33%;
}

.h_checkbox 
{
    display:inline-block;
    line-height: 3em;
    margin:0;
    padding: 0;
    position:static;
}

.h_checkbox > * {
  display:inline-block;
  position:static;
  vertical-align: middle;
}

.h_checkbox > label 
{
  margin: 0 15px 0 0;
}
#careTeamMember .h_checkbox
{
    display: block;
    line-height: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 36px;
}
#careTeamMember .h_checkbox label
{
    margin: 0;
    top: 17px;
    display: block;
    position: relative;
    right: 69%;
    text-align: right;
}
#careTeamMember .h_checkbox input[type="checkbox"]
{
    left: 31%;
    overflow: visible;
    position: relative;
    vertical-align: middle;
    top: 6px;
}

.k-window-content .h_checkbox label {
  margin-right: 7px;
}

.k-window-content .k-button {
  /*float: right; NR - Makes the cancel button on the left rather than the right. */
  margin-right: 10px;
}

.buttonWrap
{
    text-align:right;
}

.k-window-content .buttonWrap .k-button
{
    text-decoration: none;
    display: inline-block;
    float: none;
    vertical-align:top;
}



/* -- h3 nested w/in fieldset with legend -- */
fieldset > h3 {
    color: #035D93;
    font-size:1em;
}
fieldset > .fieldGroup {

}

fieldset > p {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
}

/*-- specific textbox widths for state & zip in pop-ups ---*/
#AddressPopupAddressState .k-textbox 
{
    min-width:3em;
    width:3em;
}

#AddressPopupAddressZip .k-textbox 
{
    min-width:6em;
    width:6em;
}

/**************** PAGE SPECIFIC CUSTOMIZATIONS BELOW *******************/

    /* Invoicing (NR - I put this here move it wherever you think)
    ----------------------------------------------------------*/
    div.negativeInvoiceAmount     
    {
        font-weight:bold;
        color: #BC0C00;
    }
    div.positiveInvoiceAmount  
    {
        font-weight:bold;      
        color: #000;
    }
        
/* Submissions (fix for k-upload button width) */

    .k-widget.k-upload {
      display: inline-block;
      vertical-align: top;
      width: auto;
    }


.k-upload .k-dropzone {
  display: inline-block;
  padding: 0;
  width: 170px;
}

div.submissionUploadFileContainer {
    display: inline-block;
}

#acuityAttachmentsContainer .k-upload .k-dropzone {
    width: 165px;
}

#memberTrackingAttachmentsContainer .k-upload .k-dropzone {
    width: 184px;
}

#enrollmentAttachmentsContainer .k-upload .k-dropzone {
    width: 141px;
}

#hmlAttachmentsContainer .k-upload .k-dropzone {
    width: 185px;
}

#assignmentAttachmentsContainer .k-upload .k-dropzone {
    width: 148px;
}

#carePlanAttachmentsContainer .k-upload .k-dropzone {
    width: 135px;
}
    
#assessmentDataAttachmentsContainer .k-upload .k-dropzone {
    width: 163px;
}

#uploadCarePlanAttachmentsContainer .k-upload .k-dropzone {
    width: 138px;
}
 #uploadInterventionOnlyAttachmentsContainer .k-upload .k-dropzone {
    width: 155px;
}  
 #uploadInterventionOnlyAttachmentsContainer .k-upload .k-dropzone {
    width: 155px;
}    
    
.k-button.k-upload-button {
  margin: 0;
  width: auto;
}

#upload820FileButton.k-button {
  margin: 0;
  vertical-align: top;
}

#uploadCarePlanFileButton.k-button {
  margin: 0;
  vertical-align: top;
}

.k-ie8 #FileTrackingGrid {
    margin-top:10px;
}



/*********************
    Care Plan Pages
*********************/
/* --- Care Plan nav bar --- */

.featuredHeading {
  background: none repeat scroll 0 0 #FDEBC3;
  position:relative;
}

.featuredHeading h1,
.featuredHeading h2,
.featuredHeading h3 {
  color: #035D93;
  display: inline-block;
  font-size: 1.4em;
  margin: 8px;
  vertical-align: middle;
}

#carePlanMenuDiv > .k-button {
  border-color: #C69018;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
  vertical-align: middle;
}

.cp_menuWarning {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 100%;
    margin:0 0 0 2px;
    padding: 0.77em 0.6em;
}

.fieldSubset  {
    margin-left:10px;
}
/* --- Kendo Panelbar mods --- */

.k-panelbar [aria-expanded="true"] > .k-link.k-header 
{
    background: none repeat scroll 0 0 #035D93;
    color: #FFFFFF;
    font-weight: bold;
}

#organizer
{
    margin-top:10px;
}

/* --- Care Plan Summary --- */

.featuredContent
{
    background: #fef5e1; /* Old browsers */
    background: -moz-linear-gradient(top, #fef5e1 0%, #fffbf3 50%, #fffef9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fef5e1), color-stop(50%,#fffbf3), color-stop(100%,#fffef9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fef5e1 0%,#fffbf3 50%,#fffef9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fef5e1 0%,#fffbf3 50%,#fffef9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fef5e1 0%,#fffbf3 50%,#fffef9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fef5e1 0%,#fffbf3 50%,#fffef9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5e1', endColorstr='#fffef9',GradientType=0 ); /* IE6-9 */   
    margin: 0 0 10px;
    padding: 5px 0 0;
    /* width: 100%;*/
}

.featuredContent > *
{
    vertical-align:top;
}

    .notice 
    {
        padding: 10px;
    }
    
        .notice > * 
        {
            display: inline-block;
            margin: 5px 10px 0 0;
            vertical-align: middle;
        }
    
    #statusCharts
    {
        display:inline-block;
        width:67%;
    }
    #memberDemographics 
    {
        display: inline-block;
        padding: 10px 1% 0;
        width: 30%;
    }
        #memberDemographics > ul
        {
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }
        #memberDemographics li
        {
            font-size: 1em;
            margin: 0 0 5px;
        }
            .memeberStatus 
            {
                display: inline-block;
                text-indent: -90000px;
            }
            #statusWrap 
            {
                display: inline-block;
                vertical-align: text-top;
                width: 60%;
                }
                #statusWrap > span
                {
                    border-style: solid;
                    border-width: 1px;
                    display: block;
                    float: left;
                    height: 15px;
                    width: 32%;
                }
                #greenStatus 
                {
                    border-color: #009900;
                }
                #yellowStatus 
                {
                    border-color: #FFAA00;
                }
                #redStatus 
                {
                    border-color: #FF0000;
                }
                .status_Green #greenStatus 
                {
                    background-color: #009900;
                }
                .status_Yellow #yellowStatus 
                {
                    background-color: #FFAA00;
                }
                .status_Red #redStatus 
                {
                    background-color: #FF0000;
                }

/* --- Care Plan Panels --- */

.cp-panelWrap
{
          box-sizing:border-box;
          -moz-box-sizing:border-box;
          -webkit-box-sizing:border-box;
          margin: 0 0 10px;
}
.cp-panel
{
    border-collapse:collapse;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    display:table;
    table-layout:fixed;
    width:100%;
    }
    
  .cp-panelHeader
  {
    background-color:#035D93;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 35px;
    }
    
    .cp-panelHeader h2
    {
        color: #FFFFFF;
        display: inline-block;
        font-size: 1.4em;
        margin: 0;
        padding: 0.37em;
    }
    
    .cp-panelHeader .k-button 
    {
        margin: 3px 0 3px 5px;
        vertical-align: top;
     }    
    .cp-panelHeader #carePlanSummaryReportButton
    {
        display: inline;
        margin: 5px;
        float: right;
        margin-bottom: 5px;
     }    
    .cp-panelHeader #carePlanCMSignatureButton
    {
        display: inline;
        margin: 5px;
        float: right;
        margin-bottom: 5px;
     }       
    .cp-panelHeader #carePlanMemberSignatureButton
    {
        display: inline;
        margin: 5px;
        float: right;
        margin-bottom: 5px;
     }     
      .cp-panelContent 
      {
          border-color: #035D93;
          border-style: solid;
          border-width: 0 1px 1px;
          box-sizing:border-box;
          -moz-box-sizing:border-box;
          -webkit-box-sizing:border-box;
          display: table-cell;
          padding: 10px 10px 0;
          vertical-align: top;
      }
 
          .cp-panelContent h3
          {
              margin: 0;
              }
          .cp-panelContent > ul 
          {
              list-style-type: none;
              margin: 5px 0 10px;
              padding: 0;
              }
              .cp-panelContent li .k-button
              {
                  margin:2px 0;
              }


#clientReviewDate
{
    background-color:#FDEBC3;
          border-color: #035D93;
          border-style: solid;
          border-width: 0 1px 1px;
          box-sizing:border-box;
          -moz-box-sizing:border-box;
          -webkit-box-sizing:border-box;
          padding: 3px 10px;
          vertical-align: top;
}

#clientReviewDate .k-button
{
    margin:0 0 0 5px;
    vertical-align:baseline;
}

#topGoalsDiv h2 span
{
    font-family:MuseoSans500, Arial, Helvetica, Sans-Serif;
    font-size:0.7em;
}

.cp-halfColumn.cp-panelWrap
{
  display: inline-block;
  width: 49.5%;
  margin: 0 0 10px 0;
}

#myQAR.cp-panelWrap {
  position: inherit;
  right: 0;
}

.cp-halfColumn .cp-panel
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-color: #035D93;
    border-style: solid;
    border-width: 0 1px 1px;
    display:block;
    padding:5px;
}


#outComes th,
#myQAR h3 
{
    color: #A06F2B;
    font-family: MuseoSans700,Arial,Helvetica,Sans-Serif;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    padding: 0 10px 0 0;
}

#outComes table {
    width: 100%;
}

#myQAR ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#myQAR li {
  display: table-row;
  line-height: 2em;
}

#myQAR li > *
{
    display:table-cell;
}


/********************
*   Notes Styling   *
********************/
/* --- Modal Note Pop-up --- */

.notesHeader 
{
  margin: 10px;
  position:relative;
}

.notesHeader h3 {
  margin: 0;
}

.notesHeader .privateNoteCB
{
    position:absolute;
    right:0;
    top:0;
}

#addNoteDisplay
{
    border-bottom: 1px solid #035D93;
}

#addNoteDisplay, #noteHistoryList {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*  border: 1px solid #035D93; */
  margin: 10px;
  overflow: hidden;
  padding: 0;
}

#noteHistoryList h4 {
  color: #787878;
  font-family: MuseoSans500,Arial,Helvetica,Sans-serif;
  font-size: 100%;
  margin:0;
}

#NoteHistoryListView
{
    position: inherit;
  border:1px solid #9BBED3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
    border: 1px solid #9BBED3;
    /* display: table; NR - Removing this because in mozzilla it wouldnt have a boarder*/
    margin: 5px 0 6px;
    padding: 5px;
    width: 100%;
}

#NoteHistoryListView li
{
    display:table-row;
    background-color:#ffffff;
}

#NoteHistoryListView li > * {
  border-top: 1px solid #9BBED3;
  display: table-cell;
  padding: 4px 0 2px;
  vertical-align: top;
}

#NoteHistoryListView li:first-child > *
{
    border-top:none;
}

/* --- New Note Field --- */

.newNoteFieldGroup {
  margin-left: 1px;
  padding: 5px 0;
  position: relative;
}

.privateNoteCB {
  position: absolute;
  
}

.newNoteFieldGroup .privateNoteCB
{
    right: 39px;
  top: 0;
}

.newNoteFieldSet textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #9BBED3;
  color: #787878;
  font-size: 100%;
  width: 100%;
  margin-top: 15px 
}
/*Removes icons on buttons that come with out of box kendo editor template popups*/
a.k-button-icontext span.k-icon {
    visibility: hidden;
    width: 0;
    height: 0;
}

.privateNoteCB input, .privateNoteCB label {
  display: inline-block;
 vertical-align:baseline;
}

.newNoteFieldSet label, #noteHistoryList h4
{
    color:#035D93;
    font-family:MuseoSans700,Arial,Helvetica,Sans-serif;
}

/* ----------- Intervention --------------- */
#IntActDiv .fieldSet .k-multiselect,
#IntActDiv .fieldSet .k-dropdown {
  min-width: 250px;
}

#IntActDiv .k-multiselect-wrap .k-input
{
    font-family:Arial,Helvetica,Sans-Serif;
    font-size:12px;
height: 1.65em;
line-height: 1.65em;
margin: 0;
padding: 0.178em 0;
text-indent: 4px;
}

/* ------------ Objective ------------- */
/*  Make objective description full width */

div[id*="ObjectiveDiv_"] .k-textbox[id*="GoalDescription"] {
  display: block;
    width: 627px;
}

#goalDescriptionWrap {
/*  display: block; */
}


/* Makes the grid filter popups not have a transparent background */
.k-animation-container {
    background: white;
}
.brandWrap img {
    border-style: none;
}
/*
{
    width: 338px;    
}
*/

#careTeamMember #Title,
#careTeamMember #PhoneNumber,
#careTeamMember #Address,
#careTeamMember #UserEmail,
#careTeamMember #SpecialtyRelationship,
#careTeamMember #FacilityGroupInstitution,
#careTeamMember #UserLastName,
#careTeamMember #UserFirstName{
    width: 350px;    
}

#upload820FilePopupContainer div label{
    display: inline-block;
    top: 6px;
    position: relative;
}

#upload820FilePopupContainer .k-upload-status {
    visibility: hidden;
}

.hiddenDiv 
{
    height: 0;
    visibility: hidden;
}

.k-edit-buttons.k-state-default {
    float: right;
    margin-right: -40px;
}

.k-content .acceptRequestAdjustmentPopupValidation {
    left: 0;
}
.k-content .memberLevelAcceptRequestAdjustmentPopupValidation{
    left: 0;
}

.right20 {
    width: 20%;
    float: right;
}
.left80 {
    width: 80%;
    float: left;
}

a.errorCodeTooltipLink {
    padding-left: 5px;
}

#upwardEnrollmentFFSCheckboxContainer input {
    margin-left: 0;
    margin-top: 11px;
}

div.AssignmentFileUploadErrorRetryMessage {
    color: #ff0000;
    font-weight: bold;
    display: inline-block;
}

div.upwardEnrollmentCin {
    width: 150px;
}

pre.StagedMemberTrackingLineWindow {
    background-color: #c8c8c8;
    border: solid 1px #000;
    margin: 2px;
    padding: 2px;
}

/***Assignment Algorithm Pages **/
        #assignmentFileReportButtonContainer {
            position: inherit;
            display: inline-block;
        }
         #AllStagedLinesGrid{
             width:12500px;
         }
        .k-window .window{
            overflow-x: scroll;
        }
        .assignmentAlgorithmLoadingMask {
            text-align: center;
            position: relative;
            top: 40%;
            color: black;
        }
        #preliminaryAssignmentsRunningMask {
            display: none;
        }
        #assignmentsRunningMask {
            display: none;
        }
        .assignmentAlgorithmDetail {
            padding-left: 20px;
        }
        #assignmentAlgorithmBody .featuredContent {
            padding-left: 20px;
            padding-right: 20px;
        }
        #assignmentAlgorithmBody .featuredContent .featuredHeading {
            margin-left: -20px;
            margin-top: -5px;
            margin-right: -20px;
        }
        
        #assignmentAlgorithmBody .k-button {
            width: 260px;
        }
        
        #assignmentAlgorithmBody .k-grid .k-button {
            width: 60px;
        }

/***EBD OF Assignment Algorithm Pages **/


.rosterGridEligibleToComeOutOfOutreach {
    color: #009900;
    font-weight: bold;
}

/*************************** DO NOT MODIFY OR ADD BELOW THIS LINE ***********************/

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        position:static;
        text-align: center;
        top:auto;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
        padding: 10px 0 0;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}


/* ----------- Do Not Add new css - Go to line 1700 ----------------- */
