.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: 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;
	}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}

/* Custom CSS */
/* Add here all your css styles (customizations) */
html {
	font-size: 16px;
	background: #fff;
}

body {
	/*font-family: "Open Sans",sans-serif;*/
	/*  color: #000;*/
	/*  font-size: 1rem;*/
	background: #14507a;
}

header, main {
	background: #fff;
}

	header > .alert {
		margin-bottom: 0;
	}

footer > div.m-t-lg {
	margin-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #043951 !important;
	margin-top: 5px;
	text-shadow: none;
	/*  font-weight: normal;*/
	font-family: var(--headings-font-family);
}

	h2 .fa-folder {
		color: #d5eff9;
	}

div:focus {
	outline: none;
}

main a {
	text-decoration: none;
}

	main a:link, main a:visited, main a:hover, main a:active {
		color: #0171A5;
	}

	main a:hover {
		text-decoration: underline;
	}

	main a.link-button:link, main a.link-button:visited, main a.link-button:hover, main a.link-button:active {
		color: #ffffff;
		font-weight: normal;
	}

	main a.link-button:hover {
		text-decoration: none;
	}

.error, .red {
	color: #e20000;
}

div.cleaner {
	width: 100%;
	clear: both;
}

.folder-container {
	text-align: center;
}

.folder-large {
	position: relative;
	background-color: #b9e5fa;
	border-radius: 0 6px 6px 6px;
}

	.folder-large:before {
		content: '';
		width: 30%;
		height: 17px;
		border-radius: 13px 20px 0 0;
		background-color: #d5eff9;
		position: absolute;
		top: -17px;
		left: 0;
	}

.folder-contents {
	color: #0C6995;
	text-align: left;
	padding: 30px;
	height: 10%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	.folder-contents h2 {
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
		color: #135f84;
		font-size: 20px !important;
		line-height: 27px;
	}

	.folder-contents p {
		color: #0b3c54;
	}

/*HEADER */
#logos {
	display: inline-block;
	padding-top: 7px;
}

div.head_cagov_logo {
	float: left;
	position: relative;
	top: 10px;
	width: 6%;
}

div.head_organization_banner {
	float: left;
	position: relative;
	top: 8px;
	left: 0;
	width: 28%;
}

div#head_search {
	float: right;
	position: relative;
	left: 0;
	top: 25px;
	margin-right: 30px;
}

div.head_right {
	float: right;
	width: 30%;
}

#head_links {
	float: none;
	top: 0;
	position: relative;
	left: 0;
	text-align: right;
	font-size: 110%;
	color: #5f91b0;
}

	#head_links a {
		margin: 0 4px;
		background-color: #fff;
		color: #5f91b0;
	}

.home-logo {
	border: 2px solid #fff;
	padding-left: 12px;
	padding-right: 6px;
	padding-bottom: 4px;
}

#nav {
	position: relative;
	float: right;
	right: 0;
	vertical-align: top;
}

	#nav .navbar-nav {
		display: inline-block;
		margin: 0;
		padding: 5px;
		list-style-type: none;
	}

	#nav ul li {
		padding-top: 0;
	}

	#nav .nav-spacer {
		display: table-cell !important;
	}

	#nav .menu-item {
		display: table-cell;
		padding: 0;
	}

		#nav .menu-item > a {
			display: block;
			padding: 10px;
			padding-top: 0;
			padding-bottom: 0;
		}

			#nav .menu-item > a:hover {
				text-decoration: underline;
			}

	#nav .dropdown-menu a:hover {
		text-decoration: underline;
	}

.dropdown-menu {
	left: auto;
	right: 0;
}

/*BREADCRUMBS*/
.breadcrumb {
	padding-left: 0;
	padding-top: 0;
	color: #474747;
}

	.breadcrumb a, .breadcrumb a:hover {
		color: #575757;
		text-decoration: none;
	}

		.breadcrumb a[href] {
			color: #0c6995;
		}

			.breadcrumb a[href]:hover {
				text-decoration: underline;
			}

	.breadcrumb i {
		color: #888;
	}

.breadcrumb-v4-in {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

	.breadcrumb-v4-in > li {
		color: #0c6a97;
		font-size: 13px;
		display: inline-block;
	}

		.breadcrumb-v4-in > li + li:before {
			color: #0c6a97;
			content: "\f105";
			margin-left: 7px;
			padding-right: 8px;
			font-family: FontAwesome;
		}

	.breadcrumb-v4-in li a {
		color: #0c6a97;
	}

		.breadcrumb-v4-in li.active,
		.breadcrumb-v4-in li a:hover {
			color: #9c9c9c;
			text-decoration: none;
		}

/*Content*/
.content {
	padding-top: 20px;
}

.login {
	padding: 20px 50px 30px 50px;
	background-color: #dddddd;
}

.form-control {
	border-color: #e4e3e3 !important;
	height: 40px;
}

.input-group-addon {
	border-color: #e4e3e3 !important;
	padding: 6px 14px;
}

.btn {
	padding: 9px 12px;
}

	.btn.first-level-link {
		padding: 5px 16px 12px;
	}

	.btn.focus, .btn:not(.btn-link):focus, .btn:not(.btn-link):hover {
		color: #fff;
	}

/*** BEGIN FORMS ***/
/*p.form-heading {
  padding: 0 1em;
}

select {
  height: 32px;
  padding: 4px 6px;
  background-color: #FFFFFF;
  border: 1px solid #505050;
  border-radius: 0;
  box-shadow: none !important;
  color: #000000;
  margin-top: .5em;
}

.form-row {
  padding-bottom: 10px;
}

.align-top {
  vertical-align: top;
}

input[type="text"], input[type="password"] {
  padding: 7px;
  border: solid 1px #dcdcdc;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
}

.link-button {
  color: #ffffff;
  background: #3289b1;
  border: none;
  cursor: pointer;
  margin: 1px 0 0;
  padding: 10px 40px;
  font-family: 'Bree Serif', Arial, Helvetica;
}

.center-form {
  display: table;
  margin: 0 auto;
}

#login-form {
  width: 300px;
  background: #f1f1f1;
  padding: 1em 2em 1em;
}

  #login-form .form-heading {
    color: #0C6995;
    font-size: 1.5em;
    padding: 0;
    margin-bottom: 0.25em;
  }

  #login-form .form-row > label {
    width: 100px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }

  #login-form .form-row > input:not([type=submit]) {
    width: 250px;
  }

#changepassword-form {
}

  #changepassword-form .form-row > label {
    width: 170px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }

  #changepassword-form .form-row > input:not([type=submit]) {
    width: 250px;
  }

  #changepassword-form .indent {
    padding-left: 185px;
  }

#resetpassword-form {
}

  #resetpassword-form .form-row > label {
    width: 170px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }

  #resetpassword-form .form-row > input:not([type=submit]) {
    width: 250px;
  }

  #resetpassword-form .indent {
    padding-left: 185px;
  }

#forgotpassword-form {
}

  #forgotpassword-form .form-row > label {
    width: 60px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }

  #forgotpassword-form .form-row > input:not([type=submit]) {
    width: 250px;
  }

  #forgotpassword-form .indent {
    padding-left: 75px;
  }

#resend-form {
}

  #resend-form .form-row > label {
    width: 60px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }

  #resend-form .form-row > input:not([type=submit]) {
    width: 250px;
  }

  #resend-form .indent {
    padding-left: 75px;
  }

#manageusers-form {
}

  #manageusers-form .form-row > label {
    width: 80px;
    margin-right: 10px;
    text-align: right;
    display: inline-block;
  }

  #manageusers-form .form-row > input:not([type=submit]) {
    width: 270px;
  }

  #manageusers-form .indent {
    padding-left: 95px;
  }

  #manageusers-form .checkbox-list {
  }*/
/*** END FORMS ***/

/*Footer*/
.seal {
	background-image: url(../img/odp-seal-footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
	height: 110px;
}

/*Upload dialog*/

/*.RadWindow_Bootstrap {
	height: auto !important;
	width: auto !important;
	padding: 20px;
}*/

.rfeUploadContainer .RadUpload .ruInputs {
	padding-top: 20px !important;
	float: none;
}

.rfeUploadButtonContainer {
	padding-top: 10px;
}

/* hide "Overwrite if file exists" checkbox on upload */
.rfeCheckBoxContainer {
	display: none;
}

.RadButton, .RadButton_Bootstrap, .rbSkinnedButton {
	border: 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	cursor: pointer !important;
	font-weight: 400 !important;
	padding: 6px 13px !important;
	position: relative;
	background: #3289b1 !important;
	white-space: nowrap !important;
	display: inline-block !important;
	text-decoration: none !important;
}

	.RadButton:hover, .RadButton_Bootstrap:hover, .rbSkinnedButton:hover {
		color: #fff !important;
		text-decoration: none !important;
		-moz-transition: all 0.3s ease-in-out !important;
		-o-transition: all 0.3s ease-in-out !important;
		-webkit-transition: all 0.3s ease-in-out !important;
		transition: all 0.3s ease-in-out !important;
	}

span.RadButton_Bootstrap .rbDecorated {
	color: #fff !important;
}

.RadMenu.RadMenu_Bootstrap .rmGroup.rmVertical {
	padding: 5px 15px;
}

/* Fix issue caused where different font causes text to overflow out of RadWindow */
div.RadWindow.rwNormalWindow[id*=confirm] {
	padding-bottom: 205px;
}

/* Fix height of new folder input */
.RadWindow.rwNormalWindow .rwTable .rwDialogInput,
.RadWindow.rwNormalWindow .rwTable .rwDialogInput:hover,
.RadWindow.rwNormalWindow .rwTable .rwDialogInput:focus {
	height: 2.5em;
}

/* Fix height of AsyncUpload button */
.RadAsyncUpload .ruFileWrap .ruButton {
	height: auto;
}

/* Fix issue with File Explorer top/bottom borders not appearing */
.RadSplitter.RadSplitter_Bootstrap {
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd;
}

/* Drop zone for uploader */
.dropzone {
	width: 300px;
	height: 90px;
	border: 1px solid #CCCCCC;
	color: #767676;
	text-align: center;
	font-size: 16px;
	color: white;
}

/*** HTML5 Boiler Plate Screen Reader elements ***/
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

	/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
	.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
		clip: auto;
		height: auto;
		margin: 0;
		overflow: visible;
		position: static;
		width: auto;
	}
/*** END SECTION ***/

@media only screen and (max-width: 500px) {
	.login-form .form-row > label,
	.changepassword-form .form-row > label,
	.resetpassword-form .form-row > label,
	.forgotpassword-form .form-row > label,
	.resend-form .form-row > label,
	.manageusers-form .form-row > label {
		width: auto;
		text-align: left;
		margin-right: 0;
		display: block;
	}

	.changepassword-form .indent,
	.resetpassword-form .indent,
	.forgotpassword-form .indent,
	.resend-form .indent,
	.manageusers-form .indent {
		padding-left: 0;
	}
}

@media only screen and (max-width: 770px) {
	.folder-container > div {
		max-width: 380px;
	}
}

/*** Alert ***/
.alert-banner .close {
	right: -10px;
	opacity: 1;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-banner {
	margin-bottom: 0;
	padding: 5px 0;
	border-radius: 0;
	-webkit-column-rule: rgba(255, 255, 255, 0.8);
	-moz-column-rule: rgba(255, 255, 255, 0.8);
	column-rule: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.alert-title {
	color: #ffffff;
	background-color: #175E90;
	display: table !important;
	padding: .5em;
	border-radius: .25em;
}

.alert-warning {
	color: #6c4a00;
	background-color: #f9f1c6;
	border-color: #ffeeba;
}

#header .alert {
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	padding-left: 2em;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

	.alert a:not(.close) {
		text-decoration: underline;
		color: #024767 !important;
	}

div.alert-boe ul li {
	margin-bottom: 20px !important;
}

div.alert ul li, main ul li, main ul li ul li, ul.arrow li {
	list-style-type: none;
	vertical-align: middle;
	line-height: 1.4em !important;
	margin-bottom: 5px;
}

main ul.k-menu-group li::before {
	content: '' !important;
}

/*** Formspubs MacOS Alert ***/
.alert-secondary {
	background-color: #fff !important;
	border-color: #175E90 !important;
	color: #1E1E1E;
}

/*** Container ***/
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.width-full-minus-200 {
	width: calc(100% - 200px) !important;
}

/* Overrides */
#logos img {
	width: 100%;
	max-width: 350px;
	max-height: 70px;
	object-fit: contain !important;
	object-position: left;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}

.rounded-x {
	border-radius: 50% !important;
}

.home-logo {
	padding: 8px 12px !important;
}

.banner-main {
	text-align: center;
	background-color: #0C6995;
	width: 100%;
	padding: 30px 0 20px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/banner.jpg);
	background-size: cover;
}

	.banner-main h2 {
		color: #fff !important;
		font-size: 40px;
		font-weight: 600;
		margin: 0 0 20px;
		line-height: 50px;
		text-transform: uppercase;
		border-bottom: 0;
	}

		.banner-main h2 span {
			background: none;
			display: inline;
			margin-bottom: 0;
			padding: 0;
		}

.breadcrumb-item {
	display: inline-block;
}

	.breadcrumb-item + .breadcrumb-item::before {
		padding-left: 0.5rem;
	}

.breadcrumb-separator {
	margin: 0 3px;
	display: inline-block;
}

.flex-break {
	flex-basis: 100%;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: inherit;
}

div.list-style-none ul {
	padding-inline-start: 0;
}

	div.list-style-none ul li:before {
		content: '';
	}

.bg-white.btn.focus, .bg-white.btn:focus, .bg-white.btn:hover {
	color: inherit;
}

.k-dropdownlist.form-control {
	border: 1px solid #14507a !important;
	border-radius: 0.25em;
}

ul.k-treeview-group li, ul.k-context-menu li {
	list-style-type: none;
}

main ul.k-treeview-group li:before, main ul.k-context-menu li:before {
	display: none;
}

/* Don't show file preview icon */
.k-filemanager-grid .k-file-preview .k-file-icon {
	height: 16px;
	width: 16px;
}

.k-filemanager-grid .k-file-preview, .k-filemanager-grid .k-file-preview {
	display: inline;
}

.modal {
	display: none !important;
}

/* Overrides to counteract Box styles */
/*.btn {
  background-color: transparent !important;
}
.btn-outline-light:hover {
  background-color: #f8f9fa !important;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
}*/
#btn-search {
	margin: 0;
	border-radius: 0;
	padding: 0 12px;
	height: 42px;
	margin-top: -1px;
}

.box-embed .btn.focus, .box-embed .btn:not(.btn-link):focus, .box-embed .btn:not(.btn-link):hover {
	color: #212529;
	border-color: #bcbcbc;
}

.be .be-header {
	display: none;
}

.box-embed button[aria-label="Switch to Grid View"] {
	display: none;
}

.btn:focus {
	box-sizing: content-box;
	box-shadow: none !important;
}

.btn-primary:not(.bdl-is-disabled):focus, .btn-primary:not(.is-disabled):focus {
	border: 2px solid #043951;
}

.box-grid input[type="checkbox"] {
	z-index: initial;
	opacity: initial;
}

.font-size-14 {
	font-size: 14px !important;
}

/* Maximum modal size */
.k-window {
	max-height: 90vh;
	max-width: 90vh;
}

html {
	background-color: #14507a;
}

/* Reconnect modal */
.my-reconnect-modal > div, .my-disconnect-modal > div {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11000;
	overflow: hidden;
	background-color: #fff;
	opacity: 0.8;
	text-align: center;
	font-weight: bold;
}

.components-reconnect-hide > div {
	display: none;
}

.components-reconnect-show > div {
	display: none;
}

.components-reconnect-show > .show {
	display: block;
}

.components-reconnect-failed > div {
	display: none;
}

.components-reconnect-failed > .failed {
	display: block;
}

.components-reconnect-rejected > div {
	display: none;
}

.components-reconnect-rejected > .rejected {
	display: block;
}

.components-disconnect-hide > div {
	display: none;
}

.components-disconnect-show > .show {
	display: block;
}

.form-label {
	margin-bottom: 0;
}

.form-control {
	font-size: 1rem;
}

main ul.k-list-ul li::before {
	content: unset;
}

.k-loader-container {
	position: fixed;
}

/* Template nav reset */
.main-navigation {
	margin-top: unset !important;
}

.top-level-nav .nav-item .sub-nav {
	top: unset !important;
}

td .btn {
	text-align: left;
}