#documents-table td a:hover {
      color: #323337 !important;
}

#upload-form input[type="file"] {
      height: auto;
      padding-top: 6.5px;
      padding-bottom: 6.5px;
}

#add-category-button {
      margin
}

#upload-form span.select2-selection {
      padding: 0px;
      margin: 0px;
      padding-top: 7px;
      padding-bottom: 7px;
      border-radius: 0px;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #eee;
      color: #313236;
      border-bottom: 1px solid #35353b;
      padding-right: 20px;
      padding-left: 10px;
}

#upload-form span.select2-selection textarea {
      color: #313236 !important;
      font-weight: lighter;
}

.select2-container--default .select2-results__option {
      color: #313236 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      background-color: #5897fb;
      color: #fff !important;
}

.category-handle {
      color: #cacaca !important;
}