.provision-page-component .provision-page {
  position: relative;
  height: 100%;
}
.provision-page-component .page-sections .section-header {
  padding: 20px;
}
.provision-page-component .page-sections .section-header .resellers-wrapper .input-dropdown-area {
  z-index: 4;
}
.provision-page-component .page-sections .section-header .accounts-wrapper .input-dropdown-area {
  z-index: 1;
}
.provision-page-component .page-sections .collection {
  overflow: visible;
}
.provision-page-component .page-sections .collection-header {
  padding: 20px;
  border: none;
}
.provision-page-component .page-sections .collection-item {
  border: none;
}
.provision-page-component .page-sections img {
  margin: 5px 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 830px) {
  .provision-page-component .page-sections img {
    display: none;
  }
}
.provision-page-component .page-sections .title {
  margin: 0 5%;
}
.provision-page-component .admin-page {
  height: 100%;
  overflow: auto;
  position: relative;
}
.provision-page-component .admin-page .btn-floating {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 20px 15px;
}
.provision-page-component .select-wrapper ul {
  max-height: 400px;
}
.grid-table-header .header-left-filter {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
table.table tbody tr.table-item.expires-red .column-expires {
  color: #e53935;
}
table.table tbody tr.table-item.expires-orange .column-expires {
  color: #fb8c00;
}

.details-page-body #expirationDateBtn {
  margin-top: 1.5rem;
}
ux-dialog.share-dialog {
  max-width: 600px;
  min-height: 200px;
  max-height: 400px;
  height: auto;
  top: 25%;
}
ux-dialog.share-dialog ux-dialog-body {
  overflow: initial;
}
.transfer-device-dialog .simple-list {
  height: 300px;
  overflow: auto;
}
.transfer-device-dialog .btn {
  margin-top: 1.5rem;
}
.provision-devices-page {
  height: 100%;
  overflow: auto;
}
.provision-devices-page table tr.inactive {
  color: rgb(142.5, 142.5, 142.5);
}

.device-details .tabbed-section .form-section .tabs-component {
  margin: 0;
}
.device-details .tabbed-section .form-section .tabs-slots {
  min-height: 250px;
  padding: 20px 10px;
}
.device-details .select-wrapper ul {
  max-height: 350px;
  overflow: auto;
}
.device-details .inline-btn-asset {
  position: absolute;
  top: 6.75rem;
  right: 20px;
  cursor: pointer;
  background-color: white;
  z-index: 1;
}
.device-details .toggle-switch {
  color: #757575;
}
.device-details .toggle-switch .inner-label {
  width: 60px;
}
.device-details .toggle-switch label {
  color: inherit;
}
.device-details .toggle-switch.enabled {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
}
.link-asset-dialog .simple-list {
  height: 300px;
  overflow: auto;
}
.link-asset-dialog .center-context {
  padding: 4em 0rem;
}
.link-asset-dialog .align-center {
  /* align-items: center; */
  flex-direction: column;
  margin-top: 1rem;
}
.link-asset-dialog .column {
  display: flex;
  flex-direction: column;
}
.link-asset-dialog .btn {
  margin-top: 1.5rem;
}
.poi-import input.file-path {
  height: 24px;
}
.poi-import .poi-list {
  max-height: 850px;
  overflow: auto;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfjRmMGJiMjQxLmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/