/* Camouflage */
.text-cam-green-olive { color: #556B2F !important; }
.text-cam-olive       { color: #808000 !important; }
.text-cam-brown       { color: #8B4513 !important; }
.text-cam-beige       { color: #F5F5DC !important; }
.text-cam-black       { color: #000000 !important; }

.bg-cam-green-olive { background-color: #556B2F !important; }
.bg-cam-olive       { background-color: #808000 !important; }
.bg-cam-brown       { background-color: #8B4513 !important; }
.bg-cam-beige       { background-color: #F5F5DC !important; }
.bg-cam-black       { background-color: #000000 !important; }


/* Foreign Legion */
.text-fl-dark-green { color: #013220 !important; }
.text-fl-white      { color: #FFFFFF !important; }
.text-fl-gold       { color: #FFD700 !important; }
.text-fl-red        { color: #B22222 !important; }

.bg-fl-dark-green { background-color: #013220 !important; }
.bg-fl-white      { background-color: #FFFFFF !important; }
.bg-fl-gold       { background-color: #FFD700 !important; }
.bg-fl-red        { background-color: #B22222 !important; }

/* div.alert */
.ct-alert-primary
{
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 5px solid #0D6EFD;
    border-top: 1px solid #CFE2FF;
    border-right: 1px solid #CFE2FF;
    border-bottom: 1px solid #CFE2FF;
}
.ct-alert-success
{
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 5px solid #198754;
    border-top: 1px solid #D1E7DD;
    border-right: 1px solid #D1E7DD;
    border-bottom: 1px solid #D1E7DD;
}
.ct-alert-danger
{
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 5px solid #DC3545;
    border-top: 1px solid #F8D7DA;
    border-right: 1px solid #F8D7DA;
    border-bottom: 1px solid #F8D7DA;
}
.ct-alert-warning
{
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 5px solid #FFC107;
    border-top: 1px solid #FFF3CD;
    border-right: 1px solid #FFF3CD;
    border-bottom: 1px solid #FFF3CD;
}
.ct-alert-info
{
    background-color: rgba(255, 255, 255, 0.75);
    border-left: 5px solid #0DCAF0;
    border-top: 1px solid #CFF4FC;
    border-right: 1px solid #CFF4FC;
    border-bottom: 1px solid #CFF4FC;
}