/*

	Too change the basic colour scheme do a global find and replace 
	using the the text below from the # to the final / as the search term
	and an identical replace term with only the 6 hex chanracter changed to the desired values
	
*/

/*	Old Light Background Colour   #E0EBF4/*   OldLight Background Colour*/
/*	Light Background Colour	   White/*	 Light Background Colour*/
/*	Main Background Colour		White/*	 Main Background Colour*/

body {
	margin: 0px;
	background-color: var(--MainBackgroundColour);
	font-family: var(--actis-font-family);
	font-size: small;
	color: var(--DarkBlue);
}

a {
	color: var(--DarkBackgroundColour) !important;
	text-decoration: none;
}

	a:hover {
		color: var(--DarkBackgroundColour);
		text-decoration: underline;
	}

ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ol {
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	padding-top: 6px;
}

	li.rtbLI {
		padding-top: 0px;
	}

h1 {
	font-family: var(--actis-font-family);
}

h2 {
	font-family: var(--actis-font-family);
}

h3 {
	font-family: var(--actis-font-family);
}

input {
	font-family: var(--actis-font-family);
	font-size: x-small;
}

	input[type="button"]:not(.buttonlink),
	input[type="submit"]:not(.buttonlink) {
		color: var(--button-colour);
		font-weight: bold;
		font-family: var(--actis-font-family);
		font-size: x-small;
		background-color: var(--button-background);
		border-color: var(--button-border-colour);
		border-width: 1px;
		border-style: solid;
		border-radius: 4px;
		padding: 4px 10px;
	}

div[id$="_FooterSpan"] > input[type="button"],
div[id$="_FooterSpan"] > input[type="submit"] {
	margin-left: 5px;
	margin-right: -5px;
	margin-bottom: 5px;
}

input[id$="_btnSpecialityAdd"] {
	margin-bottom: 5px;
}

input.readOnly {
	cursor: default;
	background-color: #EBEBE4;
}

textarea.readOnly {
	cursor: default;
	background-color: #EBEBE4;
}

input[type="submit"]:disabled,
input[type="button"]:disabled,
button[type="button"]:disabled:not(.rbCheckBox) {
	border-color: #b3b3b3;
	color: #333;
	background-color: #e6e6e6;
	opacity: .5;
}

input[type="submit"]:hover:not([disabled]):not(.buttonlink),
input[type="button"]:hover:not([disabled]):not(.buttonlink),
button[type="button"]:hover:not([disabled]):not(.rbCheckBox):not(.t-button):not(.rcbActionButton):not(.k-icon-button) {
	color: white;
	background-color: var(--MidPurple);
	border-width: 1px;
	border-style: solid;
}

/* check sendinblue edit page when modify this one
    button[type="button"]:hover {
    font-family: Verdana;
    font-size: x-small;
    background-color: Transparent;
    border-color: Orange;
    border-width: 1px;
    border-style: solid;
}
    */
.defaultButton {
	font-family: var(--actis-font-family);
	font-size: x-small;
	background-color: var(--button-background);
	border-color: var(--DisabledColour);
	border-width: 1px;
	border-style: solid;
}

	.defaultButton:active:hover:not([disabled]) {
		font-family: var(--actis-font-family);
		font-size: x-small;
		border-color: var(--DisabledColour);
		border-width: 1px;
		border-style: solid;
	}

.buttonlink {
	background: none !important;
	border: none;
	padding: 0 !important;
	color: var(--DarkBlue);
	cursor: pointer;
	border-width: 0px !important;
	margin-right: 5px;
}

	.buttonlink:hover {
		text-decoration: underline;
	}

	.buttonlink:disabled,
	.buttonlink[disabled] {
		color: var(--DisabledColour);
		text-decoration: none;
		cursor: not-allowed;
	}

select {
	font-family: var(--actis-font-family);
	font-size: x-small;
}

textarea {
	font-family: var(--actis-font-family);
	font-size: x-small;
}

.selectReplacement {
	border: solid 1px #7F9DB9;
	padding: 2px 0px 0px 4px;
	position: relative;
	top: 0px;
	white-space: nowrap;
	overflow: hidden;
}

.selectReplacementButton {
	position: absolute;
	right: 0px;
	top: 0px;
}

.msviGlobalHeader {
	margin: 0px;
	padding: 10px 0px 13px 10px;
}

.msviHeader a {
	margin-right: 2px;
}

.msviHeader span {
	color: var(--GridBorderColour);
	margin-right: 5px;
}

.msviFooter2 {
	background-color: var(--LightBackgroundColour);
	background-position: right top;
	background-repeat: repeat-y;
}

.CPmodalOverlay_CloseWeek {
	font-size: small;
	z-index: 105;
	margin: 0px;
}

.CPmodalOverlay {
	font-size: small;
	z-index: 105;
	border: 1px solid var(--DarkBackgroundColour);
	margin: 0px;
	border-spacing: 0px;
	background-color: var(--PaleGrey);
	padding: 1px;
}


.GaugeOutline {
	border: 1px solid #ccc;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	background-color: var(--MainBackgroundColour);
	padding: 1px;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

.GaugeBar {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
}

a.browse {
	text-decoration: none;
	color: #333;
	cursor: default !important;
	display: block;
	float: left;
	background: none;
	width: 25px;
	height: 25px;
	border: 0;
}

	a.browse img {
		border: 0;
		cursor: pointer;
	}

.DataList {
	border: solid 1px #7F9DB9;
	background-color: #EBEBE4;
}

.spanAction {
	color: var(--DarkBackgroundColour);
	text-decoration: none;
}

	.spanAction:hover {
		color: var(--DarkBackgroundColour);
		text-decoration: underline;
		cursor: pointer;
	}

.RC_background {
	background-color: var(--OldLightBackgroundColour);
}

.MeetingsBack1 {
	position: absolute;
	top: 5px;
	left: 170px;
	height: 520px;
	width: 746px;
	background-color: var(--OldLightBackgroundColour);
}

.MeetingsBack2 {
	background-color: var(--MainBackgroundColour) /*   Main Background Colour*/;
}

	.MeetingsBack2 input {
		margin-right: 0px;
	}

.LocationButtonDiv {
	top: 490px;
	position: absolute;
	width: 721px;
}

	.LocationButtonDiv input {
		margin-right: 0px;
	}

.NobtnMargin input {
	margin-right: 0px;
}

.TableHeading {
	background-color: var(--DarkBackgroundColour);
	color: var(--MainBackgroundColour);
	height: 15px;
	text-indent: 3px;
	margin: 0
}

.TableHeadingDateCaption {
	text-align: right;
	padding-right: 2px;
}

.DashboardDataArea {
	height: 80px;
}

.QSearchSlidedown {
	overflow-y: hidden;
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}


.QSearchHeaderRow {
	position: relative;
	display: table-row;
}

.QSearchHeaderFunctions {
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.QSearchHeaderClientLogo {
	position: relative;
	float: right;
	display: table-cell;
	text-align: right;
	min-height: 55px;
}

	.QSearchHeaderClientLogo img {
		margin: 10px 5px 0px 0px;
		border-style: none;
		cursor: pointer;
	}

.QSearch {
	font-size: 14px;
	border-collapse: collapse;
}

	.QSearch select {
		font-size: 14px;
		border: none;
		padding-left: 4px;
		padding-right: 4px;
		color: var(--MainForeColour);
		outline: none;
	}

	.QSearch input {
		font-size: 14px;
		border: 1px solid var(--MainBackgroundColour);
		width: 300px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		padding-left: 3px;
	}

		.QSearch input:focus {
			border: 1px solid var(--button-border-hover);
		}

.QSearchEntityCaption {
	padding-right: 5px !important;
	padding-left: 0px !important;
}

.QSearchEntitySelect {
	border: 1px solid var(--DarkBackgroundColour);
	color: var(--MainForeColour);
}

.QSearchGoButton {
	font-size: 18px;
	border-top: 1px solid var(--DarkBackgroundColour);
	border-bottom: 1px solid var(--DarkBackgroundColour);
	border-right: none;
	border-left: none;
	cursor: pointer;
	padding-left: 4px;
	padding-right: 8px;
}

.QSearchNextButton {
	font-size: 18px;
	border: 1px solid var(--DarkBackgroundColour);
	cursor: pointer;
	padding-left: 10px;
	padding-right: 20px;
}

.QViewAsEmployee {
	visibility: hidden;
}

	.QViewAsEmployee span:hover {
		text-decoration: underline;
	}

.QViewAsMe {
	display: hidden;
	font-size: 10px;
	color: var(--DarkBackgroundColour);
	cursor: pointer;
	vertical-align: middle;
	border: none;
	padding-left: 12px !important;
}

	.QViewAsMe span:hover {
		text-decoration: underline;
	}

.QViewAsEmployeeSelect {
	visibility: hidden;
	vertical-align: middle;
	border: none;
	height: 21px;
}

.QViewAsEmployeeSelectOnly {
	visibility: hidden;
	vertical-align: middle;
	border: none;
	height: 21px;
}


.QSearchHeaderInfo {
	font-size: 12px;
	width: 100%;
}

	.QSearchHeaderInfo td {
		padding-left: 4px;
		padding-right: 4px;
	}

.QSearchHeaderInfoSepTD {
	border-left: 1px solid var(--MainForeColour);
}

.QViewAsEmployee_options {
	border: none;
	max-width: 142px;
	font-size: 10px;
}

.QSearchLobby {
	font-size: 10px;
	text-align: right;
}

.QSearchQL {
	border: 1px solid var(--MainBackgroundColour);
	font-size: 12px;
	text-align: left;
	color: var(--MainForeColour);
	cursor: pointer;
}

    .QSearchQL:hover {
        border: 1px solid var(--button-border-hover);
        text-decoration: underline;
    }

.QSearchQLOuter {
	overflow: auto;
	position: absolute;
	width: 304px;
	height: 0px;
	max-height: 200px;
	border: none;
	background-color: var(--MainBackgroundColour);
	margin: 10px;
	margin-top: 31px;
}

.QSearchQLNoMatch {
	font-size: 10px;
	color: darkgrey;
	display: none;
}

.QSearchQLMore {
	text-align: right;
	font-size: 10px;
	color: var(--DarkBlue);
	cursor: pointer;
}

	.QSearchQLMore:hover {
		text-decoration: underline
	}

.txtSearchTextDropDownDivOuter {
	width: 330px;
	z-index: 700;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	border: none;
	height: 40px;
}

.QSearchMask {
	position: absolute;
	top: 0px;
	border: none;
	left: 0px;
	background-color: transparent;
	z-index: 680;
}

.QSearchEntityInput {
	border-top: 1px solid var(--DarkBackgroundColour);
	border-bottom: 1px solid var(--DarkBackgroundColour);
	border-left: none;
	border-right: none;
	height: 21px;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

#QSearchEntityInputDiv {
	width: 305px;
	height: 20px;
	border: none;
	z-index: 500;
}

	#QSearchEntityInputDiv input {
		font-size: 14px;
		border: 1px solid var(--MainBackgroundColour);
		width: 300px;
		vertical-align: middle;
		display: inline-block;
		position: relative;
		padding-left: 3px;
	}

		#QSearchEntityInputDiv input:focus {
			border: 1px solid var(--button-border-hover);
		}

#RadToolBar1_i1_QSearchEntityInputDiv input {
	background-color: transparent;
	border-width: 0px;
}

input[type="text"]:focus, input[type="password"]:focus {
	outline: none;
	box-shadow: 1px var(--button-border-hover);
	border-color: var(--button-border-hover);
	border-width: 1px;
}

#txtSearchText_span {
    display: none;
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    background-color: var(--MainBackgroundColour);
    border: 1px solid var(--MainForeColour);
    position: absolute;
    top: 21px;
    left: -1px;
    z-index: 900;
}

	#txtSearchText_span:hover {
		display: block;
		max-height: 200px;
		overflow: auto;
	}
/*4.13 starts*/
.selectedFlag {
	padding: 1px;
	border: 1px solid var(--NewDarkBackgroundColour) !important;
}

.unselectedFlag {
	padding: 1px;
	border: none;
}

.notification {
	background-color: none;
	color: var(--MainBackgroundColour);
	text-decoration: none;
	padding: 2px 2px;
	position: relative;
	display: inline-block;
	border-radius: 2px;
}

	.notification .badgeOn {
		position: absolute;
		top: -10px;
		left: 18px;
		padding: 0px 7px;
		border-radius: 50%;
		background-color: var(--SoftRed);
		border: 1px solid var(--SoftRed);
		color: var(--MainBackgroundColour);
		font-size: 10px;
	}

	.notification .badgeOff {
		position: absolute;
		top: -10px;
		left: 18px;
		padding: 0px 7px;
		border-radius: 50%;
		background-color: var(--MainBackgroundColour);
		border: 1px solid var(--DarkBlue);
		font-size: 10px;
	}
/*4.13 ends*/
#divGeog_Group_Selector {
	display: inline-block;
	font-size: 14px;
	top: 30px;
}

	#divGeog_Group_Selector select {
		height: 22px;
		width: 306px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 14px;
	}


.QSearchQLNational {
	position: relative;
	text-align: left;
	cursor: pointer;
}

	.QSearchQLNational .img {
		font-size: 32px;
	}

	.QSearchQLNational div {
		float: left;
		position: relative;
		text-align: center;
		border: 1px solid var(--MainBackgroundColour);
		margin: 8px;
		padding: 8px;
	}

		.QSearchQLNational div:hover {
			border: 1px solid var(--button-border-hover);
		}

	.QSearchQLNational span {
		display: inline-block;
	}


.QSearchEntityIcon {
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: max-width .5s ease-in-out;
	-moz-transition: max-width .5s ease-in-out;
	-o-transition: max-width .5s ease-in-out;
	transition: max-width .5s ease-in-out;
}

	.QSearchEntityIcon div {
		float: left;
		position: relative;
		background-color: var(--MainBackgroundColour);
		cursor: pointer;
		margin-right: 8px;
		display: inline-block;
	}

	.QSearchEntityIcon img {
		position: relative;
		border: 1px solid var(--MainBackgroundColour);
		height: 80px;
		width: 80px;
		display: inline-block;
		margin-bottom: 3px;
		opacity: 0.50;
		filter: alpha(opacity=50);
	}

		.QSearchEntityIcon img:hover {
			border: 1px solid red;
		}

	.QSearchEntityIcon .QSearchSelected img {
		cursor: default;
		opacity: 1.00;
		filter: alpha(opacity=100);
	}

	.QSearchEntityIcon .QNatSearchSelected img {
		opacity: 1.00;
		filter: alpha(opacity=100);
	}

	.QSearchEntityIcon .QSearchSelected img:hover {
		border: 1px solid var(--MainBackgroundColour);
	}

.QSearchTreeView {
	background-color: var(--MainBackgroundColour);
	padding-top: 4px;
	border: none;
	cursor: default;
}

.QSearchTreeNode {
	padding: 2px 3px 1px 3px;
	font-size: 12px;
}

.QSearchGrayedTreeNode {
	padding: 2px 3px 1px 3px;
	font-size: 12px;
	color: var(--MainBackgroundColour);
	background-color: var(--DarkBackgroundColour);
	cursor: default;
}

.QSearchHoverTreeNode {
	text-decoration: underline;
	padding: 2px 3px 1px 3px;
	font-size: 12px;
	cursor: pointer;
}

.QSearchSelectedTreeNode {
	background-color: var(--DisabledColour);
	color: var(--MainBackgroundColour);
	padding: 2px 3px 1px 3px;
	font-size: 12px;
	cursor: default;
}


.QSearchSelectEntitySelected {
	position: relative;
	float: left;
	margin: 8px;
}

	.QSearchSelectEntitySelected .img {
		padding: 8px;
		border: 1px solid var(--button-border-colour);
		background-color: var(--ModalBackgroundColour);
		cursor: default;
		font-size: 32px;
	}

		.QSearchSelectEntitySelected .img:hover {
			border: 1px solid var(--button-border-hover);
		}


.QSearchSelectEntity {
	position: relative;
	float: left;
	margin: 8px;
}

	.QSearchSelectEntity .img {
		padding: 8px;
		border: 1px solid var(--MainBackgroundColour);
		cursor: pointer;
		font-size: 32px;
	}

		.QSearchSelectEntity .img:hover {
			border: 1px solid var(--button-border-hover);
		}

.QSearchCaptionTD {
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

.QLaunchEntityInput {
	border: 1px solid var(--MainForeColour);
	height: 21px;
	-webkit-transition: max-height .5s ease-in-out;
	-moz-transition: max-height .5s ease-in-out;
	-o-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
	overflow: visible;
	width: 306px;
	min-width: 306px;
	max-width: 306px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.QLaunchEntityInputInner {
	top: 0px;
	height: 23px;
	width: 306px;
	background-color: var(--MainBackgroundColour);
}

.QLaunchEntityInput #txtSearchText_span {
    display: none;
    max-height: 0px;
    width: 100%;
    overflow: hidden;
    background-color: var(--MainBackgroundColour);
    border: 1px solid var(--MainForeColour);
    position: absolute;
    top: 22px;
    /*position:relative;*/
    left: 0px;
    z-index: 900;
}

.QLaunchEntityInput:hover #txtSearchText_span {
	display: block;
	max-height: 300px;
	overflow: auto;
}

.QLaunchEntityInput input {
	font-size: 14px;
	border: none;
	outline: none;
	width: 296px;
	top: 3px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding-left: 3px;
}

	.QLaunchEntityInput input:focus {
		border: none;
		outline: none;
	}

.QLaunchEntityInput select {
	font-size: 14px;
	border: none;
	outline: none;
	width: 296px;
	top: 1px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding-left: 3px;
}

	.QLaunchEntityInput select:focus {
		outline: none;
	}

.QSearchQLShowTreeType {
	text-align: center;
}

	.QSearchQLShowTreeType div {
		display: inline-block;
		position: relative;
		background-color: var(--MainBackgroundColour);
		border: 1px solid var(--MainBackgroundColour);
		margin: 6px;
		padding: 6px;
		cursor: pointer;
	}

		.QSearchQLShowTreeType div:hover {
			border: 1px solid var(--button-border-hover);
		}

	.QSearchQLShowTreeType .img {
		display: inline-block;
		font-size: 32px;
	}

	.QSearchQLShowTreeType span {
		display: inline-block;
		font-size: 10px;
	}

.SearchButton {
	border: 1px solid var(--button-border-colour);
	background-color: var(--button-background);
	text-align: center;
	padding: 8px 15px 8px 15px;
	font-size: 14px;
	color: var(--DarkBlue);
	cursor: pointer;
}

	.SearchButton:hover {
		color: var(--button-colour-hover);
		background-color: var(--button-backgroud-hover);
	}

.SearchButtonDisabled {
	border: 1px solid var(--MainForeColour);
	background-color: #C0C0C0;
	text-align: center;
	padding: 8px 15px 8px 15px;
	font-size: 14px;
	color: var(--MainBackgroundColour);
	cursor: no-drop;
}

.QViewIconSelected {
	border: 1px solid var(--button-border-colour) !important;
	cursor: default !important;
	background-color: var(--ModalBackgroundColour) !important;
}

.QSearchShowDownDisabled,
.QSearchShowUpDisabled {
	display: inline-block;
	width: 17px;
	height: 17px;
	cursor: no-drop;
	font-size: 17px;
	color: grey;
}

.QSearchShowDown,
.QSearchShowUp {
	display: inline-block;
	width: 17px;
	height: 17px;
	font-size: 17px;
	color: var(--GridBorderColour);
}

	.QSearchShowDown:hover,
	.QSearchShowUp:hover {
		color: var(--MainForeColour);
	}

.QSearchShowFind {
}

	.QSearchShowFind table {
		vertical-align: middle;
	}

	.QSearchShowFind td {
		width: 20px;
		height: 20px;
	}

	.QSearchShowFind input {
		width: 250px;
		border: 1px solid var(--MainBackgroundColour);
		font-size: 12px;
	}

		.QSearchShowFind input:hover {
			border: 1px solid var(--button-border-hover);
		}

		.QSearchShowFind input:focus {
			border: 1px solid var(--button-border-hover);
		}

.QSearchQL {
}

	.QSearchQL table {
		border: 1px solid var(--MainBackgroundColour);
	}

		.QSearchQL table:hover {
			border: 1px solid var(--button-border-hover);
		}


.LM_Select {
	color: var(--MainBackgroundColour);
	font-size: 14px;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	outline: none;
	background-color: var(--DarkBackgroundColour);
}

.EFPIA_Col_Header {
}

.EFPIA_Payments {
	border-spacing: 0px;
	border: none;
	border-collapse: collapse;
	width: 100%;
}

	.EFPIA_Payments td {
		text-align: center;
		vertical-align: middle;
		width: 12%;
	}

.EFPIA_Line_Totals_Header {
	text-align: right;
	font-size: 12px;
	border-right: 2px solid var(--MainForeColour);
}

.EFPIA_Line_Header {
	text-align: right;
	font-size: 12px;
	border-right: 2px solid var(--MainForeColour);
}

.EFPIA_DataDetails {
	background-color: transparent;
}


.EFPIA_Grand_Total_Value60 {
	height: 63px;
	width: 72px;
	min-width: 63px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Grand_Total_Value60 span {
        display: inline-block;
        font-weight: bold;
        color: yellow;
        width: 48px;
        font-size: 9px;
        white-space: nowrap;
    }

.EFPIA_Total_Value60 {
	height: 60px;
	width: 60px;
	min-width: 54px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

	.EFPIA_Total_Value60 span {
		display: inline-block;
		font-weight: bold;
		color: var(--MainBackgroundColour);
		width: 48px;
		font-size: 8px;
        white-space:nowrap;
	}

.EFPIA_Value60 {
	height: 60px;
	width: 54px;
	min-width: 54px;
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

    .EFPIA_Value60 span {
        display: inline-block;
        color: var(--MainBackgroundColour);
        width: 36px;
        font-size: 8px;
        white-space: nowrap;
    }

.EFPIA_Grand_Total_Value70 {
	height: 73px;
	width: 84px;
	min-width: 73px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Grand_Total_Value70 span {
        display: inline-block;
        font-weight: bold;
        color: yellow;
        width: 56px;
        font-size: 10px;
        white-space: nowrap;
    }

.EFPIA_Total_Value70 {
	height: 70px;
	width: 70px;
	min-width: 63px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Total_Value70 span {
        display: inline-block;
        font-weight: bold;
        color: var(--MainBackgroundColour);
        width: 56px;
        font-size: 10px;
        white-space: nowrap;
    }

.EFPIA_Value70 {
	height: 70px;
	width: 63px;
	min-width: 63px;
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

    .EFPIA_Value70 span {
        display: inline-block;
        color: var(--MainBackgroundColour);
        width: 42px;
        font-size: 8px;
        white-space: nowrap;
    }

.EFPIA_Grand_Total_Value80 {
	height: 83px;
	width: 96px;
	min-width: 83px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Grand_Total_Value80 span {
        display: inline-block;
        font-weight: bold;
        color: yellow;
        width: 64px;
        font-size: 11px;
        white-space: nowrap;
    }

.EFPIA_Total_Value80 {
	height: 80px;
	width: 80px;
	min-width: 72px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Total_Value80 span {
        display: inline-block;
        font-weight: bold;
        color: var(--MainBackgroundColour);
        width: 64px;
        font-size: 11px;
        white-space: nowrap;
    }

.EFPIA_Value80 {
	height: 80px;
	width: 72px;
	min-width: 72px;
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

    .EFPIA_Value80 span {
        display: inline-block;
        color: var(--MainBackgroundColour);
        width: 48px;
        font-size: 9px;
        white-space: nowrap;
    }


.EFPIA_Grand_Total_Value90 {
	height: 94px;
	width: 108px;
	min-width: 94px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Grand_Total_Value90 span {
        display: inline-block;
        font-weight: bold;
        color: yellow;
        width: 72px;
        font-size: 12px;
        white-space: nowrap;
    }

.EFPIA_Total_Value90 {
	height: 90px;
	width: 90px;
	min-width: 81px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Total_Value90 span {
        display: inline-block;
        font-weight: bold;
        color: var(--MainBackgroundColour);
        width: 72px;
        font-size: 12px;
        white-space: nowrap;
    }

.EFPIA_Value90 {
	height: 90px;
	width: 81px;
	min-width: 81px;
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

    .EFPIA_Value90 span {
        display: inline-block;
        color: var(--MainBackgroundColour);
        width: 54px;
        font-size: 9px;
        white-space: nowrap;
    }


.EFPIA_Grand_Total_Value100 {
	height: 104px;
	width: 120px;
	min-width: 104px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Grand_Total_Value100 span {
        display: inline-block;
        font-weight: bold;
        color: yellow;
        width: 80px;
        font-size: 12px;
        white-space: nowrap;
    }

.EFPIA_Total_Value100 {
	height: 100px;
	width: 100px;
	min-width: 90px;
	background-color: var(--MainBackgroundColour);
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	cursor: pointer;
}

    .EFPIA_Total_Value100 span {
        display: inline-block;
        font-weight: bold;
        color: var(--MainBackgroundColour);
        width: 80px;
        font-size: 12px;
        white-space: nowrap;
    }

.EFPIA_Value100 {
	height: 100px;
	width: 90px;
	min-width: 90px;
	background-position: center center;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
}

    .EFPIA_Value100 span {
        display: inline-block;
        color: var(--MainBackgroundColour);
        width: 60px;
        font-size: 9px;
        white-space: nowrap;
    }

.unsavedDataTable {
	position: relative;
	width: 95%;
	margin: auto;
	height: 30px;
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 8px;
}

	.unsavedDataTable td {
		vertical-align: middle;
		text-align: center;
		width: 133px;
	}

._influenceMap_Entity_Dialog {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	white-space: nowrap;
}

	._influenceMap_Entity_Dialog TR {
		line-height: 25px;
	}

	._influenceMap_Entity_Dialog TD {
		padding-right: 10px
	}

	._influenceMap_Entity_Dialog SELECT {
		width: 354px;
	}

	._influenceMap_Entity_Dialog INPUT {
		width: 350px;
	}

	._influenceMap_Entity_Dialog .img,
	div[id$='Scaler'] .img {
		font-size: 24px;
	}

._influenceMap_DialogKey_div {
	position: relative;
	float: left;
}

._influenceMap_DialogKey_img {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0px;
	top: 0px;
}

._influenceMap_DialogImg {
	padding: 5px;
	margin: 5px;
	cursor: pointer;
	border: 1px solid var(--MainBackgroundColour);
	font-size: 24px;
}

	._influenceMap_DialogImg:hover {
		cursor: pointer;
		border: 1px solid grey;
	}

._influenceMap_selected {
	border: 1px solid var(--button-border-hover);
	cursor: default;
}

	._influenceMap_selected:hover {
		border: 1px solid var(--button-border-hover);
		cursor: default;
	}

._influenceMap_SelectDiagramDataTable {
	position: relative;
	margin: 20px auto 10px auto;
}

._influenceMap_SelectDiagramDataCaption {
	padding-right: 20px;
}

._influenceMap_SelectDiagramDataTextOuter {
	border: 1px solid var(--MainForeColour);
	/*border-radius: 8px;*/
	margin-left: 10px;
}

    ._influenceMap_SelectDiagramDataTextOuter input {
        border: 1px solid var(--MainBackgroundColour);
        width: 500px;
        margin: 3px 6px;
    }

	._influenceMap_SelectDiagramDataTextOuter:hover input {
		border: 1px solid var(--button-border-hover);
	}

.actis-qlgo .img {
	color: var(--DarkBackgroundColour);
}

.EFPIA_Grand_Total_Value60::before {
	font-size: 60px;
}

.EFPIA_Grand_Total_Value70::before {
	font-size: 70px;
}

.EFPIA_Grand_Total_Value80::before {
	font-size: 80px;
}

.EFPIA_Grand_Total_Value90::before {
	font-size: 90px;
}

.EFPIA_Grand_Total_Value100::before {
	font-size: 100px;
}

.EFPIA_Total_Value60::before {
	font-size: 53px;
}

.EFPIA_Total_Value70::before {
	font-size: 62px;
}

.EFPIA_Total_Value80::before {
	font-size: 70px;
}

.EFPIA_Total_Value90::before {
	font-size: 79px;
}

.EFPIA_Total_Value100::before {
	font-size: 88px;
}

.EFPIA_Value60::before {
	font-size: 45px;
}

.EFPIA_Value70::before {
	font-size: 52px;
}

.EFPIA_Value80::before {
	font-size: 60px;
}

.EFPIA_Value90::before {
	font-size: 68px;
}

.EFPIA_Value100::before {
	font-size: 75px;
}

ul.top-level li {
	padding-left: 5px;
	border: 1px solid var(--DarkBackgroundColour);
	padding-bottom: 6px;
}