﻿@charset "UTF-8";
/* CSS Document */

header { background: #5c2c55; }

nav a {
    text-decoration: none;
}

#filterBtn .iconImg{ background-image: url(../images/FilterIconPurple.png); }

#tableBtn .iconImg{	background-image: url(../images/TableIconPurple.png); }

#chartBtn .iconImg{ background-image: url(../images/ChartIconPurple.png); }

#printBtn .iconImg{	background-image: url(../images/PrintIconPurple.png); }

#exportBtn .iconImg{ background-image: url(../images/ExportIconPurple.png); }

#controlIcons .iconText{ color: #5c2c55; }

#forgotpass a, #register a {
    color: #5c2c55;
}

#login input[type="submit"] {
    background-color: #6d3465;
    border: solid 1px #6d3465;
}

#disclaimer input[type="submit"] {
    background-color: #6d3465;
    border: solid 1px #6d3465;
}

.menu{ background:#6d3465; }

.checkbox label, .radiobutton label, .menu input, select { background-color: #5c2c55; }

/* Toggled State */
.checkbox input[type=checkbox]:checked ~ label, .radiobutton input[type=radio]:checked ~ label{
  	color: #5c2c55;
	border: 1px solid #5c2c55;
}

.google-visualization-table .gradient{
	background-image: -moz-linear-gradient(top, #5c2c55) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c2c55) , color-stop(30%, #5c2c55) , color-stop(60%, #5c2c55) , color-stop(100%, #5c2c55))!important;
	background-image: -webkit-linear-gradient(top, #5c2c55)!important;
	background-image: -o-linear-gradient(top, #5c2c55)!important;
	background-image: -ms-linear-gradient(top, #5c2c55)!important;
	background-image: linear-gradient(to bottom, #5c2c55)!important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5c2c55', endColorstr='#5c2c55', GradientType=0)!important;
	background-color: #5c2c55!important;
	color: white;
}

.google-visualization-table-tr-sel, .google-visualization-table-tr-over{
	background-color:rgba(29,90,29,0.2)!important;
}

#equity .page-wrapper{
	background: #5c2c55;
}

footer { background: #5c2c55; }

.centreSelectSchool {
    text-align: center;
}

.selectSchool {
    width: 50%;
    max-width: 600px;
    float: none;
    display: inline-block;
    text-align: left;
}

