﻿/* basic positional divs  */
html {
    -ms-touch-action: none;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: normal;
    height: 94%;
    margin: 0;
    padding: 0;
    -ms-touch-action: none;
}

#header {
}

#headerMenu {
    border-bottom: 2px solid #6699CC; /*background: #B5C7DE;*/
}

th {
    font-weight: bold; /* Please do not enable this as it affects alignment even when explicitly set in the GridView control. */ /* Create your own custom style if you require this styling - Matthew Dudley 20/03/2008 */ /* text-align: left; */
    vertical-align: top;
    text-align: left;
}

/* Set up standard controls across the application */
input, select, textarea {
    font-family: Verdana, Arial;
    font-size: 1em;
}

#bodyDiv {
    margin: 0;
    height: 94%;
    width: 100%;
}

.frameworkContainer {
    width: 100%;
}

    .frameworkContainer table {
        width: 100%;
    }

    .frameworkContainer .content {
        padding: 4px 10px 0px 10px;
    }

#patientDetails {
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    width: 100%;
}

.lightBorder {
    border: solid 1px #007EB1;
    margin: 1px;
}

.grayBorder {
    border: solid 1px #a9a9a9;
    margin: 1px;
}

.lightGrayBorder {
    border: solid 1px #d3d3d3;
    margin: 1px;
}

.blackBorder {
    border: solid 1px #000000;
    margin: 1px;
}

.smallHeader {
    background-color: #007EB1;
    color: White;
    padding: 3px;
}

#search {
    width: 100%;
    margin-top: 7px;
}

.tableHeader {
    background-color: #007EB1;
    color: white;
    font-size: 1.0em;
    height: 20px;
}

    .tableHeader a {
        color: white;
    }

        .tableHeader a:visited {
            color: white;
        }

.PatientList {
    color: #007EB1;
    width: 200px;
}

.listBox {
    padding: 1px;
    margin: 1px;
    background-color: #f0f8ff;
}

.button {
    border-style: outset;
    font-size: 1em;
    background-color: White;
    width: 120px;
}

.buttonWhite {
    border-style: outset;
    font-size: 1em;
    background-color: White;
}

.button:hover {
    color: #007EB1;
}

.iconButton {
    display: inline;
    border: solid 1px #606060;
    color: #404040;
    font-size: 0.9em;
    padding: 4px;
    padding-left: 24px;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.iconButtonWidget {
    display: inline;
    border: solid 1px #606060;
    color: #404040;
    font-size: 0.9em;
    padding: 4px;
    text-align: center;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.buttonApproval {
    width: 180px;
    height: 30px;
    background-color: white;
    border: 1px solid black;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
    cursor: pointer;
    font-weight: 600;
}

    .buttonApproval:hover {
        background-color: silver;
    }

.iconButtonDataCapture {
    display: block;
    border: solid 1px #606060;
    color: #404040;
    font-size: 0.9em;
    padding: 4px;
    padding-left: 24px;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    white-space: nowrap;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.iconButtonWardDataCapture {
    width: 600px;
    display: block;
    border: solid 1px #606060;
    color: #404040;
    font-size: 0.9em;
    padding: 4px;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-align: center;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.iconButtonAdd {
    background-image: url('../../Applications/FMS/Dashboard/Images/addIcon.png');
    width: 25px;
    height: 25px;
}

.DashBoardQuestionSummary {
    width: 100%;
    border: 1px solid #10151A;
}

    .DashBoardQuestionSummary > thead > tr > th {
        background-color: #99CCFF;
        color: black;
        font-size: medium;
        padding: 3px;
    }

.tblSystemMessages {
    width: 70%;
    border: 2px solid orangered;
    font-size: medium;
    margin: 20px;
    text-align: left;
}

    .tblSystemMessages td {
        padding-top: 8px;
    }

    .tblSystemMessages th {
        border-bottom: 1px solid red;
    }

.ReturnSlotOuter {
    margin: 5px;
    display: inline-block;
}

    .ReturnSlotOuter table {
        width: 100%;
        height: 50px;
        border: 1px solid silver;
    }

        .ReturnSlotOuter table th {
            vertical-align: middle;
            color: white;
            font-size: medium;
            background-color: #344D88;
            width: 50px;
            text-align: center;
        }

        .ReturnSlotOuter table td > a {
            width: 100%;
            /*height: 100%;
            display: inline-block;
            vertical-align: middle;
            line-height: 40px;*/
        }

        .ReturnSlotOuter table td.tdParked {
            background-color: #FFCC66;
        }

        .ReturnSlotOuter table td.tdAwaitingApproval {
            background-color: #99FF66;
        }

        .ReturnSlotOuter table td.tdSubmitted {
            background-color: #009933;
        }

        .ReturnSlotOuter table td.tdParked > a {
            color: black;
        }

        .ReturnSlotOuter table td.tdAwaitingApproval > a {
            color: black;
        }

        .ReturnSlotOuter table td.tdSubmitted > a {
            color: black;
        }

.FMSDataCaptureSummaryTable th, .FMSDataCaptureSummaryTable td {
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-spacing: 0px;
    text-align: left;
    font-size: x-small;
}

.FMSDataCaptureSummaryTable th {
    border-left: 1px solid silver;
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    border-spacing: 0px;
}

.FMSStatusPageDomainCell {
    cursor: pointer;
}

    .FMSStatusPageDomainCell:hover {
        cursor: pointer;
        background-color: #d3d3d3;
    }

.TableFMSHFSStatusPage {
    border: 1px solid silver;
    width: 100%;
    text-align: center;
}

    .TableFMSHFSStatusPage > tbody > tr > td {
        border: 1px solid silver;
        text-align: center;
    }

.TableFMSDashboard {
    width: 100%;
    border: 1px solid #222222;
}

.TableFMSDashboardCellInvalid {
    background-color: #FFC7CE;
    text-align: center;
    border-left: 1px solid #222222;
}

.TableFMSDashboardCellValid {
    background-color: #C6EFCE;
    text-align: right;
    border-left: 1px solid #222222;
}

.TableFMSDashboard > thead > tr > th {
    background-color: #CCCCCC;
    color: black;
    border-left: 1px solid #222222;
}

    .TableFMSDashboard > thead > tr > th a {
        color: black;
    }

.TableFMSDashboard > thead > tr > td {
    background-color: #CCCCCC;
    color: white;
}

.TableFMSDashboard > tbody > tr > th {
    background-color: black;
    color: white;
}

.FMSDashboardQuestionTable > tbody > tr > th {
    background-color: #5175B9;
    color: white;
    font-weight: bold;
}

.FMSDashboardQuestionTable {
    width: 100%;
    border: 1px solid #10151A;
}

.FMSDashboardQuestionTitle {
    width: 100%;
    background-color: #99CCFF;
    color: black;
    font-size: medium;
    border: 1px solid #10151A;
    padding: 3px;
    font-weight: normal;
}

.FMSDashboardQuestionTitleGrid {
    background-color: #99CCFF;
    color: black;
    font-size: medium;
    border: 1px solid #10151A;
    padding: 3px;
    font-weight: normal;
}

.FMSDataCaptureStatus.Red {
    color: red;
    border-bottom: 1px solid red;
}

.FMSDataCaptureStatus.Green {
    color: green;
    border-bottom: 1px solid green;
}

.FMSDataCaptureStatus.Yellow {
    color: yellow;
    border-bottom: 1px solid yellow;
}

.FMSDataCaptureStatus.Orange {
    color: darkorange;
    border-bottom: 1px solid darkorange;
}

.rotated-text {
    display: inline-block;
    overflow: hidden;
    width: 1.5em;
}

.rotated-text__inner {
    display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(90deg);
    -moz-transform: translate(1.1em,0) rotate(90deg);
    -o-transform: translate(1.1em,0) rotate(90deg);
    transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    /* IE9+ */
    -ms-transform: none;
    -ms-transform-origin: none;
    /* IE8+ */
    -ms-writing-mode: tb-rl;
    /* IE7 and below */
    *writing-mode: tb-rl;
}

    .rotated-text__inner:before {
        content: "";
        float: left;
        margin-top: 100%;
    }

.hyperlinkFMSUserDetails {
    position: relative;
}

.spanFMSUserDetailsLeft {
    display: none;
    position: absolute;
    left: 100%;
    color: white;
    background-color: black;
    width: 300px;
    z-index: 300;
    margin-top: 12px;
    margin-left: -440px;
}

.spanFMSUserDetails {
    display: none;
    position: absolute;
    left: 100%;
    color: white;
    background-color: black;
    width: 300px;
    z-index: 200;
}

.hyperlinkFMSUserDetails:hover {
    text-decoration: none !important;
}

    .hyperlinkFMSUserDetails:hover .spanFMSUserDetails, .hyperlinkFMSUserDetails:hover .spanFMSUserDetailsLeft {
        display: block;
    }

    .hyperlinkFMSUserDetails:hover .spanRejectedReason {
        display: none !important;
    }

.spanRejectedReason {
    display: none;
    border: 1px solid black;
    position: absolute;
    color: black;
    background-color: silver;
    width: 250px;
}

.RejectedCell:hover .spanRejectedReason {
    display: block;
}

.iconButtonFMSCapture {
    width: 300px;
    display: block;
    border: solid 1px #606060;
    color: #404040;
    font-size: 1.2em;
    padding: 22px 0px 22px 0px;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    white-space: normal;
    text-align: center;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.iconButtonWaterFlushingCapture {
    width: 600px;
    display: block;
    border: solid 1px #606060;
    color: #404040;
    font-size: 1.2em;
    padding: 22px 0px 22px 0px;
    background-color: #eeeeee;
    background-position: 4px center;
    background-repeat: no-repeat;
    white-space: nowrap;
    text-align: center;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}

.labelWaterFlushing {
    font-size: 1.2em;
    text-align: center;
    padding: 22px 0px 22px 0px;
}

.iconButton:hover {
    color: #ffffff;
    background-color: #A0A0A0;
    text-decoration: none;
}

.iconButton.lightButton {
    background-color: #ffffff;
}

    .iconButton.lightButton:hover {
        color: #404040;
        background-color: #d0d0d0;
        text-decoration: none;
    }

.iconButton.edit {
    background-image: url('../../img/edit.png');
}

.iconButton.add {
    background-image: url('../../img/add.png');
}

.iconButton.attach {
    background-image: url('Images/attach.png');
}

.iconButton.find {
    background-image: url('../../img/magnifier.png');
}

.iconButton.addUser {
    background-image: url('../../img/user_add.png');
}

.iconButton.copyUser {
    background-image: url('../../img/user_copy.png');
}

.iconButton.cancel {
    background-image: url('../../img/cancel.png');
}

.iconButton.cancelFlush {
    font-size: 1.25em;
    background-image: url('../../img/cancel.png');
}

.iconButton.save {
    background-image: url('../../img/save.png');
}

.iconButton.saveTick {
    background-image: url('../../img/saveTick.png');
}

.iconButton.skipped {
    background-image: url('../../img/skipped.png');
}

.iconButton.yes {
    background-image: url('../../img/tick.png');
}

.iconButton.no {
    background-image: url('../../img/cross.png');
}

.iconButton.delete {
    background-image: url('../../img/bin.png');
}

.iconButton.undo {
    background-image: url('../../img/arrow_undo.png');
}

.iconButton.left {
    padding-left: 4px;
    width: 16px;
    height: 16px;
    background-image: url('../../img/back_black.gif');
    background-position: 8px center;
}

.iconButton.right {
    padding-right: 24px;
    padding-left: 14px;
    width: 16px;
    height: 16px;
    background-image: url('../../img/menu_right_black.gif');
    background-position: 8px right;
}

.iconButton.back {
    background-image: url('../../img/back_black.gif');
    padding-left: 18px;
    background-position: 6px center;
}

.iconButton.down {
    background-image: url('Images/sort_desc_arrow.png');
    padding-left: 18px;
    background-position: 6px center;
}

.iconButton.up {
    background-image: url('Images/sort_asc_arrow.png');
    padding-left: 18px;
    background-position: 6px center;
}

.iconButton.menuSmallButton {
    padding-left: 4px;
    padding-right: 18px;
    background-image: url('../../img/menu_right_black.gif');
    background-position: right center;
}

.iconButton.login {
    padding: 4px;
    padding-left: 10px;
    padding-right: 24px;
    background-image: url('../../img/menu_right_black.gif');
    background-position: right center;
    margin: 0px;
}

.iconButton.loading {
    background-image: url('../../img/add.png');
}

.consultantSubHeader {
    font-size: 10pt;
    font-weight: bold;
}

.dottedBorder {
    border: dotted 1px #c0c0c0;
}

.confirmationAccept td {
    background-color: #ddffcc;
}

.confirmationReject td {
    background-color: #ffdfdf;
}

.confirmationFailure td {
    background-color: #ff0000;
    color: #000000;
    font-weight: bold;
}

.rejectText {
    background-color: #ffdfdf;
    font-family: Arial;
}

/* text sizes and styles */

a {
    color: #007EB1;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
        cursor: hand;
    }

    a:visited {
        /*color: #007EB1 ;*/
    }

.underline a {
    text-decoration: underline;
    cursor: hand;
}

acronym {
    cursor: help;
    border-bottom: dotted 1px #cc0000;
}

h1 {
    font-weight: bold;
    font-size: 120%;
}

h2 {
    font-weight: bold;
    font-size: 110%;
}

h3 {
    font-weight: bold;
    font-size: 105%;
}

hr {
    color: #cccccc;
    width: 100%;
}

#mainContainer {
    float: left;
    width: 74%;
    margin-left: 3px;
}

#linksContainer {
    float: right;
    width: 24%;
    border-left: solid 1px #007EB1;
    height: 100%;
    min-height: 540px;
}

.bodyBorder {
    border: solid 0 3px 3px 3px #007EB1;
}

.containerBorder {
    border: solid 3px #007EB1;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.0em;
}

.innerContainer {
    padding: 10px;
}

.innerTable {
    margin: 10px;
    width: 95%;
}

.title {
    margin-left: auto;
    margin-right: auto; /* width: 99.2%; */
    background-color: #007EB1;
    font-size: 1.0em;
    color: White;
    padding: 3px;
}

.login {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
}

.menuMinus {
    list-style-image: url(Images/minusSign.gif);
}

.menuPlus {
    list-style-image: url(Images/plusSign.gif);
}

.message {
    text-align: center;
    font-size: 1.0em;
}

.hello {
    color: White;
    float: right;
}

    .hello a {
        color: White;
    }

        .hello a:visited {
            color: White;
        }
/***********************/
/* writen on 6/3/2008 by mohammad */
.synbiotixLink {
    color: #007EB1;
}

    .synbiotixLink a {
        text-decoration: none;
    }

        .synbiotixLink a:hover {
            text-decoration: underline;
            cursor: hand;
        }

        .synbiotixLink a:visited {
            /*color: #007EB1 ;*/
        }
/* Link Classes */
/****************/
.CalStyle {
    background-color: #007EB1;
    font-family: Verdana;
    color: White;
    z-index: 999;
}

.selectItem {
    width: 150px;
}

.textItem {
    width: 144px;
}
/* these styles break the rules for naming classes using colours but
we can be fairly sure they will never change as they're using the 
traffic light system */

.redStatus {
    background-color: #FF0000 !important;
    color: white !important;
    /*background-color: #ff3300 !important;
    color: #ffffff;*/
}

    .redStatus a {
        color: #ffffff !important;
    }

        .redStatus a:visited {
            color: #ffffff;
        }

.amberStatus {
    background-color: #ffcc00 !important;
    color: #000000 !important;
}

    .amberStatus a {
        color: #000000;
    }

        .amberStatus a:visited {
            color: #000000;
        }

.darkAmberStatus {
    background-color: #FF7F00;
    color: #000000;
}

    .darkAmberStatus a {
        color: #000000;
    }

        .darkAmberStatus a:visited {
            color: #000000;
        }

.greyStatus {
    background-color: grey;
    color: #ffffff;
}


.blueStatus {
    background-color: #6699CC !important;
    color: #ffffff !important;
}


.greenStatus {
    background-color: #449A39 !important;
    color: white !important;
    /*background-color: #99cc33 !important;
    color: #000000 !important;*/
}

.goldStatus {
    background-color: #D4AF37 !important;
    color: #000000 !important;
}

    .goldStatus a {
        color: #000000;
    }

        .goldStatus a:visited {
            color: #000000;
        }

.greenStatus a {
    color: white !important;
    /*color: #000000;*/
}

    .greenStatus a:visited {
        color: white !important;
        /*color: #000000;*/
    }

.redText {
    color: #ff0000 !important;
}

.amberText {
    color: #ffcc00 !important;
}

.greenText {
    color: #008000 !important;
}

.redDot {
    background-image: url(Images/redDot.gif);
    background-position: center;
    background-repeat: no-repeat;
    color: White;
    height: 40px;
    width: 45px;
}

.amberDot {
    background-image: url(Images/amberDot.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 45px;
}

.greenDot {
    background-image: url(Images/greenDot.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 45px;
}

.blackText {
    color: #000000;
}

.messageText {
    color: #007EB1;
}

.linkText {
    color: #0000FF !Important;
}



/* Ajax Modal Popup Classes Started */
.modalBackground {
    /* disabled as not supported by all web browsers */ /* 	background-color: #f8f8ff; 	 	-ms-filter: alpha(opacity=70); 	-ms-opacity: 0.7;  	*/
}

.modalPopup {
    background-color: #d3d3d3;
    padding: 3px;
    text-align: center;
    color: Black;
    border-right: #696969 3px solid;
    border-top: #696969 3px solid;
    border-left: #696969 3px solid;
    border-bottom: #696969 3px solid; /*display: none;*/
}

.modalPopup1 {
    background-color: #d3d3d3;
    padding: 3px;
    width: 300px;
    text-align: center;
    color: Black;
    border-right: #696969 3px solid;
    border-top: #696969 3px solid;
    border-left: #696969 3px solid;
    border-bottom: #696969 3px solid;
}

.modalTitleBar {
    background-image: url(Images/title-bar.gif);
}

.modalTitleText {
    cursor: move;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 3px;
    vertical-align: middle;
}

/* Ajax Modal Popup Classes End */

.waitingAnimation {
    position: absolute;
    left: 400px;
    top: 400px;
    border: 1px solid black;
    background-color: White;
}

/* Classes for Image Gallery */
.image {
    padding: 5px;
    width: 150px;
    height: 150px;
    border: #000000 1px solid;
    vertical-align: middle;
    text-align: center;
}
/*
td{border:1px dotted red;}
th{border:1px dotted red;}
table{border:1px solid blue;}
*/

/* Calender classes*/
.dayHeaderStyle {
    background-color: #d3d3d3;
}

.monthHeaderStyle {
    background-color: #007EB1;
    color: #ffffff;
}

.todayDayStyle {
    background-color: #c6e3ff;
    color: #000000;
}

.selectedDateStyle {
    background-color: #007EB1;
    color: #ffffff;
}

.offMonthStyle {
    background-color: #eaf2ff;
    color: #a9a9a9;
}

/* Popup confirmation box */
.popupConfirmBox {
    position: absolute;
    left: 100px;
    top: 350px;
    width: 300px;
    height: 100px;
    background-color: White;
    border: buttonface 3px outset;
    padding: 10px;
    text-align: center;
}
/* Header Title Classes */
.headerTextLarge {
    font-weight: bold;
    font-size: 14px;
    color: #007eb1;
    padding: 3px;
    vertical-align: middle;
}

.headerTextLargeWhite {
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    padding: 3px;
    vertical-align: middle;
}

.headerTextSmall {
    font-weight: bold;
    font-size: 12px;
    color: #007eb1;
    padding: 2px;
}

.headerTextTiny {
    font-weight: bold;
    font-size: 11px;
    color: #007eb1;
}


.GroupText legend {
    color: #1E2072;
    font-weight: bold;
}

/* Form Classes */
.form {
    border: solid 2px #007EB1;
    padding: 5px;
    background-color: #f1f5ff;
}

.blackLine {
    border-left-width: 1px;
    border-left-color: #000000;
    border-right-width: 1px;
    border-right-color: #000000;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    border-top: #000000 1px solid;
    height: 1px;
}

.lightGrayBox {
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #f1f1f1;
}

.pageHeader {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.paraHeader {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
}

.errMsg {
    font-weight: bold;
    font-size: 11px;
    color: #ff0000;
}

.validationMsg {
    font-size: 11px;
    color: #000000;
    font-style: italic;
}

.hoverMe {
    cursor: hand;
}

.borderCollapse {
    border-collapse: collapse;
    border-width: 1px;
    border-color: Black;
}

    .borderCollapse th {
        border-collapse: collapse;
        border-width: 1px;
        border-color: Black;
    }

    .borderCollapse td {
        border-collapse: collapse;
        border-width: 1px;
        border-color: Black;
    }

.gsttBorderThin {
    border: solid 1px #007EB1;
}

.gsttBorderMid {
    border: solid 2px #007EB1;
}

.gsttBorderThik {
    border: solid 3px #007EB1;
}
/* Pop up window with div */
.divPopup {
    position: absolute;
    left: 130px;
    top: 150px;
    width: 400px;
    background-color: White;
    border: buttonface 3px outset;
    padding: 10px;
}

.textBoxCenterAlign {
    text-align: center;
}

.textBoxValid {
    color: #006100;
    background: #C6EFCE url('../../img/tick.png') 96% center no-repeat;
}

.textBoxInValid {
    background-color: #FFC7CE;
    color: #9C0006;
    background: #FFC7CE url('../../img/cross.png') 96% center no-repeat;
}

.picFrame {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    border: #000000 1px solid;
}

.diagnosisBoxes {
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 15px;
    border-width: 1px;
    border-color: black;
}

/* Added on 25/01/2008 */
/* Drag Panel */
.tableBlackBorder {
    border-right: medium none;
    border-top: medium none;
    border-left: medium none;
    border-bottom: medium none;
    border-collapse: collapse;
}

.cellBlackBorder {
    border-right: windowtext 1pt solid;
    padding-right: 5.4pt;
    border-top: windowtext 1pt solid;
    padding-left: 5.4pt;
    padding-bottom: 0cm;
    border-left: windowtext 1pt solid;
    padding-top: 0cm;
    border-bottom: windowtext 1pt solid;
    background-color: transparent;
}


/* Stylesheets transfered from Standard Theme */

#header {
    padding-left: 4px;
    padding-right: 4px; /*border-bottom: 2px solid #6699CC;*/ /*background: #CDDDEE url(images/headerGRADIENT_Tall.gif) repeat-x top;*/ /*background: #83ADD6;*/
}

#headerMenu {
    border-bottom: 2px solid #6699CC; /*background: #B5C7DE;*/
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RE-ORDER LIST CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.dragHandle {
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background-image: url('../../img/bg-reorderlist-main.png');
    cursor: move;
    border: outset thin white;
}

.callbackStyle {
    border: solid 1px #404040;
}

    .callbackStyle table {
        background-color: #808080;
        color: #ffffff;
    }

.reorderListDemo {
    border: solid 1px #000000;
    border-top: none;
    padding: 8px 10px 8px 8px;
}

    .reorderListDemo ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .reorderListDemo li {
        list-style: none;
        background-image: url('../../img/bg-reorderlist-nav.gif');
        background-repeat: repeat-x;
        color: #000000;
        padding: 2px 0px 2px 0px;
        margin: 4px 0px 4px 0px;
        vertical-align: middle;
        width: 100%;
        border: outset 1px white;
    }

        .reorderListDemo li a {
            color: #000000 !important;
        }

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.itemArea {
    margin-left: 10px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
    text-align: left;
}

.demoarea p {
    padding: 5px;
}

.demoheading {
    padding-bottom: 20px;
    color: #5377A9;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    font-size: 1.5em;
}

.menuWidth a {
    width: 100%;
    display: block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGIN CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.login-cell-top {
    background-color: #FFFFFF;
    background-image: url(Images/login-panel.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

    .login-cell-top img {
        margin-right: 10px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

.login-cell-body {
    background-image: url(Images/login-panel.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
}

.loginboxholder {
    width: 320px;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-size: 12px;
}

    .loginboxholder ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: left;
        width: 165px;
    }

input.nhs-login-field {
    border: 1px solid #006699;
    width: 160px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-image: url(Images/gradient.gif);
    background-repeat: repeat-x;
    background-position: left top;
    vertical-align: middle;
    padding: 3px;
}

input.nhs-login {
    border: 1px solid #006699;
    width: 160px;
    padding: 3px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background-image: url(Images/submit.gif);
    background-repeat: repeat-x;
    background-position: left top;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #044F96;
}

td.link-cell {
    cursor: pointer;
}

.highlight {
    font-weight: bold;
}

    .highlight a {
        text-decoration: underline;
    }

.highlightRow td {
    font-weight: bold;
    text-decoration: underline;
}

    .highlightRow td.rh {
        background-color: #eeeeee;
    }

    .highlightRow td a {
        text-decoration: underline;
    }

tr.expands td {
    cursor: pointer;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

tr.expanded td {
    border-bottom: solid 2px #000000;
}

tr.expands td.rh {
    background-image: url('../../img/expand.png');
}

tr.expands.expanded td.rh {
    background-image: url('../../img/collapse.png');
}

td.expands.rh {
    background-image: url('../../img/expand.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 25px;
    cursor: pointer;
}

td.expands.expanded.rh {
    background-image: url('../../img/collapse.png');
}

td.subrowFirstCell {
    text-align: left !important;
    padding-left: 25px !important;
}

#homePage {
    padding: 20px;
    font-size: 1.15em;
    margin-bottom: 20px;
}

    #homePage img {
        float: left;
    }

    #homePage span {
        float: left;
        text-align: left;
        font-weight: bold;
    }

    #homePage ul {
        padding: 0px;
        float: left;
        list-style-type: none;
        margin-left: 10px;
        margin-top: 0px;
    }

        #homePage ul li {
            width: 100px;
            width /**/: auto;
            border: solid 1px #606060;
            margin-top: 15px;
            padding-right: 20px;
            cursor: pointer;
            background: #eeeeee url('../../img/menu_right_black.gif') right center no-repeat;
        }

            #homePage ul li:hover {
                background: #A0A0A0 url('../../img/menu_right.gif') right center no-repeat;
            }

            #homePage ul li a {
                display: block;
                width: 100%;
                padding: 6px;
                color: #404040;
                white-space: nowrap;
            }

            #homePage ul li:hover a {
                color: #ffffff;
                text-decoration: none;
            }

            #homePage ul li a img {
                float: none;
            }

.AspNet-Login {
    /*float: left;*/
    display: inline-block;
}

#loginPanel {
    width: 320px;
    padding: 10px;
    border: solid 1px #c0c0c0;
}

    #loginPanel th {
        width: 100px;
        vertical-align: middle;
        text-align: left;
        font-weight: normal;
        padding: 4px 0px 4px 0px;
    }

    #loginPanel td {
        width: 220px;
        vertical-align: middle;
        text-align: right;
        padding: 4px 0px 4px 0px;
    }

    #loginPanel tr.fullRow td {
        width: auto;
    }

    #loginPanel td input {
        width: 220px;
    }

img.vertical_spacer {
    display: block;
    width: 1px;
    height: 1px;
    padding: 0px 20px 0px 20px;
}

.modalHeader {
    color: #ffffff;
    padding: 8px;
    border: none;
    border-bottom: solid 2px #000000;
    background: #6699CC; /*#808080; looks better with lightblue rather than original gray - Evgeni  */
    font-weight: bold;
    text-align: left;
    font-size: 110%;
}

.modalFooter {
    border-top: solid 2px #606060;
    background: #ffffff;
    text-align: right;
    padding: 10px 6px 10px 6px;
    margin: 10px 0px 0px 0px;
    height: 28px;
}

    .modalFooter a.iconButton {
        display: block;
        float: right;
        font-size: 1.2em;
    }

.modalPopupCss3 {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    border-radius: 5px;
    overflow: hidden;
    clip: padding-box;
    background-color: #808080;
}

.modalHeaderCss3 {
    color: #ffffff;
    padding: 8px;
    border: none;
    background-color: #808080;
    background: linear-gradient(rgba(220,220,220,1), rgba(128,128,128,1));
    font-weight: bold;
    text-align: left;
    font-size: 110%;
}

.modalContainerCss3 {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    clip: padding-box;
    background-color: white;
    background-clip: padding-box;
}

.modalContainerCss3Top {
    margin: 10px 10px 0 10px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    clip: padding-box;
    background-color: white;
    background-clip: padding-box;
}

.modalContainerCss3Middle {
    margin: 0 10px 0 10px;
    padding: 5px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    clip: padding-box;
    background-color: white;
    background-clip: padding-box;
}

.modalContainerCss3Bottom {
    margin: 0 10px 10px 10px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    overflow: hidden;
    clip: padding-box;
    background-color: white;
    background-clip: padding-box;
}

.modalOuterContainerCss3 {
    margin: 10px;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    clip: padding-box;
    background-color: #dddddd;
    background-clip: padding-box;
}

.modalFooterCss3 {
    background-color: #808080;
    background: linear-gradient(rgba(128,128,128,1), rgba(128,128,128,1), rgba(20,20,20,1));
    text-align: right;
    padding: 10px 6px 10px 6px;
    margin: 10px 0px 0px 0px;
    height: 28px;
}

    .modalFooterCss3 a.iconButton {
        display: block;
        float: right;
        font-size: 1.2em;
    }

.pageFooter {
    text-align: left;
    padding: 10px 6px 0px 0px;
    float: left;
    margin: 0px 0px 0px 0px;
}

    .pageFooter a.iconButton {
        font-size: 1.25em;
        float: left;
        margin-left: 0px;
    }

    .pageFooter input.iconButton {
        font-size: 1.25em;
        float: left;
        margin-left: 0px;
    }

.footer-position {
    padding: 10px;
    min-height: 25px;
    height: auto;
    background-color: #E8E6E8;
}

.positiveMews {
    background-color: #fffacd;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.darkHeader {
    background-color: #808080;
    color: White;
}

.imglink {
    vertical-align: middle;
}

/* Table */
.synbiotixTable {
    width: 100%;
    border: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-collapse: collapse;
    empty-cells: show;
    white-space: normal;
    margin-bottom: 10px;
}

    .synbiotixTable tr th {
        padding: 4px;
        /*font-size: 1.2em;*/
        background: #eeeeee;
        font-weight: bold;
        vertical-align: middle;
        text-align: center;
        border: solid 1px #000000;
    }

    .synbiotixTable tr td {
        padding: 4px;
        /*font-size: 1.15em;*/
        vertical-align: middle;
        text-align: left;
        border: solid 1px #000000;
    }

        .synbiotixTable tr td.rowHeader, .synbiotixTable tr th.rowHeader {
            text-align: left;
            font-weight: bold;
        }

    .synbiotixTable tr.highlighted {
        background-color: #FFFF99;
        font-weight: bold;
        text-align: center;
    }

        .synbiotixTable tr.highlighted td {
            text-align: center;
        }

.fusionMenu {
    border: #5e5e5e 3px solid;
    background-color: #c5e2ed;
    border-radius: 15px;
    width: 99%;
}

    .fusionMenu > table {
        width: 100%;
        font-size: 150%;
    }

        .fusionMenu > table > tr {
            vertical-align: middle;
        }

            .fusionMenu > table > tr > th {
                display: block;
                font-size: 500%;
                width: 100%;
                text-align: center;
                vertical-align: middle;
            }

    .fusionMenu > tr > td {
        width: 100px;
        font-size: 500%;
    }

        .fusionMenu > tr > td img {
            width: 300px;
        }

    .fusionMenu a {
        display: block;
        width: 100%;
        font-size: 200%;
        vertical-align: middle;
        text-align: center;
    }

.fusionBox {
    border: #5e5e5e 3px solid;
    background-color: #c5e2ed;
    border-radius: 15px;
    width: 99%;
    font-size: large;
}

.otherTable {
    width: 100%;
    font-size: 150%;
}

.fusionBox > table > tr {
    vertical-align: middle;
}

.fusionBox table > tr > td {
    width: 100px;
    text-align: left;
    font-size: 300%;
}

.fusionBox > td img {
    width: 100px;
}

.fusionBox > table > tr > th {
    display: block;
    width: 100%;
    text-align: left;
}

.fusionTable {
    border: #5dbce0 3px solid;
    background-color: #e2f4fa;
    border-radius: 10px;
    width: 99%;
}

    .fusionTable select {
        font-size: x-large;
    }

.fusionAltRow {
    background-color: #f6f8f9;
}

span.bigcheck > input {
    height: 50px;
    width: 50px;
}

.actionTable {
    width: 99%;
    border-collapse: collapse;
    font-size: smaller;
}

    .actionTable tr th {
        background-color: #eeeeee;
        font-weight: bold;
        padding: 2px;
        color: Black;
    }

        .actionTable tr th.left {
            text-align: left;
        }

    .actionTable tr td {
        padding: 2px;
        color: Black;
    }

        .actionTable tr td.left {
            text-align: left;
        }

    .actionTable.text {
        width: 99%;
        border-collapse: collapse;
    }

.panelStyle {
    width: 450px;
    position: absolute;
    margin-left: 50%;
    margin-right: 50%;
    top: 200px;
    background-color: white;
    border-width: medium;
    border-style: double;
}

.waterFlushRed {
    background-color: #f75746;
    color: #ffffff;
    font-size: 15px;
    width: 110px;
}

.waterFlushRedComment {
    color: #f75746;
    font-size: 15px;
    width: 110px;
}

.waterFlushNAComment {
    color: black;
    font-size: 15px;
    width: 110px;
}

.waterFlushGreenComment {
    color: #57bc78;
    font-size: 15px;
    width: 110px;
}

.waterFlushGreen {
    background-color: #57bc78;
    color: #ffffff;
    font-size: 15px;
    width: 110px;
}

.waterflushError {
    color: #f75746;
    font-size: 15px;
}
/* a couple of print styles */
.pageBreak {
    page-break-after: always;
    margin: 0;
    padding: 0;
    border: 0;
}

/* BEGINNING OF FOOD MENU STYLES */
.menuButton {
    font-family: Verdana Regular, Verdana;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    width: 365px;
    min-height: 50px;
    color: #333333;
    text-align: center;
    position: relative;
    cursor: pointer;
    /*line-height: 50px;*/
    background-color: #eef9ff;
    border: 3px solid #49637c;
    box-shadow: 3px 3px 5px #888888;
    /*box-shadow: 3px 3px 5px #88ff88; */
    display: table-cell;
    vertical-align: middle;
}

.smallMenuButton {
    font-family: 'Verdana Regular', 'Verdana';
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    width: 50px;
    height: 50px;
    color: #333333;
    text-align: center;
    position: relative;
    cursor: pointer;
    line-height: 50px;
    background-color: #eef9ff;
    border: 3px solid #49637c;
    box-shadow: 3px 3px 5px #888888;
    /*box-shadow: 3px 3px 5px #88ff88; */
}
/*.menuButton:hover
{
    background-image:url(../../img/MenuButtonBackgroundHover.png);
color: white; background-color:#49637c;
}

*/
.foodMenuContainer {
    border-color: #49637c;
    border-width: 5px solid black;
}

.menuTable th {
    font-size: 28pt;
}

.menuTable td {
    font-size: 14pt;
    padding-bottom: 20px;
}

.menuTable th, .menuTable th td {
    padding: 3px;
}

.menuCommandButton {
    background-color: #49637c;
    border-radius: 5px;
    border: 1px solid #163049;
    width: 211px;
    height: 41px;
    line-height: 41px;
    display: block;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: large;
    font-weight: bold;
}

.menuOrderIcon {
    position: relative;
    top: -5px;
    left: 5px;
}

.menuDropDown {
    width: 250px;
}

/* END OF FOOD MENU STYLES */
/* Dynamic Risk Assessment START */
.CleaningPlanner_divOuter {
    background-color: White;
    display: inline-block;
    margin: 0.5em;
    border-top: 1px solid #49637C;
    border-left: 1px solid #49637C;
    border-right: 1px solid #49637C;
    border-bottom: 1px solid #49637C;
    width: 99%;
}

.CleaningPlanner_divSectionName {
    background-color: #49637C;
    width: 100%;
    font-size: medium;
    color: white;
    text-align: center;
    font-weight: bold;
    text-align: left;
    padding: 5px 0 5px 0;
}

    .CleaningPlanner_divSectionName span {
        padding-left: 5px;
    }

.CleaningPlanner_divOuterWard {
    background-color: white;
    text-align: center;
}

    .CleaningPlanner_divOuterWard > a {
        display: inline-block;
        width: 23%;
        margin: 2px;
    }

.CleaningPlanner_divWard {
    height: 27px;
    border: 1px solid #49637C;
    background-color: #C2D0DC;
    font-size: smaller;
    color: #4B657E;
    font-weight: bold;
    overflow: hidden;
}

    .CleaningPlanner_divWard:hover {
        background-color: #94a9bb;
    }

    .CleaningPlanner_divWard.Completed {
        background-color: #C0D9AF;
        color: #4e643f;
    }

        .CleaningPlanner_divWard.Completed:hover {
            background-color: #a7c791;
        }

.CleaningPlannerBeds table {
    border-collapse: collapse;
}

    .CleaningPlannerBeds table tbody tr th {
        background-color: #C2D0DC;
        width: 300px;
        text-align: center;
        height: 20px;
        font: medium;
    }

    .CleaningPlannerBeds table tbody tr td {
        border: 1px solid silver;
        padding: 0px;
    }

.buttonBlue {
    background-color: #41576E;
    color: white;
    width: 150px;
    height: 25px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #485d72;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #485d72;
    box-shadow: inset 0 -2px #485d72;
}

.DRA_divWard {
    display: inline-block;
    width: 23%;
    margin: 0.7%;
    height: 90px;
    border: 2px solid #49637C;
    background-color: #C2D0DC;
    color: #4B657E;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    font-weight: bold;
}

    .DRA_divWard table {
        width: 100%;
        height: 100%;
    }

        .DRA_divWard table th {
            text-align: center;
            vertical-align: middle;
            height: 60%;
            border-bottom: 1px solid #49637C;
        }

.DRA_divWardArea {
    float: left;
    width: 23%;
    margin: 0.7%;
    height: 130px;
    border: 2px solid #49637C;
    color: white;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-family: Verdana Regular, Verdana;
}

    .DRA_divWardArea.completed {
        background-color: #63BC45;
        cursor: pointer;
    }

.QApending {
    background-color: #63BC45;
    cursor: pointer;
    background-image: url("../../img/warning_yellow.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 15px;
}

.DRA_divWardArea.pending {
    background-color: #FF9900;
    cursor: pointer;
}

.DRA_divWardArea.empty {
    background-color: cadetblue;
    cursor: pointer;
}

.DRA_divWardArea.SupervisorCompleted {
    background-color: #15494d;
    cursor: pointer;
}

.DRA_divWardArea.due {
    background-color: red;
    cursor: pointer;
}

.DRA_divWardArea > table {
    width: 100%;
    height: 100%;
}

.DRA_tblTasks {
    font-family: Verdana Regular, Verdana;
    border: 2px solid #49637C;
    background-color: #C2D0DC;
    width: 100%;
    color: #49596A;
    height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.DRA_tblTasksOuter_txtComment {
    width: calc(100% - 10px);
    height: 50px;
    overflow: auto;
}

.DRA_tblTasksOuter_spanComment {
    display: block;
    text-align: left;
    width: 100%;
    font-weight: bold;
    color: #4c5b6a;
    font-size: 10pt;
}

.DRA_tblTasksOuter {
    border: 2px solid #49637C;
    background-color: white;
    width: 100%;
    color: White;
    margin: 10px 10px 25px 10px;
    text-align: center;
}

    .DRA_tblTasksOuter td {
        padding: 10px;
    }

    .DRA_tblTasksOuter th {
        text-align: center;
        padding: 10px;
        color: white;
        font-weight: bold;
        background-color: #48627B;
    }

    .DRA_tblTasksOuter.disabled {
        border: 2px solid #9c9c9c;
        background-color: #bebebe;
        width: 100%;
        color: #9c9c9c;
        text-align: center;
        cursor: default;
    }

        .DRA_tblTasksOuter.disabled th {
            text-align: center;
            padding: 10px;
            color: white;
            font-weight: bold;
            background-color: #808080;
            cursor: pointer;
            color: silver;
        }

.DRA_tblTasks.disabled {
    border: 2px solid #9c9c9c;
    background-color: #bebebe;
    width: 100%;
    color: #9c9c9c;
    text-align: center;
    cursor: default;
}

    .DRA_tblTasks.disabled th {
        text-align: center;
        padding: 10px;
        color: white;
        font-weight: bold;
        background-color: silver;
    }

.SuccessMessage {
    position: fixed;
    z-index: 10010;
    width: 95%;
    height: 95%;
    background-color: white;
    border: 1px solid #48627B;
}

.loadingModalSuccess {
    position: fixed;
    top: 0;
    left: 0;
    background-color: silver;
    z-index: 10011;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.Cleaning_divWard {
    display: inline-block;
    width: 40%;
    margin: 0.7%;
    /*line-height: 40px;*/
    border: 2px solid #49637C;
    background-color: #C2D0DC;
    color: #4B657E;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    /*font-weight:bold;*/
    height: 80px;
    cursor: pointer;
}

    .Cleaning_divWard > table {
        width: 100%;
        height: 100%;
    }

    .Cleaning_divWard:hover {
        background-color: #97adbf;
    }

    .Cleaning_divWard.partially_completed {
        /*color: #cc8230;
        border: 1px solid #cc8230;*/
        background-color: #FF9900;
        color: white;
    }

    .Cleaning_divWard.completed {
        /*color: #087208;
        border: 1px solid #087208;*/
        background-color: #44a822;
        color: white;
    }

    .Cleaning_divWard.not_started {
        /*color: red;
        border: 1px solid red;*/
        background-color: #ff2929;
        color: white;
    }

    .Cleaning_divWard.not_started_DRA {
        background-color: #CD5C5C;
        color: white;
    }

    .Cleaning_divWard.not_started_Discharge {
        background-color: #E9967A;
        color: white;
    }

    .Cleaning_divWard.empty {
        background-color: cadetblue;
        color: white;
    }

.Cleaning_tblTask {
    width: 95%;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .Cleaning_tblTask th {
        background-color: #C2D0DC;
        font-weight: bold;
        border: 1px solid #7A7A7A;
        height: 30px;
        vertical-align: middle;
        padding-left: 5px;
    }

    .Cleaning_tblTask td {
        border: 1px solid #7A7A7A;
        text-align: left;
    }

        .Cleaning_tblTask td.rbComplete {
            background-color: #63BC46;
            border: 0px solid #7A7A7A;
            border-bottom: 1px solid #7A7A7A;
            text-align: center;
        }

        .Cleaning_tblTask td.rbIncomplete {
            background-color: red;
            border: 0px solid #7A7A7A;
            text-align: center;
        }

.Nurse_divArea {
    width: 100%;
    height: 40px;
    background-color: #C2D0DC;
    border: 1px solid #6C7884;
    cursor: pointer;
    font-size: small;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
}

    .Nurse_divArea.completed {
        background-color: #63BC46;
    }

    .Nurse_divArea.selected {
        background-color: white;
        border-right: 0px solid white;
    }

        .Nurse_divArea.selected.completed {
            background-color: #95f376;
            border-right: 0px solid white;
        }

.Nurse_tblTasks td, .Nurse_tblTasks th {
    border: 1px solid silver;
    font-size: small;
    padding: 5px;
}

.DRADashboard_divSection {
    background-color: #49637C;
    color: white;
    margin: 15px;
    padding: 2px;
}

    .DRADashboard_divSection > table {
        width: 100%;
    }

        .DRADashboard_divSection > table > tbody > tr > th {
            font-size: medium;
            height: 30px;
        }

        .DRADashboard_divSection > table > tbody > tr > td {
            background-color: white;
            text-align: center;
        }

.DRADashboard_divWard {
    background-color: #C2D0DC;
    width: 200px;
    border: 1px solid black;
    /*float: left;*/
    margin: 3px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .DRADashboard_divWard > table {
        width: 100%;
        text-align: center;
    }

        .DRADashboard_divWard > table th {
            font-weight: bold;
            color: #3D6694;
            text-align: center;
            height: 28px;
        }
/* Dynamic Risk Assessment END */

/* menuPick START */

.mpMenuTable {
}

    .mpMenuTable th {
        color: #49637c;
        font-weight: bold;
        font-size: medium;
        text-align: center;
    }

    .mpMenuTable td {
        color: #49637c;
        font-weight: bold;
        /*width: 150px;*/
    }

.mpMenuCommandButton {
    background-color: #49637c;
    border-radius: 5px;
    border: 1px solid #163049;
    width: 180px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: medium;
    font-weight: bold;
}

.mpDietInfoCloseButton {
    background-color: #49637c;
    border-radius: 5px;
    border: 1px solid #163049;
    width: 100px;
    height: 30px;
    line-height: 20px;
    display: block;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: small;
    font-weight: bold;
}

.mpAllergensTable {
    /*border: none;*/
    /*border-bottom: solid 1px #000000;*/
    border-collapse: collapse;
    empty-cells: show;
    white-space: normal;
    margin-bottom: 10px;
}

    .mpAllergensTable tr th {
        padding: 4px;
        font-size: 1.2em;
        background: #eeeeee;
        font-weight: bold;
        vertical-align: middle;
        /*border: solid 1px #000000;*/
        border: 1px solid black;
    }

    .mpAllergensTable tr td {
        padding: 4px;
        font-size: 1.15em;
        vertical-align: middle;
        /*border: solid 1px #000000;*/
        /*border: none;*/
        border: 1px solid black;
    }

        .mpAllergensTable tr td.rowHeader, .dashboard tr th.rowHeader {
            text-align: left;
            font-weight: bold;
        }

.wardMenuLinks {
    background-color: lightcoral;
    color: black;
    border: 1px solid black;
    margin: 2px;
    padding: 20px;
    font-size: medium;
}

    .wardMenuLinks.selected {
        background-color: orange;
    }
/* menuPick END */

a img {
    border: none;
}


/* Acuity and dependency classes */
.answerTable {
    width: 100%;
    border: none;
    border-collapse: collapse;
    /* font-size: 80%; */
}

    .answerTable tr th {
        padding: 3px;
        vertical-align: middle;
        border: solid 1px #000000;
        text-align: center;
    }

        .answerTable tr th.top {
            background-color: RGB(128,128,128);
            color: RGB(255,255,255);
        }

        .answerTable tr th.staffing {
            width: 25px;
        }


        .answerTable tr th.capture {
            background-color: #D9D9D9;
        }


    .answerTable tr td {
        padding: 3px;
        border: solid 1px #000000;
        vertical-align: middle;
        text-align: center;
    }

        .answerTable tr td.staffing {
            width: 20px;
        }

    .answerTable tr th.emptyHeader {
        border: none;
        border-bottom: solid 3px #000000;
        background: #ffffff;
    }

    .answerTable tr.alternateRow {
        background-color: #f8f8f8;
    }

    .answerTable tr.selectedForEdit, .answerTable tr.selectedForEdit th {
        background-color: #FFFF99;
    }

/* Domain Table */
.domainTable {
    width: 100%;
    border: solid 1px #000000;
}

    .domainTable tr th {
        padding: 7px 15px 7px 15px;
        height: 35px;
        border-top: solid 1px #000000;
        border-bottom: solid 3px #000000;
        vertical-align: middle;
        text-align: left;
        background: #f8f8f8;
    }

    .domainTable tr td {
        height: 25px;
        padding: 7px 30px 7px 30px;
        vertical-align: middle;
        white-space: nowrap;
    }

.dashboardContainer {
    width: 100%;
    border: none;
}

    .dashboardContainer tr td.containerCell, .dashboardContainer tr td.alternateContainerCell, .dashboardContainer tr td.noDataCell {
        padding: 15px 0px 15px 0px;
        border: none;
        border-top: dashed 2px #000000;
        border-bottom: dashed 2px #000000;
    }

    .dashboardContainer tr td.alternateContainerCell {
        background: #eeeeee;
    }

    .dashboardContainer tr td.noDataCell {
        font-size: 120%;
        text-align: center;
        font-weight: bold;
    }

.dashboardTable {
    width: 100%;
    border: solid 1px #000000;
    background: #ffffff;
    margin: 0px;
}

    .dashboardTable tr th {
        padding: 5px;
        border-right: solid 1px #000000;
        border-top: solid 1px #000000;
        border-bottom: solid 3px #000000;
        vertical-align: middle;
    }

    .dashboardTable tr td {
        padding: 5px;
        border-right: solid 1px #000000;
        border-top: solid 1px #000000;
        vertical-align: middle;
    }

    .dashboardTable tr.overallRow td {
        border-bottom: solid 3px #000000;
        font-weight: bold;
        font-size: 105%;
    }

    .dashboardTable tr th.compliance {
        font-size: 125%;
    }

    .dashboardTable tr.dashboardHeader th {
        font-size: 125%;
    }

.sortAscending {
    background-image: url(../../App_Themes/Shell/Images/trend_up_good.png) !important;
    background-position-x: right !important;
    background-repeat: no-repeat !important;
    background-color: #85b4e2 !important;
}

.sortDescending {
    background-image: url(../../App_Themes/Shell/Images/trend_down_good.png) !important;
    background-position-x: right !important;
    background-repeat: no-repeat !important;
    background-color: #85b4e2 !important;
}

.compliance-red {
    /*background-color: #FF3300;*/
    background-color: #FF0000;
    font-family: Arial;
    color: white;
    font-size: 14px;
    font-weight: 700;
    /*background-image: linear-gradient(#C60000,red);*/
}

.compliance-amber {
	background-color: #FFCC00;
	font-family: Arial;
	color : black;
	font-size : 14px;
	font-weight: 700;
	/*background-image: linear-gradient(#FF7F00,orange);*/
}

.compliance-green {
	/*background-color: #99CC33;*/
    background-color: #449A39;
	font-family: Arial;
	color : white;
	font-size : 14px;
	font-weight: 700;
	/*background-image: linear-gradient(#449A39,green);*/
}

a.greenlink10:link {
    color: #449A39;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

a.greenlink10:active {
    color: #449A39;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

a.greenlink10:visited {
    color: #449A39;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

a.greenlink10:hover {
    color: #449A39;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
}