/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_Alert
{
    border:0;
    background:#fff;
    color:#333333;
  
}

.RadGrid_Alert,
.RadGrid_Alert .rgMasterTable,
.RadGrid_Alert .rgDetailTable,
.RadGrid_Alert .rgGroupPanel table,
.RadGrid_Alert .rgCommandRow table,
.RadGrid_Alert .rgEditForm table,
.RadGrid_Alert .rgPager table,
.GridToolTip_GeoStylesEN
{
    font:12px "segoe ui",arial,sans-serif;
}

.RadGrid_Alert .rgMasterTable,
.RadGrid_Alert .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Alert .rgRow,
.RadGrid_Alert .rgAltRow,
.RadGrid_Alert .rgHeader,
.RadGrid_Alert .rgResizeCol,
.RadGrid_Alert .rgPager,
.RadGrid_Alert .rgGroupPanel,
.RadGrid_Alert .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Alert input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Alert .rgRow td,
.RadGrid_Alert .rgAltRow td,
.RadGrid_Alert .rgEditRow td,
.RadGrid_Alert .rgFooter td,
.RadGrid_Alert .rgFilterRow td,
.RadGrid_Alert .rgHeader,
.RadGrid_Alert .rgResizeCol,
.RadGrid_Alert .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Alert .rgClipCells .rgHeader,
.RadGrid_Alert .rgClipCells .rgRow>td,
.RadGrid_Alert .rgClipCells .rgAltRow>td
{
	overflow:hidden;
}

.RadGrid_Alert .rgHeader:first-child,
.RadGrid_Alert th.rgResizeCol:first-child,
.RadGrid_Alert .rgFilterRow>td:first-child,
.RadGrid_Alert .rgRow>td:first-child,
.RadGrid_Alert .rgAltRow>td:first-child
{
	  border-left: solid 1px #949494;
	padding-left:8px;
}

.RadGrid_Alert .rgAdd,
.RadGrid_Alert .rgRefresh,
.RadGrid_Alert .rgEdit,
.RadGrid_Alert .rgDel,
.RadGrid_Alert .rgFilter,
.RadGrid_Alert .rgPagePrev,
.RadGrid_Alert .rgPageNext,
.RadGrid_Alert .rgPageFirst,
.RadGrid_Alert .rgPageLast,
.RadGrid_Alert .rgExpand,
.RadGrid_Alert .rgCollapse,
.RadGrid_Alert .rgSortAsc,
.RadGrid_Alert .rgSortDesc,
.RadGrid_Alert .rgUpdate,
.RadGrid_Alert .rgCancel,
.RadGrid_Alert .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('fz-Grid/sprite.gif');
	
	background-repeat:no-repeat;
	vertical-align:middle;
	
	cursor:pointer;
}

.RadGrid_Alert .rgGroupItem input,
.RadGrid_Alert .rgCommandRow img,
.RadGrid_Alert .rgHeader input,
.RadGrid_Alert .rgFilterRow img,
.RadGrid_Alert .rgFilterRow input,
.RadGrid_Alert .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Alert .rgHeader td
{
		
}

.RadGrid_Alert .rgHeaderDiv
{
	background-position:0 -400px;
}

.RadGrid_Alert .rgHeader,
.RadGrid_Alert th.rgResizeCol
{
	margin-top:7px;
	
	border:0;
	border-bottom:1px solid #949494;
	border-left:1px solid #949494;
	
	/*background-image:url("fz-Grid-1/bg-grid.png");*/
	background-color:#cc0000;					/* Header background */

	background-repeat:no-repeat;
	text-align:left;
	font-weight:bold;
	height:25px;
}

.RadGrid_Alert th.rgSorted
{
	background-color:#fffaeb;
}

.RadGrid_Alert .rgHeader,
.RadGrid_Alert .rgHeader a
{
    color:white;							/* Header Color */
    vertical-align:middle;
}

.RadGrid_Alert th.rgSorted,
.RadGrid_Alert th.rgSorted a
{
    color:#892500;
}

.RadGrid_Alert .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_Alert .rgRow td,
.RadGrid_Alert .rgAltRow td,
.RadGrid_Alert .rgEditRow td,
.RadGrid_Alert .rgFooter td
{
	border:0;
	border-bottom:1px solid #949494;
	border-left:1px solid #949494;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Alert .rgRow td
{
	border-color:#949494 #949494;
}

.RadGrid_Alert .rgAltRow
{
	background-color:#eeeeee;
	
}

.RadGrid_Alert .rgAltRow td
{
	border-color:#949494 #949494;
}

.RadGrid_Alert .rgRow .rgSorted
{
	border-bottom-color:#fffaeb;
	background-color:#fffaeb;
}

.RadGrid_Alert .rgAltRow .rgSorted
{
	border-bottom-color:#f1ecdd;
	background-color:#f1ecdd;
}

.RadGrid_Alert .rgSelectedRow .rgSorted,
.RadGrid_Alert .rgActiveRow .rgSorted,
.RadGrid_Alert .rgHoveredRow .rgSorted,
.RadGrid_Alert .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Alert .rgRow a,
.RadGrid_Alert .rgAltRow a,
.RadGrid_Alert .rgEditRow a,
.RadGrid_Alert .rgFooter a,
.RadGrid_Alert .rgEditForm a
{
	color:#2977cc;
	font-weight:bold;
	
}

.RadGrid_Alert .rgSelectedRow
{
    background:#ffa517;
    color:#892500;
}
*+html .RadGrid_Alert .rgSelectedRow .rgSorted{background-color:#ffa517}
* html .RadGrid_Alert .rgSelectedRow .rgSorted{background-color:#ffa517}

.RadGrid_Alert .rgSelectedRow a
{
	color:#892500;
}

.RadGrid_Alert .rgActiveRow,
.RadGrid_Alert .rgHoveredRow
{
    background:#ffe79c 0 -2900px repeat-x url('fz-Grid/sprite.gif');
    color:#892500;
}
*+html .RadGrid_Alert .rgActiveRow .rgSorted,
*+html .RadGrid_Alert .rgHoveredRow .rgSorted{background-color:#f42b20}
* html .RadGrid_Alert .rgActiveRow .rgSorted,
* html .RadGrid_Alert .rgHoveredRow .rgSorted{background-color:#ffe79c}

.RadGrid_Alert .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('fz-Grid/sprite.gif');
}
*+html .RadGrid_Alert .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_Alert .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_Alert .rgSelectedRow td,
.RadGrid_Alert .rgSelectedRow td.rgSorted
{
	border-color:#ca4b0c #ffa517;
}

.RadGrid_Alert .rgActiveRow td,
.RadGrid_Alert .rgActiveRow td.rgSorted,
.RadGrid_Alert .rgHoveredRow td,
.RadGrid_Alert .rgHoveredRow td.rgSorted
{
	border-color:#949494 #949494;
}

.RadGrid_Alert .rgEditRow td,
.RadGrid_Alert .rgEditRow td.rgSorted
{
	border-color:#949494 #949494;
}

/*footer*/

.RadGrid_Alert .rgFooterDiv,
.RadGrid_Alert .rgFooter
{
	
	background-image:url("fz-Grid/grey-inner-banner.png");
	background-repeat:no-repeat;
}

.RadGrid_Alert .rgFooter td
{
	border-top:1px solid;
	border-color:#949494 #949494;
}

/*status*/

.RadGrid_Alert .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#999 #999 #949494 #949494;
	border-left:0;
	padding:3px 0 1px;
}

.RadGrid_Alert .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:-2221px;
}

/*pager*/

.RadGrid_Alert .rgPager
{
	background-image:url("fz-Grid/grey-inner-banner.png");
	background-repeat:no-repeat;
}

.RadGrid_Alert .rgPager td
{
	padding:0;
}

.RadGrid_Alert .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#999 #333333 #333333;
	border-right:0;
	padding:5px 0 3px;
}

.RadGrid_Alert .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:21px;
	white-space:nowrap;
}

.RadGrid_Alert .rgArrPart1
{
	padding-right:0;
}

.RadGrid_Alert .rgArrPart2
{
	padding-left:0;
}

.RadGrid_Alert .rgInfoPart
{
	float:right;
	color:#777;
}

.RadGrid_Alert .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_Alert .rgArrPart1 img,
.RadGrid_Alert .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_Alert .rgPageFirst,
.RadGrid_Alert .rgPagePrev,
.RadGrid_Alert .rgPageNext,
.RadGrid_Alert .rgPageLast
{
	width:21px;
	height:21px;
	vertical-align:top;
}

.RadGrid_Alert .NextPrev .rgPageFirst,
.RadGrid_Alert .NextPrev .rgPagePrev,
.RadGrid_Alert .NextPrev .rgPageNext,
.RadGrid_Alert .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_Alert .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Alert .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Alert .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Alert .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Alert .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Alert .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Alert .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Alert .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Alert .rgPagerButton
{
	height:21px;
	border:1px solid #7e7e7e;
	margin:0 14px 0 0;
	padding:0 4px 1px;
	background:#c6c6c6;
	color:#000;
	font:10px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Alert .rgNumPart
{
	padding:0;
}

.RadGrid_Alert .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_Alert .rgNumPart a
{
	float:left;
	line-height:20px;
	border:1px solid #949494;
	margin:0;
	padding:0 5px;
	color:#000;
	text-decoration:none;
}

.RadGrid_Alert .rgNumPart a:hover
{
	border-color:#c98400;
	background:#ffe79c;
	color:#892500;
}

.RadGrid_Alert .rgNumPart a:hover span
{
	cursor:pointer;
}

.RadGrid_Alert .rgNumPart a.rgCurrentPage,
.RadGrid_Alert .rgNumPart a.rgCurrentPage:hover
{
	border-color:#ca4b0c;
	background:transparent;
	color:#892500;
	cursor:default;
}

.RadGrid_Alert .rgNumPart a.rgCurrentPage span,
.RadGrid_Alert .rgNumPart a.rgCurrentPage:hover span
{
	cursor:default;
}

.RadGrid_Alert .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Alert .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_Alert .rgPagerLabel,
.RadGrid_Alert .rgPager .RadComboBox,
.RadGrid_Alert .rgPager .RadInput_GeoStylesEN
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_Alert .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_Alert .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_Alert .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Alert .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Alert .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_GeoStylesEN,
.GridReorderBottom_GeoStylesEN
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('fz-Grid/sprite.gif');
}

.GridReorderBottom_GeoStylesEN
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Alert .rgFilterRow
{
	background-image:url("fz-Grid/grey-inner-banner.png");
	background-repeat:no-repeat;
}

.RadGrid_Alert .rgFilterRow td
{
    border-bottom:1px solid #999;
    border-left:1px solid #red;
    padding-top:5px;
    padding-bottom:6px;
}

.RadGrid_Alert .rgFilter
{
	width:21px;
	height:21px;
	margin:0 0 0 1px;
	background-position:0 -300px;
}

.RadGrid_Alert .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Alert .rgFilterActive,
.RadGrid_Alert .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Alert .rgFilterBox
{
	border:1px solid #616161;
	padding:1px 1px 3px;
	font:10px "segoe ui",arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Alert .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #7c7c7c;
	background:#c6c6c6;
}

.RadGrid_Alert .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Alert .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Alert .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Alert .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Alert .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_Alert .rgGroupItem
{
	border:1px solid #7e7e7e;
	padding:0 1px 1px 3px;
	background:#c6c6c6;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
	
}

.RadGrid_Alert .rgMasterTable td.rgGroupCol,
.RadGrid_Alert .rgMasterTable td.rgExpandCol
{
	border-color:#c9c9c9;
	background:#c9c9c9 none;
}

.RadGrid_Alert .rgGroupHeader
{
    background:#c9c9c9;
    
    line-height:21px;
	color:#000;
}

.RadGrid_Alert .rgGroupHeader td
{
	padding:0 7px 1px 8px;
}

.RadGrid_Alert .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Alert .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Alert .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Alert .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Alert .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Alert .rgEditForm
{
	border-bottom:1px solid #999;
}

.RadGrid_Alert .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Alert .rgCancel
{
	background-position:1px -1848px;
}

/*hierarchy*/

.RadGrid_Alert .rgDetailTable
{
	border:1px solid #999;
	border-right:0;
}

/*command row*/

.RadGrid_Alert .rgCommandRow
{
	background:#c6c6c6;
	color:#000;
}

.RadGrid_Alert .rgCommandCell
{
	border:0;
	border-bottom:1px solid #7e7e7e;
	padding:0;
}

.RadGrid_Alert tfoot .rgCommandCell
{
	border-top:1px solid #7e7e7e;
	border-bottom:0;
}

.RadGrid_Alert .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Alert .rgCommandTable
{
	border:0;
}

.RadGrid_Alert .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_Alert .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Alert .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Alert .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Alert .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_GeoStylesEN
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_GeoStylesEN
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_GeoStylesEN
{
	border:1px solid #c98400;
	padding:3px;
	background:#ffefbd;
	color:#333;
}

/*rtl*/

.RadGridRTL_GeoStylesEN .rgHeader,
.RadGridRTL_GeoStylesEN .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_GeoStylesEN .rgHeader:first-child,
.RadGridRTL_GeoStylesEN th.rgResizeCol:first-child,
.RadGridRTL_GeoStylesEN .rgFilterRow>td:first-child,
.RadGridRTL_GeoStylesEN .rgRow>td:first-child,
.RadGridRTL_GeoStylesEN .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_GeoStylesEN .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_GeoStylesEN .rgWrap
{
	float:right;
}

.RadGridRTL_GeoStylesEN .rgInfoPart
{
	float:left;
}

.RadGridRTL_GeoStylesEN .rgNumPart
{
	width:220px;
}

.RadGridRTL_GeoStylesEN .rgNumPart a
{
	float:right;
}

.RadGridRTL_GeoStylesEN .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}
