body { padding-top: 50px; }
h1 { margin-bottom: 20px; padding-bottom: 9px; border-bottom: 1px solid #eee; }
.sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; padding: 20px; overflow-x: hidden; overflow-y: auto; border-right: 1px solid #eee; }
.sidebar { padding-left: 0; padding-right: 0; }
.sidebar .nav { margin-bottom: 20px; }
.sidebar .nav-item { width: 100%; }
.sidebar .nav-item + .nav-item { margin-left: 0; }
.sidebar .nav-link { border-radius: 0; }
.placeholders { padding-bottom: 3rem; }
.placeholder img { padding-top: 1.5rem; padding-bottom: 1.5rem; }

th, td { font-size: 14px; }
td .fa-check-circle { color: green; }
td .fa-times-circle { color: red; }
td .fa-pause { color: #bbb; }
td .fa-exclamation-triangle { color: orange;  }

#debug { position: fixed; bottom: 0; right: 0; max-width: 500px; background: #ff0; border: 5px dashed red; z-index: 1; }

