﻿.custom-modal-dialog .modal-backdrop {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.502);
}

.custom-modal-dialog {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .custom-modal-dialog:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.custom-modal-dialog .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 500px;
    min-height: 290px;
    background-color: #f4f4f4;
    box-shadow: 0 4px 7px 0 #000000;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.28);
    border-radius: 10px 0 10px 0;
    padding: 13px;
}

.custom-modal-dialog .small-modal-exit-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    background: url("./Images/popupCloseButton.png");
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.custom-modal-dialog .small-modal-title, .custom-modal-dialog .small-modal-body {
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.custom-modal-dialog .small-modal-title {
    font-family: "FuturaComHeavy";
    padding-top: 47px;
}

.custom-modal-dialog .small-modal-body {
    display: table;
    font-family: "FuturaComLight";
    min-height: 100px;
    width: 100%;
}

    .custom-modal-dialog .small-modal-body ul {
        width: 450px;
        margin-top: 20px;
        list-style: none;
    }

    .custom-modal-dialog .small-modal-body p {
        display: table-cell;
        vertical-align: middle;
    }

    .custom-modal-dialog .small-modal-body .validation-errors-list {
        list-style: disc;
    }

.custom-modal-dialog .small-modal-btn-wrapper {
    text-align: center;
    margin-top: 60px;
}

.custom-modal-dialog .btn-left-spaced {
    margin-left: 53px;
}
