/* Failproof color palette */

.failproof-blue
{
    background-color: #003C5E;
    color: #fff;
}
.failproof-blue a
{
    color: #ffab40;
}
    .failproof-blue a:hover
    {
        color: #ffd8a6;
    }

.failproof-gray
{
    background-color: #333;
    color: #fff;
}
.failproof-light-blue, .failproof-lblue
{
    background-color: #64b5f6;
    color: #fff;
}

.text-blue
{
    color: #2196f3 !important;
}
.text-blue-light
{
    color: #3294db !important;
}
.text-cyan
{
    color: #00d3ee !important;
}
.text-cyan-light
{
    color: #36d8f5 !important;
}
.text-orange
{
    color: #ff9800 !important;
}
.text-orange-light
{
    color: #ffb74d !important;
}
.text-red
{
    color: #f44336 !important;
}
.text-red-light
{
    color: #ff6459 !important;
}
.text-purple
{
    color: #9a30cb !important;
}
.text-purple-light
{
    color: #c46af7 !important;
}

.btn-blue
{
    background-color: #2196f3 !important;
}
    .btn-blue:hover, .btn-blue:focus
    {
        background-color: #3294db !important;
    }
.btn-cyan
{
    background-color: #00d3ee !important;
}
    .btn-cyan:hover, .btn-cyan:focus
    {
        background-color: #36d8f5 !important;
    }
.btn-orange
{
    background-color: #ff9800 !important;
}
    .btn-orange:hover, .btn-orange:focus
    {
        background-color: #ffb74d !important;
    }
.btn-red
{
    background-color: #f44336 !important;
}
    .btn-red:hover, .btn-red:focus
    {
        background-color: #ff6459 !important;
    }
.btn-purple
{
    background-color: #9a30cb !important;
}
    .btn-purple:hover, .btn-purple:focus
    {
        background-color: #c270f0 !important;
    }
.btn-blue, .btn-cyan, .btn-orange, .btn-red, .btn-purple
{
    color: #fff;
}
