/* Please add any application-specific CSS to \includes_content\responsive\css\apps\license_center\license_center.css */

.i18nkey { display: none; }

#clickblock.busy {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99 !important;
  cursor: wait !important;
}

[data-href] {
  cursor: pointer;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/*content: " <span class='icon-edit icon_16'></span>";*/
.xedit::after {
  margin-left: 5px;
  content: "\e62b" !important;
  font-size: 16px;
  line-height: 1.00;

  /*margin-left: -1.65em;*/
  display: inline-block;
  font-family: 'mathworks';
  /*font-size: 106.5%;*/
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /*line-height: 1.40;*/
  opacity: 0.95;
  position: absolute;
  speak: none;
  text-decoration: none !important;
  text-transform: none;
  color: #c5c7c9 !important;
}

.unassignableproducts {
  color: #B7312C;
  font-weight: bold;
}

#assign_products .icon-check,#assign_products .icon-arrow-point-left {
  background: #48a23f;
  color: #fff !important
}

#assign_products .icon-arrow-point-right {
  background: #b7312c;
  color: #fff !important;
}

#assign_products .icon-check,#assign_products .icon-arrow-point-left,#assign_products .icon-arrow-point-right {
  padding: 4px;
  font-size: 16px;
  line-height: 16px
}

.add_table_row_cursor_pointer {
  cursor: pointer;
}

.licenselabeldata {
  border-bottom: none !important;
  color: #1a1a1a !important;
  cursor: pointer !important;;
  text-decoration: none !important;
}

#remove_admin_icon_link {
  color: var(--mw-ws-global-link-color) !important;
}

.text-center-colored {
  color: var(--mw-ws-global-link-color) !important;
  text-align: center !important;
}

.disabled-link {
  color: gray; pointer-events: none; cursor: default; text-decoration: none; opacity: 0.6;
}