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