.sidebar-fixed {
  width: 256px;       /* fixed width */
  flex: 0 0 256px;    /* don’t shrink or grow */
}

@media (min-width: 768px) {
  .nav-sidebar {
    max-width: 256px;
  }
}


.box-shadow-large {
  box-shadow: 0 1px 15px rgba(27,31,35,0.15) !important;
}
.icon-badge {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  top: 0;
  width: 128px;
  margin-bottom: 1rem;
  height: 128px;
  /*transition: top 0.15s ease-in, box-shadow 0.12s ease-in;*/
}
.icon-badge:hover {
  box-shadow: 0 1px 15px rgba(0,110,219,0.35) !important;
}

.icon-badge-icon {
  max-width: 75% !important;
  height: auto !important;
  max-height: 75% !important;
}
.box-shadow-large {
  box-shadow: 0 1px 15px rgba(27,31,35,0.15) !important;
}
@media print
{
  .print-full-width {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

h1, h2 {
  border-bottom: 1px solid rgba(0,0,0,.2) !important;
  margin-bottom: 0.75em;
}
h3.list-group-item {
  font-size: 0.8em !important;
  font-weight: bold;
}
a.list-group-item {
  color: inherit !important;
  padding: 0.5rem 1.25rem;
}
.list-group-item-heading {
  background-color: #f3f5f8;
}
.list-group-item.selected {
  font-weight: bold;
}
.form-check-input {
  position: absolute !important;
}
.text-pre {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 90%;
  word-wrap: break-word;
}
/*override the table y-padding for xtra small*/
.table.table-xs td {
  padding: 0 0.25rem 0 0.25rem;
}
.text-no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}
.link-unstyled a, .link-unstyled a:link, .link-unstyled a:hover {
  color: inherit;
  text-decoration: inherit;
}