﻿/* START Telerik Gauge */
#SickGaugeDiv {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 50px;
	margin-left: 20px;
	transform: scale(1.2); /* This because its an svg */
}
/* END Telerik Gauge */

/* START Telerik Datepicker */
.rcInputCell {
	width: 80px !important;
}
/* END Telerik Datepicker */

/* START Upload Button */
.RadUpload_Default .ruButton {
	background-image: none !important;
	width: fit-content !important;
	min-width: 103px !important;
	height: 25px !important;
	background-color: #ff8f33 !important;
	border: thin !important;
	border-radius: 8px !important;
	border-color: #B8B8B8 !important;
	box-shadow: inset 3px 3px 3px -2px rgba(242,242,242,0.7), -1px -2px 5px #CC7B2C inset !important;
	text-decoration: none !important;
	font-family: DaxCondensedRegular !important;
	font-size: 13px !important;
	cursor: pointer !important;
	color: #FFFFFF !important;
}

.RadUpload_Default input {
	cursor: pointer !important;
	font-family: DaxCondensedRegular !important;
	font-size: 13px !important;
}

.RadUpload_Default .ruButton .ruButtonHover {
	background-color: #ff9a37 !important;
	box-shadow: -1px -2px 5px #db6600 inset, 3px 3px 5px -6px #db6600 !important;
	cursor: pointer !important;
}

div.RadUpload .ruButtonHover {
	background-color: #ff9a37 !important;
	box-shadow: -1px -2px 5px #db6600 inset, 3px 3px 5px -6px #db6600 !important;
	cursor: pointer !important;
}

.ruButton, .ruBrowse {
	padding: 0 !important;
	margin: 0 !important;
	align-content: center !important;
}

.RadUpload .radIcon {
	margin-top: -3px;
}

.RadUpload .ruFileWrap.ruStyled {
	display: flex !important;
}

.RadUpload .ruFileLI {
	display: flex !important;
	margin: 0px !important;
	align-items: center;
}

	.RadUpload .ruFileLI .ruFileWrap {
		padding: 0px !important;
	}

	.RadUpload .ruFileLI .ruButton.ruRemove:before {
		display: none !important;
	}

.ruUploadProgress {
	margin-right: 10px;
	max-width: 170px !important;
	text-overflow: ellipsis;
	display: block !important;
	overflow: hidden;
	align-items: center !important;
	font-family: DaxCondensedRegular !important;
}

.RadUpload .ruFileWrap.ruStyled {
	padding-bottom: 0px !important;
}


/* END Upload Button */
/* START Photo */
#RadTakePhoto_C {
	height: 530px !important;
	overflow: hidden;
	background-image: url("../images/Web_UMS_background.png");
	background-position: right bottom;
	border-radius: 8px !important;
}

.RadWindow .rwContent {
	padding: 0 !important;
	border-radius: 0 !important;
}

#RadWindowWrapper_RadTakePhoto {
	width: 630px;
	position: absolute;
	transform: none;
	backface-visibility: visible;
	visibility: visible;
	z-index: 3002;
	left: 0px;
	top: 20px;
}

#RadTakePhoto_C_photoPanel:has(.MainContent_Big) .MainContent_Big {
	height: 500px !important;
}

/* END Photo */

/* START BORDERLESS Windows */

/* remove main borders */
.borderLessDialog.RadWindow {
	border: none;
	padding: 0;
}

	/* both selectors below can be replaced with setting VisibleTitlebar="false" */
	/* remove the titlebar widening */
	.borderLessDialog.RadWindow .rwTitleBar {
		margin: 0;
	}

/* remove the titlebar */
.borderLessDialog .rwTitleBar {
	display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar {
	display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent {
	border: none;
	background-color: transparent;
	width: fit-content !important;
	height: fit-content !important;
}

.borderLessDialog.RadWindow.RadWindow_Default {
	background-color: transparent;
	width: fit-content !important;
	height: fit-content !important;
}

/* error panel */
.errorPanel {
	width: 90%;
	margin:auto !important;
}

/* END BORDERLESS Windows */

.rcbSlide {
	width: 360px !important;
}

.RadComboBoxDropDown {
	width: 360px !important;
}

.rddlPopup {
	height: fit-content !important;
}
