body {
    background-color: #eee;
    font-family: 'Open Sans', sans-serif;
    padding-top: 100px;
    /*background-image: url("images/bg.png");*/
}

/*.navbar-brand img {
    height: 50px;
    padding: 5px;
    margin-right: -20px;
}*/

.grid-filter {
    margin: 5px;
}

    .grid-filter a {
        text-decoration: underline;
    }

.grid-filter-container {
    margin-bottom: 10px;
}

.button-container {
    margin-top: 10px;
}

/* Altered Margin to Accommodate New Sticky Navigation and Updated Footer */
.panel-shadow {
    box-shadow: 0px 0px 0px;
    margin-top: 140px !important;
    margin-bottom: 55px !important;
}

h1.card-title {
    padding-top: .4em;
    padding-bottom: .4em;
    font-size: 1.4em;
    font-weight: 500;
    color: #234F7A;
}

.btn-primary {
    color: #ffffff;
    background-color: #89A54E;
}

.btn-danger {
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}

.tr-danger {
    background-color: #f2dede;
}

.tr-selected {
    color: #ffffff;
    background-color: #ee5f5b;
}

div.k-grid .k-selectable tr.k-state-selected {
    color: #ffffff;
    background-color: #ee5f5b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #69C404;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Open Sans', sans-serif;
}

.text-xxsmall {
    font-size: xx-small;
}

#UserName {
    text-align: right;
    color: #ffffff;
    cursor: default;
}

.node rect {
    cursor: pointer;
    fill: #fff;
    fill-opacity: .5;
    stroke: #3182bd;
    stroke-width: 1.5px;
}

.node text {
    font: 10px serif;
    pointer-events: none;
}

path.link {
    fill: none;
    stroke: #9ecae1;
    stroke-width: 1.5px;
}

#measureEditContainer {
    padding: 3px;
    background-color: white;
}


    #measureEditContainer .paramGroup {
        margin: 5px 0 5px 0px;
        border-radius: 6px;
        padding: 10px;
        border-left: 5px solid black;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        border-right: 1px solid black;
        box-shadow: -3px 5px 7px;
        transition: all 0.3s linear;
    }

        #measureEditContainer .paramGroup.fail {
            border-left: 5px solid red;
            border-top: 2px solid red;
            border-bottom: 2px solid red;
            border-right: 1px solid red;
        }

        #measureEditContainer .paramGroup.pass {
            border-left: 5px solid green;
            border-top: 2px solid green;
            border-bottom: 2px solid green;
            border-right: 1px solid green;
        }

    #measureEditContainer .paramItem label {
        color: black;
        font-weight: bold;
        text-shadow: 3px 5px 25px #aaa;
    }

    #measureEditContainer .paramGroupHighlight {
        background-color: blanchedalmond;
    }

.paramGroupHighlight:hover {
    background-color: blanchedalmond;
}

#measureEditContainer .or {
    padding: 5px;
    background-color: lightgrey;
    color: black;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: -2px 0px 2px;
    margin: 10px;
}

#measureEditContainer .and {
    padding: 5px;
    background-color: green;
    color: black;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: -2px 0px 2px;
    margin: 10px;
}

#measureEditContainer .not {
    padding: 5px;
    background-color: red;
    color: black;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: -2px 0px 2px;
    margin: 10px;
}

#measureEditContainer span {
    padding-left: 10px;
}

#measureEditContainer .patientData {
    font-size: 0.8em;
    border-radius: 6px;
    padding: 3px;
    box-shadow: 0px 0px 5px #000000;
    color: #ffffff;
    background-color: #808080;
}

#measureEditContainer .debug {
    visibility: hidden;
    display: none;
}

#measureEditContainer .debugOn {
    visibility: visible;
    display: block;
}

.page-header {
    padding: 0px;
    margin: 0px 30px 5px 0px;
    border: none;
}

    .page-header > h1 {
        padding: 0px;
        margin: 0px;
    }

/*.navbar-inverse {
    background-color: #34373c !important;
    border-color: #34373c !important;
}

.nav .dropdown-toggle .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.navbar-brand {
    padding: 0px 20px;
    margin: 10px 0px 10px 10px;
}

.nav-tabs {
    background-color: inherit;
    border-bottom: 1px solid #A8A8A8;
    font-size: 14px;
}

.nav-pills {
    background-color: #999999;
    color: #CCCCCC;
    margin-bottom: 5px;
}

    .nav-pills > li > a {
        color: whitesmoke;
        font-size: small;
    }

.nav-tabs > li > a {
    color: black;
    padding: 3px 12px 4px;
    border-style: solid !important;
    border-color: #A8A8A8;
    border-width: 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: 0px;
    line-height: 200%;
}

.nav-tabs > li {
    margin-right: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        border: 1px solid #A8A8A8 !important;
        border-bottom: 1px solid #fff !important;
    }

.nav-tabs > li {
    background-color: #E0E0E0;
}

    .nav-tabs > li:first-of-type {
        margin-left: 5px;
    }

    .nav-tabs > li.active {
        background-color: inherit;
    }

.nav-pills > li > a:hover {
    color: #33CC33;
}

.nav-tabs > li > a:hover {
    background-color: #F2F2F2;
    border: 1px solid #A8A8A8
}*/

#epECQMTab.nav-tabs > li {
    margin-top: 1.5em;
}

    #epECQMTab.nav-tabs > li > a {
        line-height: 150%;
        border: 1px solid #3089b0;
        color: #000000;
    }

        #epECQMTab.nav-tabs > li > a:hover {
            background-color: #3089b0;
            color: white;
        }

    #epECQMTab.nav-tabs > li.active > a {
        line-height: 150%;
        border: 1px solid #3089b0 !important;
        border-bottom: 1px solid #fff !important;
        background-color: #fff;
        color: #3089b0;
    }

.tab-content {
    border-style: none solid solid solid;
    border-color: #A8A8A8;
    border-width: 1px;
    padding: 10px;
    background-color: white;
    overflow-x: auto;
}

#epECQMTabContent.tab-content {
    border-style: none solid solid solid;
    border-color: #3089b0;
    border-width: 1px;
    padding: 10px;
    background-color: white;
    overflow-x: auto;
}

#epECQMTab.nav-tabs {
    border-bottom: 1px solid #3089b0;
}

.navbar-link {
    color: #99d533 !important;
    margin: 2px 5px auto;
}

.navbar-text {
    margin-top: 2px;
    margin-right: 0px;
}

.footer-right {
    padding: 20px 15px 0px 0px;
    margin-bottom: 0;
    text-align: right;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-submenu:hover > a {
    background-color: #d2e1e9;
}

.alert-jinfo {
    color: white;
    background-color: #5FBC5F;
    border-color: #647838;
}

.end-link, .end-link:hover {
    color: #FFF;
}

.end-link {
    text-decoration: underline
}

    .end-link:hover {
        text-decoration: none;
    }

.date-info {
    font-size: small;
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.query-heading {
    background-color: white;
}

    .query-heading a {
        color: #BDBDBD;
        text-decoration: none;
    }

.query-heading-filled {
    background-color: white;
}

    .query-heading-filled a {
        font-weight: bold;
        color: #3fad46;
        text-decoration: none;
    }

.show-edit {
    display: none;
}

.click-edit {
    cursor: pointer;
}

.toolbar-item {
    cursor: pointer;
}

.form-error {
    display: none;
}

.faq-section {
    font-size: small
}

    .faq-section span {
        color: gray;
        font-weight: bold;
    }

    .faq-section .possibiities {
        font-size: small
    }

.recordPerPageSelect {
    padding-top: 4px;
    font: 13px Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: black;
}

/* New Top Blue Bar for Version Number */
.row p.top-blue-bar {
    width: 100% !important;
    background-color: #0a507e !important;
    max-height: 30px !important;
    font-size: 0.67em !important;
    text-align: right !important;
    color: #fff !important;
    padding: 10px 45px 25px 0 !important;
}

/* Altered Navigation to Make it a Sticky Navigation */
/*nav {
    font-size: 1.25em;
    position: fixed !important;
    width: 100% !important;
    max-height: 500px !important;
    border-bottom-color: #60b5e5 !important;
}*/

/* New Bottom Blue Bar for Copyright */
.row p.bottom-blue-bar {
    width: 100% !important;
    background-color: #0a507e !important;
    max-height: 30px !important;
    font-size: 0.67em !important;
    text-align: right !important;
    color: #fff !important;
    padding: 10px 45px 25px 0 !important;
}

/* Altered Footer Styles */
.navbar-fixed-bottom {
    border-top-color: #60b5e5 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.selectpicker {
    padding: 3px;
}

/* Home Page */
.odd-row {
    background-color: #FFFFFF !important;
    font-size: 1.25em;
    padding: 10px 0px 10px 0px;
}

.even-row {
    background-color: #F0F8F9;
    font-size: 1.25em;
    padding: 10px 0px 10px 0px;
}

.rate-threshold {
    width: 5px;
    height: 60px;
    position: absolute;
    background: #3089b0;
}

.data-area {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.section-header {
    background-color: #3089b0;
    color: white;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size: 1.5em;
}

.nav-tabs-light {
    background-color: #E6E6E6;
}

    .nav-tabs-light > li > a {
        color: black;
        font-weight: bold;
    }

.progress {
    margin: inherit;
}

.progress-functional {
    position: relative;
}

.box-shadow {
    /*box-shadow: 5px 5px 30px 1px rgba(0,0,0,0.75);*/
    position: relative;
}

.measure-data-loader {
    font-size: medium;
    padding: 10px;
}
/*Tweaks to dev express grid*/
.panel-body .dxgvHeader {
    background-color: #CDCDCD;
    font-weight: bold;
}

.panel-body .dxgvTitlePanel {
    background-color: #3089b0;
    font-weight: bold;
    font-size: 16px;
}

.dxgvGroupPanel {
    font-style: italic;
    color: #000000;
}

.dxp-pageSizeItem > select {
    margin-top: 5px;
}

.dxpLite > b, .dxpLite > a {
    margin-top: 5px;
}

.dxtc-content {
    width: 100% !important;
    overflow-x: auto !important;
}

.panel-body .dxgvControl {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


.nav-link-disable {
    opacity: .4;
    pointer-events: none;
    cursor: default;
}

@media (min-width: 1200px) {
    .homepage-low-resolution-show {
        display: none !important;
    }

    .homepage-low-resolution-hide {
        display: normal !important;
    }
}

@media (max-width: 1199px) {
    .homepage-low-resolution-show {
        display: normal !important;
    }

    .homepage-low-resolution-hide {
        display: none !important;
    }

    .navbar-nav > li > a {
        padding-left: .5em !important;
        padding-right: .5em !important;
    }
}

@media (max-width: 900px) {
    #homepage-load-information {
        display: none;
    }

    #dropdown-load-information {
        display: normal;
    }
}

@media (min-width: 901px) {
    #dropdown-load-information {
        display: none;
    }
}
/**************************************************************
* Dropdown submenus were removed from bootstrap 3, this is a work around.
* Stackoverflow discussion and solution: http://stackoverflow.com/questions/18023493/bootstrap-3-dropdown-sub-menu-missing
* This CSS does not work on mobile. the plugin bootstrap-submenu is used for mobile
* Not using boostrap-submenu alone because it's awkward on non-touch devices
**************************************************************/
.dropdown-submenu {
    position: relative;
    list-style: none;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 25px;
        margin-left: -200px;
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;

    }

    .dropdown-submenu:not(.nav-link-disable):hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
        }

    .dropdown-submenu:not(.nav-link-disable):hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/**************************************************************
* End Bootstrap 3 submenu workaround
**************************************************************/
/****
	Start toggle switch styles
*/

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.encorq-button-primary {
    color: #3089b0 !important;
    background-color: white !important;
    border-color: #3089b0 !important;
    border-width: 2px !important;
    font-size: 1.2em !important;
    margin-top: 1em;
}

    .encorq-button-primary:hover {
        background-color: #56bdd1 !important;
        border-color: #56bdd1 !important;
        color: white !important;
    }


.measure-title-panel {
    /*background-color: #413e3e;*/
    border-bottom: solid 1px #cccccc;
    margin-bottom: 8px;
}

    .measure-title-panel h5 {
        font-weight: normal;
        font-size: 18px;
    }

.measure-encounters-panel {
    /*background-color: #413e3e;*/
    width: 100%;
    padding-bottom: 8px;
    border-bottom: solid 1px #cccccc;
}

.measure-question-title-panel {
    padding: 18px;
}

    .measure-question-title-panel div {
        margin-bottom: 4px;
    }

    .measure-question-title-panel label {
        font-weight: normal;
    }


    .measure-question-title-panel h5 {
        font-weight: normal;
        font-size: 18px;
    }

.tabbed-content-panel {
    /*border: solid 1px #ccc;*/
    /*background-color: #413e3e;*/
    padding: 8px;
    
}

.postActionMessageDiv {
    border: solid 1px #ccc;
    padding: 8px;
    text-align: center;
    background-color: #f8fbfd;
    color: #90bf4f;
}

/** On/Off Switches **/
.onoffswitch {
    position: relative;
    width: 169px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Show Completed";
        padding-left: 17px;
        background-color: #B2D1E0;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Hide Completed";
        padding-right: 17px;
        background-color: #FF6E84;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 135px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.vertical-center {
	display: flex;
	align-items: center;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}
.card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .card-title > a,
    .card-title > small,
    .card-title > .small,
    .card-title > small > a,
    .card-title > .small > a {
        color: inherit;
}
/*.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}*/

.dropdown-item-unclickable {
    padding: 0.25rem 1.5rem;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.status-label {
    display: none
}

.blink_text_red {
    animation: blinker 2s linear 2;
    color: red;
    font-weight: bold

}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}