.sp-table-data-view {
  background: #FFF;
}

.sp-table-data-view .table-cell {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.sp-table-data-view .table-cell.has-icon label,
.sp-table-data-view .table-cell.has-checkbox label {
  left: 20px;
}

.sp-table-data-view .table-cell.has-icon.has-checkbox {
  left: 42px;
}

.sp-table-data-view .table-cell.has-right-icon label {
  right: 20px;
}

.sp-table-data-view .table-cell.multi-line label {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.sp-table-data-view .table-cell label {
  display: block;
  position: absolute;
  margin: 6px 8px;
  line-height: 1.5;
  right: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.sp-table-data-view .table-cell .checkbox {
  width: 16px;
  height: 16px;
  padding-top: 6px;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.sp-table-data-view .table-cell .left-icon {
  margin-top: 6px;
  margin-left: 4px;
  position: absolute;
}

.sp-table-data-view .table-cell .left-icon.active {
  background-color: #A9B8E8;
}

.sp-table-data-view .table-cell .right-icon {
  margin-top: 6px;
  margin-right: 4px;
  position: absolute;
}

.sp-table-data-view .table-cell .right-icon.active {
  background-color: #A9B8E8;
}

.sp-table-data-view .icon-cell img {
  margin-top: 6px;
  margin-left: 14px;
}

.sp-table-data-view .icon-cell img.active {
  background-color: #A9B8E8;
}

.sp-table-data-view .clickable {
  cursor: pointer;
}

.sc-view .sp-table-view {
  border: solid #D2D2D3 1px;
}

.sc-view .sp-table-view .loading-view {
  z-index: 9001;
}

.sc-view .sp-table-view .loading-view .loading-background-view {
  background: #000000;
  opacity: .1;
}

.sc-view .sp-table-view .alternate-label-view {
  background: #FFF;
}

.sc-view .sp-table-view .alternate-label-view .sc-label-view.sc-regular-size {
  font-size: 16px;
  color: #848484;
  font-weight: bold;
  text-align: center;
}

.sc-view .sp-table-view.table-height-one label {
  white-space: nowrap;
}

.sc-view .sp-table-view.table-height-multi label {
  white-space: normal;
}

.sp-dataview-row.sel .cell-border {
  border-right-color: white;
}

.sp-dataview-row .cell-border {
  box-sizing: border-box;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #D2D2D3;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D2D2D3;
}

.sp-dataview-row .blank-cell {
  background: #F3F3F4;
}

.sp-dataview-row .hide-right-border {
  border-right: none;
}

.sp-dataview-row div {
  position: absolute;
  overflow: hidden;
}

.sp-header-cell-remove-column {
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #2C5195;
  visibility: hidden;
  opacity: 0.5;
}

.sp-table-header-cell:hover .sp-header-cell-remove-column {
  visibility: visible;
}

.sp-header-cell-remove-column:hover {
  visibility: visible;
  opacity: 1;
}

.sp-table-view {
  -ms-touch-action: none;
  touch-action: none;
}

.sp-table-view .sp-table-header {
  background: #F3F3F4;
  border-bottom: 1px solid #D2D2D3;
  z-index: 1;
}

.sp-table-view .sp-table-header .cell-border {
  border-bottom-width: 0;
}

.sp-table-view .sp-table-header .sp-table-header-cell {
  overflow: visible !important;
  z-index: 2;
}

.sp-table-view .sp-table-header .sp-table-header-cell.sortable {
  cursor: pointer;
}

.sp-table-view .sp-table-header .sp-ghost-header-cell {
  background-color: #d2e3ea;
}

.sp-table-view .sp-table-header label {
  display: block;
  font-family: Helvetica,Arial,sans-serif !important;
  line-height: 25px !important;
  font-weight: bold;
  color: #0D5EA5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto !important;
  margin: 0 !important;
}

.sp-table-view .sp-table-header label.sortable {
  cursor: pointer;
}

.sp-table-view .sp-table-header .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.sp-table-view .sp-table-header .sp-table-header-cell:hover .sp-thumb-view {
  z-index: 3 !important;
  overflow: visible;
  background: url("../../staticImages/grippy2.png") 6px top no-repeat !important;
}

.sp-table-view .sp-table-header .sp-thumb-view {
  margin-top: 6px;
  cursor: col-resize;
}

.sp-table-view .sp-table-header .sp-thumb-view .dragger {
  background: url("../../staticImages/grippy.png") 6px top no-repeat !important;
}

.sp-table-view .sp-table-footer {
  background: #F3F3F4;
  border-top: 1px solid #D2D2D3;
  z-index: 1;
}

.sp-table-view .sp-table-footer .sp-table-footer-cell {
  overflow: visible !important;
}

.sp-table-view .sp-table-footer label {
  display: block;
  position: absolute;
  line-height: 20px;
  left: 8px;
  right: 8px;
  font-family: Arial;
  font-size: 12px;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.sp-table-view .sp-table-footer .dragger {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 0px;
  bottom: 0px;
}

.sp-table-view .sp-table-footer .dragging .dagger {
  display: none !important;
}

.sp-table-view .sp-table-data-view .sp-dataview-row {
  background-color: white;
  overflow: hidden;
  cursor: default;
}

.sp-table-view .sp-table-data-view .sp-dataview-row.hover-highlight:hover {
  background-color: #F3F3F4;
}

.sp-table-view .sp-table-data-view .sp-dataview-row.sel,
.sp-table-view .sp-table-data-view .sp-dataview-row.sel:hover {
  background-color: #0D67B6;
}

.sp-table-view .sp-table-data-view .sp-dataview-row.sel label,
.sp-table-view .sp-table-data-view .sp-dataview-row.sel:hover label {
  color: white !important;
  font-weight: bold !important;
}

.sp-table-view .sp-table-data-view .sp-dataview-row.sel .blank-cell label,
.sp-table-view .sp-table-data-view .sp-dataview-row.sel:hover .blank-cell label {
  color: black !important;
  font-weight: normal !important;
}

.sp-table-view .sp-table-data-view .sp-dataview-row .edit-in-place-container {
  overflow: visible;
}

.sp-table-view .sp-table-data-view .grouped-row {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  border-top: solid #909090 1px;
  border-bottom: solid #909090 1px;
  background-color: #D5D5D5;
}

.sp-table-view .sp-table-data-view .grouped-row label {
  display: block;
  position: absolute;
  line-height: 30px;
  top: 1px;
  bottom: 0px;
  left: 18px;
  right: 4px;
  margin-top: -2px;
  font-family: Helvetica;
  font-size: 12px;
  color: #404040;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.sp-table-view .sp-table-data-view .grouped-row .disclosure {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  margin-top: 6px;
  margin-left: 2px;
}

.sp-table-view .sp-table-data-view .grouped-row .disclosure.open {
  border-style: none;
}

.sp-table-view .sp-table-vertical-header-view {
  background: #c7c7c7;
  border-right: 1px solid #CACACA;
  padding-right: 1px;
  margin-right: 1px;
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view {
  background: #E5ECF3;
  z-index: 1;
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view.header {
  border-bottom: 1px solid #CACACA;
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view.footer {
  border-top: 1px solid #CACACA;
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view .sp-thumb-view {
  z-index: 3 !important;
  overflow: visible;
  background: url("../../staticImages/grippy2.png") !important;
  background-repeat: no-repeat;
  background-position: center top;
  top: 6px;
  height: 13px;
  width: 5px;
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view .sp-thumb-view:hover,
.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view .sp-thumb-view.dragging {
  background: url("../../staticImages/grippy.png") !important;
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view .dragger {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 0px;
  bottom: 0px;
  border-right: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(0,0,0,0.1);
}

.sp-table-view .sp-table-vertical-header-view .sp-header-footer-cell-view .dragger.dragger-drop {
  border-right: 1px solid rgba(255,255,255,0.5);
  border-left: 2px solid rgba(0,0,0,0.4);
}

.sp-table-view .sp-table-vertical-header-view .sp-thumb-view {
  z-index: 3 !important;
  overflow: visible;
  background: url("../../staticImages/grippy2.png") !important;
  background-repeat: no-repeat;
  background-position: center top;
  top: 6px;
  height: 13px;
  width: 5px;
}

.sp-table-view .sp-table-vertical-header-view .sp-thumb-view:hover,
.sp-table-view .sp-table-vertical-header-view .sp-thumb-view.dragging {
  background: url("../../staticImages/grippy.png") 6px top no-repeat !important;
}

.sp-table-view .sp-table-vertical-header-view .dragger {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 0px;
  bottom: 0px;
  border-right: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(0,0,0,0.1);
}

.sp-table-view .sp-table-vertical-header-view .dragger.dragger-drop {
  border-right: 1px solid rgba(255,255,255,0.5);
  border-left: 2px solid rgba(0,0,0,0.4);
}

.sp-table-view .sp-table-vertical-header-view .table-cell {
  border-top: 1px solid rgba(255,255,255,0.5);
  background: #E5ECF3;
}

.sp-table-view .sp-table-vertical-header-view .table-cell.has-icon label,
.sp-table-view .sp-table-vertical-header-view .table-cell.has-checkbox label {
  left: 22px;
}

.sp-table-view .sp-table-vertical-header-view .table-cell.has-icon.has-checkbox {
  left: 42px;
}

.sp-table-view .sp-table-vertical-header-view .table-cell.has-right-icon label {
  right: 22px;
}

.sp-table-view .sp-table-vertical-header-view .table-cell label {
  display: block;
  position: absolute;
  line-height: 30px !important;
  left: 4px;
  right: 4px;
  font-family: Helvetica, sans-serif;
  font-size: 12px !important;
  color: #404040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.sp-table-view .sp-table-vertical-header-view .table-cell .checkbox {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  left: 4px;
}

.sp-table-view .sp-table-vertical-header-view .table-cell .left-icon {
  margin-top: 5px;
  position: absolute;
  left: 4px;
}

.sp-table-view .sp-table-vertical-header-view .table-cell .left-icon.active {
  background-color: #A9B8E8;
}

.sp-table-view .sp-table-vertical-header-view .table-cell .right-icon {
  margin-top: 5px;
  position: absolute;
  right: 4px;
}

.sp-table-view .sp-table-vertical-header-view .table-cell .right-icon.active {
  background-color: #A9B8E8;
}

.sp-table-view .sp-table-vertical-header-view .clickable {
  cursor: pointer;
}

.sp-table-view .sp-drop-highlight {
  background-image: url("../../staticImages/drop_highlight.png");
  background-repeat: repeat-y;
  position: absolute;
  z-index: 9000;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 3px;
}

.sp-sort-state-asc,
.sp-sort-state-desc,
.sp-sort-state-secondary-asc,
.sp-sort-state-secondary-desc {
  opacity: .45;
  margin-top: 6px;
}

.sp-sort-state-asc,
.sp-sort-state-desc {
  width: 9px;
  height: 8px;
}

.sp-sort-state-secondary-asc,
.sp-sort-state-secondary-desc {
  width: 9px;
  height: 16px;
}

.sp-sort-state-asc {
  background-image: url("../images/sptable.png");
  background-repeat: no-repeat;
  background-position: -18px 0px;
}

.sp-sort-state-desc {
  background-image: url("../images/sptable.png");
  background-repeat: no-repeat;
  background-position: -18px -8px;
}

.sp-sort-state-secondary-asc {
  background-image: url("../images/sptable.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.sp-sort-state-secondary-desc {
  background-image: url("../images/sptable.png");
  background-repeat: no-repeat;
  background-position: -9px 0px;
}