/*Telerik RadGrid Forest Skin*/

/*global*/

.RadGrid_Forest
{
    border:1px solid #3c4c30;
    background:#d1deb6;
    color:#2b2c20;
}

.RadGrid_Forest,
.RadGrid_Forest .rgMasterTable,
.RadGrid_Forest .rgDetailTable,
.RadGrid_Forest .rgGroupPanel table,
.RadGrid_Forest .rgCommandRow table,
.RadGrid_Forest .rgEditForm table,
.RadGrid_Forest .rgPager table,
.GridToolTip_Forest
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Forest .rgMasterTable,
.RadGrid_Forest .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Forest .rgRow,
.RadGrid_Forest .rgAltRow,
.RadGrid_Forest .rgHeader,
.RadGrid_Forest .rgResizeCol,
.RadGrid_Forest .rgPager,
.RadGrid_Forest .rgGroupPanel,
.RadGrid_Forest .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Forest input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Forest .rgRow td,
.RadGrid_Forest .rgAltRow td,
.RadGrid_Forest .rgEditRow td,
.RadGrid_Forest .rgFooter td,
.RadGrid_Forest .rgFilterRow td,
.RadGrid_Forest .rgHeader,
.RadGrid_Forest .rgResizeCol,
.RadGrid_Forest .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Forest .rgClipCells .rgHeader,
.RadGrid_Forest .rgClipCells .rgFilterRow>td,
.RadGrid_Forest .rgClipCells .rgRow>td,
.RadGrid_Forest .rgClipCells .rgAltRow>td,
.RadGrid_Forest .rgClipCells .rgEditRow>td,
.RadGrid_Forest .rgClipCells .rgFooter>td
{
	overflow:hidden;
}

.RadGrid_Forest .rgAdd,
.RadGrid_Forest .rgRefresh,
.RadGrid_Forest .rgEdit,
.RadGrid_Forest .rgDel,
.RadGrid_Forest .rgFilter,
.RadGrid_Forest .rgPagePrev,
.RadGrid_Forest .rgPageNext,
.RadGrid_Forest .rgPageFirst,
.RadGrid_Forest .rgPageLast,
.RadGrid_Forest .rgExpand,
.RadGrid_Forest .rgCollapse,
.RadGrid_Forest .rgSortAsc,
.RadGrid_Forest .rgSortDesc,
.RadGrid_Forest .rgUpdate,
.RadGrid_Forest .rgCancel,
.RadGrid_Forest .rgUngroup,
.RadGrid_Forest .rgExpXLS,
.RadGrid_Forest .rgExpDOC,
.RadGrid_Forest .rgExpPDF,
.RadGrid_Forest .rgExpCSV
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Forest .rgGroupItem input,
.RadGrid_Forest .rgCommandRow img,
.RadGrid_Forest .rgHeader input,
.RadGrid_Forest .rgFilterRow img,
.RadGrid_Forest .rgFilterRow input,
.RadGrid_Forest .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Forest .rgHeaderDiv
{
	background:#b2c780 0 -9050px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -8550px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Forest .rgHeader,
.RadGrid_Forest th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #3c6716;
	padding-top:5px;
	padding-bottom:4px;
	background:#4c7822 0 -2300px repeat-x url('Grid/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Forest th.rgSorted
{
	background-color:#263616;
	background-position:0 -2600px;
}

.RadGrid_Forest .rgHeader,
.RadGrid_Forest .rgHeader a
{
    color:#2b2c20;
    text-decoration:none;
}

.RadGrid_Forest th.rgSorted,
.RadGrid_Forest th.rgSorted a
{
	color:#e7f1d7;
}

.RadGrid_Forest .rgCheck
{
	height:15px;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	cursor:default;
}

/*rows*/

.RadGrid_Forest .rgRow td,
.RadGrid_Forest .rgAltRow td,
.RadGrid_Forest .rgEditRow td,
.RadGrid_Forest .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Forest .rgRow td
{
	border-color:#d1deb6;
}

.RadGrid_Forest .rgAltRow
{
	background:#c7d6a7;
}

.RadGrid_Forest .rgAltRow td
{
	border-color:#c7d6a7;
}

.RadGrid_Forest .rgRow .rgSorted
{
	border-bottom-color:#c6d3ad;
	background-color:#c6d3ad;
}

.RadGrid_Forest .rgAltRow .rgSorted
{
	border-bottom-color:#bdcb9e;
	background-color:#bdcb9e;
}

.RadGrid_Forest .rgSelectedRow .rgSorted,
.RadGrid_Forest .rgActiveRow .rgSorted,
.RadGrid_Forest .rgHoveredRow .rgSorted,
.RadGrid_Forest .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Forest .rgRow a,
.RadGrid_Forest .rgAltRow a,
.RadGrid_Forest .rgEditRow a,
.RadGrid_Forest .rgFooter a,
.RadGrid_Forest .rgEditForm a
{
	color:#3c4c30;
}

.RadGrid_Forest .rgSelectedRow
{
    background:#bd4401 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#fff;
}
*+html .RadGrid_Forest .rgSelectedRow .rgSorted{background-color:#bd4401}
* html .RadGrid_Forest .rgSelectedRow .rgSorted{background-color:#bd4401}

.RadGrid_Forest .rgSelectedRow a
{
	color:#fff;
}

.RadGrid_Forest .rgActiveRow,
.RadGrid_Forest .rgHoveredRow
{
    background:#d57a08 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#7a1b05;
}
*+html .RadGrid_Forest .rgActiveRow .rgSorted,
*+html .RadGrid_Forest .rgHoveredRow .rgSorted{background-color:#d57a08}
* html .RadGrid_Forest .rgActiveRow .rgSorted,
* html .RadGrid_Forest .rgHoveredRow .rgSorted{background-color:#d57a08}

.RadGrid_Forest .rgActiveRow a,
.RadGrid_Forest .rgHoveredRow a
{
	color:#7a1b05;
}

.RadGrid_Forest .rgEditRow
{
	background:#e7f1d7 0 -4900px repeat-x url('Grid/sprite.gif');
	color:#2b2c20;
}
*+html .RadGrid_Forest .rgEditRow .rgSorted{background-color:#e7f1d7}
* html .RadGrid_Forest .rgEditRow .rgSorted{background-color:#e7f1d7}

.RadGrid_Forest .rgActiveRow td,
.RadGrid_Forest .rgActiveRow td.rgSorted,
.RadGrid_Forest .rgHoveredRow td,
.RadGrid_Forest .rgHoveredRow td.rgSorted
{
	border-bottom-color:#8f610a;
}

.RadGrid_Forest .rgSelectedRow td,
.RadGrid_Forest .rgSelectedRow td.rgSorted
{
	border-bottom-color:#751a04;
}

.RadGrid_Forest .rgEditRow td,
.RadGrid_Forest .rgEditRow td.rgSorted
{
	border-bottom-color:#618740;
}

/*footer*/

.RadGrid_Forest .rgFooterDiv,
.RadGrid_Forest .rgFooter
{
	background:#b1c67f 0 -7500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Forest .rgFooter td
{
	border:0;
	border-top:1px solid #3c6716;
}

/*status*/

.RadGrid_Forest .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid;
	border-right:1px solid;
	border-color:#3c6716;
	padding:3px 0 2px;
}

.RadGrid_Forest .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('Common/loading_small.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Forest .rgPager
{
	background:#b2c780 0 -7999px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Forest .rgPager td
{
	padding:0;
}

.RadGrid_Forest .rgPager .rgPagerCell
{
	border:0;
	border-top:1px solid #3c6716;
	border-left:1px solid #b6c988;
	padding:5px 0 4px;
}

.RadGrid_Forest .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_Forest .rgArrPart1
{
	padding-right:0;
}

.RadGrid_Forest .rgArrPart2
{
	padding-left:0;
}

.RadGrid_Forest .rgInfoPart
{
	float:right;
	color:#4b4c40;
}

.RadGrid_Forest .rgInfoPart strong
{
	font-weight:normal;
	color:#2b2c20;
}

.RadGrid_Forest .rgArrPart1 img,
.RadGrid_Forest .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_Forest .rgPageFirst,
.RadGrid_Forest .rgPagePrev,
.RadGrid_Forest .rgPageNext,
.RadGrid_Forest .rgPageLast
{
	width:20px;
	height:22px;
	vertical-align:top;
}

.RadGrid_Forest .NextPrev .rgPageFirst,
.RadGrid_Forest .NextPrev .rgPagePrev,
.RadGrid_Forest .NextPrev .rgPageNext,
.RadGrid_Forest .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_Forest .rgPageFirst
{
	margin-right:1px;
	background-position:0 -549px;
}
.RadGrid_Forest .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_Forest .rgPagePrev
{
	margin-right:1px;
	background-position:0 -699px;
}
.RadGrid_Forest .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_Forest .rgPageNext
{
	margin-left:1px;
	background-position:0 -849px;
}
.RadGrid_Forest .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_Forest .rgPageLast
{
	margin-left:1px;
	background-position:0 -999px;
}
.RadGrid_Forest .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_Forest .rgPager .rgPagerButton
{
	height:22px;
	border:1px solid #3c4c30;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#202b15 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#e7f1d7;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Forest .rgNumPart
{
	padding:0;
}

.RadGrid_Forest .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_Forest .rgNumPart a:hover,
.RadGrid_Forest .rgNumPart a:hover span,
.RadGrid_Forest .rgNumPart a.rgCurrentPage,
.RadGrid_Forest .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_Forest .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#2b2c20;
	text-decoration:none;
}

.RadGrid_Forest .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Forest .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#7a1b05;
}

.RadGrid_Forest .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Forest .rgNumPart a.rgCurrentPage,
.RadGrid_Forest .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#2b2c20;
	cursor:default;
}

.RadGrid_Forest .rgNumPart a.rgCurrentPage span,
.RadGrid_Forest .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Forest .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Forest .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_Forest .rgPagerLabel,
.RadGrid_Forest .rgPager .RadComboBox,
.RadGrid_Forest .rgPager .RadInput_Forest
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_Forest .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_Forest .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_Forest .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Forest .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Forest .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Forest,
.GridReorderBottom_Forest
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_Forest
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Forest .rgFilterRow
{
	background:#b2c780 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Forest .rgFilterRow td
{
	border-top:1px solid #b6c988;
    border-bottom:1px solid #9cb16a;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_Forest .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Forest .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Forest .rgFilterActive,
.RadGrid_Forest .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Forest .rgFilterBox
{
	border:1px solid #618740;
	padding:2px 1px 3px;
	background:#e7f1d7;
	font:12px "segoe ui",arial,sans-serif;
	color:#2b2c20;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Forest .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #3c4c30;
	background:#b1c67f 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Forest .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Forest .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Forest .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_Forest .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_Forest .rgUngroup
{
	background-position:0 -8500px;
}

.RadGrid_Forest .rgGroupItem
{
	border:1px solid #3c4c30;
	padding:0 2px 1px 3px;
	background:#202b15 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#e7f1d7;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Forest .rgMasterTable td.rgGroupCol,
.RadGrid_Forest .rgMasterTable td.rgExpandCol
{
	border-color:#9cb16a;
	background:#9cb16a none;
}

.RadGrid_Forest .rgGroupHeader
{
    background:#9cb16a;
    font-size:1.1em;
    line-height:21px;
	color:#2b2c20;
}

.RadGrid_Forest .rgGroupHeader td
{
	border-top:1px solid #cad7a2;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_Forest .rgGroupHeader td.rgGroupCol
{
	border-top-color:#9cb16a;
}

.RadGrid_Forest .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Forest .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Forest .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Forest .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Forest .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Forest .rgEditForm
{
	border-bottom:1px solid #618740;
}

.RadGrid_Forest .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Forest .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Forest .rgDetailTable
{
	border:1px solid #3c4c30;
	border-right-width:0;
}

/*command row*/

.RadGrid_Forest .rgCommandRow
{
	background:#2d3d1d 0 -2100px repeat-x url('Grid/sprite.gif');
	color:#e7f1d7;
}

.RadGrid_Forest .rgCommandCell
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Forest tfoot .rgCommandCell
{
	border-top:1px solid #3c4c30;
}

.RadGrid_Forest thead .rgCommandCell
{
	border-bottom:1px solid #3c4c30;
}

.RadGrid_Forest .rgCommandTable,
.RadGrid_Forest .rgCommandTable td
{
	border:0;
	padding:0;
}

.RadGrid_Forest .rgCommandRow a
{
	color:#e7f1d7;
	text-decoration:none;
}

.RadGrid_Forest .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Forest .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Forest .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Forest .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Forest .rgExpXLS,
.RadGrid_Forest .rgExpDOC,
.RadGrid_Forest .rgExpPDF,
.RadGrid_Forest .rgExpCSV
{
	background-image:url('../Common/Grid/export.gif');
}

.RadGrid_Forest .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Forest .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Forest .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Forest .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Forest
{
	background:#3c4c30;
}

/*row drag n drop*/

.GridItemDropIndicator_Forest
{
    border-top:1px dashed #3c4c30;
}

/*tooltip*/

.GridToolTip_Forest
{
	border:1px solid #3c4c30;
	padding:3px;
	background:#d1deb6;
	color:#2b2c20;
}

/*rtl*/

.RadGridRTL_Forest .rgHeader,
.RadGridRTL_Forest .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Forest .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Forest .rgWrap
{
	float:right;
}

.RadGridRTL_Forest .rgInfoPart
{
	float:left;
}

.RadGridRTL_Forest .rgNumPart
{
	width:220px;
}

.RadGridRTL_Forest .rgNumPart a
{
	float:right;
}

.RadGridRTL_Forest .rgPageFirst
{
	background-position:0 -999px;
}
.RadGridRTL_Forest .rgPageFirst:hover
{
	background-position:0 -1049px;
}
.RadGridRTL_Forest .rgPagePrev
{
	background-position:0 -849px;
}
.RadGridRTL_Forest .rgPagePrev:hover
{
	background-position:0 -899px;
}
.RadGridRTL_Forest .rgPageNext
{
	background-position:0 -699px;
}
.RadGridRTL_Forest .rgPageNext:hover
{
	background-position:0 -749px;
}
.RadGridRTL_Forest .rgPageLast
{
	background-position:0 -549px;
}
.RadGridRTL_Forest .rgPageLast:hover
{
	background-position:0 -599px;
}

.RadGridRTL_Forest .rgDetailTable
{
	border-right-width:1px;
	border-left-width:0;
}
