ul {
  list-style: none;
  padding: 0;
}
ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul li {
  margin: 0.5em 0;
}
ul li a.toggle, ul li #toggle-state, ul li #toggle-forest {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: 0.75em;
  border-radius: 0.15em;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
ul li a.toggle:hover, ul li #toggle-state:hover, ul li #toggle-forest:hover {
  background: rgba(0, 0, 0, 0.9);
}
ul li #toggle-state {
  background: #46558e;
  width: 500px;
}
ul li #toggle-state:hover {
  background: rgba(0, 0, 0, 0.9);
}
ul li #toggle-forest {
  background: #3c763d;
  width: 400px;
}
ul li #toggle-forest:hover {
  background: rgba(0, 0, 0, 0.9);
}
ul li ul.scope-list {
  list-style: disc;
  font-size: smaller;
  overflow: auto;
  padding: 10px 5px 10px 20px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
ul li ul.scope-list li {
  margin: 0.5em 8px;
}

ul.multi-vendor {
  margin-left: 0;
  padding-left: 4em;
}
ul.multi-vendor li {
  list-style: disc;
  margin-left: 0;
  padding-left: 0;
}

#lmirTitle table.vendor-details {
  width: 80%;
}
#lmirTitle table.vendor-details tr {
  height: 30px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url("/business/img/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

body.waiting * {
  cursor: progress;
}

.vendorList {
  border: thin solid #000;
  padding: 10px 10px 10px 10px;
}

#lmir-form {
  display: block;
  width: 45%;
}
#lmir-form #theState {
  height: 200px;
}

#theButtons {
  margin-top: 10px;
}

#lmirResults {
  display: block;
  width: 100%;
  border: thin solid transparent;
}
#lmirResults .listTitle {
  padding-right: 10px;
}

.panel {
  border: none;
}