﻿/*----------------------------------------RadButton, PopupButton----------------------------------------*/
/*RadButton*/
.RadButton_Default.rbSkinnedButton, .RadButton_Default .rbDecorated,
.RadButton_Default.rbVerticalButton, .RadButton_Default.rbVerticalButton .rbDecorated,
.RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft, .rbLinkButton,
/*PopupButton*/
a.rwPopupButton, a.rwPopupButton .rwOuterSpan, a.rwPopupButton .rwOuterSpan .rwInnerSpan
{
	border: none;
	background: rgb(255,221,126); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,221,126,1) 0%, rgba(255,158,4,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,221,126,1)), color-stop(100%,rgba(255,158,4,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd7e', endColorstr='#ff9e04',GradientType=0 ) !important; /* IE6-9 */
	font-weight: bold;
	font-family: Arial;
	display: block;
	float: left;
	outline: 0 !important;
	height: 25px;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer !important;
}

/*Radbutton*/
a.rbSkinnedButton, .rbLinkButton
{
	margin-right: 20px;
}

/*PopupButton*/
a.rwPopupButton
{
	float: right !important;
	margin-left: 20px !important;
	margin-right: 0px !important;
}

/*RadButton*/
.rbSkinnedButton, .rbLinkButton,
/*PopupButton*/
a.rwPopupButton
{
	border: none;
	border-radius: 4px 4px 4px 4px;
	height: 24px;
	margin: 7px 0 7px 0;
	padding: 0 10px !important;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

	/*RadButton*/
	.rbSkinnedButton input,
	/*PopupButton*/
	a.rwPopupButton .rwOuterSpan .rwInnerSpan
	{
		padding: 0;
		font-size: 14px !important;
	}

/*Rad Button*/
.RadWindow .rwPopupButton, .RadWindow .rwPopupButton span
{
	height: 25px !important;
	line-height: 25px !important;
}

/*--------------------------------------RadLinkButton-------------------------------------*/
.rbLinkButton
{
	float: left;
	border: none !important;
	height: 25px !important;
}

	.rbLinkButton span
	{
		font-size: 14px;
	}

/*-----------------------------------------RadTreeView-------------------------------------*/
.RadTreeView
{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfefe',GradientType=0 ); /* IE6-9 */
	border: 1px solid #88A6C0;
	overflow: auto;
	padding: 5px;
	display: inline-block;
	float: left;
	text-align: left;
	vertical-align: top;
}

	.RadTreeView.RadTreeView_Default .rtIn
	{
		font: 12px Arial !important;
		border: none !important;
		background: none !important;
	}

		.RadTreeView.RadTreeView_Default .rtIn:hover
		{
			color: #5D86A9 !important;
			cursor: pointer;
			padding: 4px 3px 3px 3px;
		}

	.RadTreeView.RadTreeView_Default .rtSelected .rtIn
	{
		padding: 3px;
		font: bold 12px Arial !important;
		border: none !important;
		background: none !important;
		color: #5D86A9 !important;
	}

/*---------------------------------------------------------------------------RadGrid----------------------------------------------------------*/
.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td,
.RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td
{
	max-width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.RadGrid .rgFilterBox
{
	width: 100%;
}

.RadGrid_Default .rgAltRow
{
	background: none repeat scroll 0 0 #FEF3DA !important;
	color: #000000 !important;
}

	.RadGrid_Default tr.rgRow:hover, .RadGrid_Default tr.rgAltRow:hover
	{
		background: none repeat scroll 0 0 #828282 !important;
		color: #000000 !important;
	}

	.RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow,
	.RadGrid_Default .rgAltRow.rgSelectedRow
	{
		background: #828282 !important;
		color: #FFFFFF !important;
	}

.telerik_radGrid
{
	float: left;
	border: none !important;
}

	.telerik_radGrid table td:last-child, .telerik_radGrid table th:last-child
	{
		border-right: none !important;
	}

	.telerik_radGrid table
	{
		border: 1px solid #88A6C0 !important;
		/*border-left: 1px solid #88a6c0 !important;*/
		/*border-left: 1px solid #FF0000 !important;
border-top: 1px solid #88a6c0 !important;
border-right: 1px solid #88a6c0 !important;*/
	}

		.telerik_radGrid table td, .telerik_radGrid table th
		{
			border-right: 1px solid #88a6c0 !important;
			border-bottom: 1px solid #88a6c0 !important;
			border-left: 0px !important;
			border-top: none !important;
		}

	.telerik_radGrid th
	{
		background: rgb(251,252,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%) !important; /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))) !important; /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* IE10+ */
		background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ) !important; /* IE6-9 */
	}

/*--------------------------------Pager-----------------------------------------*/
.telerik_radGridPaging .telerik_radGrid .rgPagerCell
{
	background: rgb(251,252,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ) !important; /* IE6-9 */
}

	/*.telerik_radGridPaging .telerik_radGrid .rgPagerCell .rgPageFirst
{
	background:url(Sprites/Common.png) no-repeat -23px -1px;
	width: 7px;
	height: 9px;
}*/

	.telerik_radGridPaging .telerik_radGrid .rgPagerCell .rgPageLast
	{
	}

	.telerik_radGridPaging .telerik_radGrid .rgPagerCell .rgPagePrev
	{
	}

	.telerik_radGridPaging .telerik_radGrid .rgPagerCell .rgPageNext
	{
	}

	.telerik_radGridPaging .telerik_radGrid .rgPagerCell div.rgWrap.rgAdvPart
	{
		display: none;
	}

.telerik_radGrid_action
{
	line-height: 1px;
}

.common_HStackContainer
{
	position: relative;
	white-space: nowrap;
	word-spacing: 0;
}

	.common_HStackContainer > div
	{
		white-space: normal;
		margin-right: -4px;
		display: inline-block;
		position: relative;
		vertical-align: top;
	}

		.common_HStackContainer > div:nth-child(2)
		{
			padding-left: 4px;
		}

			.common_HStackContainer > div:nth-child(2) input[type="button"]
			{
				margin-left: 6px;
				background: url("Images/Delete.png") no-repeat scroll center center transparent;
				height: 19px;
				width: 16px;
				cursor: pointer;
				border: none;
			}

.telerik_radGrid_action a, .telerik_radGrid_action input
{
	height: 19px;
	width: 95%;
	display: inline-block;
}

.telerik_radGrid_action.details a
{
	background: url("Images/Details.png") no-repeat scroll center center transparent;
}

.telerik_radGrid_action.copy a
{
	background: url("Images/Copy.png") no-repeat scroll center center transparent;
}

.telerik_radGrid_action.delete a, .telerik_radGrid_action.delete input
{
	background: url("Images/Delete.png") no-repeat scroll center center transparent;
}

.telerik_radGrid_action.add a, .telerik_radGrid_action.add input
{
	background: url("Images/add.png") no-repeat scroll center center transparent;
}

.telerik_radGrid_action input
{
	border: none;
	cursor: pointer;
}

.telerik_radTreeViewWrapper
{
	background: transparent !important;
	height: auto; /*Maximal real height*/
	overflow: visible;
	display: inline-block;
	float: left;
	max-height: 91%; /*Max height to display scrollbars*/
	padding-right: 18px;
}

.telerik_radGridWrapper, .telerik_previewRadGridWrapper
{
	background: transparent !important;
	height: auto; /*Maximal real height*/
	overflow: visible;
	display: inline-block;
	float: left;
	max-height: 91%; /*Max height to display scrollbars*/
	padding-right: 18px;
}

	.telerik_radGridWrapper .telerik_radGrid .tablescroll_wrapper,
	.telerik_previewRadGridWrapper .telerik_radGrid .tablescroll_wrapper
	{
		border-bottom: 1px solid #88a6c0;
	}

.telerik_labeledRadGridContainer
{
	width: 100%;
}

.telerik_labeledRadGridSingleContainer
{
	width: 100%;
	float: left;
}

.telerik_RadTreeView_TitledContainer
{
	float: left;
	margin: 0px 15px 0px 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.telerik_labeledRadGridPanel
{
	float: left;
	margin: 0px 15px 0px 0px;
	padding-bottom: 10px;
}

.telerik_labeledRadGridTitle
{
	color: #382121 !important;
	/*display:block;
	width:100%;*/
	float: left;
	line-height: 18px !important;
	font-size: 14px !important;
	/*padding-bottom: 6px;*/
}
/*--------------------------------------RadUpload------------------------------------------*/
.RadUpload .ruFileWrap.ruStyled
{
	width: 174px;
}

.RadUpload .ruFileWrap.ruStyled
{
	overflow: visible !important;
}

.RadUpload ul, .RadUpload span
{
	height: 100% !important;
	display: block !important;
}

div.RadUpload
{
	display: inline-block;
	width: 238px;
	overflow: hidden;
	float: left;
}

.RadUpload input[type="text"]
{
	width: 154px !important;
	padding: 2px 4px 2px 4px;
}

.RadUpload input[type="button"]
{
	background: #f1f6fe; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f6fe 0%, #f1f6fe 0%, #d6deeb 100%, #d6deeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f6fe), color-stop(0%,#f1f6fe), color-stop(100%,#d6deeb), color-stop(100%,#d6deeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f6fe 0%,#f1f6fe 0%,#d6deeb 100%,#d6deeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f6fe 0%,#f1f6fe 0%,#d6deeb 100%,#d6deeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f6fe 0%,#f1f6fe 0%,#d6deeb 100%,#d6deeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f1f6fe 0%,#f1f6fe 0%,#d6deeb 100%,#d6deeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6fe', endColorstr='#d6deeb',GradientType=0 ); /* IE6-9 */
	border: medium none;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #94ADC2;
	cursor: pointer;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	padding-bottom: 0px;
	text-shadow: 1px 1px 1px #fff;
	height: 22px;
	margin: 0px 0px 0px 10px;
	padding-left: 6px;
}

/*-------------------------------------------------------------RadTextBox------------------------------------------------------------*/
input[type="text"],
input[type="password"],
textarea
{
	border: 1px solid #bfd5e7 !important;
	border-radius: 3px !important;
	background: #fffbea !important;
}

	input[type="text"].riSingle.RadInput.RadInput_Default,
	input[type="password"].riSingle.RadInput.RadInput_Default
	{
		width: 160px !important;
	}

textarea
{
	border: 1px solid #bfd5e7 !important;
	border-radius: 3px !important;
	background: #fffbea !important;
}

input[type="text"].riTextBox.riDisabled,
input[type="text"].riTextBox.riRead
{
	background: rgba(244,244,244,0.5) !important;
}

span.riSingle.RadInput.RadInput_Default
{
	width: 160px !important;
	float: left !important;
	height: 22px;
}

input[type="text"].riTextBox.riDisabled.telerik_radGridCopiedTextBox,
input[type="text"].riTextBox.riRead.telerik_radGridCopiedTextBox
{
	background: none !important;
	border: none !important;
	width: auto !important;
	text-overflow: ellipsis !important;
}

/*-----------------------------RadNumericTextBox-------------------------------------*/
.riSingle.riContSpinButtons.RadInput.RadInput_Default input[type="text"]
{
	border: 1px solid #bfd5e7 !important;
	border-radius: 3px !important;
	background: #fffbea !important;
	width: 150px !important;
}

span.riSingle.riContSpinButtons.RadInput.RadInput_Default
{
	width: 150px !important;
	float: left !important;
	height: 22px;
	margin-right: 10px;
}

.riSingle.riContSpinButtons.RadInput.RadInput_Default .riTextBox.riDisabled
{
	background: rgba(244,244,244,0.5) !important;
}

	.riSingle.riContSpinButtons.RadInput.RadInput_Default .riTextBox.riDisabled + a
	{
		background-position: 4px -148px !important;
	}

	.riSingle.riContSpinButtons.RadInput.RadInput_Default .riTextBox.riDisabled ~ a
	{
		background-position: 4px -249px;
	}

/*----------------------------------RadComboBox--------------------------------------*/

.RadComboBox.RadComboBox_Default
{
	/*margin-right: 5px;*/
	height: 23px;
}

input.rcbInput
{
	background: transparent !important;
	border: none !important;
	width: auto /*!important*/;
	float: left !important;
}

.RadComboBoxDropDown.RadComboBoxDropDown_Default .rcbScroll.rcbWidth
{
	width: 163px; /*!important;*/
	height: initial !important;
	max-height: 300px;
}

.RadComboBoxDropDown.RadComboBoxDropDown_Default
{
	width: 162px; /*!important;*/
}

.RadComboBoxDropDown.RadComboBoxDropDown_Default .rcbList .rcbHovered
{
	float: left;
	min-width: 92%;
	padding-bottom: 4px;
}

.RadComboBox.RadComboBox_Default table
{
	border: none !important;
}

	.RadComboBox.RadComboBox_Default table td
	{
		border: none !important;
	}

.telerik_radGridHeaderComboBoxWrapper
{
	width: 174px !important;
}

	.RadComboBox.RadComboBox_Default td.rcbInputCell.rcbInputCellLeft,
	.telerik_radGridHeaderComboBoxWrapper .RadComboBox.RadComboBox_Default td.rcbInputCell.rcbInputCellLeft
	{
		width: 100% !important;
	}


/*--------------------------------------------------RadioButton--------------------------------------------------*/
input[type="radio"]
{
	margin-left: 0px;
}

	input[type="radio"] + label
	{
		margin-right: 10px;
		color: #382121 !important;
		line-height: 18px !important;
		font-size: 14px !important;
	}

/*--------------------------------------------------Rad Popups---------------------------------------------------*/
.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwCorner,
.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwTopResize,
.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwTitlebar,
.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwFooterCenter
{
	border: none !important;
	background-image: none !important;
	background: rgb(255,255,255) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,254,254,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(253,254,254,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(253,254,254,1) 100%) !important; /* W3C */
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwTitlebar
{
	cursor: move !important;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwDialogPopup.radalert,
.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwDialogPopup.radconfirm
{
	margin: 0px !important;
	padding: 0px !important;
	background-image: none !important;
}

.popup_error .rwDialogPopup.radalert .rwDialogText {
	height:auto !important;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwDialogText
{
	color: #382121 !important;
	/*float: left;*/
	line-height: 18px !important;
	padding-top: 5px;
	height: 90px;
	font: 12px Arial !important;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_success .rwDialogText
{
	border-bottom: 2px solid #88A6C0;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_error .rwDialogText
{
	border-bottom: 2px solid #FF0000;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_confirm .rwDialogText
{
	border-bottom: 2px solid #FF9C00;
}

.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow
{
	box-shadow: 5px 5px 5px #888888 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_success
	{
		border: 2px solid #88A6C0 !important;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_error
	{
		border: 2px solid #FF0000 !important;
		height: auto !important;
	}

	.popup_error .rwTable {
		height: auto !important;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_confirm
	{
		border: 2px solid #FF9C00 !important;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_success table.rwTitlebarControls > tbody > tr > td
	{
		border-bottom: 2px solid #88A6C0 !important;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_error table.rwTitlebarControls > tbody > tr > td
	{
		border-bottom: 2px solid #FF0000 !important;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_confirm table.rwTitlebarControls > tbody > tr > td
	{
		border-bottom: 2px solid #FF9C00 !important;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow table.rwTitlebarControls > tbody > tr > td:first-child,
	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow table.rwTitlebarControls > tbody > tr > td:last-child
	{
		display: none;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow .rwTitlebarControls em
	{
		text-align: center;
		font-size: 16px;
		padding-top: 0px;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_success .rwTitlebarControls em
	{
		color: #88A6C0;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_error .rwTitlebarControls em
	{
		color: #FF0000;
	}

	.RadWindow.RadWindow_Default.rwNormalWindow.rwTransparentWindow.popup_confirm .rwTitlebarControls em
	{
		color: #FF9C00;
	}

/*---------------------------------------------------------ModalOverlay--------------------------------------------------------------*/
div.TelerikModalOverlay
{
	background: rgb(251,252,255) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(203,212,226,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ) !important; /* IE6-9 */
	opacity: 0.7 !important;
	z-index: 2496;
}

/*-------------------------------------------------------------RadScheduler--------------------------------------------------*/

/*Buttons*/
.RadScheduler.RadScheduler_Default .rsAdvEditSave,
.RadScheduler.RadScheduler_Default .rsAdvEditCancel,
.RadScheduler.RadScheduler_Default .rsAptEditConfirm,
.RadScheduler.RadScheduler_Default .rsAptEditCancel,
.RadScheduler.RadScheduler_Default .rsAptEditMore
{
	border: none;
	background: rgb(255,221,126); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,221,126,1) 0%, rgba(255,158,4,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,221,126,1)), color-stop(100%,rgba(255,158,4,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,221,126,1) 0%,rgba(255,158,4,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd7e', endColorstr='#ff9e04',GradientType=0 ) !important; /* IE6-9 */
	font-weight: bold;
	font-family: Arial;
	display: block;
	float: left;
	outline: 0 !important;
	height: 25px;
	text-shadow: 1px 1px 1px #fff;
	cursor: pointer !important;
	border-radius: 4px 4px 4px 4px;
	font-size: 12px !important;
	line-height: 24px;
}

/*---------------------------Advanced Edit Panel-----------------------------*/
.RadScheduler.RadScheduler_Default .rsModalBgTopLeft,
.RadScheduler.RadScheduler_Default .rsModalBgTopRight,
.RadScheduler.RadScheduler_Default .rsModalBgBottomLeft,
.RadScheduler.RadScheduler_Default .rsModalBgBottomRight
{
	background-image: none;
}

.RadScheduler.RadScheduler_Default .rsAdvRecurrencePatterns,
.RadScheduler.RadScheduler_Default .rsAdvRecurrenceRangePanel
{
	border: 1px solid #88A6C0;
}
.RadScheduler div.rsAdvancedModal {
    z-index:2497 !important;
}

/*.RadScheduler .rsAdvFormWrap{
     z-index:2498 !important;
}*/

.RadScheduler.RadScheduler_Default .rsRecurrenceOptionList
{
	border-right: 1px solid #88A6C0;
}

.RadScheduler.RadScheduler_Default .rsAdvTitle,
.RadScheduler.RadScheduler_Default .rsAdvContentWrapper
{
	background: rgb(251,252,255) !important;
	background: -moz-linear-gradient(top, rgba(251,252,255,1) 0%, rgba(223,232,246,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,255,1)), color-stop(100%,rgba(223,232,246,1))) !important;
	background: -webkit-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(251,252,255,1) 0%,rgba(223,232,246,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcff', endColorstr='#dfe8f6',GradientType=0 ) !important;
}

.RadScheduler.RadScheduler_Default .rsAdvTitle
{
	border-top: 2px solid #88A6C0 !important;
	border-right: 2px solid #88A6C0 !important;
	border-left: 2px solid #88A6C0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.RadScheduler.RadScheduler_Default .rsAdvContentWrapper
{
	border: 2px solid #88A6C0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.RadScheduler input[data-invalid="true"],
textarea[data-invalid="true"],
.RadScheduler input[data-invalid="true"] ~ span input.riTextBox
{
	border-color: red !important;
}


/*Input fields*/
.RadScheduler.RadScheduler_Default .rsTimePick .RadInput_Default input /*.riEnabled*/,
.RadScheduler.RadScheduler_Default .rsTimePick .RadInput_Default input /*.riHover*/,
.RadScheduler.RadScheduler_Default .rsTimePick .RadInput_Default input /*.riFocused*/
{
	width: 70px !important;
	background-color: rgb(251,252,255) !important;
}

.RadScheduler.RadScheduler_Default .rsAdvOptionsPanel td.riCell input,
.RadScheduler.RadScheduler_Default textarea
{
	width: 100% !important;
	background-color: rgb(251,252,255) !important;
}

.RadScheduler.RadScheduler_Default .rsAdvOptionsPanel {
	white-space: normal;
}
