﻿.ui-dialog[aria-describedby='confirm-popup-dlg'] {
    border: 1px solid #979797 !important;
}

.confirm-message-panel {
    width: 100%;
    height: 100px;
}

#confirm-buttons {
    border-top: 1px solid #979797;
    text-align: right;
    margin: 5px;
    height: 40px;
    line-height: 40px;
}

    #confirm-buttons button {
        margin: 2px 5px 2px 5px;
        border: none;
        background: none;
        font-family: AvenirNext-Medium;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4da6ff;
    }

#confirm-popup-dlg {
    overflow-y: hidden;
}
