.sidebar {
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #ccc;
}
.sidebar .logo img {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
.sidebar .nav li a:focus {
  background-color: #4caf50 !important;
}

.nav-brand {
  font-weight: bold;
  padding-right: 20px;
  border-right: 1px solid #aaa;
  margin-right: 20px;
}

.sidebar-wrapper {
  height: auto !important;
}

.router-link-active, .router-link-active:focus {
  background-color: #4caf50;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
  color: #fff !important;
}
.router-link-active a, .router-link-active i, .router-link-active:focus a, .router-link-active:focus i {
  color: #fff !important;
}
.router-link-active a:focus, .router-link-active:focus a:focus {
  background-color: #4caf50 !important;
}

.doc-row .enteredBy {
  background-color: #a6b3a1;
  font-size: x-small;
  color: #fff;
  font-weight: bold;
  padding: 2px 15px;
  border-radius: 5px;
  display: block;
}

#filesField {
  width: 100%;
  min-height: 150px;
  background-color: #eaf5eb;
  border: 1px dashed #43a047;
  border-radius: 10px;
  padding: 15px 30px;
}
#filesField p {
  margin: 0px;
  text-align: center;
  font-weight: bold;
  opacity: 0.3;
  font-size: large;
  margin-top: 45px;
  margin-bottom: 45px;
}
#filesField .singleFile {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}
#filesField .singleFile span {
  padding-top: 8px;
  display: inline-block;
  padding-bottom: 8px;
}

#filesField.active {
  background-color: #74af79;
  border: 2px dashed #4a6a4b;
}