/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
.collapse.in {
    min-height: 50px;
    border: 1px solid blue;
}
 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
.badge-faq {
    color: black;
    background-color: #f5e912;
}
.badge-product {
    color:  #fff;
    background-color: #17a2b8;
}
.badge-global {
    color: #fff;
    background-color: #343a40;
}
.badge-candidate {
    color: #fff;
    background-color: #ffc107;
}
.badge-manufacturer {
	color: #fff;
	background-color: #007bff;
}

.domainModel h5.VVS, .domainModel div.VVS, .domainModel table tr.VVS, .domainModel td.VVS, .domainModel li.VVS {
    background-color: lightseagreen;
}
.domainModel h5.SEG, .domainModel div.SEG, .domainModel table tr.SEG, .domainModel td.SEG, .domainModel li.SEG {
    background-color: darksalmon;
}

code {
    background-color: #eee;
	color: #212529;
    border-radius: 3px;
    font-family: courier, monospace;
    padding: 0 3px;
}

.sidebar-heading a {
    color: #212529;
	text-decoration: none;
}

.updates h2 {
	font-size: 1.7em;
}

.updates h3 {
	font-size: 1.5em;
}

.updates table {
	width: 50%;
}
