@font-face {
  font-family: "IBMPlexSans";
  src: url("./IBMPlex.woff2") format("woff2");
}

@font-face {
  font-family: 'Roboto';
  src: url('./roboto-v29-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('./flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf') format('truetype');
}

.nm-inv-list-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.list-item {
  cursor: pointer;
}

.p-datatable-header {
  background-color: transparent;
  padding: 0px;
  border: none;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

h1 {
  font-size: 32px;
  line-height: 40px;
  color: #2C2D2E;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  color: #2C2D2E;
}


.form-card {
  font-family: "Roboto";
  text-align: left;
  margin-top: 20vh;
  display: inline-block;
  padding: 1.5em;
  color: #2C2D2E;
  background: #fff;
  border-radius: 24px;
  min-width: 390px;
}
.nm-form-control
{
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  display: block;
  width: 100%;
  background: rgba(0, 39, 148, 0.04);
  border: 1px solid #252B41;
  box-sizing: border-box;
  border-radius: 4px;
}

.checkbox-lg {
  width: 1.5rem; 
  height: 1.5rem;
  cursor: pointer;
}

.nm-form-control:focus {
  border-color: #c3d4ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 50 190 / 25%);
}

.nm-table-top-separator {
  border-bottom: solid 1px #6e6e6e;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #c3d4ff;
}

.link-button {
  padding: 0;
  border: none;
  background: none;
}


.main-background {
  background-image: linear-gradient(rgba(0,16,61,.2),rgba(0,16,61,.2)),url(background.jpg);
  background-position: 50%;
  background-size: cover;
  /*filter: blur(2px);
  -webkit-filter: blur(2px);*/
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

a.logout {
  font-weight: bold;
}

.navbar a {
  font-weight: bold;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link
{
  color: #3F51B5;
  stroke: #3F51B5;
}
.navbar-light .navbar-nav .nav-link {
  color: #43536d;
}

.nm-fullscreen-spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nm-fullscreen-spinner .spinner-border {
  width: 130px; 
  height: 130px;
  border-width: 8px;
}

.spinner-border {
  color: #3F51B5;
  stroke: #3F51B5;
  width: 30px; 
  height: 30px
}

.separator {
  color: #a0a0a0;
  font-size: x-large;
}

.flag-link {
  width: 30px;
  border-radius: 60px;
  border: none;
  background: transparent;
}
.nm-header {
  font-family: Roboto;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: center;
  letter-spacing: 0.326451px;

  color: #252B41;
}

.nm-button:disabled,
.nm-button[disabled]{
  border-color: #DCDDDE;
  background-color: #DCDDDE;
  color: #919399;  
}

.nm-button, .nm-button:active {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  background: #3F51B5;
  border-color: #3F51B5;
  color: #ffffff;
  border-radius: 4px;
  width: 100%;
  height: 38px;
  border-style: solid;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  overflow: hidden;
}

.nm-button:hover, .nm-button:focus {
  background: #c3d4ff;
  border-color: #c3d4ff;
  color: #2C2D2E;
}


.nm-remove-button {
  background-color: red;
}

.jw-modal-body {
  border-radius: 15px; 
  border: 2px; 
  border-color: #3F51B5; 
  border-style: solid
}

.info {
  float:right;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(info.svg) no-repeat;;
  margin-right: 1rem;
  margin-top: 4px;
}

.info .infotext {
  text-align: left !important;
  top: -5px;
  left: 105%;
  visibility: hidden;
  width: 300px;
  border-radius: 6px;
  padding: 5px;
  background: white;
  border: 1px solid #3F51B5;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.info:hover .infotext {
  visibility: visible;
}

.logo {
  width: 42px;
  height: 42px;
  background: url(netmore-sheld.svg) no-repeat;;
  margin-right: 1rem;
}

.logo-kamstup {
  width: 182px;
  height: 42px;
  background: url(kamstrup-dynamic.svg) no-repeat;;
  margin-right: 1rem;
}

.logo-white {
  width: 42px;
  height: 42px;
  background: url(netmore-sheld-white.svg) no-repeat;;
  margin-right: 0rem;
}

.remove {
  width: 24px;
  height: 24px;
  background: url(trash.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.download {
  width: 24px;
  height: 24px;
  background: url(download.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.certificat {
  width: 32px;
  height: 32px;
  background: url(certificat.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.password {
  width: 32px;
  height: 32px;
  background: url(password.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.link {
  width: 24px;
  height: 24px;
  background: url(link.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.close {
  width: 24px;
  height: 24px;
  background: url(close.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.import {
  width: 26px;
  height: 26px;
  background: url(import.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.mapButton {
  width: 33px;
  height: 33px;
  background: url(map.svg) no-repeat;;
  margin-right: 0rem;
  margin-left: 3px;
  cursor: pointer;
}

.addItem {
  width: 24px;
  height: 24px;
  font-family: material-icons;
  margin-right: 0rem;
  cursor: pointer;
}

.main-text {
  font-weight: 700;
  font-size: 16px;
  color: #353535;
  line-height: 14px;
  margin-top: 4px;
}

.sub-text {
  font-size: 12px;
  font-weight: 500;
  color: #43536D;
}

.qr {
  width: 246px;
  height: 190px;
  background: url(qr.png) no-repeat;;
  margin-right: 0rem;
}

.qrcode {
  width: 24px;
  height: 24px;
  background: url(qr-code-scan.svg) no-repeat;;
  margin-right: 0rem;
  cursor: pointer;
}

.offline {
  color: white;
  border: red;
  border-radius: 5px;
  border-width: 1px;
  padding: 0px 4px;
  background: red;
  border-radius: 4px;
  width: 55px;
  text-align: center;
}
.online {
  color: black;
  border: #7DD27C;
  border-radius: 5px;
  border-width: 1px;
  padding: 0px 4px;
  background:#7DD27C;
  border-radius: 4px;
  width: 55px;
  text-align: center;
}

.highlightOn {
  font-weight: bold;
}

.warning {
  color: red;
}

.disabled {
  color: #919399;  
}


.table-expand {
  display: none;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  column-span: all;
  background-color: #f1f1f1;
  border-width: 0px;
}
.row {
  margin-left: 0px;
}
.nm-table-row {
  height: 16px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.section {
  /* display: flex; */
  padding: 5px;
  /*border: thin solid #E4A018;*/
  border-radius: 5px;
  margin-top: 10px;
  background: #ffffff;
}

.arrow-back {
  width: 10px;
  height: 14px;
  background: url(./arrow-back.svg) no-repeat;
  margin-right: 1rem; 
  cursor: pointer;
}

.btn_remove {
  width: 28px;
  height: 28px;
  background: url(./btn_remove.svg) no-repeat;
  cursor: pointer;
}


.map-container {
  width: 100% !important;
}