#header {
	margin-top: 20px;
	margin-bottom: 20px;
}

#header .logo_image {
	width: 50%;
}

#header .scsi_logo {
	max-width: 189px !important;
	max-height: 120px !important;
}

#header .optus_logo {
	max-width: 374px !important;
	max-height: 90px !important;
}

#site_login {
	border-top: 1px solid #dddddd;
}

.gray-keyline {
	border-top: 1px solid #dddddd;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {
	font-size: 12px;
	color: #aaaaaa;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}

.nav-user-display {
}

.logout-button {
}

.user_display {
}

.user_display form {
}

.user_info {
	margin-right: 10px;
}

.alarm_alert {
	border-top: 1px solid #40b0ff;
	margin-top: 0px;
	padding: 6px;
	color: #000;
}

.small { font-size: 11px; }
.errorlist li { color: red; }
.form-inline label { margin-right: 5px; }
.form-inline ul { list-style: none; }
.service_number_list ul { list-style: none; }
.service_number_list li { float: left; width: 250px; }


/* Dashboard Styles */
.dashboard_heading {
	text-align: center;
}

.dashboard_big_number {
	font-size: 72px;
	line-height: 84px;
	text-align: center;
}

.default_chart {
	height: 400px;
	width: 100%;
}

/* other */
.graph_legend {
	width: 100%;
}

.sortable tr th {
	color: #0088cc;
}

.sortable tr th:hover {
	cursor: pointer;
	text-decoration: underline;
}

/* Mobile Sizings */
@media (max-width: 480px) { 
	.logo_image {
		max-width: 46% !important;
	}
}

/* Print Settings */
.print_view {
	width: 960px !important;
}

/* ToS Styles */
.terms_of_service li {
	line-height: 22px;
}

.terms_of_service ol li {
	list-style-type: lower-latin;
}

.terms_of_service ol li ol li {
	list-style-type: lower-roman;
}

@media print {
	.container-fluid {
		width: 960px !important;
	}

	.row-fluid {
		width: 940px !important;
		page-break-inside: avoid;
	}

	.navbar { display: none; }
}


