﻿/*EP v 3.0*/

.bg-version {
    /*background-color: rgb(247, 247, 247) !important;*/
    /*background-color: rgb(236, 232, 255) !important;*/
    background-color: rgb(235, 244, 246) !important;
}

.color-theme {
    color: #4682b4 !important;
}

.color-red {
    color: rgb(252, 97, 112) !important;
}

.bg-red {
    background-color: rgb(252, 97, 112) !important;
}

    .bg-red:hover {
        background-color: rgba(252, 97, 112, 0.9) !important;
    }

.color-yellow {
    color: rgb(255, 215, 71) !important;
}

.bg-yellow {
    background-color: rgb(255, 215, 71);
}

    .bg-yellow:hover {
        background-color: rgba(255, 215, 71, 0.9) !important;
    }

.color-blue {
    color: rgb(33, 141, 166) !important;
}

.bg-blue {
    background-color: rgb(33, 141, 166) !important;
}

    .bg-blue:hover {
        background-color: rgba(33, 141, 166, 0.9) !important;
    }

.color-green {
    color: rgb(39, 191, 191) !important;
}

.bg-green {
    background-color: rgb(39, 191, 191) !important;
}

    .bg-green:hover {
        background-color: rgba(39, 191, 191, 0.9) !important;
    }
