/*====================================================================*/

/*   Ristken ProTracking Styles                                       */

/*   June 2020                                                         */

/*====================================================================*/

body*, body *:after, body *:before {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.RadTreeView_Sunset .rtSelected .rtIn {
	color: #fff9eb;
	border-color: #2a5990;
	background-color: #2a5990;
	background: rgb(42, 89, 144);
	background: -o-linear-gradient(bottom, rgba(42, 89, 144, 1) 30%, rgba(65, 150, 250, 1) 50%, rgba(42, 89, 144, 1) 72%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(42, 89, 144, 1)), color-stop(50%, rgba(65, 150, 250, 1)), color-stop(72%, rgba(42, 89, 144, 1)));
	background: linear-gradient(0deg, rgba(42, 89, 144, 1) 30%, rgba(65, 150, 250, 1) 50%, rgba(42, 89, 144, 1) 72%);
	cursor: pointer;
}

.RadTreeView_Sunset .rtHover .rtIn {
	color: #fff9eb;
	border-color: #2a5990;
	background-color: #2a5990;
	background: rgb(42, 89, 144);
	background: -o-linear-gradient(bottom, rgba(42, 89, 144, 1) 30%, rgba(65, 150, 250, 1) 50%, rgba(42, 89, 144, 1) 72%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(42, 89, 144, 1)), color-stop(50%, rgba(65, 150, 250, 1)), color-stop(72%, rgba(42, 89, 144, 1)));
	background: linear-gradient(0deg, rgba(42, 89, 144, 1) 30%, rgba(65, 150, 250, 1) 50%, rgba(42, 89, 144, 1) 72%);
}

td.MenuBackground {
	/* background-color: #E26F1B; */
	background: url(../Images/Menu/testMenuBackground.gif) bottom no-repeat;
}

.dhtmltooltip {
	text-align: left;
	position: absolute;
	max-width: 275px;
	width: 100%;
	padding: 1rem;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.30);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.30);
	font-family: "HelveticaNowText-Regular";
	font-size: .75rem;
	line-height: 1rem;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.50);
	border-radius: 3px;
	border-radius: 3px;
	background: #212633;
	font-weight: normal;
}

	.dhtmltooltip u {
		text-decoration: none;
		font-family: "HelveticaNow-bold";
		padding-left: 0.45rem;
		font-weight: normal;
		padding-bottom: .75rem;
	}

.hiddencol {
	display: none;
}

.viscol {
	display: block;
}
