.cols {
  display: flex;
  justify-content: center;
  width: 20rem;
}
.gps-update-manager {
  margin: 1rem;
}
body {
  position: relative;
  height: 100vh;
}
body #vue-attach {
  height: 100%;
}
hr {
  margin: 0;
}
[v-cloak] {
  display: none!important;
}
.text-blue {
  color: blue;
}
.flex-grow {
  flex: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    fill: gray;
  }
  50% {
    fill: lightgray;
  }
  100% {
    transform: rotate(360deg);
    fill: gray;
  }
}
.spinner-holder {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.spinner-holder .spinner {
  width: 20%;
  max-width: 7rem;
  height: 20%;
  max-height: 7rem;
  animation: spin 1s linear infinite;
  opacity: 0;
  transition: opacity 0.2s;
}
.spinner-holder .spinner.active {
  opacity: 1;
}
.section-title {
  width: 100%;
  height: 2rem;
  display: flex;
  font-size: 1.15rem;
  justify-content: center;
  font-family: sans-serif;
  align-items: center;
  border-bottom: 1px solid gray;
}
.page-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-content .footer {
  display: flex;
  border-top: 1px solid gray;
  height: 1.5rem;
  min-height: 1.5rem;
  background-color: gainsboro;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.85rem;
}
.page-content .footer .footer-item {
  border-right: 1px solid black;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
}
.page-content .footer .footer-item:last-child {
  border-right: 0;
}
.topbar-header {
  display: flex;
  align-items: center;
  min-height: 2rem;
  height: 2rem;
  width: 100%;
  box-sizing: border-box;
  background-color: gainsboro;
  border: 1px solid gray;
  border-left: 0;
}
.topbar-header .header-text {
  font-size: 1rem;
  padding-left: 1rem;
  color: firebrick;
  font-weight: bold;
  font-family: sans-serif;
  white-space: nowrap;
}
.topbar-header .logout-button {
  font-size: 1rem;
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  background-color: lightgray;
  margin-bottom: 0;
  cursor: pointer;
  border-left: 1px solid gray;
}
.topbar-header .logout-button:hover {
  opacity: 0.8;
}
.search-div {
  width: 20rem;
  position: relative;
  border: 1px solid gray;
  box-sizing: border-box;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.search-div .section-title {
  background-color: gold;
}
.search-div .search-holder {
  font-size: 1.5rem;
  padding: 0.25rem;
  margin-top: 1rem;
  width: 100%;
  background-color: whitesmoke;
  text-align: center;
  border-top: 1px solid gray;
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  height: 2.25rem;
}
.search-div .searchable-select {
  width: 12.5rem;
  box-sizing: border-box;
  margin-left: 0.5rem;
}
.search-div .input-group.manual-update .label {
  width: 7.5rem;
}
.search-div .input-group.manual-update .searchable-select {
  width: 9rem;
}
.customer {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer .header {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid gainsboro;
}
.login-holder {
  position: fixed;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.login-holder .login-prompt {
  padding: 0 1.5rem 0 1.5rem;
  border: 1px solid gray;
  display: flex;
  justify-content: center;
  width: 12rem;
  position: relative;
  margin: 1rem auto;
  background-color: white;
}
.login-holder .login-prompt .header {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.login-holder .login-prompt .label {
  color: gray;
  font-size: 12px;
}
.login-holder .login-prompt .label.password {
  margin-top: 0.5rem;
}
.login-holder .login-prompt .login {
  padding: 0.25rem;
  text-align: center;
  background-color: gainsboro;
  border: 1px solid gray;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.login-holder .login-prompt .check {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 14px;
}
.login-holder .login-prompt .check input {
  margin-right: 0.5rem;
}
.top-management-divs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-management-divs .unit-selector {
  min-width: 20rem;
  width: 20rem;
  border: 1px solid gray;
  margin-right: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.top-management-divs .unit-selector .input-group:first-of-type {
  margin-top: 0;
}
.top-management-divs .unit-selector .section-title {
  background-color: lightgoldenrodyellow;
}
.top-management-divs .unit-selector .content {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.top-management-divs .unit-selector .input-group .label {
  width: unset;
  margin-right: 1rem;
}
.top-management-divs .unit-selector .input-group input {
  height: 1.5rem;
  box-sizing: border-box;
  margin-right: 0.5rem;
}
.top-management-divs .unit-selector .trigger-sync .expected-wait {
  margin: 0.5rem 0;
}
.top-management-divs .unit-selector .trigger-sync .button {
  width: max-content;
}
.top-management-divs .group-management {
  display: flex;
  flex-direction: column;
  width: 20rem;
  border: 1px solid gray;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.top-management-divs .group-management input {
  width: 70%;
  margin-right: 1rem;
}
.top-management-divs .group-management .searchable-select {
  width: 70%;
  margin-right: 1rem;
}
.top-management-divs .group-management .section-title {
  background-color: lightskyblue;
}
.top-management-divs .group-management .content {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.top-management-divs .group-management .add-selected-to-group input {
  width: 10rem;
  margin-right: 0.5rem;
}
.top-management-divs .group-management .button.error {
  background-color: pink;
}
.top-management-divs .group-management .button.adding {
  background-color: lightgoldenrodyellow;
}
.top-management-divs .group-management .button.added {
  background-color: lightgreen;
}
.top-management-divs .group-management .button.deleting {
  background-color: lightgoldenrodyellow;
}
.top-management-divs .group-management .button.deleted {
  background-color: lightgreen;
}
.top-management-divs .group-management .button.removing {
  background-color: lightgoldenrodyellow;
}
.top-management-divs .group-management .button.removed {
  background-color: lightgreen;
}
.top-management-divs .group-management .button.creating {
  background-color: lightgoldenrodyellow;
}
.top-management-divs .group-management .button.created {
  background-color: lightgreen;
}
.page-mover {
  display: flex;
  margin-top: 1rem;
  justify-content: center;
}
.page-mover .current-page {
  display: flex;
  align-items: center;
  text-align: center;
}
.page-mover .button {
  padding: 0.25rem 1rem;
  border: 1px solid gray;
  border-radius: 3px;
  background-color: whitesmoke;
  margin: 0 0.5rem;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}
.data-table {
  display: inline-block;
  max-width: 100%;
}
.data-table .table-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.data-table .table-top .show-only-selected {
  margin: 1rem 0.5rem 0 0.5rem;
}
.data-table .table-top .download-button {
  background-color: lightgreen!important;
  margin: 1rem 0.5rem 0 0.5rem;
}
.data-table .table-top .refresh-button {
  background-color: lightblue!important;
  margin: 1rem 0.5rem 0 0.5rem;
}
.data-table .table-top .refresh-button.refreshing {
  background-color: lightgoldenrodyellow!important;
}
.data-table .table-top .refresh-button.refreshed {
  background-color: lightgreen!important;
}
.data-table .table-top .prev {
  margin-left: 0;
}
.data-table .table-holder {
  max-height: 40vh;
  overflow: auto;
  box-sizing: border-box;
  border: 1px solid gray;
  border-top: 0;
  border-right: 0;
  max-width: 100%;
  width: fit-content;
  margin-top: 1rem;
}
.data-table table {
  border-collapse: collapse;
}
.data-table th {
  position: sticky;
  top: 0;
  background-color: gainsboro;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.data-table th .th-content {
  border: 1px solid gray;
  margin-left: -1px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  box-sizing: border-box;
}
.data-table th.row-select {
  left: 0;
  z-index: 2;
}
.data-table .row.selected td {
  background-color: lightblue!important;
  color: blue;
}
.data-table .row.not-supported td {
  background-color: #f3f38a !important;
  color: gray;
}
.data-table .row.excluded td .td-content {
  background-color: darkred;
  color: white;
  font-weight: bold;
}
.data-table .row:last-child td .td-content {
  border-bottom: 0;
}
.data-table .row:nth-child(odd) .cell {
  background-color: lightgreen;
}
.data-table .row.header .cell {
  background-color: gainsboro!important;
  text-align: center;
}
.data-table .row.no-results {
  width: 100%;
  padding: 0.25rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background-color: pink;
  border-right: 1px solid gray;
}
.data-table .row td {
  margin: 0;
  padding: 0;
  height: 1px;
  position: relative;
}
.data-table .row td.row-select {
  position: sticky;
  background-color: white;
  left: 0;
  z-index: 1;
}
.data-table .row td.row-select .td-content {
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.data-table .row td .td-content {
  border: 1px solid gray;
  margin-left: -1px;
  border-top: 0;
  padding: 0.25rem 0.5rem;
  box-sizing: border-box;
  white-space: pre;
  height: 100%;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  padding: 0 0.5rem;
  background-color: gainsboro;
  border-radius: 3px;
  box-shadow: 2px 2px 4px lightgray;
  border: 1px solid gray;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.button:hover {
  opacity: 0.9;
}
.data-table .selected-units {
  display: flex;
  flex-wrap: wrap;
}
.data-table .selected-units .label {
  padding: 0.15rem 0.5rem;
  margin: 0.5rem 0.2rem;
  margin-left: 0;
  padding-left: 0;
  border: 1px solid transparent;
}
.data-table .selected-units .button {
  margin: 0.5rem 0.2rem;
}
.data-table .selected-units .item {
  padding: 0.15rem 0.5rem;
  border: 1px solid gray;
  border-radius: 3px;
  margin: 0.5rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  position: relative;
  padding-right: 1.2rem;
  user-select: none;
}
.data-table .selected-units .item.error {
  background-color: pink;
}
.data-table .selected-units .item.not-supported {
  background-color: #f3f38a;
}
.data-table .selected-units .item.excluded {
  background-color: darkred!important;
  color: white;
  font-weight: bold;
}
.data-table .selected-units .item.no-results {
  padding-right: 0.5rem;
}
.data-table .selected-units .item .remove {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  height: 100%;
  cursor: pointer;
}
.data-table .selected-units .item .remove:hover svg {
  fill: red;
}
.data-table .selected-units .item .remove svg {
  width: 16px;
  height: 16px;
}
.data-table .update-boxes {
  display: flex;
  flex-wrap: wrap;
}
.data-table .send-update-box {
  display: flex;
  flex-direction: column;
  border: 1px solid black;
  width: 20rem;
  margin: 0.5rem;
}
.data-table .send-update-box:first-child {
  margin-left: 0;
}
.data-table .send-update-box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15rem;
  height: 2rem;
  border-bottom: 1px solid black;
  background-color: orange;
  font-weight: bold;
}
.data-table .send-update-box .title.config {
  background-color: antiquewhite;
}
.data-table .send-update-box .box-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  position: relative;
}
.data-table .send-update-box .box-content .update-overlay {
  position: absolute;
  height: 100%;
  z-index: 2;
}
.data-table .send-update-box .box-content .update-overlay .update-prompt {
  height: 100%;
}
.data-table .send-update-box .update-to-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.data-table .send-update-box .update-to-div .text {
  font-weight: bold;
  margin-right: 0.5rem;
}
.data-table .send-update-box .update-button {
  height: 2rem;
  border: 0;
  border-top: 1px solid black;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}
.data-table .send-update-box .update-prompt {
  align-items: center;
  border-radius: 3px;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  background-color: #f1f5f9;
  width: 20rem;
}
.data-table .send-update-box .update-prompt .label {
  text-align: center;
  padding: 0.5rem;
}
.data-table .send-update-box .update-prompt .yes-no {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.data-table .send-update-box .update-prompt .yes-no div {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  border: 1px solid gray;
  box-shadow: 2px 2px 4px gainsboro;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  width: 6rem;
  height: 1.4rem;
  justify-content: center;
}
.data-table .send-update-box .update-prompt .yes-no div:hover {
  opacity: 0.8;
}
.data-table .send-update-box .update-prompt .yes-no .yes {
  background-color: lightgreen;
}
.data-table .send-update-box .update-prompt .yes-no .no {
  background-color: pink;
}
.data-table .send-update-box .button.sending {
  background-color: lightgoldenrodyellow;
}
.data-table .send-update-box .button.no-updates {
  background-color: pink;
}
.data-table .send-update-box .button.sent {
  background-color: lightgreen;
}
.data-table .send-update-box .button.error {
  background-color: pink;
}
.data-table .show-only-selected {
  display: flex;
  margin-left: 0.5rem;
  margin-top: 1rem;
  white-space: nowrap;
}
.input-group {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.input-group .label {
  white-space: nowrap;
  width: 6rem;
}
.input-group input {
  box-sizing: border-box;
  width: 9rem;
}
.input-group select {
  box-sizing: border-box;
  width: 9rem;
}
.input-group .eq {
  width: 3rem;
  text-align: center;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
