/* Default element looks */
body {
	font-family: 'Roboto', Verdana, Tahoma, Arial;
	font-size: 13px;
	margin:0;
	padding:0;
	height:100%;
}

h1 {
	color: #4f81bd;
	font-size: 26px;
	line-height: 22px;
	font-weight: normal;
	font-family: 'Roboto', Calibri, Verdana, Tahoma;
	padding: 6px;
	padding-left: 0;
	margin: 0;
	margin-bottom: 5px;
}

h2 {
	background: #dbe5f1;
	color: black;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto', Calibri, Verdana, Tahoma;
	padding: 6px;
}

h3 {
	color: #4f81bd;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto', Calibri, Verdana, Tahoma;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}

h4 {
	color: black;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Roboto', Calibri, Verdana, Tahoma;
	padding: 2px;
	padding-left: 0px;
	border-bottom: 2px solid #4f81bd;
	margin-top: 0px;
	margin-bottom: 10px;
}

@media print {
	.noprint {
		display: none !important;
	}
	
	a:empty {
		display: block;
		position: absolute; /* wkhtmltopdf fix */
	}
	
	.ui-widget.ui-widget-content {
		border: 0 !important;
	}
	
	.ui-tabs {
		padding: 0 !important;
	}
	
	tr {
		page-break-inside: avoid;
	}
	
	#AdminMenu {
		display: none;
	}
	
	button, .button {
		display: none !important;
	}

	body {
		font-size: 12pt !important;
	}

	.InvoiceContentTable td {
		font-size: 12pt;
		padding: 1px !important;
	}
	
	.small {
		font-size: 12pt !important;
		line-height: 10px;
	}

	.normal {
		font-size: 12pt !important;
	}

	.SchoolDetails {
		font-size: 12pt !important;
	}

	.fakefield {
		border: 1px solid #AAAAAA;
		page-break-inside: avoid !important;
	}
	
	.nobreak tr td, .nobreak tr th {
		page-break-inside: avoid;
	}
	
	.nobreak tbody tr td:before,
	.nobreak tbody tr td:after {
		content: "";
		height: 4px;
		display: block;
	}
}

@media screen {
	.A4PAGE {
		width: 210mm;
		min-height: 297mm;
		padding: 20mm;
		margin: 5mm auto;
		border: 1px #D3D3D3 solid;
		border-radius: 5px;
		background: white;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	}
}

a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

p {
	text-align: justify;
	padding: 5px;
	margin: 0px;
}


.RedH4 {
	border-bottom: 2px solid #D20000;
}

h5 {
	margin-top: 3px;
	line-height: 16px;
	margin-bottom: 5px;
	font-family: 'Roboto', Calibri, Verdana;
	font-size: 16px;
}

hr {
	page-break-after: always;
	background: white;
	border: 0px;
}

img { vertical-align: middle; border: 0; }

input[type=text], input[type=number], input[type=password], textarea {
	border: 1px solid #AAA;
	font-family: 'Roboto', Verdana;
	padding: 2px;
	width: 166px;
}

select {
	font-family: 'Roboto', Verdana;
}

ul {
	margin: 5px;
	padding-left: 15px;
}

input, select, textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Utility classes */
.blue { color: #4f81bd !important; }
.green { color: #3E9926 !important; }
.red { color: red !important; }
.purple { color: purple !important; }
.orange { color: orange !important; }
.darkorange { color: #E25E0E !important; }
.greyed { background: #EEE; }
.grey { color: #888; }
.black { color: black !important; }
.brown { color: brown; }
.colorstudent { background: #15599f !important; }
.colorpayer { background: #3E9926 !important; }
.colorguardian { background: #E25E0E !important; }
.colorstaff { background: red !important; }
.colorother { background: #888 !important; }
.colorext { background: #888 !important; }
.bold { font-weight: bold; }
.boldforce { font-weight: bold !important; }
.notbold { font-weight: normal !important; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.upper { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.ucfirst { text-transform: capitalize; }
.white { color: white !important; }
.aLeft  { text-align: left !important; }
.aCenter  { text-align: center !important; }
.aRight { text-align: right !important; }
.aJustify { text-align: justify !important; }
.vTop { vertical-align: top; }
.vMiddle { vertical-align: middle; }
.vBottom { vertical-align: bottom; }
.fLeft  { float: left !important; }
.fRight { float: right !important; }
.fNone { float: none !important; }
.bigText { font-size: 16px; font-weight: bold; }
.error { color: red; font-weight: bold; }
.errorHeader { color: red; background: #FFEEEE; }
.hidden { display: none; }
.hiddenforce { display: none !important; }
.logoSmall { height: 37px; margin-top: -5px; margin-right: 10px; }
.debug { background: #FFDDDD; }
.clickable { cursor: pointer; }
.nonclickable { cursor: default !important; }
.nowrap { white-space: nowrap; }
.small { font-size: 10px !important; line-height: 12px; }
.tiny { font-size: 8px !important; line-height: 10px;  }
.normal { font-size: 12px !important; line-height: 14px;  }
.font9 { font-size: 9px !important; }
.font10 { font-size: 10px !important; }
.font11 { font-size: 11px !important; }
.font12 { font-size: 12px !important; }
.font13 { font-size: 13px !important; }
.font14 { font-size: 14px !important; }
.font15 { font-size: 15px !important; }
.font16 { font-size: 16px !important; }
.font18 { font-size: 18px !important; }
.font24 { font-size: 24px !important; }
.font36 { font-size: 36px !important; }
.smallfield { font-size: 10px !important; width: 80px !important; }
.mediumfield { font-size: 11px !important; width: 100px !important; }
.bigfield { font-size: 15px !important; width: 400px !important; }
.widefield { width: 320px !important; }
.indented { margin-left: 20px; margin-right: 20px; }
.veryindented { margin-left: 100px; margin-right: 100px; }
.highlighted { color: #dc691c !important; }
.description { color: #666; font-size: 11px; font-style: italic; }
.nomargin { margin: 0; padding: 0; border: 0; }
.nomargini { margin: 0 !important; padding: 0 !important; border: 0 !important; }
.lMargin { margin-left: 5px; }
.rMargin { margin-right: 5px; }
.rMargin10 { margin-right: 10px; }
.tMargin { margin-top: 8px; }
.bMargin { margin-bottom: 8px; }
.margin5 { margin: 5px; }
.padding10 { padding: 10px; }
.padding5 { padding: 5px; }
.padding3 { padding: 3px; }
.block { display: block; }
.caps { text-transform: uppercase; }
.inlineblock { display: inline-block; }
.inlineblocki { display: inline-block !important; }
.bluetext { color: #15599f !important; }
.bgLightBlue { background: #dbe5f1; }
.bgWhite { background: white; }
.bgVeryLightBlue { background: #eff7ff; }
.bgLightYellow { background: #fff7d3; }
.bgLightRed { background: #ffe8c4; }
.bgLightGreen { background: #e8ffc4; }
.code { font-family: "Courier New" !important; font-size: 11px; }
.ellipsis { text-overflow: ellipsis !important; white-space: nowrap; overflow: hidden; display: inline-block; }
.multiselectwidth { width: 145px !important; }
.multiselect100 { width: 100px !important; }
.select300 { width: 300px !important; max-width: 300px !important; }
.select250 { width: 250px !important; max-width: 250px !important; }
.select200 { width: 200px !important; max-width: 200px !important; }
.select100 { width: 100px !important; max-width: 100px !important; }
.select120 { width: 120px !important; max-width: 120px !important; }
.select150 { width: 150px !important; max-width: 150px !important; }
.select70 { width: 70px !important; max-width: 70px; !important; }
.select50 { width: 50px !important; max-width: 50px !important; }
.select30 { width: 30px !important; max-width: 30px !important;  }
.blueth { background: #4f81bd !important; color: white !important; }
.max100 { max-width: 100px; }
.max200 { max-width: 200px; }
.nopadding { padding: 0px !important; }
.overflow, .ui-dialog { overflow: visible !important; }
.radius { border-radius: 2px; }
.greyborder { border: 1px solid #C5C5C5; }
.square16 { display: inline-block; width: 16px; height: 16px; }

.TrimmedCell {
	white-space: nowrap !important;
	width: 0% !important;
}


/* Global classes */
.smallformbox {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	display: block;
	padding: 10px;
}

.paragraph {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

.formlabel {
	width: 250px;
	display: inline-block;
	text-align: right;
}

.smalllabel {
	width: 130px !important;
}

.mediumlabel {
	width: 180px !important;
}

.tinylabel {
	width: 80px !important;
}


.formsection {
	width: 100%;
	font-size: 12px;
}

.formsection input, .formsection textarea {
	font-size: 12px;
}

.formsection td {
	padding-top: 4px;
}


.formsection h3 {
	color: #4f81bd;
	margin-bottom: 0px;
	font-family: 'Roboto', Calibri;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}

.FormRow {
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

.FormFieldLabel {
	vertical-align: middle;
	text-align: left;
	width: 132px !important;
	min-width: 132px !important;
	max-width: 150px !important;
}

.FormFieldLabel label {
	text-align: left;
}

.FormFieldValue {
	vertical-align: middle;
	white-space: nowrap;
}

.FormFieldClickable {
	cursor: pointer;
}

.FormFieldClickable:hover {
	background: #ffeb9c;
}

.SectionDisabled {
	color: #666 !important;
	border-bottom: 2px dotted #CCC !important;
	font-style: italic;
}


.textfield {
	width: 140px;
}

.textfield_required, .required {
	border-right: 2px solid #CC0000 !important;
}

.edk_radio_required {
	border-left: 2px solid #CC0000 !important;
}

.filefield_list_item {
	margin-top: 2px;
	width: 150px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* smaller text for textarea */
.textarea {
	height: 80px;
}

.fakefield {
	padding: 3px;
	min-height: 16px;
}

.fakefieldsmall {
	display: inline-block;
}

/* Single elements */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	display: block;
	text-align: left;
	min-height: 500px;
	margin-top: 10px;
}

.TitleTable {
	width: 100%;
	border: 1px solid #5b9bd5;
	border-bottom: 5px solid #5b9bd5;
	background: #d0e5f5;
}

#PageTitleBox {
	display: block;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	background: #d0e5f5;
	color: black;
	font-size: 22px;
	padding: 5px;
	font-weight: bold;
	font-family: 'Roboto', Verdana, Tahoma;
}

#PageTitleDescription {
	background: white;
	padding-left: 10px;
}


#loginbox {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	display: block;
	text-align: left;
	background: #edf6fd;
	padding-bottom: 20px;
}

#registerbox {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	display: block;
	margin-top: 50px;
	text-align: center;
	background: #feffbb;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer {
	border-top: 1px solid #EEE;
	display: block;
	margin-top: 20px;
	padding-top: 5px;
	color: #666;
	text-align: center;
}

#footer a {
	font-weight: normal;
	color: #4f81bd;
}

#SiteName {
	display: inline;
	font-size: 16px;
	line-height: 14px;
}

#BreadCrumb {
	font-size: 11px;
	font-weight: normal;
}

.BreadCrumbLink {
	font-weight: normal;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
	display: inline-block;
}

a.BreadCrumbLink:hover {
	text-decoration: underline;
}


#titleHeader {
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	background: #4f81bd;
}

.MainSchoolName {
	text-shadow: 1px 1px #555;
}

#spinnerdialog {
	display: none;
	text-align: center;
}

.noclosebutton .ui-dialog-titlebar-close {
	display: none;
}

#ajaxprogressbar {
	margin: 25px;
}


/* Page tab system */
.PageTabSelector {
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Roboto', Calibri, Tahoma;
}

.PageTab {
	background: #E9E9E9;
	color: black;
	padding: 5px;
	cursor: pointer;
	border-bottom: 1px solid #C9C9C9;
	border-radius: 2px;
	font-size: 16px;
	font-family: 'Roboto', Calibri;
}

.PageTab:hover {
	background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	border-bottom: 1px solid white;
}

.PageTab img { padding-right: 5px; vertical-align: middle; }
.PageTab span { margin-left: 0px; }

.PageTabSelected {
	background: #4f81bd;
	color: darkorange;
	border: 1px solid #4f81bd;
	border-bottom: 1px solid white;
}

.PageTabSelected:hover {
	background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
	border-bottom: 1px solid white;
}


.CollapsibleSection {
	margin-bottom: 10px;
	border-radius: 2px;
}

.CollapsibleSectionIcon {
	font-size: 15px;
	margin-right: 5px;
}

.CollapsibleSectionTitle {
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	font-family: 'Roboto', Calibri;
	cursor: pointer;
}

.CollapsibleSectionTitle:hover {
}

.CollapsibleSectionContent {
	padding-bottom: 20px;
	padding-top: 10px;
}
.CollapsibleActionButton {
	font-size: 14px;
	margin-top: -3px;
	float: right;
}

.CollapsibleSectionTitle {
	background: #E9E9E9;
	border-radius: 2px;
	font-size: 16px;
	padding: 6px;
	font-weight: normal;
}

.CollapsibleSectionTitle:hover {
}

.PageTabSection {
	margin-top: 10px;
}

.SearchPageTab {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 15px;
	position: relative;
	font-size: 10px !important;
	font-weight: bold;
}

.SearchPageTab img {
	width: 32px;
	height: 32px;
}

.RecordPageTab {
	display: inline-block;
	height: 32px;
	line-height: 15px;
	position: relative;
	font-size: 14px !important;
	font-family: 'Roboto', Calibri;
}

.NotifBox {
	background: #F70000;
	font-weight: bold;
	color: white;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Roboto';
}

#NotifBoxNotifList {
	max-height: 400px;
	overflow-y: auto;
}

.GlobalNotifBox {
	font-size: 10px;
	line-height: 12px;
	padding-right: 6px;
	padding-left: 6px;
}

.NotifDetails {
	position: absolute;
	left: -292px;
	top: 36px;
	border: 1px solid rgba(100, 100, 100, .4);
	background: white;
	width: 320px;
	text-align: left;
	padding: 0px;
	z-index: 10;
	-webkit-box-shadow: 0px 11px 14px 2px rgba(59,57,59,0.45);
	-moz-box-shadow: 0px 11px 14px 2px rgba(59,57,59,0.45);
	box-shadow: 0px 11px 14px 2px rgba(59,57,59,0.45);
}

.NotifDetails h5 {
	font-size: 13px;
	padding: 5px;
	border-bottom: 1px solid #4f81bd;
	background: #dbe5f1;
	margin-top: 0px !important;
	color: black !important;
}

.NotifDetailItem {
	font-family: 'Roboto', Tahoma, Arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	padding: 8px !important;
}


.NotificationIcon {
	display: inline-block;
	height: 32px;
	position: relative;
}


#debugbar {
	padding: 5px;
}


/* Menu items for admin pages */
#Menu h3 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-family: 'Roboto', Calibri;
}

#Menu ul {
	margin-bottom: 25px;
}

/* Document Upload styles */
.DocumentInputRow {
	margin-top: 5px;
	background: white;
	border-bottom: 2px solid #E9E9E9;
	padding: 5px;
}

.FormCompletionMessage {
	font-size: 12px;
	margin-left: 10px;
}

.TopNotice {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 50px;
	z-index: 10000;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: white;
	padding-top: 10px;
	font-family: 'Roboto', Calibri, Verdana;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.NoticeGreen {
	background-color: rgba(82,153,41,0.95);
}

.NoticeRed {
	background-color: rgba(230,63,46,0.95);
}

.NoticeBlue {
	background-color: #D2E1F0;
	border-bottom: 2px solid #1662BE;
}


.AdmissionDocumentItem {
	background: #E9E9E9;
	padding: 5px;
	margin-bottom: 2px;
	margin-right: 15px;
	font-family: 'Roboto', Calibri;
	font-size: 15px;
	cursor: pointer;
}

.AdmissionDocumentItem:hover {
	background: #fddd29;
}

.AdmissionDocumentItemSelected {
	background: #fd7429;
	color: white;
}


.AdmissionStepItem {
	background: #E9E9E9;
	padding: 5px;
	margin-bottom: 2px;
	margin-right: 15px;
	font-family: 'Roboto', Calibri;
	font-size: 15px;
	cursor: pointer;
}

.AdmissionStepItem:hover {
	background: #F8E370;
}

.AdmissionStepSelected {
	background: #fd7429;
	color: white;
}


.StatusListItem {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	color: #15599f;
	cursor: pointer;
}

.StatusListItem:hover {
	color: #2f7bc1;
	background: #EEE;
}

.BigCount {
	font-family: 'Roboto', Calibri;
	font-size: 20px;
	font-weight: bold;
}




.IncludeRecordsBlock {
	display: inline-block;
	white-space: nowrap;
	font-size: 11px;
	padding: 8px;
	background: #fff2cc;
	cursor: pointer;
}

.IncludeRecordsBlock:hover {
	background: #ffe699;
}

.IncludeSelected {
	background: #ffd966;
	font-weight: bold;
}

.AdmissionStateCell {
	color: #32579a;
	cursor: pointer;
}

.AdmissionStateCell:hover { color: #ed7d31; }


.AdmissionStepStateItem {
	background: #EEE;
	color: #2c69a8;
	cursor: pointer;
	padding: 5px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 2px;
}
.AdmissionStepStateItem:hover {
	background: #2c69a8;
	color: white;
}
.StateAlreadySelected {
	color: darkorange;
	background: #EEE;
	cursor: auto;
	font-weight: bold;
}
.StateAlreadySelected:hover {
	background: darkorange;
	color: white;
	font-weight: bold;
}


.WaitingListItem {
	padding: 5px;
	margin-bottom: 2px;
	margin-right: 15px;
	font-family: 'Roboto', Calibri;
	font-size: 15px;
	cursor: pointer;
	border: 1px solid #EEE;
}

#UniversalSearchField {
	font-size: 16px;
	font-family: 'Roboto', Calibri;
	margin-right: 5px;
	margin-top: 8px;
	width: 250px;
}


.ui-tooltip, .arrow:after {
	background: #CC0000;
	border: 2px solid white;
}
.ui-tooltip {
	/* padding: 10px 20px; */
	color: white;
	/*border-radius: 20px;*/
	font: normal 12px 'Roboto', Sans-Serif;
	box-shadow: 0 0 7px black;
	max-width: 450px;
	z-index: 999999999;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.GraphLevelSelectionBlock {
	display: inline-block;
	width: 80px;
	padding: 5px;
	background: #5b9bd5;
	color: white;
	margin-right: 1px;
	margin-bottom: 5px;
	font-size: 12px;
}

.GraphLevelSelectionBlock:hover {
	background: #93c8f9;
}

.GraphLevelSelectionBlockSelected {
	background: #FF8800 !important;
}


.StudentListItemPhoto {
	width: 76px;
	height: 100px;
	padding: 2px;
	border: 2px solid #EEE;
	margin: 10px;
}

.StudentListItemName {
	font-size: 15px;
	font-family: 'Roboto', Calibri;
	font-weight: bold;
}

.StudentListItem {
	display: block;
	float: left;
	width: 310px;
	text-align: center;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #F0F7FB;
	padding: 0;
}

.GuardianListItem {
	display: block;
	margin-bottom: 10px;
	line-height: 36px;
	vertical-align: middle;
	padding: 5px;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}

.GuardianListItem:hover {
	background: #EEFAFF;
}

.GuardianListItemName {
	font-size: 15px;
	font-family: 'Roboto', Calibri;
	font-weight: bold;
	display: inline-block;
	width: 300px;
}


.ui-multiselect {
	overflow: hidden;
	height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis !important;
}

.ui-multiselect-menu {
	z-index: 9999;
}

.ui-multiselect-checkboxes label img {
	height: auto !important;
	margin-top: -4px;
}

.ui-multiselect img {
	margin-right: 4px;
}

.ui-multiselect.msRequired {
	border-right: 2px solid #CC0000 !important;
}

.ColorContentBlock {
	margin-bottom: 5px;
}

.SchoolYearTitleStatus {
	font-size: 15px;
	color: #00C851;
	margin-left: 10px;
	font-weight: bold;
}
.StatusNextYear {
	color: #5d9dd9;
}


/* Row Highlighting */
#recordstable tbody tr.even:hover, #recordstable tbody tr.even td.highlighted { background-color: #ffe699 !important; }
#recordstable tbody tr.odd:hover, #recordstable tbody tr.odd td.highlighted { background-color: #ffe699 !important; }
#recordstable tr.even:hover { background-color: #ffe699 !important; }
#recordstable tr.even:hover td.sorting_1 { background-color: #ffe699 !important; }
#recordstable tr.even:hover td.sorting_2 { background-color: #ffe699 !important; }
#recordstable tr.even:hover td.sorting_3 { background-color: #ffe699 !important;}
#recordstable tr.odd:hover { background-color: #ffe699 !important;}
#recordstable tr.odd:hover td.sorting_1 { background-color: #ffe699 !important;}
#recordstable tr.odd:hover td.sorting_2 { background-color: #ffe699 !important;}
#recordstable tr.odd:hover td.sorting_3 { background-color: #ffe699 !important;}
#recordstable a:hover { color: #ed7d31 !important; }


/* Status for student lists */
.StatusAtSchool { color: green; }
.StatusInvalid { color: red; }
.StatusWaiting { color: #FF8000; }
.StatusWithdrawn { color: purple; }


/* Element is pre-programmed into EDK */
.PreProgrammed {
	color: red;
	font-size: 15px;
	font-weight: bold;
}


.ClassNodeActionItems img {
	cursor: pointer;
}

.ClassNodeActionItems {
	padding-right: 2px;
}

/*  */
ul.fancytree-container {
	font-family: 'Roboto' !important;
	border: 0 !important;
	overflow: visible !important;
}

.fancytree-treefocus {
	border: 0 !important;
	outline: 0 !important;
}

ul.fancytree-container {
	font-size: 12px !important;
	line-height: 18px !important;
}

/* Master-detail style */
.MasterList, .DetailList {
	margin-bottom: 15px;
}

.MasterItem {
	background: #E9E9E9;
	padding: 5px;
	margin-bottom: 2px;
	margin-right: 15px;
	font-family: 'Roboto', Calibri;
	font-size: 15px;
	cursor: pointer;
}

.MasterItem:hover {
	background: #ffeb9c !important;
}

.MasterItemSelected {
	background: #fd7429 !important;
	color: white !important;
}

.MasterItemSelected a {
	color: white !important;
}

.MasterItemInactive {
	color: #888;
	font-style: italic;
}

.DetailItem {
	padding: 5px;
	border-bottom: 1px solid #DDD;
	color: #15599f;
	cursor: pointer;
}

.DetailItem:hover {
	color: #2f7bc1;
	background: #EEE;
}

.DetailItem a {
	font-weight: normal;
	color: #15599f;
}


.DetailItemSelected {
	background: #15599f;
	color: white;
}

.DetailItemSelected:hover {
	background: #1B73CB;
	color: white;
}

.DetailItemSelected .DetailItemHelper {
	color: white !important;
}

.YearlyProperty { color: #548235; }
.YearlyProperty:hover { background: #70ad47; color: white; }


.DetailItemHelper {
	float: right;
	color:#666;
	font-size: 11px;
	margin-left: 10px;
}


.StatusListItem a {
	font-weight: normal;
	color: #15599f;
}



/* Admin menu style */
#AdminMenu {
	min-width: 150px;
}

#AdminMenu ul {
	list-style-type: none;
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
	margin-bottom: 15px;
}

#AdminMenu li {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-family: 'Roboto', Calibri;
	font-weight: normal;
	display: none;
}

#AdminMenu li:hover {

}

#AdminMenu a:hover {
	color: #4f81bd !important;
}

#AdminMenu h4 a {
	font-weight: bold !important;
	font-size: 17px;
}

#AdminMenu h4 {
	border-bottom: 1px solid #E9E9E9;
}

#AdminMenu a {
	font-weight: normal;
	display: block;
	padding: 3px;
	padding-left: 0 !important;
	font-size: 14px;
}

.AdminMenuCurrent {
	color: #4f81bd !important;
	font-weight: bold;
}

.AdminMenuCurrent a {
	color: #4f81bd !important;
	font-weight: bold !important;
}


.PseudoLink {
	color: #4f81bd !important;
	cursor: pointer;
}
.PseudoLink:hover {
	color: #95b3d7;
}

.InfoTip {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: help;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: #4f81bd;
}

.InfoTip:before {
	content: "\f059";
}

.WarningTip {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: help;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	color: darkorange;
}

.WarningTip:before {
	content: "\f071";
}

/* Tag system */
.Tag {
	display: inline;
	background: #4f81bd;
	font-size: 9px;
	text-transform: uppercase;
	padding: 4px;
	color: white;
	cursor: pointer;
	border: 0;
	margin-left: 2px;
	white-space: nowrap;
}

/* Tag system */
.TagIB {
	display: inline-block;
	background: #4f81bd;
	font-size: 9px;
	text-transform: uppercase;
	padding: 4px;
	color: white;
	cursor: pointer;
	border: 0;
	margin-left: 2px;
	white-space: nowrap;
}

.StaticTag {
	display: inline;
	background: #4f81bd;
	font-size: 9px;
	text-transform: uppercase;
	padding: 4px;
	color: white;
	cursor: default;
	border: 0;
	margin-left: 2px;
	white-space: nowrap;
}

.IncompleteTag, .CompleteTag { font-size: 9px !important; }

.PurpleTag {  background: purple; }
.RedTag { background: red; }
.GreenTag { background: green; }
.OrangeTag { background: #ff8e31; }
.BrownTag { background: brown; }
.GreyTag { background: grey; }
.YellowTag, a.YellowTag {  background: #ffdf57; color: #c56e00; }
.WhiteTag {  background: white; color: #4f81bd; }

.Tag:hover, .TagIB:hover {
	background: #e6881a !important;
}

.YellowTag:hover {
	color: white !important;
}

/* Invoice styles */
.ICTDeductionLabel {
	padding-left: 50px !important;
}

.InvoiceContentBlockSubtotal {
	background: #dbdbdb !important;
	text-align: right;
}

.InvoiceContentTotal {
	background: #bdd7ee !important;
	font-weight: bold;
	text-align: right;
}


.ClassStudentCount, .ClassQuota {
	color: #888;
	padding-left: 5px;
	font-size: 11px;
}

.ClassQuota {
	padding-left: 0 !important;
}

.ClassNodeDisabled {
	font-style: italic;
	color: #999 !important;
}

.StudentRecordTab {
	display: block;
	color: black;
	padding: 3px;
	cursor: pointer;
	font-weight: normal;
	font-family: 'Roboto', Calibri, Arial, Verdana, Tahoma, sans-serif;
	width: 250px;
	max-width: 250px;
	text-overflow: ellipsis !important;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: hidden;
	background: #E5E5E5;
	border-bottom: 1px solid #C5C5C5;
	margin-bottom: 0;
	margin-top: 0;
	height: 19px !important;
	font-size: 13px !important;
}

.StudentRecordSeparator {
	cursor: default !important;
	font-weight: bold !important;
	height: 13px !important;
	font-size: 11px !important;
	background: #dbe5f1 !important;
	border-bottom: 1px solid #4f81bd !important;
	text-transform: uppercase;
	color: #4f81bd;
}

.StudentRecordTab img {
	margin-right: 5px;
	height: 16px !important;
	width: 16px !important;
}

.StudentRecordTab:hover {
	background: #dbe5f1;
	color: #4f81bd;
}


.StudentBCTable th {
	background: #FDF1D7;
	color: black;
	font-family: 'Roboto', Calibri;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 2px solid #F5B836;
	padding: 4px;
}

.StudentBCTable td {
	padding: 3px;
	border-right: 1px solid #F0F0F0;
}

.odd {
	background: #F2F2F2 !important;
}

.jqiclose {
	display: none !important;
}

.BoxIconTop {
	background-position: 5px 5px !important;
}

.WarningBox {
	padding: 5px;
	border: 1px solid #EBC614;
	background: #FEF8E0 url(../images/icons/small/warning.png) center left no-repeat;
	background-position: 5px;
	font-size: 12px;
	padding-left: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

.LockBox {
	padding: 5px;
	border: 1px solid #EBC614;
	background: #FEF8E0 url(../images/icons/small/lock.png) center left no-repeat;
	background-position: 5px;
	font-size: 12px;
	padding-left: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

.InfoBox, .InfoBoxSimple {
	padding: 5px;
	border: 1px solid #5694D1;
	background: #E4F2FA url(../images/icons/small/info.png) center left no-repeat;
	background-position: 5px;
	font-size: 12px;
	padding-left: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

.ErrorBox {
	padding: 5px;
	border: 1px solid #F00000;
	background: #FFEAEA url(../images/icons/small/error.png) center left no-repeat;
	background-position: 5px;
	font-size: 12px;
	padding-left: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

.OKBox {
	padding: 5px;
	border: 1px solid #3E9926;
	background: #E0F9DD url(../images/icons/small/check.png) center left no-repeat;
	background-position: 5px;
	font-size: 12px;
	padding-left: 32px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 2px;
}

.dataTable th {
	text-align: left;
}


.EmailInfoBox { padding: 8px; margin: 10px; background: #E9F8FE; border: 2px dashed #0991C4; }
.EmailAttachmentBox { padding: 8px; margin: 10px; background: #EEF7E8; border: 2px dashed #007700; }

.ui-button-text {
	font-weight: bold;
	font-family: 'Roboto';
}

.StudentInfoPanel {
	background: #FFFFFF;
	padding: 6px;
	min-height: 260px;
	width: 900px;
}

.UntranslatedString {
	background: yellow;
	color: red;
	cursor: pointer;
}

.UntranslatedString:hover {
	background: red;
	color: white;
}

.TranslatedString {
	background: white;
	color: green;
	cursor: pointer;
}

.TranslatedString:hover {
	background: green;
	color: white;
}


.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
	border-radius: 0px !important;
	background: #EEE !important;
	font-size: 11px;
}

.paging_full_numbers a.paginate_active {
	background: #dbe5f1 !important;
}

.dataTables_paginate, .dataTables_info {
	margin-top: 8px !important;
}


.ModuleSwitcher {
	margin-bottom: 12px;
	margin-left: -2px;
	background: white;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
	padding: 5px;
	min-height: 26px;
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
	max-width: 145px;
}

.ModuleSwitcher:hover {
	background: #FCEEAF;
}


#ModuleSwitcherBox {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid rgba(100, 100, 100, .4);
	background: white;
	text-align: left;
	border-radius: 2px;
	padding: 0px;
	z-index: 10;
	-webkit-box-shadow: 0px 11px 14px 2px rgba(59,57,59,0.45);
	-moz-box-shadow: 0px 11px 14px 2px rgba(59,57,59,0.45);
	box-shadow: 0px 11px 14px 2px rgba(59,57,59,0.45);
}

#ModuleSwitcherTable {
	margin: 8px;
}

.MSMasterItem {
	font-size: 12px;
	white-space: nowrap;
}

.MSMasterItem:hover {
	background: #FCEEAF !important;
}


.Thumbnail {
	display: inline-block;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow-y: hidden;
	background: black;
}

.Thumbnail img {
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.Thumb32 {
	width: 32px;
	height: 32px;
}

.Thumb64 {
	width: 64px;
	height: 64px;
}

.Gallery {
	cursor: pointer;
}

.GalleryThumbnail {
	cursor: pointer;
}

.GalleryThumbnailSelected {
	opacity: 0.3;
}

#GalleryMainImage {
	cursor: pointer;
}

.TBMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}


.LanguageSelectionLink {
	/*display: none; */
	margin-top: 50px;
}

.SortableTable th {
	cursor: pointer;
}

.SortableTable th:hover {
	background: #ffedbb;
}

#StudentRecordNavigation {
	background: white;
	border-radius: 2px;
	border: 1px solid #E9E9E9;
	padding: 5px;
	margin-top: 5px;
	line-height: 20px;
	vertical-align: middle;
}

.Cell1 {
	border: 1px solid #CC0000 !important;
	background: #ffeae4 !important;
}

.Cell2 {
	border: 1px solid #4f81bd !important;
	background: #dbe5f1 !important;
}

.Cell3 {
	border: 1px solid #3E9926 !important;
	background: #E0F9DD !important;
}

.Cell4 {
	border: 1px solid #EBC614 !important;
	background: #FEF8E0 !important;
}

.Cell5 {
	border: 1px solid purple !important;
	background: #ddcbff !important;
}

.THRed {
	color: #CC0000 !important;
}

.THBlue {
	color: #4f81bd !important;
}

.THGreen {
	color: #3E9926 !important;
}

.THYellow {
	color: #e2bd14 !important;
}

.THPurple {
	border-bottom: 2px solid purple !important;
	background: #ddcbff !important;
}

.BlueHeader {
	background: #4f81bd !important;
	color: white;
	padding: 3px;
	font-size: 12px;
	text-align: left;
	font-weight: bold !important;
}

.RedHeader {
	background: #D20000 !important;
	color: white;
	padding: 3px;
	font-size: 12px;
	text-align: left;
	font-weight: bold !important;
}

.GreenHeader {
	background: #25ae3b !important;
	color: white;
	padding: 3px;
	font-size: 12px;
	text-align: left;
	font-weight: bold !important;
}

.BlueBox {
	background: #dbe5f1;
	padding: 5px;
	font-size: 13px;
	margin-bottom: 10px;
	border-radius: 2px;
}

.GreyBox {
	background: #E9E9E9;
	border: 1px solid #C5C5C5;
	padding: 5px;
	font-size: 13px;
	margin-bottom: 10px;
	border-radius: 2px;
}

#AdminMenu h4 {
	margin-bottom: 0px;
	margin-top: 10px;
	cursor: pointer;
}

#AdminMenu h4:hover {
	color: #E25E0E;
}

.FilterIcon {
	max-width: 12px;
	margin-top: -3px;
	padding: 0px !important;
	background: transparent !important;
	border: 0 !important;
}

.dataTables_length {
	margin-top: 8px;
}

::-ms-clear {
    display: none;
}

thead { display: table-row-group !important; }

.FamilyTag {
	color: #9c653e;
	background: #ffeb9c !important;
	margin-top: 2px;
	display: inline-block;
	margin-left: 0px;
	cursor: default;
}

.CompanyTag {
	color: #006100;
	background: #c6efce !important;
	margin-top: 2px;
	display: inline-block;
	margin-left: 0px;
	cursor: default;
}

.studentRecordDialog {
	min-width: 800px;
}

.ImportBox {
	width: 100%;
	font-family: Courier, 'Courier New' !important;
	font-size: 11px !important;
	white-space: pre;
	word-wrap: normal;
	overflow-x: scroll;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #CCCCCC;
	font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #CCCCCC;
	font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #CCCCCC;
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
	color: #CCCCCC;
	font-style: italic;
}

.submitlink {
	background: none !important;
	color: inherit !important;
	border: none !important;
	padding: 0 !important;
	font: inherit;
	/*border is optional*/
	cursor: pointer;
}

.simpleDialog {
	overflow: visible !important;
}

.ConditionsNotMet {
	display: none;
}

.DynCritRow td {
	border-top: 1px solid #EEE;
	padding: 5px;
}

.ConditionalItem {
	border: 2px dotted #69b65f;
}

.ConditionalSection {
	border: 2px dotted #69b65f;
	padding: 4px;
}

.ConditionalField td {
	border: 1px dotted #69b65f;
}

.ProfileMenuTitle {
	margin-top: 0 !important;
}

.localizable {
	padding-left: 22px !important;
}

/* Boostrap colors */
.BBlueText { color: #337ab7; }
.BBlue { background: #337ab7; }
.BGreenText { color: #5cb85c; }
.BGreen { background: #5cb85c; }
.BBlueLightText { color: #5bc0de; }
.BBlueLight { background: #5bc0de; }
.BOrangeText { color: #f0ad4e; }
.BOrange { background: #f0ad4e; }
.BRed { background: #d9534f; }
.BRedText { color: #d9534f; }

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	text-align: center;
	margin-top: 0;
}

.code2fa {
	font-size: 15px;
	width: 80px !important;
	font-weight: bold;
	font-family: monospace !important;
}


.RecordNavigation span {
	display: inline-block;
	padding: 5px;
	font-size: 14px;
	background: transparent;
	border: 1px solid #E9E9E9;
	margin-top: 4px;
	margin-right: 0;
	margin-left: 4px;
	color: #5C5C5C;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
}

.RecordNavigation span:hover {
	color: darkorange;
	background: #dce9f3;
}

.NavMenuIcon {
	margin-top: -3px;
	height: 16px;
	width: 16px;
	margin-right: 3px;
}

.RecordNavigation {
	position: relative;
}

.RecordNavigationDropdown {
	position: absolute;
	top: 38px;
	right: 0;
	display: none;
	border: 1px solid rgba(100, 100, 100, .4);
	background: white;
	text-align: left;
	padding: 0;
	z-index: 10;
	-webkit-box-shadow: 0px 11px 14px 2px rgba(59, 57, 59, 0.45);
	-moz-box-shadow: 0px 11px 14px 2px rgba(59, 57, 59, 0.45);
	box-shadow: 0px 11px 14px 2px rgba(59, 57, 59, 0.45);
}

.LinkPageTab {
	max-width: 32px;
	overflow-x: hidden;
	white-space: nowrap;
	font-size: 1px !important;
	vertical-align: middle;
	margin-top: 1px;
}

.MenuFold, .MenuUnfold {
	display: none !important;
}

#AdminMenu {
	background: white !important;
}

.LoadingZone {
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #E9E9E9;
	opacity: 0.6;
}

#ScheduleTable th {
	border-bottom: 1px solid black;
	padding: 6px;
}

.ui-datepicker-calendar .ui-state-highlight a {
	background: orange;
}

.BigForm .HeaderBox {
	font-size: 14px;
}

.BigForm .FormSectionRow h3 {
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #E9E9E9;
}

.BigForm .FormFieldLabel, .BigForm .FormFieldValue {
	display: block !important;
	font-size: 14px;
	width: auto !important;
	max-width: 100% !important;
}

.BigForm .FormFieldValue {
	padding-top: 10px;
}

.BigForm .FormFieldLabel, .BigForm .FormFieldSingleLine {
	padding-top: 20px;
	font-weight: bold;
}

.BigForm .FormFieldType15, .BigForm .FormFieldType16 {
	font-weight: normal;
}

.BigForm .smalllabel {
	width: auto !important;
}

.BigForm input, .BigForm select, .BigForm textarea {
	font-size: 14px;
}

.BigForm input[type=text], .BigForm select {
	width: 250px;
}

.HelpNotifBox {
	background: #33b5e5;
	font-weight: bold;
	color: white;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Roboto';
}

.HelpGlobalNotifBox {
	font-size: 10px;
	line-height: 10px;
	padding-right: 4px;
	padding-left: 4px;
}

.ViewAdvance {
	cursor: pointer;
}

.ViewAdvance:hover {
	color: #b476dd !important;
}

.CustomListHeaderCell {
	font-size: 11pt;
	border-bottom: 1px solid black;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.CustomListDataCell {
	font-size: 11pt;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	vertical-align: middle;
}

.CustomListTable .IDPhoto {
	height: 70px;
	width: 54px;
}

.TDL {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	width: 0%;
}

.TDR {
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.NavyPanel {
	background: #2E577B;
	border: 5px solid #244F75;
	color: white;
}

.NavyPanel:hover {
	background: #244F75;
}

.PurplePanel {
	background: #915384;
	border: 5px solid #8C4B7E;
	color: white;
}

.PurplePanel:hover {
	background: #8C4B7E;
}

.BluePanel {
	background: #67C2C2;
	border: 5px solid #60BFBF;
	color: white;
}

.BluePanel:hover {
	background: #60BFBF;
}

.YellowPanel {
	background: #F8BE4D;
	border: 5px solid #F8BB44;
	color: white;
}

.YellowPanel:hover {
	background: #F8BB44;
}

.RedPanel {
	background: #F35353;
	border: 5px solid #F24B4B;
	color: white;
}

.RedPanel:hover {
	background: #F24B4B;
}

.FamilyCell {
	color: #9c653e;
	background: #ffeb9c !important;
}

.ExtCell {
	color: white;
	background: #999999 !important;
}

.AlumnusCell {
	color: white;
	background: brown !important;
}

.PayerCell {
	color: #006100;
	background: #c6efce !important;
}

.StaffCell {
	background: #F24B4B !important;
	color: white;
}

.PayerNameCell {
	cursor: pointer;
}

.PayerNameCell:hover {
	background: #ff852b;
	color: white;
}

a.button, button, input[type=submit], input[type=button] {
	cursor: pointer;
	color: #454545;
	font-weight: bold;
	font-family: Roboto;
	text-decoration: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	vertical-align: middle;
	text-align: center;
}

a.button:active, button:active, input[type=submit]:active, input[type=button]:active {
	color: white;
	background: #4F81BD;
}


div[contenteditable] {
	outline: none;
}

div[editable] {
	outline: none;
}

.ui-widget-header .ui-state-active i {
	color: white !important;
}


#EdukaFeedBox {
	cursor: pointer !important;
}

.FeedHasNewItems {
	padding-right: 22px;
}

.FeedHasNoNewItems {
	font-weight: normal !important;
	color: #666 !important;
}

.FeedNewItemCount {
	padding-left: 4px;
	padding-right: 4px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: red;
	color: white;
	height: 16px;
	font-size: 9px;
	font-weight: bold;
	display: inline-block;
}

.FeedDetails {
	position: absolute;
	left: -200px;
	top: 29px;
	border: 1px solid rgba(100, 100, 100, .4);
	background: white;
	width: 320px;
	text-align: left;
	padding: 0px;
	z-index: 10;
	-webkit-box-shadow: 0px 11px 14px 2px rgba(59, 57, 59, 0.45);
	-moz-box-shadow: 0px 11px 14px 2px rgba(59, 57, 59, 0.45);
	box-shadow: 0px 11px 14px 2px rgba(59, 57, 59, 0.45);
}

.FeedDetailItem {
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	padding: 8px !important;
	cursor: pointer;
	border-bottom: 1px solid #EEEEEE;
}

.FeedDetailItem:hover {
	background: #dbe5f1;
}

.FeedItemUnread {
	color: black !important;
}

.FeedItemIcon {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.FeedDate {
	margin-left: 26px;
}

.FeedItemRead {
	color: #666666;
}

.PerimeterCriterion td {
	border-top: 0 !important;
}