/* Make margins & paddings consistent across all browsers */
.zzz {
	color: red;
}

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

/*Have to set up ul and ol margins*/
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 3em;
}

a {
	text-decoration: underline;
	color: #256bda;
}

	a[class*="flaticon"] {
		text-decoration: none;
	}

/* Set tables to have no border nor cellspacing*/
table {
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	border-style: none;
}

	table td, table th {
		padding: 0px;
	}

input {
	margin: 0px 1px 1px 1px;
	padding: 2px 1px;
	border: 1px solid #b0b0b0;
}

	input:hover, input:focus {
		border: 1px solid #797979;
	}

	input[type="image"] {
		padding: 0px;
		margin: 0px;
		border: none;
	}

	/* Add some space between asp:checkbox and it's generated label (Text) */
	input[type='checkbox'] {
		margin-right: 3px;
		border-style: none;
	}

	input[type='text'], input[type='password'] {
		border: 1px solid #b0b0b0;
		color: #444444;
		padding: 3px 2px 3px 4px;
	}

		input[type='text']:not(.rcbInput):hover, input[type='text']:not(.rcbInput):focus,
		input[type='password']:not(.rcbInput):hover, input[type='password']:not(.rcbInput):focus {
			border: 1px solid #797979;
		}

		input[type="text"]:disabled, input[type="password"]:disabled {
			border: 1px solid #b0b0b0;
			background-color: #EEEEEE;
			opacity: 0.7;
		}

	input[type="radio"] + label {
		color: #444444;
		padding-left: 2px;
		padding-right: 5px;
	}

textarea {
	border: 1px solid #b0b0b0;
	margin: 1px;
	padding: 2px 1px;
	white-space: pre-wrap;
}

	textarea:hover, textarea:focus {
		border: 1px solid #797979;
	}

select {
	margin: 0px 1px 1px 1px;
	border: 1px solid #b0b0b0;
	color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: white;
}

	select:hover, select:focus {
		border: 1px solid #797979;
	}

	select:disabled {
		background-color: #EEEEEE;
	}

/* Make sure all browsers recognize the new HTML 5 elments as block */
header, section, footer, aside, nav, article, figure, figcaption, hgroup {
	display: block;
}

/* Set our default fonts & colors */
body {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	background-color: white;
	height: 100%;
}

/*border color of all headers (h1 - h4) are overridden in BasePage.cs*/
h1 {
	border-bottom: solid 1px #00b1ee;
	background-color: white;
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 4px 4px;
	margin-top: 4px;
	margin-bottom: 0px;
}

td.h1 {
	border-bottom: solid 1px #00b1ee;
	background-color: white;
	color: #444444;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0px 3px 4px;
}

h2 {
	border-bottom: solid 1px #00b1ee;
	background-color: white;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 0px 4px 4px;
	margin-top: 10px;
	margin-bottom: 0px;
}

td.h2 {
	border-bottom: solid 1px #00b1ee;
	background-color: white;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 4px 4px;
	vertical-align: top;
}

h3 {
	border-bottom: solid 1px #e0e0e0;
	background-color: white;
	color: #444444;
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 4px 4px;
	margin-top: 10px;
	margin-bottom: 0px;
}

td.h3 {
	border-bottom: solid 1px #e0e0e0;
	background-color: white;
	color: #444444;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 0px 4px 4px;
	vertical-align: top;
}

h4 {
	border-bottom: solid 1px #e0e0e0;
	background-color: white;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 0px 4px 4px;
	margin-top: 10px;
	margin-bottom: 0px;
}

td.h4 {
	border-bottom: solid 1px #e0e0e0;
	background-color: white;
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 4px 4px;
	vertical-align: top;
}

.procBorder {
	border: solid 1px #e0e0e0;
}

.procBorderColor {
	border-color: #e0e0e0;
}

.procBackgroundColor {
	background-color: #eeeeee;
}

#menubar {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: solid 3px transparent;
	border-right: solid 1px transparent;
	border-bottom: solid 3px transparent;
	text-decoration: none;
	text-align: right;
	color: white;
	height: 30px;
	padding-right: 3px;
	z-index: 10000;
}

#menubarHelp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: solid 3px transparent;
	border-bottom: solid 3px transparent;
	text-decoration: none;
	text-align: right;
	color: white;
	height: 30px;
	z-index: 10000;
}

.menubarHelpLink {
	box-sizing: content-box;
	width: 25px;
	border-radius: 3px;
	padding: 3px 0px 1px 4px;
	text-align: left;
	cursor: pointer;
	display: block;
}

	.menubarHelpLink:hover {
		background-color: #757575;
	}

#menubarLogo {
	padding: 5px 10px 0px 5px;
}

#profileMenuBar {
	z-index: 10000;
}

#divPageMainWrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	/*Change to:
	background-color: #efefef;*/
}

#divPageMain {
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: auto;
	padding: 5px 5px 5px 5px;
	display: flex;
	flex-direction: column;
}

td.headerSummaryLogo {
	width: 50%;
	vertical-align: top;
	padding: 10px 0px 0px 0px;
	text-align: right;
}

.valSum {
	font-size: 10pt;
	border: 2px solid red;
	color: red;
	margin: 0px;
	padding: 5px 10px;
	background-color: #fff3f3;
}

	.valSum ul {
		margin: 0;
		padding: 0;
		margin-left: 25px;
		list-style: square;
	}

img.valError {
	vertical-align: middle;
	margin-left: 5px;
}

.rblHorizontal label {
	margin-right: 5px;
}

.rptHeader {
	border: solid 2px white;
	font-weight: bold;
	padding: 1px 2px;
}

.rptItem {
	border: solid 2px white;
	background-color: white;
	color: #444444;
	padding: 1px 2px;
	vertical-align: top;
}

.rptAltItem {
	border: solid 2px white;
	background-color: white;
	color: #444444;
	padding: 1px 2px;
	vertical-align: top;
}

.rbList input[type=radio] {
	margin-right: 3px;
}

.rbList label {
	padding-right: 8px;
}

.fieldLabel, .fieldLabelFixedHeight {
	background-color: #eeeeee;
	color: #444444;
	font-weight: normal;
	font-size: 13px;
}

td.fieldLabel, div.fieldLabel, td.fieldLabelFixedHeight, div.fieldLabelFixedHeight {
	text-align: right;
	vertical-align: top;
	padding: 5px 10px 5px 5px;
	border-top: solid 1px white;
	border-right: solid 1px white;
	white-space: nowrap;
}

.fieldLabelFixedHeight, td.fieldLabelFixedHeight, div.fieldLabelFixedHeight {
	height: 26px;
}

.fieldLabelTop {
	background-color: white;
	color: #444444;
	font-weight: normal;
	font-size: 13px;
}

td.fieldLabelTop {
	vertical-align: top;
	padding: 0px 0px 2px 0px;
	white-space: nowrap;
}

.fieldValue, .fieldValueFixedHeight {
	background-color: #FFFFFF;
	color: #444444;
	font-size: 13px;
}

td.fieldValue, div.fieldValue, td.fieldValueFixedHeight, div.fieldValueFixedHeight {
	vertical-align: top;
	padding: 6px 0px 5px 6px;
}

.fieldValueFixedHeight, td.fieldValueFixedHeight, div.fieldValueFixedHeight {
	height: 25px;
}

.fieldNote {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}

td.fieldNote {
	vertical-align: top;
	border: solid 2px white;
	padding-left: 1px;
}

.textLibrary {
	background-color: #FFFFFF;
}

td.textLibrary {
	vertical-align: bottom;
	padding: 6px 0px 5px 6px;
}

a.procLink:link, a.procLink:visited, a.procLink:active {
	text-decoration: underline;
	color: #256bda;
	white-space: nowrap;
}

a.procLink img {
	padding-right: 4px;
	vertical-align: middle;
}

a.procLink span {
	padding-right: 4px;
	vertical-align: middle;
}

.reqMark:before {
	font-family: "Roboto", "Noto", sans-serif;
	color: red;
	font-weight: bold;
	content: "* ";
	font-size: 14px;
	line-height: 14px;
}

.reqMarkSpace:before {
	font-family: "Roboto", "Noto", sans-serif;
	color: transparent;
	font-weight: bold;
	content: "* ";
	font-size: 14px;
	line-height: 14px;
}

.passMark:before {
	font-family: "Roboto", "Noto", sans-serif;
	color: #00AA00;
	font-weight: bold;
	content: "✓ ";
	font-size: 14px;
	line-height: 14px;
}

.failMark:before {
	font-family: "Roboto", "Noto", sans-serif;
	color: #d80028;
	font-weight: bold;
	content: "X ";
	font-size: 14px;
	line-height: 14px;
}

.emptyListText {
	font-size: 12px;
	color: #444444;
	font-style: italic;
	padding: 2px;
}

.emptyListBox {
	font-size: 12px;
	color: #444444;
	font-style: italic;
	padding: 2px;
	border: solid 1px #e0e0e0;
}

.tableOldGrid {
	border: solid 1px #e0e0e0;
	width: 100%;
}

.tableColumnHeader {
	background-color: white;
	color: #444444;
	padding: 3px 5px 3px 5px;
	text-align: left;
	border: none;
	border-bottom: solid 1px #e0e0e0;
	vertical-align: top;
}

.tableListItem {
	background-color: white;
	border-top: solid 1px #eeeeee;
	padding: 4px 5px 4px 5px;
	vertical-align: top;
	font-size: 9pt;
}

.tableListItem1, .tableListItem2 {
	background-color: white;
	border-top: solid 1px #eeeeee;
	padding: 4px 5px 4px 5px;
	vertical-align: top;
}

.tableListItemLabel {
	background-color: #eeeeee;
	border-top: solid 1px white;
	padding: 4px 5px 4px 5px;
	vertical-align: top;
	white-space: nowrap;
}

.tableListItemNoBorder {
	background-color: white;
	padding: 4px 5px 4px 5px;
	vertical-align: top;
}

.tableMainFooter {
	background-color: #E0E0E0;
	color: #444444;
}

.responseTypeLabel {
	background-color: green;
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.buttonLink {
	line-height: 10px;
	display: inline-block;
	text-align: center;
	color: #444444;
	width: 56px;
	font-family: Arial;
	font-size: 8pt;
	vertical-align: middle;
	padding: 2px 4px;
	border-radius: 2px;
	border: solid 1px #e0e0e0;
	background-color: #eeeeee;
	text-decoration: none;
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.buttonLink:hover {
		line-height: 10px;
		display: inline-block;
		text-align: center;
		color: #444444;
		font-family: Arial;
		font-size: 8pt;
		vertical-align: middle;
		padding: 2px 4px;
		border-radius: 2px;
		border: solid 1px #e0e0e0;
		background-color: #e0e0e0;
		text-decoration: none;
		/*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);*/
	}

.buttonLinkDownloadAll {
	line-height: 10px;
	display: inline-block;
	text-align: center;
	color: #444444;
	width: 62px;
	font-family: Arial;
	font-size: 8pt;
	vertical-align: middle;
	padding: 2px 4px;
	border-radius: 2px;
	border: solid 1px #e0e0e0;
	background-color: #eeeeee;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.buttonLinkDownloadAll:hover {
		line-height: 10px;
		display: inline-block;
		text-align: center;
		color: #444444;
		font-family: Arial;
		font-size: 8pt;
		vertical-align: middle;
		padding: 2px 4px;
		border-radius: 2px;
		border: solid 1px #e0e0e0;
		background-color: #e0e0e0;
		text-decoration: none;
	}

.errorTable {
	width: 100%;
	border: 1px solid red;
	background-color: #FFE6E6;
	color: #E60000;
}

.errorTableCell {
	background-color: #FFE6E6;
	color: #E60000;
	padding: 3px;
	font-size: 12px;
	vertical-align: top;
}

.errorText {
	font-size: 12px;
	color: #d80028;
	font-style: italic;
}

.errorText2 {
	font-size: 18px;
	color: #d80028;
}

div.errorDivScrollable {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	max-height: 150px;
}

.instructPage {
	color: #256bda;
	font-size: 11pt;
	font-style: italic;
}

.instructSection {
	color: #256bda;
	font-size: 10pt;
	font-style: italic;
}

.instructFoot {
	color: #256bda;
	font-size: 9pt;
	font-style: italic;
}

div.instructPage, div.instructSection, div.instructFoot {
	padding: 3px 2px;
}

td.instructPage, td.instructSection, td.instructFoot {
	vertical-align: top;
	padding: 3px 2px;
}

div.instructBox, td.instructBox {
	border: solid 1px #e0e0e0;
}

.instructField {
	color: #256bda;
	font-size: 9pt;
	font-style: italic;
}

span.instructField {
	display: inline-block;
	padding-left: 5px;
}

.msgSuccess {
	color: #00AA00;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}

.msgInfo {
	color: #0000AA;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}

td.msgInfo {
	vertical-align: top;
	padding: 3px 2px;
}

div.msgInfo {
	padding: 3px 2px;
}

.msgError {
	color: #d80028;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}

.msgAddendDel {
	color: #0000AA;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	text-decoration: none;
}

.msgAddendDelStrike {
	color: #0000AA;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: line-through;
}

.msgWarn {
	color: #990000;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}

.msgPad {
	padding: 3px 2px;
}

span.msgPad {
	display: inline-block;
}

div.msgBox {
	padding: 3px 2px;
	border: solid 1px #e0e0e0;
}

.RadButton > .rbSplitPart {
	background: none !important;
}

.RadButton > .rbSplitPartRight {
	border-radius: 0px 4px 4px 0px !important;
	padding: 3px 7px 0px 0px !important;
	border: none !important;
}

.buttonPrimary {
	/*background-color: blue !important;*/
	color: white !important;
	background-image: none !important;
	border: solid 1px black !important;
	padding: 4px 9px !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

	.buttonPrimary.RadButton > .rbSplitPart {
		color: white !important;
	}

.buttonStandard {
	background-color: #757575 !important;
	color: white !important;
	background-image: none !important;
	border: solid 1px #757575 !important;
	padding: 4px 9px !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	font-weight: bold !important;
}

.linkHeaderReturn {
	max-height: 95px;
	min-height: 95px;
	line-height: 95px;
	padding: 0px 0px !important;
	border-radius: 4px !important;
	font-size: 12px !important;
	font-weight: normal !important;
	display: block;
	cursor: pointer;
}

	.linkHeaderReturn:hover {
		background-color: #eeeeee;
	}

.portletMainHeader {
	border-bottom: solid 1px #e0e0e0;
	background-color: White;
	color: #444444;
	font-size: 13px;
	padding: 3px;
	font-weight: bold;
}

.portletTable {
	border: solid 1px #e0e0e0;
	background-color: #eeeeee;
	color: #444444;
	width: 100%;
}

.portletLinkSection {
	padding: 3px;
	white-space: nowrap;
}

.subFieldHeader {
	font-style: italic;
	font-weight: bold;
	font-size: 8pt;
	background-color: white;
}

.stick {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
	background-color: white;
}

.toolTipHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

div.toolTipHeader {
	border-bottom: solid 1px #444444;
}

.toolTipSubHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}

div.toolTipSubHeader {
	margin-top: 9px;
}

.toolTipText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #444444;
}

.companyGridProfileImage {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	border: solid 1px #b0b0b0;
	width: 20px;
	height: 20px;
}

.imgCircle {
	border-radius: 50%;
	border: solid 1px #b0b0b0;
}

.imgCircleLarge {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	border: solid 1px #b0b0b0;
}

.profileMenu .rmText {
	padding-top: 3px !important;
}

.profileMenu img {
	width: 30px !important;
	height: 30px !important;
	object-fit: cover;
	border-radius: 50%;
	border: solid 1px #444444 !important;
}

.profileMenu.rmLink {
	margin-right: 5px !important;
}

/****************************************************/
/* Animation stuff                                  */
/****************************************************/
@keyframes fadeOnAdd {
	0% {
		background-color: transparent;
	}

	50% {
		background-color: #84ff83;
	}

	100% {
		background-color: transparent;
	}
}

.animateAddTextLibraryEntry {
	animation: 1.5s ease-in-out 0s 1 fadeOnAdd;
}

@keyframes slideInFromLeft {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideInFromRight {
	0% {
		transform: translateX(200%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideInFromTop {
	0% {
		transform: translateY(-200%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes slideInFromBottom {
	0% {
		transform: translateY(200%);
	}

	100% {
		transform: translateX(0);
	}
}

/****************************************************/
/* Custom rad editor button icons                   */
/****************************************************/
.RadEditor_Default .reToolText {
	font-size: 12px;
	font-family: "Roboto", "Noto", sans-serif;
	color: #444444;
}

.RadEditor_Default .reTool.reToolIcon:before {
	color: #444444 !important;
}

a.reTool.reToolText {
	padding-left: 5px;
}

/*Lightweight render*/
a.reTool.reCustom_ClearAll.reToolIcon:before {
	content: "";
	background-image: url('../../../images/icons/re_ClearAll.png');
	background-repeat: no-repeat;
}

a.reTool.reCustom_Format.reToolIcon:before {
	content: "";
	background-image: url('../../../images/icons/re_Format.png');
	background-repeat: no-repeat;
}

a.reTool.reCustom_StripWidth.reToolIcon:before {
	content: "";
	padding-right: 1.15em !important;
	background-image: url('../../../images/icons/re_StripWidth.png');
	background-repeat: no-repeat;
	margin-right: 9.15px
}

a.reTool.reCustom_StripNBSP.reToolIcon:before {
	content: "";
	padding-right: 1.15em !important;
	background-image: url('../../../images/icons/re_StripNBSP.png');
	background-repeat: no-repeat;
	margin-right: 9.15px
}

a.reTool.reCustom_StripAll.reToolIcon:before {
	content: "";
	padding-right: 1.15em !important;
	background-image: url('../../../images/icons/re_StripAll.png');
	background-repeat: no-repeat;
	margin-right: 9.15px
}

a.reTool.reCustom_FormatHelp.reToolIcon:before {
	content: "";
	padding-right: 1.15em !important;
	background-image: url('../../../images/icons/re_FormatHelp.png');
	background-repeat: no-repeat;
	margin-right: 9.15px
}

a.reTool.reCustom_TextLibrary.reToolIcon:before {
	content: "";
	background-image: url('../../../images/icons/re_TextLibrary.png');
	background-repeat: no-repeat;
}

/*Classic render*/
.reTool .Custom_ClearAll {
	background-image: url('../../../images/icons/re_Clear_Classic.png');
}

.reTool .Custom_Format {
	background-image: url('../../../images/icons/re_Format_Classic.png');
}

.reTool .Custom_StripWidth,
.reToolbar .reTool_text span.Custom_StripWidth {
	background-image: url('../../../images/icons/re_StripWidth_Classic.png');
}

.reTool .Custom_StripNBSP,
.reToolbar .reTool_text span.Custom_StripNBSP {
	background-image: url('../../../images/icons/re_Format_Classic.png');
}

.reTool .Custom_StripAll,
.reToolbar .reTool_text span.Custom_StripAll {
	background-image: url('../../../images/icons/re_StripAll_Classic.png');
}

.reTool .Custom_FormatHelp,
.reToolbar .reTool_text span.Custom_FormatHelp {
	left: 1px;
	position: relative;
	background-image: url('../../../images/icons/re_Help_Classic.png');
}

.reTool .Custom_TextLibrary {
	background-image: url('../../../images/icons/re_TextLibrary.png');
}

/****************************************************/
/* RadToolBar                                       */
/****************************************************/
.RadToolBar_Default {
	font-family: Verdana, Arial, sans-serif !important;
	font-size: 13px !important;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
}

.RadToolBar_Default_Horizontal .rtbOuter {
	background-image: none !important;
	background-color: #eeeeee !important;
	border: none !important;
	padding: 1px 1px 2px 1px !important;
}

.RadToolBar_Default .rtbOuter {
	box-shadow: none !important;
}

span.rtbIcon {
	padding: 2px !important;
	margin-top: 2px !important;
	margin-bottom: -2px !important;
	height: 24px !important;
	width: 24px !important;
}

.rtbWrap {
	background: none !important;
}

.rtbOut {
	background: none !important;
}

.rtbMid {
	background: none !important;
	padding: 0 3px 0px 0 !important;
}

.rtbIn {
	background: none !important;
	padding: 2px 0 0 2px !important;
}

.rtbBtn {
	border-radius: 3px;
	padding: 1px 1px 2px 1px;
}

	.rtbBtn:hover {
		background-image: none;
		background-color: #e0e0e0;
	}

.rtbUL {
	padding-top: 1px !important;
	padding-bottom: 0px !important;
}

.rtbText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #444444;
	padding: 0px 1px 4px 1px !important;
}

.rtbTemplate {
	padding-left: 5px;
}

/****************************************************/
/* RadToolBarDropDown                               */
/****************************************************/
.RadToolBarDropDown_Default .rtbGroup {
	background-image: none !important;
}

.RadToolBarDropDown_Default {
	background-image: none !important;
}

.RadToolBarDropDown .rtbWrap {
	padding: 2px !important;
}

.RadToolBarDropDown_Default .rtbItemHovered .rtbWrap {
	background-color: #e6e6e6 !important;
	border-color: #e6e6e6 !important;
}

/****************************************************/
/* RadTreeView                                      */
/****************************************************/
.rtIn {
	white-space: normal;
	/*width: 95%;*/
}

.rtChecked, .rtUnchecked {
	vertical-align: top !important;
	margin-top: 5px !important;
}

/****************************************************/
/* RadDropDownList                                  */
/****************************************************/
.RadDropDownList {
	line-height: 1 !important;
}

.RadDropDownList_Default .rddlInner {
	background: none !important;
}

.RadDropDownList_Default, .RadDropDownList_Default .rddlFocused {
	color: #444444 !important;
}

	.RadDropDownList_Default .rddlInner {
		color: #444444;
		border-color: #797979 !important;
		border-radius: 0 !important;
		padding: 0px !important;
	}

.RadDropDownList .rddlFakeInput {
	padding: 2px !important;
}

.RadDropDownList .rddlSelect {
	padding-top: 2px !important;
}

.rddlPopup .rddlItem {
	padding: 2px 2px 2px 4px !important;
	background-color: white;
}

.rddlItemHovered, .rddlItemSelected {
	background-color: #e0e0e0 !important;
	color: #444444 !important;
}

/****************************************************/
/* RadUpload                                        */
/****************************************************/
.RadUpload .ruStyled .ruFileInput, .RadUpload .ruFakeInput {
	border: 1px solid #b0b0b0 !important;
}

/*******************************************************************************/
/* THIS WAS UNIQUE TO PROC.CSS                                                 */
/*******************************************************************************/
/* For Status Text in grids & elsewhere */
.statusDefault {
	color: #444444;
	font-weight: bold;
}

.statusActive, .statusApproved {
	color: #00AA00;
	font-weight: bold;
}

.statusInactive {
	color: #AA0000;
	font-weight: bold;
}

.statusPending, .statusInviteSent {
	color: #0000CC;
	font-weight: bold;
}

.statusClosed, .statusComplete {
	color: #0000CC;
	font-weight: bold;
}

.statusRejected {
	color: #990000;
	font-weight: bold;
}

.statusDraft, .statusCreated {
	color: #666666;
	font-weight: bold;
}

.statusNone {
	color: #AAAAAA;
	font-weight: bold;
}

.statusDeleted {
	color: #990000;
	font-weight: bold;
}

.statusSubmitted {
	color: #00AA00;
	font-weight: bold;
}

.statusUnsubmitted {
	color: #0000CC;
	font-weight: bold;
}

.statusViewed {
	color: #666666;
	font-weight: bold;
}

.statusRetracted {
	color: #990000;
	font-weight: bold;
}

.statusNoBid {
	color: #990000;
	font-weight: bold;
}

.statusVersionDraft {
	color: #0000CC;
	font-weight: bold;
}

.statusError {
	color: #d80028;
	font-weight: bold;
}

.statusProcessing {
	color: #0066ff;
	font-weight: bold;
}

.isLockedOut {
	color: #FF9900;
	font-weight: bold;
}

div.disabledRadEditor {
	overflow: auto;
	border: 1px solid #d0d0d0;
	padding: 5px;
}

/* For Vendor Question Setup */
.qstBuyerOnly {
	color: #AAAAAA;
	font-weight: bold;
}

.qstPublic {
	color: #009900;
	font-weight: bold;
}

/*******************************************************************************/
/* END OF UNIQUE PROC.CSS                                                      */
/*******************************************************************************/

/*******************************************************************************/
/* THIS WAS UNIQUE TO MAIN.CSS                                        */
/*******************************************************************************/

/****************************************************/
/* Old classes still used in a few places           */
/****************************************************/
.tableSubHeader {
	background-color: white;
	color: #444444;
	padding: 3px 5px 3px 5px;
	text-align: left;
	border: none;
	border-bottom: solid 1px #e0e0e0;
}

.header {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

a.header, a.header:link, a.header:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

	a.header:hover, a.header:active {
		text-decoration: underline;
	}

/****************************************************/
/* Old menu bar stuff                               */
/****************************************************/
.MenuBar {
	background-color: #eeeeee;
	color: #444444;
}

div.MenuBar {
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
}

td.MenuBar {
	height: 36px;
	padding: 0px 1px 1px 1px;
	/* border-bottom: solid 1px #e7e7e7; */
}

.MenuBar a {
	color: #444444;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	font-size: 13px;
	text-decoration: none;
}

	.MenuBar a:hover, a:active {
		text-decoration: none;
		background-color: #e0e0e0;
	}

.MenuBar img {
	padding-right: 3px;
	vertical-align: middle;
}

.MenuBar span {
	padding-right: 3px;
	padding-top: 8px;
	vertical-align: middle;
}

.MenuBarLike {
	background-color: #eeeeee;
	color: #444444;
}

td.MenuBarLike {
	height: 35px;
	padding: 1px 1px 1px 1px;
	border-bottom: solid 1px #e7e7e7;
}

div.MenuBarLike {
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
}

/****************************************************/
/* Calendar Styles                                  */
/****************************************************/
.CalendarTable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.CalendarDay, .CalendarDayToday {
	border-style: solid;
	border-color: white;
	border-width: 0px 1px 1px 0px;
	padding: 4px 5px 4px 5px;
	vertical-align: top;
	min-width: 128px;
	height: 80px;
	white-space: nowrap;
}

.CalendarDay {
	background-color: #eeeeee;
}

.CalendarDayToday {
	background-color: white;
}

.OpenTask, .CloseTask, .ActivityTask, .QuestionTask {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	padding: 1px 3px;
	margin-top: 0px;
	border-radius: 4px;
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 20px;
}

	.OpenTask, .OpenTask a, .CloseTask, .CloseTask a, .ActivityTask, .ActivityTask a, .QuestionTask, .QuestionTask a {
		font-weight: normal;
		font-size: 8pt;
		color: white;
		text-decoration: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
	}

		.OpenTask:hover, .OpenTask:hover a, .CloseTask:hover, .CloseTask:hover a, .ActivityTask:hover, .ActivityTask:hover a, .QuestionTask:hover, .QuestionTask:hover a {
			background-color: white;
		}

.OpenTask {
	background-color: #009f44;
	border-color: #009f44;
}

	.OpenTask:hover, .OpenTask:hover a {
		color: #009f44;
	}

.CloseTask {
	background-color: #bd3951;
	border-color: #bd3951;
}

	.CloseTask:hover, .CloseTask:hover a {
		color: #d80028;
	}

.ActivityTask {
	background-color: #29abe2;
	border-color: #29abe2;
}

	.ActivityTask:hover, .ActivityTask:hover a {
		color: #29abe2;
	}

.QuestionTask {
	background-color: #e67d18;
	border-color: #e67d18;
}

	.QuestionTask:hover, .QuestionTask:hover a {
		color: #e67d18;
	}

.CalendarMonth {
	font-size: 7pt;
}

	.CalendarMonth:hover {
		font-size: 7pt;
	}

.CalendarWeek {
	font-size: 8pt;
}

	.CalendarWeek:hover {
		font-size: 8pt;
	}

.calendarMonthHeader {
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
}

.calendarDayHeader {
	padding: 3px 5px 3px 5px;
	background-color: #e0e0e0;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px white;
}

.calendarToday {
	background-color: white;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

	.calendarToday:hover {
		background-color: #e0e0e0;
	}

.calendarWeekDay, .calendarWeekendDay, .calendarToday {
	cursor: pointer;
}

.calendarWeekDay, .calendarWeekDayNoHover {
	background-color: #eeeeee;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

	.calendarWeekDay:hover {
		background-color: #e0e0e0;
	}

.calendarWeekendDay, .calendarWeekendDayNoHover {
	background-color: #e0e0e0;
	padding: 3px 5px 3px 5px;
	text-align: center;
}

	.calendarWeekendDay:hover {
		background-color: #eeeeee;
	}

/****************************************************/
/* Docking Save Toolbar                             */
/****************************************************/
.floatMenu {
	overflow: hidden;
	z-index: 99;
	width: 100%;
	background: white;
	margin-left: auto;
	margin-right: auto;
}

.floatingMenu {
	position: fixed;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px black;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
}

/****************************************************/
/* RadToolBar Dropdown List                         */
/****************************************************/
div.RadToolBar .rtbUL {
	width: 100%;
	white-space: normal;
}

div.RadToolBar .rightButton {
	float: right;
}

div.RadToolBar .rightButtonShowDropdownList {
	margin-right: 6.5em;
}

/****************************************************/
/* HTML 5 ReportViewer / RadMultiColumnComboBox     */
/****************************************************/
.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox, .k-toolbar, .km-pane-wrapper > .km-pane > .km-view > .km-content {
	background: none !important;
	/*background-color: #eeeeee !important;*/
	background-color: white !important;
}

	.k-autocomplete, .k-block, .k-button-group .k-tool, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-editor-dialog .k-tabstrip-items, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-toolbar, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
		border-color: #b0b0b0 !important;
	}

		.k-dropzone em, .k-slider .k-draghandle, .k-state-disabled, .k-state-disabled .k-link, .k-tile-empty strong {
			color: #999999 !important;
		}

		.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
			color: #444444 !important;
		}

.k-menu .k-state-selected > .k-link {
	background: none !important;
	background-color: #bbbbbb !important;
}

.k-menu .k-menu-scroll-button:hover, .k-menu .k-state-hover > .k-link {
	background: none !important;
	background-color: #e0e0e0 !important;
}

.k-grid-header th.k-state-focused, .k-list > .k-state-focused, .k-listview > .k-state-focused, .k-state-focused, td.k-state-focused {
	box-shadow: none !important;
}

div.racTokenList {
	min-height: 68px;
}

/****************************************************/
/* RadMultiColumnComboBox                           */
/****************************************************/
.k-dropdown-wrap .k-input {
	padding-top: 3px !important;
	padding-right: 2px !important;
	padding-bottom: 3px !important;
	padding-left: 4px !important;
	border: none !important;
}

.k-dropdown-wrap:hover, .k-dropdown-wrap:focus-within {
	border-color: #797979 !important;
}

	.k-dropdown-wrap:hover .k-input, .k-dropdown-wrap:focus .k-input {
		border: none !important;
	}

.k-grid-list .k-item .k-cell {
	border-color: #e0e0e0 !important;
}

.k-list-container {
	background-color: white !important;
}

/****************************************************/
/* RadAutoComplete
/****************************************************/
.RadAutoCompleteBox input:disabled {
	background-color: transparent;
	border: none;
}

/****************************************************/
/* Buyer Dashboard Stuff
/****************************************************/
.dashboardDockHeader {
	font-size: 15px;
	font-weight: bold;
}

/****************************************************/
/* HomeTile Stuff
/****************************************************/
.homeTileFlexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0px;
	width: 490px;
	height: 151px;
	overflow: hidden;
	padding-left: 0px;
}

	.homeTileFlexBox > div {
		box-sizing: border-box;
		margin: 0 5px 2px 0;
	}

.homeTile_Container {
	position: relative;
	float: left;
	width: 154px;
	height: 66px;
	border-radius: 5px;
	padding: 4px 2px 2px 2px;
	margin-top: 3px;
}

	.homeTile_Container:hover .homeTile_Overlay {
		height: 66px;
		visibility: visible;
		padding: 4px 2px 2px 2px;
	}

.homeTile_Table {
	box-sizing: border-box;
	width: 100%;
	margin-top: 2px;
	height: 57px;
}

.homeTile_Count {
	font: 45pt "Roboto Condensed";
	font-weight: 400;
	text-align: center;
	vertical-align: top;
	letter-spacing: -5px;
	line-height: 1;
	padding-right: 5px;
}

td.homeTile_Count {
	width: 42%;
}

td.homeTile_Text {
	width: 58%;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
}

.homeTile_View {
	font: 8pt "Roboto", "Noto", sans-serif;
}

.homeTile_Title {
	font: 14px "Roboto", "Noto", sans-serif;
	vertical-align: top;
	line-height: 1.1;
	height: 30px;
}

.homeTile_AltTitle {
	font: 13px "Roboto", "Noto", sans-serif;
	vertical-align: top;
	line-height: 1;
}

.homeTile_Overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 0px;
	transition: .1s ease-in;
	visibility: hidden;
	border-radius: 5px;
	padding: 2px;
}

.homeTile_Divider {
	border-top: solid 1px black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.homeTile_Plus {
	border-radius: 50%;
	width: 10px;
	font-size: 14px;
	position: relative;
	bottom: 22px;
	right: -43px;
	padding-right: 5px;
	padding-top: 1px;
	font-weight: bold;
}

a.homeTileRotateButtonLink {
	text-decoration: none;
}

div.homeTileRotateButton {
	width: 17px;
	height: 148px;
	line-height: 148px;
	vertical-align: middle;
	color: #bbbbbb;
}

	div.homeTileRotateButton:hover {
		font-weight: bold;
	}

/****************************************************/
/* HtmlChart Stuff
/****************************************************/
.htmlChart_Visible {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 1000px;
	transition: .3s ease-in;
	visibility: visible;
}

.htmlChart_Hidden {
	position: absolute;
	top: 1000px;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 0px;
	transition: .3s ease-in;
	visibility: hidden;
}

.htmlChartRcb .rcbInner {
	background: none !important;
	border: none !important;
	margin-top: -2px !important;
	padding: 0px !important;
	vertical-align: top !important;
	height: auto !important;
	color: #333 !important;
}

.htmlChartRcb .rcbFocused,
.htmlChartRcb .rcbReadOnly.rcbFocused,
.htmlChartRcb .rcbReadOnly.rcbHovered,
.htmlChartRcb .rcbReadOnly.rcbExpanded,
.htmlChartRcb .rcbExpanded {
	color: #888888 !important;
}

.htmlChartRcb .rcbActionButton {
	padding: 0px !important;
}

/****************************************************/
/* StatTile Stuff
/****************************************************/
.statTileFlexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0px;
	width: 490px;
	height: 151px;
	overflow: hidden;
	padding-left: 0px;
}

	.statTileFlexBox > div {
		box-sizing: border-box;
		margin: 0 5px 2px 0;
	}

.statTile_Container {
	position: relative;
	float: left;
	width: 154px;
	height: 66px;
	border-radius: 5px;
	padding: 4px 2px 2px 2px;
	margin-top: 3px;
}

	.statTile_Container:hover .statTile_Overlay {
		height: 66px;
		visibility: visible;
		padding: 4px 2px 2px 2px;
	}

.statTile_Table {
	box-sizing: border-box;
	margin-top: 2px;
	height: 57px;
}

.statTile_ValueContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
}

.statTile_Value {
	font: 24pt "Roboto Condensed";
	font-weight: 400;
	letter-spacing: -2px;
	margin-left: 7px;
	margin-right: 7px;
}

.statTile_AltValue {
	font: 24pt "Roboto Condensed";
	font-weight: 400;
	text-align: center;
	vertical-align: top;
	letter-spacing: -2px;
	line-height: 1;
	padding: 0px 5px;
}

.statTile_Title {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	font: 14px "Roboto", "Noto", sans-serif;
	line-height: 1.1;
	height: 21px;
	text-align: center;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}

.statTile_AltTitle {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	font: 13px "Roboto", "Noto", sans-serif;
	line-height: 1.1;
	height: 21px;
	text-align: center;
	padding: 4px 5px 0px 5px;
}

.statTile_Overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 0px;
	transition: .1s ease-in;
	visibility: hidden;
	border-radius: 5px;
	padding: 2px;
}

.statTile_Divider {
	border-top: solid 1px black;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.statTileRotateButtonLink {
	text-decoration: none;
}

div.statTileRotateButton {
	width: 17px;
	height: 148px;
	line-height: 148px;
	vertical-align: middle;
	color: #bbbbbb;
}

	div.statTileRotateButton:hover {
		font-weight: bold;
	}

/****************************************************/
/* Vendor HomeTile Stuff
/****************************************************/
.vendorHomeTileFlexBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0px;
	width: 543px;
	height: 123px;
	overflow: hidden;
	padding-left: 3px;
}

	.vendorHomeTileFlexBox > div {
		box-sizing: border-box;
		margin: 0 6px 3px 0;
	}

.vendorHomeTile_Container {
	position: relative;
	float: left;
	width: 154px;
	height: 66px;
	border-radius: 5px;
	padding: 4px 2px 2px 2px;
	margin-top: 3px;
}

	.vendorHomeTile_Container:hover .vendorHomeTile_Overlay {
		height: 66px;
		visibility: visible;
		padding: 4px 2px 2px 2px;
	}

.vendorHomeTile_Table {
	box-sizing: border-box;
	width: 100%;
	margin-top: 2px;
	height: 57px;
}

.vendorHomeTile_Count {
	font: 45pt "Roboto Condensed";
	font-weight: 400;
	text-align: center;
	vertical-align: top;
	letter-spacing: -5px;
	line-height: 1;
	padding-right: 5px;
}

td.vendorHomeTile_Count {
	width: 42%;
}

td.vendorHomeTile_Text {
	width: 58;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 5px;
}

.vendorHomeTile_View {
	font: 8pt "Roboto", "Noto", sans-serif;
}

.vendorHomeTile_Title {
	font: 14px "Roboto", "Noto", sans-serif;
	vertical-align: top;
	line-height: 1.1;
	height: 30px;
}

.vendorHomeTile_AltTitle {
	font: 10pt "Roboto", "Noto", sans-serif;
	vertical-align: top;
	line-height: 1;
}

.vendorHomeTile_Overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 0px;
	transition: .1s ease-in;
	visibility: hidden;
	border-radius: 5px;
	padding: 2px;
}

.vendorHomeTile_Divider {
	border-top: solid 1px black;
	margin-top: 5px;
	margin-bottom: 5px;
}

.vendorHomeTile_Plus {
	border-radius: 50%;
	width: 10px;
	font-size: 14px;
	position: relative;
	bottom: 22px;
	right: -43px;
	padding-right: 5px;
	padding-top: 1px;
	font-weight: bold;
}

/****************************************************/
/* Custom Context Menu Stuff (for Action button)
/****************************************************/
.customContextMenu.RadMenu .rmGroup .rmLink, .customContextMenu.RadMenu .rmGroup a.rmLink {
	padding-left: 10px !important;
	padding-right: 10px !important;
	min-width: 65px;
}

/****************************************************/
/* Pills (status, etc)
/* Status Messages
/****************************************************/
/*Generalized color scheme:*/
/*Grey (text: #7c7c7c / background: #e9e9e9): Inactive / Dead Stuff*/
/*Red (text: #bd3951 / background: #f1d1d7): Bad / Deleted / Disqualified*/
/*Blue (text: #1e68d2 / background: #dae8fa): Good / In Process / Sent Emails*/
/*Purple (text: #724bb1 / background: #e2daee): Drafts*/
/*Orange (text: #cb6f15 / background: #f9e1c9): Waiting for Action / Needs Action / Pending Approval*/
/*Green (text: #348c61 / background: #d3efe2): Process = Done / Bid = Awarded / Money Related*/
/*Yellow (text: #e9b224 / background: #fffaaf): Warning*/

/*Default style stuff for all pill statuses*/
[class^="pillStatus_"], [class*=" pillStatus_"],
[class^="pillAddress_"], [class*=" pillAddress_"],
[class^="pillYesNo_"], [class*=" pillYesNo_"],
[class^="pillDue_"], [class*=" pillDue_"] {
	display: inline-block;
	border-radius: 5px;
	padding: 4px 0px 5px 0px;
	margin-top: 3px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	width: 117px;
	background-color: pink;
	line-height: normal;
}

/*Due Statuses*/
[class^="pillDue_"], [class*=" pillDue_"] {
	width: 102px;
}

.pillDue_PastDue {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillDue_NowDue {
	color: #e9b224;
	background-color: #fffaaf;
}

.pillDue_AlmostDue {
	color: #cb6f15;
	background-color: #f9e1c9;
}

/*Bid Statuses*/
[class^="pillStatus_Bid-"], [class*=" pillStatus_Bid-"] {
	width: 80px;
}

.pillStatus_Bid-DRFT {
	color: #724bb1;
	background-color: #e2daee;
}
.pillStatus_Bid-DRWF {
	color: #724bb1;
	background-color: #e2daee;
	width: 120px;
}
.pillStatus_Bid-DRAD {
	color: #724bb1;
	background-color: #e2daee;
	width: 130px;
}

.pillStatus_Bid-PREV {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_Bid-PUBL,
.pillStatus_Bid-OPEN {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_Bid-CLOS,
.pillStatus_Bid-UNSL {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_Bid-UNWF {
	color: #348c61;
	background-color: #d3efe2;
	width: 140px;
}

.pillStatus_Bid-AWAR,
.pillStatus_Bid-NOAW {
	color: #e9b224;
	background-color: #fffaaf;
}

.pillStatus_Bid-CANC {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillStatus_Bid-DELE {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_Bid-CTMP {
	color: rosybrown;
	background-color: wheat;
	width: 180px;
}

.pillStatus_Bid-TEMP {
	color: rosybrown;
	background-color: wheat;
}

/*Bid Response Statuses*/
[class^="pillStatus_Resp-"], [class*=" pillStatus_Resp-"] {
	width: 102px;
}

.pillStatus_Resp-NORESP { /*No Response*/
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillStatus_Resp-VIEW { /*Viewed*/
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_Resp-EDIT { /*Unsubmitted*/
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_Resp-NOBI { /*No Bid*/
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_Resp-PUBL, /*Vendor Submitted*/
.pillStatus_Resp-EDT2 { /*Buyer Submitted*/
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_Resp-RETR { /*Retracted*/
	color: #cb6f15;
	background-color: #f9e1c9;
}

.pillStatus_Resp-DISQ { /*Disqualified*/
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_Resp-PREVEW {
	color: #348c61;
	background-color: #d3efe2
}

/*Reserved for awarded bid response*/
/*.pillStatus_Resp-?? {
	color: #348c61;
	background-color: #d3efe2
}*/

/*Priority*/
[class^="pillStatus_Priority-"], [class*=" pillStatus_Priority-"] {
	width: 66px;
}

.pillStatus_Priority-HIGH {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_Priority-NORMAL {
	color: #1e68d2;
	background-color: #dae8fa;
}

/*External Invite Statuses*/
[class^="pillStatus_ExInv-"], [class*=" pillStatus_ExInv-"] {
	width: 130px;
}

.pillStatus_ExInv-CREA {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_ExInv-INVI {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_ExInv-IERR {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_ExInv-PEND {
	color: #cb6f15;
	background-color: #f9e1c9;
}

.pillStatus_ExInv-APPR {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_ExInv-REJE {
	color: #bd3951;
	background-color: #f1d1d7;
}

/*Vendor Invite Statuses*/
[class^="pillStatus_VenInv-"], [class*=" pillStatus_VenInv-"] {
	width: 130px;
}

.pillStatus_VenInv-CREATED {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_VenInv-INVITED {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_VenInv-ERROR {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_VenInv-PENDING {
	color: #cb6f15;
	background-color: #f9e1c9;
}

.pillStatus_VenInv-COMPLETE {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_VenInv-REJECTED {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_VenInv-DRAFT {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_VenInv-ACTIVE {
	color: #348c61;
	background-color: #d3efe2
}

/*Evaluation Statuses*/
/*Default style for eval status*/
[class^="pillStatus_Eval-"], [class*=" pillStatus_Eval-"] {
	width: 70px;
}

.pillStatus_Eval-DRAFT {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_Eval-OPEN {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_Eval-CLOSED {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_Eval-DELETED {
	color: #bd3951;
	background-color: #f1d1d7;
}

/*Evaluation Evaluator Statuses*/
/*Default style for eval status*/
[class^="pillStatus_EvalEvaluator-"], [class*=" pillStatus_EvalEvaluator-"] {
	width: 80px;
}

.pillStatus_EvalEvaluator-INVITED {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_EvalEvaluator-DRAFT {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_EvalEvaluator-ACTIVE {
	color: #cb6f15;
	background-color: #f9e1c9;
}

.pillStatus_EvalEvaluator-COMPLETE {
	color: #348c61;
	background-color: #d3efe2
}

/*User Statuses*/
[class^="pillStatus_User-"], [class*=" pillStatus_User-"] {
	width: 72px;
}

/*If there is ever a draft user status*/
/*.pillStatus_User-DRAFT {
	color: #724bb1;
	background-color: #e2daee;
}*/

.pillStatus_User-ACTIVE, .pillStatus_User-ACTI {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_User-INACTIVE, .pillStatus_User-INAC {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillStatus_User-DELETED, .pillStatus_User-DELE {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_User-PENDING, .pillStatus_User-PEND {
	color: #cb6f15;
	background-color: #f9e1c9;
}

.pillStatus_User-HIDDEN {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

/*Vendor Merge Statuses*/
[class^="pillStatus_VendorMerge-"], [class*=" pillStatus_VendorMerge-"] {
	width: 72px;
}

.pillStatus_VendorMerge-COMPLETE {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_VendorMerge-DRAFT {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_VendorMerge-ERROR {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_VendorMerge-READY {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_VendorMerge-MERGING {
	color: #1e68d2;
	background-color: #dae8fa
}

/*Vendor Merge Batch Statuses*/
[class^="pillStatus_VendorMergeBatch-"], [class*=" pillStatus_VendorMergeBatch-"] {
	width: 72px;
}

.pillStatus_VendorMergeBatch-COMPLETE {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_VendorMergeBatch-ERROR_BATCH {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_VendorMergeBatche-ERROR_ITEM {
	color: #1e68d2;
	background-color: #f1d1d7;
}

.pillStatus_VendorMergeBatch-READY {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_VendorMergeBatch-MERGING {
	color: #1e68d2;
	background-color: #dae8fa
}

.pillStatus_VendorMergeBatch-WORK_USER {
	color: #1e68d2;
	background-color: #e2daee;
}

.pillStatus_VendorMergeBatch-WORK_VENDOR {
	color: #1e68d2;
	background-color: #dae8fa;
}

.pillStatus_VendorMergeBatch-WORK_CONFIRM {
	color: #1e68d2;
	background-color: #dae8fa;
}

/*Event Process Status Statuses*/
[class^="pillStatus_EventProcessStatus-"], [class*=" pillStatus_EventProcessStatus-"] {
	width: 72px;
}

.pillStatus_EventProcessStatus-ISSUING {
	color: #348c61;
	background-color: #f9e1c9;
}

.pillStatus_EventProcessStatus-UNSEALING {
	color: #724bb1;
	background-color: #dae8fa;
}

.pillStatus_EventProcessStatus-AWARDING {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_EventProcessStatus-MESSAGING {
	color: #cb6f15;
	background-color: #e2daee;
}


/*Vendor Statuses*/
[class^="pillStatus_Vendor-"], [class*=" pillStatus_Vendor-"] {
	width: 72px;
}

.pillStatus_Vendor-ACTIVE {
	color: #1e68d2;
	background-color: #dae8fa
}

.pillStatus_Vendor-INACTIVE {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillStatus_Vendor-PENDING,
.pillStatus_Vendor-PENDINGREACTIVATE {
	color: #cb6f15;
	background-color: #f9e1c9;
}

.pillStatus_Vendor-DRAFT {
	color: #724bb1;
	background-color: #e2daee;
}

.pillStatus_Vendor-DELETED {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_Vendor-REJECTED {
	color: #bd3951;
	background-color: #f1d1d7;
}

[class^="statusMsg_Vendor-"], [class*=" statusMsg_Vendor-"] {
	font-weight: bold;
}

.statusMsg_Vendor-ACTIVE {
	color: #1e68d2;
}

.statusMsg_Vendor-INACTIVE {
	color: #7c7c7c;
}

.statusMsg_Vendor-PENDING,
.statusMsg_Vendor-PENDINGREACTIVATE {
	color: #cb6f15;
}

.statusMsg_Vendor-DRAFT {
	color: #724bb1;
}

.statusMsg_Vendor-DELETED {
	color: #bd3951;
}

.statusMsg_Vendor-REJECTED {
	color: #bd3951;
}

.statusMsg_Vendor-NONE {
	color: #7c7c7c;
}

/*ContractType Statuses*/
[class^="pillStatus_ContractType-"], [class*=" pillStatus_ContractType-"] {
	width: 70px;
}

.pillStatus_ContractType-ACTI {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_ContractType-INAC {
	color: #bd3951;
	background-color: #f1d1d7;
}

/*Contract Statuses*/
[class^="pillStatus_Contract-"], [class*=" pillStatus_Contract-"] {
	width: 70px;
}

.pillStatus_Contract-DRFT {
	color: #724bb1;
	background-color: #e2daee
}

.pillStatus_Contract-ACTI {
	color: #1e68d2;
	background-color: #dae8fa
}

.pillStatus_Contract-INAC {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillStatus_Contract-DELE {
	color: #bd3951;
	background-color: #f1d1d7;
}

/*Email Delivery Statuses*/
[class^="pillStatus_EmailDlv-"], [class*=" pillStatus_EmailDlv-"] {
	width: 100px;
}

.pillStatus_EmailDlv-Complaint,
.pillStatus_EmailDlv-SoftBounce,
.pillStatus_EmailDlv-HardBounce,
.pillStatus_EmailDlv-Rejected {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_EmailDlv-Delayed,
.pillStatus_EmailDlv-Other,
.pillStatus_EmailDlv-Sent {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillStatus_EmailDlv-Delivered,
.pillStatus_EmailDlv-Opened {
	color: #348c61;
	background-color: #d3efe2
}

/*Email Alerts*/
[class^="pillStatus_EmailAlert-"], [class*=" pillStatus_EmailAlert-"] {
	width: 70px;
}

.pillStatus_EmailAlert-SUCCESS {
	color: #348c61;
	background-color: #d3efe2
}

.pillStatus_EmailAlert-FAIL {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillStatus_EmailAlert-WARN {
	color: #e9b224;
	background-color: #fffaaf;
}

/*Yes/No*/
/*
.pillYesNo_GreenGray = Green Yes, Gray No
.pillYesNo_GreenRed = Green Yes, Red No
.pillYesNo_RedGreen = Red Yes, Green No
*/
[class^="pillYesNo_"], [class*=" pillYesNo_"] {
	width: 40px;
}

.pillYesNo_GreenGray-Yes:after, .pillYesNo_GreenGray-YES:after, .pillYesNo_GreenGray-Y:after,
.pillYesNo_GreenRed-Yes:after, .pillYesNo_GreenRed-YES:after, .pillYesNo_GreenRed-Y:after,
.pillYesNo_RedGreen-Yes:after, .pillYesNo_RedGreen-YES:after, .pillYesNo_RedGreen-Y:after,
.pillYesNo_YellowGray-Yes:after, .pillYesNo_YellowGray-YES:after, .pillYesNo_YellowGray-Y:after {
	content: "Yes";
}

.pillYesNo_GreenGray-No:after, .pillYesNo_GreenGray-NO:after, .pillYesNo_GreenGray-N:after,
.pillYesNo_GreenRed-No:after, .pillYesNo_GreenRed-NO:after, .pillYesNo_GreenRed-N:after,
.pillYesNo_RedGreen-No:after, .pillYesNo_RedGreen-NO:after, .pillYesNo_RedGreen-N:after,
.pillYesNo_YellowGray-No:after, .pillYesNo_YellowGray-NO:after, .pillYesNo_YellowGray-N:after {
	content: "No";
}

.pillYesNo_GreenGray-Yes, .pillYesNo_GreenGray-YES, .pillYesNo_GreenGray-Y {
	color: #348c61;
	background-color: #d3efe2
}

.pillYesNo_GreenGray-No, .pillYesNo_GreenGray-NO, .pillYesNo_GreenGray-N {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

.pillYesNo_GreenRed-Yes, .pillYesNo_GreenRed-YES, .pillYesNo_GreenRed-Y {
	color: #348c61;
	background-color: #d3efe2
}

.pillYesNo_GreenRed-No, .pillYesNo_GreenRed-NO, .pillYesNo_GreenRed-N {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillYesNo_RedGreen-Yes, .pillYesNo_RedGreen-YES, .pillYesNo_RedGreen-Y {
	color: #bd3951;
	background-color: #f1d1d7;
}

.pillYesNo_RedGreen-No, .pillYesNo_RedGreen-NO, .pillYesNo_RedGreen-N {
	color: #348c61;
	background-color: #d3efe2
}

.pillYesNo_YellowGray-Yes, .pillYesNo_YellowGray-YES, .pillYesNo_YellowGray-Y {
	color: #e9b224;
	background-color: #fffaaf;
}

.pillYesNo_YellowGray-No, .pillYesNo_YellowGray-NO, .pillYesNo_YellowGray-N {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

/*Here so we if old yes/no pill style is used it will be obvious*/
.pillNo, .pillNO, .pillN,
.pillYes, .pillYES, .pillY {
	width: 40px;
}

.pillNo, .pillNO, .pillN {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

	.pillNo:after, .pillNO:after, .pillN:after {
		content: "WRONG STYLE";
	}

.pillYes, .pillYES, .pillY {
	color: #348c61;
	background-color: #d3efe2
}

	.pillYes:after, .pillYES:after, .pillY:after {
		content: "WRONG STYLE";
	}

/*Default address pills*/
[class^="pillAddress_"], [class*=" pillAddress_"] {
	width: 22px;
	margin-right: 2px;
}

.pillAddress_BILL {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

	.pillAddress_BILL:after {
		content: "B";
	}

.pillAddress_COMP {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

	.pillAddress_COMP:after {
		content: "C";
	}

.pillAddress_SHIP {
	color: #7c7c7c;
	background-color: #e9e9e9;
}

	.pillAddress_SHIP:after {
		content: "S";
	}

/*Tab count pill*/
.pillTabCount {
	display: inline-block;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
	background-color: #aeaeae;
	border-radius: 7px;
	text-align: center;
	color: #fdfdfd;
	font-size: 11px;
	vertical-align: top;
}

/*Tab count pill Red*/
.pillTabCountRed {
	display: inline-block;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
	background-color: #aa0000;
	border-radius: 7px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	vertical-align: top;
}

/****************************************************/
/* CAPTCHA STUFF */
/****************************************************/
.captchaBG {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.captchaFloat {
	position: fixed;
	overflow: hidden;
	z-index: 20000;
	left: 30px;
	top: 30px !important;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 5px 10px 10px 10px;
}

.captchaVerifyButton {
	margin-top: 10px;
	margin-left: 10px;
	color: #444444;
	background-image: none;
	border: solid 1px black;
	border-radius: 4px;
	border-spacing: 10px;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	font-family: Verdana, Arial, sans-serif;
}

.RadCaptcha {
	width: 600px;
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
}

.rcRefreshImage {
	padding-bottom: 10px;
	margin-top: 10px !important;
	width: 410px;
	font-size: x-large;
	font-family: Verdana, Arial, sans-serif;
	color: #444444;
}

	.rcRefreshImage:hover {
		padding-bottom: 10px;
		margin-top: 10px !important;
		width: 410px;
		font-size: x-large;
		font-family: Verdana, Arial, sans-serif;
		color: #444444;
	}

.rcInvalid {
	font-style: italic;
	font-size: x-large;
	font-family: Verdana, Arial, sans-serif;
	color: red;
}

