.patient-administrative {
    text-align: left;
}

.asset-with-image {
    text-align: center;
}

.asset-with-image img {
    max-width: 90%;
    max-height: 200px;
    text-align: center;
}

.asset-title{
    font-weight: bold;
    text-align: center;
}
.pread-picture-container{
    text-align: center;
}

.pread-picture-container img {
    max-width: 130px;
}

.reported-error {
    margin-top: 10px;
}

.error-label {
    color: red;
}

.center-title {
    text-align: center;
}

.input-page-pdf {
    width: 50px;
    vertical-align: -55px;
}

.consent-file-readonly {
    cursor: pointer;
    font-style: italic;
    font-size: 15px;
}

.hint {
  position: absolute;
  left: 5px;
  right: auto;
  bottom: -15px;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey;
}

.button-upload-consent {
    padding-bottom: 20px;
}

.swap-page-pdf, .download-pdf, .import-pdf{
    color:rgb(0,174,239);
    font-size: 30px;
    margin: 5px 10px;
    vertical-align: middle;
}

.patient-admin-category {
    margin-top: 30px;
    background-color: aliceblue;
    color: rgb(0, 174, 239); /* @primary */
}

.patient-admin-category h4 {
    font-weight: bold;
}

.patient-admin-add {
    margin-top: 12px;
    text-align: right;
}

.patient-admin-category-content {
    padding-top:10px;
    padding-left:40px;
}

.patient-admin-category-content-with-dt {
    padding-left:30px;
}

.patient-admin-category-content-with-dt th {
    color: darkgrey;
}

#admin-relative-update-form .engage-custom {
    margin:20px;
}

#admin-relative-delete {
    text-align: center;
}

#admin-relative-delete div {
    margin-left:auto;
    margin-right:auto;
    padding:20px;
}
