﻿/*Telerik RadGrid Black Skin*/

/*global*/

.RadGrid_Padrao
{
    margin-left:0px;
}

.RadGrid_Padrao,
.RadGrid_Padrao .rgMasterTable,
.RadGrid_Padrao .rgDetailTable,
.RadGrid_Padrao .rgGroupPanel table,
.RadGrid_Padrao .rgCommandRow table,
.RadGrid_Padrao .rgEditForm table,
.GridToolTip_Padrao
{

}

.RadGrid_Padrao .rgMasterTable,
.RadGrid_Padrao .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Padrao .rgRow,
.RadGrid_Padrao .rgAltRow,
.RadGrid_Padrao .rgHeader,
.RadGrid_Padrao .rgResizeCol,
.RadGrid_Padrao .rgPager,
.RadGrid_Padrao .rgGroupPanel,
.RadGrid_Padrao .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Padrao .rgMasterTable tr:first-child td
{
    border-top: 1px solid transparent;
}

.RadGrid_Padrao .rgRow td,
.RadGrid_Padrao .rgAltRow td,
.RadGrid_Padrao .rgEditRow td,
.RadGrid_Padrao .rgFooter td,
.RadGrid_Padrao .rgFilterRow td,
.RadGrid_Padrao .rgHeader,
.RadGrid_Padrao .rgResizeCol,
.RadGrid_Padrao .rgGroupHeader td
{
	/*padding-left:7px;
	padding-right:7px;*/
	padding-left:6px;
	padding-right:6px;
}

.RadGrid_Padrao .rgAdd,
.RadGrid_Padrao .rgRefresh,
.RadGrid_Padrao .rgEdit,
.RadGrid_Padrao .rgDel,
.RadGrid_Padrao .rgFilter,
.RadGrid_Padrao .rgPagePrev,
.RadGrid_Padrao .rgPageNext,
.RadGrid_Padrao .rgPageFirst,
.RadGrid_Padrao .rgPageLast,
.RadGrid_Padrao .rgExpand,
.RadGrid_Padrao .rgCollapse,
.RadGrid_Padrao .rgSortAsc,
.RadGrid_Padrao .rgSortDesc,
.RadGrid_Padrao .rgUpdate,
.RadGrid_Padrao .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('RadGrid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:hand;
	cursor:pointer;
}

.RadGrid_Padrao .rgGroupItem input,
.RadGrid_Padrao .rgCommandRow img,
.RadGrid_Padrao .rgHeader input,
.RadGrid_Padrao .rgFilterRow img,
.RadGrid_Padrao .rgFilterRow input,
.RadGrid_Padrao .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Padrao .rgHeaderDiv
{
	background:#474747 0 -5900px repeat-x url('RadGrid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Padrao .rgHeader,
.RadGrid_Padrao th.rgResizeCol
{
	text-align:left;
	font-weight:normal;
    padding: 6px 7px;
}

.RadGrid_Padrao th.rgSorted
{
	/*background-color:#020202;
	background-position:0 -2600px;*/
}

.RadGrid_Padrao .rgHeader,
.RadGrid_Padrao .rgHeader a
{
    color:#606060;
    font-weight:bold;
    text-decoration:none;
}

.RadGrid_Padrao .rgHeader a:hover
{
    color:#3b5998;
}

/*rows*/

.RadGrid_Padrao .rgHeader
{
	border-bottom:1px solid #eeeeee;    
}

.RadGrid_Padrao .rgRow td,
.RadGrid_Padrao .rgAltRow td,
.RadGrid_Padrao .rgEditRow td,
.RadGrid_Padrao .rgFooter td
{
	border-top:1px solid #eeeeee;
	padding:12px 7px;
}

.RadGrid_Padrao .rgRow td
{
	/*border-color:#4f4f4f;*/
	/*background:#282828;*/
}

.RadGrid_Padrao .rgRow
{
	background:#ffffff;
}

.RadGrid_Padrao .rgAltRow
{
	background:#ffffff;
}

.RadGrid_Padrao .rgAltRow td
{
	/*border-color:#494949;*/
}

.RadGrid_Padrao .rgRow .rgSorted
{
	/*border-bottom-color:#4b4b4b;
	background-color:#4b4b4b;*/
}

.RadGrid_Padrao .rgAltRow .rgSorted
{
	/*border-bottom-color:#454545;
	background-color:#454545;*/
}

.RadGrid_Padrao .rgSelectedRow .rgSorted,
.RadGrid_Padrao .rgActiveRow .rgSorted,
.RadGrid_Padrao .rgHoveredRow .rgSorted,
.RadGrid_Padrao .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Padrao .rgRow a,
.RadGrid_Padrao .rgAltRow a,
.RadGrid_Padrao .rgEditRow a,
.RadGrid_Padrao .rgFooter a,
.RadGrid_Padrao .rgEditForm a
{

}

.RadGrid_Padrao .rgSelectedRow
{
    background:#303030 0 -3900px repeat-x url('RadGrid/sprite.gif');
    color:#fff;
}
*+html .RadGrid_Padrao .rgSelectedRow .rgSorted{background-color:#303030}
* html .RadGrid_Padrao .rgSelectedRow .rgSorted{background-color:#303030}

.RadGrid_Padrao .rgActiveRow,
.RadGrid_Padrao .rgHoveredRow
{
    background:#2e2e2e 0 -2900px repeat-x url('RadGrid/sprite.gif');
    /*color:#9eda29;*/
    /*cursor:hand;
    cursor:pointer;*/   
}
*+html .RadGrid_Padrao .rgActiveRow .rgSorted,
*+html .RadGrid_Padrao .rgHoveredRow .rgSorted{background-color:#2e2e2e}
* html .RadGrid_Padrao .rgActiveRow .rgSorted,
* html .RadGrid_Padrao .rgHoveredRow .rgSorted{background-color:#2e2e2e}

.RadGrid_Padrao .rgEditRow
{
	background:#202020;
	color:#d7d7d7;	
}
*+html .RadGrid_Padrao .rgEditRow .rgSorted{background-color:#202020}
* html .RadGrid_Padrao .rgEditRow .rgSorted{background-color:#202020}

.RadGrid_Padrao .rgActiveRow td,
.RadGrid_Padrao .rgActiveRow td.rgSorted,
.RadGrid_Padrao .rgHoveredRow td,
.RadGrid_Padrao .rgHoveredRow td.rgSorted
{
	border-bottom-color:#1e1e1e;
}

.RadGrid_Padrao .rgSelectedRow td,
.RadGrid_Padrao .rgSelectedRow td.rgSorted
{
	border-bottom-color:#1a1a1a;
}

.RadGrid_Padrao .rgEditRow td,
.RadGrid_Padrao .rgEditRow td.rgSorted
{
	border-bottom-color:#080808;
}

/*footer*/

.RadGrid_Padrao .rgFooterDiv,
.RadGrid_Padrao .rgFooter
{
	background:#2e2e2e;
}

.RadGrid_Padrao .rgFooter td
{
	border:0;
	border-top:1px solid #080808;
}

/*status*/

.RadGrid_Padrao .rgPager .rgStatus
{
	width:35px;
	border:0;
	border-top:1px solid;
	border-right:1px solid;
	border-color:#080808;
	padding:3px 0 2px;
}

.RadGrid_Padrao .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('RadGrid/loading.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Padrao .rgPager
{
/*	background:#1e1e1e 0 -8000px repeat-x url('RadGrid/sprite.gif');*/
}

.RadGrid_Padrao .rgPager td
{
	padding:0;
}

.RadGrid_Padrao .rgPager .rgPagerCell
{
	border:0;
	padding: 3px 0 2px;
}

.RadGrid_Padrao .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Padrao .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Padrao .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Padrao .rgInfoPart
{
	float:right;
	color:#353535;
}

.RadGrid_Padrao .rgInfoPart strong
{
	font-weight:normal;
	color:#353535;
}

.RadGrid_Padrao .rgWrap a img
{
	/*margin:3px 8px 0;*/
}


.RadGrid_Padrao .rgPageFirst,
.RadGrid_Padrao .rgPagePrev,
.RadGrid_Padrao .rgPageNext,
.RadGrid_Padrao .rgPageLast
{
	width:20px;
	height:24px;
}

.RadGrid_Padrao .rgPageFirst
{
	margin-right:1px;
	background-position:0 -548px;
}
.RadGrid_Padrao .rgPageFirst:hover
{
	background-position:0 -598px;
}
.RadGrid_Padrao .rgPagePrev
{
	margin-right:1px;
	background-position:0 -698px;
}
.RadGrid_Padrao .rgPagePrev:hover
{
	background-position:0 -748px;
}
.RadGrid_Padrao .rgPageNext
{
	margin-left:1px;
	background-position:0 -848px;
}
.RadGrid_Padrao .rgPageNext:hover
{
	background-position:0 -898px;
}
.RadGrid_Padrao .rgPageLast
{
	margin-left:1px;
	background-position:0 -998px;
}
.RadGrid_Padrao .rgPageLast:hover
{
	background-position:0 -1048px;
}

.RadGrid_Padrao .rgPagerButton
{
	height:22px;
	border:1px solid #080808;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#1b1b1b repeat-x 0 -1550px url('RadGrid/sprite.gif');
	color:#fff;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
}

.RadGrid_Padrao .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Padrao .NumericPages .rgNumPart
{
	padding:2px 10px;
}

/*.RadGrid_Padrao .rgNumPart a:hover,
.RadGrid_Padrao .rgNumPart a:hover span,*/
.RadGrid_Padrao .rgNumPart a.rgCurrentPage,
.RadGrid_Padrao .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('RadGrid/sprite.gif');
}

.RadGrid_Padrao .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#3b5998;
	text-decoration:none;
}

.RadGrid_Padrao .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Padrao .rgNumPart a:hover
{
	/*background-position:100% -1250px;*/
	/*color:#9eda29;*/
	color:#3b5998;
}

.RadGrid_Padrao .rgNumPart a:hover span
{
	/*background-position:0 -1150px;*/
	cursor:hand;
	cursor:pointer;
}

.RadGrid_Padrao .rgNumPart a.rgCurrentPage,
.RadGrid_Padrao .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color: #606060;
	cursor:default;
}

.RadGrid_Padrao .rgNumPart a.rgCurrentPage span,
.RadGrid_Padrao .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Padrao .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Padrao .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Padrao .rgPagerLabel,
.RadGrid_Padrao .rgPager .RadComboBox,
.RadGrid_Padrao .rgPager .RadInput_Padrao
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Padrao .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Padrao .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Padrao .rgPager .RadComboBox{margin-top:-2px;}

.RadGrid_Padrao .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Padrao .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Padrao .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Padrao,
.GridReorderBottom_Padrao
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('RadGrid/sprite.gif');
}

.GridReorderBottom_Padrao
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Padrao .rgFilterRow
{
	background:#474747 0 -7000px repeat-x url('RadGrid/sprite.gif');
}

.RadGrid_Padrao .rgFilterRow td
{
	border-top:1px solid #4f4f4f;
    border-bottom:1px solid #080808;
    padding-top:4px;
    padding-bottom:7px;
}

.RadGrid_Padrao .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Padrao .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Padrao .rgFilterActive,
.RadGrid_Padrao .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Padrao .rgFilterBox
{
	border:1px solid #080808;
	padding:2px 1px 3px;
	background:#454545;
	font:12px "segoe ui",arial,sans-serif;
	color:#d7d7d7;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Padrao .rgGroupPanel
{
	height:24px;
	border:0;
	border-bottom:1px solid #080808;
	background:#202020 0 -1900px repeat-x url('RadGrid/sprite.gif');
}

.RadGrid_Padrao .rgGroupPanel td
{
	border:0;
	padding:3px 4px;
}

.RadGrid_Padrao .rgGroupPanel td td
{
	padding:0;
}

.RadGrid_Padrao .rgGroupPanel .rgSortAsc
{
	background-position:2px -146px;
}

.RadGrid_Padrao .rgGroupPanel .rgSortDesc
{
	background-position:2px -95px;
}

.RadGrid_Padrao .rgGroupItem
{
	border:1px solid #080808;
	padding:0 2px 1px 3px;
	background:#1b1b1b 0 -6500px repeat-x url('RadGrid/sprite.gif');
	color:#fff;
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Padrao .rgMasterTable td.rgGroupCol,
.RadGrid_Padrao .rgMasterTable td.rgExpandCol
{
	border-color:#202020;
	background:#202020 none;
}

.RadGrid_Padrao .rgGroupHeader
{
    font-size:1.1em;
    line-height:21px;
	color:#fff;
}

.RadGrid_Padrao .rgGroupHeader,
.RadGrid_Padrao .rgGroupHeader td.rgGroupCol
{
	background:#202020 0 -8500px repeat-x url('RadGrid/sprite.gif');
}

.RadGrid_Padrao .rgGroupHeader td
{
	border-top:1px solid #3a3a3a;
	padding-top:0;
	padding-bottom:0;
}

.RadGrid_Padrao .rgGroupHeader td.rgGroupCol
{
	border-top-color:#202020;
}

.RadGrid_Padrao .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Padrao .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Padrao .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
}

.RadGrid_Padrao .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
}

.RadGrid_Padrao .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Padrao .rgEditForm
{
	border-bottom:1px solid #080808;
}

.RadGrid_Padrao .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Padrao .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Padrao .rgDetailTable
{
	border:1px solid #080808;
	border-right:0;
}

/*command row*/

.RadGrid_Padrao .rgCommandRow
{
	background:#020202 0 -2100px repeat-x url('RadGrid/sprite.gif');
	color:#fff;
}

.RadGrid_Padrao .rgCommandRow td
{
	border:0;
	padding:0;
}

.RadGrid_Padrao tfoot .rgCommandRow td
{
	border-top:1px solid #0e0e0e;
}

.RadGrid_Padrao thead .rgCommandRow td
{
	border-bottom:1px solid #0e0e0e;
}

.RadGrid_Padrao .rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Padrao .rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Padrao .rgCommandRow table
{
	border:0;
}

.RadGrid_Padrao .rgCommandRow a
{
	color:#000;
	text-decoration:none;
}

.RadGrid_Padrao .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Padrao .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Padrao .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Padrao .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Padrao
{
	background:#d7d7d7;
}

/*row drag n drop*/

.GridItemDropIndicator_Padrao
{
    border-top:1px dashed #d7d7d7;
}

/*tooltip*/

.GridToolTip_Padrao
{
	border:1px solid #080808;
	padding:3px;
	background:#ccc;
	color:#000;
}

/*rtl*/

.RadGridRTL_Padrao .rgHeader,
.RadGridRTL_Padrao .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Padrao .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Padrao .rgWrap
{
	float:right;
}

.RadGridRTL_Padrao .rgInfoPart
{
	float:left;
}

.RadGridRTL_Padrao .rgNumPart
{
	width:220px;
}

.RadGridRTL_Padrao .rgNumPart a
{
	float:right;
}