/* #20404 */
select.rdThemeInput {
	min-width: 0;
	margin-left: 0;
}

/* #20536 */
.groupHeaderRow {
    font-weight: bold;
}

/*20114 */
.rdThemeDataTable tr:last-child td:last-child {
    border-bottom-right-radius: 0px;
}

.rdThemeDataTable tr:last-child td:first-child {
    border-bottom-left-radius: 0px;
}

/* #43770 */
.xAxisAngle0 .highcharts-xaxis-labels span { 
	text-align:center!important; 
} 

.xAxisAngle45 .highcharts-xaxis-labels span { 
	text-align:right!important; 
} 

/* fix social links in footer move down when focus via keyboard */
nav.socialFooter a:focus {
    display: block;
}

/* add focus indicator for footer social media links */
nav.socialFooter a:focus span {
    border: 1px solid rgb(255, 165, 0);
}

/* used by divNoChart added to EBL pages to work around missing chart PDF bug in Logi V12.2SP5 */
.hideNoChartDiv {
    height: 1px !important;
    color: White !important;
    display: none !important;
}
