﻿@media print {
	.hide_print {
		display: none;
	}
	/* Called from pages needing to hide the print button momentarily */
}

body {
	background-color: #eaeaea;
	margin: 0px;
}

body, textarea, select {
	font: 14px 'Yantramanav',arial,sans-serif;
	color: #3f3f3f;
}

input {
	background: inherit;
	border: 0px;
	color: #3f3f3f;
}

	input[type=text], input[type=password] {
		background: white;
		-webkit-box-shadow: 1px 1px 6px -2px #BBBBBB;
		box-shadow: 1px 1px 6px -2px #BBBBBB;
	}

		input[type=text].ccsSmall, input[type=password].ccsSmall, select.ccsSmall {
			width: 90px;
		}

		input[type=text].ccsTiny, input[type=password].ccsTiny, select.ccsTiny {
			width: 45px;
		}

	input[type=submit], input[type=button], input[type=file] + label, a.button, a.button:hover {
		font-size: 10px;
		font-family: 'Yantramanav',arial,sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #16ac00;
	}

a.button {
	padding: 4px 9px 1px 9px;
	margin: 1px;
}

	a.button:hover {
		text-decoration: none;
	}

input[type=submit].passive {
	color: #3f3f3f;
}

.unDisableColor {
	color: #3f3f3f !important;
}

.batchLabelBtn {
	font-size: 10px !important;
	font-family: 'Yantramanav', arial, sans-serif !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #3f3f3f !important;
}

#main {
	min-height: 500px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-top: 4px;
}

body.popup #main {
	min-height: 0px;
	padding: 0;
}

	body.popup #main > div {
		padding-left: 11px;
		padding-right: 11px;
	}

		body.popup #main > div.popupHeader {
			padding: 11px;
			background-color: #fff;
		}

#header {
	padding-left: 11px;
	padding-right: 11px;
}

.TopControl {
	background-color: #3990cf;
	height: 64px;
}

.BottomControl .bar {
	background-color: #3990cf;
}

.navigation {
	padding-top: 4px;
}

	.navigation .delim {
		padding-left: 5px;
	}

	.navigation .link {
		font-size: 12px;
		text-decoration: none;
		color: #0088CA;
	}

.newAlert {
	color: Red;
	font: 18pt bold;
}

.titlebar {
	background-color: #ffffff;
}

input.required {
	border-left: 3px solid #FF8C00 !important;
	color: #333;
}

.ccsText {
	border: 1px solid #BABABA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 16px;
	padding: 3px 3px 3px 9px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 30px;
	*height: auto;
	font-size: 14px;
	width: 150px;
}

	.ccsText.tight {
		line-height: 16px;
		padding: 1px 1px 1px 2px;
		height: 18px;
	}

.ccsNumeric {
	text-align: right;
}

.focusTextBox {
	font-family: Arial;
	font-size: 4pt;
	width: 1px;
	border-width: 0px;
	background-color: Transparent;
}

.TreeView_CCS a.SelectedNode {
	background-color: #dddddd;
}

.TreeView_CCS .Node {
	padding: 1px 3px;
}

.TreeView_CCS > table tr td {
	padding-left: 3px;
}

.DataGrid_CCS .ccsText {
	border: 1px solid #BABABA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 16px;
	padding: 1px 1px 1px 5px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 24px;
	*height: auto;
	font-size: 14px;
	margin-bottom: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.DataGrid_CCS div.RadComboBox.RadComboBox_CCS table td.rcbInputCell {
	height: 24px;
}

.DataGrid_CCS .group > label {
	top: 15px;
}

.ccsText:focus,
.ccsText:hover {
	border-color: #000;
}

.ccsTextarea {
	border: 1px solid #C9C9C9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 14px;
	padding: 1px 3px 2px 3px;
	margin-top: 1px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	white-space: normal;
}

	.ccsTextarea:focus,
	.ccsTextarea:hover {
		border-color: #000;
	}

	.ccsText:disabled, .ccsText[disabled], .ccsText[readonly], .ccsText[readOnly],
	.ccsTextarea:disabled, .ccsTextarea[disabled], .ccsTextarea[readonly], .ccsTextarea[readOnly] {
		color: #444;
		background-color: #EEE;
	}

		.ccsText:disabled:hover, .ccsText[disabled]:hover,
		.ccsText[readonly]:hover, .ccsText[readOnly]:hover,
		.ccsTextarea:disabled:hover, .ccsTextarea[disabled]:hover,
		.ccsTextarea[readonly]:hover, .ccsTextarea[readOnly]:hover {
			border-color: #BABABA;
		}

.fieldTable {
	margin-bottom: 1px;
}

	.fieldTable .labels > td {
		padding-top: 0px;
		padding-bottom: 1px;
	}

	.fieldTable .fields > td {
		padding-bottom: 9px;
	}

	.fieldTable > tbody > tr > td {
		padding-right: 10px;
	}

		.fieldTable > tbody > tr > td:last-of-type {
			padding-right: 3px;
		}

.fieldTable2 td.labels {
	white-space: nowrap;
}

.fieldTable2, .fieldTable3 {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

	.fieldTable2 td {
		padding: 0px;
	}

	.fieldTable3 td.labels {
		white-space: nowrap;
		text-align: right;
	}

.footnote {
	font-size: 11px;
}

h1, .title, .titleNew {
	font-size: 22px;
	color: #40405b;
	line-height: 36px;
	font-family: 'Cambay', Arial, sans-serif;
	font-weight: 400;
}

.container {
	padding-top: 12px;
}

#lblMsg {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.subtitle {
	font-size: 20px;
	font-family: 'Cambay', Arial, sans-serif;
	font-weight: 400;
}

h2, .subtitle2 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Cambay', Arial, sans-serif;
	font-weight: 400;
}

.titleXLarge {
	font-size: 45px;
	color: #40405b;
	line-height: 60px;
	font-family: 'Cambay', Arial, sans-serif;
	font-weight: 400;
}

a {
	font-size: 14px;
	font-family: 'Yantramanav',arial,sans-serif;
	color: #0086ca;
	text-decoration: none;
	line-height: 18px;
	cursor: pointer;
}

	a:hover {
		color: #ff8c00;
		position: relative;
		text-decoration: underline;
		text-decoration-style: dotted;
	}

	a.subtitle2, a.subtitle2:link {
		font-size: 18px;
		text-decoration: underline;
		font-size: 18px;
		font-family: 'Cambay', Arial, sans-serif;
		font-weight: 400;
	}

h3, .subtitle3 {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Cambay', Arial, sans-serif;
}

h4, .subtitle4 {
	font-size: 14px;
	font-weight: normal;
	color: #777;
	font-family: 'Cambay', Arial, sans-serif;
}

.subtitle4b {
	font-size: 15px;
	font-weight: bold;
	color: #444;
	padding-left: 5px;
	padding-top: 10px;
	font-family: 'Cambay', Arial, sans-serif;
}

a.subtitle3, a.subtitle3:link {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

h4, .miniTitle {
	font-size: 13px;
	font-weight: bold;
	color: #0066FF;
}

.miniTitle2 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

a.miniTitle2, a.miniTitle2:link {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

.required {
	color: #FF0000;
}

.cssGrid .gHeader {
	background-color: #D3D3D3;
}

.cssGrid .gAltRow {
	background-color: #F5F5F5;
}

.rcbSlide span.abbr {
	float: left;
	width: 30px;
}

a[disabled=disabled],
a.aspNetDisabled {
	color: #777 !important;
	text-decoration: none;
}

.treeView a {
	color: Black;
	line-height: 13px;
}

.treeView td:hover a {
	color: White;
}

.treeViewContainer {
	line-height: 0px;
}

.creatinine a {
	text-decoration: none;
}

.crumb {
	font-size: 12px;
	font-family: 'Cambay', Arial, sans-serif;
	font-weight: 400;
	color: #0086ca;
}

fieldset {
	border: 1px solid #BABABA;
	padding: 2px 8px 8px 8px;
}

	fieldset legend {
		font-weight: bold;
	}

#floatingHeader {
	width: 100%;
	min-width: 830px;
	z-index: 2999;
	background-color: #eaeaea;
}

body.popup #floatingHeader {
	min-width: 300px;
}

#floatingHeader.scroll {
	-webkit-box-shadow: 0px 2px 4px -2px;
	box-shadow: 0px 2px 4px -2px;
}

.pageHeader {
	padding: 3px 2px 2px 2px;
}

.fixCheck input[type="checkbox"] {
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
	height: 14px;
}

	.fixCheck input[type="checkbox"] + label {
		padding: 0;
		margin: 0;
		float: left;
		line-height: 14px;
	}

.fixCheck2 input[type="checkbox"] {
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
	height: 22px;
}

	.fixCheck2 input[type="checkbox"] + label {
		padding: 0;
		margin: 0;
		float: left;
		line-height: 22px;
	}

.fixRadio input[type="radio"] {
	padding: 0;
	margin: 0 3px 0;
	float: left;
	height: 14px;
}

	.fixRadio input[type="radio"] + label {
		padding: 0;
		margin: 0;
		float: left;
		line-height: 14px;
	}

.fixCheckRight input[type="checkbox"] {
	padding: 0;
	margin: 0 3px 0 0;
	float: right;
	height: 14px;
}

	.fixCheckRight input[type="checkbox"] + label {
		padding: 0;
		margin: 0;
		float: right;
		line-height: 14px;
	}

.RadDock .titleTemplateExpanded {
	display: block;
	float: left;
	margin-top: 3px;
}

.RadDock .titleTemplateCollapsed {
	display: none;
}

.RadDock.rdCollapsed .titleTemplateExpanded {
	display: none;
}

.RadDock.rdCollapsed .titleTemplateCollapsed {
	display: block;
	float: left;
	margin-top: 3px;
}

.pager td {
	border: 0px !important;
	font-size: 0pt;
	height: 0px;
	color: #FFFFFF;
	padding: 0px;
}

.pager a {
	color: #16ac00;
	font-size: 11pt;
	font-weight: 700;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.lwGrid > tbody > tr > td {
	border-bottom: 1px solid #BABABA;
}

.lwGrid .lwHead, .lwGrid th {
	border-bottom: 1px solid #BABABA;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}


.containerHeader {
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #BABABA;
}


.containerTitle {
	line-height: 22px;
	color: #333;
}

.containerSubTitle {
	font: bold 12px Arial;
	line-height: 20px;
}

.containerContent {
	border: 1px solid #BABABA;
	border-top: none;
	padding: 3px;
}

.toggleTitle {
	width: 100%;
}

	.toggleTitle .containerHeader {
		padding-left: 0;
	}

.noLeftPadding {
	padding-left: 0px !important;
}

.toggleTitle a, .toggleTitle a:link {
	color: #3f3f3f;
	text-decoration: none;
	line-height: 31px;
}

.toggleTitle .expanded .ind, .toggleTitle .collapsed .ind {
	width: 19px;
	height: 31px;
	margin-left: 5px;
	float: left;
}

.toggleTitle .ind {
	background-position: center center;
	background-repeat: no-repeat;
}

.toggleTitle .expanded .ind {
	background-image: url('../Images/2.9/collapse_arrow_blue.png');
}

.toggleTitle .collapsed .ind {
	background-image: url('../Images/2.9/expand_arrow_blue.png');
}

.toggleTitleTemplate {
	float: left;
}

.toggleContent {
	width: 100%;
	border-top: none;
	table-layout: fixed;
}

	.toggleContent .content {
		padding: 0;
	}

.container .cardHolder {
	font-size: 0px;
}

.collapseCard {
	background-color: #fff;
	border: 1px solid #d5dde0;
	-webkit-box-shadow: 2px 2px 4px -2px;
	box-shadow: 2px 2px 4px -2px;
	font-size: 14px;
}

	.collapseCard .toggleTitle .containerHeader {
		padding: 10px 14px 8px;
		border-bottom: none;
	}

	.collapseCard .toggleContent .content {
		padding: 14px;
		padding-top: 0;
	}

		.collapseCard .toggleContent .content .gridActionBar {
			padding-top: 0;
			border: none;
		}

	.collapseCard .totalCell {
		border-top: 1px solid #d5dde0;
	}

table.collapseCardTable {
	width: 100%;
	table-layout: fixed;
}

.filterBlocks {
	font-size: 0;
}

	.filterBlocks > span {
		display: inline-block;
		vertical-align: top;
		margin-right: 16px;
		padding-bottom: 5px;
		font-size: 11px;
	}

		.filterBlocks > span.filterBlocks {
			margin-right: 0px;
			padding-bottom: 0px;
			font-size: 0;
		}

	.filterBlocks .ccsSmall {
		width: 98px !important;
	}

	.filterBlocks .ccsMedium {
		width: 215px !important;
	}

	.filterBlocks .ccsLarge {
		width: 332px !important;
	}

	.filterBlocks .ccsExtraLarge {
		width: 449px !important;
	}

	.filterBlocks .ccsText {
		width: 162px
	}

	.filterBlocks .ccsMediumWithArrow {
		width: 174px !important;
	}

.blocks {
	font-size: 0;
}

	.blocks > span {
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
	}

		.blocks > span.blocks {
			margin-right: 0px;
			padding-bottom: 0px;
			font-size: 0;
		}

.filterWarning .filterTitleCell {
	font-size: 22px;
}

.filterWarning .filterTitleCell {
	padding-left: 10px;
	padding-top: 2px;
}

.filterWarning .filterImageCell {
	padding-left: 10px;
	padding-top: 2px;
}

.filterControl {
	height: 28px;
}

.filterCell {
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
}

.collapsed .filterControl {
	display: none;
}

.errorMessage, #lblMsg, #lblAsyncMsg {
	text-align: center;
	color: #f20000;
	font-weight: bold;
	font-size: 16px;
	margin: 2px;
	border: 1px solid #f20000;
	padding: 1px;
	display: block;
}

.successMessage {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 2px;
	padding: 1px;
	text-align: center;
	color: #000000;
	border: 1px solid #00ff00;
}

.dataGrid {
	border-collapse: collapse;
	border: none;
	border-bottom: 1px solid #c9c9c9;
}

	.dataGrid > tbody > tr > td {
		border: 1px solid #C9C9C9;
		padding: 2px 10px 2px 10px;
	}

	.dataGrid > tbody > tr > th {
		border: 1px solid #C9C9C9;
		border-top: none;
		padding: 0 14px 10px 14px;
		background-color: #82B9E1;
		text-align: left;
		color: #FFF;
	}

		.dataGrid > tbody > tr > td:first-child, .dataGrid > tbody > tr > th:first-child {
			border-left: none;
		}

		.dataGrid > tbody > tr > td:last-child, .dataGrid > tbody > tr > th:last-child {
			border-right: none;
		}

	.dataGrid > tbody > tr.rAlt2 > td {
		background-color: rgba(128,128,128,.1);
	}

hr {
	background-color: #BABABA;
	border: 0;
	width: 100%;
	height: 1px;
}

.infoLabel {
	font-weight: bold;
}

.warningMessage {
	text-align: center;
	background-color: #FFFFC9;
	padding: 5px;
	color: #666600;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #999900;
	display: block;
	margin: 2px;
}

.infoMessage {
	text-align: center;
	padding: 5px;
	color: #16ac00;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #16ac00;
	display: block;
	margin: 2px;
}

.reqAsterisk {
	font-size: 15px;
	color: #ff8c00;
}

.rsBlocks {
	font-size: 0;
	line-height: 0;
}

	.rsBlocks > span {
		display: inline-block;
		font-size: 11px;
		line-height: 16px;
		padding-right: 5px;
		overflow: hidden;
	}

		.rsBlocks > span.rsBlocks {
			margin-right: 0px;
			padding-bottom: 0px;
			font-size: 0;
		}

	.rsBlocks > span {
		display: inline-block;
		font-size: 11px;
		line-height: 16px;
		padding-right: 5px;
	}

		.rsBlocks > span.rsBlocks {
			margin-right: 0px;
			padding-bottom: 0px;
			font-size: 0;
		}

.blockholder td {
	vertical-align: top;
}

table.card {
	border: 1px solid #c9c9c9;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

	table.card tr.blocktitle > td, table.card tr.blockcontent > td, table.popup tr.blocktitle > td {
		background-color: #ffffff;
		padding: 14px;
		border: 1px solid #c9c9c9;
		border-right-width: 0px;
		border-top-width: 0px;
		vertical-align: top;
	}

	table.card tr.blockcontent > td {
		padding-top: 12px;
	}

table.popup tr.blockcontent > td {
	padding: 14px;
	vertical-align: top;
}

.infotable {
	line-height: 24px;
}

	.infotable .label {
		padding-right: 4px;
		color: #999;
	}

.infoText {
	font-size: 11px;
	font-weight: normal;
}

#linksHolder.collapsed {
	width: 0px;
	padding-right: 0px;
}

#linksHolder {
	width: 242px;
	padding-right: 14px;
}

table.card tr.blockcontent > td.prioritylinks {
	padding: 0px;
}

.mainLinks .prioritylink {
	padding: 0px 14px;
	line-height: 30px;
	text-align: left;
	white-space: nowrap;
}

.sectionLinks .prioritylink {
	padding: 0px 14px;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	float: right;
	width: 221px;
}

.prioritylink:hover {
	background-color: #255f8c;
	color: #fff;
}

	.prioritylink:hover a {
		color: #fff;
	}

.prioritylink a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.cardsectioncontainer .prioritylinks.sectionLinks {
	text-align: right;
}

.prioritylink input[type=submit], .prioritylink input[type=button] {
	font-size: 14px;
	font-family: 'Yantramanav',arial,sans-serif;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 18px;
	color: #0086ca;
	padding: 0px;
	margin: 0px;
}

	.prioritylink input[type=submit]:hover, .prioritylink input[type=button]:hover {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}

.prioritylink:hover input {
	color: #fff;
}

.linkTable {
	width: 100%;
}

	.linkTable td {
		padding: 0px;
	}

.commands {
	text-align: right;
	vertical-align: bottom;
}

.cardtabpage {
	border: 1px solid #BABABA;
	padding: 0px;
	border-left: 0px;
	border-bottom: 0px;
	width: 100%;
	background-color: #fff;
}

.cardsectioncontainer {
	border-bottom: 1px solid #BABABA;
}

.cardsection {
	padding: 20px 0px 20px 20px;
}

	.cardsection > td {
		padding: 0px 14px;
	}

	.cardsection span.prioritylink {
		border-left: 1px solid #BABABA;
	}

/* ========================================================== */
/* Special floating labels form textbox and dropdown controls */
/* ========================================================== */

.group * {
	box-sizing: border-box;
}

.group {
	position: relative;
	padding-top: 12px;
	padding-right: 3px;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
}

	.group select {
		height: 21px;
	}

	.group input:focus {
		outline: none;
	}

	.group > input[type=text], .group > input[type=password] {
		width: 180px;
	}

.filterBlocks .group > input[type=text] {
	width: 199px;
}

.group > input[type=text].ccsSmall {
	width: 98px !important;
}

.group > input[type=text].ccsMedium {
	width: 215px !important;
}

.group > input[type=text].ccsLarge {
	width: 332px !important;
}

.group > input[type=text].ccsExtraLarge {
	width: 449px !important;
}

.group > input[type=text].ccsTiny {
	width: 45px !important;
}

.RadComboBox.ccsSmall {
	width: 98px !important;
}

.RadComboBox.ccsMedium {
	width: 215px !important;
}

.RadComboBox.ccsLarge {
	width: 332px !important;
}

.RadComboBox.ccsExtraLarge {
	width: 449px !important;
}

textarea.ccsSmall {
	width: 98px !important;
}

textarea.ccsMedium {
	width: 215px !important;
}

textarea.ccsLarge {
	width: 332px !important;
}

textarea.ccsExtraLarge {
	width: 449px !important;
}

textarea.required {
	border-left: 3px solid #FF8C00 !important;
	color: #333;
}

.DataGrid_CCS input[type=text].ccsSmall {
	width: 98px !important;
}

.DataGrid_CCS input[type=text].ccsMedium {
	width: 215px !important;
}

.DataGrid_CCS input[type=text].ccsLarge {
	width: 332px !important;
}

.DataGrid_CCS input[type=text].ccsExtraLarge {
	width: 449px !important;
}

.DataGrid_CCS input[type=text].ccsTiny {
	width: 45px !important;
}

.DataGrid_CCS .RadComboBox.ccsSmall {
	width: 98px !important;
}

.DataGrid_CCS .RadComboBox.ccsMedium {
	width: 215px !important;
}

.DataGrid_CCS .RadComboBox.ccsLarge {
	width: 332px !important;
}

.DataGrid_CCS .RadComboBox.ccsExtraLarge {
	width: 449px !important;
}

.DataGrid_CCS textarea.ccsSmall {
	width: 98px !important;
}

.DataGrid_CCS textarea.ccsMedium {
	width: 215px !important;
}

.DataGrid_CCS textarea.ccsLarge {
	width: 332px !important;
}

.DataGrid_CCS textarea.ccsExtraLarge {
	width: 449px !important;
}

.RadComboBox.RadComboBox_CCS {
	font-size: 0;
}

.RadComboBoxDropDown.RadComboBoxDropDown_CCS .rcbScroll {
	font-size: 11px;
}

.group > label {
	color: #AAA;
	font-weight: normal;
	font-style: italic;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 18px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	font-size: 14px;
}

	/* active state */
	.group input:focus ~ label,
	.group input:valid ~ label,
	.group input[disabled][value] ~ label,
	.group input[readonly][value] ~ label,
	.group textarea:focus ~ label,
	.group textarea:valid ~ label,
	.group textarea[disabled]:not(.empty) ~ label,
	.group textarea[readonly]:not(.empty) ~ label,
	.group select:not(.empty) ~ label,
	.group div.RadComboBox:not(.empty) ~ label,
	.group div.RadPicker:not(.empty) ~ label,
	.group span:not(.empty) ~ label,
	.group > label.groupStatic {
		left: 0px;
		top: -1px;
		font-size: 11px;
		color: #3f3f3f;
		font-style: normal;
	}

		.group > input:focus ~ label::after,
		.group > input:valid ~ label::after,
		.group input[disabled][value] ~ label::after,
		.group input[readonly][value] ~ label::after,
		.group textarea:focus ~ label::after,
		.group textarea:valid ~ label::after,
		.group textarea[disabled]:not(.empty) ~ label::after,
		.group textarea[readonly]:not(.empty) ~ label::after,
		.group select:not(.empty) ~ label::after,
		.group div.RadComboBox:not(.empty) ~ label::after,
		.group div.RadPicker:not(.empty) ~ label::after,
		.group span:not(.empty) ~ label,
		.group > label.groupStatic,
		.group .RadInput_CCS:not(.empty) ~ label::after {
			content: ":";
		}

.group .groupInput {
	display: inline-block;
	line-height: 29px;
}

.group > .ccsNoBottomMargin {
	margin-bottom: -4px;
}

.groupCommand {
	padding-top: 13px;
}

/* View Mode Styles */

.blocktitle {
	text-align: left;
}

.viewBlock {
	padding: 3px;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

	.viewBlock .label {
		color: #999;
		width: 140px;
		display: inline-block;
		vertical-align: top;
	}

	.viewBlock .value {
		width: 140px;
		display: inline-block;
		white-space: normal;
	}

		.viewBlock .value.multiline {
			width: 434px;
		}

	.viewBlock .valuewide {
		display: inline-block;
		white-space: normal;
		width: 200px;
		text-align: left;
	}

	.viewBlock .label.inline {
		width: auto;
		padding-left: 5px;
	}

	.viewBlock .value.inline {
		width: auto;
	}

.lefty .viewBlock {
	text-align: left;
	width: 290px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

	.lefty .viewBlock.multiline {
		width: 586px;
		-ms-word-break: normal;
		word-break: break-word;
	}

.lefty .label, .lefty .value {
	width: auto;
	display: inline;
}


/* DataGrid Table Style */
.gridHolder {
	padding-top: 10px;
	background-color: #82b9e1;
	border: 1px solid #C9C9C9;
}

.gridActionBar {
	background-color: #fff;
	padding: 8px 0 8px 8px;
	border: 1px solid #c9c9c9;
	margin-bottom: -1px;
}

	.gridActionBar.tight {
		padding: 3px 0px 0px 7px;
		border-left: 1px solid #c9c9c9;
		border-top: 1px solid #c9c9c9;
		border-right: 1px solid #c9c9c9;
	}

.titleCell.tight {
	background-color: #E4EDF5;
	font-weight: bold;
	padding: 3px 0px 0px 7px;
	border: 1px solid #c9c9c9;
}

.contentCell.tight {
	padding: 3px 0px 4px 7px;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

.gridActionBar > table tr td {
	white-space: nowrap;
}

.DataGrid_CCS {
	background: #fff;
	color: #333;
	outline: none;
	border-bottom: 1px;
}

	.DataGrid_CCS, .DataGrid_CCS a {
		font: 14px 'Yantramanav',arial,sans-serif;
	}

		.DataGrid_CCS.tight, .DataGrid_CCS.tight a {
			font: 12px 'Yantramanav',arial,sans-serif;
		}

		.DataGrid_CCS td.ccsSmall {
			width: 94px;
		}

		.DataGrid_CCS tr.dgPager {
			border-bottom: 11px solid #82b9e1;
		}

			.DataGrid_CCS tr.dgPager > td {
				padding-left: 11px;
			}

		.DataGrid_CCS .dgHead > td,
		.DataGrid_CCS .dgRow > td,
		.DataGrid_CCS .dgAltRow > td,
		.DataGrid_CCS .dgFoot > td {
			padding: 10px 14px;
			vertical-align: top;
		}

		.DataGrid_CCS.tight .dgHead > td,
		.DataGrid_CCS.tight .dgRow > td,
		.DataGrid_CCS.tight .dgAltRow > td,
		.DataGrid_CCS .dgFoot > td {
			padding: 6px 7px;
		}

		.DataGrid_CCS td.inputCell, .DataGrid_CCS.tight td.inputCell {
			padding: 3px;
		}

		.DataGrid_CCS .dgHead > td:first-child,
		.DataGrid_CCS .dgRow > td:first-child,
		.DataGrid_CCS .dgAltRow > td:first-child,
		.DataGrid_CCS .dgFoot > td:first-child {
			border-left-width: 0px;
		}

		.DataGrid_CCS .dgHead > td:last-child,
		.DataGrid_CCS .dgRow > td:last-child,
		.DataGrid_CCS .dgAltRow > td:last-child,
		.DataGrid_CCS .dgFoot > td:last-child {
			border-right-width: 0px;
		}

		.DataGrid_CCS .dgRow > td,
		.DataGrid_CCS .dgAltRow > td,
		.DataGrid_CCS .dgFoot > td {
			border: 1px solid #d5dde0;
		}


		.DataGrid_CCS .dgHead > td {
			border-color: #d5dde0;
		}

		.DataGrid_CCS .dgHead > td {
			padding-top: 0px;
			border-top-width: 0px;
			border-left: 1px solid #d5dde0; /* IE needs this here to get the header color */
		}

		.DataGrid_CCS .dgHead {
			background-color: #82b9e1;
			color: #ffffff;
		}

		.DataGrid_CCS .dgRow > td.dgNum,
		.DataGrid_CCS .dgAltRow > td.dgNum,
		.DataGrid_CCS .dgRow > td.dgCur,
		.DataGrid_CCS .dgAltRow > td.dgCur,
		.DataGrid_CCS .dgFoot > td.dgNum,
		.DataGrid_CCS .dgFoot > td.dgCur {
			vertical-align: top;
			text-align: right;
		}

		.DataGrid_CCS .dgHead > td.dgNum,
		.DataGrid_CCS .dgHead > td.dgCur {
			vertical-align: bottom;
			text-align: left;
		}

		.DataGrid_CCS .dgRow > td.dgText,
		.DataGrid_CCS .dgAltRow > td.dgText,
		.DataGrid_CCS .dgFoot > td.dgText {
			vertical-align: top;
			text-align: left;
		}

		.DataGrid_CCS .dgHead > td.dgText {
			vertical-align: bottom;
			text-align: left;
		}

		.DataGrid_CCS .dgRow > td.dgEnum,
		.DataGrid_CCS .dgAltRow > td.dgEnum,
		.DataGrid_CCS .dgRow > td.dgStat,
		.DataGrid_CCS .dgAltRow > td.dgStat,
		.DataGrid_CCS .dgFoot > td.dgEnum,
		.DataGrid_CCS .dgFoot > td.dgStat {
			vertical-align: top;
			text-align: center;
		}

		.DataGrid_CCS .dgHead > td.dgEnum,
		.DataGrid_CCS .dgHead > td.dgStat {
			vertical-align: bottom;
			text-align: left;
		}

		.DataGrid_CCS .dgRow > td.dgDate,
		.DataGrid_CCS .dgAltRow > td.dgDate,
		.DataGrid_CCS .dgFoot > td.dgDate {
			vertical-align: top;
			text-align: right;
		}

		.DataGrid_CCS .dgAltRow {
			background-color: #E4EDF5;
		}

		.DataGrid_CCS .dgHead > td.dgDate {
			vertical-align: bottom;
			text-align: left;
		}

		/*.DataGrid_CCS tr.dgTotals,*/
		.DataGrid_CCS .dgRow.dgTotals {
			background-color: LightYellow !important;
		}

/* Homepage - GridStack specific*/
.grid-stack-item-content .group input:focus ~ label,
.grid-stack-item-content .group input:valid ~ label,
.grid-stack-item-content .group textarea:focus ~ label,
.grid-stack-item-content .group textarea:valid ~ label,
.grid-stack-item-content .group select:not(.empty) ~ label,
.grid-stack-item-content .group div.RadComboBox:not(.empty) ~ label,
.grid-stack-item-content .group div.RadPicker:not(.empty) ~ label,
.grid-stack-item-content .group span:not(.empty) ~ label,
.grid-stack-item-content .group > label.groupStatic {
	color: white;
}

.grid-stack-item {
	padding: 20px;
}

.grid-stack-item-content {
	/*left/right -> sets the horizontal margins for gridstack*/
	left: 5px !important;
	right: 5px !important;
	position: relative;
	overflow-y: hidden !important;
}

.panel-heading,
.panel-body {
	padding: 10px 21px 10px 21px;
	color: white;
}

.panel-heading {
	text-align: left;
	font-size: 16px;
	white-space: nowrap;
}

.moveIcon {
	cursor: move;
}

.panel-body-subhead {
	font-size: 14px;
	width: 90%;
}

.panel-body-subhead2 {
	font-size: 14px;
	margin-bottom: 10px;
}

.panel-body-content,
.panel-body-grid {
	font-size: 12px;
}

.panel-body-table {
	width: 90%;
}

.panel-body-dg {
	white-space: nowrap;
	table-layout: fixed;
	width: 100%;
}



.panel-body-dg,
.panel-table {
	line-height: 200%;
}

.panel-body-dg-tabular {
	line-height: 150% !important;
}

.tile-link {
	padding-bottom: 20px;
}

.toggle-size {
	background-repeat: no-repeat;
	width: 27px;
	height: 30px;
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.resize-icon {
	background-image: url("../Images/2016/HomePage/Transparent-Triangle-25.png");
}

.title-icon {
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
}

.recent-icon {
	background-image: url("../Images/2016/HomePage/Recent-All.svg");
}

.search-icon {
	background-image: url("../Images/2016/HomePage/Search-All.svg");
}

.tip-icon {
	background-image: url("../Images/2016/HomePage/Tip.svg");
}

.table-icon {
	background-image: url("../Images/2016/HomePage/Data Display or Counts.svg");
}

.alerts-icon {
	background-image: url("../Images/2016/HomePage/Actions.svg");
}

.actions-icon {
	background-image: url("../Images/2016/HomePage/Actions.svg");
}

.schedule-icon {
	background-image: url("../Images/2016/HomePage/My Schedule and Appointments.svg");
}

.web-icon {
	background-image: url("../Images/2016/HomePage/Call List (or something similar).svg");
}

.call-icon {
	background-image: url("../Images/2016/HomePage/Call Center.svg") !important;
}

.study-icon {
	background-image: url("../Images/2016/Menu/Studies_white.svg");
}

.tnt-icon {
	background-image: url("../Images/2016/HomePage/TrackingAndTraining.svg");
}

.ccpay-icon {
	background-image: url("../Images/2016/Menu/cc-pay_white.svg");
}

.titlePanel {
	padding-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fav-menu-gear {
	background-repeat: no-repeat;
	background-image: url("../Images/2016/Menu/Actions_white.svg");
	position: absolute !important;
	width: 19px;
	height: 19px;
	top: 50px;
	right: 10px;
}

.tile-actions-link {
	text-align: right;
}

.color-corp-blue {
	background-color: #005f8e;
}

.color-mid-blue {
	background-color: #1d9bcc;
}

.color-corp-orange {
	background-color: #e88330;
}

.color-light-orange {
	background-color: #ff8928;
}

.color-corp-green {
	background-color: #00ad4c;
}

.color-light-green {
	background-color: #4dc682;
}

.panel-body-dg .dgAltRow td a,
.panel-body-dg .dgRow td a,
.gridItem-nolink {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

a.tile-link,
.panel-body-dg a,
a.panel-body-linkbtn {
	color: white;
	text-decoration: none;
}

.recent-lists .panel-body-dg .dgRow td,
.recent-lists .panel-body-dg .dgAltRow td,
.recent-menus .panel-body-dg .dgRow td,
.recent-menus .panel-body-dg .dgAltRow td,
.favs .panel-body-dg .dgRow td,
.favs .panel-body-dg .dgAltRow td {
	height: 24px;
}

a.tile-link:hover,
.panel-body-dg a:hover,
a.panel-body-linkbtn:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.panel-body-dg a:after,
a.tile-link:not(.sched-link):after,
a.panel-body-linkbtn:after {
	content: "\00a0\00a0>\00a0\00a0";
	opacity: .5;
}

.pager a:after {
	content: ""
}

.grid-stack-item-content .rcCalPopup {
	background-color: white !important;
}

a.tile-link,
.toggle-size,
.show-all-tips,
.fav-menu-gear {
	cursor: pointer;
}

.no-resize-invisible {
	visibility: hidden;
}

.no-resize-hide,
.hdnUpdateBtn {
	display: none;
}

.panel-body-content ul {
	list-style-type: none;
}

.edit-layout-plus {
	font-size: 32px !important;
	text-decoration: none !important;
	color: black !important;
	padding-right: 38px;
}

.grid-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 2%;
	padding-right: 2%;
	min-width: 1350px;
}

.grid-stack-edit {
	border: 1px dotted #bababa;
	background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.alert-table {
	padding: 0;
	border-spacing: 0;
	width: 100%;
}

.fieldTable .fields > td.tdGsPanel {
	padding-bottom: 0px;
}

.whiteButton {
	color: white !important;
	text-decoration: underline;
	text-align: left;
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.grid-stack-item-content .group {
	margin-top: 1px;
	margin-bottom: 1px;
	overflow: hidden;
}

.grid-stack-placeholder {
	border-style: dashed;
	border-width: 2px;
	opacity: .5;
}

.home_table {
	width: 100%;
}

#toggleHolder .ind {
	display: inline-block;
	width: 22px;
	height: 9px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../Images/2.9/expand_arrow_blue.png');
}

#toggleHolder.collapsed .ind {
	background-image: url('../Images/2.9/collapse_arrow_blue.png');
}

div.expandLinks {
	width: 242px;
	color: #333;
	font-size: 13px;
	border-top: 1px solid #fff;
	padding-top: 8px;
}

	div.expandLinks .linksTitle {
		color: #777;
		text-transform: uppercase;
		padding-left: 22px;
		padding-top: 8px;
		padding-bottom: 6px;
	}

	div.expandLinks a, div.expandLinks a:hover {
		color: #333;
		font-size: 13px;
	}

	div.expandLinks .count {
		text-align: right;
		float: right;
	}

	div.expandLinks .link {
		padding-left: 22px;
		padding-right: 11px;
		line-height: 30px;
		text-align: left;
	}

		div.expandLinks .link .highlight {
			color: red;
		}

		div.expandLinks .link:hover, div.expandLinks .link:hover .highlight {
			background-color: #255f8c;
			color: #fff;
		}

			div.expandLinks .link:hover a {
				color: #fff;
			}

		div.expandLinks .link a:hover {
			color: #fff;
			text-decoration: none;
			border-bottom: 1px dotted #fff;
		}

.linksToggle .ind {
	background-position: center center;
	background-repeat: no-repeat;
	width: 19px;
	height: 17px;
	margin-left: 5px;
	float: left;
}

.linksToggle.expanded .ind {
	background-image: url('../Images/2.9/collapse_arrow_blue.png');
}

.linksToggle.collapsed .ind {
	background-image: url('../Images/2.9/expand_arrow_blue.png');
}

.collapsePanel {
	overflow: hidden;
	height: auto;
}

	.collapsePanel.collapsed {
		height: 160px;
	}

.collapseButton {
	height: 14px;
	background-image: url('../Images/2016/Ellipsis.png');
	background-repeat: no-repeat;
	background-position: 22px 5px;
}

	.collapseButton:hover {
		cursor: pointer;
	}

div.colorCircle {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #BBB;
	-webkit-box-shadow: 2px 2px 4px -2px #333;
	box-shadow: 2px 2px 4px -2px #333;
}

div.forecolorCircle {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.settingsTable {
	min-width: 560px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	margin-right: 14px;
}

	.settingsTable .Row td, .settingsTable .AltRow td {
		padding: 6px;
		border-top: 1px solid #cacaca;
	}

	.settingsTable .AltRow {
		background-color: #E4EDF5;
	}

	.settingsTable ul {
		margin-top: 3px;
		margin-bottom: 3px;
	}

.PaymentDetailsTextArea {
	width: 282px;
	height: 30px !important;
}

/*Start Homepage*/

.homeContainer {
	position: relative;
}

.homeMain {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 600px;
	min-width: 1140px;
}

.homeLogoBar {
	background-color: #327fb4;
	height: 140px;
	text-align: right;
}

.homeLogoHolder {
	padding-top: 30px;
	padding-right: 50px;
}

.homeAdHolder {
	text-align: right;
	margin-top: 50px;
	padding-right: 50px;
}

.homeLoginHolderOut {
	position: absolute;
	left: 150px;
	top: 50px;
	width: 260px;
}

.homeLoginHolderIn {
	background-color: #eaeaea;
	border: 2px solid #999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.homeLoginSection {
	text-align: center;
	padding-top: 10px;
}

.homeBottomBar {
	position: fixed;
	bottom: 0px;
	height: 25px;
	width: 100%;
	background-color: #fff;
}

.version {
	color: #c9c9c9;
}
/*End Homepage*/

/*Start Generic*/
.label {
	text-align: right;
	color: #999;
}

.value {
	text-align: left;
}

.basicValuePairs .label {
	line-height: 26px;
	white-space: nowrap;
}

.basicValuePairs .value {
	padding-left: 3px;
	white-space: nowrap;
}

	.basicValuePairs .value .ccsText, .basicValuePairs .value .RadInput.RadInput_CCS.riSingle .riTextBox {
		height: 24px;
	}

.noWrapCk > span {
	display: inline-block;
}

.noWrapCk {
	padding-left: 3px;
}
/*End Generic*/

/*Start Menu*/
#menuImages td {
	padding-left: 2px;
	padding-right: 2px;
}

div.menuTemplate {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 44px;
	background-color: #3990cf;
	text-align: center;
	font-size: 12px;
}

	div.menuTemplate span {
		color: white;
	}

	div.menuTemplate img {
		height: 26px;
	}

div.mainMenuTemplate {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 44px;
	background-color: #96B7E0;
	text-align: center;
	font-size: 12px;
}

	div.mainMenuTemplate span {
		color: white;
	}

	div.mainMenuTemplate img {
		height: 26px;
	}
/* End Menu */

/* Patient Management Grid */
.qwkMenu .rmRootGroup,
.qwkMenu .rmRootGroup .rmFirst,
.qwkMenu .rmRootGroup .rmFirst .rmLink,
.qwkMenu .rmRootGroup .rmFirst .rmLink .rmText {
	background-image: none !important;
}

	.qwkMenu .rmRootGroup .rmFirst .rmSlide .rmGroup .rmItem > .rmLink:not(.rmDisabled) {
		color: #0086ca;
	}

	.qwkMenu .rmRootGroup .rmFirst .rmSlide .rmGroup .rmItem > .rmLink {
		font: 13px 'Yantramanav', arial, sans-serif;
	}

		.qwkMenu .rmRootGroup .rmFirst .rmSlide .rmGroup .rmItem > .rmLink:not(.rmDisabled):hover {
			text-decoration: underline;
			text-decoration-style: dotted;
			color: #ff8c00;
		}

		.qwkMenu .rmRootGroup .rmFirst .rmSlide .rmGroup .rmItem > .rmLink.rmDisabled:hover {
			cursor: default;
		}

.qwkButton {
	color: #0086ca !important;
	font: 14px 'Yantramanav', arial, sans-serif !important;
	text-decoration: none;
	padding: 0px !important;
	margin: 0px !important;
}

.qwkStyle {
	padding-top: 4px !important;
}

.qwkMenu {
	bottom: 4px !important;
}

.batchArrow {
	bottom: 0px !important;
}

.qwkButton:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
	color: #ff8c00 !important;
}

.bold {
	font-weight: bold !important;
}

.sub-heading {
	font-size: 16px;
	font-family: 'Yantramanav', Arial, sans-serif;
	font-weight: 400;
}

a.sub-heading, a.sub-heading:link {
	text-decoration: underline;
	font-size: 16px;
	font-family: 'Yantramanav', Arial, sans-serif;
	font-weight: 400;
}

.active {
	color: #16ac00;
}

.inactive {
	color: #999;
}


/* End Patient Management Grid */

/* Cost Allocation */
.stateButton {
	display: block;
	text-align: left;
	padding: 10px 8px 10px 5px;
	font-size: 13px !important;
	line-height: 15px;
	white-space: nowrap;
	border-bottom: 1px solid #cecece;
}

.stateButton--grid {
	margin-left: -14px;
	margin-right: -14px;
	margin-top: -10px;
}

.stateButton.chg::before {
	width: 18px;
	color: inherit;
	margin-left: 1px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: baseline;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	content: "$";
	opacity: .5;
	font-size: 1.25em
}

.stateButton.inv {
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: none;
}

	.stateButton.inv::before {
		margin-left: 0;
		margin-right: 5px;
		font-size: 10px;
		text-align: center;
		width: 18px;
		vertical-align: middle;
		background: url('../Images/Icons/icon-inv.svg') no-repeat top left;
		height: 24px;
		content: "";
		display: inline-block;
		background-size: 18px 24px;
	}

.required-element {
	padding-right: 5px;
	color: #000;
	display: block;
	text-transform: uppercase;
	display: table-cell;
	white-space: nowrap;
	width: 50%;
	padding-left: 5px;
	vertical-align: middle;
	margin-top: 5px;
	font-size: 8px;
	letter-spacing: .05em;
}

	.required-element::before {
		content: "";
		width: 3px;
		height: 1.5em;
		background-color: #FF8C00;
		display: inline-block;
		margin-right: 5px;
		vertical-align: middle;
		margin-top: -.25em;
	}

.optional::before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	border: 2px solid #A5A5A5;
	background-color: transparent;
	margin-right: 3px;
}

.cost-cell {
	display: table;
	width: calc(100% + 28px);
	margin-left: -14px;
	margin-right: -14px;
	border-top: 1px solid #cacaca;
}

.tag__recede {
	background: #f5f5f5;
	background: rgba(200,200,200, .25);
	border-top: 1px solid #fff;
	font-size: 12px;
	margin-left: -14px;
	margin-right: -14px;
	padding: 0px;
	color: #707070;
	clear: both;
	text-align: right;
	display: block;
}

.DataGrid_CCS td > .tag__recede {
	margin-top: 5px;
}

	.DataGrid_CCS td > .tag__recede ~ .tag__recede {
		margin-top: 0px;
	}

.tag__recede.justify-reason {
	border-bottom: 1px solid #fff;
	text-align: left;
	padding-left: 5px;
	color: #0086ca;
	font-size: 12px;
}

	.tag__recede.justify-reason::before {
		content: "Justification";
		display: block;
		font-size: 8px;
		text-transform: uppercase;
		margin-top: -3px;
		color: #000;
		letter-spacing: .05em;
	}

.tag__recede .tag__link--recede {
	font-size: 12px;
}

.keyValue {
	padding: 10px 8px 10px 5px;
	font-size: 12px;
}

a.keyValue:hover {
	color: inherit;
	text-decoration: none;
}

.justify-reason .keyValue__key {
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: -3px;
}

a:hover .keyValue__key {
	color: #707070;
	text-decoration: none;
}

.keyValue__link {
	display: inline-block;
	background: transparent;
	margin: 0;
	padding: 0;
	color: #0086ca;
	font-size: 12px;
}

	.keyValue__link:hover {
		color: #ff8c00;
		text-decoration: underline;
	}

a.billing-mod {
	display: block;
	font-size: 12px;
	white-space: nowrap;
}

.data-cell__contents {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.DataGrid_CCS td, .DataGrid_CCS tr, .DataGrid_CCS {
	height: 100%;
}

.data-cell__footer {
	margin-top: auto;
	margin-bottom: -10px;
}

	.data-cell__footer .justify-reason {
		white-space: nowrap;
	}

.justification-header {
	min-width: 175px;
}

.cost-cell + .tag__recede {
	margin-top: 5px;
}

.DataGrid_CCS .cost-cell .notes-button {
	text-align: right;
	white-space: nowrap;
	margin-left: 2px;
	display: table-cell !important;
	width: 50%;
	padding-right: 2px;
	color: #A5A5A5;
	font-size: 16px;
	vertical-align: middle;
	line-height: 16px;
	padding-top: 3px;
}

	.DataGrid_CCS .cost-cell .notes-button:hover {
		color: #ff8c00;
		text-decoration: none
	}


.cost-cell .notes-button .fa-layers-counter {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	max-width: 5em;
	min-width: 1.5em;
	overflow: hidden;
	left: 0;
	text-overflow: ellipsis;
	transform-origin: top right;
	right: 0;
	text-align: center;
	bottom: 0;
	padding: 0 0 0 2px;
	;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-shadow: 0 1px 0px #A5A5A5, 1px 0 0px #A5A5A5, 1px 2px 0px #A5A5A5, 2px 1px 0px #A5A5A5, 2px 0px 0px #A5A5A5, 2px 0px 0px #A5A5A5;
	background-color: transparent;
	border-radius: 0;
	transform: none;
	padding-top: 1px;
	position: absolute;
}

.DataGrid_CCS .cost-cell .notes-button:hover .fa-layers-counter {
	text-shadow: 0 1px 0px #ff8c00, 1px 0 0px #ff8c00, 1px 2px 0px #ff8c00, 2px 1px 0px #ff8c00, 2px 0px 0px #ff8c00, 2px 0px 0px #ff8c00;
}

.stateBtn__text--custom {
	font-weight: bold;
}

.fa-layers {
	position: relative;
	display: inline-block;
}

	.fa-layers.fa-fw {
		text-align: right;
		width: 1em;
	}

.sr-only, .switch .rbText {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* Empty States */
.emptyState {
	text-align: center;
	opacity: .7;
	color: #707070;
	margin-top: 2em
}

.wizardPanelContent .emptyState {
	margin-top: 5em
}

.emptyState .emptyState__headline {
	font-weight: bold;
	margin-bottom: 0;
}

.emptyState .emptyState__headline {
	font-weight: bold;
	margin-bottom: 0;
}

.emptyState .emptyState__text {
	margin-top: 0;
}

.emptyState .emptyState__icon {
	fill: #707070;
	width: 75px;
	height: 75px;
}

/* Fix for google autofill label */
input:-webkit-autofill + label {
	left: 0px;
	top: -1px;
	font-size: 11px;
	color: #3f3f3f;
	font-style: normal;
}

/* Toggle Buttons */
.btn-grp {
	display: flex;
	width: 100%;
	font-size: 16px;
	margin: .5em auto;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.btn-grp--inline {
	width: auto;
	display: inline-flex;
}

.btn-grp .RadButton, .btn-grp.RadRadioButtonList .RadButton {
	border-radius: 0;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	margin-left: -1px;
	padding: .5em 1em;
	flex: 1;
}

.btn-grp.btn-grp--inline .RadButton {
	flex: auto;
	position: relative;
}

.btn-grp .RadButton.rbRounded, .btn-grp .RadButton:last-child {
	border-radius: 0 4px 4px 0;
}

.btn-grp .RadButton:first-child {
	border-radius: 4px 0 0 4px;
	margin-left: 0;
}

.btn-grp .RadButton .rbText, .btn-grp .RadRadioButton.RadButton .rbText {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	padding: 0;
}

.btn-grp .RadButton .rbIcon {
	position: absolute;
}

.btn-grp .rbToggled, .btn-grp .RadButton .rbToggleRadioChecked {
	background-color: #327fb4;
	color: rgba(255,255,255,.9);
	border-color: #327fb4
}

.btn-grp.RadRadioButtonList .rbToggleRadioChecked {
	position: absolute;
	border-radius: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn-grp .RadButton.rbHovered {
	background-color: #2A6C9C;
	color: #fff;
	border-color: #2A6C9C;
}

.btn.btn--clean {
	margin: 0;
	padding: 0;
	border: none;
	color: inherit;
	background: none;
}

.btn--clean:focus {
	outline: none;
}

	.btn--clean:focus .btn__icon {
		color: #0086ca;
		fill: #0086ca;
	}

.RadRadioButtonList.btn-grp .rbIcon::before {
	display: none;
}

.RadRadioButtonList.btn-grp .rbToggleRadioChecked + span.rbText {
	color: #fff;
}



.tbl-st.DataGrid_CCS {
	table-layout: fixed
}

	.tbl-st.DataGrid_CCS th, .tbl-st.DataGrid_CCS .dgHead {
		border-top: none;
		font-size: 10px;
		text-transform: uppercase;
		vertical-align: bottom;
		background-color: transparent;
		border-left: none;
		border-right: none;
		color: #3f3f3f;
		border-bottom: 1px solid #cacaca;
		padding: 2px 14px;
	}

	.tbl-st.DataGrid_CCS.tight th {
		padding: 2px 7px;
	}

	.tbl-st.DataGrid_CCS td {
		border: 0;
		font-size: 14px;
		border-left: 0;
		border-right: 0;
	}

	.tbl-st.DataGrid_CCS tr:last-child td, .tbl-st.DataGrid_CCS tr:first-child td {
		border-bottom: 0;
		border-top: none;
	}

.tbl-st .dgText {
	text-align: left;
}

.tbl-st.DataGrid_CCS {
	background: transparent;
}

	.tbl-st.DataGrid_CCS [data-toggle='collapse'] .btn--clean, .tbl-st.DataGrid_CCS [data-toggle='collapseAll'] .btn--clean {
		font-size: .75em;
		cursor: pointer;
	}
/* Timeline Block Assignment */
.stfTl {
	overflow-x: auto;
}

.timeline-table tbody tr td {
	border-right: 1px solid #fff !important;
	background-color: #ffd199;
	width: 15px;
	height: 10px;
	text-align: center;
	vertical-align: middle;
	padding: .25em
}

	.timeline-table tbody tr td:first-child {
		border-radius: 5px 0 0 5px;
	}

.timeline-table {
	border-collapse: separate !important;
	border: 1px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 0 1px #b9c2ca;
	margin: 0 7px;
}

	.timeline-table tbody tr td:last-child {
		border-radius: 0 5px 5px 0;
		border-right: 0;
	}

	.timeline-table tbody tr td:first-child:last-child {
		border-radius: 5px;
	}

	.timeline-table tbody tr td.tl-fill {
		background-color: #ff8e00;
		color: #fff;
	}

.svg-inline--fa.infoMessage {
	border: none;
	font-size: 1em;
}

.svg-inline--fa.warning {
	color: #FFCA00
}
/* Toggle */
.toggle-hidden {
	display: none;
}
/* Rotating Utilities */
.rotate {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.rotate-ccw {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.rotate-cw {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Badges */
.badge {
	display: inline-block;
	padding: .4em .4em .25em .4em;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	text-transform: uppercase;
	font-size: 12px;
}

.badge-primary {
	color: #fff;
	background-color: #3990cf;
}

.badge-warning {
	color: #fff;
	background-color: #ff0000;
}

.badge-default {
	color: inherit;
	background: #f5f5f5;
	text-transform: none;
	font-weight: normal;
}

.badge-small {
	font-size: 70%;
}
#globalSearch {
	height: calc(13px + 1.42857143em);
	margin-left: 1.8em;
	box-sizing: border-box;
	border-radius: 3px;
	width: calc(300px - 1.8em);
	margin-top: -19px;
	position: relative;
}
.searchLoad {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.5);
	z-index: 99999;
	animation: fadein .5s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.rsBlocks, .rsBlocks > span.rsBlocks {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.rsBlocks-main {
	flex-wrap: wrap;
}

.rsBlocks .rsBlocks.rsBlocks-icons {
	padding: 2px;
	padding-right: 1px;
	flex-wrap: wrap;
	position: relative;
}

.rsName, .rsTime, .rsStatus, .rsDetails {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 .25em !important;
	font-size: 11px;
	line-height: 13px;
}

.rsDetails {
	white-space: normal;
}

	.rsName a, .rsTime a, .rsStatus a, .rsDetails a {
		line-height: 14px;
	}

.aptImg img {
	display: block;
}

.rsBlocks-group {
	font-size: 11px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	flex-grow: 1;
}

.aptImg {
	border: 1px solid rgba(145,145,145, .8);
	border-left: 0;
	margin-left: -1px;
	background: rgba(255,255,255, .65);
}

	.aptImg:last-child {
		border-radius: 0 5px 0 0;
	}

	.aptImg:first-child {
		border-left: 1px solid rgba(145,145,145, .8);
	}

.rsBlocks > span.aptImg {
	border: 1px solid rgba(145,145,145, .8);
	border-left: 0;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 0;
	line-height: 22px;
}

	.rsBlocks > span .aptImg input[type="checkbox"], .aptImg input[type="checkbox"] {
		float: none;
		margin: 0;
		height: auto;
	}

.rsToolTip .aptImg, .rsToolTip .aptImg:last-child {
	margin: 0;
	border-radius: 0;
}

.rsAptIn .rsBlocks > span {
	line-height: 14px;
}

.rsToolTip {
	padding: 1em 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start
}

.riContSpinButtons.riSingle a.riUp {
	margin-left: -19px;
	margin-top: 3px;
}

.riContSpinButtons.riSingle a.riDown {
	margin-left: -15px;
	margin-bottom: 3px;
}

html body .riContSpinButtons.RadInput_CCS .riError {
	background-position-x: 90%;
	background-position-y: -294px;
}

div.card {
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(10,10,10,0.1), 0 0 0 1px rgba(10,10,10,0.1);
	color: #4a4a4a;
	max-width: 100%;
	position: relative;
	margin: auto;
}

.card-header {
	background-color: rgba(0,0,0,0);
	align-items: stretch;
	box-shadow: 0 1px 2px rgba(10,10,10,0.1);
	display: flex;
}

.card-header-title {
	align-items: center;
	color: #363636;
	display: flex;
	flex-grow: 1;
	font-weight: 700;
	padding: 0.75rem;
}

	.card-header-title.subtitle2 {
		font-weight: normal;
		margin: 0;
	}

.card-header-icon {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	padding: 0.75rem;
}

div.card .card-content {
	background-color: rgba(0,0,0,0);
	padding: 1.5rem;
}

.emptyState .emptyState__icon {
	fill: #707070;
	width: 75px;
	height: 75px;
}

/* Button Groups */
.btn-grp {
	display: flex;
	width: 100%;
	font-size: 16px;
	margin: .5em auto;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.btn-grp--inline {
	width: auto;
	display: inline-flex;
}

.btn-grp .RadButton {
	border-radius: 0;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	margin-left: -1px;
	padding: .5em 1em;
	flex: 1;
}

.btn-grp--inline .RadButton {
	flex: auto;
}

.btn-grp .RadButton:first-child {
	border-radius: 4px 0 0 4px;
	margin-left: 0;
}

.btn-grp .RadButton:last-child {
	border-radius: 0 4px 4px 0;
}

.btn-grp .rbText {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-grp .rbToggled {
	background-color: #327fb4;
	color: rgba(255,255,255,.9);
	border-color: #327fb4
}

.btn-grp .rbHovered {
	background-color: #2A6C9C;
	color: #fff;
	border-color: #2A6C9C;
}

}

/*New CSS to get white bg behind icon */
.has-bg {
	position: relative;
}

	.has-bg::before {
		z-index: 1;
		position: relative;
	}

	.has-bg::after {
		content: "";
		position: absolute;
		z-index: 0
	}

.has-bg-triangle::after {
	border: .95em solid;
	border-left-width: .5em;
	border-right-width: .5em;
	border-top: 0;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: #fff;
	width: 0;
	height: 0;
	top: 0;
	left: 1px;
}

.danger {
	color: Red;
}

.list-cart {
	box-sizing: border-box;
}

	.list-cart.RadListBox_CCS .rlbGroup {
		border: none;
		box-sizing: border-box;
		background: inherit
	}

	.list-cart .emptyState {
		padding: 1em;
		box-sizing: border-box;
	}

		.list-cart .emptyState .emptyState__iconGroup {
			font-size: 3em;
			line-height: .25em;
		}

		.list-cart .emptyState p:last-child {
			margin-bottom: 0;
		}

	.list-cart .rlbEmptyMessage {
		top: 0 !important;
	}

	.list-cart.RadListBox_CCS .rlbGroup .rlbItem {
		background: #fff;
		border: 1px solid #cacaca;
		border-top: none;
	}

	.list-cart.RadListBox .rlbGroup .rlbItem:first-child {
		border-top: 1px solid #cacaca;
	}

	.list-cart a {
		margin-right: .25em;
	}

.RadListBox_CCS .list-cart {
	background: #fff;
}


/* react spinner */
.loading__spinner, .loading__circle {
	fill: #3990cf;
}

.loadingLogo {
	fill: #DADADA;
	height: 3rem;
	width: 3rem;
	margin: 3rem auto;
	display: block;
	animation: fadein 1s;
}

#globalSearch .loadingLogo {
	position: absolute;
	top: 0;
	position: absolute;
	margin: auto;
	text-align: center;
	left: 102px;
	fill: rgba(255,255,255,.5);
}

#globalSearch .loading__circle {
	fill: rgba(255,255,255,.75);
}

.panelBar-head {
	color: #777;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

#pendoCont {
	position: fixed;
	bottom: 10px;
	top: auto;
	left: auto;
	right: 10px;
	width: 1px;
	height: 1px;
}