﻿.modal-confirm {
    max-width: 338px;
    padding: 15px;
    text-align: center;
    background: #fff;
    border-radius: 10px
}

    .modal-confirm h3 {
        padding-right: 10px;
        color: #555;
        font-weight: 700;
        font-size: 16px;
        margin: 0 0 20px;
        text-align: center
    }

        .modal-confirm h3 span {
            line-height: 24px
        }

    .modal-confirm .buttons .btn {
        min-width: 100px;
        margin: 0 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(4,5,5,0.48);
        padding: 8px 10px;
        color: #fff
    }

    .modal-confirm .btn-green:hover, .modal-confirm .btn-green:focus {
        background: #649e15;
        background: -moz-linear-gradient(top,#649e15 0%,#a1c423 100%);
        background: -webkit-linear-gradient(top,#649e15 0%,#a1c423 100%);
        background: linear-gradient(to bottom,#649e15 0%,#a1c423 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#649e15',endColorstr='#a1c423',GradientType=0);
        color: #fff
    }

    .modal-confirm .btn-lightgrey {
        background: #d7d7d7;
        background: -moz-linear-gradient(top,#d7d7d7 0%,silver 100%);
        background: -webkit-linear-gradient(top,#d7d7d7 0%,silver 100%);
        background: linear-gradient(to bottom,#d7d7d7 0%,silver 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7',endColorstr='#c0c0c0',GradientType=0);
        border: 1px solid #b0b0b0;
        box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54);
        -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.54);
        color: #fff
    }

        .modal-confirm .btn-lightgrey:hover, .modal-confirm .btn-lightgrey:focus {
            background: silver;
            background: -moz-linear-gradient(top,silver 0%,#d7d7d7 100%);
            background: -webkit-linear-gradient(top,silver 0%,#d7d7d7 100%);
            background: linear-gradient(to bottom,silver 0%,#d7d7d7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0',endColorstr='#d7d7d7',GradientType=0);
            color: #fff
        }
