.bg-000000b5{
    background-color: #000000b5 !important;
}
.no-text-fill-color-white {
    text-fill-color: white !important;
    -webkit-text-fill-color: white !important;
}
.no-shadow {
    box-shadow: none !important;
}
.bg-primary {
    background: rgb(2,168,168) !important;
}
.bg-white, .bg-border-white {
    background: #fff !important;
}
.bg-grey, .bg-border-grey {
    background: grey !important;
}
.bg-green, .bg-border-green {
    background: green !important;
}
.bg-orange, .bg-border-orange{
    background: orange !important;
}
.bg-red, .bg-border-red{
    background: red !important;
}
.bg-yellow, .bg-border-yellow{
    background: yellow !important;
}
.bg-blue, .bg-border-blue{
    background: blue !important;
}
.bg-f8f8f8, .bg-border-f8f8f8{
    background: #f8f8f8 !important;
}
.bg-f5f5f5, .bg-border-f5f5f5{
    background: #f5f5f5 !important;
}
.bg-aaa, .bg-border-aaa{
    background: #aaa !important;
}
.bg-bbb, .bg-border-bbb{
    background: #bbb !important;
}
.bg-ccc, .bg-border-ccc{
    background: #ccc !important;
}
.bg-ddd, .bg-border-ddd{
    background: #ddd !important;
}
.bg-eee, .bg-border-eee{
    background: #eee !important;
}

.bg-8b5d5d, .bg-border-8b5d5d{
    background: #8b5d5d !important;
}
.bg-645d8b, .bg-border-645d8b{
    background: #645d8b !important;
}
.bg-5d8b63, .bg-border-5d8b63{
    background: #5d8b63 !important;
}
.bg-9f4287, .bg-border-9f4287{
    background: #9f4287 !important;
}
.bg-7a7a7a, .bg-border-7a7a7a{
    background: #7a7a7a !important;
}
.bg-b9a519, .bg-border-b9a519{
    background: #b9a519 !important;
}

.bg-border-primary {
    border-color: rgb(2,168,168) !important;
}
.bg-border-white {
    border-color: #fff !important;
}
.bg-border-grey {
    border-color: grey !important;
}
.bg-border-green {
    border-color: green !important;
}
.bg-border-orange {
    border-color: orange !important;
}
.bg-border-red {
    border-color: red !important;
}
.bg-border-yellow {
    border-color: yellow !important;
}
.bg-border-blue {
    border-color: blue !important;
}
.bg-border-f8f8f8 {
    border-color: #f8f8f8 !important;
}
.bg-border-f5f5f5 {
    border-color: #f5f5f5 !important;
}
.bg-border-ccc {
    border-color: #ccc !important;
}
.bg-border-ddd {
    border-color: #ddd !important;
}
.bg-border-eee {
    border-color: #eee !important;
}

.bg-border-8b5d5d {
    border-color: #8b5d5d !important;
}
.bg-border-645d8b {
    border-color: #645d8b !important;
}
.bg-border-5d8b63 {
    border-color: #5d8b63 !important;
}
.bg-border-9f4287 {
    border-color: #9f4287 !important;
}
.bg-border-7a7a7a {
    border-color: #7a7a7a !important;
}
.bg-border-b9a519 {
    border-color: #b9a519 !important;
}

.color-primary {
    color: rgb(2,168,168) !important;
}
.color-eee, .color_eee {
    color: #eee !important;
}
.color-888, .color_888 {
    color: #888 !important;
}
.color-black, .color_black {
    color: #000 !important;
}
.color-white, .color_white {
    color: #fff !important;
}
.color-red, .color_red {
    color: red !important;
}

.color-8b5d5d {
    color: #8b5d5d !important;
}
.color-645d8b {
    color: #645d8b !important;
}
.color-5d8b63 {
    color: #5d8b63 !important;
}
.color-9f4287 {
    color: #9f4287 !important;
}
.color-7a7a7a {
    color: #7a7a7a !important;
}
.color-b9a519 {
    color: #b9a519 !important;
}

.no-text-shadow {
    text-shadow: none !important;
}
