﻿.RadWindow.RadWindow_DeletePatientConfirmation {
    border: 3px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    height: unset !important;
}
    .RadWindow.RadWindow_DeletePatientConfirmation#primaryAppChangedRadAlert {
        height: 300px;
    }

.rwDialogMessage {
    transform: translate(0, 5px);
}

.RadWindow.RadWindow_DeletePatientConfirmation .rwContent {
    background: #f3f4f7;
    border: none;
    padding: 0;
    height: 100px !important;  
}

.RadWindow.RadWindow_DeletePatientConfirmation.rwRoundedCorner {
    border-radius: 10px;
}

.RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar {
    background: #f3f4f7;
    padding: 5px 20px 10px 20px;
    line-height: 30px;
    height: 40px;
    font-size: 18px;
    vertical-align: middle;
    color: #000000;
    margin: 0px;
    border-radius: 0px;
    border-bottom: solid 1px #e0e3e5;
}

    .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwTitleWrapper {
        width: 90%;
        padding: 0px;
    }

        .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwTitleWrapper .rwTitle {
            padding: 0px;
        }

    .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwIcon {
        display: none;
    }

    .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar h6 {
        margin-top: 2px;
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        color: #585858;
        transform: translate(0, 50%)
    }

    .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwCommands {
        right: 20px;
    }

    .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwCloseButton {
        margin-top: 3px;
        height: 32px;
        width: 32px;
        background: url(../../Include/images/close_icn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 17px;
        margin: -10px -12px 0px 0px;
        border-radius: 5px;
    }

        .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwCloseButton:before {
            content: "" !important;
        }

        .RadWindow.RadWindow_DeletePatientConfirmation .rwTitleBar .rwCloseButton:hover {
            margin-top: 3px;
            height: 32px;
            width: 32px;
            background: url(../../Include/images/close_icn.png);
            background-repeat: no-repeat;
            background-size: 17px;
            background-position: center;
            cursor: pointer;
            background-color: #B5B5B5;
            margin: -10px -12px 0px 0px;
            border-radius: 5px;
        }




.RadWindow.RadWindow_PrimaryAppHasChanged {
    border: 3px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    height: unset !important;
    opacity: 1 !important; /* Force opacity to 1 in case it's being overridden */
}

.rwDialogMessage {
    transform: translate(0, 5px);
}

.RadWindow.RadWindow_PrimaryAppHasChanged .rwContent {
    background: #f3f4f7;
    border: none;
    padding: 0;
    height: 210px !important;
}

    .RadWindow.RadWindow_PrimaryAppHasChanged .rwContent#primaryAppChangedRadAlert {
        height: 300px;
    }


.RadWindow.RadWindow_PrimaryAppHasChanged.rwRoundedCorner {
    border-radius: 10px;
}

.RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar {
    background: #f3f4f7;
    padding: 5px 20px 10px 20px;
    line-height: 30px;
    height: 40px;
    font-size: 18px;
    vertical-align: middle;
    color: #000000;
    margin: 0px;
    border-radius: 0px;
    border-bottom: solid 1px #e0e3e5;
}

    .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwTitleWrapper {
        width: 90%;
        padding: 0px;
    }

        .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwTitleWrapper .rwTitle {
            padding: 0px;
        }

    .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwIcon {
        display: none;
    }

    .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar h6 {
        margin-top: 2px;
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        color: #585858;
        transform: translate(0, 50%)
    }

    .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwCommands {
        right: 20px;
    }

    .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwCloseButton {
        margin-top: 3px;
        height: 32px;
        width: 32px;
        background: url(../../Include/images/close_icn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 17px;
        margin: -10px -12px 0px 0px;
        border-radius: 5px;
    }

        .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwCloseButton:before {
            content: "" !important;
        }

        .RadWindow.RadWindow_PrimaryAppHasChanged .rwTitleBar .rwCloseButton:hover {
            margin-top: 3px;
            height: 32px;
            width: 32px;
            background: url(../../Include/images/close_icn.png);
            background-repeat: no-repeat;
            background-size: 17px;
            background-position: center;
            cursor: pointer;
            background-color: #B5B5B5;
            margin: -10px -12px 0px 0px;
            border-radius: 5px;
        }










.rw-add-device-container {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
    background-color: #f3f4f7;
}

    .rw-add-device-container .rw-add-device-title-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

        .rw-add-device-container .rw-add-device-title-container .rw-add-device-label {
        }

        .rw-add-device-container .rw-add-device-title-container .rw-add-device-exit-button {
            background: url(../images/close_icn.png);
            height: 24px;
            width: 24px;
            background-repeat: no-repeat;
            background-size: contain;
            cursor: pointer;
            border: none;
            margin-right: 10px;
        }

    .rw-add-device-container .rw-add-device-content-container {
    }


        .rw-add-device-container .rw-add-device-content-container .insulin-bgm-radio-row {
            display: flex;
            flex-direction: row;
            height: 40px;
            align-items: center;
        }

.ypsopump-omnipod-wrapper {
    flex-direction: column;
    display: none;
}

.rw-add-device-row-diviner {
    width: 100%;
    height: 2px;
    background-color: #7d7d80;
}

.RadWindow .rwContent .rwDialog .rwDialogButtons .rwOkBtn {
    background-color: #B1BE22;
    color: white !important;
    border-color: transparent;
}

    .RadWindow .rwContent .rwDialog .rwDialogButtons .rwOkBtn:hover {
        background-color: #B5B5B5 !important;
        cursor: pointer;
    }

.RadWindow .rwContent .rwDialog .rwDialogButtons .rwCancelBtn{
    border: 1px solid #b3bf13;
    background-color: transparent;
    border-radius: 5px;
}

    .RadWindow .rwContent .rwDialog .rwDialogButtons .rwCancelBtn:hover {
        background-color: #B5B5B5 !important;
        cursor: pointer;
    }
