/*##################################################################################*/
/*LET OP!! Regels uit dit document worden ook gebruikt op de Frontoffice webserver. */
/*  Controleren of wijzigingen daar ook doorgevoerd moeten worden.        ALG2      */
/*##################################################################################*/

.TIKdocument h1, .htmlTekstEditable h1 {
    color: #033c6a;
    font-size: 1.75rem; /*2.8rem;*/
    margin: 0.9375rem 0 0 0; /*1.5rem;*/
    font-weight: 400;
}

.TIKdocument h2, .htmlTekstEditable h2 {
    color: #033c6a;
    font-size: 1.25rem; /*2rem;*/
    margin: 0.625rem 0 0.3125rem; /*1rem 0 0.5rem;*/
    font-weight: 400;
}

.TIKdocument h3, .htmlTekstEditable h3 {
    color: #033c6a;
    font-size: 0.9375rem; /*1.5rem;*/
    margin: 0.3125rem 0 0 0; /*0.5rem 0 0 0;*/
    font-weight: 600;
}

.TIKdocument h4, .htmlTekstEditable h4 {
    color: #033c6a;
    font-size: 0.875rem; /*1.4rem;*/
    margin: 0.3125rem 0 0 0; /*0.5rem 0 0 0;*/
    text-decoration: underline;
    font-weight: 600;
}

.TIKdocument h5, .htmlTekstEditable h5 {
    color: #033c6a;
    font-size: 0.875rem; /*1.4rem*/
    margin: 0.3125rem 0 0 0; /*0.5rem 0 0 0;*/
    font-weight: 600;
}

.TIKdocument p, .fr-view p {
    margin: 0 0 0;
}

.TIKdocument p.KopjeOnderstreept, .TIKdocument span.KopjeOnderstreept, .fr-view  p.KopjeOnderstreept{
    margin: 0.625rem 0 0; /*1rem 0 0;*/
    text-decoration: underline;
}

.TIKdocument p.KopjeVetCursief, .TIKdocument span.KopjeVetCursief, .fr-view p.KopjeVetCursief, .TIKdocument h6, .fr-view h6, .htmlTekstEditable h6{
    font-weight: bold;
    font-style: italic;
    margin-top: 0.3125rem; /*0.5rem;*/
    font-size: 0.875rem; /*1.4rem;*/
}

.TIKdocument p.Orgaansysteem, .TIKdocument span.Orgaansysteem, .fr-view p.Orgaansysteem{
    font-weight: bold;
    margin-top: 0.3125rem; /*0.5rem;*/
}
.TIKdocument p.Signaaltekst, .TIKdocument span.Signaaltekst, .fr-view p.Signaaltekst{
    font-style: italic;
}

.TIKdocument ol, .TIKdocument ul, .fr-view ol, .fr-view ul {
    margin: 0 2rem; /*0 3.2rem;*/
}

.TIKdocument table, .fr-view table {
    width:100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.TIKdocument table td, .TIKdocument table th, .fr-view table td, .fr-view table th{
    border: 1px solid #ddd;
    padding: 2px 4px;
}

/*Alleen th's worden grijs, niet de eerste tr van een tabel, moet th worden in brondata*/
.TIKdocument table th, .fr-view table th {
 /*, .fr-view tr:first-child td .TIKdocument table tr:first-child td*/
    text-align: left;
}

.TIKdocument .page-1011 .titelNietTonen, .TIKdocument .page-1010 .titelNietTonen {
    display: none;
}

.TIKdocument a.therap_no {
    color:#056abf;
}

.TIKdocument a.therap_no:hover {
    color:#056abf;
    text-decoration: underline;
}

.TIKdocument .afbeelding {
    color:#FF8000;
}

.TIKdocument .ref-code {
   border:none;
   width:10%;
   padding-bottom:0.625rem; /*1rem;*/
   vertical-align:top;
}

.TIKdocument .ref-desc {
   border:none;
   width:90%;
   padding-bottom:0.625rem; /*1rem;*/
   vertical-align:top;
}

.red-star {
  color:red;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
}

.htmlTekstEditable sub {
    position: static;
    vertical-align: sub;
}

.htmlTekstEditable sup {
    position: static;
    vertical-align: super;
}

.fr-view table th {
    background: none !important;
}


/*Onderdelen van apex pagina die niet getoond mogen worden in de printpagina*/
/*Of aangepast worden om print goed uit firefox te krijgen */
@media print {
    .t-Body-nav, .t-Header, #apexDevToolbar, .notitieLink, .t-BreadcrumbRegion-buttons, .breadcrumbIcon, .t-Breadcrumb-item {
        display: none !important;
    }
    .t-Body-content {
        display: block !important;
        min-height: 100% !important;
    }

    #wwvFlowForm{
        min-height: 100% !important;
    }
}

/*Mooiere weergave van de apex breadcrumb in de printpagina*/
@media print {
    .t-Breadcrumb-item.is-active{
        display: block !important;
    }
}

@media print {
    .t-Breadcrumb-label{
        font-size: 32px !important;
    }
}