﻿/* Admin confirmation modal styling */
.admin-modal {
    border-radius: 6px;
    overflow: hidden;
}

.admin-modal-header {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

    .admin-modal-header .modal-title {
        font-weight: 600;
    }

    .admin-modal-header .glyphicon {
        color: #d9534f;
        margin-right: 6px;
    }

.admin-modal-text {
    font-size: 15px;
    margin-bottom: 10px;
}

.admin-modal-footer {
    text-align: center;
    border-top: 1px solid #eee;
}

    .admin-modal-footer .btn {
        min-width: 120px;
    }
