.bg-0 {
  background-image: url(../img/logo-1.png);
}
.bg-32{
    background-image: url(../../images/pictures/32.jpg);
}
.bg-33{
    background-image: url(../../images/pictures/33.jpg);
}
button.btn-full {
  display: block;
}
em.invalid-feedback {
  display: inline;
  width: auto;
  margin-top: 0rem;
  color: #dc3545 !important;
}

.vcard-field {
  line-height: 40px;
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  padding-top: 15px;
  border-bottom: solid 1px #0000000d;
  position: relative;
}
.vcard-field strong {
  position: absolute;
  margin-top: -18px;
  color: #ababab;
  font-weight: 400;
  font-size: 11px;
}

.notification {
    z-index: 200;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #fff;
}

.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--multiple {
    border: solid #c6c0c0 1px !important;
    border-radius: 5px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}
.select2-selection__rendered {
    line-height: 28px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    font-size: 12px;
    margin-bottom: 5px;
}