﻿/***** Global  colors ******/

.marathon-red {
    background: rgba(219, 4, 54, 1);
}

.marathon-blue {
    background: rgba(0, 54, 158, 1);
}

.bsc-blue {
    background: #0061ab;
}

.bsc-purple {
    background: #65318f;
}

.bsc-orange {
    background: #f59331;
}

.bsc-grey {
    background: #999;
}

.bsc-dark-grey {
    background: #666;
}

.bsc-white {
    background: #fff;
}

.bsc-green {
    background: #91ae30;
}

.bsc-cyan {
    background: #49aab1;
}

.bsc-red {
    background: #db0436;
}

.bsc-blue-opaque-20 {
    background: rgba(0, 97, 171, 0.2) !important;
}

.bsc-orange-opaque-20 {
    background: rgba(245, 147, 49, 0.2) !important;
}

.bsc-green-opaque-20 {
    background: rgba(145, 174, 48, 0.2) !important;
}

.bsc-cyan-opaque-20 {
    background: rgba(73, 170, 177, 0.2) !important;
}

.bsc-grey-opaque-20 {
    background: rgba(204, 204, 204, 0.2) !important;
}

.bsc-purple-opaque-20 {
    background: rgba(101, 49, 143, 0.2) !important;
}

.bsc-red-opaque-20 {
    background: rgba(219, 4, 54, 0.2) !important;
}

/***** End Gloabl Colors *****/
