﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('reskin-app.css');
@import url('reskin-component.css');

@font-face {
	font-family: rubik;
	src: url(../resources/fonts/rubik-variable.ttf);
}

.boxFullScreen {
	position: fixed !important;
	top: 30px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	height: calc(100vh - 32px) !important;
	width: 100vw !important;
	z-index: 100000 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	background-color: white;
}

.boxNotFullScreen {
}

.tabHeaderFullScreen {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100vw;
	z-index: 100000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #628DAD;
	text-align: center;
}

body {
	font-family: rubik;
}

a, .btn-link {
	color: #0366d6;
}

.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;
	}

.ribbon-combobox-height .form-control-sm {
	height: 25px;
}

.w-0 {
	width: 0px;
}

.h-0 {
	height: 0px;
}

.fs-7 {
	font-size: 0.9rem !important;
}

.fs-8 {
	font-size: 0.8rem !important;
}

.fs-9 {
	font-size: 0.7rem !important;
}

.fs-10 {
	font-size: 0.6rem !important;
}

.data-grid-row-25 {
	height: 25px !important;
	padding: 3px 3px 3px 3px !important;
}

	.data-grid-row-25 > td {
		padding: 1px 0.25rem 1px 0.25rem !important;
	}

.advanced-search-background {
	background-color: #EBECEF !important;
}

.layout-item-padding {
	padding: 0.1rem !important;
}

.w-auto {
	width: auto !important
}

.invisible-element {
	visibility: hidden !important;
}

.hint {
	display: block;
	position: fixed;
	z-index: 1070;
	background-color: #fffcc0;
	color: #1d1d1d;
	font-size: 0.75rem;
	max-width: 13.75rem;
	padding: 0.625rem;
}

.top {
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-100%) translateX(-50%);
	-ms-transform: translateY(-100%) translateX(-50%);
	transform: translateY(-100%) translateX(-50%);
	margin-top: 1px
}

.disabled-layout-item {
	pointer-events: none !important;
	background-color: #E3E3E3;
}

.overflow-y-always {
	overflow-y: scroll !important;
}

	.overflow-y-always::-webkit-scrollbar {
		width: 4px;
	}

.readonly-editor-background {
	background-color: #eeeeee !important;
}

.minh-100 {
	min-height: 100% !important;
}

.bg-steelblue {
	background-color: #3A6F9B !important;
}

.dx-context-menu-defaults {
	--dxbl-context-menu-item-hover-bg: var(--blazor-default-background-color);
	--dxbl-context-menu-item-hover-color: var(--blazor-default-foreground-color);
}

.tree-cell-relative:not(.k-grid-content-sticky) {
	position: relative !important;
}

.p-half {
	padding: 1px !important;
}

/*applied to layout options - stretch, for vertical options*/
.h-stretch {
	height: 100% !important;
}

/*applied to layout options - stretch, for horizontal options*/
.w-stretch {
	width: 100% !important;
}

/*applied to layout options - Start / Center / End, for vertical options*/
.h-min-content {
	height: min-content !important;
}

.h-max-content {
	height: max-content !important;
	max-height: 100% !important;
}

/*applied to layout options - Start / Center / End, for horizontal options*/
.w-min-content {
	width: min-content !important;
}

.w-max-content {
	min-width: 100% !important;
	width: max-content !important;
	max-width: 100% !important;
}

.w-content {
	width: fit-content;
}

.maxh-inherit {
	max-height: inherit;
}

.chat-bubble-typing {
	background-color: lightblue;
	display: block;
	width: 50px;
	height: 24px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes chat-bubble-typing-anim {
	0% {
		transform: scale(1);
	}

	33% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}
}

.chat-bubble-circle {
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background-color: #3A6F9B;
	margin: 3px;
}

	.chat-bubble-circle:nth-child(1) {
		animation-delay: 0ms;
	}

	.chat-bubble-circle:nth-child(2) {
		animation-delay: 333ms;
	}

	.chat-bubble-circle:nth-child(3) {
		animation-delay: 666ms;
	}

.chat-bubble-scaling {
	animation: chat-bubble-typing-anim 1000ms ease-in-out infinite;
	animation-delay: 3600ms;
}

.layoutControlProfilesPane {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background-color: gray;
	opacity: 0.65;
	border-radius: 0.25rem;
	display: flex;
	padding: 0.25rem;
	z-index: 4;
}

	.layoutControlProfilesPane > div {
		display: none;
		flex-direction: column;
	}

	.layoutControlProfilesPane:hover > div {
		display: flex;
	}

	.layoutControlProfilesPane:hover {
		width: fit-content;
		height: fit-content;
		max-height: 200px;
		opacity: 1;
	}

.vertical-stack-layout-item:last-child {
	margin-bottom: 2px;
}

/* splitter elements styling */
.hSplitterContainer {
	background-color: transparent;
	display: flex;
}

	.hSplitterContainer > div {
		margin-top: auto;
		margin-bottom: auto;
		width: 4px;
		height: 30px;
		background-color: var(--blazor-default-background-color);
		cursor: ew-resize;
		transition: transform 0.25s;
	}

		.hSplitterContainer > div:hover {
			transform: scale(1.25);
		}

.vSplitterContainer {
	background-color: transparent;
}

	.vSplitterContainer > div {
		margin-left: auto;
		margin-right: auto;
		width: 30px;
		height: 4px;
		background-color: var(--blazor-default-background-color);
		cursor: ns-resize;
		transition: transform 0.25s;
	}

		.vSplitterContainer > div:hover {
			transform: scale(1.25);
		}

/*don't overuse*/
.perf-options {
	contain: layout style paint;
	will-change: transform;
	transform: translateZ(0);
}

.me-05 {
	margin-right: 0.125rem !important;
}

.layoutItem-with-border {
	border-radius: 2px;
	border: 1px;
	border-color: #B7B7B7;
	border-style: solid
}

.dx-button-wrapper[data-no-text-wrapping] .dxbl-btn-caption {
	white-space: nowrap;
}
