﻿html, body {
	font-family: 'Source Sans Pro', sans-serif;
}

.portalNavbar {
	z-index: 1;
	height: 88px;
	display: flex;
	align-items: center;
	background-color: #404E66;
	justify-content: flex-end;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
	padding: 0 2rem 0 2rem;
	width: 100%;
}

	.portalNavbar > a img {
		width: 50px;
		height: 50px;
	}

.loggedInDisplay {
	display: inline-block;
}

	.loggedInDisplay div {
		float: left;
		color: #404E66;
		margin: 20px;
	}

	.loggedInDisplay a {
		color: white;
	}

		.loggedInDisplay a:hover {
			color: #EFA154;
		}

	.loggedInDisplay div button {
		padding: 0;
		color: white;
		border: none;
	}

		.loggedInDisplay div button:hover {
			color: #EFA154;
		}


.portalBanner {
	height: 287px;
	display: flex;
	background: url(../content/images/Mask_Group_1.png) no-repeat bottom;
	background-size: cover;
}

	.portalBanner .welcomeText {
		display: inline-block;
		margin: auto 0 auto 6rem;
		vertical-align: middle;
		color: #404E66;
	}

		.portalBanner .welcomeText .onlineStatus {
			font-weight: normal;
			font-size: 25pt;
			line-height: 30pt;
		}

		.portalBanner .welcomeText .message {
			font-weight: normal;
			font-size: 45pt;
			line-height: 50pt;
		}

		.portalBanner .welcomeText .siteName {
			font-weight: bolder;
			font-size: 55pt;
			line-height: 60pt;
		}

.portalContent {
	width: 100%;
}

.portalContainer {
	width: 100%;
	padding: 4rem 6rem 4rem 6rem;
}

.portalMain {
}

.defaultLayout {
	background: url('../content/images/dashboard_v01 – 1.png') no-repeat;
	overflow: hidden;
	min-width: 100vh;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
	display: grid;
	grid-template-columns: min-content auto;
}



.dashboard {
	padding: 4rem 6rem 4rem 6rem;
}

	.dashboard .title {
		font-weight: normal;
		font-size: 55pt;
		line-height: 60pt;
		color: white;
		margin-bottom: 4rem;
	}

.defaultLayout .dashboardContent {
	padding: 2rem 4rem 2rem 4rem;
	float: right;
	background-color: white;
}

.defaultLayout .dashboardContent {
	padding: 2rem 4rem 2rem 4rem;
	float: right;
	background-color: white;
}

.notYellow {
	background-color: white;
	max-width: none;
}

	.notYellow .card {
		max-width: none;
		margin: 0px auto 5px auto;
		padding: 10px;
		text-align: center;
		width: fit-content;
		border-radius: 10px;
	}

		.notYellow .card label:first-child {
			font-weight: bold;
		}

.dashboard .cardGroup {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2,247px);
}

	.dashboard .cardGroup .card {
		width: 247px;
		height: 130px;
		padding: 30px;
		border-radius: 10px;
		position: relative;
	}

		.dashboard .cardGroup .card .content {
			border-left: 1px solid #EFA157;
			height: 100%;
			width: 100%;
			position: relative;
		}

			.dashboard .cardGroup .card .content i {
				color: #EFA157;
				position: absolute;
				bottom: 0px;
				right: 0px;
			}

			.dashboard .cardGroup .card .content .cardText {
				width: 80%;
				position: absolute;
				top: 0px;
				left: 5px;
				font-weight: bold;
				font-size: 12pt;
				color: #404E66;
			}

.button_badge {
	background-color: red !important;
	border-radius: 2px;
	color: white;
	padding: 2px 6px;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
}

.generalLayout {
	overflow: hidden;
	padding: 4rem 6rem 4rem 6rem;
	min-height: 100vh;
	background: url('../content/images/dashboard_v01 – 1.png') no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

	.generalLayout .page {
		background-color: white;
		border-radius: 10px;
		padding: 4rem 4rem 4rem 4rem;
	}

		.generalLayout .page .singleLine {
			font-weight: bold;
			font-size: 25pt;
			color: #404E66;
			width: 100%;
			padding-bottom: 4rem;
			line-height: 30pt;
		}

		.generalLayout .page .cardGroup {
			display: grid;
			grid-gap: 5px;
			max-width: 1500px;
			grid-template-columns: repeat(3,33%);
			margin: 0 0 50px 0;
		}

			.generalLayout .page .cardGroup .card {
				width: 100%;
				max-width: 400px;
				border: none;
				box-shadow: none;
				display: flex;
				padding: 0 50px 0 0;
			}

.textControl {
	border: none;
	border-bottom: 0.25px solid lightgrey;
	background-color: transparent;
	margin: 0 0 0 0;
	border-radius: 0;
	width: 100%;
	
}

.textControl-margin {
	padding-left: 100px !important;
}

	.textControl .k-numerictextbox,
	.textControl .k-numeric-wrap {
		border: none;
		background-color: transparent;
	}

		.textControl .k-state-valid .k-select,
		.textControl .k-numeric-wrap .k-select {
			background-color: transparent;
			color: #404E66;
		}

	.textControl.valid.modified:not([type=checkbox]) {
		outline: none;
	}

.dropdownControl {
	border: none;
	border-bottom: 0.25px solid lightgrey;
	margin: 0 0 0 0;
	border-radius: 0;
	color: #404E66;
	height: calc(1.5em + 0.75rem + 2px);
	min-width: 150px !important;
}

	.dropdownControl .k-dropdown,
	.dropdownControl .k-dropdowntree,
	.dropdownControl .k-dropdown-wrap {
		background-color: transparent;
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 0.25px solid lightgrey;
		border-radius: unset;
		color: black;
	}

	.dropdownControl .k-icon {
		color: #404E66;
	}

	.dropdownControl.valid.modified:not([type=checkbox]) {
		outline: none;
	}


.formHeader {
	font-weight: bold;
	font-size: 25pt;
	color: #404E66;
	width: 100%;
	padding-bottom: 4rem;
	line-height: 30pt;
}

.formText {
	font-weight: normal;
	font-size: 15pt;
	color: #404E66;
	width: 100%;
	line-height: 20pt;
}

.formText1 {
	color: #404E66;
	font-weight: bold;
	width: 100%;
}

.card .column-title {
	color: white;
	background-color: #404E66;
	font-weight: bold;
	font-size: 20pt;
	border-bottom: solid 1px lightgrey;
	margin-bottom: 20pt;
	padding-left: 20pt;
}

	.card .column-title button {
		border: none;
		padding: 0px;
	}

.columnGridRow {
	border: 1px solid black;
	padding: 10px;
	background-color: white;
}

	.columnGridRow .header-row {
		display: flex;
		justify-content: space-between;
	}

.header-row .actions {
	display: flex;
}

	.header-row .actions button {
		margin-left: 5px;
	}

.columnGridRow .header {
	color: #404E66;
	font-size: 15pt;
	font-weight: bold;
}

	.columnGridRow .header:empty:before {
		content: attr(data-placeholder);
		color: #CED7E4;
	}

.columnGridRow .body {
	color: #CED7E4;
	font-size: 10pt;
}

.columnGridRow button {
	border: none;
	padding: 0px;
}

.cardGroup .card .k-grid .k-grid-content {
	overflow-y: hidden;
}

.columnGrid {
	background-color: transparent;
}

	.columnGrid .k-grid-header {
		display: none;
	}

.notificationGrid {
	background-color: transparent;
	max-width: 1250px;
	margin-bottom: 25px;
	border: none;
}

	.notificationGrid .k-grid-header {
		display: none;
	}

	.notificationGrid table tr {
		width: 350px;
		display: grid;
	}

		.notificationGrid table tr .card {
			margin: 5px;
			max-width: none
		}

.columnGrid1 {
	background-color: transparent;
	max-width: 1250px;
	margin-bottom: 25px;
	border-radius: 5px
}

	.columnGrid1 table tr {
		display: table-cell;
		width: 350px;
	}

	.columnGrid1 .k-grid-header {
		display: none;
	}

.card1 {
	max-width: 1500px;
}

	.card1 .column-title {
		display: flex;
		justify-content: space-between;
		max-width: 1250px;
	}

		.card1 .column-title h4 {
			color: #404E66;
			font-weight: bold;
		}

		.card1 .column-title button {
			border: none;
			color: #4a7187;
			background-color: transparent;
			padding: 0px;
		}

	.card1 .k-grid-container .k-grid-content {
		overflow-y: hidden;
	}

.submitButton {
	color: #EFA154;
	padding-top: 50px;
}

	.submitButton button {
		background-color: #EFA154;
		color: white;
		border: solid;
		width: 200px;
		height: 50px;
		font-size: 15pt
	}
		.submitButton button:hover {
			background-color: gray;
			color: white;
			border: none;
			width: 200px;
			height: 50px;
			font-size: 15pt
		}

.gridSubmitButton {
	color: #EFA154;
	padding-top: 5px;
}

	.gridSubmitButton button {
		background-color: #EFA154;
		color: white;
		border: solid;
		/*width: 100%;*/
		width: 150px;
		height: 50px;
		font-size: 12pt
	}

		.gridSubmitButton button:hover {
			background-color: gray;
			color: white;
			border: none;
			font-size: 12pt
		}

.columnGridRow1 {
	border: 1px solid #CED7E4;
	border-radius: 5px;
	padding: 10px;
	margin: 0 10px 10px 0;
	width: 250px;
	background-color: white;
	display: inline-block;
}

	.columnGridRow1 .header-row {
		display: flex;
		justify-content: space-between;
	}

	.columnGridRow1 .header {
		color: #404E66;
		font-size: 15pt;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.columnGridRow1 .header:empty:before {
			content: attr(data-placeholder);
			color: #CED7E4;
		}

	.columnGridRow1 .body {
		color: #CED7E4;
		font-size: 10pt;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.columnGridRow1 button {
		border: none;
		padding: 0px;
		color: #404E66;
		background-color: transparent;
	}

		.columnGridRow1 button:hover {
			border: none;
			padding: 0px;
			color: #EFA154;
			background-color: transparent;
		}

.usersGrid {
	background-color: transparent;
	border: none;
}

	.usersGrid .k-alt {
		background-color: transparent;
	}

	.usersGrid .k-grid-header {
		display: none;
	}

	.usersGrid .k-grid-content {
		overflow-y: hidden;
	}

	.usersGrid .k-master {
		overflow-y: hidden;
	}

	.usersGrid tbody {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(2, 436px);
	}

	.usersGrid columnGridRow1 {
		border: 1px solid #CED7E4;
		padding: 10px;
		margin: 10px;
	}

	.usersGrid .columnGridRow1 .header-row {
		display: flex;
		justify-content: space-between;
	}

	.usersGrid .columnGridRow1 .header {
		color: #404E66;
		font-size: 15pt;
		font-weight: bold;
	}

		.usersGrid .columnGridRow1 .header:empty:before {
			content: attr(data-placeholder);
			color: #CED7E4;
		}

	.usersGrid .columnGridRow1 .body {
		color: #CED7E4;
		font-size: 10pt;
	}

	.usersGrid .columnGridRow1 button {
		border: none;
		padding: 0px;
		color: #404E66;
	}

.k-form-error {
	color: #e93b38;
	margin: 0 0 15px 0;
	font-size: smaller;
}


.registration-Success {
	text-align: center;
	padding: 50px;
}

	.registration-Success i {
		color: #3FC48A;
	}

	.registration-Success h1 {
		font-weight: bold;
		font-size: 60pt;
		color: #404E66;
	}

	.registration-Success div {
		font-size: 20pt;
		color: #404E66;
	}



.customTable {
}

	.customTable .tableRow {
		display: flex
	}

		.customTable .tableRow:hover .inputControl {
			background-color: lightgrey;
		}

	.customTable .tableCell {
		padding: 2px;
	}


.sectionTitle {
	color: #404E66;
	font-weight: bold;
	font-size: 20pt;
}

.text-Right {
	text-align: right;
}

.disabled {
	color: grey;
}

.k-window {
	width: 800px;
	padding: 20px;
	height: 700px; 
}

.remove-btn {
	border: none;
	background: none;
	font-size: 16px;
	cursor: pointer;
	color: red;
}

.table-truncate .cell-flex {
	display: flex;
	align-items: flex-start; /* align items at the top */
	width: 100%;
	gap: 0.5rem;
}

.table-truncate .wrap-link {
	flex: 1 1 auto;
	white-space: normal; /* allow wrapping */
	word-break: break-word; /* break long words if needed */
}

.table-truncate .remove-btn {
	flex: 0 0 auto; /* don’t shrink in flex/grid */
	margin-left: 0.5rem; /* spacing from link */
	align-self: flex-start; /* keep aligned at top if text wraps */
}
