.popup-gray-header {
    clear: both;overflow: hidden;background-color: #ECECEC; border-top-left-radius: inherit; border-top-right-radius: inherit;
}

.popup-gray-footer {
    clear: both;overflow: hidden;background-color: #ECECEC; border-bottom-left-radius: inherit; border-bottom-right-radius: inherit;
}

.popup-btn-white {
    background-color: white; border-color: #808B96; color: #808B96; border-radius: 8px; border-width: 2px;
}

.popup-round-border {
    background-color: #ECECEC; border: solid; border-radius: 8px; border-width: 1px; border-color: #808B96; padding: 20px;
}

.popup-btn-white:hover {
    background-color: #D5D8DC;
}

.popup-btn-black {
    background-color: #808B96; border-color: #808B96; color: white;
}

.popup-btn-black:hover {
    background-color: #566573; color: white !important;
}

.popup-cancel {
    float:right !important;border: none !important;padding: 0px !important; background-color: transparent !important;
}

.popup-cancel-text {
    font-weight: bold; font-size: 30px;
}

.popup-header-bold {
    vertical-align:middle;font-weight: bold;
}

.popup-body {
    padding: 20px 20px !important;
}

.popup-cancel-button {
    color: black;
    border: solid 1px lightgray !important;
    border-radius: 5px !important;
    background-color: white;
    margin-right: 10px !important;
}

button.popup-cancel-button:hover {
    background-color: lightgray;
}

.popup-body-bold {
    font-size: 15pt !important;
}