﻿
.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}
.alert-warning {
    color: white;
    background-color: #fff3cd;
    border-color: #e08e0b;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db;
}
#Confirmation .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.card-footer {
    padding-top: 0;
    padding-bottom: 0;
}
/*
.form-group {
    margin-bottom: 0rem;
}

input {
    margin-bottom: 1rem;
}
*/

.alert-warning {
    color: #856404 !important;
    background-color: #fff3cd !important;
    border-color: #ffeeba !important;
}

    .alert-warning .alert-link {
        color: #533f03 !important;
    }