/*Telerik RadGrid WebBlue Skin*/

/*global*/

.RadGrid_WebBlue
{
    border:1px solid #768ca5;
    background:#fff;
    color:#000;
}

.RadGrid_WebBlue,
.RadGrid_WebBlue .rgMasterTable,
.RadGrid_WebBlue .rgDetailTable,
.RadGrid_WebBlue .rgGroupPanel table,
.RadGrid_WebBlue .rgCommandRow table,
.RadGrid_WebBlue .rgEditForm table,
.RadGrid_WebBlue .rgPager table,
.GridToolTip_WebBlue
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_WebBlue .rgHeader:first-child,
.RadGrid_WebBlue th.rgResizeCol:first-child,
.RadGrid_WebBlue .rgFilterRow>td:first-child,
.RadGrid_WebBlue .rgRow>td:first-child,
.RadGrid_WebBlue .rgAltRow>td:first-child
{
	border-left-width:0;
	padding-left:8px;
}

.RadGrid_WebBlue .rgAdd,
.RadGrid_WebBlue .rgRefresh,
.RadGrid_WebBlue .rgEdit,
.RadGrid_WebBlue .rgDel,
.RadGrid_WebBlue .rgFilter,
.RadGrid_WebBlue .rgPagePrev,
.RadGrid_WebBlue .rgPageNext,
.RadGrid_WebBlue .rgPageFirst,
.RadGrid_WebBlue .rgPageLast,
.RadGrid_WebBlue .rgExpand,
.RadGrid_WebBlue .rgCollapse,
.RadGrid_WebBlue .rgSortAsc,
.RadGrid_WebBlue .rgSortDesc,
.RadGrid_WebBlue .rgUpdate,
.RadGrid_WebBlue .rgCancel,
.RadGrid_WebBlue .rgUngroup,
.RadGrid_WebBlue .rgExpXLS,
.RadGrid_WebBlue .rgExpDOC,
.RadGrid_WebBlue .rgExpPDF,
.RadGrid_WebBlue .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
}

/*header*/

.RadGrid_WebBlue .rgHeaderDiv
{
	background:#dae2e8 0 -7050px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6550px;
}

.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue th.rgResizeCol
{
	border:1px solid;
	border-color:#98acbf #728ba1 #3d556c #455f77;
	border-top-width:0;
	background:0 -2300px repeat-x #718ca1 url('Grid/sprite.gif');
}

.RadGrid_WebBlue th.rgSorted
{
	border-color:#7c93a8 #758ea4 #334d65 #39556e;
	background-color:#5c7990;
	background-position:0 -2600px;
}

.RadGrid_WebBlue .rgHeader,
.RadGrid_WebBlue .rgHeader a
{
    color:#fff;
}

/*rows*/

.RadGrid_WebBlue .rgRow td,
.RadGrid_WebBlue .rgAltRow td,
.RadGrid_WebBlue .rgEditRow td,
.RadGrid_WebBlue .rgFooter td
{
	border-style:solid;
	border-width:0 1px 1px;
}

.RadGrid_WebBlue .rgRow td
{
	border-color:#fff #fff #fff #dae2e8;
}

.RadGrid_WebBlue .rgAltRow
{
	background:#dae2e8;
}

.RadGrid_WebBlue .rgAltRow td
{
	border-color:#dae2e8;
}

.RadGrid_WebBlue .rgRow .rgSorted
{
	border-bottom-color:#f0f0f0;
	background-color:#f0f0f0;
}

.RadGrid_WebBlue .rgSelectedRow .rgSorted,
.RadGrid_WebBlue .rgActiveRow .rgSorted,
.RadGrid_WebBlue .rgHoveredRow .rgSorted,
.RadGrid_WebBlue .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_WebBlue .rgRow a,
.RadGrid_WebBlue .rgAltRow a,
.RadGrid_WebBlue .rgEditRow a,
.RadGrid_WebBlue .rgFooter a,
.RadGrid_WebBlue .rgEditForm a
{
	color:#0e3d4f;
}

.RadGrid_WebBlue .rgMasterTable .rgSelectedCell,
.RadGrid_WebBlue .rgSelectedRow
{
	background:#7bbbcf 0 -3900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_WebBlue .rgSelectedRow .rgSorted{background-color:#7bbbcf}
* html .RadGrid_WebBlue .rgSelectedRow .rgSorted{background-color:#7bbbcf}

.RadGrid_WebBlue .rgMasterTable .rgActiveCell,
.RadGrid_WebBlue .rgActiveRow,
.RadGrid_WebBlue .rgHoveredRow
{
	background:#bfe3f6 0 -2900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_WebBlue .rgActiveRow .rgSorted,
*+html .RadGrid_WebBlue .rgHoveredRow .rgSorted{background-color:#bfe3f6}
* html .RadGrid_WebBlue .rgActiveRow .rgSorted,
* html .RadGrid_WebBlue .rgHoveredRow .rgSorted{background-color:#bfe3f6}

.RadGrid_WebBlue .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_WebBlue .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_WebBlue .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_WebBlue .rgSelectedRow td,
.RadGrid_WebBlue .rgActiveRow td,
.RadGrid_WebBlue .rgHoveredRow td,
.RadGrid_WebBlue .rgEditRow td
{
	border-left-width:0;
	border-right-width:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_WebBlue .rgSelectedRow td,
.RadGrid_WebBlue .rgSelectedRow td.rgSorted
{
	border-bottom-color:#133c44;
}

.RadGrid_WebBlue .rgActiveRow td,
.RadGrid_WebBlue .rgHoveredRow td,
.RadGrid_WebBlue .rgActiveRow td.rgSorted,
.RadGrid_WebBlue .rgHoveredRow td.rgSorted
{
	border-bottom-color:#5d9fb7;
}

.RadGrid_WebBlue .rgEditRow td,
.RadGrid_WebBlue .rgEditRow td.rgSorted
{
	border-color:#fff #fff #768ca5 #fff;
}

.RadGrid_WebBlue .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_WebBlue .rgFooterDiv,
.RadGrid_WebBlue .rgFooter
{
	background:#dae2e8;
}

.RadGrid_WebBlue .rgFooter td
{
	border-top-width:1px;
	border-color:#a2b3c7 #dae2e8 #fff #dae2e8;
}

/*status*/

.RadGrid_WebBlue .rgPager .rgStatus
{
	border:1px solid;
	border-color:#a2b3c7 #9cb6c5 #fff #9cb6c5;
	border-left-width:0;
}

.RadGrid_WebBlue .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_WebBlue .rgPager
{
	background:#dae2e8;
}

.RadGrid_WebBlue td.rgPagerCell
{
	border:1px solid;
	border-color:#a2b3c7 #fff #fff;
	border-right-width:0;
}

.RadGrid_WebBlue .rgInfoPart
{
	color:#506175;
}

.RadGrid_WebBlue .rgInfoPart strong
{
	color:#000;
}

.RadGrid_WebBlue .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_WebBlue .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_WebBlue .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_WebBlue .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_WebBlue .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_WebBlue .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_WebBlue .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_WebBlue .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_WebBlue .rgPager .rgPagerButton
{
	border-color:#4e667e #476077 #425c71;
	background:#d6e1e7 repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#0d202b;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadGrid_WebBlue .rgNumPart a:hover,
.RadGrid_WebBlue .rgNumPart a:hover span,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_WebBlue .rgNumPart a
{
	color:#000;
}

.RadGrid_WebBlue .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#0e3d4f;
}

.RadGrid_WebBlue .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_WebBlue .rgNumPart a.rgCurrentPage,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#0053a5;
}

.RadGrid_WebBlue .rgNumPart a.rgCurrentPage span,
.RadGrid_WebBlue .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_WebBlue .rgHeader .rgSortAsc
{
	background-position:3px -247px;
	height:10px;
}

.RadGrid_WebBlue .rgHeader .rgSortDesc
{
	background-position:3px -197px;
	height:10px;
}

.GridReorderTop_WebBlue,
.GridReorderBottom_WebBlue
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_WebBlue
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_WebBlue .rgFilterRow
{
	background:#dae2e8;
}

.RadGrid_WebBlue .rgFilterRow td
{
    border:1px solid;
    border-top-width:0;
    border-color:#dae2e8 #dae2e8 #a2b3c7;
}

.RadGrid_WebBlue .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_WebBlue .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_WebBlue .rgFilterActive,
.RadGrid_WebBlue .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_WebBlue .rgFilterBox
{
	border-color:#768ca5;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
}

/*filter context menu*/

.RadMenu_WebBlue .rgHCMClear,
.RadMenu_WebBlue .rgHCMFilter
{
	border-color:#4e667e #476078 #425c71;
	background:#d7e2e7 center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#0d202b;
	font-family:"segoe ui",arial,sans-serif;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

.RadMenu_WebBlue .rgHCMClear:hover,
.RadMenu_WebBlue .rgHCMFilter:hover
{
	border-color:#5d9fb7;
	background-position:center -67px;
	background-color:#bee3f6;
	color:#0e3d4f;
}

/*context menu*/

.GridContextMenu_WebBlue .rmLeftImage
{
	background-image:url('../Common/Grid/contextMenu.gif');
}

.GridContextMenu_WebBlue .rgHCMSortAsc .rmLeftImage
{
	background-position:0 0;
}

.GridContextMenu_WebBlue .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -40px;
}

.GridContextMenu_WebBlue .rgHCMUnsort .rmLeftImage
{
	background-position:0 -80px;
}

.GridContextMenu_WebBlue .rgHCMGroup .rmLeftImage
{
	background-position:0 -120px;
}

.GridContextMenu_WebBlue .rgHCMUngroup .rmLeftImage
{
	background-position:0 -160px;
}

.GridContextMenu_WebBlue .rgHCMCols .rmLeftImage
{
	background-position:0 -200px;
}

.GridContextMenu_WebBlue .rgHCMFilter .rmLeftImage
{
	background-position:0 -240px;
}

.GridContextMenu_WebBlue .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -280px;
}

/*grouping*/

.RadGrid_WebBlue .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #3d556c;
	background:#dfeeff;
}

.RadGrid_WebBlue .rgGroupPanel td
{
	border:0;
	padding:3px;
	vertical-align:middle;
}

.RadGrid_WebBlue .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_WebBlue .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_WebBlue .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_WebBlue .rgUngroup
{
	background-position:0 -6500px;
}

.RadGrid_WebBlue .rgGroupItem
{
	border:1px solid #506175;
	background:#ebf7ff;
	color:#0053a5;
}

.RadGrid_WebBlue .rgGroupHeader
{
    background:#8ea3b9;
    font-size:1.1em;
    line-height:21px;
	color:#fff;
}

.RadGrid_WebBlue .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_WebBlue td.rgGroupCol,
.RadGrid_WebBlue td.rgExpandCol
{
	background:#8ea3b9 none;
	border-color:#8ea3b9;
}

.RadGrid_WebBlue .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_WebBlue .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_WebBlue .rgEditForm
{
	border-bottom:1px solid #768ca5;
}

.RadGrid_WebBlue .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_WebBlue .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_WebBlue .rgDetailTable
{
	border-color:#768ca5;
}

/*command row*/

.RadGrid_WebBlue .rgCommandRow
{
	background:#495a70 0 -2099px repeat-x url('Grid/sprite.gif');
	color:#fff;
}

.RadGrid_WebBlue .rgCommandCell
{
	border:1px solid #212f41;
	padding:0;
}

.RadGrid_WebBlue .rgCommandTable td
{
	border:0;
	padding:2px 7px;
}

.RadGrid_WebBlue .rgCommandTable
{
	border:1px solid;
	border-color:#63758a #3d4b5b #58697d;
}

.RadGrid_WebBlue .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_WebBlue .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_WebBlue .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_WebBlue .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_WebBlue .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_WebBlue .rgExpXLS,
.RadGrid_WebBlue .rgExpDOC,
.RadGrid_WebBlue .rgExpPDF,
.RadGrid_WebBlue .rgExpCSV
{
	background-image:url('../Common/Grid/export.gif');
}

.RadGrid_WebBlue .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_WebBlue .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_WebBlue .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_WebBlue .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.rgCellSelectorArea_WebBlue,
.GridRowSelector_WebBlue
{
	background:#3d556c;
}

/*row drag n drop*/

.GridItemDropIndicator_WebBlue
{
    border-top:1px dashed #3d556c;
}

/*tooltip*/

.GridToolTip_WebBlue
{
	border:1px solid #768ca5;
	padding:3px;
	background:#dae2e8;
	color:#000;
}

/*rtl*/

.RadGridRTL_WebBlue .rgHeader:first-child,
.RadGridRTL_WebBlue th.rgResizeCol:first-child,
.RadGridRTL_WebBlue .rgFilterRow>td:first-child,
.RadGridRTL_WebBlue .rgRow>td:first-child,
.RadGridRTL_WebBlue .rgAltRow>td:first-child
{
	border-left-width:1px;
	padding-left:7px;
}

.RadGridRTL_WebBlue .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_WebBlue .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_WebBlue .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_WebBlue .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_WebBlue .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_WebBlue .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_WebBlue .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_WebBlue .rgPageLast:hover
{
	background-position:0 -600px;
}

.RadGridRTL_WebBlue .rgExpand
{
	background-position:-20px -496px;
}
