.licenseportal .lp-buttons {
  display: flex;
}
.licenseportal .lp-buttons .btn {
  flex-grow: 1;
}
.licenseportal .lp-buttons .btn + .btn {
  margin-left: 2px;
}
.licenseportal .lp-buttons .fa-inverse {
  transition: color 0.2s;
}
.licenseportal .lp-buttons .btn:hover .fa-inverse {
  color: var(--btn-hover-bg);
}
.licenseportal .hkcontrol-label {
  padding-top: 6px;
}
.licenseportal .table-form tr:first-child th,
.licenseportal .table-form tr:first-child td {
  border-top: none;
}
.licenseportal .lp-checkbox {
  display: flex;
  align-items: start;
}
.licenseportal .lp-checkbox.disabled {
  opacity: 0.5;
}
.licenseportal .lp-checkbox-input {
  margin: 0 5px 0 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.licenseportal .lp-search-input {
  position: relative;
}
.licenseportal .lp-search-input .hkform-control {
  padding-right: 65px;
}
.licenseportal .lp-search-input .lp-search-buttons {
  position: absolute;
  display: flex;
  right: 5px;
  top: 50%;
  margin-top: -15px;
}
.licenseportal .lp-search-input .lp-search-buttons button {
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
.licenseportal .lp-search-input .lp-search-buttons button:hover {
  opacity: 1;
}
.licenseportal .lp-search-input .lp-search-buttons .LPClearBtn {
  display: none;
}
.licenseportal .lp-titlebar {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.licenseportal .lp-titlebar h2 {
  margin-bottom: 0;
  flex-grow: 1;
}
.licenseportal .lp-titlebar > * + * {
  margin-left: 10px;
}
.licenseportal .lp-titlebar .lp-buttons .btn {
  border: none;
}
.licenseportal .lp-titlebar .lp-buttons .fa-stack {
  width: 2em;
  height: 1em;
  margin-top: -0.5em;
  vertical-align: text-top;
}
.licenseportal .table.lp-selectable tbody tr {
  cursor: default;
}
.licenseportal .table.lp-selectable tbody tr.selected td {
  background: #f86a24;
  color: #fff2eb;
}
.licenseportal .table.lp-selectable tbody tr.selected td a {
  color: #fff;
}
.lp-toolbar {
  display: flex;
  padding: 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eee;
}
.lp-toolbar button {
  background-color: transparent;
}
.lp-toolbar .btn-flat {
  border-width: 0;
}
.lp-toolbar .btn {
  margin: 0 1px;
  border: none;
}
.lp-toolbar .btn.hikadisabled {
  opacity: 0.4;
  background-color: transparent;
}
.lp-toolbar .separator {
  width: 4px;
  flex-shrink: 0;
}
.lp-toolbar .spacer {
  flex-grow: 1;
}
.lp-toolbar .if-active {
  display: none;
}
.lp-toolbar.active .if-active {
  display: inline-block;
}
.lp-sticky-contanier {
  position: relative;
}
.lp-sticky {
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
/*===================================================================
  Inventory Management
 -------------------------------------------------------------------*/
.licenseportal.view-inventory .lp-header-form {
  width: 100%;
}
.licenseportal.view-inventory .lp-header-form th {
  font-weight: normal;
}
.licenseportal.view-inventory .lp-header-form th:after {
  content: ':';
  float: right;
}
.licenseportal.view-inventory #LPCatalogTable .button-col {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
  vertical-align: middle;
}
.licenseportal.view-inventory #LPHistoryTable .negative {
  color: red;
}
.licenseportal.view-inventory #LPHistoryTable .lp-footnote {
  font-size: 0.8em;
}
/*====================================================================
  License Manager
--------------------------------------------------------------------*/
.licenseportal.view-manager #LPLicenseTable .success td {
  animation: LPLicenseTable-success 2s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.licenseportal.view-manager #LPLicenseTable .error td {
  animation: LPLicenseTable-error 2s;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}
.licenseportal.view-manager .expiring {
  color: #a80;
}
.licenseportal.view-manager .expired {
  color: #f20;
}
.licenseportal.view-manager #LPQuickAddPanel {
  display: none;
  text-align: center;
}
.licenseportal.view-manager #LPQuickAddPanel .chzn-container {
  text-align: left;
}
.licenseportal.view-manager #LPQuickAddSerialLabel {
  font-weight: bold;
}
.licenseportal.view-manager.task-merge #LPSerialList .activated {
  color: #f20;
}
.licenseportal.view-manager.task-merge #LPSerialList td {
  padding: 0;
  border-top: none;
}
.licenseportal.view-manager.task-merge #LPSerialList td .lp-value:before {
  content: '—';
  margin: 0 5px;
}
.licenseportal.view-manager.task-merge #LPSerialList td:last-child:before {
  content: '';
  margin: 0 3px;
}
.licenseportal.view-manager.task-merge #LPSerialList label {
  margin-bottom: 0;
}
@keyframes LPLicenseTable-success {
  from {
    color: #fff;
    background-color: #2a0;
  }
}
@keyframes LPLicenseTable-error {
  from {
    color: #fff;
    background-color: #f20;
  }
}
/*====================================================================
  Simple Renewal Tool
--------------------------------------------------------------------*/
.licenseportal.view-renewal .full-width {
  width: 100%;
}
.licenseportal.view-renewal .lp-expired {
  color: red;
}
.licenseportal.view-renewal .lp-modify-note {
  margin-bottom: 10px;
}
