﻿#nccnPatientGuidelinesDetails h2 {
    color: #304d6b;
    font-size: 30px;
}

#nccnPatientGuidelinesDetails a {
    color: #304d6b;
    cursor: pointer;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

#nccnPatientGuidelinesDetails .guideline-items {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

    #nccnPatientGuidelinesDetails .guideline-items .item {
        padding: 10px 0;
    }

    #nccnPatientGuidelinesDetails .guideline-items .item-name {
        font-weight: 600;
    }

#nccnPatientGuidelinesDetails .guidline-items a {
    white-space: normal;
}

#nccnPatientGuidelinesDetails .guideline-detail .guideline-items {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
    border-bottom: none !important;
    padding-bottom: initial !important;
}
    .guideline-detail h2 {
    color: #2d4b69!important;
    font-family: Roboto;
    font-size: 32px!important;
    font-weight: 300;
    line-height: 26px;
}
.guideline-detail .item-version, .guideline-detail .item-date {
    padding-bottom: 8px;
    color: #484848;
    line-height: 24px;
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px;
}
.guideline-detail span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgba(72,72,72,1);
}
.guideline-detail .img-part {
    width: 45px;
    display: inline-block;
    height: 36px;
    margin-bottom: -8px;
}
.guideline-detail h4 {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 20px;
    color: rgba(72,72,72,1);
}
.guideline-detail .item-header {
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 18px;
    color: rgba(72,72,72,1);
}
.guideline-detail .divider {
    height: 1px;
    background-color: #ccc;
    margin: 10px 0;
}
.guideline-detail .version {
    margin-left: 20px;
}
.guidelines-part {
    background: url('/ResourcePackages/NCCN/images/Guidelines.png') no-repeat;
}
.evidence-blocks-part {
    background: url('/ResourcePackages/NCCN/images/EvidenceBlocks.png') no-repeat;
}
.frameworks-part {
    background: url('/ResourcePackages/NCCN/images/Frameworks.png') no-repeat;
}
.patients-part {
    background: url('/ResourcePackages/NCCN/images/Patients.png') no-repeat;
}
.edu-events-part {
    background: url('/ResourcePackages/NCCN/images/EducationalEventsPrograms.png') no-repeat;
}
.international-part {
    background: url('/ResourcePackages/NCCN/images/International.png') no-repeat;
}
span.pdf-logo {
    top: 3px;
    left: 5px;
    height: 20px;
    width: 27px;
    display: inline-block;
    content: " ";
    position: relative;
    background: url(/ResourcePackages/NCCN/images/pdflogo.png) no-repeat;
    background-size: contain;
}

#nccnPatientGuidelinesDetails img,
#nccnPatientGuidelinesDetails img:-moz-suppressed {
    display: block !important;
    visibility: visible !important;
}
/* FZ 2022-03-11 - for Guidelines text coming from dashboard */
#nccnPatientGuidelinesDetails .guidelines-resources, #nccnPatientGuidelinesDetails .guidelines-resources a {
    font-style: normal;
    font-size: 18px;
}