﻿body {
    padding: 0;
    margin: 0;
    font: 16px/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #fff;
}

img {
    border: 0;
}

a {
    color: #6d4573;
    text-decoration: none;
}

ul li.last a {
    border: 0;
}

.buttons {
    margin-bottom: 10px;
}

    .buttons a {
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 5px 10px;
        margin-right: 10px;
        display: inline-block;
        background: #66cc99;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966));
        background-image: -webkit-linear-gradient(top, #66cc99, #669966);
        background-image: -moz-linear-gradient(top, #66cc99, #669966);
        background-image: -ms-linear-gradient(top, #66cc99, #669966);
        background-image: -o-linear-gradient(top, #66cc99, #669966);
        border: 1px solid #669966;
        color: white;
    }

        .buttons a.cancel {
            background: #ffffff;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6)); /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6); /* Chrome 10+, Saf5.1+ */
            background-image: -moz-linear-gradient(top, #ffffff, #d6d6d6); /* FF3.6+ */
            background-image: -ms-linear-gradient(top, #ffffff, #d6d6d6); /* IE10 */
            background-image: -o-linear-gradient(top, #ffffff, #d6d6d6); /* Opera 11.10+ */
            border: 1px solid #d6d6d6;
            color: #7a7a7a;
        }

p.error,
.validation-summary-errors,
.bulkAssignForm .bulk_assignment p.error {
    background: lightcoral url("../Images/attention_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #fff;
    border: 1px solid lightcoral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-owner form .validation-summary-errors span {
    width: auto;
    float: none;
}

label.error {
    color: lightcoral;
}

.top_text a {
    cursor: pointer;
    text-decoration: underline;
}

#wrapper #container {
    width: 1160px;
    margin: 10px auto 0;
}

#wrapper #demo {
    margin: 20px;
}

#wrapper h1 {
    cursor: default;
    font-size: 17px;
    font-weight: normal;
    color: #6d4573;
    text-transform: uppercase;
    padding: 3px 5px;
    margin: 5px 0;
}

header {
    clear: both;
    overflow: hidden;
    text-align: left;
    background: url("../Images/top_bg.png") no-repeat;
    height: 80px;
    font-size: 14px;
    margin-bottom: 20px;
    background-position: center center;
}

#logo {
    float: left;
    height: 62px;
    width: 182px;
    margin-left: 180px;
}

#session_display {
    cursor: default;
    float: right;
    margin-right: 160px;
}

#current_date_display {
    cursor: default;
    display: inline-block;
    float: right;
    margin-right: 50px;
}

/* Start BSP Report expanded container style */

#wrapper #container_report {
    width: 1366px;
    margin: 10px auto 0;
}

.content_block .div-bsp-single-report-owner,
.content_block .div-bsp-single-report-header,
.content_block .table-bsp-single-report-div,
/*.content_block .table-bsp-single-report.user-info,*/
.content_block .div-bsp-single-report-cgi{
     font-size: 14px;
}

#container_report header {
    position: relative;
    background-position: center center;
    width: 100%;
    height: 92px;
}

#container_report #logo {
    margin-left: 287px;
}

#container_report #session_display {
    margin-right: 240px;
}

#container_report div.main_navigation_container {
    margin-right: 222px;
}

.left_legend {
    float: left;
    width: 48%;
    padding: 5px 5px 5px 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

.right_legend {
    float: right;
    width: 48%;
    padding: 5px 5px 5px 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 0;
}

/* End BSP Report expanded container style */


/* Start Efficacy Index table */
.efficacy_index_container {
    margin: 20px 0;
    text-align: center;
}

.index_table {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

    .index_table td,
    .index_table th {
        border: 1px solid #999;
    }

    .index_table th {
        vertical-align: top;
    }

    .index_table td.index_cell {
        width: 116px;
        height: 57px;
        text-align: center;
    }

    .index_table td.bg_green {
        background: #94bd00;
    }

    .index_table td.bg_orange {
        background: #ff6200;
    }

    .index_table td.bg_none {
        background: #fff;
    }

    .index_table td.bg_amber {
        background: #F8BA00;
    }

        .index_table td.bg_green.selected,
        .index_table td.bg_orange.selected,
        .index_table td.bg_none.selected,
        .index_table th.header_description.selected {
            border: 2px solid #1c1f1e;
            background: #f2fe00;
        }

    .index_table th.header_description {
        background: #f0f0f0;
        font-weight: normal;
        text-align: left;
        padding-left: 5px;
        padding-top: 2px;
        width: 200px;
    }

    .index_table th.header_title {
        background: #c7c7c7;
        width: 126px;
    }

    .index_table th span.label {
        text-transform: uppercase;
        font-weight: bold;
    }
/* End Efficacy Index table */

.main_navigation_container {
    float: right;
    display: inline-block;
    margin-right: 145px;
    margin-top: 15px;
}

    .main_navigation_container .menu {
        list-style: none;
        padding: 0;
        margin: 10px 0;
        float: left;
        min-width: 300px;
    }

        .main_navigation_container .menu li {
            float: left;
            border-left: 1px solid #999;
        }

            .main_navigation_container .menu li:first-child {
                border-left: none;
            }

            .main_navigation_container .menu li a {
                font-size: 16px;
                display: block;
                text-decoration: none;
                text-transform: uppercase;
                padding: 5px;
                margin: 0 10px;
            }

                .main_navigation_container .menu li a:hover {
                    text-decoration: underline;
                }

                .main_navigation_container .menu li a.selected {
                    font-weight: bold;
                }

#wrapper h2 {
    cursor: default;
    font-size: 14px;
    font-weight: normal;
    color: #6d4573;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

h2 a.action {
    color: #6d4573;
    text-transform: none;
    text-decoration: underline;
}

    h2 a.action:hover {
        color: green;
    }

#footer {
    margin: 5px 20px 0;
    clear: both;
}

    #footer .bottom {
        padding: 5px;
        text-align: center;
        color: #999;
        border-width: 0;
        border-top: 1px solid #ccc;
    }

        #footer .bottom .copy {
            clear: both;
        }

        #footer .bottom .links a {
            text-decoration: underline;
        }

#main {
    clear: both;
    margin: 0 20px;
    border-top: 1px solid #ccc;
}

    #main #demo {
        background: #f5f5f5;
        padding-top: 20px;
        margin: 0;
        clear: both;
        overflow: hidden;
        padding: 10px;
    }

        #main #demo.div-page-diagnosis,
        #main #demo.div-page-diagnosis div.content_owner {
            overflow: visible;
        }

        #main #demo p {
            margin: 5px 0;
            line-height: 25px;
        }

#command_form {
    display: none;
}

#main form fieldset {
    border: 0;
}

    #main form fieldset legend {
        display: none;
    }

#main form .editor-field {
    margin-bottom: 10px;
}

.main-owner form input[type=submit],
.main-owner form input[type=button].save,
.main-owner input[type=submit].button,
#input_export_pdf,
#input_load_report,
h4 .print-button {
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #66cc99;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
    background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
    border: 1px solid #669966;
    color: white;
    font-size: 14px;
}

h4 .print-button {
    position: sticky;
    left: 835px;
}

.main-owner input[type=submit].button {
    margin: 20px 20px;
}

.main-owner form a.cancel, form input[type=button] {
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #d6d6d6); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #ffffff, #d6d6d6); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #d6d6d6); /* Opera 11.10+ */
    border: 1px solid #d6d6d6;
    color: #7a7a7a;
}

#main form input[type=submit] {
    margin-left: 150px;
}

#main form input[type=button].save {
    margin-left: 135px;
}

.main-owner form {
    clear: both;
    overflow: hidden;
}

    .main-owner form .column {
        float: left;
        width: 460px;
    }

    .main-owner form div.form_field,
    .main-owner form p {
        clear: both;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .main-owner form p {
        position: relative;
    }

    .main-owner form label {
        display: block;
        float: left;
        width: 180px;
        margin-right: 10px;
        color: #666666;
        padding-top: 4px;
        text-align: right;
    }

        .main-owner form label em {
            color: #6d4573;
        }

    .main-owner form span {
        display: block;
        float: left;
    }

    .main-owner form.trendgraph span {
        width: auto !important;
    }

    .main-owner form input {
        height: 20px;
        padding: 3px;
        width: 286px;
        color: #666666;
        border: 1px solid #cccccc;
        background: white;
        font-size: 14px;
    }

        .main-owner form input[type=checkbox],
        .main-owner form input[type=radio] {
            width: auto;
            border-color: transparent;
        }

        .main-owner form input[type=text][readonly] {
            background: transparent;
            color: black;
            border: 0;
        }

    .main-owner form textarea {
        border: 1px solid #cccccc;
        padding: 8px 3px;
        width: 286px;
        height: 90px;
        color: #666666;
        background: #ffffff; /* Old browsers */
    }

        .main-owner form textarea[readonly] {
            background: transparent;
            color: black;
            border: 0;
        }

    .main-owner form select {
        border: 1px solid #cccccc;
        padding: 5px 3px;
        width: 294px;
        height: 30px;
        color: #666666;
        background: #ffffff; /* Old browsers */
        font-size: 14px;
    }

    .main-owner form #example_wrapper select,
    .main-owner form #example_wrapper label {
        width: auto;
    }

    .main-owner form .dob_select select {
        width: auto;
        margin-right: 20px;
    }

    .main-owner form .submit_row input {
        height: 30px;
        width: 100px;
        cursor: pointer;
        margin-left: 150px;
    }

.main-owner .select_option {
    width: 70%;
}

#main form .submit_row input[type=submit] {
    margin-left: 15px;
}

#main form input[type=submit].bundle_submit {
    margin-left: 100px;
}

#spc-container .ms-drop ul > li label {
    font-size: 17px;
}

#spc-container select {
    width: 100%;
}

#spc-container label {
    width: 260px;
    text-align: left;
}

.view_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/view_icon.png") no-repeat 0 0;
    border-bottom: 1px transparent solid;
}

.edit_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/edit_icon.png") no-repeat 0 0;
}

.unlock_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/unlock_icon.png") no-repeat 0 0;
}

.alert_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/alert_icon.png") no-repeat 0 0;
    border-bottom: 1px transparent solid;
}

.assign_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/assign_icon.png") no-repeat 0 0;
}

.reset_icon {
    text-indent: -3000px;
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url("../Images/clone_icon.png") no-repeat 0 0;
}

.link_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/link_icon.png") no-repeat 0 0;
}

.signoff_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/sign_off.png") no-repeat 0 0;
}

.edit_questions_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/edit_questions_icon.png") no-repeat 0 0;
}

.delete_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/remove_icon.png") no-repeat 0 0;
    color: transparent;
    font-size: 0;
}

.download_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/download_icon.png") no-repeat 0 0;
    color: transparent;
    font-size: 0;
}

.up_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/arrow_up_icon.png") no-repeat 0 0;
    border-bottom: 1px transparent solid;
}

.down_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/arrow_down_icon.png") no-repeat 0 0;
    border-bottom: 1px transparent solid;
}

    .view_icon:hover,
    .edit_icon:hover,
    .reset_icon:hover,
    .link_icon:hover,
    .signoff_icon:hover,
    .edit_questions_icon:hover,
    .delete_icon:hover,
    .up_icon:hover,
    .down_icon:hover,
    .undo_icon:hover {
        border-bottom: 1px solid #6d4573;
    }

.main-owner form .answer span.question_icon,
.main-owner form .subanswer span.question_icon {
    text-indent: -3000px;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    display: inline-block;
    background: url("../Images/question_icon.png") no-repeat 0 0;
    float: right;
}


form .full_width {
    width: 700px;
    padding-left: 260px;
}

.search {
    margin-top: -10px;
    text-align: right;
    clear: both;
    overflow: hidden;
}

.main-owner .search form label {
    width: 70px;
}

.main-owner .search form input[type=submit] {
    margin-left: 10px;
    cursor: pointer;
}

.add_scale {
    text-indent: -3000px;
    background: url("../Images/plus_icon.png") no-repeat !important;
    height: 25px;
    width: 25px;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

#main #demo .search form {
    background: #f5f5f5;
}

.bundle {
    margin: 0 5px 20px 5px;
    width: 425px;
    float: left;
    border: 1px solid #ccc;
    padding: 5px;
}

    .bundle .view_icon,
    .bundle .delete_icon {
        margin-right: 10px;
        float: left;
    }

    .bundle .bundle_scales {
        display: none;
        padding-left: 26px;
    }

        .bundle .bundle_scales .submit_row {
            margin-top: 10px;
        }

        .bundle .bundle_scales select {
            width: 150px;
            float: left;
            margin-right: 10px;
        }

#main .bundle .bundle_scales .submit_row input[type=submit] {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

.bundle_name span {
    font-weight: bold;
    width: 240px;
}

.bundle_scale span {
    font-weight: normal;
    width: 240px;
}

.main-owner form .add_more_scales label {
    width: auto;
    text-align: left;
    margin-right: 10px;
}

.main-owner form .add_more_scales .button {
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #66cc99;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
    background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
    border: 1px solid #669966;
    color: white;
    display: inline-block;
}

.main-owner form .add_more_scales span {
    width: auto;
}

.child-nav-container {
    width: 100%;
    clear: both;
    overflow: hidden;
}

    .child-nav-container ul {
        list-style: none;
        background: #fafafa;
        padding: 0;
        margin: 0;
    }

        .child-nav-container ul li {
            text-align: center;
            display: block;
            border: 1px solid rgb(109, 69, 115);
            border: 1px solid rgba(109, 69, 115, 0.4);
            width: 120px;
            float: left;
            border-bottom: 0 none;
            /* no left border, except for the first child override below */
            border-left: 0 none;
        }

    .child-nav-container.autosize ul li {
        width: auto;
    }

    .child-nav-container ul li:first-child {
        /* :first-child pseudo-class is supported in IE7+ */
        border-left: 1px solid rgb(109, 69, 115);
        border-left: 1px solid rgba(109, 69, 115, 0.4);
    }

    .child-nav-container ul li:last-child {
        min-width: 120px;
        width: auto;
    }

    .child-nav-container ul li a {
        display: block;
        background: #ccc;
        background: rgba(109, 69, 115, 0.2);
        color: #333;
        padding: 5px;
    }

    .child-nav-container.autosize ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .child-nav-container ul li a:hover,
    .child-nav-container ul li a.selected {
        background: rgb(109, 69, 115);
        background: rgba(109, 69, 115, 0.5);
        color: white;
    }

.content_owner {
    width: 100%;
    clear: both;
    overflow: hidden;
    border: 1px solid rgb(109, 69, 115);
    border: 1px solid rgba(109, 69, 115, 0.2);
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
}

.content_left {
    width: 420px;
    float: left;
    position: relative;
}

#patient_details {
    color: #888888;
    overflow: hidden;
    width: 100%;
}

    #patient_details .content_left .reset_patient_password,
    #patient_details .content_right .reset_patient_password,
    #manage_user .reset_patient_password {
        right: 0;
        margin-left: 10px;
        top: 60px;
        text-decoration: underline;
        color: #777777;
        display: inline-block;
        font-size: 13px;
    }

        #patient_details .content_left .reset_patient_password:hover,
        #patient_details .content_right .reset_patient_password:hover,
        #manage_user .reset_patient_password:hover {
            color: coral;
        }

    #patient_details .content_right .reset_patient_password {
        top: 0;
    }

    #patient_details .content_left .action_link {
        float: none;
        margin-right: 0;
        margin-left: 200px;
        margin-bottom: 0;
    }

    #patient_details .content_right .action_link {
        float: none;
        margin-right: 0;
        margin-left: 130px;
        margin-bottom: 0;
    }

    #patient_details .content_left label,
    #patient_details .content_right label {
        text-align: right;
        padding-right: 20px;
        width: 180px;
        color: #A8A8A8;
    }

    #patient_details .content_right label {
        text-align: right;
        padding-right: 20px;
        width: 110px;
        color: #A8A8A8;
    }

.content_right {
    width: 420px;
    float: right;
    position: relative;
}

.relation {
    position: relative;
    border: 0 solid #6d4573;
    margin-right: 10px;
    margin-bottom: 30px;
}

    .relation .edit_icon {
        position: absolute;
        top: 48px;
        right: -10px;
    }

    .relation .reset_icon {
        position: absolute;
        top: 25px;
        right: 5px;
    }

.content_owner .content_block {
    padding: 20px;
}

    .content_owner .content_block > .content_fragment {
        margin-top: 20px;
    }

        .content_owner .content_block > .content_fragment:first-child {
            margin-top: 0;
        }

    .content_owner .content_block h2 {
        padding-left: 10px;
    }

#bsp_single_report_table_wrapper.dataTables_wrapper {
    width: 100%;
}

.content_owner .dataTables_wrapper input[type="search"] {
    width: 145px;
    margin-left: 5px;
}

.content_owner .dataTables_wrapper select {
    margin-top: 3px;
}

#demo select {
    margin-top: 2px;
}

#patient_details label {
    float: left;
    width: 190px;
    display: block;
}

#assign_scale_form_container .small_input {
    width: 192px;
}

#assign_scale_form_container {
    width: 863px;
}

    #assign_scale_form_container label {
        width: 250px;
    }

        #assign_scale_form_container label.updateDevRange {
            text-align: left;
            font-size: small;
        }

        #assign_scale_form_container label.error,
        #assign-project-bundle-form label.error
         {
            float: right;
            width: auto !important;
        }

    #assign_scale_form_container select,
    #assign-project-bundle-form select {
        width: 350px;
    }

.modal {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 560px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px;
}

    .modal .close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

#clinic_select {
    display: none;
}

.print_page {
    width: 400px;
    margin: 20px auto;
}

.add_select {
    text-indent: -3000px;
    background: url("../Images/plus_icon.png") no-repeat !important;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 375px;
}

.plus_icon {
    text-indent: -3000px;
    background: url("../Images/plus_icon.png") no-repeat !important;
    height: 25px;
    width: 25px;
    display: inline-block;
}

.remove_select {
    display: inline-block;
    margin-left: 10px;
    text-indent: -3000px;
    background: url("../Images/delete_icon.png") no-repeat !important;
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: 6px;
    left: 400px;
}

#userForm span {
    width: 570px;
}

#userForm label.error,
#clinic_form label.error,
#patientAssociateForm label.error {
    float: right;
    width: auto;
}

#userForm input.cancel {
    margin-left: 155px;
}

#userForm #userSubmit {
    margin-left: 15px;
}

.hidden_removal {
    display: none;
}

#patientForm span {
    width: 500px;
}

#patientForm label.error {
    display: inline-block;
    float: none;
    margin-left: 10px;
    width: auto;
}

#patientForm .dob_select label.error {
    float: right;
}

b {
    font-weight: normal;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

.radio input, .checkbox input {
    float: left;
    margin-right: 10px;
}

.radio br,
.checkbox br {
    clear: both;
}

p.checkbox label.error {
    display: inline;
    float: none;
}

#scale_errorMessage {
    display: none;
    width: 220px;
}

#patient_details span {
    width: 220px;
    display: inline-block;
    overflow: hidden;
}

#change_password .field-validation-error {
    float: right;
    margin-top: 3px;
    color: lightcoral;
    width: 420px;
    margin-right: 90px;
}

    #change_password .field-validation-error span {
        width: 420px;
    }

span.field-validation-valid {
    width: auto;
}

#bundle_error {
    display: none;
}

#userForm span b {
    margin-top: 4px;
    margin-left: 8px;
}

#clinic_select select {
    margin-bottom: 5px;
    display: block;
}

.patientOwners table {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
}

    .patientOwners table th {
        background: none repeat scroll 0 0 #CCCCCC;
        border-bottom: 0 none;
        font-weight: normal;
        padding: 3px 18px 3px 6px;
        text-align: left;
    }

#addClinicians input {
    width: 140px;
    background: none repeat scroll 0 0 white;
    border: 0 solid #CCCCCC;
    color: #666666;
    height: auto;
}

#addClinicians label {
    width: auto;
    color: #333333;
}

#addClinicians span {
    display: inline-block;
    float: none;
    width: auto;
}

#addClinicians .dataTables_filter {
    display: inherit;
}

#addClinicians .dataTables_length {
    margin-left: 20px;
}

#addClinicians .dataTables_info {
    width: 45%;
    margin-left: 20px;
}

#patient_owners {
    clear: both;
    overflow: hidden;
}

#patient_clinicians_div .dataTables_wrapper,
#patient_recipients_div .dataTables_wrapper {
    background-color: transparent;
    margin-top: -20px;
}

#patient_clinicians_div .dataTables_filter,
#patient_clinicians_div .dataTables_paginate,
#patient_recipients_div .dataTables_filter,
#patient_recipients_div .dataTables_paginate {
    display: none;
}

#patient_clinicians_div .dataTable {
    margin-top: 0;
}

#patient_recipients_div .dataTable {
    margin-top: 20px;
}

.action_link {
    margin-bottom: 15px;
    margin-right: 5px;
    float: right;
}

    .action_link a {
        font-weight: bold;
        text-decoration: underline;
        color: #777;
    }

        .action_link a:hover {
            font-weight: bold;
            text-decoration: underline;
            color: coral;
        }

.grid_count {
    float: left;
    font-size: 13px;
    margin-top: 10px;
}

.input_small {
    width: 50px;
}

.input_medium,
.datepicker {
    width: 110px;
}

.input_large {
    width: 200px;
}

.main-owner form select.select_medium {
    width: 118px;
}

.main-owner form select.select_large {
    width: 208px;
}

.main-owner form select.select_extra_large {
    width: 294px;
}

.main-owner form select.select_large_option {
    width: 250px;
}

.create_bundle .dataTables_wrapper {
    width: 100%;
    margin-bottom: 30px;
}

.bulkAssignForm .column-filter-widget select {
    font-size: 14px;
    width: 120px;
    height: auto;
    padding: 1px;
    margin: 0;
}

.bulkAssignForm .dataTables_filter input,
.create_bundle .dataTables_wrapper input {
    width: 136px;
    height: auto;
    padding: 1px;
}

.bulkAssignForm .dataTables_wrapper label,
.create_bundle .dataTables_wrapper label {
    text-align: left;
    float: none;
    display: inline;
    color: #333;
    margin-right: auto;
    padding: 1px;
    font-size: 14px;
}

.bulkAssignForm .dataTables_wrapper span,
.create_bundle .dataTables_wrapper span {
    float: none;
    display: inline;
}

.bulkAssignForm label {
    text-align: left;
}

.bulkAssignForm span {
    width: 200px;
}

    .bulkAssignForm span select {
        width: 150px;
    }

.bulkAssignForm .bulk_assignment {
    display: none;
}

    .bulkAssignForm .bulk_assignment p {
        padding-left: 10px;
    }

    .bulkAssignForm .bulk_assignment label {
        width: 96px;
        text-align: right;
    }

        .bulkAssignForm .bulk_assignment label.error {
            float: right;
            width: auto;
        }

    .bulkAssignForm .bulk_assignment span {
        width: 320px;
    }

        .bulkAssignForm .bulk_assignment span input {
            width: 142px;
        }

        .bulkAssignForm .bulk_assignment span select {
            width: 150px;
        }

#main #demo .bulkAssignForm .bulk_assignment p.submit_row input[type=submit] {
    margin-left: 107px;
    width: 100px;
}

.bulk_assignment .bulk_bundle {
    float: left;
    width: 49%;
}

.bulk_assignment .bulk_scale {
    float: right;
    width: 49%;
}

.bulkAssignForm .bulk_assignment p.checkbox label {
    width: auto;
    display: inline-block;
    padding-top: 1px;
    margin-left: 4px;
}

.bulkAssignForm .bulk_assignment p.checkbox input {
    margin-left: 106px;
}

.bulkAssignForm .bundleSuccess,
.bulkAssignForm .scaleSuccess {
    display: none;
    color: #6D4573;
}

#treatments_list {
    float: left;
    width: 47%;
}

#add_treatment {
    float: right;
    width: 47%;
}

.bundle_line label {
    width: auto;
}

.bundle_line input {
    margin-right: 10px;
    float: left;
}

#scales_grid td.status_icon_column {
    padding: 5px 0 0 5px;
    width: 30px;
}

    #scales_grid td.status_icon_column img {
        width: 20px;
    }

#scales_grid .status_column {
    display: none;
}

#alerts {
    position: relative;
    min-height: 500px;
}

#ethnicity_other {
    display: none;
}

.main-owner form span.field-validation-error {
    float: right;
    display: inline;
    margin-left: 10px;
}

#scale_grid {
    width: 100%;
}

.ui-widget-content .ui-keyboard-accept {
    background: #6D4573 !important;
    background-image: none !important;
    color: white !important;
    border: 1px solid white !important;
}

input[type=checkbox] {
    background: transparent !important;
    border: 0;
    vertical-align: bottom;
}

#treatmentGrid label.error {
    float: left;
    margin-left: 105px;
}

#users .column-filter-widget select {
    width: 140px;
}

#loginDetailsModal form input[type=submit] {
    margin-left: 156px;
    margin-top: 20px;
}

#loginDetailsModal button {
    outline: 0;
    border: 0;
    cursor: pointer;
}

#calculateDateForm label.error {
    margin-left: 155px;
    text-align: left;
    width: 100%;
}

#login .editor-field input {
    width: 150px;
}

#change_password .editor-label label {
    width: 200px;
}

#change_password .editor-field input {
    width: 150px;
}

.column-filter-widget,
.column-filter-widget select {
    position: relative;
}

    .column-filter-widget select {
        vertical-align: middle !important;
    }

        .column-filter-widget select option {
            display: block;
        }

/* Diagnosis */

div.clinic-diagnoses-list-owner {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0;
    line-height: 25px;
}

div.clinic-diagnoses-list-inner {
    display: block;
    float: left;
    clear: none;
}

    div.clinic-diagnoses-list-inner div {
        display: block;
        clear: both;
    }

    div.clinic-diagnoses-list-inner input {
        height: auto !important;
    }

    div.clinic-diagnoses-list-inner label {
        display: inline;
        width: auto;
        text-align: left;
        float: none;
        padding-top: 0;
    }

#project_diagnoses_grid .diagnosis_coding_system_column,
#project_diagnosis_categories_grid .diagnosis_coding_system_column {
    width: 80px;
}

#project_diagnoses_grid .code_column {
    width: 100px;
}

#project_diagnoses_grid .name_column {
    width: 350px;
}

#project_diagnosis_categories_grid .name_column {
    width: 500px;
}

/*-> Diagnosis */

/* Variables */

.unit_column {
    width: 50px;
}

.disabled_column {
    width: 80px;
}

/* Project pages */

#variable_group_mappings .associated-owner .associated-inner {
    margin-top: 2px;
}

#variable_group_mappings .associated-owner p input[type=submit],
#variable_group_mappings .unassociated-inner p input[type=submit] {
    margin-left: 10px;
}

#project_variable_definitions_grid .name_column,
#project_variable_groups_grid .name_column {
    width: 200px;
}

#project_variable_definitions_grid .description_column {
    width: 200px;
}

#project_variable_groups_grid .description_column {
    width: 400px;
}

/* Patient pages */

#new_instance_group form fieldset.single-variable-instance {
    border: 1px solid rgb(109, 69, 115);
    border: 1px solid rgba(109, 69, 115, 0.2);
    margin-left: 50px;
    margin-top: 10px;
    width: 500px;
}

    #new_instance_group form fieldset.single-variable-instance legend {
        display: block;
        margin-left: 20px;
        font-size: 12px;
        font-weight: normal;
        color: #6d4573;
        text-transform: uppercase;
    }

#patient_variable_definitions_grid .name_column,
#patient_variable_groups_grid .name_column {
    width: 250px;
}

#patient_variable_definitions_grid .description_column,
#patient_variable_groups_grid .description_column {
    width: 400px;
}

#patient_variable_instance_grid .comment_column {
    width: 205px;
}

/*-> Variables */

#single_time_point_form #submit_button_container,
#multiple_time_point_form #submit_button_container {
    display: none;
}

div.form-submit-buttons-owner {
    display: inline-block;
    clear: both;
    margin: 5px 0 5px 0;
}

    div.form-submit-buttons-owner a,
    div.form-submit-buttons-owner input {
        display: block;
        float: left;
    }

a.btn-cancel {
    display: inline-block;
    width: 78px;
    height: 18px;
    padding: 5px 10px;
    line-height: 18px;
    text-align: center;
    background: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #d6d6d6); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #ffffff, #d6d6d6); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #d6d6d6); /* Opera 11.10+ */
    border: 1px solid #d6d6d6;
    color: #7a7a7a;
    cursor: pointer;
}

div.form-submit-buttons-owner a.btn-cancel,
p.submit_row a.btn-cancel {
    margin-left: 156px !important;
}

div.form-submit-buttons-owner input {
    margin-left: 15px !important;
    width: auto;
    height: 30px;
    padding: 0 10px;
    line-height: 18px;
}

/* Bsp report */
.content_owner .dataTables_wrapper {
    width: auto;
}

#actionLogs_wrapper {
    overflow-x: scroll !important;
}

table.dataTable thead th a {
    font-weight: bold;
}

table.table-bsp-single-report {
    /*width: auto;*/
    min-width: 50%;
    /*margin-bottom: 20px;*/
    /*border: 1px solid #c8c8c8;*/
    border-spacing: 0;
    border-collapse: unset;
    margin-left: 0;
    margin-left: 0;
}
table.table-bsp-single-report.clinical-report{
    border: 1px solid #c8c8c8;
}

table.table-bsp-single-report th {
    min-width: 200px;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-bottom: 2px solid #fff;
    border-right:  1px solid #fff;
    /*background-color: rgba(229, 195, 234, 0.2);*/
}
table.table-bsp-single-report.clinical-report th {
        background-color: rgba(229, 195, 234, 0.2);
}

table.table-bsp-single-report tr.row_header_detailed th {
    font-weight: bold;
    border: 1px dotted #c8c8c8;
}

table.table-bsp-single-report.clinical-report tr.row_header th {
    font-weight: bold;
    border: 1px solid #ffffff;
    text-align: center;
    background-color: rgba(117, 63, 128, 0.2);
}

table.table-bsp-single-report th.bsp-report-model-name,
table.table-bsp-single-report th.bsp-report-title {
    width: 25%;
    text-align: left;
    color: white;
    padding: 5px 20px 5px 7px;
}


table.table-bsp-single-report th span.bsp-report-username {
    clear: both;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}

table.table-bsp-single-report th span.bsp-column-data {
    clear: both;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}

table.table-bsp-single-report td {
    text-align: right;
    padding: 1px;
    /*border: 1px dotted #c8c8c8;*/
    border: 1px solid #fff;
    border-top-style: none;
    padding-right: 3px;
    font-weight: normal;
}

table.table-bsp-single-report.clinical-report td {
    border: 1px dotted #c8c8c8;
}

table.table-bsp-single-report td span.bsp-column {
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 400px;
    display: block;
    width: 100%;
    float: left;
    min-width: 99%;
}

.bsp-center-span{
    width: 100%;
    float: left;
    min-width: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
    padding: 5px;
}

table.table-bsp-single-report tr.categoryLevel1 td.categoryName.single-report {
    padding-left: 7px;
    text-align: left;
    /*display: block;*/
    width: 400px;
}

table.table-bsp-single-report tr.categoryLevel1 td.categoryName.multiple-report {
    padding-left: 7px;
    text-align: left;
    /*display: block;*/
}

table.table-bsp-single-report tr.categoryLevel2 td.categoryName {
    padding-left: 15px;
    text-align: left;
}

tr.categoryLevel2
/*tr.categoryLevel1.withSubCategories.selected*/ {
    background-color: #f5f5f5;
}

tr.categoryLevelTotal {
    background-color: rgba(109, 69, 115, 0.2) !important;
    color: rgb(109, 69, 115) !important;
}

tr.categoryLevel1.withSubCategories:hover {
    /*background-color: #f1f1f1;*/
    cursor: pointer;
}

.table-bsp-single-report.intervations{
    width: 80%;
}

.table-bsp-single-report.intervations td span.bsp-column {
    text-align: left;
    font-weight: normal;
    padding-left: 7px;
}

.table-bsp-single-report.intervations th {
    border: 1px dotted #c8c8c8;
}

/*table.table-bsp-single-report.user-info td {
    text-align: left;
    padding-left: 10px;
}

    table.table-bsp-single-report.user-info td span {
        font-weight: bold;
    }

table.table-bsp-single-report.user-info th {
    text-align: left;
    padding-left: 10px;
    background-color: rgba(109, 69, 115, 0.2);
    color: rgb(109, 69, 115);
}*/

table.table-bsp-single-report th.title-long,
tr.row_header th.title-long {
    width: 270px;
}

table.table-bsp-single-report th.title-short,
tr.row_header th.title-short {
    width: 100px;
}

table.table-bsp-single-report th.title-very-short {
    width: 13%;
}



/* Bsp report legend */



div.amchart-legend-owner {
    position: relative; /*IE7 Bug fix */
}

div.div-report-legend-owner {
    margin-top: 20px;
    width: 50%;
}

.score-legend {
    padding: 0 4px;
}

    .score-legend.low {
        color: white;
        background-color: green;
    }

    .score-legend.moderate {
        color: black;
        background-color: #FFBF00;
    }

    .score-legend.possible {
        color: black;
        background-color: #68a4e7;
    }

    .score-legend.high {
        color: white;
        background-color: red;
    }

/*-> Bsp report legend */

/* Bsp report norms and cutoffs */

table.table-legend {

    border-spacing: 0;
    border-collapse: collapse;
}

    table.table-legend td,
    table.table-legend th {
        padding: 0px 4px;
        border: 1px solid black;
    }

table.table-legend td.separator,
table.table-legend th.separator {
    width: 20px;
    border-top: none;
    border-bottom: none;
}


.bsp-score.score-risk {
    padding: 2px;
    cursor: pointer;
}

    .bsp-score.score-risk.low {
        color: white;
        background-color: green;
    }

    .bsp-score.score-risk.moderate {
        color: black;
        background-color: #FFBF00;
    }

    .bsp-score.score-risk.possible {
        color: black;
        background-color: rgb(104, 164, 231);
    }

    .bsp-score.score-risk.high {
        color: white;
        background-color: red;
    }

.bsp-score.score-risk-max {
    color: red;
    font-weight: bold;
}

/*-> Bsp report norms and cutoffs */

p.report-max-count-info {
    margin-left: 156px !important;
    color: #666666;
    font-size: 12px;
}

div#div-bsp-radio-buttons-owner {
}

    div#div-bsp-radio-buttons-owner div {
        display: inline-block;
    }

    div#div-bsp-radio-buttons-owner input {
        float: left;
        line-height: 25px;
    }

    div#div-bsp-radio-buttons-owner label {
        float: left;
        margin: 0;
        width: auto;
        cursor: pointer;
    }

        div#div-bsp-radio-buttons-owner label b {
            margin-right: 0;
            margin-top: 0;
        }

/*-> Bsp report */

/* Trend Graph report */

/* Styles for trend graph roles & trend graph scales */

div.div-trend-graph-report-roles-owner,
div.div-trend-graph-report-scales-owner {
    display: block;
    float: left;
}

    div.div-trend-graph-report-roles-owner input,
    div.div-trend-graph-report-scales-owner input {
        cursor: pointer;
        height: auto;
    }

div.div-trend-graph-report-roles-inner,
div.div-trend-graph-report-scales-inner {
    float: left;
}

div.div-trend-graph-report-role-item,
div.div-trend-graph-report-scale-item {
    display: block;
    clear: both;
    margin-top: 3px;
}

    div.div-trend-graph-report-role-item label,
    div.div-trend-graph-report-scale-item label {
        cursor: pointer;
        width: auto;
        float: none;
        display: inline;
        padding: 0;
    }

/*--> Styles for trend graph roles & trend graph scales */

/* Style for trendgraph settings title */

div.div-trend-graph-report-settings-title {
    display: block;
    float: left;
    clear: both;
    margin-top: 10px;
}

    div.div-trend-graph-report-settings-title span.span-scale-message {
        padding-top: 4px;
        color: #666666;
        width: auto;
        font-weight: normal;
    }

/*--> Style for trendgraph settings title */

/* Style for trend graph model categories settings */

div.div-trend-graph-report-settings {
}

div.div-trend-graph-report-settings-owner {
    display: block;
    float: left;
    clear: both;
    margin-top: 5px;
}

div.div-trend-graph-report-settings-inner {
    float: left;
}

div.div-trend-graph-report-settings-item {
    display: block;
    clear: both;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #fafafa;
    border: 1px solid #F2F2F2;
}

div.div-trend-graph-report-settings-row {
    display: block;
    clear: both;
    padding: 5px;
    border-bottom: 1px solid #F2F2F2;
}

    div.div-trend-graph-report-settings-row span {
        display: inline;
        width: auto;
        float: none;
    }

    div.div-trend-graph-report-settings-row input {
        cursor: pointer;
        height: auto !important;
    }

    div.div-trend-graph-report-settings-row label {
        cursor: pointer;
        text-align: left;
        width: auto;
        float: none;
        display: inline;
        padding: 0;
        margin: 0;
    }

    div.div-trend-graph-report-settings-row.scale-name {
        padding: 5px 10px;
        color: #6d4573;
        background-color: #F2F2F2;
        border: 1px solid #F2F2F2;
    }

    div.div-trend-graph-report-settings-row.scale-total {
        margin-left: 10px;
    }

    div.div-trend-graph-report-settings-row.model-name {
        margin-left: 20px;
        color: #666666;
    }

    div.div-trend-graph-report-settings-row.category-name {
        margin-left: 30px;
    }

        div.div-trend-graph-report-settings-row.category-name:hover {
            background-color: #F2F2F2;
        }

/*--> Style for trend graph model categories settings */

div.div-trend-graph-report-submit-owner {
    display: block;
    clear: both;
    float: left;
    margin-top: 10px;
}

/* Trend graph settings */

div.div-trendgraph-table-inner {
    overflow-x: auto;
    overflow-y: hidden;
}

table.table-trendgraph {
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

    table.table-trendgraph.vertical {
        display: block;
        float: left;
        width: 100%;
    }

    table.table-trendgraph.horizontal {
        display: block;
        float: left;
        width: 100%;
    }

        table.table-trendgraph.vertical tr,
        table.table-trendgraph.horizontal tr {
            background-color: #F5F5F5;
        }

            table.table-trendgraph.vertical tr.alternate,
            table.table-trendgraph.horizontal tr.alternate {
                background-color: #f2f2f2;
            }

        table.table-trendgraph.vertical th,
        table.table-trendgraph.horizontal th {
            text-align: right;
            padding: 5px 15px 5px 15px;
            background-color: #f1f1f1;
            border: 2px solid #fff;
            font-size: 12px;
        }

        table.table-trendgraph.vertical td,
        table.table-trendgraph.horizontal td {
            text-align: right;
            padding: 5px 15px 5px 15px;
            border-bottom: 2px solid #fff;
            border: 2px solid #fff;
            font-size: 12px;
            max-width: 350px;
        }

            table.table-trendgraph.horizontal td.category {
                vertical-align: top;
            }

        table.table-trendgraph.vertical tr:hover,
        table.table-trendgraph.horizontal tr:hover {
            background-color: #f1f1f1;
            cursor: pointer;
        }

a.btn-bspreport-show-radar-chart,
a.expand-collapse-button {
    cursor: pointer;
}

    a.btn-bspreport-show-radar-chart span.collapse,
    a.expand-collapse-button span.collapse {
        display: block;
    }

    a.btn-bspreport-show-radar-chart span.expand,
    a.expand-collapse-button span.expand {
        display: none;
    }

    a.btn-bspreport-show-radar-chart.collapsed span.collapse,
    a.expand-collapse-button.collapsed span.collapse {
        display: none;
    }

    a.btn-bspreport-show-radar-chart.collapsed span.expand,
    a.expand-collapse-button.collapsed span.expand {
        display: block;
    }

table.table-trendgraph th span.subtitle {
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

table.table-trendgraph td span.timepoint-percent {
    display: block;
}

table.table-trendgraph td span.timepoint-value {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 11px;
}

table.table-trendgraph td span.timepoint-raw-value {
}

/*-> Trend Graph */

/* Bsp report - radar chart*/


div.div-radarchart-chart-owner,
div.div-serialchart-chart-owner {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.div-serialchart-chart-type-owner {
    width: 100%;
    text-align: right;
    padding-top: 25px;
    width: 100%;
    font-weight: bold;
}

.div-bsp-single-report-inner {
    font-size: 12px;
}

    .div-bsp-single-report-inner p {
        line-height: 20px !important;
    }

div.div-bsp-single-report-table {
    display: block;
}

div.div-bsp-single-report-chart-owner {
    display: block;
    clear: both;
}

div.div-bsp-single-report-chart-type {
    display: block;
    float: right;
}

/*-> Bsp report - radar chart*/

/* Patient diagnosis */

.diagnosis-category-owner {
    margin-top: 10px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
}

.diagnosis-category-inner {
    padding: 10px 20px;
}

.diagnosis-category-header {
    position: relative;
    display: inline-block;
    clear: both;
    width: 100%;
    height: auto;
    z-index: 1;
}

.diagnosis-category-name {
    display: block;
    float: left;
    clear: none;
    width: 500px;
    padding: 1px 0;
    color: #6d4573;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    overflow: hidden;
}

/* Diagnosis Search START */

#project_diagnoses .diagnosis-search label {
    display: inline-block;
}

#project_diagnoses .diagnosis-search-results {
    margin-top: 10px;
}

#patient_diagnoses .diagnosis-search {
    position: relative;
    display: block;
    float: right;
    width: 300px;
    text-align: right;
}

#patient_diagnoses .diagnosis-search-results {
    position: absolute;
    top: 26px;
    right: 0;
    width: 360px;
    height: auto;
    z-index: 9999;
}

.diagnosis-search-result-owner {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

.diagnosis-search-message-owner {
    padding: 5px 0;
    margin-bottom: 0;
    background: #f8f8f8;
}

.diagnosis-search-message-inner {
    text-align: center;
    color: #6d4573;
}

.diagnosis-search-item-owner {
    padding: 5px 0;
    margin-bottom: 0;
    text-align: left;
    border: 1px solid #ccc;
}

    .diagnosis-search-item-owner:hover {
        background-color: #fff;
    }

.diagnosis-search-item-inner {
    padding: 0 10px;
    color: #333;
}

.diagnosis-search label {
    color: #6d4573;
    font-size: 14px;
}

.diagnosis-search input {
    width: 186px;
    padding: 3px 4px;
    color: #6d4573;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

    .diagnosis-search input:hover {
        color: #333;
        border: 1px solid rgba(109, 69, 115, 0.4);
        background: #ccc;
        background: rgba(109, 69, 115, 0.2);
    }

/* Diagnosis Search END */

.diagnosis-list {
    display: block;
    clear: both;
    z-index: 0;
}

.diagnosis-list-item {
    position: relative;
    display: block;
    clear: both;
    margin-top: 2px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #f8f8f8;
    background-color: #f2f2f2;
}

    .diagnosis-list-item:hover {
        background-color: #fff;
        border: 1px solid #ccc;
    }

.diagnosis-list-item-primary {
    position: relative;
    display: block;
    clear: both;
    margin-top: 2px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-bottom: 1px solid #f8f8f8;
    background-color: #e9e9e9;
}

    .diagnosis-list-item-primary:hover {
        background-color: #fff;
        border: 1px solid #ccc;
    }

.diagnosis-list-item-name {
    display: block;
    clear: both;
    width: 700px;
    line-height: 18px;
    color: #6d4573;
    font-size: 12px;
    font-weight: bold;
}

.diagnosis-list-item-primary .diagnosis-list-item-name {
    width: 750px;
}

.diagnosis-list-item-code {
    display: inline;
    clear: none;
    float: none;
    line-height: 18px;
    color: #6d4573;
    font-size: 11px;
    text-transform: uppercase;
}

.diagnosis-list-item-actions {
    position: absolute;
    top: 6px;
    right: 6px;
}

    .diagnosis-list-item-actions a {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("../Images/remove_icon.png");
        background-repeat: no-repeat;
        background-position: top left;
    }

.diagnosis-list-item-set-primary {
    position: absolute;
    top: 6px;
    right: 28px;
    font-size: 11px;
    line-height: 14px;
    border: 1px solid transparent;
}

    .diagnosis-list-item-set-primary a {
        padding: 2px;
        cursor: pointer;
    }

    .diagnosis-list-item-set-primary:hover {
        background-color: #f1f1f1;
        border: 1px solid #c1c1c1;
    }

        .diagnosis-list-item-set-primary:hover a {
            color: #6d4573;
        }

/*-> Patient diagnosis */

/*Patient Preview*/

span.credentials {
    font-family: "Verdana,Geneva,'DejaVu Sans',sans-serif;" !important;
    display: inline !important;
    font-size: 16px;
}

#dashboard-charts {
    width: 100%;
    height: 50%;
}

#dashboard-legends {
    width: 100%;
    height: 50%;
}

#maleLegend {
    width: 50%;
    float: left;
}

#femaleLegend {
    width: 50%;
}

#maleChart {
    width: 50%;
    height: 500px;
    float: left;
    font-size: 11px;
}

#femaleChart {
    width: 50%;
    height: 500px;
    font-size: 11px;
}

.bundleLabel {
    width: auto !important;
}

.assignmentGroupLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*float: left;*/
    /*width: 50px;*/
    /*text-align: right;*/
    color: #666666;
    /*margin-right: 5px;
    /*margin-top: 3px;*/
}

.assignmentGroupSelect {
    /*border: 1px solid #cccccc;
    padding: 5px 3px;
    margin: 3px 3px;
    height: 30px;
    font-size: 14px;
    display: block;*/
}

.assignmentGroupMiddleLabel {
    color: #666666;
    /*margin: 0 5px 0 5px;
    display: inline-block;*/
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    margin-left: 37px;
    width: 100%;
}

.assignmentGroupScreeningLabel {
    color: #666666;
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    margin-left: 36px;
}

.select2-roles-multiple {
    /*width: 85%;
    margin-top: 5px;*/
    /*margin-left: 15px;*/
    width: 416px;
}

a.btn-green {
    display: inline-block;
    width: 78px;
    height: 18px;
    padding: 5px 10px;
    line-height: 18px;
    text-align: center;
    background: #66cc99;
    background-image: -webkit-linear-gradient(top, #66cc99, #669966);
    border: 1px solid #669966;
    color: white;
}

p.success {
    background: #99FF99 url("../Images/success_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #000000;
    border: 1px solid #009933;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#bundle_definition div.assignmentGroup {
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.scaleListItem {
    background-color: #EEEEEE;
}

.scaleListAltItem {
    background-color: #DDDDDD;
}

.scalesListRow ul li {
    list-style: none;
    padding: 4px 10px;
}

.adminBaseRow {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 13px;
    line-height: 150%;
    vertical-align: middle;
}

.adminRow {
    background-color: #ffffff;
}

.adminAltRow {
    background-color: #EEEEEE;
}

.expandingRow .expandButton {
    text-decoration: underline;
    padding-left: 20px;
    background: url('../Images/expandingRowPlus.png') no-repeat 4px 4px;
}

    .expandingRow .expandButton.expanded {
        background: url('../Images/expandingRowMinus.png') no-repeat 4px 4px;
    }

.assignBundleLabel {
    float: left;
    width: 100px;
    text-align: right;
    color: #666666;
    margin-right: 5px;
}

.width118 {
    width: 118px !important;
}

.bundleDataTable,
.projectTreeTable {
    border-collapse: collapse;
    margin: 0 auto;
    clear: both;
    width: 100%;
}

    .bundleDataTable thead th,
    .unbundleTreeTable thead th,
    .projectTreeTable thead th{
        padding: 3px 18px 3px 6px;
        cursor: pointer;
        text-align: left;
        font-weight: normal;
        background-color: rgba(109, 69, 115, 0.2);
        border-bottom: 0;
        color: rgb(109, 69, 115);
    }

#button-custom-search {
    padding: 2px;
    margin-left: 2px !important;
    width: auto;
    font-size: 14px;
}

#search-input {
    width: 90px;
}

input[aria-controls="table_variables_grid"] {
    width: 140px;
}

input[aria-controls="scales_grid"] {
    width: 110px;
}

#scales_grid_filter {
    width: 200px;
}

.warningBox {
    background: #FFFFCC url("../Images/warning_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #000000;
    border: 1px solid #FF9900;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.successBox {
    background: #99FF99 url("../Images/success_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #000000;
    border: 1px solid #009933;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.infoBox {
    background: #99CCFF url("../Images/info_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #000000;
    border: 1px solid #0000FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.errorBox {
    background: lightcoral url("../Images/attention_icon.png") no-repeat 10px 50%;
    padding: 10px 10px 10px 50px;
    color: #fff;
    border: 1px solid lightcoral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.width150 {
    width: 150px !important;
}

.width180 {
    width: 180px !important;
}

span.field-validation-error {
    width: 350px !important;
}

#div-custom-search-field {
    width: 235px;
}

#role-cancel-button {
    margin-left: 180px;
    margin-right: -56px;
}

.role-title {
    padding-top: 4px;
}

#edit_role_container .field-validation-error span {
    margin-left: 65px;
}

.export_checkbox_section {
    float: left;
    width: 200px;
    margin-right: 13px;
    margin-left: -3px;
}

.export_checkbox_section_long {
    width: 300px;
    margin-right: 0;
}

.export_checkbox_option {
    margin-bottom: 10px;
}

.export_select_option label {
    display: block;
    margin-bottom: 10px;
}

.export_select_section {
    margin-bottom: 20px;
}

.export_select_option {
    float: left;
    margin-right: 20px;
}

#export_filter_form form label {
    text-align: left;
    float: none;
    display: block;
}

#export_checkbox_section_wrapper input {
    height: 20px;
    width: 20px;
}

#export_filter_form .export_checkbox_section label {
    display: block;
    margin-top: -31px;
    margin-left: 30px;
    width: 100%;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

#export_checkbox_section_wrapper {
    margin-top: 30px;
}

#export_select_section_wrapper {
    margin-top: 30px;
}

.export_select_option select {
    width: 190px !important;
}

.export_long_option select {
    width: 400px !important;
}

.export_long_option label {
    min-width: 200px;
}

.export_dates_option {
    width: 400px;
}

    .export_dates_option label {
        width: 350px !important;
    }

    .export_dates_option input {
        width: 182px !important;
        margin-top: 2px;
        height: 22px !important;
    }

        .export_dates_option input[readonly="readonly"] {
            border: 1px solid #cccccc !important;
            color: #666666 !important;
            background: white !important;
        }

#export_start_date {
    margin-right: 20px;
    float: left;
}

#export_filter_form form {
    padding-left: 20px;
}

#export_info {
    padding-top: 20px;
}

#export_select_section_wrapper label {
    font-size: 15px;
}

.export_long_option input {
    height: auto !important;
}

.export_long_option select:disabled {
    background: #eee;
    color: #999;
}

#export_options_wrapper {
    float: right;
    margin: -48px 20px 20px 0;
}

#export_clear_form {
    display: inline-block;
    width: 78px;
    height: 28px;
    text-align: center;
    background: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d6d6d6)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #d6d6d6); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #ffffff, #d6d6d6); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #ffffff, #d6d6d6); /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #d6d6d6); /* Opera 11.10+ */
    border: 1px solid #d6d6d6;
    color: #7a7a7a;
    cursor: pointer;
    font-size: 14px;
}

#export_options_wrapper input[type=submit] {
    margin-left: 20px !important;
}

#export_submit_form_button {
    width: 78px;
    margin-top: 0;
}

#export_result_page {
    padding: 0 20px 20px;
    padding-top: 20px;
}

    #export_result_page p {
        text-align: center;
    }

.success_button {
    width: auto;
    height: auto;
    padding: 5px 10px;
    background: #66cc99;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
    background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
    border: 1px solid #669966;
    color: white;
}

#cancel_add_time_point {
    margin-left: 180px;
}

#submit_add_time_point {
    height: 30px;
    margin-left: 71px !important;
}

#time_points_drop_down {
    margin-bottom: 10px;
}

.remove_assignment_group {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

#server-error-iframe {
    width: 100%;
    border: 1px solid black;
}

.export_interval_enabling_container {
    padding: 20px 0 10px 0;
}

    .export_interval_enabling_container input {
        width: 20px !important;
        height: 20px !important;
        float: left;
        margin-right: 15px;
    }

    .export_interval_enabling_container label {
        width: 100% !important;
        text-align: left !important;
        float: none !important;
        color: #000 !important;
        margin-top: -3px;
    }

.export_interval_time_option {
    margin-top: 20px;
}

    .export_interval_time_option input[type=radio] {
        width: 20px !important;
        height: 20px !important;
        float: left;
        margin-right: 15px;
    }

    .export_interval_time_option p {
        float: left !important;
        clear: none !important;
        line-height: 0 !important;
        margin: -3px 0 0 0 !important;
    }

#export_interval_form select {
    width: 130px !important;
}

#export_interval_form {
    padding-left: 20px;
    padding-top: 20px;
}

    #export_interval_form input[type=text] {
        width: 45px !important;
        height: 18px !important;
        padding: 5px 3px !important;
        margin-top: 2px;
    }

#export_interval_submit_button {
    text-align: left !important;
    padding-left: 15px;
    margin-left: 30px !important;
    font-size: 16px;
    width: 85px;
    height: 31px;
}

#export_interval_settings {
    padding-top: 25px;
    padding-bottom: 20px;
}

#export_interval_cancel_button {
    text-align: center;
    width: 63px;
    display: block;
    height: 19px;
    float: left;
    vertical-align: middle;
    line-height: 19px;
}

.bundle_select {
    border: 1px solid #cccccc;
    padding: 5px 3px;
    width: 294px;
    height: 30px;
    color: #666666;
    background: #ffffff;
    font-size: 14px;
}

.bundle_label {
    display: block;
    float: left;
    margin-right: 10px;
    color: #666666;
    padding-top: 4px;
    text-align: right;
}

.ms-choice {
    border-radius: 0 !important;
    border-color: #ccc !important;
    font-family: Arial !important;
    font-size: 14px !important;
    height: 30px !important;
    color: #666 !important;
    line-height: 30px !important;
}

.ms-drop {
    border-radius: 0 !important;
}

    .ms-drop label {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }

.fancytree-container {
    margin-left: 1px;
    width: 392px;
    height: 180px;
    border: 1px solid #ccc !important;
    padding: 1px 3px !important;
    font-size: 14px !important;
    overflow-x: hidden !important;
}

#bundleTreeTable.fancytree-container,
#unbundleTreeTable.fancytree-container,
#projectTreeTable.fancytree-container {
    width: 100%;
    height: auto;
}

.fancytree-container_min {
    height: 50px !important;
}

.fancytree-node:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused {
    border-color: transparent !important;
}

.fancytree-title {
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
    color: #666 !important;
    display: inline-block !important;
    float: none !important;
}

.fancytree-active {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fancytree-checkbox {
    margin-top: 4px !important;
}

.fancytree-expander {
    margin-top: 2px !important;
}

.fancytree-selected {
    background-color: transparent !important;
    border-color: transparent !important;
}

.ms-parent {
    position: absolute !important;
}

.dashboard-chart-wrapper {
    margin: 10px 25px 0 0;
    float: left;
    width: 48%;
    min-height: 290px;
    height: 100%;
    border: 1px solid #d6d6d6;
}

.dashboard-chart {
    min-height: 280px;
    height: 95%;
}

.dashboard-chart-row {
    width: 100%;
    height: 50%;
}

.dashboard-chart-wrapper span {
    cursor: pointer;
    font-size: 17px;
    font-weight: normal;
    color: #6d4573;
    background: #f2f2f2;
    text-transform: uppercase;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

    .dashboard-chart-wrapper span button {
        outline: 0;
        border: 0;
        background: none;
        float: right;
        border-left: 1px solid #ccc;
        margin-top: -3px;
        padding-bottom: 2px;
        padding-top: 4px;
        cursor: pointer;
        line-height: 15px;
    }

        .dashboard-chart-wrapper span button img {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            opacity: 0.5;
        }

.dashboard-chart-right {
    float: right;
    margin-right: 0;
}

#dashboard-export-all-button {
    width: auto;
    height: auto;
    float: right;
    padding: 10px 15px;
    background: #66cc99;
    font-size: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
    background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
    border: 1px solid #669966;
    color: white;
    margin-top: -30px;
    margin-bottom: 20px;
}

.dashboard-chart-preview-wrapper {
    border: 1px solid #ccc;
    height: 300px;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 30px;
    float: left;
}

.dashboard-chart-preview-select {
    border: 1px solid #cccccc;
    padding: 5px 3px;
    width: 330px;
    height: 30px;
    color: #666666;
    background: #ffffff;
    font-size: 14px;
    margin-top: 0;
}

.dashboard-chart-preview-header {
    font-size: 17px;
    font-weight: normal;
    color: #6d4573;
    background: #f2f2f2;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 5px;
}

    .dashboard-chart-preview-header label {
        width: 50px !important;
    }

#dashboart-chart-preview-user-menu {
    width: 500px;
    margin: 15px 0 15px 382px;
}

    #dashboart-chart-preview-user-menu select {
        width: 407px !important;
    }

#dashboard-preview-update-button {
    cursor: pointer;
    width: auto;
    height: auto;
    float: right;
    padding: 7px 12px;
    background: #66cc99;
    font-size: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
    background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
    border: 1px solid #669966;
    color: white;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-right: 26px;
}

#dashboard-back-button {
    cursor: pointer;
    display: none;
    width: auto;
    height: auto;
    float: right;
    padding: 7px 12px;
    background: #66cc99;
    font-size: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
    background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
    border: 1px solid #669966;
    color: white;
    margin-top: -20px;
    margin-bottom: 20px;
}

.dashboard-preview {
    height: 250px;
}

.dashboard-chart-legend {
    display: none;
    position: relative;
}

#dashboard-date-filter-form input {
    width: 75px;
}

#dashboard-date-filter-form label {
    float: none;
    display: inline;
    margin-right: 0;
    font-size: 14px;
}

#dashboard-date-filter-form {
    margin-bottom: 10px;
    float: right;
}

    #dashboard-date-filter-form button {
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 5px 10px;
        line-height: 16px;
        background: #66cc99;
        font-size: 14px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
        background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
        background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
        border: 1px solid #669966;
        color: white;
    }

    #dashboard-date-filter-form a {
        cursor: pointer;
        width: auto;
        height: auto;
        padding: 4px 8px 5px 8px;
        background: #66cc99;
        font-size: 14px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#66cc99), to(#669966)); /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #66cc99, #669966); /* Chrome 10+, Saf5.1+ */
        background-image: -moz-linear-gradient(top, #66cc99, #669966); /* FF3.6+ */
        background-image: -ms-linear-gradient(top, #66cc99, #669966); /* IE10 */
        background-image: -o-linear-gradient(top, #66cc99, #669966); /* Opera 11.10+ */
        border: 1px solid #669966;
        color: white;
    }

    #dashboard-date-filter-form input[readonly=readonly] {
        color: #666666;
        border: 1px solid #cccccc;
    }

.dashboard-chart-row .table_view {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.table_view.hidden_removal {
    display: none;
}

#date-filter-warning {
    display: none;
}

#bundles_menu ul li {
    width: 165px;
}

#example-data-info-text {
    margin-top: -15px;
    font-size: 14px;
    padding-left: 30px;
    color: #999;
}

.dashboard-date-filter-information {
    text-align: right;
    display: none;
}

#input_export_pdf {
    margin-left: 0;
    float: right;
}

#friendly-url {
    width: 700px !important;
    color: #000;
    line-height: 33px;
}

    #friendly-url span {
        display: inline !important;
        width: auto !important;
        float: none !important;
    }

#clinical_report_form .ms-drop ul > li label {
    text-align: left;
    float: none;
}

.disabled_column,
.diagnosis_coding_system_column {
    width: 80px;
}

.undo_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("../Images/undo_icon.png") no-repeat 0 0;
    color: transparent;
    font-size: 0;
    padding-top: 3px;
}

.interval_enabling_container {
    padding: 0 0 10px 0;
}

    .interval_enabling_container input {
        width: 20px !important;
        height: 20px !important;
        float: left;
        margin-right: 15px;
    }

    .interval_enabling_container label {
        width: 100% !important;
        text-align: left !important;
        float: none !important;
        color: #000 !important;
        margin-top: -3px;
    }

.interval_time_option label {
    width: 29% !important;
}

.interval_time_option {
    margin-top: 20px;
    width: 80%;
}


    .interval_time_option p {
        float: left !important;
        clear: none !important;
        line-height: 0 !important;
        margin: -20px 0 0 0 !important;
    }

.interval_form select {
    width: 130px !important;
}

.interval_form,
.patient_interval_form {
    padding-left: 20px;
}

    .interval_form input[type=text] {
        width: 45px !important;
        height: 18px !important;
        padding: 5px 3px !important;
        margin-top: 2px;
    }

    .patient_interval_form input[type=text] {
        width: 85px;
        font: 15px/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
        color: #333333;
    }

    .interval_form input[type="submit"],
    .patient_interval_form input[type="submit"] {
        margin-left: 0px !important;
        cursor: pointer;
    }

p.chart-percentage-legend {
    font-size: 12px;
    text-align: center;
}

.sub_navigation {
    margin-bottom: 10px;
}

.dashboard_navigation{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

    .sub_navigation ul,
    .dashboard_navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 28px;
    }

        .sub_navigation ul li:first-child,
        .dashboard_navigation ul li:first-child {
            border-left: none;
        }

        .sub_navigation ul li,
        .dashboard_navigation ul li {
            float: left;
            border-left: 1px solid #888;
            padding: 2px 10px;
        }

a.section_button.selected {
    text-decoration: none;
    color: green;
    cursor: default;
}

a.section_button {
    text-decoration: underline;
}

    a.section_button:hover {
        color: green;
    }

.main-owner form .checkbox-label label {
    float: none;
    display: inline-block;
    width: auto;
}

.main-owner form .checkbox-label input {
    vertical-align: middle;
}

.main-owner form .column-left {
    display: block;
    float: left;
    padding-left: 20px;
    padding-bottom: 15px;
}

.main-owner form .column-right {
    display: block;
    float: left;
    padding-left: 20px;
    padding-bottom: 15px;
}

.main-owner form input.input_medium {
    width: 70px;
}

#bsp_single_report_container .dataTables_wrapper {
    overflow: initial;
}

#bsp_single_report_table .clinical-report thead th {
    background-color: #c8c8c8;
}

#bsp_single_report_table .index_column {
    display: none;
}

#assign_bundle_button,
#assign_project_bundle_button {
    height: 30px;
    width: 100px;
    cursor: pointer;
    color: white;
    background: #66cc99;
    background-image: -webkit-linear-gradient(top, #66cc99, #669966);
}

#patient_clinicians tr.primary_clinician td {
    font-weight: bold;
}

span.select2-selection, span.select2-results ul li {
    font-size: 13px;
    padding: 3px;
}

div#bundle_definition span.select2-dropdown.select2-dropdown--below, .select2-dropdown--above {
    width: 400px !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#saveBundle {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: none;
}

.screeningContainer, .screening {
    margin-top: 7px;
}


input.assignmentGroupPriority {
    margin: 5px 5px 5px 0;
    width: 50px;
}

.form_field {
    margin: 4px 0;
    float: left;
    clear: both;
    display: inline-block;
}

.main-owner form label.radio {
    width: auto;
    padding: 0;
    margin: 0;
}

/* The close button */

.closebtn {
    margin-left: 15px;
    color: whitesmoke;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */

    .closebtn:hover {
        color: black;
    }
/* Modal dialog */
#openModal {
    position: absolute;
    top: 18%;
    left: 38%;
    margin-top: -50px;
    margin-left: -50px;
    width: 400px;
    z-index: 9999;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #000000;
}

.close-modal {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
/*Patient Medications table */

.patient_medications table {
    width: 95%;
    margin: auto;
}

.patient_medications h3 {
    margin-left: 25px;
}

.patient_medications tr td input {
    width: 180px;
}


.patient_medications tr td select {
    width: 100%;
}


.patient_medications thead > tr {
    background-color: rgba(109, 69, 115, 0.2);
    color: rgb(109, 69, 115);
    border-color: #ffffff;
    height: 30px;
    font-size: smaller;
    background: rgba(109, 69, 115, 0.2);
}

.patient_medications tbody tr:nth-child(even) {
    background-color: rgba(231, 231, 231, 0.34901960784313724);
}

    .patient_medications tbody tr:nth-child(even) > td {
        background-color: rgba(231, 231, 231, 0.34901960784313724);
    }

        .patient_medications tbody tr:nth-child(even) > td input {
            background-color: rgba(231, 231, 231, 0.34901960784313724);
        }

.patient_medications tbody tr:nth-child(odd) {
    background-color: rgba(203, 203, 203, 0.4196078431372549);
}

    .patient_medications tbody tr:nth-child(odd) > td {
        background-color: rgba(203, 203, 203, 0.4196078431372549);
    }

        .patient_medications tbody tr:nth-child(odd) > td input {
            background-color: rgba(203, 203, 203, 0.4196078431372549);
        }

.patient_medications tbody tr > td input {
    background-color: inherit;
    color: #000000;
    height: 25px;
    border: none;
    width: inherit;
}

.patient_medications tbody tr td select {
    background-color: inherit;
    color: inherit;
    height: inherit;
    color: #000000;
    border: none;
}

.add_medication_button, .remove_row_button,
.add_rand_intervention, .remove_rand_intervention,
.add_rand_diagnosis, .remove_rand_diagnosis {
    float: left;
    background-color: #66b784;
    margin-left: 25px;
    margin-top: 5px;
    margin-right: 5px;
    color: #ffffff;
    padding-top: 3px;
}

.patient_medications .patient_profile > span {
    padding-top: 5px;
}

.patient_medications .patient_profile input {
    width: 80px;
    display: inline-block;
    border-color: #000000;
    border: 2px;
    border-style: solid;
}

.patient_medications .patient_profile label {
    width: 80px;
    float: none;
    display: inline-block;
    color: #000000;
}

.patient_medications form input[type=submit] {
    float: right;
    margin-right: 25px;
    padding-right: 5px;
    width: 75px;
}

.datepicker-interventions {
    display: none;
}

.medications {
    border: medium;
}


.patient_medications span.select2-selection {
    background-color: inherit;
}

.patient_medications span.select2 > span,
.patient_medications span.select2-selection,
.patient_medications span.select2-selection--single,
.patient_medications span.select2-container--default,
.patient_medications span.select2.select2-container.select2-container--default {
    width: 100% !important;
    border: none;
}

.patient_medications td span.startDate,
.patient_medications input.datepicker-start.medication_input,
.patient_medications input.datepicker-end.medication_input,
.patient_medications input.medication_input.dose {
    width: 98%;
}

.patient_medications span.select2-selection__rendered {
    color: #000000 !important;
}

form textarea#comments-text {
    resize: none !important;
    width: 90% !important;
    height: 150px !important;
    margin-left: 25px;
}

a.comments-submit {
    vertical-align: top;
}

#actionLogsDetails th {
    background-color: rgba(109, 69, 115, 0.2);
    border-bottom: 0;
    color: rgb(109, 69, 115);
}

#actionLogsDetails td {
    background-color: #ECECEC;
    border-bottom: 0;
    color: rgb(109, 69, 115);
}

.fullTimeColumn {
    width: 200px !important;
}

.disabledExport {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.disabledField {
    background: #dedede !important;
}

.session_warning {
    padding: 5px;
    height: auto !important;
}

.ui-dialog {
    z-index: 1;
    font-size: 14px;
    color: #333333;
}

#updateCheckbox {
    width: 230px;
}

label.updateDevRange {
    width: 200px !important;
}

.complexReportTitle {
    /*background-color: rgba(229, 195, 234, 0.2);*/
}

.screeningScaleRanges {
    width: 25px !important;
}

.screeningRangesContainer {
    display: inline-block;
    vertical-align: top;
}

.screeningLogicInnerContainer {
    margin-top:35px;
}

.moreThanContainer, .lessThanContainer {
    display: inline-block;
    border: solid 2px transparent;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
}

.invalidField {
    border: solid 2px;
    border-color: red;
}

.msg-error {
    color: red;
}

.logicTypesDropdown {
    vertical-align: top;
    display: inline-block;
    width: 67%;
}

.assignScreeningLogic{
    width: 95% !important;
}

.screeningScaleRolesSelect{
    width: 51% !important;
}

.screeningScaleGroupSelect{
    width: 51% !important;
}

.mainScaleRolesSelect {
    width: 49% !important;
}

.bundle_project_item{
    padding: 10px 10px 10px 10px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.invalidItemField {
    border: 2px solid red !important;
}

#submitProject:disabled{
    background: #cccccc;
    cursor: initial;
}

.variableAuditContainer .dataTable thead th,
.variableAuditContainer .dataTable tbody td {
    text-align: center;
}

#main-pi.complex-table-scale {
    margin: 0px -70px;
    width: 1600px;
}

.add_row, .add_column {
    width: 18px;
    height: 18px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../Images/plus_icon.png") no-repeat !important;
    text-indent: -3000px;
}

.remove_row {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../Images/delete_icon.png") no-repeat !important;
    text-indent: -3000px;
}


div.cell > div.opener {
    width: 190px;
    height: 20px;
}

.subanswer.cell{
    clear: both;
}

#main-pi .main_complex-table-scale-completion-holder .form_container .grid_container .subanswer textarea{
    max-height: 45px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}

#main-pi .main_complex-table-scale-completion-holder #copy_answer{
    background: url('../Images/plus.svg') no-repeat;
    background-size: 40px 40px;
}
#main-pi .main_complex-table-scale-completion-holder #remove_copied_answer{
    background: url('../Images/minus.svg') no-repeat;
    background-size: 40px 40px;
}

.var_div{
    padding: 10px 10px 10px 10px !important;
    border: 1px solid #CCC !important;
    border-radius: 5px !important;
    margin: 10px !important;
}
.var_leg{
    display: block !important;
}
.check_eth{
    margin-top: 10px;
}

.lbl_rand_name{
    /*padding-left: 110px;*/
}
.lbl_bold{
    font-weight: bold;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#eth_div{
    float:left;
    width: 50%;
}
    #gen_div{
    float:left;
    width: 30%;
}

#var_head,
#treatment_head,
#scale_head{
    cursor:pointer;
    text-decoration: underline;
}
.clinical_rand_dd{
    width: 49% !important;
}
.randScaleItemRanges{
    width: 75% !important;
}

.randScaleRanges{
    width: 60% !important;
}

.lbl_rand,
.lbl_rand_cond{
    padding-left: 10px;
    float: none !important;
    display: inline !important;
    color: #000000 !important;
}

.ageRanges{
    width: 15% !important;
}
.lbl_age{
    padding-left: 5%;
    padding-right: 0px;
}

#randStart:disabled,
#randSubmit:disabled{
    background: #cccccc;
    cursor: initial;
    border: 1px solid #d6d6d6;
}
.randomize-btn{
    height: 30px;
    width: 100px;
    cursor: pointer;
    color: white;
    background: #66cc99;
    background-image: -webkit-linear-gradient(top, #66cc99, #669966);
    margin: 10px;
}

.rand_details{
    cursor: pointer !important;
}

#rand_details_div{
    margin: auto;
}

.rand_details:hover{
    text-decoration: underline;
}

.rand_intervention{
    float: left;
}


#rand_treatment_div span.select2-container--default{
    width: 80% !important;
    padding-top: 2px;
}

#rand_treatment_div span.select2 > span,
#rand_treatment_div span.select2-selection,
#rand_treatment_div span.select2-selection--single,
#rand_treatment_div span.select2.select2-container.select2-container--default
#rand_treatment_div span.select2-container--default.select2-selection--single.select2-selection__rendered {
     width: 100% !important;
    padding-top: 2px;
}

.add_remove_btn{
    width: 20px;
    /*height: 20px;*/
    text-align: center;
    cursor: pointer;
}

.int_div,
.diagnosis_div{
    margin-right: 10px;
    margin-top: 10px;
    height: 30px;
}

#select2-IntervetionId-container,
#select2-DiagnosisId-container{
    width: 90%;
}

.name_div{
    height: 30px;
    width: 60%;
}

.groupsName{
    float: left;
}

.lbl_group{
        text-decoration: underline;
}

.lbl_inclusion{
    vertical-align: top;
}

.patient_randomization{
    text-align: center;
    font-size:22px;
    font-weight:bold;
    padding-top: 10px;
}


/* --------------------------------

custom popup

-------------------------------- */

.custom-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.custom-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.custom-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom-popup-container p {
  padding: 3em 1em;
}

.custom-buttons{
    margin: 0;
    padding: 0;
}
.custom-popup-container .custom-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.custom-popup-container .custom-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.custom-popup-container .custom-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.custom-popup-container .custom-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .custom-popup-container .custom-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.custom-popup-container .custom-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .custom-popup-container .custom-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.custom-popup-container .custom-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.custom-popup-container .custom-popup-close::before, .custom-popup-container .custom-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.custom-popup-container .custom-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.custom-popup-container .custom-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .custom-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .custom-popup-container {
    margin: 8em auto;
  }
}

/* --------------------------------

end custom popup

-------------------------------- */

#feature_list .feature-item {
    font-weight: bold;
    border: 1px solid;
    padding: 10px 20px;
    margin-top: 10px;
}

    #feature_list .feature-item:first-child {
        margin-top: 0;
    }

.feature-error-title {
    color: lightcoral;
}

#feature_details .feature-error-title {
    font-weight: bold;
    cursor: pointer;
}

#feature_details .feature-error-details {
    display: none;
    font-family: monospace;
    padding-left: 20px;
    white-space: nowrap;
    overflow-x: scroll;
}
