.jconfirm .jconfirm-box.jconfirm-type-green {
    border-top: solid 10px #00385e !important;
    -webkit-animation-name: type-green !important;
    animation-name: type-green !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #00385e;
    color: #FFF;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}

    .jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
        background-color: #015994;
        color: #FFF;
    }
