/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container-xl {
    /* padding: 60px 15px 0; */
    padding: 30px 15px 0;
  }
  
  .footer {
    /* background-color: #f5f5f5; */
    background-color: #ebebeb;
  }
  
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  
  code {
    font-size: 80%;
  }

/* TO-DO: Šo varbūt pārnest citur !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.table {
  margin-bottom: 0;
}

.table thead th {
  vertical-align: middle;
  color: black;
  border-bottom: 1px black solid;
  border-top: none;
}

.required > label::after {
  content: " *";
  color: red;
}

body {
  overflow-y:scroll;
}

.nav-item.active {
  font-weight: bold;
}

.devicelist th {
  text-align: center;
}

.devicetype-row {
  vertical-align: middle;
  font-weight: bold;
  background-color: rgb(230, 230, 230);
  border-bottom: 5px double black;
}

.devicetype-row td {
  padding: 0.5rem;
}

/* .navbar .bg-dark {
  background-color: #005551;
} */