﻿/*
green: #6eae05
orange lt: #ffa51d
orange dk: #ff713b
*/
/*
OLD COLORS
blue: #17416b
old blue: rgb(33, 41, 68)
orange: #eb7631
dk orange: #D85616
red: #fb0d1c
bright green: #2eb54c
bright green2: #21a366
dk green: #387225
dkr green: #185c37
teal: #6cc9d2
lt teal: #87edf4
dk teal: #54909c
flash teal: #cef6f8
whitesmoke: #f9f9f9

NEW COLORS
orange: #ef7c32
orange2: #f57c22
dk orange: #c05e17
blue: #5d9bd7
lt teal: #73d3e3
md teal: #28a7bb
dk teal: #1f7e8c
dk blue: #4a6088
dk blue2: #133360
dk dk dk blue: #262f44
blue/black: #303952
gray: #a6a5a6
dk gray: #656568
lt orange/red: #ff8051
orange/red: #fd4301

NEWEST
Blue: rgb(23, 64, 107), #17406B
Orange: rgb(237, 118, 35), #eb7631
Dark Blue: rgb(32, 41, 67), #202943
Teal: rgb(125, 249, 255), #82f9fe
Red: rgb(255, 0, 0), #fc0d1b
Salmon: rgb(253, 213, 177), #fcd5b3
Gray: rgb(141, 134, 134), #8c8787
Blackish: rgb(51, 51, 513), #33333
Smoke: rgb(243, 244, 244), #f4f4f4
lt teal: rgb(225, 244, 248), #E1F4F8

GRADIENTS
Dark Blue to Teal: 202943, 82f9fe
Red to Orange: fc0d1b, fcd5b3
*/

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
    text-decoration:none !important;
}

.badge-td {
    display: inline-block;
    width: 40px !important;
    padding: 3px 7px;
    font-size: 11px;
}
.bg-success {
    background-color: #80b48d !important; /*#198754 !important;*/
    color: #fff !important;
}
.bg-danger {
    background-color: #dc3545 !important;
    color:#fff !important;
}
.bg-warning {
    background-color:#dc3545  !important;
    color: #fff !important;
}
.bg-secondary {
    background-color:#6c757d  !important;
    color: #fff !important;
}

.text-orange {
    color: #fd4301;
}

.text-green {
    color: #107c41;
}

.text-yellow {
    color: orange;
}

/*** heart ***/
.heart-green {
    color: #6eae05 !important;
}

.heart-red {
    color: #dd3030 !important;
}

.heart-orange,
.heart-yellow {
    color: #ffd747 !important;
    color: orange !important;
}
/** old colors **/
/* */
.green, .Green {
    color: #387225 !important;
}

.red, .Red {
    color: #b52e2b !important;
}

.red2, .Red2 {
    color: #cc0000 !important;
}

.orange, .Orange {
    color: orange !important;
}

.gray, .Gray {
    color: #808080 !important;
}
.gray-dk {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    color: rgb(150, 150, 150) !important;
}
.yellow, .Yellow {
    color: orange !important;
}

.blue, .Blue {
    color: rgb(0, 76, 137) !important;
}
