.simulationChanges-popup  > .modal-content {
    border-radius: 4px;
    border: none;
    background: #ffffff;
}

    .simulationChanges-popup  {
        width: 80%;
        max-width: 1000px;
    }

        .simulationChanges-popup .header {
            height: 48px;
            padding: 15px 20px 0 20px;
            font-family: GlowSemibold;
            font-size: 14px;
            color: #4a4a4a;
            border-bottom: 1px solid #d8d7d7;
        }

            .simulationChanges-popup .header .toggleText {
                font-family: GlowRegular;
                font-size: 13px;
            }

        .simulationChanges-popup  .md-body {
            position: relative;
            padding-right: 0;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .simulationChanges-popup  .md-body .infoSection {
                position: relative;
                min-height: 200px;
                max-height: 410px;
                overflow: hidden;
                font-size: 13px;
            }

            .simulationChanges-popup .md-body .infoSection perfect-scrollbar {
                max-height: 410px;
            }

            .simulationChanges-popup .md-body .infoSection .ps-content {
                padding-right: 10px;
            }

            .simulationChanges-popup  .md-body .infoSection .node {
                display: flex;
                min-height: 28px;
                padding-top: 5px;
                padding-right: 10px;
            }

                .simulationChanges-popup  .md-body .infoSection .node .name {
                    font-family: GlowRegular;
                    font-size: 12px;
                    color: #4A4A4A;
                    flex: 1 1 auto;
                    overflow: hidden;
                }

                    .simulationChanges-popup  .md-body .infoSection .node .name.date,
                    .simulationChanges-popup  .md-body .infoSection .node .name.summary,
                    .simulationChanges-popup  .md-body .infoSection .node .name.changeType,
                    .simulationChanges-popup  .md-body .infoSection .node .name.project {
                        font-family: GlowSemiBold;
                        font-size: 13px;
                    }

                .simulationChanges-popup .md-body .infoSection .node .expandCollapseButtonContainer {
                    flex: 0 0 14px;
                    padding-top: 2px;
                }

                .simulationChanges-popup  .md-body .infoSection .node .expandCollapseButton {
                    background: url("../../../images/shared/expandCollapse_node_arrowDown.png");
                    -moz-background-size: cover;
                    -webkit-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover;
                    height: 14px;
                    padding: 7px;
                    margin-right: 7px;
                    align-self: center;
                    cursor: pointer;
                    transition: 0.30s;
                    -webkit-transition: 0.30s;
                    -moz-transition: 0.30s;
                    -ms-transition: 0.30s;
                    -o-transition: 0.30s;
                }

                    .simulationChanges-popup  .md-body .infoSection .node .expandCollapseButton.expanded {
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

                    .simulationChanges-popup  .md-body .infoSection .node:hover .expandCollapseButton {
                        background-image: url("../../../images/shared/expandCollapse_node_arrowDown_hover.png");
                    }

                .simulationChanges-popup  .md-body .infoSection .node .checkboxContainer {
                    display: flex;
                    flex: 0 0 26px;
                }

                    .simulationChanges-popup  .md-body .infoSection .node .ui-checkbox {
                        margin-top: 2px;
                    }

        .simulationChanges-popup  .footer {
            padding: 15px 20px 0 20px;
            height: 71px;
            position: relative;
            border-top: 1px solid #d8d7d7;
        }

            .simulationChanges-popup  .footer .ui-btn-light {
                width: 130px;
            }

            .simulationChanges-popup  .footer  .ui-btn-grey {
                height: 38px;
                text-align: center;
                cursor: pointer;
                width: 100px;
            }

            .simulationChanges-popup .footer .checkboxContainer {
                display: flex;
                padding-top: 10px;
            }

            .simulationChanges-popup .footer .ui-checkbox {
                margin-top: 2px;
            }

            .simulationChanges-popup .footer .checkBoxTitle {
                flex: 1 1 auto;
                cursor: pointer;
                display: inline-block;
                font-family: GlowRegular;
                font-size: 14px;
                color: #4a4a4a;
                -webkit-user-select: none; /* Chrome all / Safari all */
                -moz-user-select: none; /* Firefox all */
                -ms-user-select: none; /* IE 10+ */
                user-select: none; /* Likely future */
            }