/*Telerik RadGrid Hay Skin*/

/*global*/

.RadGrid_ProFieldCustom
{
    border:1px solid #acbaab;
    background:#ffffff;
    color:#242624;
}

.RadGrid_ProFieldCustom,
.RadGrid_ProFieldCustom .rgMasterTable,
.RadGrid_ProFieldCustom .rgDetailTable,
.RadGrid_ProFieldCustom .rgGroupPanel table,
.RadGrid_ProFieldCustom .rgCommandRow table,
.RadGrid_ProFieldCustom .rgEditForm table,
.RadGrid_ProFieldCustom .rgPager table,
.GridToolTip_ProFieldCustom
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_ProFieldCustom .rgHeader:first-child,
.RadGrid_ProFieldCustom th.rgResizeCol:first-child,
.RadGrid_ProFieldCustom .rgFilterRow>td:first-child,
.RadGrid_ProFieldCustom .rgRow>td:first-child,
.RadGrid_ProFieldCustom .rgAltRow>td:first-child
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_ProFieldCustom .rgAdd,
.RadGrid_ProFieldCustom .rgRefresh,
.RadGrid_ProFieldCustom .rgEdit,
.RadGrid_ProFieldCustom .rgDel,
.RadGrid_ProFieldCustom .rgFilter,
.RadGrid_ProFieldCustom .rgPagePrev,
.RadGrid_ProFieldCustom .rgPageNext,
.RadGrid_ProFieldCustom .rgPageFirst,
.RadGrid_ProFieldCustom .rgPageLast,
.RadGrid_ProFieldCustom .rgExpand,
.RadGrid_ProFieldCustom .rgCollapse,
.RadGrid_ProFieldCustom .rgSortAsc,
.RadGrid_ProFieldCustom .rgSortDesc,
.RadGrid_ProFieldCustom .rgUpdate,
.RadGrid_ProFieldCustom .rgCancel,
.RadGrid_ProFieldCustom .rgUngroup,
.RadGrid_ProFieldCustom .rgExpXLS,
.RadGrid_ProFieldCustom .rgExpDOC,
.RadGrid_ProFieldCustom .rgExpPDF,
.RadGrid_ProFieldCustom .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_ProFieldCustom .rgHeaderDiv
{
	background:#d6e0d5 0 -7550px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -7050px;
}

.RadGrid_ProFieldCustom .rgHeader,
.RadGrid_ProFieldCustom th.rgResizeCol
{
	border:1px solid;
	border-color:#86d182 #7dc47a #40703e #4c8749;
	border-top-width:0;
	padding-top:4px;
	background:0 -2300px repeat-x #60b05b url('Grid/sprite.gif');
}

.RadGrid_ProFieldCustom th.rgSorted
{
	border-color:#8fd68b #7dc47a #538551 #4c8749;
	background-color:#70bd6c;
	background-position:0 -2600px;
}

.RadGrid_ProFieldCustom .rgHeader,
.RadGrid_ProFieldCustom .rgHeader a
{
    color:#007051;
}

/*rows*/

.RadGrid_ProFieldCustom .rgRow td,
.RadGrid_ProFieldCustom .rgAltRow td,
.RadGrid_ProFieldCustom .rgEditRow td,
.RadGrid_ProFieldCustom .rgFooter td
{
	border-style:solid;
	border-width:0 1px 1px;
}

.RadGrid_ProFieldCustom .rgRow td
{
	border-color:#ffffff #ffffff #ffffff #acbaab;
}

.RadGrid_ProFieldCustom .rgAltRow
{
	background:#e4ede4;
}

.RadGrid_ProFieldCustom .rgAltRow td
{
	border-color:#e4ede4 #e4ede4 #e4ede4 #acbaab;
}

.RadGrid_ProFieldCustom .rgRow .rgSorted
{
	border-bottom-color:#eef5ed;
	background-color:#eef5ed;
}

.RadGrid_ProFieldCustom .rgSelectedRow .rgSorted,
.RadGrid_ProFieldCustom .rgActiveRow .rgSorted,
.RadGrid_ProFieldCustom .rgHoveredRow .rgSorted,
.RadGrid_ProFieldCustom .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_ProFieldCustom .rgRow a,
.RadGrid_ProFieldCustom .rgAltRow a,
.RadGrid_ProFieldCustom .rgEditRow a,
.RadGrid_ProFieldCustom .rgFooter a,
.RadGrid_ProFieldCustom .rgEditForm a
{
	color:#305c2e;
}

.RadGrid_ProFieldCustom .rgSelectedRow
{
    background:#a7d6a5 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_ProFieldCustom .rgSelectedRow .rgSorted{background-color:#a7d6a5}
* html .RadGrid_ProFieldCustom .rgSelectedRow .rgSorted{background-color:#a7d6a5}

.RadGrid_ProFieldCustom .rgActiveRow,
.RadGrid_ProFieldCustom .rgHoveredRow
{
    background:#dbfad9 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_ProFieldCustom .rgActiveRow .rgSorted,
*+html .RadGrid_ProFieldCustom .rgHoveredRow .rgSorted{background-color:#dbfad9}
* html .RadGrid_ProFieldCustom .rgActiveRow .rgSorted,
* html .RadGrid_ProFieldCustom .rgHoveredRow .rgSorted{background-color:#dbfad9}

.RadGrid_ProFieldCustom .rgEditRow
{
	background:#d6e0d5;
}
*+html .RadGrid_ProFieldCustom .rgEditRow .rgSorted{background-color:#d6e0d5}
* html .RadGrid_ProFieldCustom .rgEditRow .rgSorted{background-color:#d6e0d5}

.RadGrid_ProFieldCustom .rgSelectedRow td,
.RadGrid_ProFieldCustom .rgActiveRow td,
.RadGrid_ProFieldCustom .rgHoveredRow td,
.RadGrid_ProFieldCustom .rgEditRow td
{
	border-left-width:0;
	border-right-width:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_ProFieldCustom .rgSelectedRow td,
.RadGrid_ProFieldCustom .rgSelectedRow td.rgSorted
{
	border-bottom-color:#619e5d;
}

.RadGrid_ProFieldCustom .rgActiveRow td,
.RadGrid_ProFieldCustom .rgHoveredRow td,
.RadGrid_ProFieldCustom .rgActiveRow td.rgSorted,
.RadGrid_ProFieldCustom .rgHoveredRow td.rgSorted
{
	border-bottom-color:#83c280;
}

.RadGrid_ProFieldCustom .rgEditRow td,
.RadGrid_ProFieldCustom .rgEditRow td.rgSorted
{
	border-color:#ffffff #ffffff #d6e0d5 #ffffff;
}

.RadGrid_ProFieldCustom .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_ProFieldCustom .rgFooterDiv,
.RadGrid_ProFieldCustom .rgFooter
{
	background:#d6e0d5;
}

.RadGrid_ProFieldCustom .rgFooter td
{
	border-top-width:1px;
	border-color:#acbaab #d6e0d5 #ffffff #d6e0d5;
}

/*status*/

.RadGrid_ProFieldCustom .rgPager .rgStatus
{
	border:1px solid;
	border-color:#acbaab #acbaab #ffffff #acbaab;
	border-left-width:0;
}

.RadGrid_ProFieldCustom .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_ProFieldCustom .rgPager
{
	background:#d6e0d5;
}

.RadGrid_ProFieldCustom td.rgPagerCell
{
	border:1px solid;
	border-color:#acbaab #ffffff #ffffff;
	border-right-width:0;
}

.RadGrid_ProFieldCustom .rgInfoPart
{
	color:#606660;
}

.RadGrid_ProFieldCustom .rgInfoPart strong
{
	color:#242624;
}

.RadGrid_ProFieldCustom .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_ProFieldCustom .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_ProFieldCustom .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_ProFieldCustom .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_ProFieldCustom .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_ProFieldCustom .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_ProFieldCustom .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_ProFieldCustom .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_ProFieldCustom .rgPager .rgPagerButton
{
	border-color:#7eba7b #67a663 #539450;
	background:#c7e6c5 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#2b5229;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_ProFieldCustom .rgNumPart a:hover,
.RadGrid_ProFieldCustom .rgNumPart a:hover span,
.RadGrid_ProFieldCustom .rgNumPart a.rgCurrentPage,
.RadGrid_ProFieldCustom .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_ProFieldCustom .rgNumPart a
{
	color:#242624;
}

.RadGrid_ProFieldCustom .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#4e944a;
}

.RadGrid_ProFieldCustom .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_ProFieldCustom .rgNumPart a.rgCurrentPage,
.RadGrid_ProFieldCustom .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#2b5229;
}

.RadGrid_ProFieldCustom .rgNumPart a.rgCurrentPage span,
.RadGrid_ProFieldCustom .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_ProFieldCustom .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_ProFieldCustom .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.GridReorderTop_ProFieldCustom,
.GridReorderBottom_ProFieldCustom
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_ProFieldCustom
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_ProFieldCustom .rgFilterRow
{
	background:#d6e0d5;
}

.RadGrid_ProFieldCustom .rgFilterRow td
{
    border:1px solid;
    border-top-width:0;
    border-color:#d6e0d5 #d6e0d5 #7b8a7b;
}

.RadGrid_ProFieldCustom .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_ProFieldCustom .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_ProFieldCustom .rgFilterActive,
.RadGrid_ProFieldCustom .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_ProFieldCustom .rgFilterBox
{
	border-color:#7f8a7f;
	font-family:"segoe ui",arial,sans-serif;
	color:#242624;
}

/*filter context menu*/

.RadMenu_ProFieldCustom .rgHCMClear,
.RadMenu_ProFieldCustom .rgHCMFilter
{
	border-color:#7f8a7f;
	background:#d6e0d5 center -23px repeat-x url('FormDecorator/ButtonSprites.png');
	color:#535c53;
	font-family:"segoe ui",arial,sans-serif;
}

.RadMenu_ProFieldCustom .rgHCMClear:hover,
.RadMenu_ProFieldCustom .rgHCMFilter:hover
{
	border-color:#92c98f #7cb879 #64a360;
	background-position:center -67px;
	background-color:#e0f5df;
	color:#4e944a;
}

/*context menu*/

.GridContextMenu_ProFieldCustom .rmLeftImage
{
	background-image:url('Common/contextMenu.gif');
}

.GridContextMenu_ProFieldCustom .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_ProFieldCustom .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_ProFieldCustom .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_ProFieldCustom .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_ProFieldCustom .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_ProFieldCustom .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_ProFieldCustom .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_ProFieldCustom .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_ProFieldCustom .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #484f48;
	background:#5e665e 0 -1900px repeat-x url('Grid/sprite.gif');
	color:#d8e3d8;
}

.RadGrid_ProFieldCustom .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_ProFieldCustom .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_ProFieldCustom .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_ProFieldCustom .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_ProFieldCustom .rgUngroup
{
	background-position:0 -7000px;
}

.RadGrid_ProFieldCustom .rgGroupItem
{
	border:1px solid;
	border-color:#fcfcfc #fcfcfc #f5f7f5;
	background:#d8e3d8 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#242624;
}

.RadGrid_ProFieldCustom .rgGroupHeader
{
    background:#99a698;
    font-size:1.1em;
    line-height:21px;
	color:#ffffff;
}

.RadGrid_ProFieldCustom .rgGroupHeader td
{
    padding-left:8px;
}

.RadGrid_ProFieldCustom td.rgGroupCol,
.RadGrid_ProFieldCustom td.rgExpandCol
{
	background:#99a698 none;
	border-color:#99a698;
}

.RadGrid_ProFieldCustom .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_ProFieldCustom .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_ProFieldCustom .rgEditForm
{
	border-bottom:1px solid #acbaab;
	background:#e4ede4;
}

.RadGrid_ProFieldCustom .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_ProFieldCustom .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_ProFieldCustom .rgDetailTable
{
	border-color:#acbaab;
}

/*command row*/

.RadGrid_ProFieldCustom .rgCommandRow
{
	background:#6a736a 0 -2100px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadGrid_ProFieldCustom .rgCommandCell
{
	border:0;
	padding:0;
}

.RadGrid_ProFieldCustom thead .rgCommandCell
{
	border-bottom:1px solid #4e574e;
}

.RadGrid_ProFieldCustom tfoot .rgCommandCell,
.RadGrid_ProFieldCustom .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top:1px solid #4e574e;
}

.RadGrid_ProFieldCustom .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_ProFieldCustom .rgCommandTable
{
	border:1px solid;
	border-color:#b0b5b0 #989e98 #8a918a;
}

.RadGrid_ProFieldCustom .rgCommandRow a
{
	color:#ffffff;
	text-decoration:none;
}

.RadGrid_ProFieldCustom .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_ProFieldCustom .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_ProFieldCustom .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_ProFieldCustom .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_ProFieldCustom .rgExpXLS,
.RadGrid_ProFieldCustom .rgExpDOC,
.RadGrid_ProFieldCustom .rgExpPDF,
.RadGrid_ProFieldCustom .rgExpCSV
{
	background-image:url('Common/export.gif');
}

.RadGrid_ProFieldCustom .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_ProFieldCustom .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_ProFieldCustom .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_ProFieldCustom .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_ProFieldCustom
{
	background:#40703e;
}

/*row drag n drop*/

.GridItemDropIndicator_ProFieldCustom
{
    border-top:1px dashed #40703e;
}

/*tooltip*/

.GridToolTip_ProFieldCustom
{
	border:1px solid #acbaab;
	padding:3px;
	background:#d8e3d8;
	color:#242624;
}

/*rtl*/

.RadGridRTL_ProFieldCustom .rgHeader:first-child,
.RadGridRTL_ProFieldCustom th.rgResizeCol:first-child,
.RadGridRTL_ProFieldCustom .rgFilterRow>td:first-child,
.RadGridRTL_ProFieldCustom .rgRow>td:first-child,
.RadGridRTL_ProFieldCustom .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:7px;
}

.RadGridRTL_ProFieldCustom .rgPager .rgStatus
{
	border-right-width:0;
	border-left-width:1px;
}

.RadGridRTL_ProFieldCustom .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_ProFieldCustom .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_ProFieldCustom .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_ProFieldCustom .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_ProFieldCustom .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_ProFieldCustom .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_ProFieldCustom .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_ProFieldCustom .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_ProFieldCustom .rgExpand
{
	background-position:-20px -496px;
}
