﻿/*Telerik RadGrid Black Skin*/

/*global*/

.RadGrid_Legend
{
    border:1px solid #080808;
    background:#EDEDED;
    color:rgb(80,80,80);
}

.RadGrid_Legend,
.RadGrid_Legend .rgMasterTable,
.RadGrid_Legend .rgDetailTable,
.RadGrid_Legend .rgGroupPanel table,
.RadGrid_Legend .rgCommandRow table,
.RadGrid_Legend .rgEditForm table,
.RadGrid_Legend .rgPager table,
.GridToolTip_Legend
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Legend .rgAdd,
.RadGrid_Legend .rgRefresh,
.RadGrid_Legend .rgEdit,
.RadGrid_Legend .rgDel,
.RadGrid_Legend .rgFilter,
.RadGrid_Legend .rgPagePrev,
.RadGrid_Legend .rgPageNext,
.RadGrid_Legend .rgPageFirst,
.RadGrid_Legend .rgPageLast,
.RadGrid_Legend .rgExpand,
.RadGrid_Legend .rgCollapse,
.RadGrid_Legend .rgSortAsc,
.RadGrid_Legend .rgSortDesc,
.RadGrid_Legend .rgUpdate,
.RadGrid_Legend .rgCancel,
.RadGrid_Legend .rgUngroup,
.RadGrid_Legend .rgExpXLS,
.RadGrid_Legend .rgExpDOC,
.RadGrid_Legend .rgExpPDF,
.RadGrid_Legend .rgExpCSV
{
	background-image:url('Grid/sprite.gif');
	/*background-color:#030303;*/
}

/*header*/

.RadGrid_Legend .rgHeaderDiv
{
	/*background:#474747 0 -9550px repeat-x url('Grid/sprite.gif');*/
	/*background: rgb(80,80,80);
    background: -moz-linear-gradient(top, rgba(80,80,80,1) 0%, rgba(25,25,25,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,1)), color-stop(100%,rgba(25,25,25,1)));
    background: -webkit-linear-gradient(top, rgba(80,80,80,1) 0%,rgba(25,25,25,1) 100%);
    background: -o-linear-gradient(top, rgba(80,80,80,1) 0%,rgba(25,25,25,1) 100%);
    background: -ms-linear-gradient(top, rgba(80,80,80,1) 0%,rgba(25,25,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#252525',GradientType=0 );
    background: linear-gradient(top, rgba(80,80,80,1) 0%,rgba(25,25,25,1) 100%);
    border-bottom:1px solid #777777;*/
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -9050px;
	border-bottom:1px solid #999999;
}

.RadGrid_Legend .rgHeader,
.RadGrid_Legend th.rgResizeCol
{
	border:0;
	/*border-bottom:1px solid #777777;
	background:#1a1a1a 0 -2300px repeat-x url('Grid/sprite.gif');*/
}

.RadGrid_Legend th.rgSorted
{
	background-color:#030303;
	background-position:0 -2600px;
}

.RadGrid_Legend .rgHeader,
.RadGrid_Legend .rgHeader a
{
    color:#ffffff;
}

/*rows*/

.RadGrid_Legend .rgRow td,
.RadGrid_Legend .rgAltRow td,
.RadGrid_Legend .rgEditRow td,
.RadGrid_Legend .rgFooter td
{
	border-style:solid;
	border-width:0 0 1px 0;
}

.RadGrid_Legend .rgRow td
{
	border-color:rgb(80,80,80);
}

.RadGrid_Legend .rgAltRow
{
	background:rgb(80,80,80);
}

.RadGrid_Legend .rgAltRow td
{
	border-color:rgb(80,80,80);
}

.RadGrid_Legend .rgRow .rgSorted
{
	border-bottom-color:rgb(80,80,80);
	background-color:rgb(80,80,80);
}

.RadGrid_Legend .rgAltRow .rgSorted
{
	border-bottom-color:rgb(80,80,80);
	background-color:rgb(80,80,80);
}

.RadGrid_Legend .rgSelectedRow .rgSorted,
.RadGrid_Legend .rgActiveRow .rgSorted,
.RadGrid_Legend .rgHoveredRow .rgSorted,
.RadGrid_Legend .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Legend .rgRow a,
.RadGrid_Legend .rgAltRow a,
.RadGrid_Legend .rgEditRow a,
.RadGrid_Legend .rgFooter a,
.RadGrid_Legend .rgEditForm a
{
	color:#ffffff;
}

.RadGrid_Legend .rgSelectedRow
{
    background: rgb(45,45,45);
    /*background: -moz-linear-gradient(top, rgb(66,66,66) 0%, rgb(66,66,66) 35%, rgb(60,60,60) 38%, rgb(50,50,50) 69%, rgb(48,48,48) 77%, rgb(48,48,48) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(66,66,66)), color-stop(35%,rgb(66,66,66)), color-stop(38%,rgb(60,60,60)), color-stop(69%,rgb(50,50,50)), color-stop(77%,rgb(48,48,48)), color-stop(100%,rgb(48,48,48)));
    background: -webkit-linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);
    background: -o-linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);
    background: -ms-linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 );
    background: linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);*/
    /*background:#303030 0 -3900px repeat-x url('Grid/sprite.gif');
    color:#ffffff;*/
}
*+html .RadGrid_Legend .rgSelectedRow .rgSorted{background-color:#303030}
* html .RadGrid_Legend .rgSelectedRow .rgSorted{background-color:#303030}

/*.RadGrid_Legend .rgActiveRow,
.RadGrid_Legend .rgHoveredRow
{
    background:#2e2e2e 0 -2900px repeat-x url('Grid/sprite.gif');
    color:#d99029;
}*/
*+html .RadGrid_Legend .rgActiveRow .rgSorted,
*+html .RadGrid_Legend .rgHoveredRow .rgSorted{background-color:#2e2e2e}
* html .RadGrid_Legend .rgActiveRow .rgSorted,
* html .RadGrid_Legend .rgHoveredRow .rgSorted{background-color:#2e2e2e}

.RadGrid_Legend .rgEditRow
{
	background:#212121;
	color:#d6d6d6;
}
*+html .RadGrid_Legend .rgEditRow .rgSorted{background-color:#212121}
* html .RadGrid_Legend .rgEditRow .rgSorted{background-color:#212121}

.RadGrid_Legend .rgActiveRow td,
.RadGrid_Legend .rgActiveRow td.rgSorted,
.RadGrid_Legend .rgHoveredRow td,
.RadGrid_Legend .rgHoveredRow td.rgSorted
{
	border-bottom-color:#1f1f1f;
}

.RadGrid_Legend .rgSelectedRow td,
.RadGrid_Legend .rgSelectedRow td.rgSorted
{
    background: rgb(45,45,45);
    /*background: -moz-linear-gradient(top, rgb(66,66,66) 0%, rgb(66,66,66) 35%, rgb(60,60,60) 38%, rgb(50,50,50) 69%, rgb(48,48,48) 77%, rgb(48,48,48) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(66,66,66)), color-stop(35%,rgb(66,66,66)), color-stop(38%,rgb(60,60,60)), color-stop(69%,rgb(50,50,50)), color-stop(77%,rgb(48,48,48)), color-stop(100%,rgb(48,48,48)));
    background: -webkit-linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);
    background: -o-linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);
    background: -ms-linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 );
    background: linear-gradient(top, rgb(66,66,66) 0%,rgb(66,66,66) 35%,rgb(60,60,60) 38%,rgb(50,50,50) 69%,rgb(48,48,48) 77%,rgb(48,48,48) 100%);*/
	border-bottom-color:#1a1a1a;
}

.RadGrid_Legend .rgEditRow td,
.RadGrid_Legend .rgEditRow td.rgSorted
{
	border-bottom-color:#080808;
}

.RadGrid_Legend .rgDrag
{
	background-image:url('Grid/rgDrag.gif');
}

/*footer*/

.RadGrid_Legend .rgFooterDiv,
.RadGrid_Legend .rgFooter
{
	background:#2e2e2e;
}

.RadGrid_Legend .rgFooter td
{
	border:0;
	border-top:1px solid #999999;
}

/*status*/

.RadGrid_Legend .rgPager .rgStatus
{
	border:solid #080808;
	border-width:1px 1px 0 0;
}

.RadGrid_Legend .rgStatus div
{
	background-image:url('Common/loading_small.gif');
}

/*pager*/

.RadGrid_Legend .rgPager
{
	background:#1f1f1f 0 -8000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Legend td.rgPagerCell
{
	border-top:1px solid #080808;
	border-left:1px solid #3b3b3b;
}

.RadGrid_Legend .rgInfoPart
{
	color:#a8a8a8;
}

.RadGrid_Legend .rgInfoPart strong
{
	color:#ffffff;
}

.RadGrid_Legend .rgPageFirst
{
	background-position:0 -550px;
}
.RadGrid_Legend .rgPageFirst:hover
{
	background-position:0 -600px;
}
.RadGrid_Legend .rgPagePrev
{
	background-position:0 -700px;
}
.RadGrid_Legend .rgPagePrev:hover
{
	background-position:0 -750px;
}
.RadGrid_Legend .rgPageNext
{
	background-position:0 -850px;
}
.RadGrid_Legend .rgPageNext:hover
{
	background-position:0 -900px;
}
.RadGrid_Legend .rgPageLast
{
	background-position:0 -1000px;
}
.RadGrid_Legend .rgPageLast:hover
{
	background-position:0 -1050px;
}

.RadGrid_Legend .rgPager .rgPagerButton
{
	border-color:#080808;
	background:#1c1c1c repeat-x 0 -1550px url('Grid/sprite.gif');
	color:#ffffff;
	font-family:"segoe ui",arial,sans-serif;
}

.RadGrid_Legend .rgNumPart a:hover,
.RadGrid_Legend .rgNumPart a:hover span,
.RadGrid_Legend .rgNumPart a.rgCurrentPage,
.RadGrid_Legend .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('Grid/sprite.gif');
}

.RadGrid_Legend .rgNumPart a
{
	color:#a8a8a8;
}

/*.RadGrid_Legend .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#d99029;
}*/

.RadGrid_Legend .rgNumPart a:hover span
{
	background-position:0 -1150px;
}

.RadGrid_Legend .rgNumPart a.rgCurrentPage,
.RadGrid_Legend .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#ffffff;
}

.RadGrid_Legend .rgNumPart a.rgCurrentPage span,
.RadGrid_Legend .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
}

/*sorting, reordering*/

.RadGrid_Legend .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Legend .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Legend,
.GridReorderBottom_Legend
{
	background:0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_Legend
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Legend .rgFilterRow
{
	background:#474747 0 -7000px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Legend .rgFilterRow td
{
	border-top:1px solid #4f4f4f;
    border-bottom:1px solid #080808;
}

.RadGrid_Legend .rgFilter
{
	background-position:0 -300px;
}

.RadGrid_Legend .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Legend .rgFilterActive,
.RadGrid_Legend .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Legend .rgFilterBox
{
	border-color:#080808;
	background:#454545;
	font-family:"segoe ui",arial,sans-serif;
	color:#d6d6d6;
}

/*filter context menu*/

.RadMenu_Legend .rgHCMClear,
.RadMenu_Legend .rgHCMFilter
{
	border-color:#080808;
	background:#1c1c1c center -23px repeat-x url('FormDecorator/ButtonSprites.gif');
	color:#ffffff;
	font-family:"segoe ui",arial,sans-serif;
}

/*.RadMenu_Legend .rgHCMClear:hover,
.RadMenu_Legend .rgHCMFilter:hover
{
	background-position:center -67px;
	background-color:#030303;
	color:#d99029;
}*/

/*context menu*/

.GridContextMenu_Legend .rmLeftImage
{
	background-image:url('Grid/contextMenu.gif');
}

.GridContextMenu_Legend .rgHCMSortAsc .rmLeftImage
{
	background-position:0 -20px;
}

.GridContextMenu_Legend .rgHCMSortDesc .rmLeftImage
{
	background-position:0 -60px;
}

.GridContextMenu_Legend .rgHCMUnsort .rmLeftImage
{
	background-position:0 -100px;
}

.GridContextMenu_Legend .rgHCMGroup .rmLeftImage
{
	background-position:0 -140px;
}

.GridContextMenu_Legend .rgHCMUngroup .rmLeftImage
{
	background-position:0 -180px;
}

.GridContextMenu_Legend .rgHCMCols .rmLeftImage
{
	background-position:0 -220px;
}

.GridContextMenu_Legend .rgHCMFilter .rmLeftImage
{
	background-position:0 -260px;
}

.GridContextMenu_Legend .rgHCMUnfilter .rmLeftImage
{
	background-position:0 -300px;
}

/*grouping*/

.RadGrid_Legend .rgGroupPanel
{
	border:0;
	border-bottom:1px solid #080808;
	background:#212121 0 -1900px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Legend .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Legend .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Legend .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_Legend .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_Legend .rgUngroup
{
	background-position:0 -9000px;
}

.RadGrid_Legend .rgGroupItem
{
	border:1px solid #080808;
	background:#1c1c1c 0 -6500px repeat-x url('Grid/sprite.gif');
	color:#ffffff;
}

.RadGrid_Legend .rgMasterTable td.rgGroupCol,
.RadGrid_Legend .rgMasterTable td.rgExpandCol
{
	border-color:#212121;
	background:#212121 none;
}

.RadGrid_Legend .rgGroupHeader
{
    font-size:1.1em;
    line-height:21px;
	color:#ffffff;
}

.RadGrid_Legend .rgGroupHeader,
.RadGrid_Legend .rgGroupHeader td.rgGroupCol
{
	background:#212121 0 -8500px repeat-x url('Grid/sprite.gif');
	
}

.RadGrid_Legend .rgGroupHeader td
{
	border-top:1px solid #3b3b3b;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_Legend .rgGroupHeader td.rgGroupCol
{
	border-top-color:#212121;
}

.RadGrid_Legend .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Legend .rgCollapse
{
	background-position:3px -444px;
}

/*editing*/

.RadGrid_Legend .rgEditForm
{
	border-bottom:1px solid #080808;
}

.RadGrid_Legend .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Legend .rgCancel
{
	background-position:0 -1850px;
}

/*hierarchy*/

.RadGrid_Legend .rgDetailTable
{
	border-color:#080808;
}

/*command row*/

.RadGrid_Legend .rgCommandRow
{
	/*background:#1f1f1f 0 -2100px repeat-x url('Grid/sprite.gif');*/
	background-color:#2f2f2f;
	color:#ffffff;
}

.RadGrid_Legend .rgCommandCell
{
	border:0;
	padding:2px 7px;
}

.RadGrid_Legend tfoot .rgCommandCell,
.RadGrid_Legend .rgMasterTable>tbody>tr.rgCommandRow .rgCommandCell
{
	border-top:1px solid #999999;
}

.RadGrid_Legend thead .rgCommandCell
{
	border-bottom:1px solid #0d0d0d;
}

.RadGrid_Legend .rgCommandTable,
.RadGrid_Legend .rgCommandTable td
{
	border:0;
	padding:0;
}

.RadGrid_Legend .rgCommandRow a
{
	color:#ffffff;
	text-decoration:none;
}

.RadGrid_Legend .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Legend .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Legend .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Legend .rgDel
{
	background-position:0 -1750px;
}

.RadGrid_Legend .rgExpXLS,
.RadGrid_Legend .rgExpDOC,
.RadGrid_Legend .rgExpPDF,
.RadGrid_Legend .rgExpCSV
{
	background-image:url('Grid/export.gif');
}

.RadGrid_Legend .rgExpXLS
{
	background-position:0 0;
}
.RadGrid_Legend .rgExpDOC
{
	background-position:0 -50px;
}
.RadGrid_Legend .rgExpPDF
{
	background-position:0 -100px;
}
.RadGrid_Legend .rgExpCSV
{
	background-position:0 -150px;
}

/*multirow select*/

.GridRowSelector_Legend
{
	background:#d6d6d6;
}

/*row drag n drop*/

.GridItemDropIndicator_Legend
{
    border-top:1px dashed #d6d6d6;
}

/*tooltip*/

.GridToolTip_Legend
{
	border:1px solid #080808;
	padding:3px;
	background:#cccccc;
	color:#000000;
}

/*rtl*/

.RadGridRTL_Legend .rgPageFirst
{
	background-position:0 -1000px;
}
.RadGridRTL_Legend .rgPageFirst:hover
{
	background-position:0 -1050px;
}
.RadGridRTL_Legend .rgPagePrev
{
	background-position:0 -850px;
}
.RadGridRTL_Legend .rgPagePrev:hover
{
	background-position:0 -900px;
}
.RadGridRTL_Legend .rgPageNext
{
	background-position:0 -700px;
}
.RadGridRTL_Legend .rgPageNext:hover
{
	background-position:0 -750px;
}
.RadGridRTL_Legend .rgPageLast
{
	background-position:0 -550px;
}
.RadGridRTL_Legend .rgPageLast:hover
{
	background-position:0 -600px;
}
.RadGridRTL_Legend .rgExpand
{
	background-position:-20px -496px;
}
