.margin-left-1 {
  margin-left: 0.75em;
}

.margin-bottom-1 {
  margin-bottom: 0.75em;
}

.margin-top-1 {
  margin-top: 0.75em;
}

.margin-top-2 {
  margin-top: 1em;
}

.margin-top-3 {
  margin-top: 1.25em;
}

.margin-top-4 {
  margin-top: 1.5em;
}

.hidden {
  display: none;
}

.vehicular-report-accessories-table > tbody > tr > td,
.vehicular-report-accessories-table > tbody > tr > th,
.vehicular-report-accessories-table > tfoot > tr > td,
.vehicular-report-accessories-table > tfoot > tr > th,
.vehicular-report-accessories-table > thead > tr > td,
.vehicular-report-accessories-table > thead > tr > th {
  vertical-align: middle;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.image-wrapper input {
  background-color: red;
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn-file {
  background-image: url('../../img/photos-upload-button-small.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 2px solid #3c8dbc;
  color: #3c8dbc;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  min-width: 360px;
  max-width: 360px;
  height: 175px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.direct-chat-messages {
  min-height: 400px;
  max-height: 600px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.login-page {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

li.n_laudos {
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  margin-right: 10px;
}

ol#items-photos{ list-style-position: inside; }
ol#items-photos li{ width: 100%; font-size: 15px; border: 1px solid #f7f7f7; border-collapse: collapse; padding: 10px; cursor: pointer;}