﻿/*Key branding*/
.INRstarEngageText {
    color: #0097D5;
}
/*Dialog for changeMessage*/
.changeMessageDialog {
    background-color: #2382CB;
}

    .changeMessageDialog .text
    .changeMessageDialog .text {
        height: 78%;
        width: 96%;
        position: static;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0%;
        overflow: auto;
        color: white;
        text-align: left;
        font-style: normal;
        font-size: 1.3em;
    }

    .changeMessageDialog .text img {
        clear: none;
        float: left;
        padding-right: 1%;
    }

    .changeMessageDialog .text h1 {
        font-size: 1.7em;
        color: #87D7D5;
    }

    .changeMessageDialog .text h2 {
        font-size: 1.5em;
        color: #87D7D5;
    }

    .changeMessageDialog .text a {
        color: white;
        cursor: pointer;
        text-decoration: underline;
    }

        .changeMessageDialog .text a:link {
            color: white;
            text-decoration: underline;
        }

        .changeMessageDialog .text a:visited {
            color: white;
            text-decoration: underline;
        }

        .changeMessageDialog .text a:hover {
            color: white;
        }

        .changeMessageDialog .text a:active {
            color: white;
        }

    .changeMessageDialog .button {
        width: 150px;
        height: 40px;
        margin-top: 0%;
        margin-left: 0%;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: white;
        color: #2382CB;
        text-align: center;
        font-style: normal;
        font-size: 1.25em;
        border: none;
        font-weight: bold;
        overflow: hidden;
        float: right;
    }

        .changeMessageDialog .button:hover {
            background-color: #808285;
            color: white;
            font-weight: bold;
            border: none;
        }

.changeMessageDialogGrayOut {
    width: 100%;
    height: 100%;
    background-color: #777777;
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-filter: alpha(opacity=80);
    -moz-filter: alpha(opacity=80);
    -o-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    position: fixed;
    top: 0%;
    left: 0%;
}

/*lower-notification*/
.lower-notification-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
}

.lower-notification {
    width: 958px;
    text-align: center;
    color: white;
    background-color: #2382C8;
    border: white thin solid;
    display: inline-block;
}

    .lower-notification p {
        margin-bottom: 0;
        line-height: 25px;
        margin-top: 8px;
        font-size: 16px;
    }

    .lower-notification .close-X-buttton {
        color: #cccccc;
        width: 20px;
        cursor: pointer;
        visibility: hidden;
        position: relative;
        top: -43px;
        left: 469px;
    }

    .lower-notification:hover .close-X-buttton {
        visibility: visible;
    }

        .lower-notification:hover .close-X-buttton:hover {
            color: white
        }
/* TABLE
----------------------------------------------------------*/

    .hidden {
        visibility: hidden;
        height: 0px;
    }

    .dataTable {
        width: 100%;
        border: solid 1px #7F7F7F;
        border-collapse: collapse;
        border: none;
    }

    .dataTable td {
        text-align: center;
        border: solid 1px #7F7F7F;
        padding: 2px 5px;
        vertical-align: top;
    }

    .dataTable th {
        background: #5F5F5F;
        color: White;
        font-size: 0.8em;
        line-height: 13px;
        padding: 3px 0;
        text-align: center;
        border: solid 1px #7F7F7F;
    }

    .dataTable thead th.tableHeaderSort {
        background-image: url('images/inactive.png');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 18px;
        cursor: pointer;
    }

    .dataTable thead tr th.tableHeaderAsc {
        background-image: url('images/asc.png');
    }

    .dataTable thead tr th.tableHeaderDesc {
        background-image: url('images/desc.png');
    }

    .dataTable tr {
        height: 22px;
    }
/*--------------------------- INFO TABLE ---------------- */
.infoTable {
    width: 100%;
    border: solid 0px #7F7F7F;
    border-collapse: collapse;
    border: none;
}

    .infoTable td {
        background: #FFF;
        text-align: left;
        border: solid 0px #7F7F7F;
        padding: 2px 5px;
        vertical-align: top;
    }

    .infoTable th {
        background: #FFF;
        color: #5F5F5F;
        font-size: 0.8em;
        line-height: 13px;
        padding: 3px 5px;
        text-align: left;
        border: solid 0px #7F7F7F;
    }

    .infoTable thead th.tableHeaderSort {
        background-image: url('images/inactive.png');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 18px;
        cursor: pointer;
    }

    .infoTable thead tr th.tableHeaderAsc {
        background-image: url('images/asc.png');
    }

    .infoTable thead tr th.tableHeaderDesc {
        background-image: url('images/desc.png');
    }

    .infoTable tr {
        height: 22px;
    }

/*=========================================================*/

.small {
    font-size: 0.7em !important;
    font-weight: normal !important;
}

#WarfarinResultsTable .col2 {
    text-align: left;
    padding-left: 10px !important;
}

#WarfarinResultsTable td {
    vertical-align: auto;
}

#StatusContainer {
    padding-top: 5px;
    padding-left: 12px;
}

#ResultsNHSNumber_DetachedLabel_Label {
    padding-left: 0px;
    float: left;
    width: 43px;
    margin-top: 2px;
}

#ResultsPatientNumber_DetachedLabel_Label {
    margin-top: 2px;
}

#ResultsSource_DetachedLabel_Label {
    margin-top: 2px;
}

#IncompleteReviewsTable .incomplete-review-table {
    background-color: #FFFFCC;
}

#IncompleteReviewsTable .review-fixed-column {
    white-space: normal;
    text-align: center;
    width: 90px;
}

#DOACResultsTable .secondLine .dataLabel {
    width: 70px;
    text-align: left;
}
#WarfarinResultsTable .thirdLine .dataLabel{
    width: 70px;
    text-align: left;
}

#WarfarinResultsTable .secondLine {
    min-width: 50px;
    text-align: left;
    width: 100%;
}

#WarfarinResultsTable .thirdLine {
    font-style: italic;
    padding-top: 5px;
    min-width: 100px;
    font-weight: bold;
}

#WarfarinResultsTable th.col2, #WarfarinResultsTable td.col2 {
    width: 45%;
    border-right:none;
}

#WarfarinResultsTable th {
    text-align: left;
    padding-left: 10px !important;
}

#WarfarinResultsTable th.col5, #WarfarinResultsTable td.col5 {
    width: 19%;
}

#PatientResultsTable th, #PatientResultsTable td {
    vertical-align: middle;
}

#PatientResultsTable th.col4, #PatientResultsTable td.col4 {
    width: 101px;
    padding: 5px;
}

#PatientResultsTable th.col1, #PatientResultsTable td.col1, 
#PatientResultsTable th.col2, #PatientResultsTable td.col2, 
#PatientResultsTable th.col3, #PatientResultsTable td.col3, 
{
    width: 193px;
    padding: 5px;
}

#DOACResultsTable a {
    text-align: left;
    float: left;
    width: 90%;
    padding-left: 10px;
}

.fancyButton_disabled {
    border: 1px solid transparent;
    background: #2382C8;
    margin: 0px;
    width: 100%;
}

#ProgrammesTable .fancyButton_disabled_50prcnt {
    border: 1px solid transparent;
    background: #e6e6e6;
    color: #555555;
    margin: 0px;
    width: 230px;
}

#ProgrammesTable .fancyButtonBlue_50prcnt {
    background: #2382C8;
    color: white;
    border: 1px solid transparent;
    margin: 0px;
    width: 230px;
}

#BridgingRecordsTable .fancyButtonBlue_40prcnt {
    background: #2382C8;
    color: white;
    border: 1px solid #2382C8;
    margin: 0px;
    width: 48%;
    height: 30px
}

.NewResultsWarning {
    margin-left: 74px;
    background-color: #FFFFCC;
    padding: 5px;
    width: auto;
}

.NewResultsWarning .NewResultWarningImg {
    display: inline;
}

.NewResultsWarning .WarningLine {
    display: inline;
}

.NewResultsWarning .NewLine {
    margin-left: 15px;
}

.BridgingDateWarning {
    margin: 10px;
    background-color: #e0eafb;
    padding: 2px;
    width: 475px;
}

.BridgingDateWarning li {
    list-style: disc;
}

.BridgingDateWarningBody {
    float:left;
    padding-top:4px;
}

#sorbTable .fancyButtonBlue,
#IncompleteReviewsTable .fancyButtonBlue,
#ReviewSummaryTable .fancyButtonBlue,
#DOACResultsTable .fancyButtonBlue {
    background: #2382C8;
    color: white;
    border: 1px solid transparent;
    margin: 0px;
    width: 100%;
}
#BridgingRecordsTable .fancyButtonGrey,
#sorbTable .fancyButtonGrey,
#IncompleteReviewsTable .fancyButtonGrey,
#DOACResultsTable .fancyButtonGrey {
    background: #e6e6e6;
    color: #555555;
    border: 1px solid #d3d3d3;
    margin: 0px;
    width: 100%;
}

#BridgingRecordsTable .fancyButtonGrey_40prcnt {
    background: #e6e6e6;
    color: #555555;
    border: 1px solid #d3d3d3;
    margin: 0px;
    width: 48%;
    height: 30px;
}

#sorbTable .fancyButtonDarkGrey,
#IncompleteReviewsTable .fancyButtonDarkGrey,
#DOACResultsTable .fancyButtonDarkGrey {
    background: #5F5F5F;
    color: #FFF;
    border: 1px solid #d3d3d3;
    margin: 0px;
    width: 100%;
}

#sorbTable .fancyButtonBlue.disabled {
    background: #e6e6e6;
}

#sorbTable .fancyButtonBlue:hover,
#IncompleteReviewsTable .fancyButtonBlue:hover,
#ReviewSummaryTable .fancyButtonBlue:hover,
#DOACResultsTable .fancyButtonBlue:hover {
    background: #1e73b2;
}

#sorbTable .fancyButtonBlue.disabled:hover {
    background: #e6e6e6;
}

#sorbTable .fancyButtonGrey:hover,
#IncompleteReviewsTable .fancyButtonGrey:hover,
#DOACResultsTable .fancyButtonGrey:hover {
    background: #d6d6d6;
}

#sorbTable .fancyButtonDarkGrey:hover,
#IncompleteReviewsTable .fancyButtonDarkGrey:hover,
#DOACResultsTable .fancyButtonDarkGrey:hover {
    background: #6f6f6f;
}

.gridrow_alternate {
    background-color: #F0F0F0;
}

#TreatmentHistoryTable td, #DoseScheduleTable td, #PendingTreatmentTable td, #ScheduleSelectorTable td {
    padding: 0;
}

#PatientPendingTreatmentDetails {
    padding-right: 25px;
}

#PendingTreatmentTable .gridrow, #OverrideSuggestedTreatmentTable .gridrow {
    background-color: #FFFFCC;
}

#AddHistoricalTreatmentTable td, #ManualTreatmentTable td, #OverrideSuggestedTreatmentTable td {
    border: none;
}

#AddHistoricalTreatmentTable {
    border: 1px solid #7F7F7F;
}

#TreatmentHistoryContainer {
    max-height: 365px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1px;
    padding-right: 10px;
}

#AuditTrailTable {
    width: 95%;
}

.textColumn {
    text-align: left;
    padding-left: 5px;
    word-wrap: break-word;
    max-width: 150px;
}

.NHSNumber {
    width: 100px;
    text-align: center;
}

.PatientNumber {
    width: 160px;
    text-align: center;
}

.PostCode {
    width: 100px;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}


#menucontainer {
    margin-top: 40px;
    padding: 5px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}



.DateInputPopUp {
}
/*------------------------- Help ------------------------------------- */
.HelpButton {
    /*empty, only used to categories the the buttons for jQuery*/
}

#HelpLinkContainer {
    float: right;
    clear: right;
    font-weight: bold;
}

#HelpContent h2 {
    color: #7F7F7F;
}

img {
    border: none;
}

/*-------------------------- Pop up boxes ------------------------------- */

.modalDialog {
    /*empty, only used to categories the the buttons for jQuery*/
}

.modalDialogSecondary {
    /*empty, only used to categories the the buttons for jQuery*/
}

.modalDialogScanner {
    /*empty, only used to categories the the buttons for jQuery*/
}

.confirmButton {
    /*empty, only used to categories the the buttons for jQuery*/
}

.dosingSchedule {
    /*empty, only used to categories the the buttons for jQuery*/
}

/*--------------------------- Accordion Pane ----------------------------*/
.accordion {
    /*empty, only used to categories the the buttons for jQuery*/
}

.accordionPane {
    max-height: 100%;
    clear: both;
    overflow-x: hidden;
}

/*--------------------------- Autocomplete -----------------------------*/
.autoComplete {
    /*empty, only used to categories the the autocomplete for jQuery*/
}

/*---------------------------- Table Headers ----------------------*/
.Name {
    text-align: left;
}

.Date {
    text-align: center;
}

.Number {
    text-align: left;
}

/*----------------------------- Areas ------------------------------*/
.ScrollableArea {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*----------------------------- Headers ------------------------------*/

#navigation {
    float: right;
    margin: 0px;
    width: 650px;
}

    #navigation li {
        float: right;
        list-style: none;
    }

        #navigation li a {
            background: #2382C8 no-repeat scroll left center;
            color: #FFFFFF;
            display: inline-block;
            height: 28px;
            line-height: 25px;
            padding: 0 30px;
            text-decoration: none;
        }

            #navigation li a:hover {
                background: none;
                background-color: #2382C8;
            }


.HelpButton {
    color: #66ADE5;
}

.leftCol {
    float: left;
}

.rightCol {
    float: right;
}

.bottomLeft {
    float: left;
    margin-left: -15px;
}

.bottomRight {
    float: right;
}

#CurrentTreatmentContainer .dataLabel {
    width: 100px;
}

#CurrentTreatmentContainer {
    clear: none;
    float: left;
}

/*----------------------------- Patient Banner ------------------------------*/
#PatientBannerContainer {
    clear: both;
}

#PatientTab {
    border: none;
}

#PatientTabContent {
    border: none;
}

    #PatientTabContent .leftCol {
        margin: 0;
    }

#PatientDetailsFieldSet {
    font-size: 1em;
}

#PatientTabContent {
    border-top: none;
}

.accordion h3 #ReferredPatientHeaderLink, #BridgingPatientsHeaderLink {
    color: Red;
}

.accordion h3.urgent {
    color: Red;
}

.accordion h3 {
    text-indent: 20px;
    height: 25px;
    line-height: 25px;
}

#PatientBanner .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_cd0a0a_256x240_1.png);
    margin-left: -10px;
}

#PatientBanner h3 {
    height: 25px;
    line-height: 25px;
    background-color: White;
    border: none;
    text-indent: 0px;
}

#PatientBanner {
    border: solid 1px #7F7F7F;
    font-weight: bold;
}

    #PatientBanner .dataLabel {
        font-weight: normal;
    }

    #PatientBanner .accordionPane {
        border-top: dashed 1px #7F7F7F;
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding-top: 5px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }


.patientZone1 {
    background: none;
    text-indent: 20px;
    padding: 3px;
    clear: both;
    min-height: 18px;
    overflow: auto;
    font-weight: bold;
}

    .patientZone1 .data {
        clear: none;
        float: left;
        height: auto;
        width: auto;
        text-align: left;
        text-indent: 0;
        margin-left: 3px;
    }

    .patientZone1 .dataLabel {
        color: White;
        font-weight: normal;
        width: auto;
        line-height: 18px;
    }

    .patientZone1 label {
        color: White;
    }

    .patientZone1 #Name {
        font-weight: bold;
    }

    .patientZone1 .leftCol {
        margin-left: 5px;
        max-width: 750px;
        text-align: left;
        text-indent: 0;
        word-wrap: break-word;
    }

.patientZone1 {
    padding: 5px 5px;
    text-indent: 0px; /*background: url('images/blue_grad_hdr.jpg') left top repeat-x #005495;*/
}

    .patientZone1 .data {
        margin-left: 11px;
        line-height: 18px;
    }

.patientZone1Inactive {
    background: #5E5E5E;
}

.patientZone1Suspended {
    background: #F45B2F;
}

.patientZone1Active {
    background: #00497B;
}

#patientZone2 {
    cursor: pointer;
    font-weight: bold;
}

    #patientZone2 .data {
        clear: none;
        float: left;
        height: 15px;
        cursor: pointer;
    }

    #patientZone2 #Address .dataLabel {
        width: 62px;
        margin-right: 5px;
    }

#patientZone3 .dataLabel {
    width: 80px;
    margin: 0px;
}

#patientZone2 {
    color: #222222;
}

    #patientZone2 .rightCol {
        margin-right: 5px;
        font-size: 0.97em;
    }

        #patientZone2 .rightCol #TTR12Month_DetachedLabel_Label {
            width: 32.5px;
        }

    #patientZone2 .dataLabel {
        width: 65px;
        font-weight: normal;
        margin-right: 10px;
        cursor: pointer;
    }

#patientZone3 {
    border: none;
    padding: 0px 5px 5px 5px;
    max-width: 750px;
}

    #patientZone3 #patientBannerAddress {
        padding-left: 5px;
        float: left;
        height: 100px;
    }

    #patientZone3 .data {
        height: 15px;
    }

#patientZone4 .data {
    height: 15px;
    padding-right: 5px;
}

#patientZone4 #patientTablets {
    padding-bottom: 20px;
}

#PatientMessages_ValidationSummary {
    margin-bottom: 0px;
}

/*----------------------------- Schedule ------------------------------*/
#ScheduleGrid {
    max-height: 220px;
    overflow-x: hidden;
    -ms-overflow-y: auto;
    overflow-y: auto;
    margin-left: 10px;
    margin-right: 10px;
}
    #ScheduleGrid.SORBScheduleGrid {
        max-height: none;
        -ms-overflow-y: unset;
        overflow-y: unset;
    }
    #ScheduleGrid.sorb {
        max-height: 1000px;
    }

#MoreScheduleGrid {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 220px;
    overflow: scroll;
    overflow-x: hidden;
}

#ExtendedScheduleGrid {
    margin-left: 10px;
    margin-right: 10px;
    overflow: auto;
    overflow-x: hidden;
}


.ui-state-default .ui-corner-top a {
    padding: 0px;
    margin: 0px;
}

/*---------------------------- Patient Summary -----------------------*/
#CurrentTreamtentSummary .Container {
    margin-right: 15px;
}

#CurrentTreamtentSummary #CurrentDoseSchedule {
    width: 690px;
}

/*------------------------------- Patient Details -----------------------*/
#patientDetails .dataLabel, #editPatientDetails .dataLabel {
    width: 90px;
}

#patientDetails, #editPatientDetails {
    width: 425px;
    margin: 0;
}

#patientAddress {
    margin-left: 155px;
    vertical-align: top;
}

#PatientContactDetails .dataLabel {
    width: 85px;
}

#editPatientContactDetails, #PatientContactDetails {
    width: 425px;
    margin: 0;
}

    #editPatientContactDetails .dataLabel {
        width: 85px;
    }

#PatientLocationDetails .dataLabel {
    width: 125px;
}

#editPatientLocationDetails .dataLabel {
    width: 125px;
}

#EditPatientTestingLocationDetails .dataLabel {
    width: 125px;
}

#editPatientLocationDetails, #PatientLocationDetails, #EditPatientTestingLocationDetails {
    width: 265px;
}

/*---------------------------------- NEW INR-------------------------------*/

#INRConfirmationMessage {
    padding-bottom: 10px;
}

    #INRConfirmationMessage .dataLabel {
        padding-left: 0px;
        width: 55px;
    }

    #INRConfirmationMessage .data {
        padding-left: 10px;
        font-weight: bold;
    }

#PatientConfirmationMessages {
    padding-left: 65px;
}

#PatientConfirmationIndentedMessages {
    padding-left: 100px;
}

#PatientConfirmationMessages .data {
    font-weight: normal;
}

#PatientConfirmationImage {
    width: 35px;
    float: left;
    padding-left: 0px;
    padding-top: 4px;
    margin-left: auto;
    margin-right: auto;
}

#NewINRQuestionFieldSet .dataLabel {
    width: 275px;
}

#NewINRConfirmFieldSet .dataLabel {
    width: 250px;
}

#PatientBorn {
    width: 125px;
}

#MainContentPanel {
    padding: 5px;
    min-height: 100px;
    border: none;
}

#NewINRForm .leftCol .Container, #NewINRForm .leftCol h4 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 2px;
}

.PreviousTreatmentComments {
    padding-left: 5px;
    padding-bottom: 5px;
    border: none;
    overflow-x: auto;
    overflow-y: auto;
    width: 100%;
    max-height: 200px;
}

#ViewPatientHistoricalTreatmentsHeaderWrapper {
    padding-right: 15px;
}

#ViewPatientHistoricalTreatmentsWrapper {
    padding-right: 15px;
    overflow-y: hidden;
    overflow-x: hidden;
}

#PatientTreatmentHistoryTable {
    width: 90%;
}

#ViewPatientHistoricalTreatmentsWrapperOverSix {
    font-size: 12px !important;
    max-height: 145px; /* sets max-height value for all standards-compliant browsers */
    overflow-y: scroll;
    overflow-x: hidden;
}

/* sets max-height for IE7 only */
* + html #ViewPatientHistoricalTreatmentsWrapperOverSix {
    max-height: 170px !important;
}

#TreatmentInformationActionLink img {
    margin-top: 0px;
    width: 20px;
}

#TreatmentElsewhere {
    margin-top: 0px;
}

/*---------------------------------- Address-------------------------------*/

#DoseScheduleTable td {
    text-align: left;
    padding-left: 5px;
}

/*---------------------------------- Users-------------------------------*/
#AuthorisationWrapper {
    min-height: 1px;
}

#permissionList {
    width: 100%;
}

    #permissionList .headerRow {
        background-color: #F0F0F0;
    }

        #permissionList .headerRow p {
            margin-top: 2px;
        }

    #permissionList #Update {
        margin-bottom: -15px;
    }

    #permissionList p, h5, img {
        vertical-align: middle;
        text-align: left;
        clear: both;
        margin-bottom: -3px;
        margin-top: -3px;
    }

#ClinicalSystemLocationSettings img {
    clear: none;
}

#permissionList .Button {
    float: right;
}

#permissionList h3 {
    vertical-align: middle;
    text-align: center;
    font-size: 90%;
    margin-left: 0px;
}

.roleCheckbox {
    height: 30px;
}

#permissionList table {
    clear: both;
    width: inherit;
}

#permissionList .colwidth {
    width: 75px;
}

#permissionList .colwidth1 {
    width: 230px;
}

#permissionList .buttonLeft {
    border: 0;
    text-align: left;
}

#permissionList ul li {
    height: 20px;
}

    #permissionList ul li img {
        height: 15px;
        margin-right: 10px;
    }

/*------------------------------------- Patient Treatment Plan ---------------*/
#ViewTreatmentPlanDetails, #EditTreatmentPlanDetails {
    border-left: dashed 1px Gray;
    width: 490px;
}

#ActivatePatientForm #EditTreatmentPlanDetails {
    border-left: none;
}

#EditTreatmentPlanDetails .dataLabel, #ViewTreatmentPlanDetails .dataLabel {
    width: 130px;
}

/*---------------------------------- Clinics --------------------------------*/
#SectionsClinicsTable td img {
    height: 16px;
    width: 18px;
}

/*---------------------------------- Patient --------------------------------*/
#DeactivatePatient .dataLabel {
    width: auto;
}

#LocationSettings .accordionPane .dataLabel {
    width: 175px;
}


/*---------------------------------- Search----------------------------------*/
#PatientSearchResults {
    padding: 10;
    margin-left: 10px;
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #PatientSearchResults td {
        border-top: solid 1px #7F7F7F;
    }

#SearchResults {
    clear: both;
}
/*----------------------------------- Feedback ------------------------------ */

.feedbackContainer {
    z-index: 101;
    left: 0;
    width: 25px;
    position: fixed;
    top: 200px;
    background-color: #87D7D5;
}

.SingleSignOnContainer {
    z-index: 101;
    left: 0;
    width: 25px;
    position: fixed;
    top: 10px;
    background-color: #0077D4;
}

.SingleSignOnPanel {
    z-index: 102;
    background-color: #ffffff;
    border: solid 5px #c9cacc;
    position: fixed;
    left: -300px;
    top: 1%;
    max-height: 600px;
    width: 250px;
    overflow: hidden;
    padding: 5px;
}

    .SingleSignOnPanel .Title {
        background-color: #0C65AF;
        color: #ffffff;
        font-size: 12px;
        padding: 5px;
        font-weight: bold;
        cursor: default;
    }

        .SingleSignOnPanel .Title img {
            height: 12px;
            margin-right: 5px;
        }

    .SingleSignOnPanel .LocationItems {
        overflow: auto;
        max-height: 540px;
    }

    .SingleSignOnPanel .LocationItem {
        background-color: #c9cacc;
        color: #000000;
        font-size: 12px;
        padding: 5px;
        margin-top: 2.5px;
        cursor: pointer;
    }

        .SingleSignOnPanel .LocationItem:hover {
            background-color: #E60881;
            color: #ffffff;
        }

    .SingleSignOnPanel .LocationItemSelected {
        background-color: #B71B6A;
        color: #ffffff;
        font-size: 12px;
        padding: 5px;
        margin-top: 2.5px;
        cursor: pointer;
    }

        .SingleSignOnPanel .LocationItemSelected:hover {
            background-color: #E60881;
            color: #ffffff;
        }

    .SingleSignOnPanel .CloseButton {
        background-color: transparent;
        color: #ffffff;
        width: auto;
        overflow: visible;
        text-align: center;
        margin-top: 2.5px;
        cursor: pointer;
    }

        .SingleSignOnPanel .CloseButton:hover {
            background-color: transparent;
        }

        .SingleSignOnPanel .CloseButton img {
            height: 24px;
            float: left;
        }

/*------------------------------------- Audit ----------------------------------- */
.TreatmentInformationAudit {
    border: none;
    height: 100px;
    width: 245px;
    overflow: auto;
}

/*------------------------------------- Suggested Treatment ----------------------------------- */

#PatientsSuggestedNextINRTestDate .dataLabel {
    width: 200px;
}
/*#DosingScheduleContent .dataLabel
{
    width: 200px;
    margin-left: 5px;
}*/
#SuggestedTreatmentStatus .dataLabel {
    width: 200px;
    font-weight: normal;
}

#SuggestedTreatmentStatus {
    font-weight: bold;
    clear: none;
    float: left;
    margin-right: 50px;
    line-height: 30px;
    padding-left: 10px;
}

/*------------------------------------- Reports ----------------------------------------------*/
#UpdateReportDateRanges .data {
    clear: none;
    float: left;
}

#UpdateReportDateRanges .dataLabel {
    width: 75px;
}

#ActivityReportContainer .dataLabel {
    width: 325px;
}

.accordionPane .Action-Button-Container {
    margin-right: 15px;
}

/*------------------------------------- TreatmentPage-----------------------------------------*/
#TreatmentContainer .Container {
    margin-top: 5px;
}

#TreatmentHistoryButtons .Action-Button-Container {
    clear: none;
}

#TimeInRangeGroups h3 a {
    float: left;
}

#TimeInRangeGroups h3 span {
    float: right;
}

/*------------------------------------ Schedule Display ---------------------------------------*/
.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}

#sortableSchedule {
    width: 85%;
}

    #sortableSchedule.sorb {
        width: 68%;
    }


    #sortableSchedule li {
        cursor: pointer;
    }

#ExistingScheduleDays {
    width: 15%;
    margin-bottom: 10px;
}

    #ExistingScheduleDays li {
        background-image: none;
        color: Black;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
    }

#ScheduleDays, #sorbScheduleDays {
    width: 15%;
    margin-bottom: 10px;
}

    #ScheduleDays.sorb {
        width: 19%;
    }

    #ScheduleDays li, #sorbScheduleDays li {
        background-image: none;
        color: Black;
        background-color: #FFFFCC;
        background-repeat: no-repeat;
    }
    #sorbScheduleDays li {
        background-color: #FFF;
    }
        #ScheduleDays li.ui-state-skip, #sorbScheduleDays li.ui-state-skip {
            background-color: #fff;
        }
.SORBHeader {
    font-size: 10px;
    vertical-align: top;
    height: 40px;
    background-color: #5f5f5f;
    color: #fff;
}
.SORBHeader:first-child
{
    border-right:1px solid grey;
}
#ScheduleGrid ul li, #SorbGrid ul li {
    line-height: 1.5em;
    height: 1.5em;
    padding: 3px;
}

    #ScheduleGrid ul li input[type='text'] {
        width: 100%;
        background-color: #fff;
    }

    #ScheduleGrid ul li.heading {
        line-height: 1.5em;
        height: 3em;
        padding: 3px;
        background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        border: 1px solid #d3d3d3;
    }

        #ScheduleGrid ul li.heading.left {
            border-right: none;
        }

        #ScheduleGrid ul li.heading.right {
            border-left: none;
        }

#ScheduleGrid ul div {
    width: 50%;
}

    #ScheduleGrid ul div.right {
        text-align: right;
        position: relative;
        top: -20px;
        left: 80px;
    }

#ScheduleGrid ul {
    margin: 0;
}

#SorbGrid ul {
    margin: 0;
    float: left;
}

/* --------------------------------- Skip Or Boost Table -------------------------------------*/
.skipOrBoostLayer {
    padding-left: 2px;
    padding-right: 20px;
}

table.sorbTable {
    border: 1px solid grey;
    color: #555;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 100%;
}

    table.sorbTable tr {
        background-color: #FFFFCC;
        height: 22px;
        min-height: 22px;
    }

        table.sorbTable tr.sorb {
            background-color: #FFF;
        }

            table.sorbTable tr.sorb td {
                border-right: 0px;
                border-left: 0px;
            }

    table.sorbTable td, table.sorbTable th {
        border: 1px solid grey;
        padding: 2px 3px 2px 3px;
        height: 35px;
    }

        table.sorbTable td input[type="text"] {
            background-color: #fff;
            width: 98%;
            min-height: 25px;
            text-transform: capitalize;
            font-size: 100%;
            padding-left: 10px;
            margin-left: 5px;
            margin-right: 5px;
        }

    table.sorbTable thead {
        background: #5F5F5F;
        background: -moz-linear-gradient(top, #ececec 0%, #e8e8e8 66%, #E6E6E6 100%);
        background: -webkit-linear-gradient(top, #ececec 0%, #e8e8e8 66%, #E6E6E6 100%);
        background: linear-gradient(to bottom, #ececec 0%, #e8e8e8 66%, #E6E6E6 100%);
        border-bottom: 2px solid #444444;
    }

        table.sorbTable thead th {
            text-align: left;
            background: #5F5F5F;
            color: White;
            font-size: 0.8em;
            line-height: 13px;
            padding: 3px 0;
            border: solid 1px #7F7F7F;
        }

            table.sorbTable thead th:first-child {
                border-left: none;
            }

    table.sorbTable td.sorb {
        vertical-align: middle;
        /*background: #FFF;*/
    }

    table.sorbTable td.sorb1, table.sorbTable th.sorb1 {
        border-right: 0px;
        width: 15%;
    }

    table.sorbTable td.sorb2, table.sorbTable th.sorb2 {
        border-left: 0px;
        border-right: 1px solid grey !important;
        text-align: right;
        width: 10%;
    }

td.sorbtext {
    width: 70%
}

td.sorbwarning {
    width: 4%
}

div #sorbMessageHeader {
    margin-bottom: 5px;
}

table.sorbTable td.noedit {
    /*background: #E6E6E6;*/
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    padding-left: 19px;
    /*text-transform: capitalize;*/
}

table.sorbTable td.sorb3, table.sorbTable th.sorb3 {
    width: 600px;
    vertical-align: top;
}

table.sorbTable th.sorb3 {
    border-right: 0px solid #000 !important;
}

table.sorbTable td.sorb4, table.sorbTable th.sorb4 {
    border-left: 0px solid #000 !important;
}

table.sorbTable td.boldright, table.sorbTable th.boldright {
}

square {
    width: 26px;
    vertical-align: middle;
    font-size: 1em;
    padding-top: 2px;
}

#sorbTable .rectangle {
    vertical-align: middle;
}


/*---------------------------------SORB Buttons ----------------------------------------------*/
.buttontable tr td {
    width: 50px;
    padding: 0px 0px 0px 2px;
    border: 0px solid #fff;
    background-color: #fff;
}

    .buttontable tr td button {
        min-height: 26px !important;
    }

    .buttontable tr td.last {
        padding-left: 10px;
        width: 50%;
    }



/*---------------------------------SORB Label Text Look ----------------------------------------------*/
.textlook {
    /*border: 1px solid #d3d3d3;*/
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    /*text-transform: capitalize;*/
    vertical-align: middle;
    /*width: 90%;*/
}

    .textlook select {
        height: 25px;
        border: none;
        width: 100%;
        font-size: 100%;
        background-position: center right;
        background-repeat: no-repeat;
        border: 1px solid #AAA;
        color: #555;
        font-size: inherit;
        margin: 0;
        overflow: hidden;
        padding-top: 2px;
        padding-bottom: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .textlook select option:first-child {
            color: red;
        }

    .textlook:before {
        position: absolute;
        right: .25em;
        top: -.2em;
        width: 2.5em;
        height: 1.75em;
        background: #efefef;
        content: "";
        z-index: 7;
    }

.select-container:after {
    z-index: 9;
}


#sorbTable td.warning {
    background-image: url('images/small_warning-icon.gif');
    background-repeat: no-repeat;
    background-position: right center;
}

/*-------------------------------- Pagination--------------------------------------------------*/
.pagination {
    padding: 5px;
    text-align: right;
    clear: both;
}

.paginationRight a {
    font-weight: bold;
}


#SelectedPracticeWrapper {
    display: none;
    width: 100%;
    padding-bottom: 10px;
}

    #SelectedPracticeWrapper .Button {
        float: right;
    }

    #SelectedPracticeWrapper .dataLabel {
        float: none;
    }

    #SelectedPracticeWrapper span {
        margin-left: 20px;
        margin-right: 20px;
        width: 330px;
    }

#ChangePatientRegisteredLocationSearchResults {
    width: 98%;
}

#SearchContainerInnerContainer {
    padding-bottom: 10px;
    margin-left: 20px;
}

.ReportListLeft {
    float: left;
    width: 450px;
}

.ReportListRight {
    float: left;
    width: 500px;
}

.ReportsTop {
    height: 250px;
}

.ReportsBottom {
    clear: both;
}

#ReportHelp {
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px;
}


#LocationSearchDiv {
    width: 80%;
    margin-bottom: 10px;
}

#AdvancedSearchTitle {
    float: left;
    width: 75%;
    margin-bottom: 10px;
}

#AdvancedSearchTab {
    min-height: 1%;
}

#AdvancedSearchLeft .h4, #AdvancedSearchRight .h4 {
    font-size: 1em;
}

#AdvancedSearchLeft {
    width: 48%;
}

#AdvancedSearchRight {
    width: 48%;
}

    #AdvancedSearchLeft .dataLabel, #AdvancedSearchRight .dataLabel, #LocationSearchDiv .dataLabel {
        width: 102px;
    }

#TestingSectionName {
    background-color: #DDDDDD;
    color: #808080;
    font-style: italic;
    border: 1px solid #CCCCCC;
}

#AdvancedSearchTab #TestingLocation {
    clear: both;
}

#AdvancedSearchTab #TestingLocationDetails {
    margin-right: 5px;
}

#AdvancedSearchTab #TestingLocationSearch {
    margin-top: -5px;
}
/* ---------------------------------------------*/
/*--------------------------------- PoCT ----------------------------------------------*/
#PoCTBatchInformation {
    margin-left: 18%;
}
    #PoCTBatchInformation .dataLabel {
        text-align: left;
        width: 230px;
    }

/* ---------------------------------------------*/
.SSRSReportList a {
    color: #0000FF;
    line-height: 25px;
    margin-left: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.SSRSReportListDisabled li {
    border: 1px solid #F2F2F2;
    background: #F7F7F7;
    margin-top: 1px;
    height: 25px;
    color: #D1CACA;
}

    .SSRSReportListDisabled li span {
        margin-left: 25px;
        margin-top: 20px;
        background: #F7F7F7;
        line-height: 25px;
    }


.AnnualReviewButtonsGroup {
    text-align: right;
    clear: both;
}

#AnnualReviewWrapper {
}

/*         Tooltip control   */

.tooltip .tooltip-text {
    visibility: hidden;
    width: 50%;
    background-color: white;
    color: black;
    text-align: left;
    padding: 12px;
    position: absolute;
    z-index: 1;
    border: 2px solid grey;
    margin-left: 12px;
    border-width: 2px 3px 3px 2px;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
}

/*        DOAC Review        */



.DoacReviewSummaryPanel {
    margin-top: -24px;
}

    .DoacReviewSummaryPanel h4 {
        border-bottom: 1px dotted #0077D4;
        margin-bottom: 12px;
        margin-top: 24px;
    }

    .DoacReviewSummaryPanel.dataLabelLink {
        margin-right: 34px;
    }

    .DoacReviewSummaryPanel .DateInputPopUp {
        margin-left: 3px;
    }

    .DoacReviewSummaryPanel select {
        width: 160px;
    }

    .DoacReviewSummaryPanel td {
        border: none;
        text-align: left;
        padding: 0px;
    }

#ReviewsPatientSummaryTable td,
#ReviewsAdverseEventsTable td {
    border: solid 1px #7F7F7F;
}

#ReviewsPatientSummaryTable .no-border {
    border: none !important;
}

.radioLabel {
    margin-right: 10px !important;
    width: 157px;
    margin-left: 0px !important;
}

.DoacReviewRadioButton TD {
    padding: 0px;
}

.DoacReviewRadioButton img {
    padding: 8px;
}

.DoacReviewSummaryPanel #TR_CreatinineClearance_Button {
    width: 164px !important;
}

.DoacReviewSummaryPanel .dataLabelLink {
    text-align: left;
}

.DoacReviewSummaryPanel .dataLabel {
    margin-right: 12px;
}

    .DoacReviewSummaryPanel .dataLabel.radio {
        margin-right: 16px;
    }

.DoacReviewSummaryPanel .DoacReviewBoldLabel {
    font-weight: bold;
    margin-left: 56px;
    margin-bottom: 12px;
}

.DoacReviewSummaryPanel textarea {
    width: 60%;
}

.DoacReviewSummaryPanel #AdverseEventData {
    width: auto;
    max-height: none;
}

.DoacReviewSummaryPanel td label {
}

.DoacReviewSummaryPanel .header {
    background-color: #5F5F5F;
}

.DoacReviewSummaryPanel .data {
    line-height: 20px;
    margin-bottom: 4px;
}

.DoacReviewSummaryPanel .header label {
    color: white;
}

.DoacReviewSummaryPanel .DoacReviewTestResults input {
    width: 160px !important;
    margin-bottom: 8px;
}

.DoacReviewSummaryPanel .DoacReviewTestResults .dataLabel {
    vertical-align: middle;
}

.DoacReviewSummaryPanel .DoacReviewTestResults input[type="button"] {
    border: 1px solid gray;
    background: #e6e6e6;
    color: black;
    margin-right: 6px;
}

#AnnualReviewSummaryPanel {
    margin: 10px 0 10px 0;
}

    #AnnualReviewSummaryPanel .ReviewSummaryBlock {
        margin-top: 15px;
        padding-top: 5px;
    }

#WarfarinReviewAddPanel {
    margin-top: 2px;
}

#WarfarinReviewSummaryPanel {
    width: 410px;
    float: left;
}

#WarfarinReviewClinicalPanel {
    width: 530px;
    float: right;
}

    #WarfarinReviewClinicalPanel textarea {
        width: 520px;
        margin-left: 4px;
    }

#ReviewSummaryTable {
    margin-bottom: 10px;
}

    #ReviewSummaryTable th.col1 {
        width: 90px;
    }

    #ReviewSummaryTable th.col2 {
    }

    #ReviewSummaryTable th.col3 {
        width: 110px;
    }

    #ReviewSummaryTable th.col4 {
        width: 90px;
    }

    #ReviewSummaryTable td.col4 {
        width: 90px;
        padding-right: 0;
    }

    #ReviewSummaryTable th.col5 {
        width: 90px;
    }

    #ReviewSummaryTable th.col6 {
        width: 150px;
    }

.ReviewQuestion input[type='Radio'] {
}

#WarfarinReviewAddPanel input[type='checkbox'] {
    width: 13px;
    height: 13px;
    margin-top: 6px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

#Warfarin_RiskAssessment_Table {
    width: 100%;
}

    #Warfarin_RiskAssessment_Table #col1 {
        width: 50%;
    }

    #Warfarin_RiskAssessment_Table #col2 {
        width: 50%;
    }

#WarfarinReviewAddPanel .dataLabel {
    width: 150px;
    margin-left: 5px;
    text-align: right;
}

#AnnualReviewWrapper .dataLabel {
    width: 150px;
    margin-left: 5px;
    text-align: right;
}

#AnnualReviewWrapper #PatientNextReviewDateWarning {
    width: 655px;
    margin-top: 16px;
}

#ReviewDateSummary .dataLabel {
    width: 95px;
}

#ReviewDateSummary {
    float: left;
    margin-top: 10px;
    width: 30%;
}

#PatientNextReviewDateWarning {
    float: left;
    width: 66%;
    margin-left: 10px;
}

#AnnualReviewMessages {
    min-height: 1px;
}

#TreatmentPlanListWrapper {
    padding: 10px 0 0 0;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 3px;
    background-color: transparent;
}


/* ---------- REVIEW PAGE STYLES  START ---------------------*/

#WarfarinTestResultsPanel span.dataLabel {
    width: 60px;
    text-align: left;
    float: none;
}

#WarfarinTestResultsPanel input.text {
    width: 60px;
    border: solid 1px grey;
}

#WarfarinTestResultsPanel input.button {
    width: 64px;
    float: left;
    padding: 4px 0 5px 0;
}

#WarfarinTestResultsPanel span.questionValidationMessage {
    color: #fc7a0b;
    font-size: 0.85em;
}

#RHSPanel .ReviewSummaryBlock {
    float: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#Warfarin_RiskAssessment_Table .dataLabel {
    width: 75px;
}

#WarfarinTestResultsPanel #ReviewHelpText {
    text-align: left;
    width: 280px;
    float: left;
}

#Warfarin_Control label.dataLabel {
    width: 250px;
}

#Warfarin_Control span.dataLabel, #ReviewDosePanel span.dataLabel {
    width: 60px;
    text-align: left;
    float: none;
}

#ReviewDosePanel #DoseWarning {
    width: 515px;
    text-align: left;
    float: none;
    margin: 0px 5px 15px 5px;
    font-weight: bold;
}

#ReviewDosePanel .ReviewQuestion {
    margin-bottom: 5px;
}


#AdverseEventData {
    width: 398px;
    overflow-y: auto;
    max-height: 110px;
}

#ReviewsAdverseEventsTable {
    border-collapse: collapse;
}

    #ReviewsAdverseEventsTable #col1 {
        width: 224px;
        float: left;
        text-align: left;
        margin-right: 0px;
        margin-left: 12px;
    }

    #ReviewsAdverseEventsTable #col2 {
        width: 224px;
        text-align: left;
        margin-right: 0px;
        margin-left: 12px;
    }

    #ReviewsAdverseEventsTable #col3 {
        width: 224px;
        text-align: left;
        margin-right: 0px;
        margin-left: 12px;
    }

    #ReviewsAdverseEventsTable #col4 {
        width: 224px;
        text-align: left;
        margin-right: 0px;
        margin-left: 12px;
    }

    #ReviewsAdverseEventsTable .removed {
        text-decoration: line-through;
    }

#ReviewsPatientSummaryTable {
    border-collapse: collapse;
}

    #ReviewsPatientSummaryTable #col1 {
        width: 240px;
        text-align: left;
        margin-right: 0px;
        margin-left: 12px;
    }

    #ReviewsPatientSummaryTable #col2 {
        width: 240px;
        float: left;
        text-align: left;
        margin-right: 0px;
        margin-left: 12px;
    }

    #ReviewsPatientSummaryTable #col3 {
        width: 383px;
        text-align: left;
        margin-right: 0px;
        float: left;
        margin-left: 12px;
    }

    #ReviewsPatientSummaryTable #col-icon {
        width: 22px;
        padding: 6px;
        text-align: left;
        float: right;
        margin-right: 0px;
        margin-left: 12px;
    }



/* ---------- External results ---------------------*/
#ExternalResultsSearchResultsContainer {
    padding: 20px 0 0 0;
}

#ExternalResultsFilterContainer {
    padding: 20px;
}

#ExternalResultsContent #cRcl_DetachedLabel_Label {
    float: none;
    margin-right: 0;
}

#DOACResultsContainer .fancyButtonBlue,
#DOACResultsContainer .fancyButtonGrey,
#DOACResultsContainer #linkButton,
#DOACResultsContainer #discardedStatus {
    width: 110px;
}

/* ---------- REVIEW SUMMARY PAGE STYLES  START -------------*/
#NextDateSummary .fieldName {
    width: 100px;
}

#NextDateSummary .tooltip {
    margin: 4px;
}

#NextDateSummary .radioLabel {
    margin-left: 3px !important;
}
/* ---------- REVIEW PAGE STYLES  START ---------------------*/
#PatientPreferencesDetail {
    width: 450px;
}

    #PatientPreferencesDetail .dataLabel {
        width: 375px;
    }

#PatientTreatmentPlanSettings #Diary_Format SELECT {
    width: 220px;
}

#UrgentNotificationsContent .col1 {
    width: 12%;
}

#UrgentNotificationsContent .col2 {
    width: 35%;
}

#UrgentNotificationsContent .col4 {
    width: 10%;
}
/*----Large Check Box ---- */
.BigCheckbox {
    height: 25px;
    width: 25px;
}

.BoldText {
    font-weight: bold;
}

.TestsDueRegisteredPractice {
    text-align: center;
}

.pre {
    white-space: pre-line;
}

.TTRWarningTriangle {
    height: 12.8px;
    vertical-align: middle;
}

#SelfCareTabMain {
    margin-top: 15px;
    margin-left: 20px;
}

    #SelfCareTabMain img {
        margin-left: 5px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
/*----Programs---- */
#EngageMarketing img {
    margin-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.Program {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .Program .Title {
        display: none;
    }

    .Program .Description {
        display: block;
    }

        .Program .Description H5 {
            margin-left: 0;
            padding-left: 5px;
            padding-top: 10px;
        }

        .Program .Description .Artical {
            width: 49%;
            clear: none;
            float: left;
        }

            .Program .Description .Artical a {
                margin-left: 5px;
            }

    .Program .Phases {
        margin-top: 15px;
        width: 100%;
        cursor: default;
        margin-left: auto;
        margin-right: auto;
    }

        .Program .Phases .StageInactive,
        .Program .Phases .StageComplete,
        .Program .Phases .Stage {
            padding: 0;
            cursor: default;
        }

            .Program .Phases .Stage .Title,
            .Program .Phases .StageInactive .Title,
            .Program .Phases .StageComplete .Title {
                background-color: #008DD6;
                color: #ffffff;
                margin: 0;
                cursor: default;
                display: block;
            }

                .Program .Phases .Stage .Title img,
                .Program .Phases .StageInactive .Title img,
                .Program .Phases .StageComplete .Title img {
                    float: right;
                    position: relative;
                    margin-top: -24px;
                    display: none;
                    cursor: default;
                }

            .Program .Phases .StageComplete .Content,
            .Program .Phases .StageInactive .Content,
            .Program .Phases .Stage .Content {
                padding-left: 5%;
                padding-top: 1%;
                padding-bottom: 1%;
                padding-right: 5%;
                cursor: default;
                overflow: hidden;
            }

                .Program .Phases .StageComplete .Content label,
                .Program .Phases .StageInactive .Content label,
                .Program .Phases .Stage .Content label {
                    color: gray;
                    cursor: default;
                    display: block;
                    min-width: 22%;
                    width: 22%;
                    text-align: right;
                    margin-right: 2%;
                    float: left;
                }

                    .Program .Phases .StageComplete .Content label.inputLabel,
                    .Program .Phases .StageInactive .Content label.inputLabel,
                    .Program .Phases .Stage .Content label.inputLabel {
                        color: gray;
                        cursor: default;
                        text-align: left;
                        max-width: 80%;
                        width: 80%;
                        margin-right: 0;
                        clear: right;
                    }

                    .Program .Phases .StageComplete .Content label.TextInput,
                    .Program .Phases .StageInactive .Content label.TextInput,
                    .Program .Phases .Stage .Content label.TextInput {
                        color: gray;
                        cursor: default;
                        display: block;
                        float: left;
                        clear: right;
                        text-align: left;
                        max-width: 100%;
                        width: 100%;
                        margin-right: 0;
                    }

                    .Program .Phases .StageComplete .Content label.BlankLine,
                    .Program .Phases .StageInactive .Content label.BlankLine,
                    .Program .Phases .Stage .Content label.BlankLine {
                        width: 100%;
                    }

                .Program .Phases .StageComplete .Content input,
                .Program .Phases .StageInactive .Content input,
                .Program .Phases .Stage .Content input {
                    height: 19.2px;
                    font-size: 12.8px;
                    margin: 0;
                    padding: 0;
                    float: left;
                }

                .Program .Phases .StageComplete .Content .LegalInput,
                .Program .Phases .StageInactive .Content .LegalInput,
                .Program .Phases .Stage .Content .LegalInput {
                    float: left;
                    width: 80%;
                }

                    .Program .Phases .StageComplete .Content .LegalInput input,
                    .Program .Phases .StageInactive .Content .LegalInput input,
                    .Program .Phases .Stage .Content .LegalInput input {
                        float: left;
                        margin-right: 1%;
                    }

                    .Program .Phases .StageComplete .Content .LegalInput label,
                    .Program .Phases .StageInactive .Content .LegalInput label,
                    .Program .Phases .Stage .Content .LegalInput label {
                        float: left;
                        width: 96%;
                        clear: none;
                        text-align: left;
                        margin-top: 0.2%;
                        margin-right: 0;
                    }

            .Program .Phases .StageComplete .Title {
                background-color: #B3B3B3;
            }

                .Program .Phases .StageComplete .Title img {
                    display: block;
                    padding-right: 0.2%;
                    padding-top: 0.2%;
                }

            .Program .Phases .StageInactive .Title {
                background-color: #B3B3B3;
            }

            .Program .Phases .Stage .Title.Critical {
                background-color: #008DD6;
                color: white;
            }

            .Program .Phases .StageInactive .Content {
                display: none;
            }

                .Program .Phases .StageComplete .Content .LegalText,
                .Program .Phases .StageInactive .Content .LegalText,
                .Program .Phases .Stage .Content .LegalText {
                    width: 68%;
                    color: gray;
                    display: block;
                    margin-top: 18px;
                }
