﻿@media print {
	.hide_print {
		display: none;
	}
	/* Called from pages needing to hide the print button momentarily */
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #eaeaea;
	margin: 0px;
	height: auto;
	min-height: 100vh;
}

	body > form {
		display: flex;
		min-height: 100vh;
		flex-direction: column;
	}
.t-ie11 body > form {
	display: block;
}
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 {
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-top: 4px;
	flex: 1;
}

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;
	background-color: #eaeaea;
}

#headerOffset {
	flex: 0 0 0;
}

.TopControl {
	background-color: #007ea3;
	height: 64px;
}

.BottomControl {
	background-color: #007ea3;
	min-height: 1em;
	color: #C4E0E8;
	overflow: hidden;
	text-align: right;
}

	.BottomControl > div {
		padding: 2px;
		font-size: .9em;
	}

.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, .pager td span {
	border: 0px !important;
	font-size: 0pt;
	height: 0px;
	color: #FFFFFF;
	padding: 0px;
}

	.pager a, .pager td a {
		color: #16ac00;
		font-size: 11pt;
		font-weight: 700;
		margin-bottom: 5px;
		padding-top: 2px;
		padding-left: 5px;
		padding-right: 5px;
		display: inline-block;
	}

		.pager a:first-child::before {
			content: "\2039";
			opacity: .5;
			position: absolute;
			left: 0;
		}

.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;
}

.unknownMessage {
	text-align: center;
	padding: 5px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	border: none;
	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, .blockSection {
	text-align: left;
}

.viewBlock {
	padding: 3px;
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
	.viewBlock-flex {
		display: inline-flex;
	}


	.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;
}
.viewBlock-flex .label {
	justify-content: flex-end;
	margin-right: 3px;
}

.viewBlock-flex .label, .viewBlock-flex .value {
	display: inline-flex;
	align-content: center;
}
.viewBlock-divider {
	text-align: left;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #C9C9C9;
	display: flex;
	justify-content: space-between;
}
/* 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: inherit;
}

.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;
	position: relative;
	z-index: 2;
}

.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-grid.search {
	padding: 5px;
}


.panel-body-dg,
.panel-table {
	line-height: 200%;
}

.panel-body-dg-tabular {
	line-height: 150% !important;
}

	.panel-body-dg-tabular .lwHead td:first-child {
		padding: 0 0 0 6px;
	}

.panel-radio input[type="radio"] {
	margin-right: 3px;
	vertical-align: middle;
}

	.panel-radio input[type="radio"] + label {
		vertical-align: middle;
	}

.panel-radio td {
	padding-right: 5px;
}

.toggle-size {
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	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;
}


i.title-icon.fas.fa-search.search-icon.call-icon:before {
	content: "\f590";
}

i.title-icon.fas.fa-link.recent-icon.actions-icon:before {
	content: "\f0ae";
}


.panel-heading .title-icon {
	border-radius: 3px;
	padding: 2px;
	text-align: center;
	color: rgba(255,255,255,.5);
	font-size: .75em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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;
}

.color-corp-blue .title-icon {
	color: #005f8e;
	background: #005f8e30;
}

.color-mid-blue .title-icon {
	background-color: #1d9bcc30;
	color: #1d9bcc;
}

.color-light-blue .title-icon {
	background-color: #1d9bcc30;
	color: #1d9bcc;
}

.color-corp-orange .title-icon {
	background-color: #e8833030;
	color: #e88330;
}

.color-light-orange .title-icon {
	background-color: #ff892830;
	color: #ff8928;
}

.color-corp-green .title-icon {
	background-color: #00ad4c30;
	color: #00ad4c;
}

.color-light-green .title-icon {
	background-color: #4dc68230;
	color: #4dc682;
}


.panel-body-dg .panel-block td a,
.panel-body-dg .panel-block td a,
.gridItem-nolink {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding-right: 5px;
}

a.tile-link,
.panel-body-dg a,
a.panel-body-linkbtn,
.panel-body-dg .pager td a {
	text-decoration: none;
}



	a.tile-link:hover,
	input.tile-link:hover,
	.panel-block.pager 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,
	input.tile-link:not(.sched-link)::after,
	a.panel-body-linkbtn::after {
		content: "\203A";
		opacity: .5;
		position: absolute;
		right: 0;
	}

.panel-body-grid a.tile-link:not(.sched-link)::after, input.tile-link:not(.sched-link)::after {
	right: 3px;
}

.panel-body-dg a:hover::after,
a.tile-linka:hover:not(.sched-link)::after,
input.tile-linka:hover:not(.sched-link)::after
a.panel-body-linkbtna:hover::after {
	opacity: 1;
}


.ccui a.tile-link, .ccui input.tile-link {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	position: relative;
	z-index: 1
}

.ccui a.tile-link-inline, .ccui input.tile-link-inline {
	display: inline-block;
	margin: auto;
	width: auto;
	font-size: inherit;
}

.ccui .panel input[type="submit"] {
	font-weight: 700;
	text-transform: uppercase;
}

.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: 12px !important;
	text-decoration: none !important;
	color: #566E7D !important;
	padding-right: 0;
}


.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: #007ea3;
	height: 140px;
	text-align: right;
}

.homeLogoHolder {
	padding-top: 30px;
	padding-right: 50px;
	display: flex;
	align-items: center;
	height: 140px;
	justify-content: flex-end;
	padding-top: 0
}

.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 {
	padding-top: 10px;
}

.homeBottomBar {
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 -1px 3px rgba(0,0,0,.25);
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 15px);
}

.version {
	color: #c9c9c9;
	vertical-align: middle;
	padding-left: 1em;
	display: inline-block;
}
/*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*/
.menuLogo {
	width: 333px;
	padding-left: 10px;
	padding-right: 10px;
}

	.menuLogo a {
		display: block;
	}
.shrinkLogo {
	width: 200px;
	overflow: hidden;
}

	.shrinkLogo img {
		display: none;
	}
a.shrinkLogo {
	display: block;
	background: url("https://static.clinicalconductor.com/a/logos/2024/CCSite_mashup_reversed.svg") no-repeat;
	background-size: auto;
	height: 100%;
	width: 100%;
	background-position: 50%;
}
	a.shrinkLogo .headerLogo {
		margin-bottom: -5px;
	}

.MenuLogoDisabled,
.MenuLogoDisabled img {
	cursor: default;
}

div.menuTemplate {
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 44px;
	background-color: #007ea3;
	text-align: center;
	font-size: 13px;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
}

	div.menuTemplate span {
		color: white;
	}

	div.menuTemplate img, div.mainMenuTemplate img {
		height: 20px;
	}


div.mainMenuTemplate {
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 44px;
	background-color: transparent;
	text-align: center;
	font-size: 12px;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
}
	div.mainMenuTemplate br, div.menuTemplate br {
		display: none;
	}

	div.mainMenuTemplate span {
		color: white;
	}
.menuTemplate > a {
	line-height: 1em;
}

/* End Menu */

/* Patient Management Grid */
.qwkMenu .rmRootGroup .rmFirst:focus, .qwkMenu .rmRootGroup:focus, .qwkMenuList:focus {
	outline: 0;
}

.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
	}

.fa-layers-counter {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: top right;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border-radius: 0;
	transform: none;
	position: absolute;
}
/* adjust for react component */
#menuImages #notifications .fa-layers-counter {
	border-radius: 1em;
	background-color: #ff253a;
	left: auto;
	right: -0.5em;
}
#menuImages #notifications .fa-fw {
	display: flex;
	align-items: center;
}
.has-white-text-shadow {
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.fa-layers--btn {
	width: auto;
}

.layers-centered {
	min-width: 0;
}

.cost-cell .notes-button .fa-layers-counter {
	color: #fff;
	max-width: 5em;
	min-width: 1.5em;
	padding: 0 0 0 2px;
	font-size: 10px;
	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;
	padding-top: 1px;
}

.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;
	line-height: 0;
}

	.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;
}

.switch[disabled], .switch[disabled] .slider {
	opacity: .5;
	cursor: not-allowed !important;
}
/* 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;
}

input[type=submit].button {
	font-size: 16px;
	background: #007EA3;
	padding: .75em;
	color: #fff;
	border-radius: 4px;
	text-transform: none;
	font-weight: normal;
}

	input[type=submit].button:hover {
		background: #005172;
	}

.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: #007ea3;
	color: rgba(255,255,255,.9);
	border-color: #007ea3
}

.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: green;
		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;
	font-family: 'Yantramanav',arial,sans-serif;
}

.badge-primary {
	color: #fff;
	background-color: #007ea3;
	text-transform: none;
	font-weight: normal;
}

.badge-warning {
	color: #fff;
	background-color: #ff0000;
}

.badge-default {
	color: inherit;
	background: #f5f5f5;
	text-transform: none;
	font-weight: normal;
}

.badge-info {
	background: #82b9e1;
	color: #fff;
	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);
	position: relative;
	margin-right: 10px;
}

.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: #007ea3;
	color: rgba(255,255,255,.9);
	border-color: #007ea3
}

.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: #007ea3;
}

.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;
}

.is-valign-middle {
	vertical-align: middle;
}

.table--version .rgDetailTable {
	width: calc(100% + 3px) !important;
	table-layout: auto;
	empty-cells: show;
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 30px;
	border-color: #d5dde0 !important;
}

.table--version .RadGrid_CCS .rgExpand, .table--version .RadGrid_CCS .rgCollapse {
	display: block;
	margin-top: -8px;
}

.table--version .rgRow + tr td, .table--version .rgRow + tr td.rgExpandCol {
	border-bottom: 1px solid #d5dde0;
	background-color: rgba(0,0,0,0.02);
}

.table--version .rgAltRow + tr td, .table--version .rgAltRow + tr td.rgExpandCol {
	background-color: rgba(237, 246, 255, 0.65);
	border-bottom: 1px solid #d5dde0;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #d5dde0;
	margin: -6px auto 10px auto;
}

.table--version .rgDetailTable th.rgHeader {
	background-color: transparent;
	color: rgb(135, 149, 170);
	height: auto !important;
	padding: 5px 14px;
}

.table--version .rgDetailTable tr.rgAltRow {
	background: rgba(0,0,0,0.02) !important;
}

.is-dark-grey {
	color: #6e6f72
}

.table--version .dgNum, .table--version .dgDate {
	text-align: right;
}

.fa-layers {
	color: #6E6F72;
	font-size: 16px;
	position: relative;
}

[data-fa-transform*="shrink-10"] {
	font-size: .675em;
	position: absolute;
	top: -4px;
	right: -8px;
}
.processing-icon .fa-layers {
	width: 1.5em;
	font-size: 13px;
}

.processing-icon [data-fa-transform*="shrink-10"] {
	right: -3px;
	top: -3px;
	font-size: .55em;
}
.attn {
	color: #ff2715;
}

.success {
	color: #008000;
}

.pending-optional {
	color: #fe0;
	border: 1px solid #d7c800;
	border-radius: 50%;
}
.ccTSColumns {
	display: flex;
	justify-content: space-evenly
}

	.ccTSContainer {
		background: #fff;
		text-align: center;
		padding: .5em;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 5px;
		margin-left: 1em;
		vertical-align: top;
		height: 30px;
		box-sizing: border-box;
	}

	.ccTSContainer input {
		padding-top: 0;
		padding-left: 20px;
	}

.ccTSLogo.disabled, .disabled.ccTSPanel {
	opacity: .5;
}

.ccTSLogo {
	height: 15px;
}
.ccTSColumns .ccTSLogo {
	height: 20px;
	display: block;
	margin: auto;
}

.ccTSPanel {
	line-height: 0;
}
.ccTSColumns .ccTSContainer {
	display: block;
	border: 1px solid #cacaca;
	height: auto;
	margin: 0;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	margin: .25em;
}
.ccTSColumns .disabledImgLink {
	display: block;
}
.ccTSColumns .ccTSContainer input {
	padding-top: 4px 9px 1px 9px;
}

.userMenu .RadMenu.RadMenu_User .rmVertical .rmItem .rmText {
	padding-top: 8px;
}
/* Dropdown Button - RadMenu */
.qwkMenuList a.rmLink.rmRootLink {
	display: flex;
	justify-content: center;
	justify-items: flex-start;
	align-items: center;
	width: 12px;
	padding: 0;
	margin-right: 5px;
}

	.qwkMenuList a.rmLink.rmRootLink:hover {
		color: #000;
		background: #f9f9f9
	}

.qwkMenu .RadMenu .rmGroup .rmText {
	padding: .25em;
	margin-right: 4px;
}

.qwkMenu .qwkInput {
	padding: 4px 4px 1px 4px;
}

	.qwkMenu .qwkInput:hover {
		background: #f9f9f9;
	}

.qwkMenu .rmText.rmExpandDown {
	padding: 0 !important;
}

.badge-caution {
	background-color: #FFFFC9;
	color: #666600;
	text-transform: none;
	font-weight: normal;
}

.RadButton.RadButton_CCS span.rbText {
	font: inherit;
	text-transform: none;
}

.ccui .grid-stack-item-content.panel {
	background: #fff;
}

	.ccui .grid-stack-item-content.panel .panel-heading {
		border-bottom: 1px solid #ededed;
		color: #4D6575 !important;
		font-size: 14px;
	}

.ccui tr.panel-block a, .ccui .tile-link {
	color: #3f3f3f;
	font-weight: normal;
	display: block;
	position: relative;
}


	.ccui tr.panel-block:hover, .ccui .tile-link:hover {
		background: #f5f5f5
	}

.ccui tr.panel-block {
	padding: 0;
}

	.ccui tr.panel-block td, .ccui .panel .panel-body-heading, .ccui .tile-link {
		padding: .375em .75em;
		width: 100%;
	}

	.ccui tr.panel-block.pager td {
		padding: 0 9px;
	}

	.ccui tr.panel-block.pager:hover {
		background: transparent;
	}

	.ccui tr.panel-block.pager a {
		display: inline-block;
	}

.ccui .panel-body-dg-tabular tr.panel-block {
	display: table-row;
}

	.ccui .panel-body-dg-tabular tr.panel-block td {
		padding: 0.125em 0.375em;
	}

.ccui .RadTabStrip.panel-tabs .rtsUL {
	align-items: flex-end;
	display: flex;
	font-size: .875em;
	justify-content: center;
	width: 100%;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

	.ccui .RadTabStrip.panel-tabs .rtsUL li, .ccui .RadTabStrip.panel-tabs, .ccui .RadTabStrip.panel-tabs .rtsLevel {
		overflow: visible;
	}

.ccui .RadTabStrip.RadTabStrip_CCS.tileTabStrip .rtsLink {
	color: inherit;
}

.RadTabStrip.RadTabStrip_CCS.tileTabStrip.panel-tabs {
	padding-bottom: 0;
}

	.RadTabStrip.RadTabStrip_CCS.tileTabStrip.panel-tabs a {
		margin-bottom: -1px;
		;
		border-radius: 0;
	}

.RadTabStrip.RadTabStrip_CCS.panel-tabs .rtsLink.rtsSelected {
	border-bottom: 1px solid #0053AE
}

.RadTabStrip.RadTabStrip_CCS.tileTabStrip.panel-tabs .rtsLink:hover {
	background: transparent;
}

.ccui .panel .panel-body-heading {
	color: #4D6575;
	display: block;
	font-size: 10px;
	background: #ECF0F3;
	border: 1px solid #D2DEE6;
	border-left: 0;
	border-right: 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 9px;
	padding: 5px;
}

.ccui .field.panel-block {
	padding-top: 5px;
	padding-bottom: 18px;
	margin-bottom: 0 !important;
	display: flex;
}

	.ccui .field.panel-block .field-search {
		display: block;
		width: 40px;
		text-align: center;
		padding-top: 18px
	}

.ccui .panel-block .control.has-icons-left {
	width: auto;
	margin-right: 0 !important;
	padding-left: 18px;
}

	.ccui .panel-block .control.has-icons-left .icon.is-left {
		left: -15px;
		top: 7px;
	}


.ccui .panel-body-dg .panel-block:last-child {
	border-radius: 0;
}


.panel-body-dg-tabular .panel-block.pager td {
	padding: 0;
	border-top: 1px dotted #ccc !important;
}

.ccui .panel-block > .control.control-ccid {
	width: 50px;
}

.panel-iconLink {
	color: #566E7D;
	z-index: 2;
}

.panel-settings, .panel-settings:hover {
	position: absolute;
	top: 9px;
	right: 8px;
}

.panel .emptyState {
	color: #566E7D;
}

.ccui .panel .emptyState {
	margin-top: 0;
}

.panel .emptyState .emptyState__icon {
	opacity: .5;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
}

	.panel .emptyState .emptyState__icon.fa-2x {
		width: 28px;
		height: 28px;
	}

	.panel .emptyState .emptyState__icon.fa-3x {
		width: 45px;
		height: 45px;
	}


.panel-filters {
	position: relative;
	z-index: 2;
}



/* Match CCUI Messages */
.message.is-info {
	font-size: 12px;
	color: #0a5c94;
	background: #ecf7fe;
	padding: .25em 0.5em;
	border-color: #62b9f4;
	border-radius: 4px;
	border-style: solid;
	border-width: 0 0 0 4px;
	vertical-align: middle;
}

.eConsentStudyBanner {
	height: 50px !important;
	width: auto !important;
	border-width: 0px;
	margin-top: -15px;
	margin-bottom: -15px;
}


/* Study Setup Roles grid*/
.dgNum.dg-roles,
.dgEnum.dg-roles,
.dgText.dg-roles,
.ccCurrency.dg-roles {
	vertical-align: middle !important; /* override default */
}

/* Study Setup Timeline */
.timeline-container {
	display: flex;
	justify-content: flex-start;
}

div.timeline-nav-button-group {
	display: inline-flex;
	margin: 0 20px 0 0;
}

.overlay-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.overlay-container-item {
	grid-area: 1 / 1 / 2 / 2;
}

.flex-schedule-line {
	--width: calc(100%);
	opacity: 1;
	width: calc(var(--width) - 30px);
	position: relative;
	border-bottom: 4px solid green;
	margin: -6px;
	text-align: center;
}

	.flex-schedule-line.small {
		margin: 0;
	}

		.flex-schedule-line.small::before,
		.flex-schedule-line.small::after {
			content: '';
			position: absolute;
			margin: -4px -6px;
		}


	.flex-schedule-line::before {
		left: 0;
		border-style: solid;
		border-width: 6px 8px 6px 0;
		border-color: transparent green transparent transparent;
	}

	.flex-schedule-line::after {
		right: 0;
		border-style: solid;
		border-width: 6px 0 6px 8px;
		border-color: transparent transparent transparent green;
	}

	.flex-schedule-line::before,
	.flex-schedule-line::after {
		content: '';
		position: absolute;
		margin: -4px -4px;
	}

.logo-advarra {
	height: 25px;
}

.app-footer {
	background: #fff;
	box-shadow: 0 -1px 1px rgba(0,0,0,.25);
	padding: 10px;
	text-align: right;
	display: flex;
	justify-content: space-between;
}

.reminder-footer::before {
	content: ' | ';
}

.ccui .color-light-orange.panel .panel-heading {
	background: linear-gradient( 180deg, rgba(255,137,40,.125) 0%, rgba(255,255,255,1) 115%);
}

.ccui .color-mid-blue.panel .panel-heading {
	background: linear-gradient( 180deg, rgba(29,155,204,.125) 0%, rgba(255,255,255,1) 115%);
}

.ccui .color-light-green.panel .panel-heading {
	background: linear-gradient( 180deg, rgba(77,198,130,.125) 0%, rgba(255,255,255,1) 115%);
}

/* keep font-size consistent for app switcher drawer button*/
a.button.app-switcher-drawer,
a.button.app-switcher-drawer:hover {
	font-size: 16px !important;
}

.panel-body-dg .gridItem-nolink {
	line-height: 18px;
}
/* study panel */
.ccui .panel-status {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

/* Status Pill for Grid Panel*/
.ccui .panel-status > div {
    display: flex;
    font-size: 14px;
}
	.ccui .panel-status > span {
		display: flex;
		height: 20px;
	}

	.ccui .panel-status > div > span > span {
		display: flex;
		align-items: center;
		padding-top: 2px;
        margin-left: 1.2em;
	}

		.ccui .panel-status > div > span > span > span {
            line-height: 120%;
            font-size: 12px;
        }


.study-panel {
    border-bottom-style: solid;
    border-bottom-width: thin;
}
.study-panel > ul {
	list-style: none;
	font-size: 14px;
	padding: 0;
    margin-top: 0;
}

.study-panel li {
	padding: 0.375em 0.75em;
	width: 100%;
}

	.study-panel li:not(:last-child) {
        border-bottom: 1px solid #ededed;
	} 


.study-panel li:hover {
	background: #f5f5f5;
}

	.study-panel li.no-hover:hover {
		background: inherit;
	}


.study-panel li > a {
    color: #3f3f3f;
	font-weight: normal;
	display: block;
	position: relative;
    text-decoration: none;
}

	.study-panel li > a:hover {
        text-decoration: none;
    }

#MainHeader {
	min-height: 3.75rem;
	background: #007ea3;
}
#MainHeader button.has-icon, #MainHeader #navbarMore a.k-menu-link {
	font-size: 1.25rem;
}

/* SSO Login Home CCS */
.home .base-layer {
	position: relative;
	height: 220px;
	width: 100%;
	background-color: #007EA3;
	z-index: 1;
}

.home .container-layer {
	display: grid;
	grid-template-columns: 1.3fr 1.7fr;
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	top: 0;
}

.home .left {
	position: relative;
	height: 100%;
	background: url('https://d33o2m5k0ex249.cloudfront.net/images/advarra-curtain-bg.svg') right top / cover no-repeat;
}

.home .right {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
}

.home .card-container {
	margin-top: 95px;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-items: center;
	margin-right: 2.5rem;
}

.home .card {
	background: white;
	padding: 3rem 3.75rem 2.75rem 3.75rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
	width: 25rem;
	height: 100%;
	min-height: 500px;
}

.home .logo {
	display: flex;
	justify-items: center;
	align-items: center;
	padding-bottom: 22px;
}

	.home .logo img {
		height: 2.75rem;
		width: auto;
	}

.home .card-content {
	margin-top: 60px;
}

.home .card-grid {
	display: grid;
	grid-template-rows: auto 1fr;
	gap: 20px;
	height: 100%;
}

	.home .card-grid.with-logo {
		grid-template-rows: auto auto 1fr;
	}

.home .site-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.home .site-logo img {
		height: 150px;
		width: 150px;
	}

.home .login-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

	.home .login-form h2 {
		margin: 0;
		color: #007EA3;
		width: 400px;
		height: 27px;
		font-family: Segoe UI;
		font-size: 20px;
		font-weight: 600;
		line-height: 26.6px;
	}

	.home .login-form label {
		margin-bottom: 5px;
	}

	.home .login-form input {
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}

	.home .login-form button {
		padding: 10px;
		background-color: #005172;
		color: white;
		border: none;
		border-radius: 5px;
		cursor: pointer;
	}

.home .bottom-links {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 100%;
}

	.home .bottom-links a {
		flex-grow: 1;
		color: #005172;
		text-decoration: none;
	}

.home .version {
	justify-content: center;
	padding: 1.25rem 0 .75rem 0;
}

.home .logo-advarra {
	height: 25px;
	margin-bottom: -.4rem;
}

#homeLogin {
	position: fixed;
	top: 100px;
	left: 55%;
}


#txtUserID, #txtPassword, #lblUserIdDisabled {
	width: 100%;
}

#loginForm #cmdLogin, #loginForm #cmdNext {
    width: 100%;
}

@media (max-width: 1200px) {
	.home .left {
		display: none;
	}

	.home .right {
		width: 100%;
	}

	.home .card-container {
		margin-right: 0;
	}

	.home .container-layer {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 800px) {
	.home .base-layer {
		height: 125px;
	}

	.home .card-container {
		margin-top: 1.5rem;
	}

	.home .logo img {
		height: 40px;
	}
}

@media (max-width: 520px) {
	.home .container-layer {
		display: flex;
		flex-direction: column;
		justify-items: center;
		padding: 0 2.5rem;
		width: auto;
	}

	.home .base-layer {
		height: 80px;
	}

	.home .left {
		display: none;
	}

	.home .card-container {
		margin-top: 1.5rem;
	}

	.home .card {
		width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
		padding: 1.5rem 0 0 0;
		min-height: none;
		margin-bottom: 1rem;
	}

	.home .logo img {
		height: 34px;
	}

	.home .card-content {
		margin-top: 40px;
	}

	.home .version {
		padding: .75rem 0;
	}
}

@media (max-width: 500px) {
	.home .logo img {
		height: 34px;
	}

	.home .card-content {
		margin-top: 10px;
	}
}

@media (max-width: 400px) {
	.home .logo img {
		height: auto;
		width: 300px;
	}

	.home .card-content {
		margin-top: 10px;
	}

	.home .container-layer {
		min-width: 375px;
	}
}