﻿.paged-grid {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-x: auto;
  overflow-y: scroll;
}
.paged-grid .columns {
  width: auto;
}
.paged-grid .columns .column {
  display: inline-block;
  height: 100%;
  vertical-align: top !important;
  background: #fff;
}
.paged-grid .columns .column .column-heading {
  font-family:'open_sanssemibold';
  font-weight:normal;
  color:#434d57;
  display: block;
  clear: both;
  height: 30px;
  background:#D7E0E5;
  border-right: 1px dotted #A4B7C2;
}
.paged-grid .columns .column .column-heading .title {
  padding: 5px 15px 3px 5px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.paged-grid .columns .column .column-heading .caret-down,
.paged-grid .columns .column .column-heading .caret-up {
  display: none;
  float: right;
  top: -23px;
  left: -5px;
  position: relative;
  margin-bottom: -25px;
}
.paged-grid .columns .column .column-heading.sortable .title {
  cursor: pointer;
}
.paged-grid .columns .column .column-heading.sortable.sorted-asc .caret-down {
  display: block;
  border-top-color:#434d57;
}
.paged-grid .columns .column .column-heading.sortable.sorted-desc .caret-up {
  display: block;
  border-bottom-color:#434d57;
}
.paged-grid .columns .column .column-heading.sortable.sorted-asc {
  background:#c9d4da;
}
.paged-grid .columns .column .column-heading.sortable.sorted-desc {
  background:#c9d4da;
}
.paged-grid .columns .column .cell {
  clear: both;
  padding: 4px 5px;
  height: 21px;
  border-bottom: 1px solid #dddddd;
}
.paged-grid .columns .column .cell.alt {
  background-color: #F9F9F9;
}
.paged-grid .columns .column .cell .click-cell {
  display: block;
  padding: 4px 5px 5px 5px;
  margin: -4px -5px;
}
.paged-grid .columns .column .cell .click-cell:hover {
  background-color: #dff0d8;
}
.paged-grid .columns .column .cell .click-cell.active {
  background-color: #dff0d8;
}
.paged-grid .columns .column .cell .drag-handle-grid {
  background-image: url(../img/drag-handle.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 20px;
  width: 6px;
  display: block;
  float: left;
}
.paged-grid .columns .column .cell.selected {
  background-color: #dff0d8 !important;
}
.paged-grid .columns .column .cell .row-action {
  display: block;
  width: 20px;
  height: 20px;
  background:url(../img/btn-actions.svg) no-repeat;
}
.paged-grid .columns .column.actions {
  position: absolute;
  float: right;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 30px;
  height: auto;
}
.paged-grid .columns .column.actions .column-heading {
  border-right: none;
}
.paged-grid .columns .column.actions .column-heading .title {
  padding: 3px 0px 0px 4px;
  width: auto;
}
.paged-grid .columns .column.actions .column-heading .title .column-chooser {
  padding: 0 3px;
}
.paged-grid .columns .column.actions .cell {
  border-left: solid 1px #eee;
  background: #fff;
  padding-right: 0px;
  margin-left: -1px;
}
.paged-grid .columns .column.actions .cell.alt {
  background-color: #F9F9F9;
}
.paged-grid .columns .column.actions.shadow {
  -webkit-box-shadow: -5px 0 7px 0 #C9C9C9;
  box-shadow: -5px 0 7px 0 #C9C9C9;
}
.paged-grid .columns .column.ui-sortable-helper {
  -webkit-box-shadow: 0 0 10px 5px #C9C9C9;
  box-shadow: 0 0 10px 5px #C9C9C9;
}
.paged-grid .columns .column.ui-sortable-placeholder {
  -webkit-box-shadow: inset 0 0 10px 5px #F28633;
  box-shadow: inset 0 0 10px 5px #F28633;
  opacity: 0.3;
}
.paged-grid .columns .column.last .column-heading {
  padding-right: 40px;
}
.paged-grid .columns .column.last .cell {
  padding: 4px 45px 4px 5px;
}
.dropdown-menu.grid-row-action-dropdown-menu {
  max-width: 100%;
  margin: 0px 40px;
}
.dropdown-menu.grid-column-chooser {
  width: 200px;
  overflow: hidden;
}
.dropdown-menu.grid-column-chooser .spacer {
  display: inline-block;
  height: 20px;
  width: 12px;
}
.dropdown-menu.grid-column-chooser li a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu.grid-column-chooser li a .icon {
  margin-top:4px !important
}
.text-filter {
  position: relative;
}
.text-filter input[type=text] {
  padding: 2px 22px 2px 5px;
  margin-top: 7px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.text-filter a {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 3px 0 0 -4px;
}
.text-filter a .icon-search {
	margin-top:2px
}
.text-filter a.clear-filter {
  position: absolute;
  top: 7px;
  right: 40px;
  opacity: 0.3;
}
.text-filter-left-pane {
  padding: 0;
  height: 26px;
  width: 100%;
}
.text-filter-left-pane input[type=text] {
  position: relative;
  height: 22px;
  margin-right: 50px;
  width: 100%;
  padding: 2px 22px 2px 6px;
  margin: 0;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0px;
}
.text-filter-left-pane a {
  position: absolute;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.text-filter-left-pane a.clear-filter-left-pane {
  position: absolute;
  top: 2px;
  right: 43px;
  opacity: 0.3;
}
.text-filter-left-pane .container-left {
  height: 26px;
  width: 100%;
  float: left;
  margin-right: -40px;
}
.text-filter-left-pane .container-right {
  height: 26px;
  float: right;
  width: 40px;
}
.historical-tracking-filter {
  -webkit-border-top-right-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -moz-border-radius-topright: 3px !important;
  -moz-border-radius-bottomright: 3px !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.strong-grid.fleet-grid-container .fleet-grid.selection tr td {
  cursor: default;
}
.strong-grid td.selection,
.strong-grid th.selection {
  cursor: pointer !important;
  vertical-align: middle !important;
  text-align: center !important;
  padding: 0px 8px;
}
.strong-grid .selection input[type=checkbox],
.strong-grid .selection input[type=radio] {
  margin: 0 !important;
  float: none !important;
  height: 13px !important;
  padding: 0 !important;
}
.drag-helper {
  opacity: 1 !important;
  border: solid 1px #A4B7C2;
  background-color: white;
  padding: 4px;
  box-shadow: 4px 4px 0 #fafafa, 4px 4px 0 1px #9eb2be, 9px 9px 0 #ebebeb, 9px 9px 0 1px #8ca4b2;
}
.drag-helper .table-container {
  width: 300px;
  overflow: hidden;
}
.drag-helper .table-container table tr {
  background-color: transparent;
}
.drag-helper .table-container table tr td {
  padding: 0 16px 0 16px;
}
.drag-helper .table-container table tr td.selection {
  display: none;
}
.drag-helper .table-container table tr td input {
  display: none;
}
.drag-helper .counter {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #b1000d;
  color: white;
  text-align: center;
  line-height: 24px;
  border-radius: 12px;
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 11px;
  z-index: 2;
}
.drag-helper .gradient-overlay {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 75%, white);
  z-index: 1;
}
.drag-helper.single {
  box-shadow: none;
}
.drag-helper.single .counter {
  display: none;
}