/*Fonts ALT
@font-face {
    font-family: 'StandardFont';
    font-weight: normal;
    src: url('/medizinakte/javax.faces.resource/fonts/IBMPlexSans-Regular.ttf.xhtml') format("opentype");;
}
@font-face {
    font-family: 'StandardFont';
    font-weight: 500;
    src: url('/medizinakte/javax.faces.resource/fonts/IBMPlexSans-Medium.ttf.xhtml') format("opentype");;
}
@font-face {
    font-family: 'StandardFont';
    font-weight: 600;
    src: url('/medizinakte/javax.faces.resource/fonts/IBMPlexSans-SemiBold.ttf.xhtml') format("opentype");;
}
@font-face {
    font-family: 'StandardFont';
    font-weight: bold;
    src: url('/medizinakte/javax.faces.resource/fonts/IBMPlexSans-Bold.ttf.xhtml') format("opentype");;
}


@font-face {
    font-family: 'IconFont';
    font-weight: normal;
    src: url('') format("opentype");;
}

@font-face {
    font-family: 'IconFont2';
    font-weight: normal;
    src: url('') format("opentype");;
}


.pp-diary:before {
    font-family: 'IconFont2';
    content: "\E9BA" !important;
}

.pp-configuration:before {
    font-family: 'IconFont2';
    content: "\E952" !important;
}
*/

/* Neue Custom-Icons Font (separat) */
@font-face {
  font-family: 'patientportal';
  src:
    url('/medizinakte/resources/fonts/patientportal-icons-custom.ttf?7s77fm') format('truetype'),
    url('/medizinakte/resources/fonts/patientportal-icons-custom.woff?7s77fm') format('woff'),
    url('/medizinakte/resources/fonts/patientportal-icons-custom.svg?7s77fm#patientportal-custom') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.pp.pp-home:before { content: "\EA34"; }
.pp.pp-settings2:before { content: "\EA35"; }
.pp.pp-pagedouble:before { content: "\EA36"; }
.pp.pp-directionscar:before { content: "\EA37"; }
.pp.pp-faqbubble:before { content: "\EA38"; }
.pp.pp-logout2:before { content: "\EA39"; }

/* MouseOver auf dem i unter Kontoeinstellungen deaktivieren */
#mainForm\:verifiedInfo {
  pointer-events: none;
}

/* Der Button Neues Dokumente unter dem Allgemeine Dokumente ausblenden, hochladen nur noch über termin möglich 

button[id="mainForm:j_id_61_button"] {
    display: none;
}
*/
#mainForm\:j_id_61_button {
    display: none; !important
}

/* Trifft NUR das X innerhalb der Dokument-subtable das X zum Löschen der einzelnen Attachments, nicht der ganzen Akte */
.subtable a[title="Löschen"] {
    display: none !important;
}
