body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eeeeee;
}
.btn-primary {
  background-color: #00857a;
  border: none;
  border-radius: 0;
}
.btn-success {
  background-color: #00857a;
  border-color: #00857a;
}
a {
  color: #00857a;
}
#logo {
  margin-top: 2px;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #00433d;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading {
  margin-bottom: 10px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin .form-control.form-control-code {
  margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="email"],
.form-signin input[type="password"] {
  margin-bottom: -1px;
  border-radius: 0;
}
.form-signin .btn-primary {
  margin-top: 10px;
}
.form-signin select {
  margin-top: 10px;
}
.form-signin .navigation-link {
  margin-top: 10px;
  text-align: center;
}
#groupphoto {
  margin-bottom: 20px;
}
#groupphoto img {
  display: block;
}
.buttoncontainer {
  margin-bottom: 20px;
}
#students {
  list-style: none;
  margin: 0;
  padding: 0;
}
#students li {
  float: left;
  width: 120px;
  height: 180px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
#students li .name {
  /*overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
  text-align: center;
  font-size: 0.9em;
}
#students li .tools {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  border: 1px solid #dddddd;
  white-space: nowrap;
  padding: 2px;
  display: none;
}
#students li.isotherimages {
  width: 235px;
}
#students li:hover .tools {
  display: block;
}
#studentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
#studentlist li {
  margin-left: 5px;
}
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */

body {
  padding-top: 50px;
}
/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
  border: 0;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */

.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: whitesmoke;
    border-right: 1px solid #eeeeee;
  }
}
/* Sidebar navigation */

.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar .logout {
  margin-top: 20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: white;
  background-color: #428bca;
}
/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  background-color: #00857a;
}
