﻿/* XS Telerik RadGrid Sunset Skin*/

/*global*/

.RadGrid_Sunset
{
	background:#ffffff;
	color:#333;
}

.RadGrid_Sunset,
.RadGrid_Sunset .rgMasterTable,
.RadGrid_Sunset .rgDetailTable,
.RadGrid_Sunset .rgGroupPanel table,
.RadGrid_Sunset .rgCommandRow table,
.RadGrid_Sunset .rgEditForm table,
.GridToolTip_Sunset
{
	/*font:12px/16px "segoe ui",arial,sans-serif;*/
	font-family: Geneva,Verdana,sans-serif;
	font-size: 10px;
}

.RadGrid_Sunset .rgMasterTable,
.RadGrid_Sunset .rgDetailTable
{
	border-collapse:separate !important;
}

.RadGrid_Sunset .rgRow,
.RadGrid_Sunset .rgAltRow,
.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset .rgResizeCol,
.RadGrid_Sunset .rgPager,
.RadGrid_Sunset .rgGroupPanel
{
	cursor:default;
}

.RadGrid_Sunset .rgRow td,
.RadGrid_Sunset .rgAltRow td,
.RadGrid_Sunset .rgEditRow td,
.RadGrid_Sunset .rgFooter td,
.RadGrid_Sunset .rgFilterRow td,
.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset .rgResizeCol,
.RadGrid_Sunset .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Sunset .rgAdd,
.RadGrid_Sunset .rgRefresh,
.RadGrid_Sunset .rgEdit,
.RadGrid_Sunset .rgDel,
.RadGrid_Sunset .rgFilter,
.RadGrid_Sunset .rgPagePrev,
.RadGrid_Sunset .rgPageNext,
.RadGrid_Sunset .rgPageFirst,
.RadGrid_Sunset .rgPageLast,
.RadGrid_Sunset .rgExpand,
.RadGrid_Sunset .rgCollapse,
.RadGrid_Sunset .rgSortAsc,
.RadGrid_Sunset .rgSortDesc,
.RadGrid_Sunset .rgUpdate,
.RadGrid_Sunset .rgCancel
{
	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_Sunset .rgGroupItem input,
.RadGrid_Sunset .rgCommandRow img,
.RadGrid_Sunset .rgHeader input,
.RadGrid_Sunset .rgFilterRow img,
.RadGrid_Sunset .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Sunset .rgHeaderDiv
{
	background:#eee /*0 -5900px repeat-x url('Grid/sprite.gif')*/;
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset th.rgResizeCol
{
	border:0;
	border-bottom:1px solid #828282;
	padding-top:5px;
	padding-bottom:4px;
	background:#aca992 /*0 -2300px repeat-x url('Grid/sprite.gif')*/;
	font-weight: bold;
	vertical-align: bottom;
}

.RadGrid_Sunset th.rgSorted
{
	background-color:#92907C;
	background-position:0 -2600px;
}

.RadGrid_Sunset .rgHeader,
.RadGrid_Sunset .rgHeader a
{
	color:#ffffff;
	font-weight: bold;
}
.RadGrid_Sunset .rgHeader a
{
	text-decoration: underline !important;
	color: #ffffff !important;
}

.RadGrid_Sunset .rgHeader a:hover
{
	color: #0365AC;
}

/*rows*/

.RadGrid_Sunset .rgRow td,
.RadGrid_Sunset .rgAltRow td,
.RadGrid_Sunset .rgEditRow td,
.RadGrid_Sunset .rgFooter td
{
	border:0;
	border-bottom:1px solid;
	
	padding-bottom:4px;
	padding-top:3px;
	
}

.RadGrid_Sunset .rgRow td,
.RadGrid_Sunset .rgAltRow td
{
	border-color:#fff;
}

.RadGrid_Sunset td.rgOwnerCell,
.RadGrid_Sunset td.rgLocationCell,
.RadGrid_Sunset td.rgOwnerCellAlt,
.RadGrid_Sunset td.rgLocationCellAlt {
    border-right: solid 1px #E4E2D3;
    border-bottom: solid 1px #E4E2D3;
    border-collapse: collapse;
}

.RadGrid_Sunset .rgAltRow
{
	background:#E4E2D3;
}

.RadGrid_Sunset .rgRow .rgSorted
{
	background-color:#F1EFE0;
}

.RadGrid_Sunset .rgAltRow .rgSorted
{
	background-color:#CAC9BC;
}

.RadGrid_Sunset .rgSelectedRow .rgSorted,
.RadGrid_Sunset .rgActiveRow .rgSorted,
.RadGrid_Sunset .rgHoveredRow .rgSorted,
.RadGrid_Sunset .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Sunset .rgRow a,
.RadGrid_Sunset .rgAltRow a,
.RadGrid_Sunset .rgEditRow a,
.RadGrid_Sunset .rgFooter a,
.RadGrid_Sunset .rgEditForm a
{
	/*color: #0365ac;*/
	color: #000000;
}

.RadGrid_Sunset .rgSelectedRow
{
	background:#70c3ff /*0 -3900px repeat-x url('Grid/sprite.gif')*/;
}
*+html .RadGrid_Sunset .rgSelectedRow .rgSorted{background-color:#828282}
* html .RadGrid_Sunset .rgSelectedRow .rgSorted{background-color:#828282}

.RadGrid_Sunset .rgActiveRow,
.RadGrid_Sunset .rgHoveredRow
{
	background:#70c3ff !important /*0 -2900px repeat-x url('Grid/sprite.gif')*/;
	color:#333;
	
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	
	/*
	behavior: url(PIE.htc);
	-ms-behavior:url(PIE.htc);
	*/
}

*+html .RadGrid_Sunset .rgActiveRow .rgSorted,
*+html .RadGrid_Sunset .rgHoveredRow .rgSorted{background-color:#c5c5c5}
* html .RadGrid_Sunset .rgActiveRow .rgSorted,
* html .RadGrid_Sunset .rgHoveredRow .rgSorted{background-color:#c5c5c5}

.RadGrid_Sunset .rgEditRow
{
	background:#fff /*0 -4900px repeat-x url('Grid/sprite.gif')*/;
}
*+html .RadGrid_Sunset .rgEditRow .rgSorted{background-color:#fff}
* html .RadGrid_Sunset .rgEditRow .rgSorted{background-color:#fff}

.RadGrid_Sunset .rgActiveRow td,
.RadGrid_Sunset .rgActiveRow td.rgSorted,
.RadGrid_Sunset .rgHoveredRow td,
.RadGrid_Sunset .rgHoveredRow td.rgSorted
{
	/*border-bottom-color:#9e9e9e;*/
}

.RadGrid_Sunset .rgSelectedRow td,
.RadGrid_Sunset .rgSelectedRow td.rgSorted
{
	/*border-bottom-color:#6c6c6c;*/
}

/*footer*/

.RadGrid_Sunset .rgFooterDiv,
.RadGrid_Sunset .rgFooter
{
	/*background:#eee;*/
	/*
	border:0;
	border-bottom:1px solid #828282;
	padding-top:5px;
	padding-bottom:4px;
	text-align:left;
	*/
	background:#aca992 /*0 -2300px repeat-x url('Grid/sprite.gif')*/;
	color:#fff;
	font-weight: bold;
	font-size: 11px;
}

.RadGrid_Sunset .rgFooter td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #fff;
}

/*status*/

.RadGrid_Sunset .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#828282 #c9c9c9 #eee #eee;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_Sunset .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent 0 0 no-repeat url('Grid/loading.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Sunset .rgPager
{
	background:#eee;
	background-image: linear-gradient(to bottom, #FFFFFF, #DDDDDD);
	background-repeat: repeat-x;
}

.RadGrid_Sunset .rgPagerCell
{
	border:1px solid;
	border-color:#828282 #eee #eee;
	border-right:0;
	padding:3px 0 2px;
}

.RadGrid_Sunset .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Sunset .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Sunset .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Sunset .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_Sunset .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_Sunset .rgPageFirst,
.RadGrid_Sunset .rgPagePrev,
.RadGrid_Sunset .rgPageNext,
.RadGrid_Sunset .rgPageLast
{
	width:22px;
	height:24px;
}

.RadGrid_Sunset .rgPageFirst
{
	background-position:0 -549px;
}
.RadGrid_Sunset .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_Sunset .rgPagePrev
{
	background-position:0 -699px;
}
.RadGrid_Sunset .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_Sunset .rgPageNext
{
	background-position:0 -849px;
}
.RadGrid_Sunset .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_Sunset .rgPageLast
{
	background-position:0 -999px;
}
.RadGrid_Sunset .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_Sunset .rgPagerButton
{
	height:22px;
	border:1px solid;
	border-color:#d0d0d0 #aeaeae #8b8b8b;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:transparent /*repeat-x 0 -1550px url('Grid/sprite.gif')*/;
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Sunset .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Sunset .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_Sunset .rgNumPart a:hover,
.RadGrid_Sunset .rgNumPart a:hover span,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage span
{
	/*background:no-repeat url('Grid/sprite.gif');*/
}

.RadGrid_Sunset .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;
}

.RadGrid_Sunset .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Sunset .rgNumPart a:hover
{
	background-position:100% -1250px;
}

.RadGrid_Sunset .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Sunset .rgNumPart a.rgCurrentPage,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	cursor:default;
}

.RadGrid_Sunset .rgNumPart a.rgCurrentPage span,
.RadGrid_Sunset .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Sunset .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Sunset .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Sunset .rgPagerLabel,
.RadGrid_Sunset .rgPager .RadComboBox,
.RadGrid_Sunset .rgPager .RadInput_Sunset
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Sunset .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Sunset .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Sunset .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_Sunset .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Sunset .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
	background:0 0 no-repeat url('../images/sort_asc.png');
}

.RadGrid_Sunset .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
	background:0 0 no-repeat url('../images/sort_desc.png');
}


.GridReorderTop_Sunset,
.GridReorderBottom_Sunset
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	/*background:0 0 no-repeat url('Grid/sprite.gif');*/
}

.GridReorderBottom_Sunset
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Sunset .rgFilterRow
{
	background:#FFE4C4;
}

.RadGrid_Sunset .rgFilterRow td
{
	border-bottom:1px solid #828282;
	padding-top:4px;
	padding-bottom:7px;
}

.RadGrid_Sunset .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Sunset .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Sunset .rgFilterBox
{
	border:1px solid;
	border-color:#8e8e8e #c9c9c9 #c9c9c9 #8e8e8e;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Sunset .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #828282;
	background:#eee /*0 -1900px repeat-x url('Grid/sprite.gif')*/;
}

.RadGrid_Sunset .rgGroupPanel td
{
	border:0;
	/*padding:3px 4px;*/
	padding:0px 0px !important;
}

.RadGrid_Sunset .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Sunset .rgGroupPanel .rgSortAsc
{
	background-position:4px -143px;
}

.RadGrid_Sunset .rgGroupPanel .rgSortDesc
{
	background-position:4px -93px;
}

.RadGrid_Sunset .rgGroupItem
{
	border:1px solid;
	border-color:#c4c4c4 #c4c4c4 #9e9e9e;
	padding:1px 2px 4px 3px;
	background:#c6c6c6 /*0 -6500px repeat-x url('Grid/sprite.gif')*/;
}

.RadGrid_Sunset .rgMasterTable td.rgGroupCol,
.RadGrid_Sunset .rgMasterTable td.rgExpandCol
{
	border-color:#d9d9d9;
	background:#d9d9d9 none;
}

.RadGrid_Sunset .rgGroupHeader
{
	background:#d9d9d9;
	font-size:1.1em;
	color:#000;
}

.RadGrid_Sunset .rgGroupHeader td
{
	border-top:1px solid #828282;
	border-bottom:1px solid #d9d9d9;
	padding-top:1px;
	padding-bottom:4px;
}

.RadGrid_Sunset .rgGroupHeader td.rgGroupCol
{
	border-top-color:#828282;
}

.RadGrid_Sunset .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Sunset .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Sunset .rgGroupHeader td p
{
	display:inline;
	padding:0 10px;
}

.RadGrid_Sunset .rgGroupHeader td div div
{
	top:-0.5em;
	padding:0 10px;
}

.RadGrid_Sunset .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Sunset .rgEditForm
{
	border-bottom:1px solid #828282;
}

.RadGrid_Sunset .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Sunset .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Sunset .rgDetailTable
{
	border:1px solid #828282;
	border-right:0;
}

/*command row*/

.RadGrid_Sunset .rgCommandRow
{
	background:#c5c5c5 /*0 -2099px repeat-x url('Grid/sprite.gif')*/;
	color:#000;
}

.RadGrid_Sunset .rgCommandRow td
{
	border:1px solid;
	border-color:#999 #f2f2f2;
	border-top:0;
	padding:0;
}

.RadGrid_Sunset tfoot .rgCommandRow td
{
	border-top:1px solid;
	border-bottom:0;
}

.RadGrid_Sunset tr.rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Sunset tr.rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Sunset .rgCommandRow table
{
	border:0;
	border-top:1px solid #fdfdfd;
	border-bottom:1px solid #e7e7e7;
}

.RadGrid_Sunset .rgCommandRow table table
{
	border:0;
}

.RadGrid_Sunset .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_Sunset .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Sunset .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Sunset .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Sunset .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Sunset
{
	background:#4c4e54;
}

/*row drag n drop*/

.GridItemDropIndicator_Sunset
{
	border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Sunset
{
	border:1px solid #828282;
	padding:3px;
	background:#fff;
	color:#333;
}

/*rtl*/

.RadGridRTL_Sunset .rgHeader,
.RadGridRTL_Sunset .rgResizeCol
{
	text-align:right;
}

.RadGridNegativeNumber
{
	color: Red;
}

.RadGrid_Sunset tr.rgMultiHeaderRow th.rgHeader[colspan]
{
    text-align: center;
    font-weight: bold;
    background-color: #868576;
    border-right: 1px solid #ACA992;    
}
