.grid-header {
  padding: 2px 0 2px 8px;
  background-color: #4c91bf;
  color: #e6e6e6;
  border: 1px solid #4c5e65;
  border-radius: 3px 3px 0px 0px;
}

.grid-header-section {
  display: inline-block;
  margin: 0 20px 0 0px;
}

.grid-toolbar {
  background-color: #e6e6e6;
  padding: 2px 0 2px 8px;
  box-sizing: border-box;
  border: 1px solid #4c5e65;
  border-radius: 0px 0px 3px 3px;
}

.grid-toolbar-section {
  display: inline-block;
  margin: 0 5px 0 5px;
  border-right: 1px solid #c7c7c7;
}

.grid-toolbar-button {
  background-color: #e6e6e6;
  border: solid black;
  border-width: 1px;
  border-radius: 5%;
  padding: 2px 5px 2px 5px;
  margin: 0 5px 0 5px;
}

.grid-toolbar-button:hover {
  background-color: #df8b42;
  color: #ffffff;
  cursor: pointer;
}

.grid-toolbar-button:disabled {
  background-color: #e6e6e6;
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  cursor: arrow;
}

.page-nav-bar {
  display: inline-block;
  margin: 0 5px 0 5px;
}

.page-nav {
  font-weight: 600;
  width: 35px;
}

.first2 {}

.prev2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.next2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.last2 {}

.rec-cnt-label {
  font-weight: 650;
}

.glass:hover {
  cursor: grabbing;
}

.status {
  display: inline-block;
  margin: 10px;
  font-size: 14px;
}

#dv_tabledata {
  display: inline-block;
  box-sizing: border-box;
  padding: 15px 0 0;
  border: 1px solid #e6e6e6;
  width: 80%;
}

#tag-console {
  width: 100%;
  /*white-space: nowrap;*/
  padding: 10px;
}

.toolbar-header {
  text-align: center;
  padding: 10px;
  background-color: gray;
}

.toolbar-header h3 {
  color: white;
  margin: 0;
}

img.usertype {
  height: 20px;
  width: auto;
  margin: 0 2px 0 2px;
}

img.invite {
  height: 20px;
  width: auto;
  margin: 0 2px 0 2px;
  cursor: pointer;
}

/*
Copyright 2018 Portable Technology Solutions

Styling for web portal to control readers and view scanned tags.
*/

/*body {font-family: arial; padding:10px;background-color:#1b4659;color:#333;}*/

div.userstable {
  background-color: #e6e6e6;
  border: 1px solid black;
  max-width: 99%
}

div.dataheader {
  display: table-header-group;
  white-space: nowrap;
  background-color: #b8ccd8;
  color: #282e30;
  max-height: 15px;
  width: 100%;
  font-weight: 600;
  padding: 15px;
}

div.datacell_header {
  display: table-cell;
  padding: 1px 0 1px 4px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
}

div.datacell_filter_header {
  display: table-cell;
  padding: 1px 0 1px 4px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  background-color: #cecece;
}

div.datacell_header_sortable {
  display: table-cell;
  padding: 1px 0 1px 4px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #383838;
  border-bottom: 1px solid #383838;
  cursor: pointer;
}

div.datacell_header_sortable:hover {
  background-color: #91BDD6;
}

.datacell_header_sortable.datacell_header_sorted_asc::before {
  content: '';
  float: right;
  border: solid rgb(71, 71, 71);
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 5px 5px 0 0;
}

.datacell_header_sortable.datacell_header_sorted_desc::before {
  content: '';
  float: right;
  border: solid rgb(71, 71, 71);
  border-width: 0 3px 3px 0;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin: 5px 5px 0 0;
}

div.datarow {
  display: table-row;
  white-space: nowrap;
  background-color: white;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  width: 100%;
  line-height: 25px;
}

div.datarow:hover {
  background-color: #d4ddeb;
}

div.datarow.selected {
  background-color: #ede4d2;
}

div.datacell {
  display: table-cell;
  padding: 1px 2px 1px 8px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #c6d9ec;
  border-bottom: 1px solid #c6d9ec;
  vertical-align: top;
  white-space:pre;
}

div.datacell_checkbox {
  display: table-cell;
  padding: 1px 2px 1px 8px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #c6d9ec;
  border-bottom: 1px solid #c6d9ec;
  text-align: center;
}

div.databody {
  display: table-row-group;
  background-color: white;
  max-height: 100%;
  width: 100%;
  overflow-y: scroll;
}

div.datacell_usertype {
  display: table-cell;
  padding: 1px 2px 1px 8px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #c6d9ec;
  border-bottom: 1px solid #c6d9ec;
  text-align: center;
}

div.datacell_na {
  display: table-cell;
  padding: 1px 2px 1px 8px;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  border-right: 1px solid #c6d9ec;
  border-bottom: 1px solid #c6d9ec;
  background-color: #e6e6e6;
}

div.datacell_na:after {
  content: "(n/a) - device login";
  color: #535c69;
  font-size: small;
}

div.container_na {
  display: none;
}

div.bufferwrapper {
  height: 95%;
  max-height: 95%;
  /*min-height:250px;*/
  border-left: 1px solid #4c5e65;
  border-right: 1px solid #4c5e65;
  border-top: 0px solid #131729;
  border-bottom: 0px solid #131729;
  overflow-y: scroll;
}

div.buffertable {
  display: table;
  overflow-y: scroll;
  border: 0px solid black;
  background-color: #b4cad5;
  width: 100%;
  margin: 0px;
}

div.readerstats {
  padding: 10px;
  background-color: #c7c7c7;
  font-size: -1;
}

div.header {
  margin: 0px;
  background-color: #badbe5;
  padding: 0px 0px 2px 0px;
  text-align: center;
}

div.header h1 {
  color: #464646;
}

div.toolbar {
  margin: 0px;
  background-color: #4c5e65;
  color: white;
  padding: 5px;
  text-align: center;
}

div.result {
  margin: 0px;
  background-color: #e6e6e6;
  padding: 15px;
  border: 0px solid black;
}

h1.csr_header {
  display: inline-block;
  font-size: 14pt;
}

div.csr_header_logo {
  float: left;
  display: inline-block;
  background-color: #4c5e65;
}

input {
  font-size: 12pt;
}

select {
  font-size: 12pt;
}

optgroup {
  font-size: 12pt;
}

div.reader_dropdown select {
  font-size: 12pt;
  padding: 1.5px;
}

a.refreshbutton:hover {
  cursor: pointer;
}

.button-bar {
  display: inline-block;
  height: 25px;
}

.toolbarbutton {
  background-color: #1ea7c6;
  border: none;
  color: white;
  padding: 7px 16px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 0;
  -webkit-appearance: none;
}

.toolbarbutton:hover {
  cursor: pointer;
  background-color: #167a90;
  border-radius: 0;
  -webkit-appearance: none;
}

.critical {
  background-color: #dc6802;
  border-radius: 0;
  -webkit-appearance: none;
}

.footertext {
  display: inline-block;
  text-align: center;
  color: white;
  width: 100%;
}

.readerstatrow {
  display: block;
  width: 100%;
}

.readerstatscell-label {
  display: inline-block;
  padding: 1px;
  margin: 0;
  width: 125px;
}

.readerstatscell {
  display: inline-block;
  padding: 1px;
  margin: 0;
}

.readercountcell {
  display: block;
  padding: 1px;
  margin: 0;
  text-align: center;
}

a.data-link {
  text-decoration: none;
  color: #404e61;
}

a.data-link:hover {
  text-decoration: underline;
  color: #404e61;
}

/* Customize the label (the container) */

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0px;
  cursor: default;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */

.container input {
  position: absolute;
  opacity: 0;
  cursor: default;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
  /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
  background-color: #5e696f;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toolbar-button {
  background-color: #df8b42;
  border-radius: 3px;
  border: 1px solid #784e2a;
  line-height: 100%;
  padding: 4px;
  cursor: pointer;
}

.toolbar-button-image {
  height: 20px;
  width: auto;
}

#btn-search {
  height: 24px;
  width: 40px;
  border: 0;
  border-radius: 10px;
}

#btn-search:hover {
  cursor: default;
  background-color: #e09e0f;
}

.search-bar {
  display: inline-block;
  margin-right: 20px;
}

.search-bar>* {
  display: inline-block;
}

.search-box, .clearfilter-icon, .search-wrapper {
  position: relative;
  padding: 5px;
}

.search-wrapper {
  width: 275px;
  margin: auto;
  margin-top: 50px;
}

.search-box {
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 15px;
}

.search-box:focus {
  box-shadow: 0 0 2px 2px #e09e0f;
  /*#7b8f94;*/
  border: 2px solid #bebede;
}

.clearfilter-icon {
  border: 1px solid transparent;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
}

.clearfilter-icon:after {
  content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #FA9595;
  z-index: 1;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 12px;
  box-shadow: 0 0 2px #E50F0F;
  cursor: pointer;
}

.search-box:not(:valid)~.clearfilter-icon {
  display: none;
}

@media screen and (max-width: 600px) {}

.editable {}

.edit-wrapper {
  display: inline-block;
  text-align: right;
  /*width:24px;*/
}

/*
.editable > .edit-wrapper > .start-edit{
  visibility: hidden;
}
.editable:hover > .edit-wrapper > .start-edit{
  visibility: visible;
}
*/

.editable>.start-edit {
  visibility: hidden;
}

.editable:hover>.start-edit {
  visibility: visible;
}

.start-edit {
  /*float:right;*/
  display: inline-block;
  border: 0;
  height: inherit;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-image: url('./../_img/edit-pencil.png');
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
  ;
}

.start-edit:hover {
  background-color: #e09e0f;
}

.editing>.save-edit {
  display: inline-block;
  visibility: visible;
  /*float:right;*/
}

.editing>.start-edit {
  background-image: url('./../_img/cancel.png');
}

.save-edit {
  visibility: hidden;
  border: 0;
  height: inherit;
  width: 24px;
  background-size: contain;
  background-image: url('./../_img/check.png');
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
  ;
}

.save-edit:hover {
  background-color: #e09e0f;
}

.edit-text {
  z-index: 10;
  left: 0;
  top: 0;
  width: 58%;
  min-width: 150px;
}

.cell-content {
  display: inline;
  /*float:left;*/
}

.null-content::before {
  content: 'null';
  color: #ffffff;
  font-size: small;
  background-color: #aaaaaa;
  padding: 1px 5px 1px 5px;
}

/*
.datacell:hover:after{
  width:20px;
  background-image: url('./../_img/edit-pencil.png');
  content:'&nbsp;';
}*/

.btn-import {
  display: inline-block;
}

.import-file-selector {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.drop-to-import {
  opacity: .5;
  /*background-image: url('./../_img/import.png');
  background-repeat: no-repeat;
  background-position: center;*/
  border-style: dashed !important;
  border-width: 10px !important;
  border-color: #4c5e65 !important;
}

.drop-to-import::after {
  content: url('./../_img/import.png');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  height: 256px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  pointer-events: none;
}

.drop-to-import * {
  pointer-events: none;
}

/*
Re-usable grid wait cursor styling. Taken from TracerPlus. 
*/
.wait-cursor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 3em;
  box-sizing: border-box;
  display: none;
}

.spinning-circle {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
}

.spinning-circle div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: spinning-circle 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.spinning-circle div:nth-child(1) {
  animation-delay: -0.45s;
}

.spinning-circle div:nth-child(2) {
  animation-delay: -0.3s;
}

.spinning-circle div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes spinning-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
End wait cursor
*/

/*
Import div styling
*/
.import-review {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 3em;
  box-sizing: border-box;
}

.import-content {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  padding: 25px;
  box-sizing: border-box;
}

.import-header {
  height: 10%;
}

.import-table {
  height: 80%;
  overflow: scroll;
  border: 1px solid gray;
}

.import-footer {
  height: 10%;
  text-align: right;
}
.import-footer > button{
  margin:5px;
}
.import-table-data {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid gray;
}

.import-table-data>tr {
  border: 1px solid gray;
}

.import-table-data>tr>th {
  border: 1px solid gray;
  background-color: #c6d9ec;
  position: sticky;
  top: 0;
}

.import-table-data>tr>td {
  border: 1px solid gray;
}
/*
 End import styling.
*/