/*Telerik RadGrid Custom Skin*/

/*global*/

.RadGrid_Custom {
  border: 1px solid #688caf;
  background: #fff;
  color: #333;
}

.RadGrid_Custom, .RadGrid_Custom .rgMasterTable, .RadGrid_Custom .rgDetailTable, .RadGrid_Custom .rgGroupPanel table, .RadGrid_Custom .rgCommandRow table, .RadGrid_Custom .rgEditForm table, .RadGrid_Custom .rgPager table, .GridToolTip_Custom {
  font: 12px/16px "segoe ui" ,arial,sans-serif;
}

.RadGrid_Custom .rgMasterTable, .RadGrid_Custom .rgDetailTable {
  border-collapse: separate;
}

.RadGrid_Custom .rgRow, .RadGrid_Custom .rgAltRow, .RadGrid_Custom .rgHeader, .RadGrid_Custom .rgResizeCol, .RadGrid_Custom .rgPager, .RadGrid_Custom .rgGroupPanel, .RadGrid_Custom .rgGroupHeader {
  cursor: default;
}

.RadGrid_Custom input[type="image"] {
  cursor: pointer;
}

.RadGrid_Custom .rgRow td, .RadGrid_Custom .rgAltRow td, .RadGrid_Custom .rgEditRow td, .RadGrid_Custom .rgFooter td, .RadGrid_Custom .rgFilterRow td, .RadGrid_Custom .rgHeader, .RadGrid_Custom .rgResizeCol, .RadGrid_Custom .rgGroupHeader td {
  padding-left: 7px;
  padding-right: 7px;
}

.RadGrid_Custom .rgClipCells .rgHeader, .RadGrid_Custom .rgClipCells .rgRow > td, .RadGrid_Custom .rgClipCells .rgAltRow > td {
  overflow: hidden;
}

.RadGrid_Custom .rgHeader:first-child, .RadGrid_Custom th.rgResizeCol:first-child, .RadGrid_Custom .rgFilterRow > td:first-child, .RadGrid_Custom .rgRow > td:first-child, .RadGrid_Custom .rgAltRow > td:first-child {
  border-left: 0;
  padding-left: 8px;
}

.RadGrid_Custom .rgAdd, .RadGrid_Custom .rgRefresh, .RadGrid_Custom .rgEdit, .RadGrid_Custom .rgDel, .RadGrid_Custom .rgFilter, .RadGrid_Custom .rgPagePrev, .RadGrid_Custom .rgPageNext, .RadGrid_Custom .rgPageFirst, .RadGrid_Custom .rgPageLast, .RadGrid_Custom .rgExpand, .RadGrid_Custom .rgCollapse, .RadGrid_Custom .rgSortAsc, .RadGrid_Custom .rgSortDesc, .RadGrid_Custom .rgUpdate, .RadGrid_Custom .rgCancel, .RadGrid_Custom .rgUngroup {
  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_Custom .rgGroupItem input, .RadGrid_Custom .rgCommandRow img, .RadGrid_Custom .rgHeader input, .RadGrid_Custom .rgFilterRow img, .RadGrid_Custom .rgFilterRow input, .RadGrid_Custom .rgPager img {
  vertical-align: middle;
}

/*header*/

.RadGrid_Custom .rgHeaderDiv {
  background: #bbd6e4 0 -5900px repeat-x url('Grid/sprite.gif');
}
.rgTwoLines .rgHeaderDiv {
  background-position: 0 -6200px;
}

.rgNoScrollImage .rgHeaderDiv {
  background-image: none;
}

.RadGrid_Custom .rgHeader, .RadGrid_Custom th.rgResizeCol {
  border: solid #5d8cc9;
  border-width: 0 0 1px 1px;
  padding-top: 5px;
  padding-bottom: 4px;
  background: 0 -2300px repeat-x #61a0c0 url('Grid/sprite.gif');
  text-align: left;
  font-weight: normal;
}

.RadGrid_Custom th.rgSorted {
  border-bottom-color: #ff9b35;
  background-color: #ffca5e;
  background-position: 0 -2600px;
}

.RadGrid_Custom .rgHeader, .RadGrid_Custom .rgHeader a {
  color: #00156e;
  text-decoration: none;
}

.RadGrid_Custom th.rgSorted, .RadGrid_Custom th.rgSorted a {
  color: #000;
}

.RadGrid_Custom .rgCheck {
  height: 15px;
  margin: 0;
  padding: 0;
}

/*rows*/

.RadGrid_Custom .rgRow td, .RadGrid_Custom .rgAltRow td, .RadGrid_Custom .rgEditRow td, .RadGrid_Custom .rgFooter td {
  border: 1px solid;
  border-top: 0;
  border-right: 0;
  padding-top: 4px;
  padding-bottom: 3px;
}

.RadGrid_Custom .rgRow td, .RadGrid_Custom .rgAltRow td {
  border-color: #d0d7e5;
}

.RadGrid_Custom .rgRow .rgSorted, .RadGrid_Custom .rgAltRow .rgSorted {
  background-color: #f2f2f2;
}

.RadGrid_Custom .rgSelectedRow .rgSorted, .RadGrid_Custom .rgActiveRow .rgSorted, .RadGrid_Custom .rgHoveredRow .rgSorted, .RadGrid_Custom .rgEditRow .rgSorted {
  background-color: transparent;
}

.RadGrid_Custom .rgRow a, .RadGrid_Custom .rgAltRow a, .RadGrid_Custom .rgEditRow a, .RadGrid_Custom .rgFooter a, .RadGrid_Custom .rgEditForm a {
  color: #00156e;
}

.RadGrid_Custom .rgSelectedRow {
  background: #ffcb60 0 -3900px repeat-x url('Grid/sprite.gif');
}
* + html .RadGrid_Custom .rgSelectedRow .rgSorted {
  background-color: #ffcb60;
}
* html .RadGrid_Custom .rgSelectedRow .rgSorted {
  background-color: #ffcb60;
}

.RadGrid_Custom .rgActiveRow, .RadGrid_Custom .rgHoveredRow {
  background: #ecf4ff;
}
* + html .RadGrid_Custom .rgActiveRow .rgSorted, * + html .RadGrid_Custom .rgHoveredRow .rgSorted {
  background-color: #ecf4ff;
}
* html .RadGrid_Custom .rgActiveRow .rgSorted, * html .RadGrid_Custom .rgHoveredRow .rgSorted {
  background-color: #ecf4ff;
}

.RadGrid_Custom .rgEditRow {
  background: #ffe5ad;
}
* + html .RadGrid_Custom .rgEditRow .rgSorted {
  background-color: #ffe5ad;
}
* html .RadGrid_Custom .rgEditRow .rgSorted {
  background-color: #ffe5ad;
}

.RadGrid_Custom .rgSelectedRow td, .RadGrid_Custom .rgActiveRow td, .RadGrid_Custom .rgHoveredRow td, .RadGrid_Custom .rgEditRow td {
  border-left: 0;
  padding-left: 8px;
}

.RadGrid_Custom .rgSelectedRow td {
  border-bottom-color: #ff9b35;
}

.RadGrid_Custom .rgActiveRow td, .RadGrid_Custom .rgHoveredRow td, .RadGrid_Custom .rgEditRow td {
  border-bottom-color: #d0d7e5;
}

/*footer*/

.RadGrid_Custom .rgFooterDiv, .RadGrid_Custom .rgFooter {
  background: #9ab5db 0 -6500px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom .rgFooter td {
  border-width: 1px 0;
  border-color: #567db0 #fff #fff;
  padding-left: 8px;
}

/*status*/

.RadGrid_Custom .rgPager .rgStatus {
  width: 35px;
  border: 0;
  border-top: 1px solid #5d8cc9;
  border-right: 1px solid #9cb9dc;
  border-color: #5d8cc9 #9cb9dc;
  padding: 3px;
}

.RadGrid_Custom .rgStatus div {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 0;
  margin: 0 auto;
  padding: 0;
  background: transparent center center no-repeat url('Common/loading_small.gif');
  text-indent: -2222px;
}

/*pager*/

.RadGrid_Custom .rgPager {
  background: #bbd6e4 0 -6998px repeat-x url('Grid/sprite.gif');
}

.RadGrid_Custom .rgPager td {
  padding: 0;
}

.RadGrid_Custom .rgPager .rgPagerCell {
  border: 0;
  border-top: 1px solid #5d8cc9;
  padding: 5px 0;
}

.RadGrid_Custom .rgWrap {
  float: left;
  padding: 0 10px;
  line-height: 22px;
  white-space: nowrap;
}

.RadGrid_Custom .rgArrPart1 {
  padding-right: 0;
}

.RadGrid_Custom .rgArrPart2 {
  padding-left: 0;
}

.RadGrid_Custom .rgInfoPart {
  float: right;
  color: #333;
}

.RadGrid_Custom .rgInfoPart strong {
  font-weight: normal;
  color: #000;
}

.RadGrid_Custom .rgArrPart1 img, .RadGrid_Custom .rgArrPart2 img {
  margin: 0 8px;
}

.RadGrid_Custom .rgPageFirst, .RadGrid_Custom .rgPagePrev, .RadGrid_Custom .rgPageNext, .RadGrid_Custom .rgPageLast {
  width: 17px;
  height: 22px;
  vertical-align: top;
}

.RadGrid_Custom .NextPrev .rgPageFirst, .RadGrid_Custom .NextPrev .rgPagePrev, .RadGrid_Custom .NextPrev .rgPageNext, .RadGrid_Custom .NextPrev .rgPageLast {
  vertical-align: middle;
}

.RadGrid_Custom .rgPageFirst {
  margin: 0 3px 0 0;
  background-position: 0 -548px;
}
.RadGrid_Custom .rgPageFirst:hover {
  background-position: 0 -598px;
}
.RadGrid_Custom .rgPagePrev {
  margin: 0 3px 0 0;
  background-position: 0 -698px;
}
.RadGrid_Custom .rgPagePrev:hover {
  background-position: 0 -748px;
}
.RadGrid_Custom .rgPageNext {
  margin: 0 0 0 3px;
  background-position: 0 -848px;
}
.RadGrid_Custom .rgPageNext:hover {
  background-position: 0 -898px;
}
.RadGrid_Custom .rgPageLast {
  margin: 0 0 0 3px;
  background-position: 0 -998px;
}
.RadGrid_Custom .rgPageLast:hover {
  background-position: 0 -1048px;
}

.RadGrid_Custom .rgPagerButton {
  height: 22px;
  border: 1px solid #7793b9;
  margin: 0 14px 0 0;
  padding: 0 4px 2px;
  background: #e8f1fc repeat-x 0 -1550px url('Grid/sprite.gif');
  color: #00156e;
  font: 12px/12px "segoe ui" ,arial,sans-serif;
  vertical-align: middle;
  cursor: pointer;
}

.RadGrid_Custom .rgNumPart {
  padding: 0;
}

.RadGrid_Custom .NumericPages .rgNumPart {
  padding: 0 10px;
}

.RadGrid_Custom .rgNumPart a:hover, .RadGrid_Custom .rgNumPart a:hover span, .RadGrid_Custom .rgNumPart a.rgCurrentPage, .RadGrid_Custom .rgNumPart a.rgCurrentPage span {
  background: no-repeat url('Grid/sprite.gif');
}

.RadGrid_Custom .rgNumPart a {
  float: left;
  line-height: 22px;
  margin: 0;
  padding: 0 5px 0 0;
  color: #00156e;
  text-decoration: none;
}

.RadGrid_Custom .rgNumPart span {
  float: left;
  padding: 0 0 0 5px;
}

.RadGrid_Custom .rgNumPart a:hover {
  background-position: 100% -1250px;
}

.RadGrid_Custom .rgNumPart a:hover span {
  background-position: 0 -1150px;
  cursor: pointer;
}

.RadGrid_Custom .rgNumPart a.rgCurrentPage, .RadGrid_Custom .rgNumPart a.rgCurrentPage:hover {
  background-position: 100% -1450px;
  cursor: default;
}

.RadGrid_Custom .rgNumPart a.rgCurrentPage span, .RadGrid_Custom .rgNumPart a.rgCurrentPage:hover span {
  background-position: 0 -1350px;
  cursor: default;
}

.RadGrid_Custom .NextPrevNumericAndAdvanced .rgAdvPart {
  float: none;
  text-align: center;
}

.RadGrid_Custom .rgPager .RadSlider {
  float: left;
  margin: 0 10px 0 0;
}

.RadGrid_Custom .rgPager .rgPagerLabel, .RadGrid_Custom .rgPager .RadComboBox, .RadGrid_Custom .rgPager .RadInput_Custom {
  margin: 0 4px 0 0;
  vertical-align: middle;
}

* + html .RadGrid_Custom .rgPager .RadComboBox {
  margin-top: -1px;
}
* html .RadGrid_Custom .rgPager .RadComboBox {
  margin-top: -1px;
  padding: 1px 0;
}

.RadGrid_Custom .rgPagerTextBox {
  text-align: center;
}

/*sorting, reordering*/

.RadGrid_Custom .rgHeader .rgSortAsc {
  background-position: 3px -147px;
  height: 10px;
}

.RadGrid_Custom .rgHeader .rgSortDesc {
  background-position: 3px -96px;
  height: 10px;
}

.GridReorderTop_Custom, .GridReorderBottom_Custom {
  width: 9px !important;
  height: 9px !important;
  margin-left: -5px;
  background: 0 0 no-repeat url('Grid/sprite.gif');
}

.GridReorderBottom_Custom {
  background-position: 0 -50px;
}

/*filtering*/

.RadGrid_Custom .rgFilterRow {
  background: #bbd6e4;
}

.RadGrid_Custom .rgFilterRow td {
  padding-top: 5px;
  padding-bottom: 6px;
  border: solid #9eb6ce;
  border-width: 0 0 1px 1px;
}

.RadGrid_Custom .rgFilter {
  width: 22px;
  height: 22px;
  margin: 0 0 0 2px;
  background-position: 0 -300px;
}

.RadGrid_Custom .rgFilter:hover {
  background-position: 0 -350px;
}

.RadGrid_Custom .rgFilterActive, .RadGrid_Custom .rgFilterActive:hover {
  background-position: 0 -400px;
}

.RadGrid_Custom .rgFilterBox {
  border: 1px solid #abc1de;
  padding: 2px 1px 3px;
  font: 12px "segoe ui" ,arial,sans-serif;
  color: #000;
  vertical-align: middle;
}

/*grouping*/

.RadGrid_Custom .rgGroupPanel {
  height: 24px;
  border: 0;
  border-bottom: 1px solid #688caf;
  background: #ecf3fc;
}

.RadGrid_Custom .rgGroupPanel td {
  border: 0;
  padding: 3px 4px;
  vertical-align: middle;
}

.RadGrid_Custom .rgGroupPanel td td {
  padding: 0;
}

.RadGrid_Custom .rgGroupPanel .rgSortAsc {
  background-position: 4px -144px;
}

.RadGrid_Custom .rgGroupPanel .rgSortDesc {
  background-position: 4px -94px;
}

.RadGrid_Custom .rgUngroup {
  background-position: 0 -7500px;
}

.RadGrid_Custom .rgGroupItem {
  border: 1px solid #4b78ca;
  padding: 0 2px 1px 3px;
  background: #e6ebf5 0 -1900px repeat-x url('Grid/sprite.gif');
  color: #00156e;
  line-height: 20px;
  font-weight: normal;
  vertical-align: middle;
}

.RadGrid_Custom .rgGroupHeader {
  background: #d7e6f7;
  font-size: 1.1em;
  line-height: 21px;
  color: #567db0;
}

.RadGrid_Custom .rgGroupHeader td {
  border-top: 1px solid #fcfcfd;
  border-bottom: 1px solid #6f92b3;
  padding: 0 7px 0 8px;
}

.RadGrid_Custom td.rgGroupCol, .RadGrid_Custom td.rgExpandCol {
  background: #d7e6f7 none;
  border-color: #d7e6f7;
}

.RadGrid_Custom .rgGroupHeader .rgExpand {
  background-position: 5px -495px;
}

.RadGrid_Custom .rgGroupHeader .rgCollapse {
  background-position: 3px -93px;
}

.RadGrid_Custom .rgGroupHeader td p {
  display: inline;
  margin: 0;
  padding: 0 10px;
}

.RadGrid_Custom .rgGroupHeader td div div {
  top: -0.8em;
  padding: 0 10px;
}

.RadGrid_Custom .rgGroupHeader td div div div {
  top: 0;
  padding: 0;
  border: 0;
}

/*editing*/

.RadGrid_Custom .rgEditForm {
  border-bottom: 1px solid #d0d7e5;
}

.RadGrid_Custom .rgUpdate {
  background-position: 0 -1800px;
}

.RadGrid_Custom .rgCancel {
  background-position: 2px -1848px;
}

/*hierarchy*/

.RadGrid_Custom .rgDetailTable {
  border: 1px solid #688caf;
  border-right: 0;
}

.RadGrid_Custom .rgExpand {
  background-position: 5px -496px;
}

.RadGrid_Custom .rgCollapse {
  background-position: 3px -94px;
}

/*command row*/

.RadGrid_Custom .rgCommandRow {
  background: #d6e6f4 0 -2099px repeat-x url('Grid/sprite.gif');
  color: #333;
}

.RadGrid_Custom .rgCommandCell {
  border: 0;
  padding: 0;
}

.RadGrid_Custom thead .rgCommandCell {
  border-bottom: 1px solid #688caf;
}

.RadGrid_Custom tfoot .rgCommandCell {
  border-top: 1px solid #688caf;
}

.RadGrid_Custom .rgCommandTable td {
  border: 0;
  padding: 3px 7px 4px;
}

.RadGrid_Custom .rgCommandTable {
  border: 1px solid #f6f7f9;
}

.RadGrid_Custom .rgCommandRow a {
  color: #00156e;
  text-decoration: none;
}

.RadGrid_Custom .rgAdd {
  margin-right: 3px;
  background-position: 0 -1650px;
}

.RadGrid_Custom .rgRefresh {
  margin-right: 3px;
  background-position: 0 -1600px;
}

.RadGrid_Custom .rgEdit {
  background-position: 0 -1700px;
}

.RadGrid_Custom .rgDel {
  background-position: 0 -1750px;
}

/*multirow select*/

.GridRowSelector_Custom {
  background: #00156e;
}

/*row drag n drop*/

.GridItemDropIndicator_Custom {
  border-top: 1px dashed #00156e;
}

/*tooltip*/

.GridToolTip_Custom {
  border: 1px solid #6187b8;
  padding: 3px;
  background: #d7e3f2;
  color: #333;
}

/*rtl*/

.RadGridRTL_Custom .rgHeader, .RadGridRTL_Custom .rgResizeCol {
  text-align: right;
}

.RadGridRTL_Custom .rgHeader:first-child, .RadGridRTL_Custom th.rgResizeCol:first-child, .RadGridRTL_Custom .rgFilterRow > td:first-child, .RadGridRTL_Custom .rgRow > td:first-child, .RadGridRTL_Custom .rgAltRow > td:first-child {
  border-left: 1px solid;
  padding-left: 7px;
}

.RadGridRTL_Custom .rgPager .rgStatus {
  border-right: 0;
  border-left-width: 1px;
}

.RadGridRTL_Custom .rgWrap {
  float: right;
}

.RadGridRTL_Custom .rgInfoPart {
  float: left;
}

.RadGridRTL_Custom .rgNumPart {
  width: 220px;
}

.RadGridRTL_Custom .rgNumPart a {
  float: right;
}

.RadGridRTL_Custom .rgDetailTable {
  border-right: 1px solid;
  border-left: 0;
}
