﻿/*********************************************************************************** * + ALERTS ***********************************************************************************/
.alert {
    padding: 12px 30px;
}

    .alert ul li {
        list-style-type: square;
    }

.alert-inzet, .alert-warning {
    color: #af945a;
    background-color: #ffecc5;
    border-color: #e4c88d;
}

.alert-online {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-zaal {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-my-bid {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-countdown-1 {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-countdown-2 {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.alert-countdown-3 {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

@media(min-width: 576px) {


    #veilingmeesterpage > .col-sm-4 {
        max-width: 80% !important;
    }

    #veilingmeesterpage > .col-xs-11 {
        max-width: 80% !important;
    }

    #latestbidpage > .col-sm-4 {
        max-width: 80% !important;
    }

    #latestbidpage > .col-xs-11 {
        max-width: 80% !important;
    }
}