body {
  padding-top: 70px;
}

.login-container {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
}

a.btn-primary, a.btn-success, a.btn-info, a.btn-warning, a.btn-danger {
  color: #fff;

  &:visited {
    color: #fff;
  }

  &:hover {
    color: #fff;
  }
}

#loading-animation {
  background: none repeat scroll 0 0 #eee;
  position: fixed;
  display: block;
  opacity: 0.5;
  z-index: 1000001; // or, higher
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: 150px;
}

.spinbox-up, .spinbox-down {
  height: 17px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 7px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  margin-left: -1px !important;
}

.spinbox-down {
  margin-top: 0px !important;
  /*height: 18px;*/
}

.btn-add {
  margin-bottom: 10px;
}

.search-form {
  padding-top: 5px;
  padding-bottom: 15px;
}
