.settingBaselines-popup {
    width: auto;
}

    .settingBaselines-popup > .modal-content {
        border-radius: 4px;
        border: none;
        background: transparent;
        box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2);
        background: #ffffff;
        width: 520px;
    }

        .settingBaselines-popup > .modal-content .header {
            height: 50px;
            padding-right: 20px;
            padding-left: 20px;
            padding-top: 21px;
            border-bottom: 1px solid #E0E0E0;
        }

            .settingBaselines-popup > .modal-content .header .popupTitle {
                font-size: 14px;
                font-family: GlowSemiBold;
                color: #4a4a4a;
                float: left;
                /* Prevent title text overflow */
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 96%;
                white-space: nowrap;
            }

            .settingBaselines-popup > .modal-content .header .infoIcon {
                vertical-align: top;
                margin-top: 3px;
            }

        .settingBaselines-popup > .modal-content .md-body {
            max-height: 470px;
            padding: 0;
        }

            .settingBaselines-popup > .modal-content .md-body .advancedSettings {
                width: 520px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 17px;
            }

                .settingBaselines-popup > .modal-content .md-body .mainSection {
                    height: 52px;
                    background-color: #f6f6f6;
                    border-bottom: 1px solid #E0E0E0;
                    border-top: 1px solid #E0E0E0;
                    display: flex;
                    padding-top: 16px;
                    padding-left: 21px;
                }

                    .settingBaselines-popup > .modal-content .md-body .mainSection .title {
                        font-family: GlowRegular;
                        font-size: 14px;
                        color: #808080;
                        margin-right: 30px;
                    }

                    .settingBaselines-popup > .modal-content .md-body .radioButtonSection {
                        display: flex;
                        padding-top: 2px;
                        align-items: center;
                        flex: 0 0 117px;
                    }

                        .settingBaselines-popup > .modal-content .md-body .radioButtonSection.second {
                            margin-left: 30px;
                        }

                        .settingBaselines-popup > .modal-content .md-body .radioButtonSection.last {
                            flex: 0 0 200px;
                        }

                .settingBaselines-popup > .modal-content .md-body .sectionTitle {
                    font-family: GlowRegular;
                    font-size: 14px;
                    color: #808080;
                    margin-bottom: 5px;
                    display: flex;
                }

                .settingBaselines-popup > .modal-content .md-body .radioButtonsSection {
                    display: flex;
                    margin-bottom: 4px;
                }

                .settingBaselines-popup > .modal-content .md-body .firstRow {
                    margin-bottom: 5px;
                }

                .settingBaselines-popup > .modal-content .md-body .additionaRadiobuttonsInfo {
                    font-family: GlowRegular;
                    font-size: 14px;
                    color: #808080;
                    display: inline-block;
                    line-height: 17px;
                    vertical-align: text-bottom;
                }

                .settingBaselines-popup > .modal-content .md-body .advancedSettings .secondSection {
                    margin-top: 20px;
                }

                .settingBaselines-popup > .modal-content .md-body .checkBoxTitle {
                    font-size: 14px;
                    font-family: GlowRegular;
                    color: #4a4a4a;
                }

                .settingBaselines-popup > .modal-content .md-body .checkboxesSection,
                .settingBaselines-popup > .modal-content .md-body .checkboxContainer {
                    display: flex;
                    align-items: center;
                }

                .settingBaselines-popup > .modal-content .md-body .checkboxContainer {
                    cursor: pointer;
                    flex: 0 0 117px;
                }

                .settingBaselines-popup > .modal-content .md-body .checkboxesSection {
                    padding-left: 10px;
                    flex-wrap: wrap;
                }

                .settingBaselines-popup > .modal-content .md-body .checkboxesSection.disabled {
                    opacity: 0.4;
                    pointer-events: none;
                }

                .settingBaselines-popup > .modal-content .md-body .selectionWarning {
                    font-family: GlowRegular;
                    font-size: 14px;
                    color: #ec4a43;
                    margin-top: 8px;
                    height: 20px;
                }

                .settingBaselines-popup > .modal-content .md-body .noteSection {
                    font-family: GlowRegular;
                    font-size: 14px;
                    color: #808080;
                    margin-top: 19px;
                }

                    .settingBaselines-popup > .modal-content .md-body .noteSection .title {
                        color: #4a4a4a;
                    }

                .settingBaselines-popup > .modal-content .md-body .otherProjectsEnabling {
                    margin-top: 19px;
                }

                    .settingBaselines-popup > .modal-content .md-body .otherProjectsEnabling .title {
                        font-family: GlowRegular;
                        font-size: 14px;
                        color: #4a4a4a;
                        margin-bottom: 8px;
                    }

                        .settingBaselines-popup > .modal-content .md-body .otherProjectsEnabling .title .infoIcon {
                            vertical-align: top;
                            margin-top: 2px;
                            margin-left: 4px;
                        }

        .settingBaselines-popup > .modal-content .footer {
            padding: 19px 20px 0 20px;
            height: 70px;
        }

            .settingBaselines-popup > .modal-content .footer .ui-btn-grey {
                height: 38px;
                width: 104px;
            }

            .settingBaselines-popup > .modal-content .footer .ui-btn-light {
                width: 131px;
            }

        .settingBaselines-popup > .modal-content .infoDropdown-container {
            position: absolute;
            /* Info Dropdown is always 92px from the top */
            top: 92px;
            /* Info Dropdown should be above everything else */
            z-index: 9999;
            font-family: GlowRegular;
            font-size: 14px;
            width: 190px;
            border-radius: 4px;
            background-color: #ffffff;
            box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2);
            display: none;
            opacity: 0;

            /* make text non-selectable for all children elements */
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Chrome/Safari/Opera */
            -khtml-user-select: none; /* Konqueror */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
            /* Non-prefixed version, currently  not supported by any browser */
        }

            /* Triangle above the Dropdown */
            .settingBaselines-popup > .modal-content .infoDropdown-container .infoDropdown-arrow {
                content: " ";
                width: 0;
                height: 0;
                position: absolute;
                top: 40px;
            }

                .settingBaselines-popup > .modal-content .infoDropdown-container .infoDropdown-arrow.leftArrow {
                    border-top: 4px solid transparent;
                    border-bottom: 4px solid transparent;
                    border-right: 5px solid #ffffff;
                    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
                    left: -5px;
                }

                .settingBaselines-popup > .modal-content .infoDropdown-container .infoDropdown-arrow.rightArrow {
                    border-top: 4px solid transparent;
                    border-bottom: 4px solid transparent;
                    border-left: 5px solid #ffffff;
                    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
                    left: 190px;
                }

                .settingBaselines-popup > .modal-content .infoDropdown-container .infoDropdown-text {
                    padding: 15px 18px;
                }

                .settingBaselines-popup > .modal-content .infoDropdown-container .infoDropdown-text .ui-btn-link {
                    font-size: 14px;
                }