@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

html, body {
	height: 100%;
	overflow: hidden;
}

.page {
	height: 100%;
}

.page2 {
	height: calc(100% - 45px);
	overflow-y: auto;
}

.leftbutton {
	float: left;
	background-color: #14f5a2 !important;
}

.rightbutton {
	float: right;
	position: relative;
	background-color: #14f5a2 !important;
}

.myFormLayoutItemCaption {
	display: inline-block;
	max-width: calc(100% - 1.5rem);
}

.filter-type-container {
	display: flex;
}

	.filter-type-container > div {
		width: 100%;
	}

.filter-type-button {
	margin-right: 5px;
}

.menu {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	height: 50px;
	padding-left: 60px;
}



.side-menu {
	background-color: black;
	color: white;
	padding-top: 10px;
}

	.side-menu .dxbl-menu-item {
		padding-top: 7px;
		padding-bottom: 7px;
	}

.side-menu2 {
	background-color: black;
	color: white;
	padding-top: 10px;
}

	.side-menu2 .dxbl-menu-item {
		padding-top: 7px;
		padding-bottom: 7px;
	}

.submenu {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	width: max-content;
}

.gridlayout-left-side-bar:before {
	background-color: black;
}

.multi-menu {
	display: flex;
	flex-wrap: nowrap;
	align-content: space-between;
}

.left-menu {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	height: 50px;
	padding-left: 60px;
	flex: 75%;
	padding-top: 8px;
}

.left-menu2 {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	height: 50px;
	padding-left: 60px;
	flex: 100%;
	padding-top: 8px;
}

.sub_menu {
	display: flex;
	flex-wrap: nowrap;
	align-content: space-between;
	background-color: #8398b9;
	color: white;
	height: 45px;
	padding-top: 2px;
}

.left-sub_menu-workflow {
	width: 40px;
	padding-top: 6px;
	padding-left: 6px;
	max-height: 45px;
}

.left-sub_menu-child {
	flex: 1;
	max-height: 45px;
}

.right-menu {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	height: 50px;
	padding-left: 60px;
	flex: 25%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
	.left-menu {
		flex: 50%;
	}
}

@media screen and (max-width: 992px) {
	.right-menu {
		flex: 50%;
	}
}

On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other
@media screen and (max-width: 600px) {
	.multi-menu

{
	flex-direction: column;
}

}

.menu2 {
	padding-top: 8px;
}

.menu-text-items {
	padding-top: 13px;
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	cursor: default;
}

.dx-nav-menu {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
}

.dx-nav-sub-menu {
	background-color: #8398b9;
	color: white;
}

.dx-nav-menu2 {
	/*background-color: #4E6D9C;*/
	background-color: black;
	color: white;
	width: 50%;
}

.dxbl-wait-indicator {
	--dxbl-wait-indicator-color: blue;
}

.dxbl-btn.dxbl-lg {
	--dxbl-btn-line-height: 1.5rem;
}

.dose-group.unit-caption {
	max-width: min-content;
}

.dxbl-toolbar-btn-ellipsis {
	display: flex !important;
	justify-content: center;
}

.dxbl-btn-toolbar.dxbl-toolbar-no-item-text > .dxbl-toolbar-placeholder {
	-webkit-box-flex: 0;
	-webkit-flex: 0;
	-ms-flex: 0;
	flex: none;
	margin: 0;
}

.cls {
	color: royalblue;
}

.cls2 {
	border: 0 none;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
	color: royalblue;
}

.tool_bar_item_header {
	color: royalblue;
	margin-left: 10px;
	display: flex !important;
	justify-content: center;
}

.tool_bar_item_header2 {
	color: royalblue;
	display: flex !important;
	justify-content: center;
}

.tool_bar_item {
	color: royalblue;
	display: flex !important;
	justify-content: center;
}

.menu-icon {
	color: royalblue;
}

.menu-text {
	color: black;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.dropArea {
	border: 2px dashed gray;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: lightgray;
	cursor: pointer;
	position: relative;
	min-height: 100px;
}

	.dropArea:hover {
		background-color: antiquewhite;
		color: #333;
	}

	.dropArea input[type=file] {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}

.dropAreaDrug {
	background-color: darkgray;
}

.dxbs-fl.myFL .row > div.col-md-12 {
	padding-left: 0px;
}

.search {
	/*padding: 0.25rem;
	position: relative;
	min-width: 123px;*/
	text-align: center;
	height: 100%;
	width:220px;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
	min-width: 123px;
	top: 7px;
	bottom: 5px;
	left: 2px;
}

.search2 {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	min-width: 123px;
	top: 0px;
	bottom: 0px;
	left: 0px;
}

.search .search-input {
	padding-right: calc(24px+0.5rem);
}

.search .search-button {
	right: 0px;
	top: 0px;
	pointer-events: auto;
	z-index: 3;
	width: auto;
	display: flex;
	align-items: center;
	height: 100%;
	position: absolute;
	color: gray;
}

	.search .search-button .search-icon {
		background-color: currentColor;
		width: 24px;
		height: 24px;
		mask-image: url("images/Search.svg");
		-webkit-mask-image: url("images/Search.svg");
	}


.search-recent-icon {
	mask-repeat: no-repeat !important;
	-webkit-mask-repeat: no-repeat !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 0 0 !important;
	width: 14px;
	height: 14px;
	-webkit-mask-image: url("/images/menuicons/SearchRecent.svg");
	mask-image: url("/images/menuicons/SearchRecent.svg");
	mask-size: contain;
	background-color: currentColor;
}

.loginform-layout {
	margin: auto;
	margin-top: 40px;
	max-width: 400px;
}

h1:focus {
	outline: none;
}

a, .btn-link {
	color: #0071c1;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.content {
	padding-top: 1.1rem;
}

.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."
	}

.editform-layout {
	height: 100%;
	width: 100%;
	flex-grow: 1;
}

.popup-form-layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
	flex-grow: 1;
}

.form-layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

	.form-layout .form-group {
		padding: 0px;
	}

.second-group .dxbl-group {
	height: 100%;
}

.MyHeight,
.MyHeight > div {
	height: 100% !important;
}

.fullscreen {
	height: 100% !important;
	width: 100% !important;
}

.full-grid {
	height: 100% !important;
}

.top-grid {
	height: 50% !important;
}
.top-grid-25 {
	height: 25% !important;
}
.top-grid-33 {
	height: 33% !important;
}
.top-grid-100 {
	height: 100% !important;
}
.bottom-grid {
	height: 50% !important;
}
.bottom-grid-75 {
	height: 75% !important;
}

.FullWidth,
.FullWidth > div {
	width: 100% !important;
}

.layout-margin-left {
	margin-left: 10px;
}

.layout-margin-right {
	margin-right: 10px;
}

.form-centered {
	width: 50%;
	margin: 0 auto;
}

.profile_image {
	width: 128px;
	height: 128px;
	object-fit: cover;
	border-radius: 50%;
	font-size: 72px;
	border: solid;
	border-width: 1px;
	border-color: lightgray;
	color: white;
	display: flex;
	text-anchor: center;
	margin: auto;
	line-height: 128px;
	margin-top: 5px;
}

.full-height .dxbl-row {
	height: 100%;
}

/*.full-height .dxbl-group {
	height: 100%;
}*/

/*.full-height .dxbl-fl-group {
	height: 100%;
}*/

.dxbl-fl-group.dxbl-fl-gd.dxbl-col-md-6.dxbl-col {
	margin-top: 0;
}

.version-holder {
	position: absolute;
	bottom: 0;
}

.main-icon {
	position: absolute;
	top: 0;
	left: 0;
}

#lottie-icon {
	width: 300px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.profile-vew-wrapper {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.profile-view-container {
	flex: 1 1 auto;
	overflow-y: auto;
}

.profile-container {
	border-radius: 0.25rem;
	padding: 1.5rem;
}

.profile-price {
	margin-bottom: 0;
}

.profile-link-container {
	text-align: right;
}

.profile-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

button-right {
	float: right;
}

#watermark-container {
	position: absolute;
	width: 400px;
	height: 200px;
	right: 0px;
	bottom: 0px;
	background: url("../images/echelon_transparent_cropped.png");
	background-size: contain;
	/*opacity: 0.1;*/
}

#login-logo {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	/*border: 3px solid red;*/
	margin: 0 auto;
}

/* Need to collapse back together once we decide how we are handling themes */
.login-background-echelon {
	width: 100%;
	height: 100%;
	margin-top: 5px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px white solid;
	background-image: url("../images/deck_background.jpg");
}

.login-background {
	width: 100%;
	height: 100%;
	margin-top: 5px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px white solid;
	background-image: url("../images/girl_background.jpg");
}

.header-logo {
	max-width: 50px;
	max-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 80px 80px;
	background-position-x: -15px;
	background-position-y: -15px;
	background-image: url("../images/WealthSphere_Icon_Green_Logo_Transparent_Background.svg");
}

.header-logo-echelon {
	max-width: 50px;
	max-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 80px 80px;
	background-position-x: -15px;
	background-position-y: -15px;
}

.dx-radio-group-label {
	font-size: inherit;
	font-weight: 600;
}

	.dx-radio-group-label.dx-demo-small {
		font-size: 0.75rem;
	}

	.dx-radio-group-label.dx-demo-large {
		font-size: 1rem;
	}

.dx-radio-group {
	padding-bottom: 1rem;
}

.dx-radio-selected-value {
	max-width: 480px;
	width: 100%;
}
