* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    Box-sizing: border-box;
}

/** {
 box-sizing: border-box;
}

div
{
    border: 2px solid red;
}*/
/* for firefox */
a:link {
    cursor: pointer;
}
/* Debug */
.DebugLabel {
    /*display: none;*/
    color: red;
}

.popupPanelContainer {
    overflow: auto;
}

html {
    display: block;
}

/* for viewport 4 */
@media only screen and (min-width: 768px) {
}

/* for view port 1*/
@media only screen and (min-width: 1200px) {
}

/* GLOBAL STYLES */
body {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 0 auto;
}

a {
    color: #888;
    text-decoration: none;
    cursor: pointer;
    /*transition: all 0.2s linear;*/
}

    a:hover, a:focus {
        color: #075290;
        outline: 1px solid orange!important;
        text-decoration: inherit;
        cursor: pointer;
        /*transition: all 0.2s ease-in;*/
    }
/*** Clinic LIst    *****/
/* global table header color*/

/*table-layout-primary*/
.table-layout-primary .rdThemeDataTableHeader /*, table .rdAgDataTable th, tr.rdAgHeaderRow th, tr.rdAgHeaderRow td */ {
    background-image: none;
    background-repeat: repeat-x;
    background-color: #3D316A !important;
    /*font-weight: bold !important;*/
    color: white;
    width: 100%
}

/*table-layout-secondary*/
.table-layout-secondary .rdThemeDataTableHeader /*, table .rdAgDataTable th, #dtClinicslist  tr.rdAgHeaderRow th, #dtClinicslist tr.rdAgHeaderRow td */ {
    background-image: none;
    background-repeat: repeat-x;
    background-color: #C5BEE1 !important;
    font-weight: bold !important;
    color: black;
    text-align: center;
}

.layout-center {
    clear: both;
    vertical-align: middle;
    margin: 0 auto;
}

.layout-center-pdf {
    clear: both;
    vertical-align: middle;
    margin: 0 auto;
    
}

.layout-center-pdf-footnote {
    clear: both;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 9px;
}

#divPatientCharTableClinicQ002, #divPatientCharTableNationalQ002 {
    /*  margin-left: -41px;*/
}

#divResultTableChart {
    /*margin-left: -86px;
    margin-right: -85px;*/
}

#divPatientCharChartClinicReg {
    margin-left: 98px;
}

.layout-center-pdf {
    clear: both;
    /* padding-left: 5px;*/
    margin: auto;
}

.padleft0 {
    padding-left: 0px;
}

.padleft10 {
    padding-left: 10px;
    /*float:right;*/
    padding-top: 4px;
    padding-right:3px;
}

.padright0 {
    padding-right: 0px;
    text-align: right;
}

/*.highcharts-tooltip
{
    position: absolute;
    left: 96px;
    top: -9999px; 
    visibility: visible;
}*/

#dtPCTableClinic, #divPatientCharChartClinicReg, #dtPCTableNational,
#dtPCTableClinicQ002 {
    margin: 0 auto;
}

#dtClinicslist a:hover {
    text-decoration: none;
}

.layout-chart {
    position: absolute;
    overflow: hidden;
    width: 668px;
    height: 400px;
    text-align: left;
    line-height: normal;
    /*z-index: 0;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.layout-chart-Q002 {
    position: absolute;
    overflow: hidden;
    width: 668px;
    height: 600px;
    text-align: left;
    line-height: normal;
    /*z-index: 0;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.table-th-layout-col1 {
    width: 80%;
    text-align: left;
    background-color: #3D316A;
    color: white;
    vertical-align: top;
    column-span: all;
    padding-left: 8px;
    font-weight: normal;
}

.pdf-ARTTitle {
    font-size: 16px;
    font-weight: bold;
}

.pdf-QuestionTitle {
    font-size: 16px;
    font-weight: bold;
    list-style: none;
}

.pdf-disable {
    color: darkgray;
    padding-left: 10px;
}

.layout-nonereporting-footnote {
    padding-left: 20px;
    padding-right: 20px;
}


.layout-nonereporting {
    background-color: #f0f0f0;
    padding: 30px;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-th-layout-col2 {
    width: 20%;
    text-align: left;
    background-color: #3D316A;
    color: white;
    vertical-align: top;
}


.table-pagination {
    background-color: #075290;
    /*height: 40px;*/
    border-radius: 2px;
    /*width: 30px;*/
    color: white;
    padding: 8px;
}

#dtClinicslist-NumberedPageNr {
    background-color: white;
    border: 0px solid;
    border-radius: 0px;
    padding: 8px;
    align-content: center;
}

/* tabs */
/*ul li {
     white-space:normal;
     word-break: break-all;
     

}*/


#dtClinicslist-rdNumberedCurrPageNr.rdThemePagingCurrent {
    background-color: white;
    color: black;
    border: 0px solid;
    padding: 8px;
}

.rdThemePaging {
    color: #5D5B50;
    vertical-align: text-bottom;
    margin-top: 10px;
}

input[type=button] {
    color: black;
    background-color: #C5BEE1;
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #BFBFBF;
    height: 28px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 7px;
    margin-left: 4px;
}

    input[type=button].btn-primary {
        background-color: #3D316A;
        height: 30px;
        font-weight: normal;
        margin-left: 20px;
    }

        input[type=button].btn-primary:hover {
            color: #D6D0EA;
            height: 30px;
            font-weight: normal;
        }

    input[type=button].btn-secondary {
        background-color: #C5BEE1;
        color: black;
        height: 30px;
        font-weight: normal;
    }

        input[type=button].btn-secondary:hover {
            color: #45387A;
            height: 30px;
            font-weight: normal;
        }

    input[type=button].btn-gray {
        background-color: #e5e5e5;
        color: black;
        border: #c0c0c0;
        height: 30px;
        font-weight: normal;
    }

        input[type=button].btn-gray:hover {
            color: #f0f0f0;
        }


.table td, .table th {
    border: 0px solid #bbb;
    vertical-align: top;
}

.TotalRow {
    text-align: left;
    font-weight: bold;
}

.RegRow {
    padding-left: 12px;
}

th[scope="row"] span {
    color: black !important;
    text-align: left;
}

th.rdThemeDataTableCell {
    background-color: White;
    color: #333;
    font-weight: normal;
    text-align: left;
}

.layout-nodata {
    background-color: #f0f0f0;
    height: 64px;
    float: left;
    align-content: center;
    width: 100%;
    padding-left: 25px;
    font-size: 20px;
    text-align: inherit;
    padding-top: 17px;
    font-weight: bold;
}

.layout-nodata-cycletype {
    padding-left: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.pad15top {
    padding-top: 15px;
}

.pad60left {
    padding-left: 60px;
}

.layout-serviceprofile {
    padding-top: 15px;
    width: 115px;
}



.clinicreturned {
    font-size: 14px;
}

th.rdThemeDataTableHeader a {
    color: #3b3b3b;
    text-decoration: underline;
    font-size: 15px;
}

#divSearchTypesTop {
    margin-top: 15px;
}

.clear {
    clear: both;
}


caption.rdThemeDataTableMainHeader {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: black;
}


.layout-outer-content {
    clear: both;
    width: 90%;
    margin: auto;
}

.layout-cycletype-content {
    clear: both;
    width: 100%;
    margin: auto;
}

.layout-cycletype-content-selectanother {
    margin-top: 15px;
}

.layout-cycletype-controls {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: super;
    font-weight: bold;
}

.layout-cycletype-controls-left {
    padding-left: 5px;
    /*padding-right: 20%;*/
    vertical-align: super;
}

.layout-cycletype-controls-right {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: super;
}

.margin10bottom {
    margin-bottom: 10px;
}

/****** Start - Current Services & Profile ********/
#rcolInfo {
    width: 38%;
    padding-left: 20px;
    padding-right: 20px;
}

#rcolProfile, #rcolSummary {
    margin-top: 20px;
    width: 28%;
}

table#dtClinicProfile td#colGroupName_Row1 {
    display: none;
}

.rdThemeDataTableHeader, table.rdAgDataTable th, tr.rdAgHeaderRow th, tr.rdAgHeaderRow td {
    font-weight: normal !important;
}

.table-header-img {
    padding-left: 4px;
    vertical-align: middle;
}

.layout-tabheading-content {
    padding-top: 20px;
    padding-left: 58px;
    padding-right: 50px;
    padding-bottom: 20px
}


.yui-nav, .yui-nav li {
    line-height: 40px;
    border-radius: 8px;
    background-color: white;
    font-weight: bold;
}

.rdThemeDataTableHeader, table.rdAgDataTable th, tr.rdAgHeaderRow th, tr.rdAgHeaderRow td {
    border-top: 0px Solid #fff;
    padding-left: 4px;
}

/****** End - Current Services & Profile ********/
.panelBody {
    padding: 0;
}

.divPanelContent {
    padding: 0 5px;
}

.divTitleGear {
    background-color: #e2f4fa;
    display: table;
    width: 100%;
}

    .divTitleGear div {
        display: table-cell;
        margin: 0 10px;
        font-size: 14px;
        font-weight: bolder;
    }

        .divTitleGear div:last-child {
            text-align: right;
        }

/* fix popup menu displaying underneath adjacent panels - see task 11613 */
.rdDashboardPanel {
    opacity: 1 !important;
}

/** Title and Link bucket **/
#divHeaderLinks {
    display: table;
    width: 100%;
    margin-bottom: 3px;
}


#divLinkBucket {
    /*width: 370px;
        background-color: #e5e5e5;
        display: table-cell;
        padding:  1px;*/
    width: 372px;
    background-color: #e5e5e5;
    /* display: table-cell; */
    /* vertical-align: middle; */
    padding: 1px;
    float: right;
}

    #divLinkBucket a {
        color: #075290;
        text-decoration: none;
        cursor: pointer;
    }

.external {
    background: url(/TemplatePackage/3.0/images/icon_out.png) center right no-repeat;
    padding-right: 13px;
    color: #075290;
}


.linkbucket {
    background-color: white;
    width: 370px;
}

.layout-bucket-col1 {
    width: 190px;
    padding-left: 6px;
    padding-top: 4px;
}

.layout-bucket-col2 {
    vertical-align: top;
    padding-top: 4px;
    padding-left: 2px;
}

.layout-bucket-col2-none {
    vertical-align: top;
    padding-top: 4px;
    padding-left: 2px;
}

.bucketImageAlignPDF {
    width: 16px;
}

#rdDataTableDiv-dtFootnotesNotesAndSource {
    border: 0px;
}

.StateSelector {
    width: 200px;
}
/* UAT to say View Report instead of Go - increased the width */
#globalSelector {
    width: 400px;
}

/*.hidden
    {
        display: none;
    }*/

.hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


.hideFieldset {
    border: none;
    display: inline;
    padding: 0;
    float: right;
    padding-right: 20px;
    width: 110px;
}

table [Id^="rdDataTableDiv-dtTableView"] th[scope=row] {
    text-align: left;
    height: 20px;
    /*background-color:#e3f2fe;*/
    background-color: white;
    font-weight: normal;
}

table [Id^="dtClinicslist"] th[scope=col] {
    background-color: #C5BEE1;
}

table, th[scope=col] {
    text-align: left;
}

table, td[scope=row] {
    text-align: left;
}

table, td[scope=col] {
    text-align: left;
}


    table [id^="dtFootnotesNotesAndSource"] {
        /*border-color:none;*/
        background-color: white;
    }

.ThemeHeaderLarge {
    font-size: 15px;
    padding-bottom: 1px;
    color: black;
}

.ThemeHeaderLargeNormal {
    font-weight: normal;
    font-size: 15px;
    padding-bottom: 1px;
    color: black;
}


.divTitleGear {
    background-color: #E7E9EE;
}

.pdfPanelBorder {
    border: 1px solid gray;
    vertical-align: top;
    width: 450px;
    padding: 6px 6px 6px 6px;
    margin: 4px 4px 4px 4px;
}

.rdDashboardTab {
    font-size: 13px;
}

.containerPanel {
    /*width: 1150px;*/
    overflow: hidden;
}

.rdThemeDataTableHeader, .ThemeHeaderLarger {
    /*color: white;
        font-size: 13px;*/
}

.rdThemeDataTableHeader {
    padding: 1px;
    padding-left: 4px;
    padding-right: 4px;
}

.gsButton {
    background: #075290;
}

    .gsButton:focus {
        background: #075290;
    }

table, th[id^="colData_label"] {
    /*border-color:none;*/
    column-span: all;
}

/* PDF Styles */
.leftDIV {
    /*float: left;*/
    width: 46%;
    /*height: 30px;*/
    border: none;
    border-width: 2px;
    /*border-color:white;
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px;*/
    margin-top: 40px;
}

.leftDIVNB {
    float: left;
    border: none;
    border-width: 0px;
    border-color: white;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
}

.rightDIV {
    float: right;
    border: none;
    border-width: 2px;
    border-color: white;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
}

.fullDIV {
    float: left;
    width: 97%;
    border: dashed;
    border-width: 2px;
    border-color: black;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
}

.rightDIVNB {
    float: right;
    width: 47%;
    border: none;
    border-width: 0px;
    border-color: gray;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
}

.fullDIVNB {
    float: left;
    width: 97%;
    border: none;
    border-width: 0px;
    border-color: gray;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
}

.pdfTableDIV {
    margin: 0px 0px 0px 10px;
    font-family: Lato;
}

.TitleCaption {
    font-size: 16px;
    font-weight: bold;
    font-family: Lato;
}


.TableCaption {
    font-size: 15px;
    font-weight: bold;
    font-family: Lato;
}

.rdThemeDataTableMainHeader {
    font-size: 14px;
    font-family: Lato;
}

.colSingleYear, .ThemeAlignCenter {
    font-size: 13px;
    font-family: Lato;
    min-width: 64px;
}

.ThemeAlignLeft1 {
    text-align: left;
	background-color: #C5BEE1;
	
   
}

.colSingleYearGH {
    font-size: 13px;
    font-family: Lato;
}

.rdThemeDataTableCell {
    /*font-size: 13px;
        font-family: Lato;*/
}



.pdfTitleCaption {
    font-size: 130%;
    font-weight: bold;
    font-family: Lato;
}


.pdfTableCaption {
    font-size: 100%;
    font-weight: bold;
    font-family: Lato;
}


.pdfcolSingleYear {
    font-size: 130%;
    font-family: Lato;
}

.pdfcolSingleYearGH {
    font-size: 150%;
    font-family: Lato;
}


.pdfPie {
    width: 75%;
    align-content: flex-start;
}

.StateTitle {
    font-size: 28px;
    font-family: Lato;
    text-align: left;
    font-weight: normal;
    margin-left: 10px;
}

/*.wait-panel{
	background: #F5F5F5;
	text-align: center;
	padding: 1em;
	margin: 0 1em;
	color: #000;
	font-size: 20px;
	border: 1px solid #444;
	position: fixed;
	top: 50%;
	left: 35%;
	right: 35%;
}*/

/*.wait-panel img{
	height: 18px;
}*/

/*.Debug
{
    visibility: hidden;
}*/

.bodyFont {
    font-family: Lato;
}

/* rdDashboard2.css*/

.rdDashboard, .rdDashboard table {
    font-size: 11px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .rdDashboard a:link,
    .rdDashboard a:visited,
    .rdDashboard a:active,
    .rdDashboard a:hover {
        text-decoration: none;
    }

.rdDashboardTabsMenu a:link,
.rdDashboardPanelsMenu a:link {
    text-decoration: none;
    /*color: black;*/
}

.rdDashboard img {
    border-style: none;
}

.rdDashboardPanelContainer {
    background-repeat: repeat-x;
    background-color: #ECECEC;
    vertical-align: top;
}

.rdDashboardColumn {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
}

.rdDashboardPanel {
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    background-color: white;
    font-weight: normal;
    /*overflow: hidden;*/
}

.rdDashboardPanel {
    border-style: none;
    border-width: 0px;
}

.freeformPanelContainer .rdDashboardPanel {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.panelBody {
    overflow: hidden;
    padding: 0 5px;
    margin: 0 0 10px;
}

td.rdDashboardTitle {
    background-color: #f1f1f1;
}

.rdDashboardTitleCaption {
    font-weight: bolder;
}

td.rdDashboardControl {
    text-align: right;
}

.rdDashboardListAdded {
    color: Gray;
}

.rdDashboardParams,
td.rdDashboardParams {
    background-color: #ececec;
}

td.rdDashboardParamsSave {
    vertical-align: bottom;
    text-align: right;
    background-color: #ececec;
    padding-right: 3px;
    padding-left: 3px;
}

.rdDashboardMenu {
    padding: 0;
}

.rdDashboardCommand {
    font-weight: normal;
    color: #555;
    text-decoration: none;
    background-color: #f1f1f1;
    border: 1px solid #bebebe;
    margin-left: 3px;
    padding: 2px 3px;
    line-height: 24px;
    white-space: nowrap;
}

    .rdDashboardCommand a {
        color: #555555;
    }

.rdDashboardDropZone {
    height: 15px;
}

.rdDashboardDropZoneActive {
    background-color: #dcdcdc;
    height: 15px;
}

.rdDashboardTabs {
    font-weight: normal;
}

.rdDashboardDropTabActive {
    font-size: larger;
    font-weight: bolder;
}

td.rdDashboardPanelDescription {
    vertical-align: top;
}

td.rdDashboardPanelImageColumn {
    width: 200px;
}

.rdDashboardHidden {
    display: none;
}

/* Tabs */
.yui-nav a {
    color: #555555;
}

    .yui-nav a:link {
        text-decoration: none;
        /*background-image: url(rdTabBg.png);*/
    }

    .yui-nav a:hover {
        /*background-image: url(rdTabBgOn.png);*/
    }

/*.yui-nav .selected a
    {
        /*background-image: url(rdTabBgOn.png);
        border-top-left-radius:4px;
        border-top-right-radius:4px;
        background-color: red;
        cursor: text;
        
    }*/

/* override*/

.yui-navset .yui-nav li a, .yui-navset .yui-content {
    /*border-color:Silver !important;*/
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:hover {
     /* comented for 508 reasons data load 2020 */   
    /*background-color: white !important;*/
    font-weight: bold;
    cursor: text;
}

.yui-navset .yui-content {
    background-color: white !important;
    font-weight: inherit;
}

.yui-nav a {
    background-color: #f0f0f0 !important;
    color: black !important;
    font-weight: normal;
}

.yui-navset .yui-nav a:hover {
    color: black;
    background-color: #e5e5e5 !important;
}

.yui-navset-top .yui-nav A:link {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
    /* width:180px; all tabs to equal size*/
}

.yui-navset-top .yui-nav, .yui-navset-bottom .yui-nav {
    width: auto;
    border-bottom: 1px solid;
    border-top: 2px solid;
}

.yui-navset .yui-nav li {
    border-top: 0px solid #8EC4DC;
    border-right: 0px solid #8EC4DC;
    /*background-color: transparent;*/
    margin: 0 5px 0 0;
}

/* Hide tab background for the "new tab" tab */
.yui-nav li a.hide-tab,
.yui-nav li a:hover.hide-tab {
    background-color: transparent !important;
    border: 0px solid transparent !important;
    background-image: none !important;
}

.yui-nav .hide-tab em {
    padding: 0px 0px 1px 1px;
}



.rdPointerCursor {
    cursor: pointer;
}

#rdTabs .yui3-dd-drop.selected a {
    font-weight: bold;
    cursor: move;
    padding-right: 16px;
}

#rdSettingsCog a.rdThemePopupMenu,
#rdDashboardControl a.rdThemePopupMenu {
    background-color: inherit;
}

#PopupPanelContent {
    margin: 10px;
}

.rdDashboardParams {
    padding: 10px;
}

#PopupPanelContent td.rdDashboardControl {
    padding-top: 10px;
}

/*.highcharts-tooltip table.rdquicktip-table
    {
        background-color: inherit;
    }*/

.rdPopupMenu .yuimenuitemlabel {
    font-size: 100%;
}


/* Visual Gallery */

.rdNewAnalysisText {
    font-size: 1.25em;
}

.rdPopupContent a span.rdNewAnalysisLink {
    color: #0000ee;
}

.rdPopupContent a:hover span.rdNewAnalysisLink {
    color: #3366ff;
}

.rdAddPanelFind {
    background-color: #ECECEC;
    font-size: 1.5em;
}

    .rdAddPanelFind span {
        margin-left: 5px;
    }

/* UAT bug on Location textbox changing size*/
.gsMulti {
    min-width: 250px;
}

.gsTableCell {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.gsSelect {
    min-width: 250px;
}

.divNoDataToDisplay {
    width: 300px;
    margin: 10px auto;
    border: 1px solid #C0C0C0;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

tr.AlternateRowcolor td, tr.AlternateRowcolor th {
    background-color: #d3d0e1;
}

table#dtClinicslist tr.highlight td {
    background-color: #f0f0f0;
}


.ThemeTextNormal {
    font-size: 14px;
    color: Silver;
    height: 40px;
}

.ThemeHeader {
    font-weight: Normal;
    color: DarkBlue;
}

.whatisthislink {
    text-decoration: underline;
}

.tab {
    /*float: left;*/
    width: 160px;
    word-wrap: break-word;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
    font-weight: bold;
    font-size: 14px;
}

.chk {
    float: right;
    width: 20px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
}

.rdThemeDataTableCell {
    /*text-wrap: normal;*/
}

.horizontalAlignmentRight {
    margin-left: auto;
    margin-bottom: 7px;
    /*margin-right: auto ;*/
}

.fullDIVRight {
    float: right;
    width: 100%;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    font-family: Lato;
    text-align: right;
}

#divCycleType {
    float: right;
    margin-right: 10px;
    width: 52%;
}

#dlClinicInfo, #dlClinicInfoDS, #dlQuestionDescPC, #dlQuestionDescSRD, #dlQuestionDescSRO, #dlQuestionTitle li, #dlQuestionTitleMain li, #dlQuestionTitleSRMain li {
    list-style: none;
    /*margin-left: -20px;
    margin-top: 0px;*/
    padding-left: 0px;
    padding-top: 3px;
}


.yui-nav {
    white-space: nowrap;
    width: 0%;
    padding-top: 15px;
    padding-left: 4px;
    border-top-left-radius: 12px;
}


.ThemeTextLarger {
    color: black;
}

.ThemeTextNormal {
    color: black;
}

.rdThemeDataTable, .rdAgDataTable, .rdOgOlapTable, .rdDgOlapTable {
    border: none;
    /*background-color: #9995B9;*/
}

#divShowResults {
}

rect[Attributes Style] {
    height: 349px;
}


.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
    color: black;
    font-weight: normal;
    border-radius: 4px;
    background-color: #c5bee1;
}

.btn:hover {
    color: black;
}

.update {
    background-color: #e5e5e5;
    border-color: #c0c0c0;
    height: 10px;
    color: #7D7D7D;
}

    .update:hover {
        color: black;
        font-weight: normal;
        border-radius: 4px;
        background-color: #c5bee1;
    }

    .update a {
        background-image: none;
        outline: 0;
        /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
        color: black;
        font-weight: normal;
        border-radius: 4px;
        background-color: #c5bee1;
    }

    /* disable update button*/
    .update.disabled, .update[disabled], fieldset[disabled] .update {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}



.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);*/
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}


.selections {
    background-color: white;
    border-color: #e5e5e5;
}

.selectionsjustify {
    padding: 8px;
    vertical-align: middle;
}

/* Tabs */

yui-navset yui-navset-top #wrapper a.accordionTopAnchor {
    display: inline !important;
}

.yui-navset .yui-navset-top {
    position: relative;
    border: 1px solid #aaaaaa;
    background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}


table [Id^="rdDataTableDiv-dtTableView"] th[scope=row], table [Id^="dtPCTableClinic"] th[scope=row], table [Id^="dtPCTableNational"] th[scope=row] {
    background-color: #C5BEE1 !important;
    font-weight: bold;
}

.rResults1 {
    background-color: #EFEAEA;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.rResults2 {
    background-color: white;
    align-content: center;
    vertical-align: top;
    padding-bottom: 15px;
    width: 80%;
    padding-top: 2px;
    margin-left: 10%;
    margin-right: 10%;
}

.rResultsSRCol1 {
    background-color: #f0f0f0;
    align-content: center;
    padding-top: 10px;
    /*padding-bottom: 100%;*/
    width: 30%;
    padding-left: 20px;
}

.rResultsSRCol2 {
    background-color: #f0f0f0;
    align-content: center;
    padding-top: 10px;
    /*padding-bottom: 100%;*/
    width: 70%;
}

input[type=checkbox] {
    /*float: inherit;*/
    margin: 7px;
    font-size: 14px;
    font-weight: bold;
}

.shownationaldata {
    font-weight: bold;
    /*width:200px;*/
    padding-left: 0px;
    padding-right: 41px;
    font-weight: bold;
    vertical-align: text-bottom;
}

input.rdThemeInput, textarea.rdThemeInput, select.rdThemeInput, select.rdDataCalendarDropdown {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background-color: #f4fbfe;
        border: 1px solid black;*/
    width: 50%;
    padding: 2px;
    margin-left: 20px;
    background-color: #f4fbfe;
    border: 1px solid #ccc;
}

#lblViewSelectionPatientChar, #lblViewSelectionSuccessRate {
    width: 30%;
    padding-left: 3%;
    padding-right: 3%;
    font-style: italic;
}

.bucketLabelAlign {
    padding-left: 6px;
    vertical-align: top;
    /*position: absolute;*/
    margin-top: -3px;
}

.bucketImageAlign {
    vertical-align: top;
    width: 25px;
}

.returntocliniclabel {
    /*font-size: 14px;
    font-weight: bold;*/
}

#tabMain, #divDashboardHeader {
    margin-left: 0px;
    float: left;
}

.bkColorSilver {
    background-color: #EFEAEA;
    align-content: left;
    vertical-align: top;
    padding-bottom: 5px;
    width: 80%;
    padding-top: 5px;
}
/* Start Map */
.mapCaption {
    color: maroon;
    font-size: 20px;
    font-weight: bold;
    width:220px;
}

.mapPosition {
    height: 600px;
    width: 900px;
    margin-left: 20px;
}

.layout-map {
    margin-left: 20px;
    border: 1px solid;
    border-color: #f0f0f0;
    width: 90%;
    margin-top: 20px;
    padding-top: 12px;
    padding-left: 12px;
}

/* mad the width 100% for the link bucket to show correctly on top of the tab*/
#colNationalDesc {
    width: 100%;
}

.layout-maplalbel {
    margin-bottom: 12px;
    font-size: 16px;
}

#dtClinicProfile td {
    text-align: left;
}

#lblSaPNat_Row8, #lblSaPNat_Row9, #lblSaPNat_Row10 {
    padding-left: 12px;
}

.layout-mapGoogleMap {
    padding-left: 20px;
}

.margin20top {
    margin-top: 20px;
}

.imgMapNational {
    height: 400px;
}
/* end Map*/

#iclCycleType_handler {
    font-weight: normal;
    color: black;
    padding-left: 6px;
    width: 185px;
    overflow-wrap: normal;
}

.bulletoff {
    list-style: none;
    margin-left: -35px;
    font-size: 10px;
    color: black;
    font-weight: bold;
}

.SuccessRatesCycleType {
    /* margin: 2px 2px 2px 2px; */
    /* padding: 2px 2px 2px 3px; */
    font-family: Lato;
    padding-left: 5px;
    /* padding-right: 0px; */
    margin-right: -5px;
}

.NavToTop {
    clear: both;
}

.bkColorSilverSuccessRate {
    background-color: white;
    vertical-align: top;
    vertical-align: top;
    margin-right: 15px;
}

.pdf-bkColorWhiteSuccessRate {
    background-color: #f0f0f0;
    vertical-align: top;
    vertical-align: top;
    /*margin-right: 15px;
        margin-left: 15px;*/
    padding: 15px;
}

.pdf-layout-cycletype-content {
    background-color: white;
}


bkColorSilverSuccessRateCol {
    width: 100%;
}

.bkColorSilverSuccessRateNational {
    background-color: #f0f0f0;
}

#divRelatedLinks {
    border: 1px solid #C0C0C0;
    margin: 40px 0 25px 0;
    clear: both;
}

    #divRelatedLinks h3 {
        Background-color: #E5E5E5;
        color: #000;
        /*padding: 5px 10px;*/
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
        margin: 0;
    }

    #divRelatedLinks div {
        Background-color: #E5E5E5;
        color: #000;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 14px;
        line-height: 30px;
    }

    #divRelatedLinks table {
        width: 100%;
        padding-left: 5px;
    }

    #divRelatedLinks td {
        padding-left: 10px;
        text-indent: -10px;
    }


ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: dotted 2px #f06924;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.yui-navset {
    margin-bottom: 20px !important;
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed"); */
    padding: .2em;
    font-size: 14px;
    border: 1px solid #aaaaaa;
    /*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
    color: #222222;
    border-bottom-right-radius: 8px;
    border-radius: 8px;
    width: 100%;
}

/*ui-state-default ui-corner-top ui-tabs-active ui-state-active*/
.tabs {
    background: #e5e5e5 !important;
    border: 1px solid silver !important;
}

tr td li {
    color: #333;
}

.TitleType {
    background-color: rgb(218,213,235);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px 2px 1px 8px;
    width: 100%;
    display: block;
    text-align: left;
    margin-left: -5px;
}



#rdTabs {
    /*background-color: #f0f0f0;*/
    background-image: url(DRH_ART.ui-bg_highlight-soft_75_cccccc_1x100.png);
    position: relative;
}



.tabcontent {
    /*width: 80%;
        align-content: center;
        margin-left: 20px;*/
}

.tableplain {
    border: none;
    /*font-size: 11px;*/
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*text-align: -webkit-center;*/
}

.tableplainPDF {
    border: none;
    font-size: 11px;
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    /*text-align: -webkit-center;*/
}


/* for Green checks on Filter left Nav*/
span [id^="lblItem_Row"] {
    padding-left: 5px;
    color: black;
}

/* margin for the content inside the tab with reponse row element*/
/*.row
    {
        margin-left: 0%;
        margin-right: 0%;
    }*/

.ShowResultsSR {
    clear: both;
    margin: 0 auto;
}

.yearhighlight {
    font-weight: bold;
}

.yeardropdown {
    width: 100px;
}

#islDetailsYear.rdThemeInput {
    width: 100px;
    margin-left: 20px;
}

.layout-pdfalign {
    text-align: left;
}

#SRResults.row {
    margin-left: 0px;
    margin-right: 0px;
}

table [id^="dtPanelFootnotes"].rdThemeDataTable, .rdAgDataTable, .rdOgOlapTable, .rdDgOlapTable {
    /*border-color:none;*/
    background-color: white;
    width: 99%;
}

div [id^="rdDataTableDiv-dtTableViewSRTableRegO"] {
    margin-left: 130px;
}

div [id^="rdDataTableDiv-dtTableViewSRTableRegD"] {
    margin-left: 34px;
}

div [id^="rdDataTableDiv-dtTableViewSRTableRegNatO"] {
    margin-left: 150px;
}


/*#btnCycleType {
    background-color: lightgray;
    height: 24px;
    color: black;
    font-weight:normal;
}

#btnCycleType a {
    background-color: darkgray;
    cursor: none;
}

#btnCycleType:hover {
    opacity: 0.6;
    cursor: pointer;
  
}*/

.CycleTypesNoneSelected {
    color: #8F0000;
}

.rd-gridsystem-scrollbar-horizontalScrollbar > div {
    overflow: inherit;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: block;
}



#icbNationalSR, #icbNational {
    float: left;
}

/* Tab content on all tabs - tab1, tab2, tab3, tab4 */
/*.yui-navset .yui-content
{
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff !important;
}*/

/* Question name on charts - tab2 & tab3 */

.QuestionTitle {
    font-weight: bold;
    font-size: 14px;
}


/* Detailed Summary*/
.Year {
    background-color: #e5e5e5;
    padding: 4px;
    padding-left: 18px;
    margin-left: 58px;
    margin-right: 38px;
    height: 36px;
}

.label-ac {
    text-decoration: underline;
}

.divpart1, .divpart2 {
    /*width: 50%;*/
    padding-bottom: 50px;
}

.divpart2 {
    float: right;
    padding-left: 30%;
}

.layout-inner-content {
    clear: both;
    width: 90%;
    margin: auto;
}

.layout-inner-content-pdf {
    clear: both;
    width: 98%;
    padding-left: 5px;
    /* margin: auto; */
}


/*------------- Success Rate ---------------*/

/* background color for row with filter and results column */
.rowBackColorSilver {
    background-color: #f0f0f0;
    padding-bottom: 20px;
    width: 90%;
}

.pdf-rowBackColorSilver {
    background-color: #e5e5e5;
    padding-bottom: 20px;
}

.FilterTitle {
    padding-left: 26px;
}

.Filter {
    padding: 0px 0px 0px 0px;
    margin-top: 30px;
    width: 90%;
    /*background-color: white;*/
}

    .Filter tr {
        padding: 0px 0px 0px 0px;
        background-color: white;
    }


.label-bold-filter {
    padding-left: 0px;
    padding-right: 2px;
    font-weight: bold;
    vertical-align: text-bottom;
}

/*#divSRFilter
{
    margin-top: 12px;
}*/

#dtFilters th {
    border: none;
    border-color: white;
    padding: 0px 0px 0px 6px;
}

#dtFilters td {
    border: none;
    border-color: white;
    padding: 0px 0px 0px 8px;
}

.rdThemeDataTableGroupHeaderRow0 td, tr.rdAgGroup0HeaderRow td {
    background-image: none;
    background-color: rgb(218,213,235);
    color: black;
}

.GroupHeader {
    font-weight: normal;
    background-color: white;
}

th.ThemeHeader {
    text-align: left;
}

.rdThemeInputCaption {
    /*padding-right: 20%;*/
    vertical-align: middle;
    font-weight: bold;
}

/*------------------------ Clinic List -----------------------*/

.superscript-bold {
    position: relative;
    top: -0.5em;
    font-size: 100%;
    font-weight: bold;
}

.superscript-reg {
    position: relative;
    top: -0.2em;
    font-size: 90%;
}

.table {
    width: 100%;
}

    .table th {
        /*text-transform: uppercase;*/
        text-align: left;
    }

    .table td, .table th {
        border: 0px solid #bbb;
    }

/*------------- Client List - Table to make it responsive --------------------------------*/
@media only screen and (max-width:899px) {

    /*.divHeaderNav, .cdclogoheader
    {
        display: none;
    }

    .yui-navset
    {
        width: 100%;
    }*/


    /*tr:hover {
          background-color: silver;
          opacity:0.9;
        }*/


    .table-responsive, .table-responsive thead, .table-responsive tbody, .table-responsive tr, .table-responsive td, .table-responsive th {
        display: block;
    }

        .table-responsive thead {
            display: none !important;
        }

        .table-responsive tr {
            margin: 0 0 25px 0;
            background-color: white;
            padding: 0px 12px 0px 12px;
        }



    #ipClinicTable {
        margin-left: inherit;
        margin-right: inherit;
    }

    /*.fullDIVRight
    {
        float: left;
        width: 50%;
    }*/

    .rResultsSRCol1 {
        width: 40%;
        padding-left: 5px;
    }
}

/* test */

/** content layout **/

#rcPCoptions, #rcSRoptions {
    background-color: white;
    /* padding: 16px; */
    /*width: 80%;*/
    /* margin-left: 12px; */
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
}

/*#rcSRoptions2 {
    padding-left: 62px;
    background-color: white;
    /* padding: 16px; */
/*width: 80%;*/
/* margin-left: 12px; */
border-width: 1px;
border-color: #e5e5e5;
}

*/

#rcPCDescription {
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
    margin-top: 8px;
    margin-left: 8px;
    /*padding: 8px;*/
    /*border-color: #ff0000 #0000ff;*/
}

#islCycleTypes {
    width: 95%;
}

#islSuccessRateO {
    width: 95%;
}

#lblViewSelectionSuccessRateO {
    padding-left: 270px;
}

.layout-bksilver {
    background-color: #f0f0f0;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.layout-bksilver-pdf {
    background-color: #f0f0f0;
    /*padding-left: 0.5%;
    padding-right: 0.5%;*/
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
}

.layout-bkwhite {
    background-color: white;
}

.layout-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.layout30 {
    width: 30%;
    display: inline-block;
}

.layout70 {
    width: 55%;
    display: inline-block;
}

.selcttextpaddingPC {
    margin-left: 20px;
    margin-top: 12px;
    height: 20px;
    display: inline-block;
    font-size: 14px;
}

.selcttextpaddingSR {
    margin-left: 20px;
    height: 20px;
    display: inline-block;
    font-size: 14px;
}

.ThemeHeader {
    font-weight: Normal;
    color: black;
}


form #rdMainBody hr {
    border-style: solid;
    border-color: #e5e5e5;
    margin: 0 auto;
    padding-bottom: 6px;
    margin-left: -10px;
    margin-right: -10px;
}

span#rdCaption_tab1, span#rdCaption_tab2, span#rdCaption_tab3, span#rdCaption_tab4, span#rdCaption_tab5, span#rdCaption_tab6 {
    display: block;
    width: 152px;
    word-break: break-word;
    white-space: normal;
    line-height: 1.2;
    height: 42px;
    align-items: center;
}



.lblleftbold {
    vertical-align: middle;
    margin: 0 auto;
    font-weight: bold;
    float: left;
   
}

.lblleftbold + div {
    clear: both;
}

.lblleftboldth {
    /*vertical-align: middle;*/
    margin: 0 auto;
    font-weight: bold;
    float: left;
    background-color: #C5BEE1;
}


#divST20 {
    width: 49%;
    float: left;
    clear: none;
}

#divST21 {
    width: 49%;
    float: right;
    clear: none;
}

.accessHideTableHead500 {
    /*opacity: 0*/
    color: #C5BEE1;
    background-color: #C5BEE1 !important;
    /*
    width: 500px;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;*/
}

.ThemeTextNormalQuestion {
    font-size: 14px;
     
    height: 40px;
}

th#colNServicesandProfiile_Row7
{
    padding-left: 13px;
}

/* Show Hide Panels v 2.3 changes*/

.patient-cycle-descriptor {
    /*display: block;*/ /* inline-block; */
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /*max-width: 120ch;*/
    /*max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;*/
    /*height:100px;*/
    /*-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/

    /* to show 2 lines */
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    text-overflow: ellipsis;

}

.descriptor-button {
    display: block;
    text-align: right;
    color: #075290;
    cursor: pointer;
}

.descriptor-button:hover {
    text-decoration: underline;
}


.descriptor-button-opened::after {
    display: inline-block;
    transform: rotate(-90deg);
    content: '>';
}

.descriptor-button-closed::after {
    display: inline-block;
    transform: rotate(90deg);
    content: '>';
}


/*  Tab04 is hving issues with not. or and and to resolve them from showing as !, || and && had to tag with html "em"*/
em {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
}