﻿
.RadComboBoxDropDown .rcbList {
	background-color: White;
}

.RadComboBox .rcbInput {
	color: Black;
}

.RadComboBox .rcbInputCell {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.RadGrid_GreenCustomSkin {
	/* border: 1px solid #fff; */
	color: #333;
	background-color: #f5f5f5;
}



	.RadGrid_GreenCustomSkin, .RadGrid_GreenCustomSkin .rgMasterTable, .RadGrid_GreenCustomSkin .rgDetailTable, .RadGrid_GreenCustomSkin .rgGroupPanel table, .RadGrid_GreenCustomSkin .rgCommandRow table, .RadGrid_GreenCustomSkin .rgEditForm table, .RadGrid_GreenCustomSkin .rgPager table {
		font: 0.9em Arial, Helvetica, sans-serif;
	}



		.RadGrid_GreenCustomSkin .rgHeader:first-child, .RadGrid_GreenCustomSkin th.rgResizeCol:first-child, .RadGrid_GreenCustomSkin .rgFilterRow > td:first-child, .RadGrid_GreenCustomSkin .rgRow > td:first-child, .RadGrid_GreenCustomSkin .rgAltRow > td:first-child {
			border-left-width: 0;
			padding-left: 8px;
			padding-right: 2px;
		}


		.RadGrid_GreenCustomSkin .rgSave, .RadGrid_GreenCustomSkin .rgUpdate, .RadGrid_GreenCustomSkin .rgCancel, .RadGrid_GreenCustomSkin .rgEdit, .RadGrid_GreenCustomSkin .rgDel, .RadGrid_GreenCustomSkin .rgExpand, .RadGrid_GreenCustomSkin .rgCollapse, .RadGrid_GreenCustomSkin .rgFilter, .RadGrid_GreenCustomSkin .rgAdd, .RadGrid_GreenCustomSkin .rgRefresh, .RadGrid_GreenCustomSkin .rgSortAsc, .RadGrid_GreenCustomSkin .rgSortDesc, .RadGrid_GreenCustomSkin .rgUngroup, .RadGrid_GreenCustomSkin .rgPagePrev, .RadGrid_GreenCustomSkin .rgPageNext, .RadGrid_GreenCustomSkin .rgPageFirst, .RadGrid_GreenCustomSkin .rgPageLast {
			/*      background-image: url('Common/radActionsSprite.png'); */
			width: 30px;
			height: 30px;
		}





		.RadGrid_GreenCustomSkin th.rgHeader {
			/*     color: #333;      text-transform: uppercase;      font-size: 11px;      line-height: 20px;      */
			color: White;
			font-size: 11px;
			line-height: 20px;
		}



		.RadGrid_GreenCustomSkin .rgHeader a {
			color: #333;
		}



		.RadGrid_GreenCustomSkin .rgHeader, .RadGrid_GreenCustomSkin th.rgResizeCol {
			background-color: #194949; /* #194949 is dark green, originally #aad2ae; */
			border-bottom: 1px solid white;
			border-right: 1px solid white;
		}



		.RadGrid_GreenCustomSkin .rgHeaderWrapper {
			background-color: #dbeddc;
		}



		.RadGrid_GreenCustomSkin .rgHeaderDiv {
			margin-left: 0;
		}



		.RadGrid_GreenCustomSkin .rgMultiHeaderRow:first-child .rgHeader {
			background-color: #c8e4cb;
		}



		.RadGrid_GreenCustomSkin .rgMultiHeaderRow th.rgHeader, .RadGrid_GreenCustomSkin .rgMultiHeaderRow th.rgResizeCol {
			border: 0 solid white;
			border-width: 0 1px 1px 0;
		}



		.RadGrid_GreenCustomSkin .rgFilterRow {
			background-color: #dbeddc;
		}



		.RadGrid_GreenCustomSkin th.rgSorted {
			background-color: #5f8f64;
		}



			.RadGrid_GreenCustomSkin th.rgSorted, .RadGrid_GreenCustomSkin th.rgSorted a {
				color: #fff;
			}



		.RadGrid_GreenCustomSkin .rgRow td, .RadGrid_GreenCustomSkin .rgAltRow td, .RadGrid_GreenCustomSkin .rgFooter td {
			border: 0;
		}



		.RadGrid_GreenCustomSkin .rgEditRow td {
			border-style: solid;
			border-width: 0 0 1px 0;
			border-color: #e8e8e8;
		}



		.RadGrid_GreenCustomSkin .rgRow td, .RadGrid_GreenCustomSkin .rgAltRow td {
			border: solid #fff;
			border-width: 0 0 1px 1px;
		}



		.RadGrid_GreenCustomSkin .rgRow img, .RadGrid_GreenCustomSkin .rgAltRow img {
			vertical-align: middle;
			margin-right: 5px;
		}



		.RadGrid_GreenCustomSkin .rgRow td {
			border-color: white;
		}



		.RadGrid_GreenCustomSkin .rgAltRow {
			background: #e9e9e9;
		}



		.RadGrid_GreenCustomSkin td.rgSorted {
			background-color: #e8eee8;
		}



		.RadGrid_GreenCustomSkin .rgAltRow .rgSorted {
			background-color: #dee5df;
		}



		.RadGrid_GreenCustomSkin .rgSelectedRow .rgSorted, .RadGrid_GreenCustomSkin .rgActiveRow .rgSorted, .RadGrid_GreenCustomSkin .rgHoveredRow .rgSorted, .RadGrid_GreenCustomSkin .rgEditRow .rgSorted {
			background-color: transparent;
		}



		.RadGrid_GreenCustomSkin .rgRow a, .RadGrid_GreenCustomSkin .rgAltRow a, .RadGrid_GreenCustomSkin tr.rgEditRow a, .RadGrid_GreenCustomSkin .rgFooter a, .RadGrid_GreenCustomSkin .rgEditForm a {
			color: black;
		}



		.RadGrid_GreenCustomSkin .rgHoveredRow {
			background: #f5f0d2;
		}



		.RadGrid_GreenCustomSkin .rgMasterTable .rgSelectedCell, .RadGrid_GreenCustomSkin .rgSelectedRow, .RadGrid_GreenCustomSkin td.rgEditRow .rgSelectedRow, .RadGrid_GreenCustomSkin .rgSelectedRow td.rgSorted {
			color: white;
			background: #aad2ae;
		}



			.RadGrid_GreenCustomSkin .rgSelectedCell a, .RadGrid_GreenCustomSkin .rgSelectedRow a {
				color: white;
			}



		.RadGrid_GreenCustomSkin .rgMasterTable .rgActiveCell, .RadGrid_GreenCustomSkin .rgActiveRow {
			background: #fff;
			color: black;
		}



		.RadGrid_GreenCustomSkin .rgMasterTable .rgActiveCell {
			border-color: #84ad88;
			border-right-width: 1px;
		}



		.RadGrid_GreenCustomSkin .rgActiveCell a, .RadGrid_GreenCustomSkin .rgActiveRow input, .RadGrid_GreenCustomSkin .rgActiveRow a {
			color: black;
		}



		* + html .RadGrid_GreenCustomSkin .rgSelectedRow .rgSorted {
			background-color: #84ad88;
		}



		* html .RadGrid_GreenCustomSkin .rgSelectedRow .rgSorted {
			background-color: #84ad88;
		}



		* + html .RadGrid_GreenCustomSkin .rgActiveRow .rgSorted, * + html .RadGrid_GreenCustomSkin .rgHoveredRow .rgSorted {
			background-color: #e8e8e8;
		}



		* html .RadGrid_GreenCustomSkin .rgActiveRow .rgSorted, * html .RadGrid_GreenCustomSkin .rgHoveredRow .rgSorted {
			background-color: #e8e8e8;
		}



		.RadGrid_GreenCustomSkin .rgEditRow {
			background: #cdcdcd;
		}



			* + html .RadGrid_GreenCustomSkin .rgEditRow .rgSorted {
				background-color: #cdcdcd;
			}



			* html .RadGrid_GreenCustomSkin .rgEditRow .rgSorted {
				background-color: #cdcdcd;
			}



			.RadGrid_GreenCustomSkin .rgEditRow td, .RadGrid_GreenCustomSkin .rgEditRow td.rgSorted {
				border-color: #cdcdcd;
			}



		.RadGrid_GreenCustomSkin .rgDrag {
			background-image: url('Grid/rgDrag.gif');
			width: 25px;
			height: 25px;
		}



		.RadGrid_GreenCustomSkin .rgFooterDiv, .RadGrid_GreenCustomSkin .rgFooter {
			background: white;
		}



			.RadGrid_GreenCustomSkin .rgFooter td, .RadGrid_GreenCustomSkin .rgFooterWrapper {
				border: 1px solid;
				border-color: #999 #e4e4e4;
			}



		.RadGrid_GreenCustomSkin .rgPager {
			background-color: #dbeddc;
		}



			.RadGrid_GreenCustomSkin .rgPager .rgStatus {
				border: solid;
				border-color: #cdcdcd;
				border-width: 1px 0 0 0;
			}



		.RadGrid_GreenCustomSkin .rgStatus div {
			background-image: url('../images/Ajax/loading.gif');
			width: 40px;
		}



		.RadGrid_GreenCustomSkin .rgPager > td > table {
			height: 50px;
		}



		.RadGrid_GreenCustomSkin .rgPagerLabel {
			vertical-align: middle;
		}



		.RadGrid_GreenCustomSkin .rgPager .riTextBox, * + html .RadGrid_GreenCustomSkin .rgPager .riSingle .riTextBox, * + html .RadForm.RadForm_GreenCustomSkin .RadGrid_GreenCustomSkin .rgPager .riSingle input[type='text'].rfdDecorated {
			height: 26px;
			line-height: 24px;
		}



		.RadGrid_GreenCustomSkin .rgPager .riSingle .riTextBox {
			height: 30px;
			padding-top: 0;
		}



		.RadGrid_GreenCustomSkin .rgInfoPart {
			color: #777;
		}



			.RadGrid_GreenCustomSkin .rgInfoPart strong {
				color: black;
			}



		.RadGrid_GreenCustomSkin .rgPagePrev, .RadGrid_GreenCustomSkin .rgPageNext, .RadGrid_GreenCustomSkin .rgPageFirst, .RadGrid_GreenCustomSkin .rgPageLast, .RadGrid_GreenCustomSkin .rgPager .rgPagerButton {
			width: 30px;
			height: 30px;
			border: 1px solid #84ad88;
			background-color: #84ad88;
			color: #fff;
		}



			.RadGrid_GreenCustomSkin .rgPagePrev:hover, .RadGrid_GreenCustomSkin .rgPageNext:hover, .RadGrid_GreenCustomSkin .rgPageFirst:hover, .RadGrid_GreenCustomSkin .rgPageLast:hover, .RadGrid_GreenCustomSkin .rgPagePrev:active, .RadGrid_GreenCustomSkin .rgPageNext:active, .RadGrid_GreenCustomSkin .rgPageFirst:active, .RadGrid_GreenCustomSkin .rgPageLast:active, .RadGrid_GreenCustomSkin .rgPager .rgPagerButton:hover, .RadGrid_GreenCustomSkin .rgPager .rgPagerButton:active {
				background-color: #5f8f64;
				border-color: #fff;
			}



		.RadGrid_GreenCustomSkin .rgPageFirst {
			background-image: url('../images/grid/PagingFirst.png');
		}

		.RadGrid_GreenCustomSkin .rgPagePrev {
			background-image: url('../images/grid/PagingPrev.png');
		}

		.RadGrid_GreenCustomSkin .rgPageNext {
			background-image: url('../images/grid/PagingNext.png');
		}

		.RadGrid_GreenCustomSkin .rgPageLast {
			background-image: url('../images/grid/PagingLast.png');
		}



		.RadGrid_GreenCustomSkin .rgPager .rgPagerButton {
			font-family: "Segoe UI", Arial, Helvetica, sans-serif;
			font-weight: 100;
			font-size: 16px;
			width: auto;
		}



		.RadGrid_GreenCustomSkin .rgNumPart {
			padding: 0 5px;
		}



			.RadGrid_GreenCustomSkin .rgNumPart a {
				border: 1px solid #dbeddc;
				line-height: 28px;
				min-width: 28px;
				padding: 0;
				color: black;
				text-align: center;
			}



			.RadGrid_GreenCustomSkin .rgNumPart span {
				float: none;
				padding: 0;
			}



			.RadGrid_GreenCustomSkin .rgNumPart a:hover, .RadGrid_GreenCustomSkin .rgNumPart a.rgCurrentPage:hover {
				background-color: #5f8f64;
				border-color: white;
				color: white;
			}



			.RadGrid_GreenCustomSkin .rgNumPart a.rgCurrentPage {
				border: 1px solid #84ad88;
				color: #5f8f64;
			}



		.RadGrid_GreenCustomSkin .rgPager .riTextBox {
			vertical-align: top;
		}



		.RadGrid_GreenCustomSkin .rgHeader .rgSortAsc, .RadGrid_GreenCustomSkin .rgHeader .rgSortDesc {
			margin: 0 0 0 6px;
			width: 16px;
			height: 16px;
		}


		.RadGrid_GreenCustomSkin .rgFilterRow td {
			padding: 7px 50px 7px 5px;
		}



		.RadGrid_GreenCustomSkin input.rgFilter {
			width: 30px;
			height: 30px;
			background-position: -111px -4509px;
			background-color: #84ad88;
			border: 1px solid #84ad88;
		}



			.RadGrid_GreenCustomSkin input.rgFilter:hover, .RadGrid_GreenCustomSkin input.rgFilter:active {
				background-color: #5f8f64;
				border-color: #fff;
			}



		.RadGrid_GreenCustomSkin input.rgFilterBox {
			border-color: #84ad88;
			font-weight: 100;
			font-size: 16px;
			line-height: 34px;
			font-family: "Segoe UI", Arial, Helvetica, sans-serif;
			color: black;
			height: 23px;
			width: 100%;
			padding: 2px 5px 3px;
			background: none;
		}



		.RadGrid_GreenCustomSkin .rgFilterRow .riSingle .riTextBox {
			height: 30px;
			vertical-align: top;
		}



		.RadGrid_GreenCustomSkin .rgGroupPanel {
			border: 0;
			border-bottom: 1px solid white;
			padding: 10px;
			height: 34px;
		}



			.RadGrid_GreenCustomSkin .rgGroupPanel, .RadGrid_GreenCustomSkin .rgGroupPanel caption {
				background: #84ad88;
				color: white;
			}



				.RadGrid_GreenCustomSkin .rgGroupPanel td {
					border: 0;
					padding: 3px 4px;
				}



					.RadGrid_GreenCustomSkin .rgGroupPanel td td {
						padding: 0;
						color: white;
						line-height: 1px;
					}



					* + html .RadGrid_GreenCustomSkin .rgGroupPanel td td {
						line-height: 20px;
					}



				.RadGrid_GreenCustomSkin .rgGroupPanel .rgSortAsc {
					background-position: -114.5px -14.5px;
				}



				.RadGrid_GreenCustomSkin .rgGroupPanel .rgSortDesc {
					background-position: -114.5px -64.5px;
				}



		.RadGrid_GreenCustomSkin .rgUngroup {
			background-position: -114.5px -3364.5px;
		}



		.RadGrid_GreenCustomSkin .rgGroupItem {
			border: 1px solid white;
			color: white;
			padding: 0 5px 1px 10px;
		}



		.RadGrid_GreenCustomSkin .rgMasterTable td.rgGroupCol, .RadGrid_GreenCustomSkin .rgMasterTable td.rgExpandCol {
			border-color: #e8e8e8;
			background: #e8e8e8 none;
		}



		.RadGrid_GreenCustomSkin .rgGroupHeader {
			background: #e8e8e8;
			font-size: 1.1em;
			line-height: 34px;
			color: black;
		}



			.RadGrid_GreenCustomSkin .rgGroupHeader td {
				padding-left: 8px;
				padding-bottom: 2px;
				border-top: 1px solid white;
			}



		.RadGrid_GreenCustomSkin .rgExpand {
			background-position: -12px -168px;
		}



		.RadGrid_GreenCustomSkin .rgCollapse {
			background-position: -62px -68px;
		}



		.RadGrid_GreenCustomSkin .rgEditForm {
			border-bottom: 1px solid #cdcdcd;
		}



		.RadGrid_GreenCustomSkin .rgUpdate {
			background-position: -12px -2612px;
		}



			.RadGrid_GreenCustomSkin .rgUpdate:active {
				background-position: -112px -2612px;
			}



		.RadGrid_GreenCustomSkin .rgCancel {
			background-position: -12px -2812px;
		}



			.RadGrid_GreenCustomSkin .rgCancel:active {
				background-position: -112px -2812px;
			}



		.RadGrid_GreenCustomSkin .rgDetailTable {
			border-color: #cdcdcd;
		}



		.RadGrid_GreenCustomSkin .rgCommandRow {
			background-color: black;
		}



			.RadGrid_GreenCustomSkin .rgCommandRow, .RadGrid_GreenCustomSkin .rgCommandRow a {
				color: white;
				text-decoration: none;
			}



		.RadGrid_GreenCustomSkin .rgCommandCell {
			border: 0;
			border-bottom: 1px solid #cdcdcd;
			padding: 0;
		}



		.RadGrid_GreenCustomSkin tfoot .rgCommandCell, .RadGrid_GreenCustomSkin .rgMasterTable > tbody > tr.rgCommandRow .rgCommandCell {
			border-top: 1px solid #cdcdcd;
			border-bottom: 0;
		}



		.RadGrid_GreenCustomSkin .rgCommandTable td {
			border: 0;
			padding: 2px 7px;
		}



		.RadGrid_GreenCustomSkin .rgCommandTable {
			border: 0;
		}



		.RadGrid_GreenCustomSkin .rgAdd, .RadGrid_GreenCustomSkin .rgRefresh {
			vertical-align: middle;
		}



		.RadGrid_GreenCustomSkin input.rgAdd, .RadGrid_GreenCustomSkin input.rgRefresh, .RadGrid_GreenCustomSkin .rgSave, .RadGrid_GreenCustomSkin .rgCommandRow .rgCancel {
			border: 1px solid black;
			margin-right: 3px;
			width: 28px;
			height: 28px;
		}



			.RadGrid_GreenCustomSkin input.rgAdd:hover, .RadGrid_GreenCustomSkin input.rgAdd:active, .RadGrid_GreenCustomSkin input.rgRefresh:hover, .RadGrid_GreenCustomSkin input.rgRefresh:active, .RadGrid_GreenCustomSkin .rgSave:hover, .RadGrid_GreenCustomSkin .rgSave:active, .RadGrid_GreenCustomSkin .rgCommandRow .rgCancel:hover, .RadGrid_GreenCustomSkin .rgCommandRow .rgCancel:active {
				border: 1px solid white;
			}



		.RadGrid_GreenCustomSkin input.rgAdd {
			background-position: -112px -3012px;
		}



			.RadGrid_GreenCustomSkin input.rgAdd:hover, .RadGrid_GreenCustomSkin input.rgAdd:active {
				background-position: -62px -3012px;
			}



		.RadGrid_GreenCustomSkin input.rgRefresh {
			background-position: -112px -1312px;
		}



			.RadGrid_GreenCustomSkin input.rgRefresh:hover, .RadGrid_GreenCustomSkin input.rgRefresh:active {
				background-position: -62px -1312px;
			}



		.RadGrid_GreenCustomSkin .rgSave {
			background-position: -112px -4962px;
		}



			.RadGrid_GreenCustomSkin .rgSave:hover, .RadGrid_GreenCustomSkin .rgSave:active {
				background-position: -62px -4962px;
			}



		.RadGrid_GreenCustomSkin .rgCommandRow .rgCancel {
			background-position: -112px -2812px;
		}



			.RadGrid_GreenCustomSkin .rgCommandRow .rgCancel:hover, .RadGrid_GreenCustomSkin .rgCommandRow .rgCancel:active {
				background-position: -62px -2812px;
			}



		.RadGrid_GreenCustomSkin .rgEdit {
			margin-right: 3px;
			background-position: -12px -3112px;
		}



			.RadGrid_GreenCustomSkin .rgEdit:active {
				background-position: -112px -3112px;
			}



		.RadGrid_GreenCustomSkin .rgDel {
			margin-right: 3px;
			background-position: -12px -3312px;
		}



			.RadGrid_GreenCustomSkin .rgDel:active {
				background-position: -12px -3312px;
			}



		.RadGrid_GreenCustomSkin .rgExpXLS, .RadGrid_GreenCustomSkin .rgExpDOC, .RadGrid_GreenCustomSkin .rgExpPDF, .RadGrid_GreenCustomSkin .rgExpCSV {
			background-image: url('../images/common/export.gif');
		}



		.RadGrid_GreenCustomSkin .rgExpXLS {
			background-position: 0 0;
		}



		.RadGrid_GreenCustomSkin .rgExpDOC {
			background-position: 0 -50px;
		}



		.RadGrid_GreenCustomSkin .rgExpPDF {
			background-position: 0 -100px;
		}



		.RadGrid_GreenCustomSkin .rgExpCSV {
			background-position: 0 -150px;
		}



.RadMenu_GreenCustomSkin .rgHCMClear, .RadMenu_GreenCustomSkin .rgHCMFilter {
	border-color: #7e7e7e;
	background: #84ad88;
	color: black;
	font-family: "segoe ui",arial,sans-serif;
}



	.RadMenu_GreenCustomSkin .rgHCMClear:hover, .RadMenu_GreenCustomSkin .rgHCMFilter:hover {
		border-color: #c98400;
		background-color: #ffe79c;
		color: #882501;
	}



.RadMenu_GreenCustomSkin_Context .rgFilterApply, .RadMenu_GreenCustomSkin_Context .rgFilterCancel {
	border-color: #cdcdcd;
	color: black;
	background-color: #f9f9f9;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 36px;
}



.RadMenu_GreenCustomSkin_Context .rlbCheck {
	margin-top: 10px;
}



.RadMenu_GreenCustomSkin_Context .rlbGroup {
	border-color: #cdcdcd;
}



.GridContextMenu_GreenCustomSkin .rmLeftImage {
	background-image: url('../images/common/contextMenu.gif');
}



.GridContextMenu_GreenCustomSkin .rgHCMSortAsc .rmLeftImage {
	background-position: 0 0;
}



.GridContextMenu_GreenCustomSkin .rgHCMSortDesc .rmLeftImage {
	background-position: 0 -40px;
}



.GridContextMenu_GreenCustomSkin .rgHCMUnsort .rmLeftImage {
	background-position: 0 -80px;
}



.GridContextMenu_GreenCustomSkin .rgHCMGroup .rmLeftImage {
	background-position: 0 -120px;
}



.GridContextMenu_GreenCustomSkin .rgHCMUngroup .rmLeftImage {
	background-position: 0 -160px;
}



.GridContextMenu_GreenCustomSkin .rgHCMCols .rmLeftImage {
	background-position: 0 -200px;
}



.GridContextMenu_GreenCustomSkin .rgHCMFilter .rmLeftImage {
	background-position: 0 -240px;
}



.GridContextMenu_GreenCustomSkin .rgHCMUnfilter .rmLeftImage {
	background-position: 0 -280px;
}



.GridReorderTop_GreenCustomSkin, .GridReorderBottom_GreenCustomSkin {
	width: 1px;
	height: 30px;
	margin: 24px 0 0 -2px;
	border-right: 1px solid #808080;
	border-left: 1px solid #808080;
	border-color: rgba(255, 255, 255, 0.5);
	background: black !important;
}



.GridReorderBottom_GreenCustomSkin {
	margin: -24px 0 0 -2px;
}



	.GridReorderBottom_GreenCustomSkin:after, .GridReorderTop_GreenCustomSkin:before {
		content: "";
		display: block;
		width: 9px;
		height: 9px;
		margin-left: -5px;
		margin-top: -6px;
		background: black;
		border: 1px solid #808080;
		border-bottom-width: 0;
		border-color: rgba(255, 255, 255, 0.5);
	}



	.GridReorderBottom_GreenCustomSkin:after {
		border-top-width: 0;
		border-bottom-width: 1px;
		margin-top: 29px;
	}



/*multirow select*/

.rgCellSelectorArea_GreenCustomSkin, .GridRowSelector_GreenCustomSkin {
	background: #4c4e54;
}



/*row drag n drop*/

.GridItemDropIndicator_GreenCustomSkin {
	border-top: 1px dashed #666;
}



/*tooltip*/

.GridToolTip_GreenCustomSkin {
	border: 1px solid #c98400;
	padding: 3px;
	background: #ffefbd;
	color: #333;
}
