@charset "UTF-8";

table#mfp_confirm_table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
    background-color: #F6F7F9;
}

table#mfp_confirm_table tr.mfp_achroma {
    background-color: #FFF;
}

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
    text-align: left;
    font-size: 15px;
    border-top: solid 1px #CCC;
    padding: 5px 10px;
}

table#mfp_confirm_table tr th {
    white-space: nowrap;
    width: 200px;
}

table#mfp_confirm_table tr td {
    line-height: 1.5em;
    word-break: break-all;
}

div#mfp_phase_confirm {
    clear: both;
}

div#mfp_phase_confirm h4 {
    font-size: 36px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

div#mfp_phase_confirm div#mfp_phase_confirm_inner {}

div#mfp_overlay {
    position: absolute;
    display: none;
    z-index: 10001;
}

div#mfp_overlay_inner {
    background-color: #FFF;
    padding: 15px;
    margin: 0px auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #000;
    width: 640px;
    max-width: 90%;
}

div#mfp_overlay_inner h4 {
    font-size: 18px;
    margin: 0 10px 20px 10px;
    font-weight: bold;
}

div#mfp_overlay_background {
    background-color: #000;
    position: absolute;
    display: none;
    z-index: 10000;
}

div#mfp_loading_screen {
    z-index: 20000;
    opacity: 0.8;
    display: none;
    background-color: #000;
    position: absolute;
}

div#mfp_loading {
    z-index: 20001;
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(_images/mfp_loading.gif);
}

#mfp_overlay_inner .mfp_buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#mfp_overlay_inner .mfp_buttons #mfp_button_send {
    background-color: #38b08a;
    border: solid 2px #38b08a;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    height: 48px;
    letter-spacing: .1em;
    max-width: 160px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    text-align: center;
    margin: 0 8px;
}

#mfp_overlay_inner .mfp_buttons #mfp_button_cancel {
    background-color: #fff;
    border: solid 2px #38b08a;
    border-radius: 4px;
    color: #38b08a;
    font-weight: 700;
    height: 48px;
    letter-spacing: .1em;
    max-width: 160px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    text-align: center;
    margin: 0 8px;
}

#mfp_overlay_inner .mfp_buttons button:hover {
    opacity: 0.7;
}

@media screen and (max-width: 800px) {

    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td {
        display: block;
        width: 100%;
    }

    table#mfp_confirm_table tr th {
        white-space: nowrap;
        width: 100px;
    }
}
