﻿.dts-grid-column {
  min-width: 10px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                              supported by Chrome and Opera */
}
.dts-grid-column-dragable {
  padding: 5px;
  display: inline-block;
}
.dts-grid-column-dragable:hover {
  cursor: move;
}
.dts-grid-resizer {
  color: lightgrey;
  padding: 0px !important;
  cursor: col-resize;
  text-align: right;
  min-width: 10px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                              supported by Chrome and Opera */

  width: 3px
}
.dts-grid-header-dragging {
  position: relative;
  background-color: white;
  outline: 1px solid lightgray;
}
.dts-grid-sort-button {
  margin-left: 5px;
}
.dts-grid td {
  padding-left: 8px !important;
}
.dts-grid-pager {
  height: 4em;
}
.dts-grid-pager>div {
  position: relative;
  height: 75%;
  margin-top: 0px !important;
}
.dts-grid-pager>div>form {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0);
  max-width: 215px;
}
.dts-grid-pager-submit {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0 !important;
  border-width: 0 !important;
}
.dts-grid-container {
  overflow-x: auto;
}
.dts-filter-highlight {
  background-color: rgb(253, 255, 140);
  display: inline-block;
  color: black !important;
}
.dts-grid-search>div {
  margin-right: 15px;
  max-width: 275px;
  float: right;
}

.dts-grid .popover-content {
  padding: 0px 0px !important;
}
.dts-grid .list-group {
  margin-bottom: 0px !important;
}
.dts-grid .list-group-item {
  border: none !important;
}

.dts-grid .popover.bottom .arrow {
  visibility: hidden;
}

.dts-grid .popover {
  margin-top: 0px !important;
}

.dts-grid a {
  text-decoration: none;
}

.dts-grid-clickable-cell,
.dts-grid-cell-data {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.dts-grid-clickable-cell {
  display: block; 
  height: 100%;
}

.dts-grid-row-highlight:hover {
  background-color: #428bca;
  cursor:pointer;
  color:#fff !important;
}

.dts-grid-row-highlight [data-toggle="popover"] {
  color: inherit !important;
}

.dts-grid-search .dropdown-menu a:hover {
  background-color: #428bca !important;
  color:#fff !important;
}

.dts-grid-popup-option:hover {
  background-color: #428bca !important;
  cursor:pointer;
  color:#fff !important;
}

.dts-grid-details-modal .modal-dialog {
  max-width: calc(100vw - 50px);
}

.dts-grid-details-modal .close {
  color: white; 
  opacity: 0.5;
}

.dts-grid-details-modal .modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.dts-grid-details-modal-column-value {
  font-weight: normal; 
  max-width: 100%; 
  word-wrap: break-word;
}

.dts-grid-circle-button {
  border: none !important;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #428bca;
  display: inline-block;
  box-shadow: 0px 2px 5px 0px  rgba(0,0,0,0.2);
}

.dts-grid-circle-button-lg {
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}

.dts-grid-circle-button-sm {
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 38px;
  margin-right: 10px;
}

.dts-grid-circle-button .dropdown-menu {
  text-align: Left;
}

.dts-grid-circle-button:focus {
  outline: none;
}

.dts-grid-circle-button:hover {
  cursor: pointer;
  box-shadow: 0px 2px 10px 0px  rgba(0,0,0,0.6)
}

.dts-grid-options-left-image {
  margin-right: 10px;
  width: 14px;
}

.dts-grid-options-container {
  float: right;
}

.dts-grid-option-group {
  display: inline-block;
}

.dts-grid-search-input {
  display: inline-block;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #9e9e9e;
  font-size: 16px;
  max-width: 150px;
  margin-right: 10px;
}