/*Telerik RadGrid Default Skin*/

/*global*/

.RadGrid_renew
{
    border:0px solid #999;
    background:#dbdbdb;
    color:#000;
}

.RadGrid_renew,
.RadGrid_renew .rgMasterTable,
.RadGrid_renew .rgDetailTable,
.RadGrid_renew .rgGroupPanel table,
.RadGrid_renew .rgCommandRow table,
.RadGrid_renew .rgEditForm table,
.GridToolTip_renew
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_renew .rgMasterTable,
.RadGrid_renew .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_renew .rgRow,
.RadGrid_renew .rgAltRow,
.RadGrid_renew .rgHeader,
.RadGrid_renew .rgResizeCol,
.RadGrid_renew .rgPager,
.RadGrid_renew .rgGroupPanel,
.RadGrid_renew .rgGroupHeader
{
	cursor:default;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.RadGrid_renew input[type="image"]
{
	cursor:pointer;
}

.RadGrid_renew .rgRow td,
.RadGrid_renew .rgAltRow td,
.RadGrid_renew .rgEditRow td,
.RadGrid_renew .rgFooter td,
.RadGrid_renew .rgFilterRow td,
.RadGrid_renew .rgHeader,
.RadGrid_renew .rgResizeCol,
.RadGrid_renew .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_renew .rgHeader:first-child,
.RadGrid_renew th.rgResizeCol:first-child,
.RadGrid_renew .rgFilterRow>td:first-child,
.RadGrid_renew .rgRow>td:first-child,
.RadGrid_renew .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_renew .rgAdd,
.RadGrid_renew .rgRefresh,
.RadGrid_renew .rgEdit,
.RadGrid_renew .rgDel,
.RadGrid_renew .rgFilter,
.RadGrid_renew .rgPagePrev,
.RadGrid_renew .rgPageNext,
.RadGrid_renew .rgPageFirst,
.RadGrid_renew .rgPageLast,
.RadGrid_renew .rgExpand,
.RadGrid_renew .rgCollapse,
.RadGrid_renew .rgSortAsc,
.RadGrid_renew .rgSortDesc,
.RadGrid_renew .rgUpdate,
.RadGrid_renew .rgCancel,
.RadGrid_renew .rgUngroup
{
	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_renew .rgGroupItem input,
.RadGrid_renew .rgCommandRow img,
.RadGrid_renew .rgHeader input,
.RadGrid_renew .rgFilterRow img,
.RadGrid_renew .rgFilterRow input,
.RadGrid_renew .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_renew .rgHeaderDiv
{
	background:#acd258;
}

.RadGrid_renew .rgHeader,
.RadGrid_renew th.rgResizeCol
{
	border:0;
    height:30px;
	border-bottom:6px solid #0e1f29;
	border-left:0px solid #9e9e9e;
	padding-top:5px;
	padding-bottom:5px;
	background:#acd258;
	text-align:left;
	font-weight:normal;
    color:#27393d;
}

.RadGrid_renew th.rgSorted
{
	background-color:#fffaeb;
}

.RadGrid_renew .rgHeader,
.RadGrid_renew .rgHeader a
{
    color:#000;
    text-decoration:none;
}

.RadGrid_renew th.rgSorted,
.RadGrid_renew th.rgSorted a
{
    color:#892500;
}

.RadGrid_renew .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_renew .rgRow td,
.RadGrid_renew .rgAltRow td,
.RadGrid_renew .rgEditRow td,
.RadGrid_renew .rgFooter td
{
	border:0;
	border-bottom:0px solid;
	border-left:0px solid;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_renew .rgRow td
{
	border-color:#fff #c3c3c3;
}

.RadGrid_renew .rgAltRow
{
	background:#ededed;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.RadGrid_renew .rgAltRow td
{
	border-color:#ededed #c3c3c3;
}

.RadGrid_renew .rgRow .rgSorted
{
	border-bottom-color:#fffaeb;
	background-color:#fffaeb;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.RadGrid_renew .rgAltRow .rgSorted
{
	border-bottom-color:#f1ecdd;
	background-color:#f1ecdd;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

.RadGrid_renew .rgSelectedRow .rgSorted,
.RadGrid_renew .rgActiveRow .rgSorted,
.RadGrid_renew .rgHoveredRow .rgSorted,
.RadGrid_renew .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_renew .rgRow a,
.RadGrid_renew .rgAltRow a,
.RadGrid_renew .rgEditRow a,
.RadGrid_renew .rgFooter a,
.RadGrid_renew .rgEditForm a
{
	color:#000;
}

.RadGrid_renew .rgSelectedRow
{
    background:#ffa517;
    color:#892500;
}
*+html .RadGrid_renew .rgSelectedRow .rgSorted{background-color:#ffa517}
* html .RadGrid_renew .rgSelectedRow .rgSorted{background-color:#ffa517}

.RadGrid_renew .rgSelectedRow a
{
	color:#892500;
}

.RadGrid_renew .rgActiveRow,
.RadGrid_renew .rgHoveredRow
{
    background:#ffe79c /*0 -2900px repeat-x url('Grid/sprite.gif')*/;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
    color:#892500;
}
*+html .RadGrid_renew .rgActiveRow .rgSorted,
*+html .RadGrid_renew .rgHoveredRow .rgSorted{background-color:#ffe79c;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;}
* html .RadGrid_renew .rgActiveRow .rgSorted,
* html .RadGrid_renew .rgHoveredRow .rgSorted{background-color:#ffe79c;
    transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;}

.RadGrid_renew .rgEditRow
{
	background:#fff 0 -4900px repeat-x url('Grid/sprite.gif');
}
*+html .RadGrid_renew .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_renew .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_renew .rgSelectedRow td,
.RadGrid_renew .rgSelectedRow td.rgSorted
{
	border-color:#ca4b0c #ffa517;
}

.RadGrid_renew .rgActiveRow td,
.RadGrid_renew .rgActiveRow td.rgSorted,
.RadGrid_renew .rgHoveredRow td,
.RadGrid_renew .rgHoveredRow td.rgSorted
{
	border-color:#c98400 #ffe79c;
}

.RadGrid_renew .rgEditRow td,
.RadGrid_renew .rgEditRow td.rgSorted
{
	border-color:#616161 #c3c3c3;
}

/*footer*/

.RadGrid_renew .rgFooterDiv,
.RadGrid_renew .rgFooter
{
	background:#e4e4e4;
}

.RadGrid_renew .rgFooter td
{
	border-top:1px solid;
	border-color:#999 #c3c3c3;
}

/*status*/

.RadGrid_renew .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#999 #999 #e4e4e4 #e4e4e4;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_renew .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_renew .rgPager
{
	background:#e4e4e4;
}

.RadGrid_renew .rgPager td
{
	padding:0;
}

.RadGrid_renew .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#999 #e4e4e4 #e4e4e4;
	border-right:0;
	padding:5px 0 3px;
}

.RadGrid_renew .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:22px;
	white-space:nowrap;
}

.RadGrid_renew .rgArrPart1
{
	padding-right:0;
}

.RadGrid_renew .rgArrPart2
{
	padding-left:0;
}

.RadGrid_renew .rgInfoPart
{
	float:right;
	color:#777;
}

.RadGrid_renew .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_renew .rgArrPart1 img,
.RadGrid_renew .rgArrPart2 img
{
	margin:0 8px;
}

.RadGrid_renew .rgPageFirst,
.RadGrid_renew .rgPagePrev,
.RadGrid_renew .rgPageNext,
.RadGrid_renew .rgPageLast
{
	width:22px;
	height:22px;
	vertical-align:top;
}

.RadGrid_renew .NextPrev .rgPageFirst,
.RadGrid_renew .NextPrev .rgPagePrev,
.RadGrid_renew .NextPrev .rgPageNext,
.RadGrid_renew .NextPrev .rgPageLast
{
	vertical-align:middle;
}

.RadGrid_renew .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_renew .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_renew .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_renew .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_renew .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_renew .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_renew .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_renew .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_renew .rgPagerButton
{
	height:22px;
	border:1px solid #7e7e7e;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#c6c6c6;
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_renew .rgNumPart
{
	padding:0;
}

.RadGrid_renew .NumericPages .rgNumPart
{
	padding:0 10px;
}

.RadGrid_renew .rgNumPart a
{
	float:left;
	line-height:20px;
	border:1px solid #e4e4e4;
	margin:0;
	padding:0 5px;
	color:#000;
	text-decoration:none;
}

.RadGrid_renew .rgNumPart a:hover
{
	border-color:#c98400;
	background:#ffe79c;
	color:#892500;
}

.RadGrid_renew .rgNumPart a:hover span
{
	cursor:pointer;
}

.RadGrid_renew .rgNumPart a.rgCurrentPage,
.RadGrid_renew .rgNumPart a.rgCurrentPage:hover
{
	border-color:#ca4b0c;
	background:transparent;
	color:#892500;
	cursor:default;
}

.RadGrid_renew .rgNumPart a.rgCurrentPage span,
.RadGrid_renew .rgNumPart a.rgCurrentPage:hover span
{
	cursor:default;
}

.RadGrid_renew .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_renew .rgPager .RadSlider
{
	float:left;
	margin:0 10px 0 0;
}

.RadGrid_renew .rgPagerLabel,
.RadGrid_renew .rgPager .RadComboBox,
.RadGrid_renew .rgPager .RadInput_renew
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

*+html .RadGrid_renew .rgPager .RadComboBox{margin-top:-1px;}
* html .RadGrid_renew .rgPager .RadComboBox{margin-top:-1px;padding:1px 0;}

.RadGrid_renew .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_renew .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_renew .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_renew,
.GridReorderBottom_renew
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_renew
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_renew .rgFilterRow
{
	background:#e4e4e4;
}

.RadGrid_renew .rgFilterRow td
{
    border-bottom:1px solid #999;
    border-left:1px solid #e4e4e4;
    padding-top:5px;
    padding-bottom:6px;
}

.RadGrid_renew .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_renew .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_renew .rgFilterActive,
.RadGrid_renew .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_renew .rgFilterBox
{
	border:1px solid #616161;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#000;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_renew .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #7c7c7c;
	background:#c6c6c6;
}

.RadGrid_renew .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_renew .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_renew .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_renew .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_renew .rgUngroup
{
	background-position:0 -6998px;
}

.RadGrid_renew .rgGroupItem
{
	border:1px solid #7e7e7e;
	padding:0 2px 1px 3px;
	background:#c6c6c6;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_renew .rgMasterTable td.rgGroupCol,
.RadGrid_renew .rgMasterTable td.rgExpandCol
{
	border-color:#c9c9c9;
	background:#c9c9c9 none;
}

.RadGrid_renew .rgGroupHeader
{
    background:#c9c9c9;
    font-size:1.1em;
    line-height:22px;
	color:#000;
}

.RadGrid_renew .rgGroupHeader td
{
	padding:0 7px 2px 8px;
}

.RadGrid_renew .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_renew .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_renew .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_renew .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_renew .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_renew .rgEditForm
{
	border-bottom:1px solid #999;
}

.RadGrid_renew .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_renew .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_renew .rgDetailTable
{
	border:1px solid #999;
	border-right:0;
}

/*command row*/

.RadGrid_renew .rgCommandRow
{
	background-color:#e4e4e4;
	color:#000;
}

.RadGrid_renew .rgCommandCell
{
	border:0;
	border-bottom:0px solid #7e7e7e;
	padding:0;
}

.RadGrid_renew tfoot .rgCommandCell
{
	border-top:1px solid #7e7e7e;
	border-bottom:0;
}

.RadGrid_renew .rgCommandTable td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_renew .rgCommandTable
{
	border:0;
}

.RadGrid_renew .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_renew .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_renew .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_renew .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_renew .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_renew
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_renew
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_renew
{
	border:1px solid #c98400;
	padding:3px;
	background:#ffefbd;
	color:#333;
}

/*rtl*/

.RadGridRTL_renew .rgHeader,
.RadGridRTL_renew .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_renew .rgHeader:first-child,
.RadGridRTL_renew th.rgResizeCol:first-child,
.RadGridRTL_renew .rgFilterRow>td:first-child,
.RadGridRTL_renew .rgRow>td:first-child,
.RadGridRTL_renew .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_renew .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_renew .rgWrap
{
	float:right;
}

.RadGridRTL_renew .rgInfoPart
{
	float:left;
}

.RadGridRTL_renew .rgNumPart
{
	width:220px;
}

.RadGridRTL_renew .rgNumPart a
{
	float:right;
}

.RadGridRTL_renew .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}
