html, body {
	height: 100%;
}

app {
	display: block;
	height: 100%;
}

.header-logo {
	flex-shrink: 0;
	background-color: white;
	background-image: url('../images/Logo.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
	width: 180px;
	height: 24px;
}

#blazor-error-ui {
	background: inherit;
	bottom: 0;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100001;
}

.dwdwidget {
	border-collapse: collapse !important;
	font-size: 12px;
	width: 140px;
}

	.dwdwidget td {
		border: 1px solid #c0c0c0;
		padding: 1px;
		text-align: center;
	}

.flex-container-1 {
	display: flex;
	flex-direction: row;
}

.flex-container-2 {
	display: flex;
	flex-direction: column;
	flex: 0 0 310px;
	margin-right: 16px;
}

.flex-container-3 {
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	width: 100%;
	height: 120px;
	align-content: flex-start;
}


.serviceCell {
	padding: 1px;
	cursor: grab;
	border: 1px solid rgba(34,34,34,.125);
	border-radius: 4px;
	box-shadow: 8px 8px 5px lightgray;
	margin: 1px;
}

.dropactive {
	background-color: deepskyblue !important;
}

td.dxbs-sc-all-day-area {
	display: none;
}

.dxbs-scheduler .DayView .dxbs-sc-date-hr {
	display: none;
}

.dxbs-sc-dayview.DayView {
	height: 400px;
	overflow: auto;
}

.dxbs-sc-dayview {
	height: 590px !important;
	overflow: auto;
}

.dxbs-sc-timeline {
	height: 590px !important;
	overflow: auto;
}

.dxbs-scheduler .dxsc-v-resource-header .dxsc-resource-header-content > span {
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-ms-transform: rotate(0deg) !important;
	-webkit-transform: rotate(0deg) !important;
	writing-mode: unset !important;
	-ms-writing-mode: unset !important;
	-webkit-writing-mode: unset !important;
	width: 300px;
	text-align: center;
	font-weight: bold;
}

.dxbs-scheduler .dxbs-sc-empty-cell,
.dxbs-scheduler .dxbs-sc-resources-scroll-area {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 300px;
}

.horizontalappointmentcard {
	overflow: hidden;
	height: 100%;
	padding: 0.2em 0.5em;
	opacity: 0.9;
	color: black;
}

.scheduler {
	height: calc(100% - 120px);
}

.droppable {
	height: 100%;
}

.holiday {
	background-color: green !important;
}

	.holiday > div {
		background-color: green;
	}

.errorPopup {
	background-color: red !important;
}

.warningPopup {
	background-color: darkorange !important;
}

.red-action {
	color: red;
}

.favorite {
	width: 16px;
	height: 16px;
	content: url("../images/Favorite.png");
}

.nonfavorite {
	width: 16px;
	height: 16px;
	content: url("../images/NonFavorite.png");
}

.w16 {
	width: 16px;
	height: 16px;
}


@font-face {
	font-family: DXIcons;
	src: url('../dxicons.ttf');
}


.w100 {
	width: 100%;
}

.no-border {
	border: 0 !important;
}

.document-filter-text-box {
	position: relative;
	width: 200px;
	float: right;
	margin: 10px 0px 10px 0px;
}

.download-icon {
	width: 16px;
	height: 16px;
	content: url("../images/download.svg");
}


.dxbl-sc-resources-scroll-area {
	width: 300px !important;
}

.dxbl-scheduler .dxbl-sc-empty-cell {
	width: 300px !important;
}

.dxbl-scheduler .dxbl-v-resource-header .dxbl-resource-header-content > span {
	-webkit-transform: rotate(0deg) !important;
	-o-transform: rotate(0deg) !important;
	transform: rotate(0deg) !important;
	-webkit-writing-mode: horizontal-tb !important;
	writing-mode: horizontal-tb !important;
	-ms-writing-mode: tb-rl !important;
}

.resourceHeaderEven {
	background-color: #3aa935 !important;
	color: black !important;
}

.resourceHeaderOdd {
	background-color: #cccccc !important;
	color: black !important;
}

.dxbl-scheduler,
.dxbl-scheduler-vertical {
	--dxbl-scheduler-table-cell-padding: 0px;
	--dxbl-scheduler-table-time-cell-height: 25px;
}


/*Scheduler rows should have flexible height to save space*/
.dxbl-scheduler,
.dxbl-sc-timeline,
.dxbl-sc-resource-headers {
	--dxbl-scheduler-timeline-table-time-cell-height: auto
}
	/*Center text in the resource name vertically and horizontally*/
	.dxbl-scheduler
	.dxbl-sc-table > tbody > tr > td.dxbl-v-resource-header
	.dxbl-resource-header-content,
	.dxbl-scheduler .dxbl-sc-table > tbody > tr > th.dxbl-v-resource-header .dxbl-resource-header-content,
	.dxbl-scheduler .dxbl-sc-table > tfoot > tr > td.dxbl-v-resource-header .dxbl-resource-header-content,
	.dxbl-scheduler .dxbl-sc-table > tfoot > tr > th.dxbl-v-resource-header .dxbl-resource-header-content,
	.dxbl-scheduler .dxbl-sc-table > thead > tr > td.dxbl-v-resource-header .dxbl-resource-header-content,
	.dxbl-scheduler .dxbl-sc-table > thead > tr > th.dxbl-v-resource-header .dxbl-resource-header-content {
		justify-content: center;
		align-items: center;
	}


.calendarcell {
	width: 42px;
	height: 28px;
	padding-top: 2px;
}

.dragtooltip {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 48px;
	z-index: 32768;
	padding: 8px;
	background-color: rgba(200,200,200,0.7);
}


.selectedAppointment {
	border: 2px dashed black !important;
}

::-ms-reveal {
	display: none;
}

.passwordrevealbutton {
	cursor: pointer;
	padding: 4px;
}