.bsGridView > div {
  border: 2px solid #b3b3b3;
  border-radius: 5px;
  float: left;
  position: relative;
}
.bsGridView::after {
  content: "";
  display: table;
  clear: both;
}
.bsGridView .bsGridView > div {
  border: none;
}
.bsGridView.hasPaging table > tbody > tr:nth-last-child(2):hover, .bsGridView.hasPaging table > tbody > tr.selectedRow:nth-last-child(2) {
  box-shadow: 0 8px 0px 0px #dcf0fb;
}
.bsGridView.hasPaging table > tbody > tr:last-child:hover, .bsGridView.hasPaging table > tbody > tr.selectedRow:last-child {
  box-shadow: none;
}
.bsGridView.hasBulkButton > div {
  padding-top: 48px;
}
.bsGridView.hasBulkButton .deleteSelectedButton {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
}
.bsGridView table:not(.filter-table) {
  color: #000;
  border-collapse: separate !important;
  border: none;
  padding-bottom: 0.5rem;
  font-size: inherit;
}
.bsGridView table:not(.filter-table) tbody,
.bsGridView table:not(.filter-table) thead {
  border-collapse: separate;
}
.bsGridView table:not(.filter-table) tr {
  background-color: transparent;
}
.bsGridView table:not(.filter-table) tr:nth-child(2) {
  border-top: none;
}
.bsGridView table:not(.filter-table) tr:first-child {
  border: none;
}
.bsGridView table:not(.filter-table) tr:first-child td {
  border-top: none;
}
.bsGridView table:not(.filter-table) tr:hover, .bsGridView table:not(.filter-table) tr.selectedRow {
  background-color: #dcf0fb;
}
.bsGridView table:not(.filter-table) > tbody > tr:last-child:not(.bsGridPager):hover, .bsGridView table:not(.filter-table) > tbody > tr.selectedRow:not(.bsGridPager):last-child {
  box-shadow: 0 8px 0px 0px #dcf0fb;
}
.bsGridView table:not(.filter-table) th, .bsGridView table:not(.filter-table) td {
  padding: 0.25rem 0.75rem;
  border: 0 none;
  border-left: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
}
.bsGridView table:not(.filter-table) th.actionCell, .bsGridView table:not(.filter-table) td.actionCell {
  text-align: center;
}
.bsGridView table:not(.filter-table) th {
  color: #fff;
  background-color: #4d4d4d;
  border-top: none;
}
.bsGridView table:not(.filter-table) th:first-child {
  border-left: none;
}
.bsGridView table:not(.filter-table) td {
  color: #696969;
}
.bsGridView table:not(.filter-table) td:first-child {
  border-left: none;
}
.bsGridView table:not(.filter-table) td a {
  text-decoration: underline;
  color: #696969;
  font-weight: 400;
}
.bsGridView table:not(.filter-table) td a.detailsIcon {
  color: #129cdd;
  font-weight: 700;
  vertical-align: middle;
}
.bsGridView table:not(.filter-table) td a.actionButton {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  padding: 0;
  line-height: 1;
}
.bsGridView table:not(.filter-table) td a.actionButton:hover {
  color: #129cdd;
}
.bsGridView table:not(.filter-table) td a.actionButton span {
  width: 2rem;
  height: 2rem;
}
.bsGridView table:not(.filter-table) td input.moveUpButton,
.bsGridView table:not(.filter-table) td input.moveDownButton {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/Themes/Base/images/icons/arrows.png);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}
.bsGridView table:not(.filter-table) td input.moveUpButton {
  background-position: 0 -16px;
}
.bsGridView table:not(.filter-table) td input.moveUpButton:hover {
  background-position: -16px -16px;
}
.bsGridView table:not(.filter-table) td input.moveDownButton {
  background-position: 0 0;
}
.bsGridView table:not(.filter-table) td input.moveDownButton:hover {
  background-position: -16px 0;
}
.bsGridView table:not(.filter-table) td div.approval-icon {
  font-size: 1.5rem;
}
.bsGridView table:not(.filter-table) td a > span,
.bsGridView table:not(.filter-table) th a > span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.bsGridView table:not(.filter-table) td a > span:hover,
.bsGridView table:not(.filter-table) th a > span:hover {
  background-position: -60px 0;
}
.bsGridView table:not(.filter-table) td a > span.deleteIcon,
.bsGridView table:not(.filter-table) th a > span.deleteIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/delete_icons_30x30.png);
}
.bsGridView table:not(.filter-table) td a > span.editIcon,
.bsGridView table:not(.filter-table) th a > span.editIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/edit_icons_30x30.png);
}
.bsGridView table:not(.filter-table) td a > span.updateIcon,
.bsGridView table:not(.filter-table) th a > span.updateIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/save_icons_30x30.png);
}
.bsGridView table:not(.filter-table) td a > span.cancelIcon,
.bsGridView table:not(.filter-table) th a > span.cancelIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/cancel_icons_30x30.png);
}
.bsGridView table:not(.filter-table) .bsGridPager {
  position: absolute;
  bottom: -40px;
  border: none;
  width: 100%;
  text-align: center;
}
.bsGridView table:not(.filter-table) .bsGridPager:hover,
.bsGridView table:not(.filter-table) .bsGridPager table tr:hover {
  background-color: transparent;
  box-shadow: none !important;
}
.bsGridView table:not(.filter-table) .bsGridPager td {
  border: none;
  display: inline-block;
  padding: 0 4px;
}
.bsGridView table:not(.filter-table) .bsGridPager td span {
  font-weight: 700;
  cursor: default;
  color: #fff;
  background-color: #129cdd;
  padding: 0 2px;
}
.bsGridView table:not(.filter-table) .bsGridPager td a {
  font-weight: 700;
}

table.gridviewRules {
  background-color: #fff;
  color: #000;
  width: 100%;
}
table.gridviewRules td a > span,
table.gridviewRules th a > span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
table.gridviewRules td a > span:hover,
table.gridviewRules th a > span:hover {
  background-position: -60px 0;
}
table.gridviewRules td a > span.deleteIcon,
table.gridviewRules th a > span.deleteIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/delete_icons_30x30.png);
}
table.gridviewRules td a > span.editIcon,
table.gridviewRules th a > span.editIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/edit_icons_30x30.png);
}
table.gridviewRules td a > span.updateIcon,
table.gridviewRules th a > span.updateIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/save_icons_30x30.png);
}
table.gridviewRules td a > span.cancelIcon,
table.gridviewRules th a > span.cancelIcon {
  background-image: url(/Themes/Base/images/icons/buttonicons/cancel_icons_30x30.png);
}

.readonly .bsGridView.hasBulkButton > div {
  padding-top: 0;
}

/* #endregion */
/* #region Holidays */
#body_MainContent_TabContent_HolidayEntitlementNumber_HolidayLimitView table thead, #body_MainContent_TabContent_HolidayEntitlementNumber_HolidayLimitView table tbody {
  width: 100%;
}
#body_MainContent_TabContent_HolidayEntitlementNumber_HolidayLimitView table tr td {
  border: none;
  padding: 0;
  width: 100%;
  text-align: left;
}

/* #endregion */