div#box_kbtable table {
  margin: 30px 0 50px 0;
  width: 100%;
}

div#box_kbtable table td {
  padding: 12px 8px;
  border-bottom: 1px solid #ccc;
}

div#box_kbtable table tr:first-child td {
  font-weight: bold;
  color: #444;
  border-bottom: 2px solid #999;
}

div#box_kbtable table tr:last-child td {
  border-bottom: 2px solid #999;
}

div.popup_inner ul.popup_checkboxes {
  list-style: none;
  position: relative;
  margin: auto 0;
  padding-left: 25px;
}

div.popup_inner ul.popup_checkboxes li {
  margin: 5px auto;
}

div.popup_inner ul.popup_checkboxes li input {
  position: absolute;
  left: 0;
  cursor: pointer;
}

div.tab_container {
  margin-top: 10px;
}

div.tab_container div.tabs {
  z-index: 99;
  position: relative;
}

div.mainContent div.tab_container div.tabs {
  z-index: 101;
  height: 59px;
  background-color: #f0f0f0;
  padding: 10px 10px 0 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

div.tab_container div.tabs div {
  position: relative;
  top: 5px;
  float: left;
  padding: 10px 10px 15px 10px;
  background-color: #f0f0f0;
  color: var(--lor-color);
  margin-right: 5px;
  margin-bottom: 5px;
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.5);
  padding-top: 8px;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  height: 40px;
  overflow: hidden;
  transition: all 0.3s;
}

div.tab_container div.tabs div {
  background-color: #bbb;
  color: white;
}

div.mainContent div.tab_container div.tabs div {
  background-color: var(--lor-color);
  color: white;
  top: 12px;
}

div.tab_container div.tabs div svg {
  margin-right: 6px;
}

div.tab_container div.tabs div[data-tab-qty="0"] {
  visibility: hidden;
}

div.tab_container div.tabs div:not([data-tab-qty="0"]) {
  visibility: visible;
}

div.tab_container div.tabs div[data-tab-qty="0"] {
  display: none;
}

div.tab_container div.tabs div.withBubble {
  padding-right: 20px;
}

div.tab_container div.tabs div.tabBubble {
  box-sizing: border-box;
  text-align: center;
  display: inline;
  position: absolute !important;
  top: -8px !important;
  right: -9px !important;
  min-width: 24px !important;
  height: 24px !important;
  border-radius: 20px !important;
  background-color: red !important;
  color: white !important;
  line-height: 2.1em;
  font-size: 0.82em;
  padding: 0 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

div.tab_container div.tabs div:hover div.tabBubble {
  background-color: darkred !important;
}

div.tab_container div.tabs div svg.svg-inline--fa {
  font-size: 1.4em;
  position: relative;
  top: 1px;
}

div.tab_container div.tabs div:hover {
  cursor: pointer;
  color: white;
  background-color: var(--lor-color);
}

div.mainContent div.tab_container div.tabs div:hover {
  color: white;
  background-color: var(--lor-color-dark);
}

div.mainContent div.tab_container div.tabs div:hover {
  background-color: var(--lor-color-dark);
}

div.tab_container div.tabs {
  box-sizing: border-box;
  height: 52px;
  overflow: hidden;
  padding: 10px 10px 0 5px;
  border-bottom: 2px solid #ccc;
}

div.tab_container div.tabs div[tab-selected="1"],
div.mainContent div.tab_container div.tabs div[tab-selected="1"],
div.tab_container div.tabs div[tab-selected="1"]:hover,
div.mainContent div.tab_container div.tabs div[tab-selected="1"]:hover {
  background-color: white;
  padding-bottom: 20px;
  z-index: 1000;
  color: var(--lor-color);
  box-shadow: none;
  top: 0;
  padding-top: 10px;
  height: 45px;
}

div.tab_container div.tabs div[tab-selected="1"],
div.tab_container div.tabs div[tab-selected="1"]:hover {
  background-color: var(--lor-color-dark);
  color: white;
  top: 0 !important;
}

div#box_buttons_frame div.tab_container div.tabs div[tab-selected="1"],
div#box_buttons_frame div.tab_container div.tabs div[tab-selected="1"]:hover {
  color: var(--lor-color-dark);
  background-color: white;
}

div.tab_container div.tabs div i {
  margin-right: 8px;
}

div.tab_container div.tab_boxes {
  clear: both;
  z-index: 100;
  background-color: white;
  position: relative;
}

div#box_buttons_frame div.tab_container div.tab_boxes {
  border: 1px solid white;
}

div.tab_container div.tab_box {
  padding: 15px;
  width: 100%;
  position: relative;
  margin-top: 5px;
  box-sizing: border-box;
}

div.tab_container div.tab_box div.ajaxtable,
div.tab_container div.tab_box div.ajaxtable div.ajaxtable-header.footer {
  margin-bottom: 0;
  padding-bottom: 0;
  border-top: 0;
}

div.tab_container div.tab_box h2,
div.tab_container div.tab_box h3,
div.tab_container div.tab_box h4 {
  margin: 30px 0 25px 0;
}

div.tab_container div.tab_box h2 i,
div.tab_container div.tab_box h3 i,
div.tab_container div.tab_box h4 i {
  color: var(--lor-color);
  margin-right: 8px;
}

span.fakeButton {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  display: inline-block;
  padding: 2px 7px;
  margin: auto 5px;
  border-radius: 5px;
  background-color: #f8f8f8;
  font-size: 0.95em;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
}

svg.svg-inline--faSpinner {
  transition: opacity 0.5s !important;
}

div.tab_bubble {
  visibility: hidden;
  position: absolute;
  top: 3.5px;
  height: 20px;
  color: white !important;
  font-size: 1em;
  border-radius: 8px;
  background-color: red;
  text-align: center;
  padding: 2px 10px 0 10px;
  width: auto;
  line-height: 1.5em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  margin-left: 1px;
}

div#box_buttons_menu div.tab_bubble {
  top: -7px;
  right: -12px;
}

div.tab_bubble.noDisplay {
  display: none !important;
}

div.tab_bubble.SNchanged {
  visibility: visible;
}

span.commentable {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
}

span.commentable.hidden {
  visibility: hidden;
}

span.commentable div.tab_bubble {
  position: relative;
  display: inline-block;
  left: 0;
  width: auto;
  font-size: 0.9em;
  background-color: var(--lor-color) !important;
  color: white !important;
  height: 20px;
  min-width: 9px;
  text-align: center !important;
  overflow: hidden;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 1.8em;
  margin-left: 3px;
}

span.commentable div.tab_bubble svg.svg-inline--fa {
  font-size: 12px;
}

span.commentable div.tab_bubble svg.svg-inline--fa.fa-plus {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 12px;
}

span.commentable div.tab_bubble.addViewComments.clickable.tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  box-sizing: border-box;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  top: -.5px;
  left: 6px;
}

span.commentable div.tab_bubble.addViewComments.clickable.tooltip > svg.svg-inline--fa.fa-plus,
span.commentable div.tab_bubble.addViewComments.clickable.tooltip > i.fa-plus {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
}

span.commentable div.tab_bubble.addViewComments.clickable.tooltip > i.fa-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

table.ajaxtable td.left {
  text-align: left !important;
}

table.ajaxtable td a:link span div.tab_bubble i,
div#maincontainer table.ajaxtable td a:visited span div.tab_bubble i,
div#maincontainer table.ajaxtable td span div.tab_bubble i,
table.ajaxtable td a:link span div.tab_bubble i,
table.ajaxtable td a:visited span div.tab_bubble i,
table.ajaxtable td span div.tab_bubble i {
  color: white !important;
}

span.commentable div.tab_bubble.notEmpty {
  visibility: visible;
}

span.commentable div.tab_bubble.clickable:hover {
  cursor: pointer;
  background-color: var(--lor-color-dark) !important;
}

span.commentable div.tab_bubble.red {
  background-color: red !important;
}

span.commentable div.tab_bubble.clickable.red:hover {
  background-color: darkred !important;
}

span.commentable div.tab_bubble i {
  font-size: 0.85em;
}

span.commentable div.tab_bubble i.withContent {
  margin-left: 5px;
}

span.commentable div.tab_bubble i:hover {
  color: white !important;
}

span.commentable:hover div.tab_bubble {
  visibility: visible;
}

div.fileMgmtExcelPreview table.standard_table {
  table-layout: fixed !important;
}

div.fileMgmtExcelPreview table.standard_table tr td {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: auto !important;
}

div.fileMgmtExcelPreview table.standard_table tr.hasinvalidElements td {
  background-color: #fcc !important;
}

div.fileMgmtExcelPreview table.standard_table tr.hasinvalidElements td.red {
  background-color: #faa !important;
}

table.invitationTable td {
  width: 50% !important;
}

table.invitationTable td:nth-child(0) {
  width: 50px !important;
}

table.invitationTable tr.dontInvite td {
  background-color: #fbfbfb;
  color: #bbb;
}

table.ajaxtable a.link svg.svg-inline--fa {
  font-size: 1.8em;
}

div.ajaxtable_bubble {
  position: absolute;
  top: -10px;
  display: inline-block;
  color: white !important;
  border-radius: 8px;
  background-color: red;
  text-align: center;
  overflow: visible;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 1001;
  font-size: 0.85em;
  line-height: 2em;
  padding: 0 4px;
}

div.ajaxtable_bubble svg.svg-inline--fa {
  font-size: 1em;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

span.decSeparator {
  display: inline-block !important;
  width: 0.3em !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
}

span.decSeparator.comma:after {
  content: ",";
  font-size: 1em;
}

span.decSeparator.dashed {
  margin: 0 5px !important;
  width: auto !important;
}

span.decSeparator.dashed:after {
  content: "\2013";
  font-size: 1em;
}

i.APMbutton {
  cursor: pointer;
}

i.userAdminIcon {
  left: 0;
  top: 2px !important;
}

i.userAdminIcon.red {
  color: red;
}

i.userAdminIcon.green {
  color: green;
}

div.docMgmtSearch input {
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  font-size: 1.5em;
  box-sizing: border-box;
}

div.docMgmtSearch input.docMgmtSearchTerm {
  width: calc(100% - 60px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 10px;
  color: #666;
}

div.docMgmtSearch div.docMgmtSearchSubmit {
  display: inline-block;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  font-size: 1.5em;
  box-sizing: border-box;
  width: 50px;
  border: none;
  background-color: var(--lor-color);
  color: white;
  line-height: 2.5em;
  text-align: center;
  margin-top: 10px;
  position: relative;
  top: 17px;
}

div.docMgmtSearch div.docMgmtSearchSubmit:hover {
  background-color: var(--lor-color-dark);
  cursor: pointer;
}

div.docMgmtSearch div.docMgmtSearchResults {
  margin-top: 20px;
}

input.copyStringToClipboard {
  position: absolute;
  top: 0;
  left: -10000px;
}

div.RMcontainer {
  padding: 10px 0 8px 0;
}

table div.RMcontainer {
  padding: 2px 0 0 0;
}

div.RMcontainer div.RMbit {
  float: left;
  margin-right: 3px;
  margin-bottom: 2px;
  background-color: var(--lor-color);
  color: white;
  padding: 5px 8px 6px 8px;
  border-radius: 2px;
}

div.RMcontainer div.RMbit.cascaded {
  background-color: var(--lor-color-66);
}

span.superScript {
  font-size: 0.8em;
  position: relative;
  top: -4px;
}

span.superScriptDegree {
  font-size: 0.9em;
  position: relative;
  top: -5px;
}

.dataChangeButton span.awfClass {
  position: relative;
  color: #bbb;
  font-size: 19px !important;
}

div.ajaxtable .dataChangeButton.hasLabel span.buttonLabel {
  position: relative;
  top: 4px;
}

.dataChangeButton span.awfClass+span.buttonLabel {
  margin-left: 8px;
}

table p>.dataChangeButton {
  float: right;
}

div.ajaxtable .dataChangeButton span.awfClass {
  color: #f4f4f4;
}

div.ajaxtable .dataChangeButton.hasLabel span.awfClass {
  color: #e0e0e0;
}

div.ajaxtable tr:hover td .dataChangeButton span.awfClass {
  color: var(--lor-color);
}

div.ajaxtable tr:hover td .dataChangeButton:hover span.awfClass {
  color: var(--lor-color-dark);
  cursor: pointer;
}

div.dataChangeButton {
  padding: 10px 13px;
  position: relative;
  top: 0;
  color: var(--lor-color-dark);
  background-color: #fcfcfc;
  font-weight: normal;
  font-size: 14px;
  margin: 2px 4px 2px 0;
  line-height: 2.2em;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}

div.ajaxtable div.dataChangeButton {
  float: none;
}

div.dataChangeButton.left {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 4px !important;
}

div.customerNET_landingDIV h3 div.dataChangeButton {
  background-color: #f8f8f8;
}

div.customerNET_landingDIV h3 div.dataChangeButton:hover {
  background-color: var(--lor-color);
}

div.dataChangeButton:hover span.awfClass {
  color: white;
}

div.dataChangeButton span {
  display: inline-block;
}

div.dataChangeButton svg+span,
div.dataChangeButton span.awfClass+span {
  margin-left: 8px;
}

div.ajaxtable table.ajaxtable td div.dataChangeButton,
table.standard_table td .dataChangeButton {
  background-color: #fafafa !important;
  line-height: 10px;
  padding: 6px;
  position: relative;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
}

div.ajaxtable table.ajaxtable tr:hover td div.dataChangeButton {
  background-color: white !important;
}

div.ajaxtable table.ajaxtable tr:hover td div.dataChangeButton:hover {
  background-color: var(--lor-color) !important;
  color: white !important;
}

div.ajaxtable table.ajaxtable td.hasButton div.dataChangeButton,
div.ajaxtable table.ajaxtable td.ajaxtable_apmrights div.dataChangeButton,
div.ajaxtable table.ajaxtable td.ajaxtable_partnerlevel div.dataChangeButton,
table.standard_table td .dataChangeButton {
  padding: 5px;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
}

table.standard_table tr td .dataChangeButton {
  top: calc(50% - 20px);
  right: 10px;
  color: #f4f4f4;
}

table.standard_table tr:hover td .dataChangeButton {
  color: var(--lor-color);
}

table.standard_table tr td .dataChangeButton:hover {
  color: var(--lor-color-dark);
  cursor: pointer;
}

div.ajaxtable table.ajaxtable td.ajaxtable_apmrights div.dataChangeButton,
div.ajaxtable table.ajaxtable td.ajaxtable_partnerlevel div.dataChangeButton {
  left: 0px;
}

div.ajaxtable table.ajaxtable tr:hover td.ajaxtable_apmrights div.dataChangeButton:hover,
div.ajaxtable table.ajaxtable tr:hover td.ajaxtable_partnerlevel div.dataChangeButton:hover {
  color: var(--lor-color-dark);
}

div.ajaxtable table.ajaxtable td.hasButton div.dataChangeButton span.awfClass {
  color: #f4f4f4;
  right: 5px;
}

div.ajaxtable table.ajaxtable td.hasButton div.dataChangeButton.hasNoLabel span.awfClass {
  right: 0;
}

div.ajaxtable table.ajaxtable td.hasButton.noContent div.dataChangeButton.hasNoLabel span.awfClass {
  right: 5px;
}

div.ajaxtable table.ajaxtable td.hasButton:hover div.dataChangeButton span.awfClass {
  color: var(--lor-color);
}

div.ajaxtable table.ajaxtable td.hasButton:hover div.dataChangeButton:hover span.awfClass {
  color: var(--lor-color-dark) !important;
}

div.dataChangeButton i {
  margin-right: 10px;
  font-size: 1.6em;
  top: 2px;
  position: relative;
  color: var(--lor-color);
}

div.ajaxtable table.ajaxtable div.dataChangeButton i {
  color: #ddd;
}

div.ajaxtable table.ajaxtable tr:hover td div.dataChangeButton {
  background-color: white;
}

div.ajaxtable table.ajaxtable tr:hover td.hasButton div.dataChangeButton {
  background-color: transparent !important;
}

div.ajaxtable table.ajaxtable tr:hover td div.dataChangeButton span.awfClass {
  color: var(--lor-color) !important;
}

div.ajaxtable table.ajaxtable tr:hover td:hover div.dataChangeButton:hover span.awfClass {
  color: var(--lor-color-dark) !important;
}

div.ajaxtable table.ajaxtable tr:hover td:hover div.dataChangeButton.hasLabel span.awfClass:hover,
div.ajaxtable table.ajaxtable tr:hover td:hover div.dataChangeButton.hasNoLabel span.awfClass:hover {
  color: var(--lor-color-dark) !important;
}

div.ajaxtable table.ajaxtable tr:hover td.hasButton:hover div.dataChangeButton span.awfClass {
  color: var(--lor-color) !important;
}

div.dataChangeButton:hover,
span.dataChangeButton:hover {
  background-color: var(--lor-color);
  color: white;
  cursor: pointer;
}

div.dataChangeButton:hover i {
  color: white;
}

div.ajaxtable table.ajaxtable tr td:hover div.dataChangeButton:hover i {
  color: white;
}

div.ajaxtable table.ajaxtable tr td.hasButton:hover div.dataChangeButton:hover i {
  color: var(--lor-color-dark);
}

h2.titleWithButton,
h3.titleWithButton {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0;
}

h2.titleWithButton i,
h3.titleWithButton i {
  margin-right: 10px;
}

h2.customerNET_landing,
h3.customerNET_landing {
  margin-bottom: 0;
}

h2.customerNET_landing>span,
h3.customerNET_landing>span {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 10px 15px 13px 15px;
  color: var(--lor-color);
  border-radius: 0 15px 0 0;
}

h2.customerNET_landing>span {
  background-color: #fcfcfc;
}

h2.customerNET_landing span i,
h3.customerNET_landing span i {
  margin-right: 10px;
  font-size: 1.3em;
}

div.customerNET_landingDIV {
  background-color: #f8f8f8;
  padding: 0 10px;
  margin-bottom: 10px;
}

div.customerNET_landingDIV.h2 {
  background-color: #fcfcfc;
  padding-top: 10px;
}

div.customerNET_landingDIV.h2 table.pmm_partnerrelations {
  margin-top: 0px !important;
  background-color: transparent;
}

div.customerNET_landingDIV.h2 table.pmm_partnerrelations td.partner {
  border-left: 5px solid #fcfcfc;
}

div.customerNET_landingDIV.h2 table.pmm_partnerrelations td.pmanager.customer {
  background-color: #fcfcfc;
  border-left: 5px solid #fcfcfc;
}

div.customerNET_landingDIV.h2 h3 {
  margin-top: 10px !important;
}

div.customerNET_landingDIV div.ajaxtable {
  margin-bottom: 10px;
}

div.pat_mgmt_div_container {
  position: relative;
}

div.customerNET_landingDIV div.pat_mgmt_div_container {
  position: relative;
  padding: 10px 0 0 0;
  margin: 0;
}

div.customerNET_landingDIV div.pat_mgmt_div_container div.tab_container {
  padding-bottom: 10px;
}

div.customerNET_landingDIV div.pat_mgmt_div_container div.tab_container div.tab_box {
  border: none;
  border: 1px solid #eee;
  padding: 0 10px;
  background-color: #fcfcfc;
}

div.customerNET_landingDIV div.ajaxtable input.ajaxtable_search_input {
  background-color: white;
}

div.customerNET_landingDIV:last-child {
  margin-bottom: 15px;
}

div.pat_mgmt_div_container div.tabs div:not(.pat_credit_request_counter):not(.pat_credit_request) {
  position: relative;
  overflow: visible;
}

div.pat_mgmt_div_container[data-organisations="1"] div.tabs div:not(.pat_credit_request_counter):not(.pat_credit_request) {
  top: 0;
}

div.pat_credit_request,
div.pat_credit_request_counter {
  float: right !important;
  border-right: 0 !important;
  margin-left: 4px;
  margin-right: 0 !important;
  padding: 18px 20px !important;
  font-weight: bold;
  color: white !important;
  background-color: var(--lor-color) !important;
}

div.pat_credit_request_counter {
  cursor: auto !important;
}

div.pat_credit_request:hover {
  background-color: var(--lor-color-dark) !important;
}

div#customernet {
  box-sizing: border-box;
}

div#customernet h1 {
  margin-top: 0;
  margin-bottom: 10px !important;
}

div#customernet div#menu_hor {
  display: none;
}

div#customernet div#logobanner {
  height: 90px;
}

div#customernet div#main {
  width: calc(100% - 50px) !important;
  margin-left: 25px !important;
}

div#customernet h2,
div#customernet h3 {
  margin-top: 25px;
}

div#customernet table.pmm_partnerrelations {
  margin-top: 20px;
}

div#box_registrationForm {
  width: calc(100% - 50px);
  margin-left: 25px;
}

div#pNetRegistrationForm {
  width: calc(100% - 50px);
  margin-left: 25px;
}

div.colourCoding {
  width: 17px !important;
  height: 17px !important;
  min-width: 17px !important;
  min-height: 17px !important;
  padding: 0 !important;
  border-radius: 2px;
  margin-right: 8px !important;
  vertical-align: bottom;
  display: inline-block;
}

div.colourCoding i,
div.colourCoding svg {
  position: absolute;
  left: 1px !important;
  top: 1px !important;
  font-size: 13px !important;
  color: white !important;
}

table.ajaxtable td div.colourCoding i,
table.ajaxtable td div.colourCoding svg {
  position: absolute;
  top: -9px !important;
  left: 0 !important;
  font-size: 12px !important;
  color: white !important;
}

div#box_buttons_menu div.colourCoding {
  position: relative;
  top: -12px;
  left: 0;
}

div#box_buttons_menu div.colourCoding i.schemeIsGlobal {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 14px !important;
  color: white;
}

div.popup_inner div#box_buttons_menu ul li a:hover i.schemeIsGlobal {
  color: white;
}

div.colourCoding.groupColour0 {
  background-color: var(--lor-color) !important;
}

div.colourCoding.groupColour1 {
  background-color: red !important;
}

div.colourCoding.groupColour2 {
  background-color: yellowgreen !important;
}

div.colourCoding.groupColour3 {
  background-color: magenta !important;
}

div.colourCoding.groupColour4 {
  background-color: orange !important;
}

div.colourCoding.groupColour5 {
  background-color: blue !important;
}

div.colourCoding.groupColour6 {
  background-color: olive !important;
}

div.colourCoding.groupColour7 {
  background-color: mediumpurple !important;
}

div.commercialScheme,
div.dispensingGroup,
div.mobileMoneyProfile {
  min-width: 35px;
  background-color: #f4f4f4;
  color: #555;
  padding: 0 6px 0 32px;
  text-align: center;
  white-space: nowrap !important;
  font-size: 0.99em;
  font-weight: normal;
  margin: 4px 5px 4px 0;
  position: relative;
  min-height: 30px;
  border-radius: 3px;
  line-height: 2.5em;
  display: inline-block;
  width: min-content;
  text-decoration: none !important;
}

div.dispensingGroup {
  padding-right: 30px;
}

div.mobileMoneyProfile {
  padding-left: 6px;
}

div.commercialScheme div.colourCoding,
div.dispensingGroup div.colourCoding {
  position: absolute !important;
  left: 7px;
  top: 7px;
}

div.dispensingGroup div.deleteDispensingGroup {
  position: absolute !important;
  top: 8px;
  right: 7px;
  min-height: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  width: 15px !important;
  text-align: center;
  overflow: hidden;
  background-color: red !important;
  color: white !important;
  line-height: 23px !important;
  padding: 0 !important;
}

tr:hover div.commercialScheme,
tr:hover div.dispensingGroup,
tr:hover div.mobileMoneyProfile {
  background-color: white !important;
}

div.deleteDispensingGroup {
  padding-left: 0 !important;
}

div.deleteDispensingGroup i.material-icons {
  font-size: 14px !important;
}

tr:hover div.deleteDispensingGroup:hover {
  background-color: white !important;
  color: red !important;
}

tr:hover div.commercialScheme:not(.notactive):hover,
tr:hover div.dispensingGroup:hover,
tr:hover div.mobileMoneyProfile:hover {
  background-color: var(--lor-color-dark) !important;
  color: white !important;
  cursor: pointer;
  text-decoration: underline;
}

svg.dispensingGroupEdit {
  position: absolute;
  right: 15px;
  display: none;
}

svg.dispensingGroupEdit:hover {
  cursor: pointer;
}

div.JSFormLine.checkboxes div.JSFormInput.dispensingGroupsSelect li.colourCheckboxes {
  width: min-content !important;
  margin: 0 3px 3px 0 !important;
  display: inline-block !important;
  padding-right: 40px !important;
}

div.JSFormLine.checkboxes div.JSFormInput.dispensingGroupsSelect li.colourCheckboxes label {
  white-space: nowrap !important;
}

.grey {
  color: #aaa !important;
}

.lightGrey {
  color: #ddd !important;
}

.green {
  color: green !important;
}

.red {
  color: red !important;
}

.orange {
  color: orange !important;
}

.lorentz-s {
  color: var(--lor-color) !important;
  background-color: rgb(255, 213, 0) !important;
}

.blue {
  color: var(--lor-color) !important;
}

.darkblue {
  color: var(--lor-color-dark) !important;
}

li.popup_switch:not(.is_label):hover .green,
li.popup_switch:not(.is_label):hover .grey,
li.popup_switch:not(.is_label):hover .red,
li.popup_switch:not(.is_label):hover .orange,
li.popup_switch:not(.is_label):hover .blue,
li.popup_switch:not(.is_label):hover .darkblue {
  color: white !important;
}

.disabled .green,
.disabled .grey,
.disabled .red,
.disabled .orange,
.disabled .blue,
.disabled .darkblue,
li.popup_switch.disabled:hover .green,
li.popup_switch.disabled:hover .grey,
li.popup_switch.disabled:hover .red,
li.popup_switch.disabled:hover .orange,
li.popup_switch.disabled:hover .blue,
li.popup_switch.disabled:hover .darkblue {
  color: #bbb !important;
}

div#cNETuserData {
  display: none;
}

div#partners div.nav_header {
  top: 0;
}

div#partners div#maincontainer {
  box-sizing: border-box;
  margin: 0 20px;
  width: calc(100% - 40px);
}

div.waitingSpinner {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  color: var(--lor-color-75);
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  z-index: 100000;
}

div.waitingSpinner svg {
  width: 40px;
  height: 40px;
}

div.waitingSpinner i {
  font-size: 2.2em;
  line-height: 1.4em;
}

span.linkSpan {
  color: var(--lor-color);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

span.linkSpan:hover {
  color: var(--lor-color-dark);
  border-bottom: 1px solid var(--lor-color);
}

span.linkButton {
  color: white;
  background-color: var(--lor-color);
  padding: 2px 4px;
  min-width: 40px;
  text-align: center;
  border-radius: 2px;
}

span.linkButton .awfClass svg {
  color: white !important;
}

span.linkButton:hover {
  background-color: var(--lor-color-dark);
  color: white !important;
}

p.loopLabel {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

div.loopScala {
  width: 100%;
  border: 2px solid white;
  border-radius: 5px;
  margin-top: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

div.loopScalaInner {
  width: 0%;
  height: 50px;
  background-color: var(--lor-color-dark);
}

span.superscriptdiv {
  display: inline-block;
  font-weight: bold;
  color: red;
  padding: 1px;
}

div.partnerBrandingButton {
  display: block;
  float: left;
  height: 50px;
  width: auto;
}

div.partnerBrandingButton i.dataChangeButton {
  position: relative;
  top: 0;
  left: 0;
}

.shakeEffect {
  animation: shake 0.5s;
  animation-iteration-count: 0.5s;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

div.popupBigButton {
  padding: 20px;
  display: inline-block;
  background-color: var(--lor-color-dark);
  color: white;
  cursor: pointer;
  font-weight: bold;
  margin: 0 8px 8px 0;
}

div.popupBigButton:hover {
  background-color: #eee;
  color: var(--lor-color-dark) !important;
}

div.popupBigButton:hover p {
  color: var(--lor-color-dark) !important;
}

div.popupBigButton p {
  padding: 0;
  margin: 0;
}

table.timeZonePickerTable select {
  padding: 5px;
  margin: 0 0 10px 10px;
}

table.timeZonePickerTable select.noTime {
  padding: 5px;
  margin: 0 0 10px 0;
}

.noHover {
  cursor: inherit !important;
}

.redBackground {
  color: white !important;
  background-color: red !important;
}

.redBackground:hover:not(.noHover) {
  background-color: darkred !important;
  cursor: pointer;
}

.orangeBackground {
  color: white !important;
  background-color: orange !important;
}

.orangeBackground:hover:not(.noHover) {
  background-color: red !important;
  cursor: pointer;
}

.greenBackground {
  color: white !important;
  background-color: green !important;
}

.greenBackground:hover:not(.noHover) {
  background-color: darkgreen !important;
  cursor: pointer;
}

.hoverToGreenBackground:hover:not(.noHover) {
  background-color: green !important;
  cursor: pointer;
}

li.patDashSwitch {
  position: relative;
  margin-bottom: 0;
}

li.patDashSwitch div.JSFormLine {
  max-height: 50px;
  vertical-align: top;
  width: inherit !important;
  border: none;
  background-color: var(--lor-color);
  border-radius: 5px;
  padding: 0 !important;
  min-height: inherit;
  margin-bottom: 0;
}

li.patDashSwitch div.JSFormInput {
  margin-top: 0;
}

div#maincontainer li.patDashSwitch div.JSFormInput ul {
  margin-top: 8px;
}

div#maincontainer li.patDashSwitch div.JSFormInput ul li {
  margin: 0;
  padding-left: 0;
  vertical-align: top;
  display: inline-block;
  left: -32px;
}

div#maincontainer li.patDashSwitch div.JSFormInput ul li label {
  display: none;
}

li.patDashSwitch div.JSFormLine[data-hidden=""] {
  display: inline-block;
}

li.patDashSwitch div.JSFormLine.dashSelect select {
  width: 250px !important;
  background-color: var(--lor-color);
  color: white;
  height: inherit;
  font-size: 1em;
  padding: 8px 10px;
  border: none;
  position: relative;
  top: -2px;
}

li.patDashSwitch div.JSFormLine.dashSelect select:focus {
  box-shadow: none;
}

li.patDashSwitch div.JSFormLine.dashSelect select:hover {
  background-color: var(--lor-color-dark);
  cursor: pointer;
}

li.patDashSwitch div.JSFormLine.dashSelect select option {
  background-color: var(--lor-color);
}

li.patDashSwitch div.JSFormInput.dashSelect {
  display: inline-block !important;
  width: inherit !important;
}

li.patDashSwitch div.JSFormLine label.JSFormMainLabel {
  width: 200px !important;
}

li.patDashSwitch div.JSFormLine label {
  background-color: white;
  color: var(--lor-color);
  margin-top: 0;
  height: 50px;
  overflow: hidden;
  padding-left: 10px;
  padding-top: 15px;
  box-sizing: border-box;
  width: 40px !important;
  display: none;
}

div.patDashElements {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  text-align: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

div.patDashElement {
  border-radius: 5px;
  padding: 20px;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  margin: 7.5px;
  box-sizing: border-box;
  flex-basis: calc(16.6666% - 15px);
  height: 120px;
}

div.patDashElement h2 {
  font-size: 1.25em;
  margin-top: 0;
  padding-bottom: 15px;
}

div.patDashElement p {
  font-size: 2.75em;
}

div.patDashElement p.patDashDiff {
  font-size: 1.2em;
  margin-top: 20px;
  display: none;
}

div.patDashTable {
  width: 100%;
  padding: 0 7.5px;
  box-sizing: border-box;
}

div.patDashTable table.ajaxtable tbody tr:first-child td {
  font-weight: bold;
  color: var(--lor-color);
  background-color: #fafafa;
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
}

.noCursor,
.noCursor a {
  cursor: auto !important;
}

.strong {
  font-weight: bold;
}

div#popup_outer_purchaseCredits div#paypalButton {
  width: 375px !important;
  background-color: transparent !important;
}

div#popup_outer_purchaseCredits div#paypalButton:hover {
  background-color: transparent !important;
}

span.formattedNumber {
  white-space: nowrap;
}

p.withAsterix {
  padding-left: 16px;
}

p.withAsterix:before {
  content: "*)";
  position: absolute;
  left: 0;
}

p.withAsterix+p.withAsterix {
  padding-left: 23px;
}

p.withAsterix+p.withAsterix:before {
  content: "**)";
}

div.popup_progressbar_container {
  display: block;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}

div.popup_progressbar_container div.popup_progressbar_bar {
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 4px;
  background-color: var(--lor-color-dark);
  border-radius: 3px;
  transition: width 1s;
}

div.popup_progressbar_container div.popup_progressbar_label {
  position: absolute;
  top: 11px;
  left: calc(50% - 25px);
  width: 50px;
  height: 25px;
  background-color: white;
  border-radius: 3px;
  color: var(--lor-color-dark);
  font-weight: bold;
  line-height: 1.75em;
  text-align: center;
}

.clickable {
  cursor: pointer;
}

.awfClass.top5px {
  border-top: 0 solid transparent;
}

span.awfClass.marginRight {
  margin-right: 0.45em;
}

span.awfClass.waitInPopup {
  color: white;
  font-size: 110px;
  margin-top: calc(50% - 170px);
  text-align: center;
  display: block;
}

div.pmm_header_container div.pmm_header_box {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  align-items: stretch;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item {
  text-align: center;
  background-color: white;
  flex-grow: 1;
  margin: 0 2px 0 0;
  padding: 0;
  position: relative;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item h3 {
  margin: 0;
  padding: 2px;
  color: white;
  background-color: var(--lor-color);
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item p {
  margin: 15px 0;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item.status {
  flex-grow: 2;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item.pLevel {
  flex-grow: 2;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item.pProducts {
  flex-grow: 1;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item.partnerID {
  flex-grow: 1;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item.country {
  flex-grow: 5;
}

div.pmm_header_container div.pmm_header_box div.pmmHeader_item.webListing {
  flex-grow: 2;
}

div.eulaConfirmContainer {
  position: absolute;
  left: 8px;
  top: 50px;
  right: 8px;
}

div.popup_outer[data-popup-expand="1"] {
  inset: 0 !important;
  width: 100% !important;
}

div.popup_outer[data-popup-minimised="1"] {

  height: 36px !important;
  overflow: hidden !important;
  width: 400px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.popup_outer.hasToc[data-popup-minimised="1"] div.docToc {
  display: none !important;
}

div.popup_outer[data-popup-minimised="1"] ul.popup_switches {
  display: none !important;
}

div.popup_outer[data-popup-minimised="1"] div.popup_top_expand,
div.popup_outer[data-popup-minimised="1"] div.popup_top_unexpand {
  display: none !important;
}

div.popup_outer[data-popup-minimised="1"] div.popup_top_unshrink {
  right: 36px !important;
}

div.preloadSvgIcons {
  position: absolute;
  top: 0;
  left: -10000px;
}

div.productGroup {
  box-sizing: border-box;
  display: inline-block;
  padding: 2px;
  margin: 1px;
  min-height: inherit !important;
  background-color: var(--lor-color);
  color: white;
  min-width: 30px;
  position: relative;
  top: 12px;
  font-weight: bold;
}

div.ajaxtable div.productGroup {
  top: 0 !important;
}

div.productGroup.lorS {
  background-color: rgb(255, 212, 0) !important;
  color: var(--lor-color) !important;
}

table.ajaxtable td a:hover div.productGroup.lorS:not(.colourCoding):not(.lorS):not(.linkClasses):not(.changeRequested),
div.productGroup.lorS:hover {
  background-color: rgb(255, 200, 0) !important;
}

div.ajaxtable div.productGroup.lorS {
  color: var(--lor-color) !important;
}

div.productGroup.lorLE {
  background-color: saddlebrown !important;
}

table.ajaxtable td a:hover div.productGroup.lorLE:not(.colourCoding):not(.lorS):not(.linkClasses):not(.changeRequested),
div.productGroup.lorLE:hover {
  background-color: brown !important;
}

div.productGroup.lorOil {
  background-color: #222 !important;
}

table.ajaxtable td a:hover div.productGroup.lorOil:not(.colourCoding):not(.lorS):not(.linkClasses):not(.changeRequested),
div.productGroup.lorOil:hover {
  background-color: black !important;
}

div.pmm_header_container div.pmmHeader_item div.productGroup {
  padding: 2px !important;
}

div.popup_inner div.popuptable.htmlContent div.numberedDiv {
  padding: 25px 30px 15px 95px;
  border: 3px solid var(--lor-color);
  margin-bottom: 25px;
  position: relative;
}

div.popup_inner div.popuptable.htmlContent div.numberedDiv h2,
div.popup_inner div.popuptable.htmlContent div.numberedDiv h3 {
  border-left: none !important;
  left: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

div.popup_inner div.popuptable.htmlContent div.numberedDiv>h2:first-child,
div.popup_inner div.popuptable.htmlContent div.numberedDiv>h3:first-child,
div.popup_inner div.popuptable.htmlContent div.numberedDiv>tocentry:first-child h2,
div.popup_inner div.popuptable.htmlContent div.numberedDiv>tocentry:first-child h3 {
  margin-top: 0 !important;
}

div.popup_inner div.popuptable.htmlContent div.numberedDiv:before {
  content: attr(data-div-number);
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 72px;
  background-color: var(--lor-color);
  color: white;
  font-size: 30px;
  line-height: 67px;
  text-align: center;
}

ul.scratchPadList {
  margin-top: 10px !important;
}

li.historyButton:after {
  content: " ";
  position: absolute;
  right: -20px;
  top: 0;
  display: block;
  border: white solid 25px;
  border-width: 25px 10px;
  border-color: transparent transparent transparent white;
}

li.historyButton:hover:after {
  border-color: transparent transparent transparent var(--lor-color-dark);
}

li.historyButton:last-child:after,
li.historyButton.backwardsButton:after {
  display: none;
}

div.popup_inner ul.popup_switches li.popup_switch.historyButton.backwardsButton {
  padding-left: 14px;
  padding-right: 0;
}

span.artNo {
  display: inline-block;
  font-family:
    Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco,
    "Courier New", "monospace";
}

div.cardFlexContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  margin: 20px 0;
}

div.cardDiv {
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 15px 15px 0 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 8px;
}

div.cardDiv:hover {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: rgba(0, 0, 0, 0.15) 3.95px 3.95px 2.6px;
}

div.docImageClass.button {
  width: 100%;
}

div.docImageClass.button div.picture_series.crop.docImage {
  width: 100% !important;
  height: 100px !important;
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.displayPassword {
  background-color: #f0f0f0;
  display: block;
  padding: 15px 10px;
  margin: 25px 10%;
  width: 80%;
  color: var(--lor-color-dark) !important;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  font-family:
    Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco,
    "Courier New", "monospace";
  border-radius: 3px;
  box-sizing: border-box;
}

div.dropDown {
  display: inline-block;
  background-color: transparent;
  position: absolute;
  margin-left: 8px;
  z-index: 249;
}

div.dropDown svg.icon {
  display: inline-block;
  width: 47px;
  height: 47px;
  overflow: hidden;
  vertical-align: top;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  line-height: 1.5em;
  cursor: pointer;
  box-sizing: border-box;
}

div.dropDown.moreSystems svg.icon {
  background-color: white;
  color: var(--lor-color);
}

div.dropDown:hover svg.icon {
  color: white;
  background-color: var(--lor-color);
}

div.dropDown ul.moreSystems {
  position: relative;
  display: none;

  background-color: white;
  z-index: 10;

  min-width: 300px;
  top: -11px;
  left: 8px;
  box-shadow: 0 0 5px #f0f0f0;
}

div.dropDown ul.moreSystems li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  background-image: none !important;
  text-align: left !important;
  width: auto;
}

div.dropDown ul.moreSystems li a {
  color: #666;
  display: block;
  font-size: 13px !important;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

div.dropDown ul.moreSystems li a:hover {
  background-color: var(--lor-color);
  color: white !important;
  text-decoration: none !important;
}

div.dropDown:hover ul.moreSystems {
  display: inline-block;
}

body.iframe div#logobanner,
body.iframe div#logobackground,
body.iframe div#topmenu,
body.iframe div#footer,
body.iframe div#copyright {
  display: none;
}

table.pmm_partnerrelations.cust {
  margin-top: 10px;
}

table.pmm_partnerrelations.cust td.intro i {
  top: 4px !important;
  left: 5px !important;
}

i.popupButtonCheckbox {
  margin-right: 13px !important;
  color: var(--lor-color);
}

i.popupButtonCheckbox[value="1"] {
  color: green;
}

pre.codePre {
  font-size: 16px;
  font-family:
    Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco,
    "Courier New", "monospace";
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  background-color: white;
}

.copyToClipboard {
  cursor: copy;
}

p.popupCode {
  margin: 20px 0;
  background-color: white;
  color: var(--lor-color-dark) !important;
  padding: 20px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  font-family:
    Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco,
    "Courier New", "monospace";
}

svg.smallInline {
  font-size: 0.55em;
  color: var(--lor-color);
  margin: 0 5px;
  vertical-align: 0em;
}

tr.leadIsTender td.lead_name_or_title span.ajaxTableTdContent {
  white-space: normal !important;
}