body
{
	background:url(/graphics/backdrops/museum.jpg) no-repeat center center fixed;
	background-size: cover;
}

img
{
 border: none;
}

a
{
 text-decoration: none;
 color: #333;
}

a:visited
{
 color: #333;
}

a:hover
{
 color: #333;
 text-decoration: underline;
}

/*
	* h2
{
 font-size: 120%;
}
*/

#Header
{
 height: 150px;
 clear: both;
	overflow: hidden;
	position: static;
	padding-right:15px;
}

#Branding
{
	position: relative;
	float: left;
	margin-right: 15px;
}

#Branding img
{
	vertical-align: top;
}

#BrandingLeftShadow, #BrandingRightShadow
{
	width: 15px;
	height:150px;
	display: inline-block;
	margin:0;
}

#BrandingLeftShadow
{
	background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

#BrandingRightShadow
{
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

#LoginStatus a,
#LoginStatus a:visited
{
	 color: #000;
}
#LoginStatus
{
 color: #777;
 float: right;
}

#LoginStatus div
{
	padding: 2px 12px 0 12px;
	display: inline-block;
	vertical-align: middle;
}

#Content
{
 margin: 0;
 clear: both;
}

h1
{
/*
	colours set along with CMS_AddBanner
*/
 font-size: 200%;
 font-weight: bold;
 margin: 0;
 padding: 0.25em 0.5em;
}

#Footer
{
 clear: both;
 color: #333;
 text-align: center;
 margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
}

ul.menulist li
{
 color: #333;
 font-size: 110%;
 font-weight: bold;
 margin-top: 0.25em;
}

ul.menulist a,
ul.menulist a:visited
{
 color: #333;
	display: block;
	text-align: left;
}

ul.menulist .badge
{
	width: 6em;
}

ul.menulist a.btn
{
	white-space: normal;
}

div.cmsimagefloatright
{
 clear: right;
 float: right;
 margin: 0.5em 0 0.5em 1em;
}

div.search-result-bar span.badge {
 margin-bottom: 0.5em;
 margin-right: 0.5em;
}

.error
{
 padding: 0 1em;
 color: #ff0000;
 font-weight: bold;
}

.cannot-delete
{
 color: #f00;
}

.CMS_InputForm .file
{
 vertical-align: bottom;
}

.file img
{
 padding-right: 0.5em;
}

.CMS_InputForm .error
{
 display: block;
}

#_CMSCheckDeleteForm
{
 text-align:right;
}

#CMS_SearchResults
{
 padding-top: 0.5em;
}

div.CMS_SearchResultRecord
{
 clear: both;
}

div.CMS_SearchResultRecord div.CMS_ToolBar
{
 float: left;
 line-height: 1em;
 margin-right: 0.5em;
 margin-top: -0.5em;
 margin-bottom: 1em;
}

div.CMS_SearchResultRecord div.CMS_Title
{
 display: inline;
}

div.CMS_SearchResultRecord div.CMS_Address4
{
 display: inline;
}

div.CMS_SearchResultRecord a
{
 display: block;
}

div.past
{
 opacity: 0.5;
}

div.CMS_SearchResultRecord
{
 margin-bottom: 1em;
}

div.CMS_ToolBar
{
 margin-bottom: 0.25em;
	margin-top: 0.25em;
}

div.search-result-bar
{
	font-size: 130%;
	font-weight: 700;
	padding-top: 5px;
	padding-bottom: 5px;
}


div.CMS_Autocomplete
{
 position:absolute;
 width:250px;
 background-color:white;
 border:1px solid #888;
 margin:0;
 padding:0;
}

div.CMS_Autocomplete ul
{
 list-style-type:none;
 margin:0;
 padding:0;
}

div.CMS_Autocomplete ul li.selected
{
 background-color: #ffb;
}

div.CMS_Autocomplete ul li
{
 list-style-type:none;
 display:block;
 margin:0;
 padding:2px;
 height:1em;
 cursor:pointer;
 overflow: hidden;
}

#Content div.CMS_AddBanner 
{
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
}

#Content div.CMS_AddBanner,
h1
{
	background-color: rgba(0,0,0,0.6);
	color: #fff;
}


#Content div.CMS_AddBanner h3
{
 font-size: 200%;
 margin: 0;
 padding: 0;
}

#Content div.CMS_AddBanner .error
{
	background-color: #fff;
	padding: 0.25em;
	margin-top: 1em;
}

.veryimportant
{
 color: green;
 font-weight: bold
}

div.CMS_SearchResultRecord .notrequired
{
 background-color: #bdf;
 color: #003;
}

div.CMS_SearchResultRecord .notrequired a,
div.CMS_SearchResultRecord .notrequired a:visited
{
 color: #003;
}

div.approvalstatuscolourkey
{
 line-height: 2em;
	font-size: 90%;
}

div.approvalstatus
{
	text-align: right;
}

span.approvalstatuspanel
{
 display: inline-block;
 vertical-align: middle;
 margin-top:3px;
 margin-bottom:3px;
	font-size: 90%;
}

span.search-link-right
{
	display: inline-block;
	float: right;
	clear: left;
}

span.approvalstatustext
{
	display: inline-block;
}

span.approvalstatuspanel span
{
 border: solid #fff 2px;
 padding: 0 0.5em;
 margin: 1px 0.25em;
	border-radius: 1em;
	white-space: nowrap;
	display: inline-block;
}

span.approvalstatuspanel span.initial
{
 background-color: #ff6;
 color: #333;
}

span.approvalstatuspanel span.notrequired
{
 background-color: #bdf;
 color: #003;
}

span.approvalstatuspanel span.granted
{
 background-color: #00bb00;
 color: #ccffcc;
}

span.approvalstatuspanel span.granted:after
{
 content: ' \2713';
}


span.approvalstatuspanel span.refused
{
 background-color: #ff0000;
 color: #ffcccc;
}

span.approvalstatuspanel span.refused:after
{
 content: ' X';
}

span.approvalstatuspanel span.notgranted
{
 background-color: #6666ff;
 color: #ffffff;
}

div.CMS_SearchResultRecord div.deleted
{
 background-color: #cccccc;
 color: #900;
}

div.CMS_SearchResultRecord div.deleted a,
div.CMS_SearchResultRecord div.deleted a:visited
{
 color: #900;
}

div.CMS_SearchResultRecord div.enabled,
div.CMS_SearchResultRecord div.granted
{
 background-color: #00bb00;
 color: #ccffcc;
}

div.CMS_SearchResultRecord div.enabled.notunderemployercontrol
{
 background-color: #006600;
}

div.CMS_SearchResultRecord div.disabled.notunderemployercontrol
{
 background-color: #990000;
}


div.CMS_SearchResultRecord div.enabled a,
div.CMS_SearchResultRecord div.enabled a:visited,
div.CMS_SearchResultRecord div.granted a,
div.CMS_SearchResultRecord div.granted a:visited
{
 color: #ccffcc;
}

div.CMS_SearchResultRecord div.disabled,
div.CMS_SearchResultRecord div.refused
{
 background-color: #ff0000;
 color: #ffcccc;
}

div.CMS_SearchResultRecord div.disabled a,
div.CMS_SearchResultRecord div.disabled a:visited,
div.CMS_SearchResultRecord div.refused a,
div.CMS_SearchResultRecord div.refused a:visited
{
 color: #ffcccc;
}

div.CMS_SearchResultRecord div.unconfirmed,
div.CMS_SearchResultRecord div.notgranted
{
 background-color: #6666ff;
 color: #ffffff;
}

div.CMS_SearchResultRecord div.unconfirmed a,
div.CMS_SearchResultRecord div.unconfirmed a:visited,
div.CMS_SearchResultRecord div.notgranted a,
div.CMS_SearchResultRecord div.notgranted a:visited
{
 color: #ffffff;
}

div.CMS_SearchResultRecord div.incomplete
{
 background-color: #dddddd;
 color: #777;
}

div.CMS_SearchResultRecord div.incomplete a,
div.CMS_SearchResultRecord div.incomplete a:visited
{
 color: #777;
}

div.CMS_SearchResultRecord div.initial
{
 background-color: #ffff66;
 color: #777;
}

div.CMS_SearchResultRecord div.initial a,
div.CMS_SearchResultRecord div.initial a:visited
{
 color: #777;
}

div.CMS_SearchResultRecord div.CMS_ToolBar
{
 float: right;
 margin: 0;
 padding: 0;
}

.Yes, a.Yes, a.Yes:visited
{
 color: #090;
}

.No,
a.No,
a.No:visited
{
 color: #900;
}
/*
table#AtAGlance
{
 margin-right: 0.5em;
 padding-right:0.25em;
 display: inline;
}

table#AtAGlance th
{
 background-color: #E6EAF5;
 color: #095498;
 padding: 0.25em 0.5em;
}

table#AtAGlance th.section
{
 text-align: left;
}

table#AtAGlance th.top
{
 text-align: center;
}

table#AtAGlance td
{
 border: solid 1px #E6EAF5;
 text-align: center;
 padding: 0.25em 0.5em;
}

table#AtAGlance td.noborder
{
 border: none;
}

table#AtAGlance th.left
{
 text-align: right;
}

table#AtAGlance td
{
 text-align: center;
}
*/

table#AtAGlance tr.top th
{
 text-align: center;
}


table#AtAGlance th.inactive
{
 background-color: #ff9999;
}

div.BannerLink a, div.BannerLink a:visited
{
 color: #fff;
}

span.approved
{
 color: #339933;
}

#Content h2.warning
{
 color: #be192c;
 border-left: 14px solid #be192c;
 padding: 0.5em;
}

.CMS_InputForm .messagelist
{
 height: 150px;
 overflow: auto;
 white-space: nowrap;
}

.CMS_InputForm .messageindicator .label-container
{
 height: 150px;
 overflow: auto;
 padding-right: 0.25em;
}

.messagelist
{
 background-color: #fff;
	clear:both;
}

.messagelist table
{
 width: 100%;
}

.messagelist a,
.messagelist a:hover,
.messagelist a:visited
{
 color:#777;
 display: block;
}

.ui-widget-content .message a,
.ui-widget-content .message a:hover,
.ui-widget-content .message a:visited
{
 color:#333;
}

.CMS_InputForm .messageindicator label
{
 background-color: #f6a828;
 color: #fff;
 font-weight: bold;
}

.CMS_InputForm .messageindicator .label-container
{
	background-color: #f6a828;
}

h4.attachments
{
 border-top: solid #f6a828 1px;
 border-bottom: solid #f6a828 1px;
}

.attachment
{
 padding-right: 1em;
	margin-bottom: 5px;
}

.attachment img
{
 padding-right: 0.5em;
}

.unread
{
 font-weight: bold;
}

.menulist .unread
{
 color: #000;
}

table.CMS_audittrail
{
 font-size: xx-small;
}

table.CMS_audittrail td
{
 vertical-align: top;
 padding: 0.25em;
}

 table.CMS_audittrail td.CMS_audittime
{
 background-color: #dddddd;
 white-space: nowrap;
 border-left: solid #1F4E7A 14px;
 padding: 0.25em;
}

table.CMS_audittrail td.CMS_auditinfo
{
 background-color: #dddddd;
 width: 20%;
}

table.CMS_audittrail td.CMS_auditrecordcreated
{
 background-color: #ccffcc;
 width: 1%;
}

table.CMS_audittrail td.CMS_auditrecordedited
{
 background-color: #ffcc00;
 width: 1%;
}

table.CMS_audittrail td.CMS_auditrecorddeleted
{
 background-color: #ff9999;
 width: 1%;
}

table.CMS_auditdata
{
 width: 100%;
 border-collapse: collapse;
}

table.CMS_auditdata img
{
 margin-right: 0.5em;
}


table.CMS_auditdata th,
table.CMS_auditdata td
{
 width: 33% !important;
 border-right: solid #fff 1px;
 border-bottom: solid #fff 1px;
}
table.CMS_auditdata th
{
 text-align: center;
 background-color: #dddddd;
 white-space: nowrap;
}



table.CMS_audittrail td.CMS_auditdata
{
 padding: 0;
 margin: 0;
}


table.CMS_auditdata td
{
 background-color: #eeeeee;
}

#RecipientList select,
#FileList div.bootstrap-filestyle
{
 display: inline-block;
}

.clear
{
 clear: both;
}

.shaded
{
 color: #ccc;
}

.bannernotes
{
 text-align: left;
 font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.warning
{
 display: block;
 color: #ff0000;
 border: solid #ff0000 2px;
 padding: 0.25em;
}

.messagewarning
{
 color: #ff0000;
 border: solid #ff0000 2px;
 padding: 0.25em;
 text-align: center;
}

div.changedsinceinitialapproval
{
 color: #ff0000;
 border: solid #ff0000 4px;
 padding: 0.5em;
 font-weight: bold;
}

div.qualification
{
 border-bottom: solid #eee 5px;
	margin-bottom: 5px;
}

div.expired
{
 color: #ff0000;
 font-weight: bold;
}

.mandatory::after
{
	content: " *";
}

.mandatory
{
	color: #060;
	font-weight: 700;
}

.form-control-inline
{
	width:auto;
	display:inline-block;
}

.form-group-sm
{
	margin-bottom: 4px;
}

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

.checkbox-fix
{
	margin-left: 15px !important;
}

textarea.form-control
{
	height: 128px;
}

.top-padding
{
	padding-top: 6px;
}

.label-container
{
	text-align: right;
	margin: 0;
	padding: 0 0 0 15px;
}

div.post-label
{
 font-size: 80%;
 font-style: italic;
}

.breadcrumb
{
	display: inline-block;
	margin-bottom: 0;
}

.padded-horizontally
{
	padding-left: 15px;
	padding-right: 15px;
}

.CMS_InputForm,
.padded-vertically
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.control-label
{
	padding-left: 0.25em;
	padding-right: 0.25em;
}

.pupilnumbers .form-control
{
	display: inline-block;
	width: 75%;
}

.pupilnumbers .column-heading {
	text-align: left;
    position: relative;
    left: 6px;
}

.show-more-year-groups {
	font-style: normal;
	white-space: wrap;
}

.pupilnumbers label:not(.control-label)
{
	padding-right: 0.25em;
}

.narrow-input input,
input.narrow-input
{
	width: 25%;
	min-width: 10em;
}
.narrow-input select,
select.narrow-input
{
	width: auto;
}

#LoginForm
{
	margin-top: 0.5em;
}

dt
{
	font-size: 120%;
}

dd
{
	margin-bottom: 15px;
}

.translucent-background
{
	background-color: rgba(255,255,255,0.93);
} 

.navbar
{
	margin-bottom: 0;
}

.navbar-nav
{
	float: none;
	margin: 0 auto;
	table-layout: fixed;
	display: table;
}

.navbar-default
{
	border-radius: 0;
}

#BreadCrumbs
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#BreadCrumbs strong
{
	color: #000;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1), -2px 2px 2px rgba(255, 255, 255, 1), 2px -2px 2px rgba(255, 255, 255, 1), -2px -2px 2px rgba(255, 255, 255, 1) ;
	padding-right: 5px;
}

.navbar-default .navbar-brand
{
	font-size: 160%;
	color: #333;
}
.navbar-default .navbar-brand img
{
	display: inline-block;
	vertical-align: top;
}

.navbar-default .navbar-brand img.smallbranding
{
	width: 50px;
	height: 50px;
	margin-top: -15px;
	margin-right: 5px;
	float: left;
}

.navbar-default .navbar-brand img.exeant
{
	margin-top: -15px;
}

.navbar-header
{
	overflow: hidden;
}

.message-label
{
	text-align: right;
	font-weight:700;
}

.append-to-btn-group
{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect, 
.daterangepicker select.hourselect, 
.daterangepicker select.minuteselect, 
.daterangepicker select.secondselect 
{
 width: auto;
}

.narrow-only-gender-label {
	display: none;
}


@media (min-width: 768px)
{
	.navbar-brand
	{
		display: none;
	}
}

@media (max-width: 768px)
{
	#Header
	{
		display: none;
	}
	
	.control-label,
	.message-label
	{
		text-align: left; 
	}
	
	.label-container
	{
		text-align: left;
		padding-left: 15px;
	}
	div.approvalstatus
	{
		text-align: left;
	}
	
	.pupilnumbers .column-heading {
		left: 0px;
	}

	.narrow-only-gender-label {
		display: inline-block;
		width: 2em;
		text-align: right;
	}
}

@media print
{
 .hide-if-printer,
 .CMS_Toolbar,
 #Header,
 #BreadCrumbs,
 #LoginStatus,
 #Footer
 {
  display: none;
 }

table.CMS_InputForm th,
table.CMS_InputForm th.mandatory,
table.CMS_InputForm td,
h1
{
 border-left: none;
}


