.navbar .navbar-brand-wrapper .brand-logo-mini img {
  object-fit: contain;
}

th {
  font-weight: 600 !important;
  opacity: 0.8;
}
th a {
  color: inherit !important;
  text-decoration: none !important;
}

.hide {
  display: none;
}

#searchBox .btn {
  height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
}

.form-control, .typeahead, .tt-query, .tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .dataTables_wrapper select, .asColorPicker-input {
  line-height: 1.3rem;
}

.form-control, .typeahead, .tt-query, .tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .dataTables_wrapper select, .asColorPicker-input {
  padding: 0.719rem 1.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 19px;
}

.pagination-select {
  height: 25.2px !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0.3rem !important;
  outline: 0 !important;
  background-position: 114% 70% !important;
  background-size: 16px !important;
}

.remove-item {
  margin-bottom: 5px;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

p {
  font-size: 0.9rem !important;
  line-height: 1.4rem;
}

td {
  font-size: 0.8rem !important;
}

textarea {
  min-height: 9rem !important;
  resize: vertical;
}

input[type=file] {
  display: none;
}

div.form-check {
  margin-right: 1rem;
}

.form-check .form-check-label {
  margin-left: 1.4rem;
}

.auth .login-half-bg {
  background-position: center;
}

.profile-feed-item {
  padding: 1.5rem 0;
  border-bottom: 2px solid #c8c8c8;
}

/* Cartelle documenti commessa */
.directory-container {
  height: 130px;
  width: 90px;
}

.directory-container img {
  height: 80px;
}

.directory-container p {
  max-width: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem !important;
  font-weight: normal;
}

.form-control {
  min-height: 38.78px;
}

/* File documenti commessa */
.file-container {
  position: relative;
  display: flex;
}
.file-container .file-container-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.file-container .file-container-link img {
  max-width: 100px;
  max-height: 56px;
  margin-bottom: 3px;
  object-fit: contain;
}
.file-container .file-container-link span {
  max-width: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  line-height: 1.15em;
  text-align: center;
  font-weight: normal;
}
.file-container .action-button {
  position: absolute;
  right: 0;
  font-size: 1.1em;
  text-decoration: none;
  display: flex;
  align-items: start;
}

/*# sourceMappingURL=custom-style.css.map */
