@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.uic-tree .uic-tree {
	margin-left: 1.25rem;
}

.uic-tree--hidden {
	display: none;
}

.uic-tree__icon {
	float: left;
}

.uic-tree__title {
	margin-left: 1.25rem;
}

.uic-tree .cursor-pointer {
	cursor: pointer;
}

/** Hide Top Navigation at max width 1024px*/

@media (max-width:1024px) {
	.w3-hide-custom {
		display: none !important;
	}
}

/** Portfolio table th alignment*/

@media (min-width:1656px) {
	.fund-td-width {
		width: 32% !important;
	}

	.investment-td-width {
		width: 20% !important;
	}

	.fee-td-width {
		width: 29% !important;
	}
}

@media (min-width:1224px) {

	#portfolioContractsTable {
		width: 76%;
	}
}

/* Table width for smart search */

/*table {
	border-collapse: collapse !important;
	width: 100% !important;
	margin-bottom: 16px;
}

th {
	border-bottom: 1px solid #ccc !important;
}*/

.table-fixed {
	table-layout: fixed;
	width: 100%;
}

/* Table word break*/
.w3-table-break {
	word-break: break-all;
}

.w3-white-space > table > thead > tr > th {
	white-space: nowrap;
}

html, body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	height: 100%;
}

p, a, label {
	font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6, .btn-link {
	font-family: "Poppins", sans-serif;
}

.navlink-item {
	font-family: "Poppins", sans-serif;
}


a, .btn-link {
	color: #0366d6;
}


label {
	font-size: 15px;
}

.linkInput {
	cursor: pointer;
}

/* Custom margin left space*/
.w3-margin-left-small {
	margin-left: 3px !important;
}

.w3-margin-right-small {
	margin-right: 3px !important;
}

/* Custom margin left for buttons on modals*/
.w3-margin-left-modalbutton {
	margin-left: 5px !important;
}

.w3-margin-right-modalbutton {
	margin-right: 5px !important;
}

/* Custom margin top for checkboxes*/
.w3-margin-top-small {
	margin-top: 10px !important;
}

.w3-check-alignment {
	vertical-align: middle;
}

/* Custom font size for elements */

.w3-text-2xs {
	font-size: 10px;
}

.w3-text-xs {
	font-size: 12px;
}

.w3-text-sm {
	font-size: 15px;
}

/* Page header height */
.w3-header-height {
	height: 42px !important;
}

/* Icon cursor display*/
.w3-cursor {
	cursor: pointer;
}


.w3-border-gold, .w3-hover-border-gold:hover {
	border-color: #c3ab59 !important
}

.w3-border-custom-green {
	border-color: #9db89b !important
}

.w3-text-custom-green {
	color: #9db89b;
}

/* Bold font for labels*/
.w3-bold-font {
	font-weight: bold !important;
}

/* Removes margins */
.w3-margin-0 {
	margin: 0 !important;
}

.w3-outline-0 {
	outline: none;
}

/* CUSTOM COLORS SECTION */

.xrg-tertiary-color {
	background-color: #4c576d;
}

.xrg-secondary-color {
	background-color: #b6caf0 !important;
}

.w3-custom-warning {
	background-color: #ebb44c !important;
}

/**  icon colors  **/

.icon-blackcolor {
	color: black;
}

.xrg-primary-text-color {
	color: #1f2d48;
}

.xrg-primary-icon-color {
	color: #075493;
}

.xrg-green-text-color {
	color: green;
}

.xrg-red-text-color {
	color: red;
}

.xrg-gold-text-color {
	color: #c3ab59;
}

.xrg-secondary-text-color {
}

.icon-size {
	font-size: 20px;
}

.cursor-header-gold-border {
	cursor: pointer;
	border-bottom: 1px solid #c3ab59 !important;
}

/* Exergy colors */
.xrg-primary-color {
	background-color: #1f2d48 !important;
	color: #fff;
}

/*..... */


/* Custom w3 input padding size */
.w3-custom-padding {
	padding: 0 !important;
}


/* Custom margin for date inputs and dropdowns */
.w3-date-input-spacing {
	margin-top: 12px;
	padding: 3px 11px 2px 11px !important;
}

.w3-dropdown-spacing {
	padding: 4px 0px 5px 9px !important;
	margin-top: 12px;
}

/* Custom w3-input width */
.w3-check-width {
	width: 14px !important;
}

.w3-input-height {
	height: 38px;
}


app {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.top-row {
	height: 3.5rem;
	display: flex;
	align-items: center;
}

.main {
	flex: 1;
}

	.main .top-row {
		background-color: #f7f7f7;
		border-bottom: 1px solid #d6d5d5;
		justify-content: flex-end;
	}

		.main .top-row > a, .main .top-row .btn-link {
			white-space: nowrap;
			margin-left: 1.5rem;
		}

		.main .top-row a:first-child {
			overflow: hidden;
			text-overflow: ellipsis;
		}

/* Nav open and close*/

.navMainOpen {
	margin-left: 270px;
	margin-top: 68px;
	width: 85% !important; /*JC This is for the initial page load- will be set by javascript to cater for resizing - utils.js*/
}

.navMainClose {
	margin-left: 0px;
	margin-top: 68px;
	width: 100% !important;
}

	.navMainClose .fixed-top-navigation-bar {
		left: 0 !important;
	}

.navOpen {
	display: block
}

.navClose {
	display: none
}


.sidebar {
	background-image: linear-gradient(180deg, rgb(127, 132, 140) 0%, #616554 70%);
}

	.sidebar .top-row {
		background-color: rgba(0,0,0,0.4);
	}

	.sidebar .navbar-brand {
		font-size: 1.1rem;
	}

	.sidebar .oi {
		width: 2rem;
		font-size: 1.1rem;
		vertical-align: text-top;
		top: -2px;
	}

	.sidebar .nav-item {
		font-size: 0.9rem;
		padding-bottom: 0.5rem;
	}

		.sidebar .nav-item:first-of-type {
			padding-top: 1rem;
		}

		.sidebar .nav-item:last-of-type {
			padding-bottom: 1rem;
		}

		.sidebar .nav-item a {
			color: #d7d7d7;
			border-radius: 4px;
			height: 3rem;
			display: flex;
			align-items: center;
			line-height: 3rem;
		}

			.sidebar .nav-item a.active {
				background-color: #b6caf0;
				color: white;
			}

			.sidebar .nav-item a:hover {
				background-color: #b6caf0;
				color: white;
			}

.content {
	padding-top: 1.1rem;
}

.navbar-toggler {
	background-color: rgba(255, 255, 255, 0.1);
}

/*.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}*/

.validation-message {
	color: red;
}

.invalid {
	outline: 1px solid red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

@media (max-width: 767.98px) {
	.main .top-row:not(.auth) {
		display: none;
	}

	.main .top-row.auth {
		justify-content: space-between;
	}

	.main .top-row a, .main .top-row .btn-link {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	app {
		flex-direction: row;
	}

	.sidebar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.main .top-row {
		position: sticky;
		top: 0;
	}

	.main > div {
		padding-left: 2rem !important;
		padding-right: 1.5rem !important;
	}

	.navbar-toggler {
		display: none;
	}

	.sidebar .collapse {
		/* Never collapse the sidebar for wide screens */
		display: block;
	}
}

div.fixed-top-navigation-bar {
	position: fixed;
	top: 68px;
	right: 0px;
	left: 270px;
	cursor: pointer;
	z-index: 1;
}

textarea {
	resize: vertical;
}


/*login screen custom starts here*/
.login-wrapper {
	background: url('../assets/login-background.jpg') no-repeat center center fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	overflow: hidden;
}

.login-card {
	background-color: RGBA(38,52,78,0.8);
	font-family: 'Roboto', sans-serif;
}

.login-input {
	background-color: rgba(0,0,0,0) !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.input-container-icon {
	position: relative;
}

.fa-exclamation-circle {
	position: absolute;
	bottom: 0;
	right: -30px;
}

.login-btn {
	outline: none;
}

	.login-btn:hover, login-btn:visited {
		background-color: #8E8D8A !important;
	}



.input-login input::placeholder {
	color: white;
	opacity: 1;
}

.input-login input:-webkit-autofill,
.input-login input:-webkit-autofill:hover,
.input-login input:-webkit-autofill:focus,
.input-login input:-webkit-autofill:active,
.input-login input:-webkit-autofill:valid,
.input-login select:-webkit-autofill,
.input-login select:-webkit-autofill:hover,
.input-login select:-webkit-autofill:focus {
	-webkit-transition-delay: 99999s;
	-webkit-text-fill-color: white;
}


/* Home page section */

.home-page {
	background-image: url("/assets/login-background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100vh - 68px);
}

	.home-page ::-webkit-input-placeholder { /* Edge */
		color: #000;
	}

	.home-page :-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #000;
	}

	.home-page ::placeholder {
		color: #000;
	}

.page-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9;
}

	.page-footer img {
		width: 18%;
	}
/* Search results page*/
.enteries-bar .w3-bar .w3-bar-item {
	padding: 8px 6px;
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0;
}

	.enteries-bar .w3-bar .w3-bar-item select {
		margin-top: 8px;
	}

/**
   Register Claim
*/
.check-box {
	padding: 12px;
}

.drag-and-drop {
	cursor: pointer;
}

.page-btn {
	background-color: #C3AB59;
	border: none;
	outline: none;
	cursor: pointer;
}

	.page-btn:hover, page-btn:visited {
		background-color: #8E8D8A !important;
	}

.custom-badge {
	width: 230px !important;
	border-radius: 60px !important;
	height: 30px !important;
	margin-top: 5px;
}

.custom-small-badge {
	width: 200px !important;
	border-radius: 60px !important;
	height: 30px !important;
	margin-top: 5px;
}

.w3-custom-claims-badge {
	padding: 5px 22px 5px 22px;
}

.w3-remove-underline {
	text-decoration: none;
}

/*No access page*/
.access-page {
	background-image: url('/assets/images/noaccess.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

/* Unsupported browser page */
.unsupported-browser-wrapper {
	height: 100%;
}

	.unsupported-browser-wrapper .unsupported-browser {
		background-image: url("/assets/images/UnsupportedBrowser/home-page.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		overflow: hidden;
	}

		/*  Alignment fix for Safaritbrowser*/
		.unsupported-browser-wrapper .unsupported-browser .w3-display-middle {
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			position: absolute;
			top: 40%;
			left: 50%;
		}

		.unsupported-browser-wrapper .unsupported-browser .w3-display-bottommiddle {
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
			position: absolute;
			left: 50%;
		}

.active,
.navlink-item:hover {
	background-color: #b6caf0 !important;
	text-decoration: none;
	color: black;
	border-radius: 2px;
	font-size: 15px;
}

.navlink-item {
	text-decoration: none;
}

.Collections {
	cursor: pointer;
}


.tFontSize {
	font-size: 15px;
}

.sort-link {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.input-icons i {
	position: absolute;
}



.input-icons {
	width: 100%;
	color: white;
}



.icon {
	padding: 10px;
	min-width: 40px;
	right: 0px;
}



.input-field {
	width: 100%;
	padding: 10px;
	text-align: center;
}



.input-validation-error {
	border-bottom-color: red !important;
}

.field-validation-error:after {
	font-family: "Font Awesome 5 Free";
	content: "\f06a";
	font-weight: 900;
	float: right;
}

.drag-drop-zone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	cursor: pointer;
	margin: 1rem 0 2rem 0;
	position: inherit;
}

	.drag-drop-zone:hover {
		background-color: #f5f5f5;
	}

	.drag-drop-zone input[type=file] {
		position: absolute;
		width: 80%;
		height: 115px;
		opacity: 0;
		cursor: pointer;
	}

pre {
	background-color: #f0f0f0;
	overflow: auto;
	padding: 1rem;
	height: 10rem;
}

#Tagduration {
	margin-top: -14px;
}

.premium-balanceAmount,
.duration {
	vertical-align: sub;
}

.lowercase {
	text-transform: lowercase;
}

.modal-width {
	width: 800px !important;
}

/** Simple drag and drop with Blazor CSS **/

.dropzone {
	padding: 0px;
	list-style: none;
}

.draggable {
	cursor: grab;
}

	.draggable:active {
		cursor: grabbing;
	}

.dragging {
	cursor: grabbing;
}

.footermodal {
	margin-right: 57px;
}

.bank-details-message {
	font-size: 15px;
}

.input-form-margin {
	margin-top: 8px !important;
}

.table-form-margin {
	margin-right: 20px;
}


.radio-size {
	width: 15px;
	position: relative;
	top: 2px;
}


form input:focus {
	outline: 0;
}

.currency-container {
	display: flex;
	justify-content: flex-start;
}

	.currency-container .currency-symbol {
		padding: 0 10px 0 0px;
		color: #999;
		border-right: 0;
		line-height: 2.5;
		border-radius: 7px 0 0 7px;
		background: white;
	}

.fa-search-plus {
	float: right;
	margin-top: 3px;
}

div.QuickSearch {
	position: relative;
	top: 68px;
	background-color: black;
	z-index: 2;
	height: 80px;
	right: 0px;
	left: 270px;
	cursor: pointer;
}

.text-gold-color {
	cursor: pointer;
	color: #c3ab59;
}

.w3-smart-search {
	background-color: #4D4D4D;
}

.header-height {
	margin-top: 55px;
}

.amount-approved-height {
	height: 40px;
}

.header-color {
	color: #c3ab59 !important;
}

.hyperlink-vertical-align {
	margin-top: 8px;
}

.advanced-search-color:hover,
.client-view-icon:hover {
	color: #707070;
	cursor: pointer;
}

.w3-underline-link a {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

	.w3-underline-link a:hover {
		color: #000000 !important;
		border-bottom-color: #C3AB59;
	}

	.w3-underline-link a:hover {
		color: #000000 !important;
		border-bottom-color: #C3AB59;
	}

.tbl-description {
	word-wrap: break-word;
}

.badge-pill {
	display: inline-block;
	width: 12%;
}

.card-pointer, .filter-color {
	cursor: pointer;
}

	.refresh-icon, .filter-color:hover {
		color: #bfbfbf !important;
	}

		.refresh-icon:hover, .filter-color {
			color: #C3AB59 !important;
		}

.word-break {
	white-space: nowrap !important;
}

/*Trainig*/
.training-wrapper {
	background: url('../assets/TrainingBackground.png') no-repeat center center fixed;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	opacity: 0.9;
}

#client-services {
	background-image: url( '../assets/Client-Services.png' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#colorful {
	background-image: url( '../assets/Schemes.png' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#Claims {
	background-image: url( '../assets/Claims.png' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#Onboarding {
	background-image: url( '../assets/Onboarding.png' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 74px;
}

#Administration {
	background-image: url( '../assets/Admin.png' );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 74px;
}

.scroll {
	overflow-x: scroll;
	white-space: nowrap;
}

.scrollY {
	overflow-y: scroll;
}

.VerticalAlignedLabel > label {
	line-height: 36px;
}

/* Remove hover from table*/
.w3-no-hover:hover {
	background-color: #fff !important;
}

@media print {
	.noprint {
		display: none;
	}

	.blazored-toast-container {
		display: none;
	}

	@page {
		size: auto;
		margin: 0;
	}

	a[href]:after {
		content: none !important;
	}
}


/* Positioning */
.div-absolute {
	position: absolute;
}

.div-relative {
	position: relative;
}

.w3-top-0 {
	top: 0;
}

.w3-bottom-0 {
	bottom: 0;
}

.w3-right-0 {
	right: 0;
}

.w3-height-100 {
	height: 100%;
}


.right-0 {
	right: 0;
}

/* Custom margin top spacing */

.mt-12 {
	margin-top: 12px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-8 {
	margin-top: 8px;
}

.mt-6 {
	margin-top: 6px;
}



.w3-custom-l4-margin {
	margin-left: 33.33333%;
}

.gly-flip-45 {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

/*  Button Classes */
button {
	color: #000;
}

.btn-primary-solid {
	background-color: #c3ab59 !important;
	color: #000;
	border-radius: 4px
}

.btn-primary-solid-grey {
	background-color: #9e9e9e !important;
	color: #000;
	border-radius: 4px
}

.btn-secondary-outline {
	border: 1px solid #c3ab59 !important;
	border-radius: 4px
}

.w3-bar-item-primary {
	background-color: #c3ab59 !important;
	color: #000;
}


/* Custom radio button */

.w3-custom-radio {
	width: 18px;
	height: 21px;
	position: relative;
	top: 2px;
}


/* Toggle switch button */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 34px;
}

	/* Hide default HTML checkbox */
	.switch input {
		display: none;
	}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 40px;
	height: 20px;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 16px;
		width: 16px;
		left: 2px;
		bottom: 2px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #008000;
}

input:focus + .slider {
	box-shadow: 0 0 1px #008000;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}


/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}

/* Tooltip container */
.tooltip {
	position: relative;
	display: inline-block;
}

	/* Tooltip text */
	.tooltip .tooltip-text {
		visibility: hidden;
		width: auto;
		background-color: #000;
		color: #fff;
		text-align: center;
		padding: 5px;
		border-radius: 6px;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -60px;
		opacity: 0;
		transition: opacity 0.3s;
	}

	/* Show the tooltip text on hover */
	.tooltip:hover .tooltip-text {
		visibility: visible;
		opacity: 1;
	}


/** Wizard popup */

.step {
	display: flex;
	align-items: center;
}

.hidden {
	display: none;
}

.circle {
	width: 38px;
	height: 38px;
	line-height: 38px;
	/*border-radius: 50%;*/
	background-color: #ddd;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

	.circle.active {
		background-color: blue;
		color: white;
	}

.step-text {
	margin-left: 10px;
}

.line {
	border: 1px solid #ddd;
	height: 35px;
	width: 2px;
	flex-grow: 1;
}

/** Exergy Buttons **/

.xrg-button {
	border: solid 2px transparent;
	background: #fff;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	padding: 8px 10px;
	min-width: 95px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 0.3s, border-color 0.3s;
}

	.xrg-button:hover {
		background-color: var(--button-hover-bg);
		border-color: var(--button-hover-bg);
	}

	.xrg-button .circle-icon-span {
		display: inline-block;
		background-color: var(--button-bg);
		border-radius: 50%;
	}

		.xrg-button .circle-icon-span i {
			color: #fff;
		}

	.xrg-button:disabled {
		background-color: lightgray;
		opacity: 0.6;
		cursor: default;
	}

.xrg-ok-btn {
	--button-bg: #9db89b;
	--button-hover-bg: #ebf1eb;
	border: solid 2px #9db89b;
}

.xrg-action-btn,
.xrg-open-btn {
	--button-bg: #ebb44c;
	--button-hover-bg: #fbf0db;
	border: solid 2px #ebb44c;
}

.xrg-view-btn {
	--button-bg: #075493;
	--button-hover-bg: #cddde9;
	--button-icon-bg: #075493;
	border: solid 2px #075493;
}

.xrg-search-btn {
	--button-bg: #075493;
	--button-hover-bg: #cddde9;
	--button-icon-bg: #075493;
	border: solid 2px #075493;
}

.xrg-clear-btn {
	--button-bg: #72716e;
	--button-hover-bg: #b9b9b9;
	--button-icon-bg: #72716e;
	border: solid 2px #72716e;
}

.circle-icon-span {
	display: inline-block;
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 30px;
}

.login-circl-color {
	background-color: #9db89b !important;
}

.xrg-icon-size-30 {
	font-size: 30px;
}

.xrg-icon-size-25 {
	font-size: 25px;
}

.xrg-icon-size-20 {
	font-size: 20px;
}

.xrg-icon-size-19 {
	font-size: 19px;
}

.xrg-icon-size-18 {
	font-size: 18px;
}

.xrg-margin-top-8 {
	margin-top: 8px;
}

.xrg-margin-top-10 {
	margin-top: 10px;
}

/* Exergy Buttons ends here */

/** Exergy Input  **/

.xrg-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	/*background-color: pink;*/
	width: 100%;
	outline: none;
}

	.xrg-input[readonly] {
		border: 1px solid #ccc;
		border-radius: 4px;
	}

	.xrg-input:not([readonly]) {
		border-bottom-color: #b6caf0;
	}

/** Exergy Input ends here **/

/* Amount cell is wrapping - we need to prevent this */
.xrg-white-space {
	white-space: nowrap;
}
