.content-wrapper:not(.hide).open-side div.treatment-encounter.side-content {
    width: 283px;
}

.content-wrapper:not(.hide).close-side div.treatment-encounter.side-content {
    position: fixed;
    top: 124px;
    right: -273px;
    width: 283px;
}

.content-wrapper.small:not(.hide).open-side div.treatment-encounter.side-content {
    position: fixed;
    top: 124px;
    right: 0;
    width: 283px;
}

.content-wrapper:not(.hide).open-side div.treatment-encounter.main-content {
    margin-right: 283px;
}

.content-wrapper:not(.hide).close-side div.treatment-encounter.main-content {
    margin-right: 10px;
}

.content-wrapper.small:not(.hide).open-side div.treatment-encounter.main-content {
    margin-right: 0;
}

.content-wrapper:not(.hide) .treatment-encounter .side-content-body {
    height: 100%;
    background-color: #fff;
    border-left: solid 2px #8b99a7;
    border-bottom: solid 2px #8b99a7;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -46px;
}

.content-wrapper:not(.hide) .treatment-encounter.side-content > .heading .toggle-side-panel {
    opacity: 0.6;
    width: 30px;
    left: -18px;
    z-index: 99;
}

.transaction-log-goals {
    background-color: white;
    box-shadow: 2px 2px 4px 0 #888;
    margin-bottom: 4px;
}

.transaction-log-goals h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 4px;
}

.goal-list span.goal-number {
    font-weight: 700;
    margin-right: 4px;
}

.goal-list span.goal-target {
    font-style: italic;
    margin-left: 6px;
}

.goal-list > div {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 12px;
}

.goal-list {
    font-size: 14px;
}

.treatment-log-body {
    display: flex;
    font-family: Roboto, sans-serif;
}

.minute-editor .ui-bar.ui-bar-c {
    background-color: #4975a8;
    font-weight: 400;
    font-size: 14px;
    padding-right: 0.2em;
    padding-left: 0.8em;
}

.minute-editor strong {
    font-size: 14px;
}

.treatment-log-body .treatment-interventions .top-level-card {
    min-width: 300px;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: 3px 3px 3px 0 #888;
}

.treatment-log-body .treatment-interventions {
    flex: 1;
}

.treatment-log-body .service-codes {
    flex: 1;
    padding: 2px;
    background-color: #59697d;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: 3px 3px 3px 0 #888;
}
