body {
    background: rgb(204,204,204);
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-weight: 500;
}

div.page {
    background: white;
    display: block;
    margin: 0.5cm auto;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    width: 1000px;
    height: 1430px;
}

/*div.page[data-size="A4"] {  
    width: 21.6cm;
    height: 27.9cm;
}*/

ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
}

ol {
    margin-bottom: 0;
    padding-left: 12px;
}

li {
    list-style-position: inside;
    text-indent: -.7em;
    padding-left: 7px;
}

.modal-body ul {
    list-style: inherit;
    padding-bottom: 10px;
}

    .modal-body ul li {
        text-indent: 0;
    }

.pcc-list ul {
    display: block;
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

    .pcc-list ul li {
        display: list-item;
        text-indent: -1.4em;
    }

    .pcc-list ul ul {
        list-style-type: circle;
        margin-left: 15px;
    }

        .pcc-list ul ul ul {
            list-style-type: square;
            margin-left: 15px;
        }


.resource-links-table tr td:nth-child(1) {
    width: 300px;
}

.resource-links-table ul {
    list-style-type: none;
}

    .resource-links-table ul li {
        text-indent: -.6em;
        margin-top: 2px;
    }

    .resource-links-table ul > li:before {
        content: "- ";
        font-weight: 700;
    }

.ongoing-health-problem-list li::before {
    content: "•";
    padding-right: 3px;
}

/* ul li:before {
    content:"•"; 
    font-size:10pt;
    padding-right: 2px;
} */

/* Bootstrap checkbox */
/*.checkbox .form-check-input:checked ~ .form-check-label::before {
    background-color: red;
    box-shadow:0 0 3px red;
}
.checkbox .form-check-input:focus ~ .form-check-label::before {
    box-shadow:0 0 3px red;
}
.checkbox .form-check-input:active ~ .form-check-label::before {
    box-shadow:0 0 3px red;
    background:rgba(255,0,0,.3);
}*/
.checkbox-icon {
    width: 12px;
    margin-right: 3px;
}

/* TOP HEADER */


.header {
    position: relative;
    padding: 10px 0 0 25px;
    font-weight: 600;
}

    .header .header-left {
        float: left;
        width: 700px;
        margin-bottom: 10px;
    }

    .header .header-right {
        float: left;
        width: 220px;
    }

    .header::after {
        display: table;
        content: "";
        clear: both;
    }

    .header h4 {
        font-weight: bold;
        color: rgb(72, 127, 74);
        margin: 2px 0;
        font-size: 20px;
    }

h4 i {
    font-size: 0.5em;
    position: relative;
    bottom: 5px;
}

.dates {
    font-size: 14px;
    margin: 4px 0 0 0;
}

.risk-control {
    font-size: 14px;
    margin: 2px 0 6px 0;
}

p.risk-control-key {
    margin: 0 0 10px;
    display: inline-block;
    vertical-align: top;
}

.risk-control input {
    position: relative;
    top: 1px;
    height: 10px;
    border: 1px solid black;
    margin-top: 1px;
}

.risk-control .checkbox-icon {
    vertical-align: top;
    margin-top: 3px;
    margin-left: 5px;
}

.risk-control .form-check {
    display: inline;
    vertical-align: top;
}

.risk-control .form-check-label {
    font-weight: 400;
    margin: 0;
    /*width: 180px;*/
    display: inline-block;
}

.WVP-logo {
    width: 250px;
    padding-bottom: -10px;
    padding-right: 10px;
}

/* body */
.main-content {
    position: relative;
}

    .main-content::after {
        display: table;
        content: "";
        clear: both;
    }

/* LEFT MAIN CONTENT */
.left-content {
    margin-left: 25px;
    width: 63%;
    float: left;
}

.left-content-full {
    /*margin-left: 25px;*/
    width: 100%;
    float: left;
}


/* .left-content li::before {
    padding-right: 5px;
} */

.child-development-list,
.caregiver-concerns,
.relational-health,
.caregiver-emotional-health-list,
.ongoing-health-problem-list,
.clinical-summary-list-items {
    margin-left: 17px;
}

    .child-development-list p {
        margin: 4px 0 0 0;
    }

.inner-grid-container {
    margin-bottom: 20px;
}

    .inner-grid-container h6 {
        font-size: 14px;
        font-weight: bold;
        color: rgb(72, 127, 74);
        margin: 0;
        margin-bottom: 5px;
    }

    .inner-grid-container::after {
        content: "";
        display: table;
        clear: both;
    }

p.section-subtitle {
    color: rgb(72, 127, 74);
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 16px;
}


.inner-left,
.inner-right {
    font-size: 14px;
    line-height: 16px;
}

.inner-left-position {
    border-right: 2px solid rgb(72, 127, 74);
    width: 47%;
    float: left;
    padding-right: 10px;
    margin: 0 5px 10px 5px;
}

.inner-right-position {
    width: 50%;
    float: right;
    right: 0;
    top: 35px;
}

.inner-left li::before,
.inner-right li::before {
    content: "•";
    padding-right: 3px;
}

.inner-left h6,
.inner-right h6 {
    font-size: 18px;
    font-weight: bold;
    color: rgb(72, 127, 74);
    margin: 0;
    margin-bottom: 5px;
}

#health-behaviors-h6,
#social-factors-h6,
#caregiver-emotional-health-h6 {
    margin-top: 7px;
}

.other-assessments,
.additional-concerns {
    border: 2px solid rgb(72, 127, 74);
}

.other-assessments {
    min-height: 60px;
    padding: 7px 10px 7px 10px;
    margin-left: -10px;
    margin-top: 10px;
}

.additional-concerns {
    margin-top: -2px;
    /*height: 100px;*/
    height: fit-content;
    min-height: 100px;
    padding: 7px 10px 7px 10px;
    margin-left: -10px;
}

.other-assessments-title,
.additional-concerns-title,
.priority-other-title {
    color: rgb(72, 127, 74);
}

/* ANTICIPATORY GUIDANCE */
.anticipatory-guidance {
    font-size: 14px;
    line-height: 16px;
}

    .anticipatory-guidance li,
    .anticipatory-guidance a {
        color: rgb(72, 127, 74);
    }

    .anticipatory-guidance a {
        text-decoration: underline;
    }

    .anticipatory-guidance p {
        margin-bottom: 2px;
    }

.wellvisit-planner-link a {
    text-decoration: none;
}

.anticipatory-guidance ol li,
.anticipatory-guidance ul li {
    margin-top: 2px;
    text-indent: -1.2em;
}

/* RIGHT CONTENT */
.right-content {
    margin-left: 2px;
    padding-right: 1px;
    background-color: rgba(72, 127, 74, 0.15);
    font-size: 15px;
    line-height: 17px;
    width: 33%;
    float: right;
    right: 0;
    top: 0;
}

h5 {
    background-color: rgba(72, 127, 74, 0.8);
    padding: 7px;
    color: white;
    font-weight: 600;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 16px;
}

.h5-subtitle {
    font-size: 15px;
}

.about-this-child {
    padding: 0 20px 5px 12px;
    margin-bottom: 3px;
}

.subtitle {
    padding: 0 20px 0 12px;
    font-weight: bold;
    color: rgb(56, 114, 58);
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 8px;
}

.about-this-child p {
    margin-bottom: 2px;
}

.general-health-updates,
.family-history-updates,
.strengths-to-celebrate {
    padding: 0 20px 0px 12px;
    line-height: 17px;
    list-style-type: none;
}

.general-health-updates {
    font-size: 15px;
}

.form-check-input {
    height: 10px;
    border: 1px solid black;
}

.form-check-label {
    padding-bottom: 0;
    margin-bottom: 0;
    display: inline;
}

.form-check ul {
    margin-bottom: 7px;
}

.family-history-updates {
    margin-bottom: 15px;
}

.strengths-to-celebrate {
    margin-top: 8px;
    padding-bottom: 8px;
}

    .strengths-to-celebrate p {
        color: rgb(56, 114, 58);
        margin-bottom: 5px;
    }

/* FIRST PAGE FOTTER  */
.first-page-footer {
    margin: 15px 25px 0 25px;
    padding-top: 3px;
    border-top: 1px solid rgb(72, 127, 74);
}

    .first-page-footer p {
        font-size: 12px;
        line-height: 13px;
    }

    .first-page-footer i.fa,
    .first-page-footer i.fas {
        font-size: 11px;
    }

/* ------------------ SECOND PAGE -------------------- */
.second-page-header {
    line-height: 18px;
}

    .second-page-header h4 {
        margin-bottom: 3px;
    }


.resources-to-address,
.anticipatory-guidance-priorities {
    width: 630px;
    margin-top: 18px;
    font-size: 15px;
    font-weight: 500;
}

.anticipatory-guidance-priorities {
    width: 948px;
}

.resources-to-address p {
    margin-left: 5px;
}

.second-page-about-this-child {
    width: 330px;
    position: absolute;
    top: 100px;
    right: 0;
    background-color: rgba(72, 127, 74, 0.15);
}

    .second-page-about-this-child div {
        padding: 0 20px 5px 12px;
        margin-bottom: 10px;
    }

    .second-page-about-this-child p {
        font-size: 13px;
        margin-bottom: 0;
    }

/* TOPIC TABLE */
table {
    border: 2px solid rgba(72, 127, 74, 0.3);
    margin: 20px 28px 5px 28px;
    font-size: 15px;
    line-height: 17px;
}

th {
    padding: 2px 5px 4px 5px;
    background-color: rgba(72, 127, 74, 0.15);
    color: rgb(56, 114, 58);
}

td {
    padding: 5px 20px 15px 5px;
    border-bottom: 1px solid rgba(72, 127, 74, 0.3);
}

    td a {
        color: rgb(85, 134, 86);
        text-decoration: underline;
    }

.topic-table {
    margin-top: 70px;
}


/* ANTICIPATORY GUIDANCE PRIORITIES SELECTED BY THE FAMILY */
.anticipatory-guidance-priorities {
    margin: 25px 25px 0 25px;
}

    .anticipatory-guidance-priorities p {
        margin-left: 5px;
    }

.priority-other {
    border: 2px solid rgb(72, 127, 74);
}


.priority-other {
    margin-top: 10px;
    height: 100px;
    padding: 7px 10px 7px 10px;
    margin-left: -10px;
}


table.WVP-educational-materials {
    width: 942px;
    font-size: 15px;
    margin-top: 5px;
}

.view-wvp {
    padding-bottom: 5px;
}

.second-page-footer {
    margin: 5px 25px 5px 25px;
    padding-top: 3px;
    font-size: 13px;
}

@media print {
    .fas fa-info-circle.noprint::before {
        display: none;
    }
}

.fa-li-cs {
    left: -1.3em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
