/**********************************************************
*   - Dashboard Page Styling - 
***********************************************************/

#TestDetails.panel {
	border: none;
	box-shadow: none;
}

#TestDetails .list-group-item {
	margin: 0px;
}

#TestDetails .buttonClose {
	margin-top: 20px;
}

#DashboardWrapper .panel-heading i.legend {
	cursor: pointer;
}

#DashboardWrapper .panel-heading {
		font-size: 18px;
		font-weight: bold;
}

#DashboardWrapper .panel-body {
	font-size: 12px;
}

#DashboardWrapper .list-group {
	margin-bottom: 0;
}

#DashboardResults .list-group div.list-group-item {
	border-color: #333333;
	font-size: 16px;
}

#DashboardResults #Section_Summary .list-group div.list-group-item {
	border-color: #DDDDDD;
	font-size: 13px;
}

i.dashboard {
	font-size: 18px;
	vertical-align: middle;
	padding-left: 15px;
}

.pass i.dashboard {
	color: #5cb85c;
}

.fail i.dashboard {
	color: #d9534f;
}

.ss_icon_warning i.dashboard {
	color: #dde00d;
}

.advice i.dashboard {
	color: #f0ad4e;
}

.report i.dashboard {
	color: #5bc0de;
}

.disabled i.dashboard {
	color: #a7a7a7;
}

.tweak i.dashboard {
	color: #6666ff;
}

#DashboardWrapper .starsContainerEmpty {
	width: 92px;
	height: 18px;
	background-image: url('/web_portal/images/whiteStars-trans.png');
	background-repeat: no-repeat;
	background-position: left;
	cursor: hand;
	float: left;
}

#DashboardWrapper .starsContainerFill {
	width: 92px;
	height: 18px;
	background-image: url('/web_portal/images/goldStars-trans.png');
	background-repeat: no-repeat;
	background-position: left;
	cursor: hand;
	float: left;
}

#DashboardWrapper #Section_WorldRank {
	margin-top: 58px;
}

#DashboardWrapper.hasClean #Section_WorldRank {
	margin-top: 20px;
}

#DashboardWrapper #Section_Issues {
	margin-top: 23px;
}

/* test detail styles */

#TipDetails .toggleImageCell a,#DashboardResults .table-responsive .toggleImageCell a {
	text-decoration: none;
}

#TipDetails tbody td,#DashboardResults .table-responsive tbody td {
	vertical-align: middle;
}

#TipDetails tfoot td,#DashboardResults .table-responsive tfoot td {
	font-weight: bold;
}

#TipDetails .chart,#DashboardResults .table-responsive .chart {
	width: 400px;
	height: 300px;
	margin: 20px auto;
}

.chart img {
	margin: 0 auto;
}

#TipDetails.worldRank .chart,#DashboardResults #Section_WorldRank .table-responsive .chart {
	height: 200px;
}

/* Clean modal styles */

#CleanResults .content li,#CleanResults .topContent .info {
	font-size: 11px;
}

#CleanResults .topContent {
	margin-top: 20px;
}

/* dashboard legend styles */

#DashboardLegend .panel-body .list-group-item,#DashboardLegend .content p {
	font-size: 12px;
}

#DashboardLegend i.dashboard {
	margin-right: 3px;
}

#DashboardResults .panel-primary {
	page-break-after: always;
}

#DashboardResults #Section_Reports {
	page-break-after: avoid;
}

#DashboardResults .table-responsive th,#DashboardResults .table-responsive td {
	border: none;
	padding: 0;
}

#DashboardResults .table-responsive td .list-group {
	margin-left: 60px;
}

#DashboardResults .table-responsive td .list-group-item {
	padding: 0;
	border: none;
}

#PartnerProfile .list-group {
	clear: both;
	border-radius: 6px;
}

#PartnerProfile .invoiceDate {
	border-bottom-left-radius: 4px;
}

.licenseInfo {
	float: right;
}

.testBold {
	font-weight: bold;
}

#btnWorldRank {
	margin: 0 10px 0 5px;
}

@media (max-width: 450px) {
	#TipDetails .chart,  #DashboardResults .table-responsive .chart {
		width: 340px;
		height: 240px;
	}
}

@media (max-width: 555px) {
	.licenseInfo {
		float: none;
	}

	#MacTestDetails .macTestPanel {
		font-size: 16px !important;
	}

	#MacTestDetails i.dashboard {
		font-size: 16px !important;
	}

	#LinuxTestDetails .linuxTestPanel {
		font-size: 16px !important;
	}

	#LinuxTestDetails i.dashboard {
		font-size: 16px !important;
	}
}

#MacTestDetails .macTestPanel {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

#LinuxTestDetails .linuxTestPanel {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
}

.dashboardBold {
	font-weight: bold;
}

#MacTestDetails i.dashboard {
	font-size: 16px;
	line-height: 1.5;
}

#MacTestDetails #DashboardWrapper .list-group-item {
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 5px;
	width: 450px;
}

.macDashPanelHeading {
	font-size: 20px !important;
}

#LinuxTestDetails i.dashboard {
	font-size: 16px;
	line-height: 1.5;
}

#LinuxTestDetails #DashboardWrapper .list-group-item {
	height: auto;
	display: inline-block;
	text-align: left;
	margin: 5px;
	width: 450px;
}

.linuxDashPanelHeading {
	font-size: 20px !important;
}

.securityStatsHeaderWrapper {
	margin-bottom:10px;
}

.securityStatsHeaderWrapper .btn-group {
	height: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.show-inline {
	display: inline-block;
}

.dashboardPanelsGroup {
	text-align: center;
}

.dashboardPanelsGroup .panel-footer {
	padding: 5px 15px;
}

.dashboardPanels {
	border-radius: 5px;
	display: inline-block;
	float: none;
	width: 18.1%;
	margin: 10px 8px;
}

.dragPanelTop {
	font-size: 11px;
	float: right;
	cursor: move;
	opacity: .5;
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: -5px;
}

.chartContainer {
	border: solid thin #ddd;
	border-radius: 4px;
}

.dashboardPanelsGroup {
	margin-bottom: 20px;
}

.panel-dashboard {
	margin-bottom: 0;
}

.sortableCharts {
	margin-right: -1px;
}

.sortable-placeholder {
	background-color: #f8f5f5;
	border: 1px solid #252d44;
	-webkit-box-shadow: 0px 0px 10px #888;
	-moz-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
}

.dragChart {
	position: absolute;
	right: 25px;
	z-index: 999;
	top: 5px;
	cursor: move;
	color: #ddd;
}

.marginBtm15 {
	margin-bottom: 15px;
}

@media (max-width: 1199px) {
	.dashboardPanels {
		width: 25%;
	}

	#tbl-Alerts .truncate270 {
		max-width: 500px;
	}
}

@media (max-width: 991px) {
	.dashboardPanels {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.dashboardPanels {
		width: 100%;
		margin: 0 auto;
	}

	.securityCharts .col-md-6 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 640px) {
	.ssAllDevices {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 500px) {
	.highcharts-axis-labels.highcharts-xaxis-labels text {
		font-size: 9px !important;
	}
}

@media (max-width: 436px) {
	.ssAllDevices {
		width: auto;
	}
}

@media (max-width: 421px) {
	.ssAllDevices .switch {
		margin-left: 15px;
	}
}

@media (max-width: 767px) {
	#MacTestDetails #DashboardWrapper .list-group-item {
		width: 100%;
		margin: 5px auto;
	}

	#LinuxTestDetails #DashboardWrapper .list-group-item {
		width: 100%;
		margin: 5px auto;
	}
}