﻿/*Telerik RadGrid Vista Skin*/

/*global*/

.RadGrid_Compensation
{
    border:1px solid #86889D;
    background:#fff;
    color:#333;
}

.RadGrid_Compensation,
.RadGrid_Compensation .rgMasterTable,
.RadGrid_Compensation .rgDetailTable,
.RadGrid_Compensation .rgGroupPanel table,
.RadGrid_Compensation .rgCommandRow table,
.RadGrid_Compensation .rgEditForm table,
.GridToolTip_Compensation
{
    font:12px/16px "segoe ui",arial,sans-serif;
}

.RadGrid_Compensation .rgMasterTable,
.RadGrid_Compensation .rgDetailTable
{
    border-collapse:separate;
}

.RadGrid_Compensation .rgRow,
.RadGrid_Compensation .rgAltRow,
.RadGrid_Compensation .rgHeader,
.RadGrid_Compensation .rgResizeCol,
.RadGrid_Compensation .rgPager,
.RadGrid_Compensation .rgGroupPanel,
.RadGrid_Compensation .rgGroupHeader
{
	cursor:default;
}

.RadGrid_Compensation input[type="image"]
{
	cursor:pointer;
}

.RadGrid_Compensation .rgRow td,
.RadGrid_Compensation .rgAltRow td,
.RadGrid_Compensation .rgEditRow td,
.RadGrid_Compensation .rgFooter td,
.RadGrid_Compensation .rgFilterRow td,
.RadGrid_Compensation .rgHeader,
.RadGrid_Compensation .rgResizeCol,
.RadGrid_Compensation .rgGroupHeader td
{
	padding-left:7px;
	padding-right:7px;
}

.RadGrid_Compensation .rgHeader:first-child,
.RadGrid_Compensation th.rgResizeCol:first-child,
.RadGrid_Compensation .rgFilterRow>td:first-child,
.RadGrid_Compensation .rgRow>td:first-child,
.RadGrid_Compensation .rgAltRow>td:first-child
{
	border-left:0;
	padding-left:8px;
}

.RadGrid_Compensation .rgAdd,
.RadGrid_Compensation .rgRefresh,
.RadGrid_Compensation .rgEdit,
.RadGrid_Compensation .rgDel,
.RadGrid_Compensation .rgFilter,
.RadGrid_Compensation .rgPagePrev,
.RadGrid_Compensation .rgPageNext,
.RadGrid_Compensation .rgPageFirst,
.RadGrid_Compensation .rgPageLast,
.RadGrid_Compensation .rgExpand,
.RadGrid_Compensation .rgCollapse,
.RadGrid_Compensation .rgSortAsc,
.RadGrid_Compensation .rgSortDesc,
.RadGrid_Compensation .rgUpdate,
.RadGrid_Compensation .rgCancel,
.RadGrid_Compensation .rgUngroup
{
	width:16px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:url('../images/gridImages/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.RadGrid_Compensation .rgGroupItem input,
.RadGrid_Compensation .rgCommandRow img,
.RadGrid_Compensation .rgHeader input,
.RadGrid_Compensation .rgFilterRow img,
.RadGrid_Compensation .rgFilterRow input,
.RadGrid_Compensation .rgPager img
{
	vertical-align:middle;
}

/*header*/

.RadGrid_Compensation .rgHeaderDiv
{
	background:#ebeef6 0 -5900px repeat-x url('../images/gridImages/sprite.gif');
}
.rgTwoLines .rgHeaderDiv
{
	background-position:0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv
{
	background-image:none;
}

.RadGrid_Compensation .rgHeader,
.RadGrid_Compensation th.rgResizeCol
{
	border:1px solid;
	border-color:#fff #727394 #40446A #616381;
	border-top:0;
	padding-top:2px;
	padding-bottom:2px;
	background:0 -2300px repeat-x #5E5F7B url('../images/gridImages/sprite.gif');
	text-align:left;
	font-weight:normal;
}

.RadGrid_Compensation th.rgSorted
{
	border-bottom-color:#40446A;
	background-color:#d9ecf6;
	background-position:0 -2600px;
}

.RadGrid_Compensation .rgHeader,
.RadGrid_Compensation .rgHeader a
{
    color:#EAEAEA;
    text-decoration:none;
}

.RadGrid_Compensation .rgCheck
{
	height:15px;
	margin:0;
	padding:0;
}

/*rows*/

.RadGrid_Compensation .rgRow td,
.RadGrid_Compensation .rgAltRow td,
.RadGrid_Compensation .rgEditRow td,
.RadGrid_Compensation .rgFooter td
{
	border:1px solid;
	border-top:0;
	padding-top:4px;
	padding-bottom:3px;
}

.RadGrid_Compensation .rgRow td,
.RadGrid_Compensation .rgAltRow td
{
	border-color:#fff #fff #fff #ededed;
}

.RadGrid_Compensation .rgRow .rgSorted,
.RadGrid_Compensation .rgAltRow .rgSorted
{
	background-color:#f2f3f5;
}

.RadGrid_Compensation .rgSelectedRow .rgSorted,
.RadGrid_Compensation .rgActiveRow .rgSorted,
.RadGrid_Compensation .rgHoveredRow .rgSorted,
.RadGrid_Compensation .rgEditRow .rgSorted
{
	background-color:transparent;
}

.RadGrid_Compensation .rgRow a,
.RadGrid_Compensation .rgAltRow a,
.RadGrid_Compensation .rgEditRow a,
.RadGrid_Compensation .rgFooter a,
.RadGrid_Compensation .rgEditForm a
{
	color:#333;
}

.RadGrid_Compensation .rgSelectedRow
{
    background:#abdbf5 0 -3900px repeat-x url('../images/gridImages/sprite.gif');
}
*+html .RadGrid_Compensation .rgSelectedRow .rgSorted{background-color:#abdbf5}
* html .RadGrid_Compensation .rgSelectedRow .rgSorted{background-color:#abdbf5}

.RadGrid_Compensation .rgActiveRow,
.RadGrid_Compensation .rgHoveredRow
{
    background:#B1C9AF 0 -2900px repeat-x url('../images/gridImages/sprite.gif');
}
*+html .RadGrid_Compensation .rgActiveRow .rgSorted,
*+html .RadGrid_Compensation .rgHoveredRow .rgSorted{background-color:#d7f0fc}
* html .RadGrid_Compensation .rgActiveRow .rgSorted,
* html .RadGrid_Compensation .rgHoveredRow .rgSorted{background-color:#d7f0fc}

.RadGrid_Compensation .rgEditRow
{
	background:#96cfee 0 -4900px repeat-x url('../images/gridImages/sprite.gif');
}
*+html .RadGrid_Compensation .rgEditRow .rgSorted{background-color:#96cfee}
* html .RadGrid_Compensation .rgEditRow .rgSorted{background-color:#96cfee}

.RadGrid_Compensation .rgSelectedRow td,
.RadGrid_Compensation .rgActiveRow td,
.RadGrid_Compensation .rgHoveredRow td,
.RadGrid_Compensation .rgEditRow td
{
	border-left:0;
	border-right:0;
	padding-left:8px;
	padding-right:8px;
}

.RadGrid_Compensation .rgSelectedRow td
{
	border-bottom-color:#d7f0fc;
}

.RadGrid_Compensation .rgActiveRow td,
.RadGrid_Compensation .rgHoveredRow td
{
	border-bottom-color:#76A374;
}

/*footer*/

.RadGrid_Compensation .rgFooterDiv,
.RadGrid_Compensation .rgFooter
{
	background:#e0e5f5;
}

.RadGrid_Compensation .rgFooter td
{
	border-top-width:1px;
	border-color:#aec5d1 #e0e5f5 #fff #e0e5f5;
}

/*status*/

.RadGrid_Compensation .rgPager .rgStatus
{
	width:35px;
	border:1px solid;
	border-color:#aec5d1 #9cb6c5 #fff #9cb6c5;
	border-left:0;
	padding:3px 0 2px;
}

.RadGrid_Compensation .rgStatus div
{
	width:24px;
	height:24px;
	overflow:hidden;
	border:0;
	margin:0 auto;
	padding:0;
	background:transparent center center no-repeat url('../images/gridImages/loading.gif');
	text-indent:-2222px;
}

/*pager*/

.RadGrid_Compensation .rgPager
{
	background:#eff7fc;
}

.RadGrid_Compensation .rgPager td
{
	padding:0;
}

.RadGrid_Compensation .rgPager .rgPagerCell
{
	border:1px solid;
	border-color:#aec5d1 #fff #fff;
	border-right:0;
	padding:3px 0 2px;
}

.RadGrid_Compensation .rgWrap
{
	float:left;
	padding:0 10px;
	line-height:26px;
	white-space:nowrap;
}

.RadGrid_Compensation .rgArrPart1
{
	padding-right:0;
	line-height:22px;
}

.RadGrid_Compensation .rgArrPart2
{
	padding-left:0;
	line-height:22px;
}

.RadGrid_Compensation .rgInfoPart
{
	float:right;
	color:#8a8a8a;
}

.RadGrid_Compensation .rgInfoPart strong
{
	font-weight:normal;
	color:#4c4e54;
}

.RadGrid_Compensation .rgSEO .rgArrPart1,
.RadGrid_Compensation .rgSEO .rgArrPart2
{
	line-height:24px;
}

.RadGrid_Compensation .rgWrap a img
{
	margin:0 8px;
}

.RadGrid_Compensation .rgPageFirst,
.RadGrid_Compensation .rgPagePrev,
.RadGrid_Compensation .rgPageNext,
.RadGrid_Compensation .rgPageLast
{
	width:22px;
	height:24px;
}

.RadGrid_Compensation .rgPageFirst
{
	background-position:0 -549px;
}
.RadGrid_Compensation .rgPageFirst:hover
{
	background-position:0 -599px;
}
.RadGrid_Compensation .rgPagePrev
{
	background-position:0 -699px;
}
.RadGrid_Compensation .rgPagePrev:hover
{
	background-position:0 -749px;
}
.RadGrid_Compensation .rgPageNext
{
	background-position:0 -849px;
}
.RadGrid_Compensation .rgPageNext:hover
{
	background-position:0 -899px;
}
.RadGrid_Compensation .rgPageLast
{
	background-position:0 -999px;
}
.RadGrid_Compensation .rgPageLast:hover
{
	background-position:0 -1049px;
}

.RadGrid_Compensation .rgPagerButton
{
	height:22px;
	border:1px solid #a6d9f4;
	margin:0 14px 0 0;
	padding:0 4px 2px;
	background:#cfcfcf repeat-x 0 -1550px url('../images/gridImages/sprite.gif');
	color:#000;
	font:12px/12px "segoe ui",arial,sans-serif;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Compensation .rgNumPart
{
	padding:2px 0;
}

.RadGrid_Compensation .NumericPages .rgNumPart
{
	padding:2px 10px;
}

.RadGrid_Compensation .rgNumPart a:hover,
.RadGrid_Compensation .rgNumPart a:hover span,
.RadGrid_Compensation .rgNumPart a.rgCurrentPage,
.RadGrid_Compensation .rgNumPart a.rgCurrentPage span
{
	background:no-repeat url('../images/gridImages/sprite.gif');
}

.RadGrid_Compensation .rgNumPart a
{
	float:left;
	line-height:22px;
	margin:0;
	padding:0 5px 0 0;
	color:#000;
	text-decoration:none;
}

.RadGrid_Compensation .rgNumPart span
{
	float:left;
	padding:0 0 0 5px;
}

.RadGrid_Compensation .rgNumPart a:hover
{
	background-position:100% -1250px;
	color:#06c;
}

.RadGrid_Compensation .rgNumPart a:hover span
{
	background-position:0 -1150px;
	cursor:pointer;
}

.RadGrid_Compensation .rgNumPart a.rgCurrentPage,
.RadGrid_Compensation .rgNumPart a.rgCurrentPage:hover
{
	background-position:100% -1450px;
	color:#000;
	cursor:default;
}

.RadGrid_Compensation .rgNumPart a.rgCurrentPage span,
.RadGrid_Compensation .rgNumPart a.rgCurrentPage:hover span
{
	background-position:0 -1350px;
	cursor:default;
}

.RadGrid_Compensation .NextPrevNumericAndAdvanced .rgAdvPart
{
	float:none;
	text-align:center;
}

.RadGrid_Compensation .rgPager .RadSlider
{
	float:left;
	margin:2px 10px 0 0;
}

.RadGrid_Compensation .rgPager .rgPagerLabel,
.RadGrid_Compensation .rgPager .RadComboBox,
.RadGrid_Compensation .rgPager .RadInput_Compensation
{
	margin:0 4px 0 0;
	vertical-align:middle;
}

.RadGrid_Compensation .rgPager .RadComboBox
{
	margin-top:-1px;
}
*+html .RadGrid_Compensation .rgPager .RadComboBox{margin-top:-2px;}
* html .RadGrid_Compensation .rgPager .RadComboBox{margin-top:-2px;}

* html .RadGrid_Compensation .rgPager .RadComboBox{padding:1px 0;}

.RadGrid_Compensation .rgPagerTextBox
{
	text-align:center;
}

/*sorting, reordering*/

.RadGrid_Compensation .rgHeader .rgSortAsc
{
	background-position:3px -248px;
	height:10px;
}

.RadGrid_Compensation .rgHeader .rgSortDesc
{
	background-position:3px -198px;
	height:10px;
}

.GridReorderTop_Compensation,
.GridReorderBottom_Compensation
{
	width:9px !important;
	height:9px !important;
	margin-left:-5px;
	background:0 0 no-repeat url('../images/gridImages/sprite.gif');
}

.GridReorderBottom_Compensation
{
	background-position:0 -50px;
}

/*filtering*/

.RadGrid_Compensation .rgFilterRow
{
	background:#ebeef6;
}

.RadGrid_Compensation .rgFilterRow td
{
    padding-top:5px;
    padding-bottom:6px;
    border-left:1px solid #ededed;
    border-right:1px solid #fff;
}

.RadGrid_Compensation .rgFilter
{
	width:22px;
	height:22px;
	margin:0 0 0 2px;
	background-position:0 -300px;
}

.RadGrid_Compensation .rgFilter:hover
{
	background-position:0 -350px;
}

.RadGrid_Compensation .rgFilterActive,
.RadGrid_Compensation .rgFilterActive:hover
{
	background-position:0 -400px;
}

.RadGrid_Compensation .rgFilterBox
{
	border:1px solid;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	padding:2px 1px 3px;
	font:12px "segoe ui",arial,sans-serif;
	color:#333;
	vertical-align:middle;
}

/*grouping*/

.RadGrid_Compensation .rgGroupPanel
{
	border:1px solid;
	border-color:#eaedf6 #f2f5fa #9cb6c5;
	background:#e6ebf5 0 -1900px repeat-x url('../images/gridImages/sprite.gif');
}

.RadGrid_Compensation .rgGroupPanel td
{
	border:0;
	border-bottom:1px solid #f2f5fa;
	padding:0;
}

.RadGrid_Compensation .rgGroupPanel td td
{
	border:0;
	padding:2px 3px 1px;
}

.RadGrid_Compensation .rgGroupPanel td td td
{
	padding:0;
}

.RadGrid_Compensation .rgGroupPanel .rgSortAsc
{
	background-position:4px -144px;
}

.RadGrid_Compensation .rgGroupPanel .rgSortDesc
{
	background-position:4px -94px;
}

.RadGrid_Compensation .rgUngroup
{
	background-position:0 -7200px;
}

.RadGrid_Compensation .rgGroupItem
{
	border:1px solid;
	border-color:#8a929e #9298a1 #9298a1;
	padding:0 2px 1px 3px;
	background:#e6ebf5 0 -7000px repeat-x url('../images/gridImages/sprite.gif');
	line-height:20px;
	font-weight:normal;
	vertical-align:middle;
}

.RadGrid_Compensation .rgGroupHeader
{
    background:0 -6489px repeat-x url('../images/gridImages/sprite.gif');
    font-size:1.1em;
    line-height:21px;
	color:#039;
}

.RadGrid_Compensation .rgGroupHeader td
{
    padding:0 8px;
}

.RadGrid_Compensation .rgGroupHeader .rgGroupCol
{
	background:#fff none;
}

.RadGrid_Compensation .rgExpand
{
	background-position:5px -496px;
}

.RadGrid_Compensation .rgCollapse
{
	background-position:3px -444px;
}

.RadGrid_Compensation .rgGroupHeader .rgExpand,
.RadGrid_Compensation .rgGroupHeader .rgCollapse
{
	background-color:#fff;
}

.RadGrid_Compensation .rgGroupHeader td p
{
    display:inline;
    margin:0;
    padding:0 10px;
    background:#fff;
}

.RadGrid_Compensation .rgGroupHeader td div div
{
	top:-0.8em;
	padding:0 10px;
	background:#fff;
}

.RadGrid_Compensation .rgGroupHeader td div div div
{
	top:0;
	padding:0;
	border:0;
}

/*editing*/

.RadGrid_Compensation .rgEditForm
{
	border-bottom:1px solid #ededed;
}

.RadGrid_Compensation .rgUpdate
{
	background-position:0 -1800px;
}

.RadGrid_Compensation .rgCancel
{
	background-position:2px -1848px;
}

/*hierarchy*/

.RadGrid_Compensation .rgDetailTable
{
	border:1px solid #ededed;
	border-right:0;
}

/*command row*/

.RadGrid_Compensation .rgCommandRow
{
	background:#4e96aa 0 -2099px repeat-x url('../images/gridImages/sprite.gif');
	color:#fff;
}

.RadGrid_Compensation .rgCommandRow td
{
	border:1px solid;
	border-color:#000 #75a4b7 #000;
	padding:0;
}

.RadGrid_Compensation .rgCommandRow td td
{
	border:0;
	padding:3px 7px 4px;
}

.RadGrid_Compensation .rgCommandRow td td td
{
	padding:1px;
}

.RadGrid_Compensation .rgCommandRow table
{
	border:0;
	border-top:1px solid #b2ccd8;
	border-bottom:1px solid #95c3ce;
}

.RadGrid_Compensation .rgCommandRow table table
{
	border:0;
}

.RadGrid_Compensation .rgCommandRow a
{
	color:#fff;
	text-decoration:none;
}

.RadGrid_Compensation .rgAdd
{
	margin-right:3px;
	background-position:0 -1650px;
}

.RadGrid_Compensation .rgRefresh
{
	margin-right:3px;
	background-position:0 -1600px;
}

.RadGrid_Compensation .rgEdit
{
	background-position:0 -1700px;
}

.RadGrid_Compensation .rgDel
{
	background-position:0 -1750px;
}

/*multirow select*/

.GridRowSelector_Compensation
{
	background:#039;
}

/*row drag n drop*/

.GridItemDropIndicator_Compensation
{
    border-top:1px dashed #039;
}

/*tooltip*/

.GridToolTip_Compensation
{
	border:1px solid #767676;
	padding:3px;
	background:#e4e5f0;
	color:#000;
}

/*rtl*/

.RadGridRTL_Compensation .rgHeader,
.RadGridRTL_Compensation .rgResizeCol
{
	text-align:right;
}

.RadGridRTL_Compensation .rgHeader:first-child,
.RadGridRTL_Compensation th.rgResizeCol:first-child,
.RadGridRTL_Compensation .rgFilterRow>td:first-child,
.RadGridRTL_Compensation .rgRow>td:first-child,
.RadGridRTL_Compensation .rgAltRow>td:first-child
{
	border-left:1px solid;
	padding-left:7px;
}

.RadGridRTL_Compensation .rgPager .rgStatus
{
	border-right:0;
	border-left-width:1px;
}

.RadGridRTL_Compensation .rgWrap
{
	float:right;
}

.RadGridRTL_Compensation .rgInfoPart
{
	float:left;
}

.RadGridRTL_Compensation .rgNumPart
{
	width:220px;
}

.RadGridRTL_Compensation .rgNumPart a
{
	float:right;
}

.RadGridRTL_Compensation .rgDetailTable
{
	border-right:1px solid;
	border-left:0;
}