﻿@charset "utf-8";
/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: "Open Sans",Arial,serif;
	font-weight:400;
	/* Margin bottom by footer height */
	margin-bottom: 55px;
	background-image:none;
	background-color:#eeeeee;
}
.container {
	position:relative;
}
a {
	color:#31708f;
}
b, strong {
	font-weight: 600;
}

th.sortasc a {
	display: block;
	padding: 0 4px 0 15px;
	background: url(img/asc.gif) no-repeat;
}

th.sortdesc a {
	display: block;
	padding: 0 4px 0 15px;
	background: url(img/desc.gif) no-repeat;
	
}

/* Navbar */
.navbar {
	min-height: 85px;
	margin-bottom:8px;
}
@media (max-width: 767px) {
  .navbar {
	min-height: 50px;
  }
}
.navbar-default {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 0 5px rgba(0, 0, 0, 0.37);
}
.navbar-brand {
	background:url(../images/Pupil_Premium_logo_alt_retina.png) 15px 15px no-repeat;
	background-size:239px 55px;
	height:85px;
	width:269px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:13px;
	line-height:23px;
	color:#2c3e50 !important;
	font-weight:600;
}
.navbar-brand b {
	font-weight:600;
}
.navbar-brand span {
	font-weight:800;
	color:#c12e2a;
}
@media (max-width: 767px) {
  .navbar-brand {
	background:url(../images/Pupil_Premium_logo_alt_retina.png) 15px 8px no-repeat;
	background-size:148px 34px;
	height:50px;
	width:178px;
	padding:8px 15px;
  }
}
@media (max-width: 460px) {
  .navbar-brand {
	background: none;
	height: 25px;
	width:220px;
	padding:0 15px;
	text-indent:0;
  }
}
.navbar-nav > li > a {
	line-height: 55px;
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
	line-height:20px;
  }
}
.navbar-header-right {
	position:absolute;
	top:0;
	right:11px;
	width:276px;
}
.navbar-brand-right {
	background:url(../images/London_Grid_for_Learning_retina.png) right no-repeat;
	background-size: 155px 62px;
	height: 85px;
	width:276px;
	display:block;
	padding:31px 163px 0 0;
	font-size:13px;
	line-height:15px;
	text-align:right;
	color:#4f4f4f;
}
.navbar-brand-right span {
	display:none;
}
.navbar-brand-right:hover {
	text-decoration:none;
	color:#4f4f4f;
}
@media (max-width: 767px) {
	.navbar-header-right {
		top:0;
		left:142px;
		width:220px;
	}
}
@media (max-width: 767px) {
  .navbar-brand-right {
	background:url(../images/London_Grid_for_Learning_retina.png) 15px 7px no-repeat;
	background-size: 97px 38px;
	height: 50px;
	width:220px;
	padding:12px 103px 0 0;
	font-size:11px;
	line-height:13px;
  }
}
@media (max-width: 460px) { 
	.navbar-header-right {
		top:19px;
		left:0;
		width:200px;
	}
}
@media (max-width: 460px) {
  .navbar-brand-right {
	background: none;
	height: 25px;
	width:200px;
	padding:0 15px;
	text-align: left;
  }
}
@media (max-width: 460px) {
  .navbar-brand-right span {
	display: block;
	font-weight:600;
	color:#c60000;
	}
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-image: none;
}

/* Main Content */
.main_logo {
	background:url(../images/pupil_premium_logo_alt.png) no-repeat;
	width:100%;
	height:115px;
	margin:20px 0 20px;
	position:relative;
}
.main_logo .btn {
	position:absolute;
	right:0;
	bottom:0;
}	
@media (min-width: 768px) {
  .main_logo {
	background:url(../images/pupil_premium_logo_83_alt.png) no-repeat;
	width:100%;
	height:95px;
	margin:16px 0 16px;
  }
}
@media (min-width: 992px) {
  .main_logo {
	background:url(../images/pupil_premium_logo_alt.png) no-repeat;
	width:100%;
	height:115px;
	margin:20px 0 20px;
  }
}
@media (min-width: 1200px) {
  .main_logo {
	background:url(../images/pupil_premium_logo_alt.png) no-repeat;
	width:100%;
	height:115px;
	margin:20px 0 20px;
  }
}
@media (max-width: 767px) {
	.main_logo {
		background:url(../images/pupil_premium_logo_64_alt.png) no-repeat;
		width:100%;
		height:74px;
		margin:13px 0 13px;
	}
}
@media (max-width: 460px) {
	.main_logo {
		background:url(../images/pupil_premium_logo_64_alt.png) no-repeat;
		width:100%;
		height:74px;
		margin:13px 0 13px;
	}
}
.panel-body p:last-child {
	margin-bottom:0;
}
.spacer {
	border-bottom: 1px solid #dcdcdc;
	margin:10px 0 10px;
}
.progress {
	margin-bottom:10px;
}
.well {
	background-color: #ecf0f1;
	background-image:none;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 10px 10px 0 10px;
}
.well table td {
	padding-bottom:10px;
}
.well table td:last-child {
	margin-bottom:0;
}
.form_label {
	color: #2c3e50;
	padding-right:10px;
	font-weight:600;
}
input {
	box-sizing: border-box;
}
.error {
	padding-left:20px;
	width:400px;
}
.infoimage {
	cursor:pointer;
}
.panel-title {
	font-size:14px;
	font-weight:600;
}
b.header {
	font-size:16px;
}
.login_left {
	padding-left:0;
	padding-right:10px;
}
.login_centre {
	padding-left:10px;
	padding-right:10px;
}
.login_right {
	padding-left:10px;
	padding-right:0;
}
.login_left h3, .login_right h3, .login_centre h3 {
	position:relative;
}
.login_left h3 a, .login_right h3 a, .login_centre h3 a {
	font-size: 21px;
	position: absolute;
	right: 0;
	top: -2px;
	cursor:pointer;
}
@media (max-width: 991px) {
	.login_left {
		padding-left:0;
		padding-right:0;
		padding-top:10px;
	}
	.login_right {
		padding-left:0;
		padding-right:0;
		padding-top:10px;
	}
	.login_left .panel, .login_right .panel {
		margin-top:0 !important;
	}
}
@media (min-width: 992px) {
	.login_left {
		padding-left:0;
		padding-right:10px;
	}
	.login_right {
		padding-left:10px;
		padding-right:0;
	}
}
.login_left .panel, .login_right .panel, .login_centre .panel {
	margin-top:10px;
	margin-bottom:10px;
}
.login_left .well, .login_right .well {
	margin-top:10px;
	margin-bottom:10px;
}





.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: 1px solid #ddd;
}
.full_width { 
	padding-left:0;
	padding-right:0;
}
.panel-body .well p:last-child {
	margin-bottom: 10px;
}
.app_button {
	height:40px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	display: inline-block;
	margin:10px 10px 10px 0; 
}
.android {
	width:120px;
	background:url(../images/androidstore_button.png) no-repeat;
}
.apple {
	width:135px;
	background:url(../images/applestore_button.png) no-repeat;
}
.winstore {
	width:135px;
	background:url(../images/windowsstore_button.png) no-repeat;
}
.sophos {
	background:url(../images/sophos.png) no-repeat #ffffff;
	height:40px;
	padding-left:42px;
	padding-right:10px;
	color:#1a7abf;
	display:inline-block;
	line-height:40px;
	font-weight:700;
	margin:10px 10px 10px 0; 
	border:1px solid #1a7abf;
	border-radius:3px;
}
.sophos:hover {
	color:#1a7abf;
	text-decoration:none;
}
.padding_bottom {
	padding-bottom:10px;
}

/* Footer */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height:55px;
	background:url("../Images/Footer/footer_background.jpg") repeat-x;
	color:#ffffff;
	font-size:14px;
	line-height:55px;
}
@media (max-width: 767px) {
	.footer {
		font-size:12px;
		line-height:22px;
	}
}
@media (max-width: 460px) {
	.footer {
		font-size:11px;
		line-height:13px;
	}
}
.footer p {
	margin:0;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footerLeft {
	float:left;
}
@media (max-width: 767px) {
	.footerLeft {
		width:100%;
		padding-top:5px;
	}
}
@media (max-width: 460px) {
	.footerLeft {
		padding-top:7px;
	}
}
.footerRight {
	float:right;
}
@media (max-width: 767px) {
	.footerRight {
		float:left;
		width:100%;
	}
}
.footerRight p {
	float:left;
}
.atomwide {
	background: url("../Images/Footer/wavenet-footer-logo.png") no-repeat;
	float: left;
	margin: 13px 0px 0px 13px;
	width: 84px;
	height: 20px;
	display: block;
	text-indent: 9999px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.atomwide {
		margin-top:7px;
	}
}
@media (max-width: 460px) {
	.atomwide {
		background: none;
		text-indent:0;
		margin:0;
		overflow:auto;
		height:auto;
	}
}