/**********************
/*      General     **
**********************/

.font_size_12 {
    font-size: 12px;
}

.font_size_13 {
    font-size: 13px;
}

.font_size_14 {
    font-size: 14px;
}

.grey {
    color: #5c5c5c;
}

.light_grey {
    color: #666666;
}

.lighter_grey {
    color: #ebebeb;
}

.orange {
    color: #d14728;
}

.green {
    color: #5d8035;
}

.black {
    color: #000000;
}

.blue {
    color: #005ca6 !important;
}

.blue_60 {
    color: #6995d5;
}

.blue_30 {
    color: #b4c6e8;
}

.blue_20 {
    color: #cfdaf1;
}

.blue_10 {
    color: #e5ebf8;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.yellow {
    color: #fdd900;
}

.bold {
    font-weight: bold;
}

.state-green {
    color: #004d44 !important;
}

.state-gold {
    color: #a39161;
}

.dark-grey {
    color: #565148;
}

.light-grey {
    color: #edece5;
}
