﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.Clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.Clearfix {
	display: inline-block;
}

html[xmlns] .Clearfix:not(ul) {
	display: block;
}

* html .Clearfix {
	height: 1%;
}
/* Fonts - Start */
@font-face {
	font-family: 'RobotoCondensedLT';
	src: url('fonts/robotocondensed-light-webfont.eot');
	src: url('fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-light-webfont.woff') format('woff'), url('fonts/robotocondensed-light-webfont.ttf') format('truetype'), url('fonts/robotocondensed-light-webfont.svg#robotocondensed-light-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensedBold';
	src: url('fonts/robotocondensed-bold-webfont.eot');
	src: url('fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-bold-webfont.woff') format('woff'), url('fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('fonts/robotocondensed-bold-webfont.svg#robotocondensed-bold-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoCondensedReg';
	src: url('fonts/robotocondensed-regular-webfont.eot');
	src: url('fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-regular-webfont.woff') format('woff'), url('fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('fonts/robotocondensed-regular-webfont.svg#robotocondensed-regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Fonts - End */
* {
	outline-color: #00aeee;
}
/*Change based on theme*/
body {
	background-color: #fff;
	color: #676769;
	font-family: RobotoCondensedLT, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:hover {
	color: #38393c;
	font-family: RobotoCondensedBold, inherit;
	text-decoration: none;
}

p {
	line-height: 1.5;
}

main article a:hover, .Selected a {
	color: #00aeee;
}
/*main a:visited { color:#00aeee; } */
header {
	background: url(../images/admin/headrpt.jpg) top left repeat;
	padding: .5em 20%;
	width: 60%;
}

	header a {
		margin-top: .2em;
	}

	header a, header p {
		float: left;
		font-size: 1.5em;
	}

		header p b {
			font-family: RobotoCondensedBold, inherit;
		}

	header p, header span, header span a, td.Additional a, h1 a, h2 a, div.TableWrap table th a, div.TableWrap table tfoot td.Additional input[type=button], div.TableWrap table tfoot td.Additional input[type=submit], .customDownloadImage {
		background: url(../images/admin/sprite.png) top left no-repeat;
	}
	/*h2 a  { background:url(../images/admin/adminsprite.svg) top left no-repeat; }*/
	header p {
		display: inline-block;
		line-height: 1;
		margin-left: 1em;
		padding: .35em 1.1em;
	}

	header span {
		background-position: right -6em;
		float: right;
		font-size: .9em;
		margin-top: .3em;
		padding-right: 2em;
		clear: right;
	}

		header span a {
			background-position: left -2.75em;
			color: #d29a09;
			padding-left: 1.5em;
		}

			header span a + a {
				background: none;
				border-left: 2px solid #d29a09;
				margin-left: .7em;
				padding-left: .7em;
			}

			header p, header span a:hover {
				color: #c9c9c9;
			}

.Environment {
	color: red;
	float: left;
}

header + nav {
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(237,238,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(237,238,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(237,238,240,1) 100%); /* W3C */
	border-bottom: 1px #e0e1e5 solid;
	box-shadow: inset 0 5px 5px -2px #c8c8c8, 0 5px 5px -2px #eee;
	padding: 0 20%;
	text-align: center;
}

	header + nav ul {
		display: inline-block;
	}

		header + nav ul li {
			float: left;
			margin-left: 2em;
		}

			header + nav ul li:first-child {
				margin-left: 0;
			}

			header + nav ul li a {
				color: #3a3a3c;
				display: inline-block;
				font-family: RobotoCondensedBold, inherit;
				font-size: 1.1em;
				padding: .6em 0;
				text-shadow: 0 1px 0 #fff;
				text-transform: uppercase;
			}

				header + nav ul li a:hover, header + nav ul li a.active {
					border-bottom: #00aeed .3em solid;
					padding: .6em 0 .1em;
				}

			header + nav ul li:last-child {
				position: absolute;
				margin-left: 600px;
				padding: .6em 0 .1em;
			}

main, footer {
	display: block;
	margin: 0 20%;
}

	main aside {
		margin-top: 2em;
		text-align: center;
	}

		main aside > ul > li {
			display: none;
		}

			main aside > ul > li > a {
				display: none;
			}

body.Inspections-Index main aside ul li.Inspections, body.Task-Tasks main aside ul li.Inspections, body.Inspections-Approve main aside ul li.Inspections, body.Inspections-Completed main aside ul li.Inspections, body.Inspections-Deleted main aside ul li.Inspections, body.Correspondence-CorrespondenceCriteria main aside ul li.Inspections, body.Maintenance-Maintenance main aside ul li.Inspections, body.Maintenance-Detail main aside ul li.Inspections, body.Inspections-Review main aside ul li.Inspections, body.Correspondence-CorrespondenceSelection main aside > ul > li.Inspections, body.Correspondence-CorrespondencePrint main aside > ul > li.Inspections, body.Correspondence-CorrespondenceEmail main aside > ul > li.Inspections,
body.OnlineInventory-Index main aside ul li.Inventory, body.OnlineInventory-Open main aside ul li.Inventory, body.OnlineInventory-Accepted main aside ul li.Inventory, body.OnlineInventory-Disputed main aside ul li.Inventory, body.OnlineInventory-GetCommentsForThread main aside ul li.Inventory, body.ActionGroups-Group main aside > ul > li.Configure,
body.Sync-Index main aside ul li.SyncManager, body.Sync-Devices main aside ul li.SyncManager, body.Sync-Device main aside ul li.SyncManager,
body.Configure-Index main aside > ul > li.Configure, body.Inventory-Index main aside > ul > li.Configure, body.Rooms-Index main aside > ul > li.Configure, body.Actions-Actions main aside > ul > li.Configure, body.Configure-Inspections main aside > ul > li.Configure, body.Email-Index main aside > ul > li.Configure, body.Charges-Thresholds main aside > ul > li.Configure, body.Messages-Messages main aside > ul > li.Configure, body.License-Index main aside > ul > li.Configure, body.ActionGroups-Groups main aside > ul > li.Configure,
body.Rooms-ResidentialRooms main aside > ul > li.Configure, body.Rooms-ResidentialRoom main aside > ul > li.Configure, body.Rooms-CommunalRooms main aside > ul > li.Configure, body.Rooms-Groups main aside > ul > li.Configure, body.Rooms-CommunalRoom main aside > ul > li.Configure, body.Rooms-Group main aside > ul > li.Configure, body.Actions-Action main aside > ul > li.Configure, body.Configure-Inspection main aside > ul > li.Configure, body.Charges-Threshold main aside > ul > li.Configure,
body.License-Required main aside > ul > li.Configure, body.License-Manual main aside > ul > li.Configure, body.Rooms-CommunalRoomTypes main aside > ul > li.Configure, body.Rooms-CommunalRoomType main aside > ul > li.Configure, body.Inventory-Items main aside > ul > li.Configure, body.Inventory-Templates main aside > ul > li.Configure, body.Inventory-Item main aside > ul > li.Configure,
body.Email-InspectionTemplates main aside > ul > li.Configure, body.Email-InventoryTemplates main aside > ul > li.Configure, body.Email-Settings main aside > ul > li.Configure, body.Inspections-ResolveReviewConflicts main aside > ul > li.Inspections, body.Email-Template main aside > ul > li.Configure, body.User-Index main aside > ul > li.Configure, body.User-Users main aside > ul > li.Configure, body.User-Roles main aside > ul > li.Configure, body.User-DomesticAssistants main aside > ul > li.Configure,
body.User-KxInspectionsUsers main aside > ul > li.Configure, body.User-CleaningInspectionsUsers main aside > ul > li.Configure, body.User-DomesticAssistant main aside > ul > li.Configure, body.Inventory-Template main aside > ul > li.Configure, body.License-Summary main aside > ul > li.Configure, body.Actions-Index main aside > ul > li.Configure, body.Templates-Index main aside > ul > li.Configure, body.Admin-Index main aside > ul > li.Configure, body.Inventory-ResidentialRoomTemplates main aside > ul > li.Configure, body.Inventory-CommunalRoomTemplates main aside > ul > li.Configure {
	display: block;
}

	body.Configure-Index main aside > ul > li.Configure ul li ul, body.Inventory-Index main aside > ul > li.Configure ul li ul, body.Rooms-Index main aside > ul > li.Configure ul li ul, body.Actions-Actions main aside > ul > li.Configure ul li ul, body.Configure-Inspections main aside > ul > li.Configure ul li ul, body.Email-Index main aside > ul > li.Configure ul li ul, body.Charges-Thresholds main aside > ul > li.Configure ul li ul, body.Messages-Messages main aside > ul > li.Configure ul li ul,
	body.License-Index main aside > ul > li.Configure ul li ul, body.Rooms-ResidentialRooms main aside > ul > li.Configure ul li ul, body.Rooms-ResidentialRoom main aside > ul > li.Configure ul li ul, body.Rooms-CommunalRooms main aside > ul > li.Configure ul li ul, body.Rooms-Groups main aside > ul > li.Configure ul li ul, body.Rooms-CommunalRoom main aside > ul > li.Configure ul li ul, body.Rooms-Group main aside > ul > li.Configure ul li ul, body.Actions-Action main aside > ul > li.Configure ul li ul, body.ActionGroups-Groups main aside > ul > li.Configure ul li ul, body.ActionGroups-Group main aside > ul > li.Configure ul li ul,
	body.Configure-Inspection main aside > ul > li.Configure ul li ul, body.Charges-Threshold main aside > ul > li.Configure ul li ul, body.License-Required main aside > ul > li.Configure ul li ul, body.License-Manual main aside > ul > li.Configure ul li ul, body.Rooms-CommunalRoomTypes main aside > ul > li.Configure ul li ul, body.Rooms-CommunalRoomType main aside > ul > li.Configure ul li ul, body.Inventory-Items main aside > ul > li.Configure ul li ul, body.Inventory-Templates main aside > ul > li.Configure ul li ul, body.Inventory-Item main aside > ul > li.Configure ul li ul, body.Inspections-Review main aside > ul > li.Configure ul li ul,
	body.Email-InspectionTemplates main aside > ul > li.Configure ul li ul, body.Email-InventoryTemplates main aside > ul > li.Configure ul li ul, body.Email-Settings main aside > ul > li.Configure ul li ul, body.Inspections-ResolveReviewConflicts main aside > ul > li.Inspections ul li ul, body.Email-Template main aside > ul > li.Configure ul li ul, body.Correspondence-CorrespondenceSelection main aside > ul > li.Configure ul li ul, body.Correspondence-CorrespondencePrint main aside > ul > li.Configure ul li ul, body.User-Index main aside > ul > li.Configure ul li ul, body.User-Roles main aside > ul > li.Configure ul li ul, body.User-Users main aside > ul > li.Configure ul li ul,
	body.User-DomesticAssistants main aside > ul > li.Configure ul li ul, body.User-KxInspectionsUsers main aside > ul > li.Configure ul li ul, body.User-CleaningInspectionsUsers main aside > ul > li.Configure ul li ul, body.User-DomesticAssistant main aside > ul > li.Configure ul li ul, body.Inventory-Template main aside > ul > li.Configure ul li ul, body.License-Summary main aside > ul > li.Configure ul li ul, body.Actions-Index main aside > ul > li.Configure ul li ul, body.Templates-Index main aside > ul > li.Configure ul li ul, body.Admin-Index main aside > ul > li.Configure ul li ul, body.Inventory-ResidentialRoomTemplates main aside > ul > li.Configure ul li ul, body.Inventory-CommunalRoomTemplates main aside > ul > li.Configure ul li ul {
		display: none;
	}

main aside ul li {
	float: left;
    margin-right:-6px;
}

	main aside ul li a, main aside ul li a:hover {
		background: #5A5B5F;
		background: -webkit-linear-gradient(top, rgba(90,91,95,1) 0%,rgba(90,91,95,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top, rgba(90,91,95,1) 0%,rgba(90,91,95,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(90,91,95,1) 0%,rgba(90,91,95,1) 100%); /* W3C */
		border-left: 1px solid #696a6e;
		border-right: 1px solid #37383c;
		box-shadow: 0 3px 3px -2px #d9dadc;
		color: #e6e6e8;
		display: inline-block;
		font-family: RobotoCondensedBold, inherit;
		padding: .5em 1em;
		text-transform: uppercase;
	}

		main aside ul li a.active, main aside ul li a:hover {
			background: rgb(3,85,125);
			background: -webkit-linear-gradient(top, rgba(3,85,125,1) 0%,rgba(2,127,193,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -ms-linear-gradient(top, rgba(3,85,125,1) 0%,rgba(2,127,193,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom, rgba(3,85,125,1) 0%,rgba(2,127,193,1) 100%); /* W3C */
		}

	main aside ul li ul li:first-child a {
		border-radius: 1em 0 0 1em;
	}

	main aside ul li ul li:last-child a {
		border-radius: 0 1em 1em 0;
	}

main article {
	margin: 1em 0;
}

	main article h1, main article h2 {
		background: #fefefe;
		background: -webkit-linear-gradient(top, rgba(241,242,244,1) 0%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top, rgba(241,242,244,1) 0%,rgba(254,254,254,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(241,242,244,1) 0%,rgba(254,254,254,1) 100%); /* W3C */
		border-bottom: #cbcfd2 1px solid;
		border-top: #cbcfd2 1px solid;
		font-family: RobotoCondensedBold, inherit;
		font-size: 1em;
		padding: .6em 3%;
		position: relative;
		text-transform: uppercase;
	}

	main article div.TableWrap, section div.TableWrap, main article div.ContentWrap {
		background: #fafbfd;
		border-bottom: 1px solid #cdced0;
		border-top: 1px solid #cdced0;
		margin-bottom: 1em;
		padding: 1em 5%;
		position: relative;
	}

	main article div.ContentWrap {
		background: none;
		border-top: none;
		padding: 1em 3%;
	}

		main article h1:after, main article h1:before, main article h2:before, main article h2:after, main article div.TableWrap:before, main article div.TableWrap:after, main article div.ContentWrap:before, main article div.ContentWrap:after {
			background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
			background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
			content: ' ';
			display: inline-block;
			width: 3%;
			position: absolute;
			left: 0;
			top: -1px;
			bottom: -1px;
		}

		main article h1:after, main article h2:after, main article div.TableWrap:after, main article div.ContentWrap:after {
			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
			background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
			left: auto;
			right: 0;
		}

	main article h1 + div.TableWrap {
		border-top: none;
	}

	main article h1 a, main article h2 a {
		background-position: left -14em;
		padding-left: 1.6em;
	}

		main article h1 a:hover, main article h2 a:hover {
			background-position: left -16.45em;
		}

ol.Link {
	margin: 1em 1.5%;
	width: 30%;
}

div.TableWrap table.NoBorderTableInWrap tr td {
	border-left: none;
	border-right: none;
}

div.TableWrap table.NoBorderTableInWrap tr {
	height: 50px;
}

div.TableWrap table {
	text-align: left;
}

	div.TableWrap table th:first-child, div.TableWrap table td:first-child {
		text-align: left;
	}

	div.TableWrap table td, div.TableWrap table th {
		border-left: #cbcfd2 1px solid;
		border-right: #cbcfd2 1px solid;
		vertical-align: middle;
	}

	div.TableWrap table th {
		font-family: RobotoCondensedBold, inherit;
		padding: 0 1em .7em;
		text-transform: uppercase;
		vertical-align: middle;
	}

		div.TableWrap table td:first-child, div.TableWrap table th:first-child {
			border-left: none;
			vertical-align: middle;
		}
	/*div.TableWrap.NarFirstCol table td, div.TableWrap.NarFirstCol table th { width:25%; }*/
	div.TableWrap table tr td:last-child, div.TableWrap table tr th:last-child {
		border-right: none;
	}

	div.TableWrap table tr:last-child td {
		padding-bottom: 0;
	}

	div.TableWrap table td {
		padding: 0 1em;
	}

		div.TableWrap table td.Link {
			padding: 0;
		}

			div.TableWrap table td.Link a, ol.Link li a,
			div.ui-accordion-content a {
				color: #01afee;
				display: block;
				padding: .3em 1em;
			}

div.NoLinks table td {
	padding: .3em 1em;
}

div.TableWrap table td.Link a:hover, ol.Link li a:hover,
div.ui-accordion-content a:hover {
	background-color: #4e4f53;
	color: #fff;
}

div.TableWrap table th a, div.TableWrap table a:hover {
	color: #01afee;
}

div.TableWrap table th a {
	padding-left: 2em;
}

	div.TableWrap table th a[href$=Descending] {
		background-position: left -21.6em;
	}

		div.TableWrap table th a[href$=Descending]:hover {
			background-position: left -26.8em;
			color: #676769;
		}

	div.TableWrap table th a[href$=Ascending] {
		background-position: left -24.3em;
	}

		div.TableWrap table th a[href$=Ascending]:hover {
			background-position: left -19.15em;
			color: #676769;
		}

div.TableWrap.Wide table {
	width: 100%;
}

div.TableWrap table td.Left {
	text-align: left;
}

div.TableWrap table td.Right {
	text-align: right;
}

div.TableWrap table td.Empty {
	padding-top: 1em;
	text-align: center;
}

div.TableWrap table tfoot td.Additional {
	text-align: left;
}

	div.TableWrap table tfoot td.Additional label,
	div.TableWrap table tfoot td.Additional input[type=checkbox] {
		cursor: pointer;
	}

	div.TableWrap table tfoot td.Additional label,
	div.TableWrap table tfoot td.Additional a {
		position: relative;
		top: -.2em;
	}

	div.TableWrap table tfoot td.Additional label {
		margin-right: .5em;
	}

	div.TableWrap table tfoot td.Additional a {
		background-position: left -10.9em;
		color: #676769;
		display: inline-block;
		font-family: RobotoCondensedReg, inherit; /*overflow:hidden; text-indent:100%; white-space:nowrap;*/
		padding-left: 2.5em;
		width: 7em;
	}

.customDownloadImage {
	background-position: left -63em;
	line-height: 1.3;
}

	.customDownloadImage:hover {
		background-position: left -67.07em;
	}

div.TableWrap table tfoot td.Additional a.Export {
	background-position: left -69.9em;
	line-height: 1.8;
	margin-left: 1.7em;
}

	div.TableWrap table tfoot td.Additional a.Export:hover {
		background-position: left -74.2em;
	}

div.TableWrap table tfoot td.Additional a#DownloadAll {
	background-position: left -61.4em;
	line-height: 1.8;
}

	div.TableWrap table tfoot td.Additional a#DownloadAll:hover {
		background-position: left -65.35em;
	}

div.TableWrap table tfoot td.Additional a#MassEditSave {
	background-position: left -41.1em;
	line-height: 1.8;
	color: #38393c;
	font-size: 1.1em;
	padding-left: 2em;
	font-weight: bold;
	margin-left: 2em;
}

	div.TableWrap table tfoot td.Additional a#MassEditSave:hover {
		background-position: left -44.9em;
		color: #00AEEE;
	}

div.TableWrap table tfoot td.Additional label.Button {
	cursor: default;
	display: inline-block;
	margin-right: 1em;
}

div.TableWrap table tfoot td.Additional input[type=button], div.TableWrap table tfoot td.Additional input[type=submit] {
	border: none;
	color: #38393c;
	font-size: 1.1em;
	padding-left: 2em;
}

	div.TableWrap table tfoot td.Additional input[type=button]:hover, div.TableWrap table tfoot td.Additional input[type=submit]:hover {
		color: #00aeee;
	}

	div.TableWrap table tfoot td.Additional input[type=button].Edit {
		background-position: left -33.3em;
	}

		div.TableWrap table tfoot td.Additional input[type=button].Edit:hover {
			background-position: left -36.75em;
		}

	div.TableWrap table tfoot td.Additional input[type=button].MassEdit {
		background-position: left -71.0em;
	}

		div.TableWrap table tfoot td.Additional input[type=button].MassEdit:hover {
			background-position: left -74.9em;
		}

	div.TableWrap table tfoot td.Additional input[type=submit].Save {
		background-position: left -40.8em;
	}

		div.TableWrap table tfoot td.Additional input[type=submit].Save:hover {
			background-position: left -44.7em;
		}

	div.TableWrap table tfoot td.Additional input[type=button].Cancel {
		background-position: left -48.4em;
	}

		div.TableWrap table tfoot td.Additional input[type=button].Cancel:hover {
			background-position: left -51.5em;
		}

div.TableWrap tfoot td {
	border: none;
	font-size: .8em;
	padding-top: 2em;
}

	div.TableWrap tfoot td:first-child {
		text-align: left;
	}

div.TableWrap tfoot ul.Paging {
	float: none;
}

	div.TableWrap tfoot ul.Paging li {
		float: left;
		font-size: 1.1em;
		padding: 0 .2em;
	}

div.TableWrap ~ p {
	font-size: .8em;
	margin-bottom: .5em;
}

footer {
	clear: both;
	color: #adadad;
	font-size: .8em;
	text-align: right;
}

fieldset, div.SingleFilter {
	margin: .7em 3%;
}

	fieldset legend.Accessible {
		position: absolute;
		left: -999em;
	}

	fieldset li {
		float: left;
		margin-left: 2%;
	}

		fieldset li:first-of-type {
			margin-left: 0;
		}

		fieldset li label, fieldset li select {
			margin-top: .4em;
		}

		fieldset li select, .SingleFilter select {
			cursor: pointer;
			padding: .3em;
		}

		fieldset li label {
			display: inline;
			padding-right: .5em;
		}

	fieldset ol + ol {
		clear: both;
		float: left;
		margin-top: .5em;
		width: 100%;
	}

		fieldset ol + ol li input[type=text], fieldset.Template ol li input[type=text] {
			padding: .3em .5em;
			width: 6em;
		}

	fieldset.Template ol + ol {
		width: 100%;
	}

	fieldset ol li input[type=button], fieldset ol li input[type=submit] {
		padding: .2em 1em;
	}

	fieldset ol li input[type=submit] {
		float: right;
	}

	fieldset ol li input[type=text] {
		margin-top: .2em;
		padding: .35em .5em;
	}

div.Loader {
	background: #000;
	bottom: 0;
	display: none;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

	div.Loader img {
		left: 50%;
		margin-left: -2.25em;
		position: fixed;
		top: 50%;
		width: 4.5em;
	}

fieldset.Form, .Popup textarea, .Popup div.Navigation {
	width: 40%;
}

ol.Form {
	margin-left: 3%;
	width: 50%;
}

	fieldset.Form ol li, ol.Form li {
		float: none;
		font-weight: bold;
		margin: .7em 0;
		position: relative;
	}

		fieldset.Form ol li span, ol.Form li span {
			display: inline-block;
			float: left;
			font-weight: normal;
			margin-top: .3em;
			width: 30%;
		}

		ol.Form li span {
			width: 50%;
			margin-top: 0;
		}

		fieldset.Form ol li span.field-validation-valid {
			float: right;
		}

		fieldset.Form ol li span + label {
			display: block;
			padding-top: .3em;
		}

		fieldset.Form ol li.Checkbox, fieldset.Form ol li.Radio {
			padding-left: 20px;
		}

			fieldset.Form ol li.Checkbox label, fieldset.Form ol li.Radio label {
				font-weight: normal;
			}

			fieldset.Form ol li.Checkbox input, fieldset.Form ol li.Radio input {
				float: left;
				line-height: normal;
				margin-top: 2px;
				margin-left: -20px;
			}

		fieldset.Form ol li.Navigation input.InputButton, .Popup div.Navigation input.InputButton {
			float: right;
		}

		fieldset.Form ol li select {
			width: 69%;
		}

		fieldset.Form ol li textarea, .Popup textarea {
			font-family: RobotoCondensedReg, inherit;
			font-size: 1em;
			height: 10em;
			padding: 1% 2%;
			width: 65%;
		}

.Popup div.Navigation {
	margin-top: 1.5em;
}

.Popup textarea {
	width: 35%;
}

fieldset.Form ol li .field-validation-error {
	color: red;
	left: 100%;
	margin-left: 10px;
	min-width: 100%;
	position: absolute;
}

	fieldset.Form ol li .field-validation-error span {
		margin-top: 0;
		width: auto;
	}

fieldset.Edge {
	position: relative;
}
/*fieldset.Edge ol li:last-child a { position:absolute; right:0; top:31%; }*/
a.Android {
	display: inline-block;
	margin-left: 3%;
}

fieldset.Edge ol li > span {
	color: #d13a3a;
	display: block;
	margin-top: .5em;
	text-align: right;
}

input[type=text], input[type=password] {
	background: #f7f7f7; /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	border: #dee1e6 1px solid;
	color: #939498;
	font-size: 1em;
	margin-top: .3em;
	padding: .4em .5em;
}

input[type=submit], input[type=button], a.Button, div.Navigation a, div.Navigation.Correspondence button {
	background: #eeefef;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,239,239,1) 100%); /* W3C */
	border: 1px solid #e3e6e7;
	color: #84898b;
	cursor: pointer;
	font-family: 'RobotoCondensedBold', inherit;
	font-size: 1em;
	padding: .5em 1em;
	text-transform: uppercase;
}

fieldset.Edge input[type=submit], fieldset.Edge input[type=button] {
	padding: .5em 1em;
}
/*a.button { float:right; padding:.4em 1em; margin:.1em 1em 0 0; }*/
input[type=submit]:hover, input[type=button]:hover, a.Button:hover, div.Navigation a:hover, div.Navigation.Correspondence button:hover {
	background: #979b9c; /* Old browsers */
	background: -webkit-linear-gradient(top, rgba(151,155,156,1) 0%,rgba(130,133,134,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(151,155,156,1) 0%,rgba(130,133,134,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(151,155,156,1) 0%,rgba(130,133,134,1) 100%); /* W3C */
	color: #f9f9f9;
}

a.Button.Cancel {
	float: right;
	margin: .1em 1em 0 0;
	padding: .4em 1em;
}

div.Navigation {
	margin: 1em 3% 2em;
}

	div.Navigation a {
		display: inline-block;
	}
/*ResidentialRoom*/
main article h1 + h2 {
	margin-top: 1em;
}

main article h2 {
	background: #F8F8F8;
}

	main article h1 a, main article h2 a {
		float: right;
	}

	main article h2 + div.TableWrap {
		border-top: none;
	}

fieldset ol li.Last {
	line-height: 1.5;
}

	fieldset ol li.Last table {
		float: left;
	}

		fieldset ol li.Last table + a {
			display: inline-block;
			float: right;
			margin-left: .7em;
		}
/*Inventory Index*/
h2 + div.Grace, p.Padding {
	margin: .3em 1em;
}

	h2 + div.Grace input[type=text] {
		width: 3em;
	}

	h2 + div.Grace input[type=submit] {
		margin-left: 1em;
	}
/*update*/
.ReviewIndicatorOverThreshold, .ReviewConflict, .ReviewAlreadyApproved {
	font-weight: bold;
}

.ReviewIndicatorOverThreshold {
	color: #388FFF;
}

.ReviewConflict {
	color: #FF4F4F;
}

.ReviewAlreadyApproved {
	color: #FFA000;
}
/*Popup*/
div#PopupContainer {
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	overflow: hidden;
}

	div#PopupContainer > iframe {
		display: inline-block;
		left: 50%;
		margin-left: -20%;
		margin-top: -20%;
		position: absolute;
		top: 50%;
		width: 45%;
	}

body.Popup {
	background: none transparent;
	position: relative;
}

	body.Popup div.TableWrap {
		background: #fff;
	}

h2.PopupTitle {
	background: #5A5B5F;
	background: -webkit-linear-gradient(top, rgba(90,91,95,1) 0%,rgba(90,91,95,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(90,91,95,1) 0%,rgba(90,91,95,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(90,91,95,1) 0%,rgba(90,91,95,1) 100%); /* W3C */
	border-left: 1px solid #696a6e;
	border-right: 1px solid #37383c;
	box-shadow: 0 3px 3px -2px #d9dadc;
	color: #e6e6e8;
	float: none;
	font-family: RobotoCondensedBold, inherit;
	padding: .7em 3%;
	text-transform: uppercase;
	width: 93.8%;
}

	h2.PopupTitle + a {
		position: absolute;
		right: .7em;
		top: .5em;
	}

	h2.PopupTitle ~ section div.TableWrap {
		margin-bottom: 0;
		overflow-x: auto;
	}
/*SummerMaintenence*/
div.TableWrap table td.States, div.TableWrap table th.States {
	border: none;
}
/*Accepted Inventories*/
main article div.TableWrap.Half,
main div#accordion {
	float: left;
	width: 48%;
}

main article div.TableWrap.Half {
	padding: 1em 1%;
}

	main article div.TableWrap.Half:after {
		background: none;
	}

main div#accordion {
	float: right;
}

	main div#accordion h3 {
		background: none;
		border-left: none;
		border-right: none;
		border-radius: 0;
		border-top: none;
		font-family: RobotoCondensedReg, inherit;
		font-size: .9em;
		margin: 0;
	}

		main div#accordion h3 span {
			margin-right: 1em;
		}

		main div#accordion h3:first-child {
			border-top: 1px solid #d3d3d3;
		}

		main div#accordion h3.ui-state-hover, main div#accordion h3.ui-accordion-header-active {
			background: #fafbfd;
			border-color: #d3d3d3;
		}

	main div#accordion .ui-accordion-content {
		border-left: none;
		border-right: none;
		font-family: RobotoCondensedLt, inherit;
		padding: 0;
	}

		main div#accordion .ui-accordion-content h2 {
			background: none;
			border: none;
			font-size: .9em;
			padding: .3em 1em;
			position: relative;
			text-transform: capitalize;
		}

			main div#accordion .ui-accordion-content h2 a {
				background-image: none;
				position: absolute;
				right: 0;
				top: 0;
			}

		main div#accordion .ui-accordion-content ol {
			margin-bottom: 1em;
		}

			main div#accordion .ui-accordion-content ol li ol.Active {
				margin: .25em 3.5%;
			}

			main div#accordion .ui-accordion-content ol li.Student, main div#accordion .ui-accordion-content ol li.Admin {
				font-size: .8em;
				margin-bottom: .5em;
			}

			main div#accordion .ui-accordion-content ol li.Admin {
				text-align: right;
			}

		main div#accordion .ui-accordion-content h2:after {
			background: none;
		}

.AcceptCTA {
	font-size: 95%;
}
/*Email Templates*/
fieldset ol li.Textarea {
	clear: both;
	width: 100%;
}

	fieldset ol li.Textarea + li {
		clear: both;
	}

fieldset ol li.Options {
	text-align: right;
	width: 100%;
}

	fieldset ol li.Options input:first-child {
		float: left;
	}
/*Dropdown*/
.dropdown li {
	float: none;
}

article .AssetContainerWide {
	border: none;
	margin: 0 3%;
}

article .ui-corner-all {
	border-radius: 0;
}

article .ui-tabs .ui-tabs-panel {
	border: 1px solid #ccc;
	border-top: none;
}

	article .ui-tabs .ui-tabs-panel table {
		width: 100%;
	}

.ui-tabs .ui-tabs-nav li {
	border-radius: 0;
}

main article div.TableWrap.Tabbed {
	border: none;
	margin-top: 1em;
}

main article div.TabsContent h3 {
	font-family: RobotoCondensedBold, inherit;
}

main article div.TableWrap.Tabbed td, main article div.TableWrap.Tabbed th, main article div.TabsContent p, main article div.TabsContent ol.Form li {
	font-family: RobotoCondensedReg, inherit;
}

main article div.TabsContent ol.Form {
	width: 65%;
}

	main article div.TabsContent ol.Form li span {
		width: 40%;
	}

main article div.TableWrap.Tabbed tfoot td {
	font-size: 1em;
	text-align: right;
}

main article div.GenNotes {
	margin: 0 auto;
	width: 94%;
}

	main article div.GenNotes h4 {
		font-size: .9em;
	}

	main article div.GenNotes div {
		float: right;
		width: 49%;
	}

		main article div.GenNotes div:first-child {
			float: left;
		}

		main article div.GenNotes div textarea {
			margin-top: .5em;
		}

main article div.TabsContent div.InspectList h1 span {
	float: right;
}

.Navigation.Right {
	float: right;
	position: relative;
	z-index: 50;
}

main article div.TabsContent p {
	margin-bottom: 2em;
}

.MarginBottom {
	margin-bottom: 3em;
}

.Navigation.MarginRight {
	margin-right: 12%;
}

.plupload_header_content {
	background: none !important;
	padding-left: 1em !important;
}

.Popup .TableWrap fieldset.Form {
	width: 60%;
}

	.Popup .TableWrap fieldset.Form label {
		display: inline-block;
		float: left;
		width: 40%;
	}

	.Popup .TableWrap fieldset.Form textarea {
		width: 43%;
	}

.jHtmlArea {
	display: block !important;
	float: none !important;
	margin: 2.5em auto;
}

.Template ol li label {
	display: inline-block;
	margin-left: 2em;
	width: 6em;
}

body.Email-Template article {
	position: relative;
}
	/*for email template drop-down*/
	body.Email-Template article #InspectionMergeTags {
		left: auto !important;
		right: 0;
		top: 175px !important;
	}
/*Uploaded Images*/
.Uploaded h3 {
	margin: 1em 0;
}

.Uploaded ul {
	width: 100%;
}

.Uploaded > ul > li {
	border-left: 1px solid #ccc;
	float: left;
	margin-left: 2%;
	padding-left: 2%;
}

	.Uploaded > ul > li:first-child {
		border: none;
		padding-left: 0;
		margin-left: 0;
	}

.Uploaded ul li a {
	color: #01afee;
	display: block;
	margin: .3em 0;
	padding: .3em 0;
	text-align: center;
	width: 100%;
}

	.Uploaded ul li a:hover {
		background-color: #4e4f53;
		color: #fff;
	}
/*Uploaded Images Thumbnail-2*/
.Thumbnail h3 {
	margin: 1em 0;
}

.Thumbnail ul {
	width: 100%;
}

.Thumbnail > ul > li {
	float: left;
	margin: 5px 10px 5px 10px;
	text-align: center;
	padding: 5px;
}

.Thumbnail ul li a {
	color: #01afee;
	display: block;
	margin: .3em 0;
	padding: .3em 0;
	text-align: center;
	width: 100%;
}

	.Thumbnail ul li a:hover {
		background-color: #4e4f53;
		color: #fff;
	}
/*send correspondence*/
div.Navigation.Correspondence p {
	display: inline;
}

div.Navigation.Correspondence a {
	padding: .7em 1em;
}

div.Navigation.Correspondence .InputButton {
	float: right;
}

h1.Secondary {
	margin-top: 2em;
}

li.Text {
	padding-top: .6em;
}

	li.Text strong {
		font-family: RobotoCondensedBold, inherit;
	}

.StudentsWithoutEmail {
	font-weight: bold;
	color: #388FFF;
}
/*Message*/
div.Message {
	color: #d29a09;
}

	div.Message p {
		font-family: RobotoCondensedBold, inherit;
		margin: .7em 3% 2em;
	}

.SequenceDown {
	background: url(../images/admin/sprite.png) top left no-repeat;
	background-position: left -21.6em;
	height: 10px;
	margin-left: 12px;
}

.SequenceUp {
	background: url(../images/admin/sprite.png) top left no-repeat;
	background-position: left -24.3em;
	height: 10px;
	margin-left: 12px;
}

/* --- EASYDROPDOWN METRO THEME --- */

/* PREFIXED CSS */

.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after,
.dropdown .carat,
.dropdown .carat:after,
.dropdown .selected::after,
.dropdown:after {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

	.dropdown .selected::after,
	.dropdown.scrollable div::after {
		-webkit-pointer-events: none;
		-moz-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
	}

/* WRAPPER */

.dropdown {
	position: relative;
	width: 250px;
	cursor: pointer;
	font-weight: 200;
	background: #f8f8f8;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

	.dropdown.open {
		z-index: 2;
	}

	.dropdown:hover {
		background: #f4f4f4;
	}

	.dropdown:after {
		content: '';
		position: absolute;
		right: 3px;
		bottom: 3px;
		top: 2px;
		width: 30px;
		background: transparent;
	}

	.dropdown.focus:after {
		background: #0180d1;
	}

	/* CARAT */

	.dropdown .carat,
	.dropdown .carat:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -4px;
		border: 8px solid transparent;
		border-top: 8px solid #000;
		z-index: 2;
		-webkit-transform-origin: 50% 20%;
		-moz-transform-origin: 50% 20%;
		-ms-transform-origin: 50% 20%;
		transform-origin: 50% 20%;
	}

		.dropdown .carat:after {
			margin-top: -10px;
			right: -8px;
			border-top-color: #f8f8f8;
		}

	.dropdown:hover .carat:after {
		border-top-color: #f4f4f4;
	}

	.dropdown.focus .carat {
		border-top-color: #f8f8f8;
	}

		.dropdown.focus .carat:after {
			border-top-color: #0180d1;
		}

	.dropdown.open .carat {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	/* OLD SELECT (HIDDEN) */

	.dropdown .old {
		position: absolute;
		left: 0;
		top: 0;
		height: 0;
		width: 0;
		overflow: hidden;
	}

	.dropdown select {
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.dropdown.touch .old {
		width: 100%;
		height: 100%;
	}

	.dropdown.touch select {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	/* SELECTED FEEDBACK ITEM */

	.dropdown .selected,
	.dropdown li {
		display: block;
		font-size: 18px;
		line-height: 1;
		color: #000;
		padding: 9px 12px;
		overflow: hidden;
		white-space: nowrap;
	}

		.dropdown .selected::after {
			content: '';
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			width: 60px;
			border-radius: 0 2px 2px 0;
			box-shadow: inset -55px 0 25px -20px #f8f8f8;
		}

	.dropdown:hover .selected::after {
		box-shadow: inset -55px 0 25px -20px #f4f4f4;
	}

	/* DROP DOWN WRAPPER */

	.dropdown div {
		position: absolute;
		height: 0;
		left: 0;
		right: 0;
		top: 100%;
		margin-top: -1px;
		background: #f8f8f8;
		overflow: hidden;
		opacity: 0;
	}

	.dropdown:hover div {
		background: #f4f4f4;
	}

	/* Height is adjusted by JS on open */

	.dropdown.open div {
		opacity: 1;
		z-index: 2;
	}

	/* FADE OVERLAY FOR SCROLLING LISTS */

	.dropdown.scrollable div::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 50px;
		box-shadow: inset 0 -50px 30px -35px #f8f8f8;
	}

	.dropdown.scrollable:hover div::after {
		box-shadow: inset 0 -50px 30px -35px #f4f4f4;
	}

	.dropdown.scrollable.bottom div::after {
		opacity: 0;
	}

	/* DROP DOWN LIST */

	.dropdown ul {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		list-style: none;
		overflow: hidden;
	}

	.dropdown.scrollable.open ul {
		overflow-y: auto;
	}

	/* DROP DOWN LIST ITEMS */

	.dropdown li {
		list-style: none;
		padding: 8px 12px;
	}

		/* .focus class is also added on hover */

		.dropdown li.focus {
			background: #0180d1;
			position: relative;
			z-index: 3;
			color: #fff;
		}

		.dropdown li.active {
			background: #0180d1;
			color: #fff;
		}

.actiongroups {
	margin-right: 20px;
	background-image: none;
}

.firstlabel {
	width: 70px;
	display: inline-block;
}

.firstdd {
	width: 200px;
}

.firstlowerdd {
	width: 105px;
}

.seconddd {
	width: 120px;
	display: inline-block;
}

.secondlabel {
	width: 80px;
	display: inline-block;
}

.secondtext {
	width: 100px !important;
	display: inline-block;
	border-color: rgb(169, 169, 169) !important;
	color: black !important;
}

.thirddd {
	width: 150px;
	display: inline-block;
}

.actionheader {
	float: right;
	width: 62%;
	padding: 0;
	margin: 0;
}

.actionheaderright {
	margin-top: -5px;
}

.actionheaderleft {
	margin-top: -19px;
}

.inventoryitemheader {
	float: right;
	width: 58%;
	padding: 0;
	margin: 0;
}

.inventoryitemheaderright {
	margin-top: -5px;
}

.inventoryitemheaderleft {
	float: right;
	margin-top: -19px;
	margin-left: 2em;
}

.roomgroupheader {
	float: right;
	width: 55%;
	padding: 0;
	margin: 0;
}

.roomgroupheaderright {
}

.roomgroupheaderleft {
	float: left;
	margin-top: -5px;
	margin-left: -80px
}

@media only screen and (max-width: 100em) {

	header {
		padding: .5em 10%;
		width: 80%;
	}

	main, footer {
		margin: 0 10%;
	}

	div#PopupContainer > iframe {
		display: inline-block;
		left: 50%;
		margin-left: -35%;
		margin-top: -20%;
		position: absolute;
		top: 50%;
		width: 70%;
	}
}

@media only screen and (max-width: 75em) {

	header {
		width: 100%;
		padding: .5em 20%;
	}

	nav {
		width: 100%;
	}

	main, footer {
		width: 100%;
		margin: 0 20%
	}

	div#PopupContainer > iframe {
		display: inline-block;
		left: 50%;
		margin-left: -35%;
		margin-top: -20%;
		position: absolute;
		top: 50%;
		width: 70%;
	}
}

@media only screen and (max-width: 50em) {
	main article div.GenNotes div {
		display: block;
		float: none;
	}
}

@media only screen and (max-width: 30em) {
	div#PopupContainer > iframe {
		display: inline-block;
		left: 50%;
		margin-left: -35%;
		margin-top: -20%;
		position: absolute;
		top: 30%;
		width: 70%;
	}
}

html.IE8 header, html.IE8 nav, html.IE8 main {
	margin: 0 auto !important;
	width: 980px !important;
}

html.IE8 nav {
	text-align: left;
}

.alert-box {
	color: #555;
	border-radius: 10px;
	font-family: Tahoma,Geneva,Arial,sans-serif;
	font-size: 11px;
	padding: 10px 10px 10px 36px;
	margin: 10px;
}

	.alert-box span {
		font-weight: bold;
		text-transform: uppercase;
	}

.success {
	background: #e9ffd9 no-repeat 10px 50%;
	border: 1px solid #a6ca8a;
}

.warning {
	background: #fff8c4 no-repeat 10px 50%;
	border: 1px solid #f2c779;
}

.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	font-family: RobotoCondensedBold, inherit;
	text-transform: uppercase;
	margin: 4px 4px 4px 4px;
}

.activePanel span {
	color: #e6e6e8
}

.activePanel, .accordion:hover {
	background: rgb(3,85,125);
	background: -webkit-linear-gradient(top, rgba(3,85,125,1) 0%,rgba(2,127,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(3,85,125,1) 0%,rgba(2,127,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(3,85,125,1) 0%,rgba(2,127,193,1) 100%); /* W3C */
	color: #e6e6e8
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
}

button.accordion:after {
	content: '\002B';
	color: #444;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

button.accordion.activePanel:after {
	content: "\2212";
	color: #e6e6e8;
}

#sortable {
	height: 300px;
	overflow-y: auto;
}

#sortable li {
		width: 200px;
		position: relative;
		display: block;
		padding: .75rem 1.25rem;
		margin-bottom: -1px;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.125);
		height: 1.5em;
		cursor: move;
}
#sortable li:last-child {
		margin-bottom: 0px;
}

.ui-state-highlight {
	height: 1.5em;
	line-height: 1.2em;
}

.centererrormessage {
	text-align: center;
	color: red;
	font-weight: normal !important
}

.Inspection-Charges-Table {
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}

.Inspection-Charges-Table td {
		white-space: pre-wrap;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
}

table thead tr .columnedit {
	width:6%;
}

.txtChargeReadOnly {
    width : 4.5em;
}

.InvName {
    width:170px;
}

.CompareValidator 
{
    border : 1px solid red;
}