﻿.font-thin {
    font-weight: 200;
}

.font-md {
    font-size: 14px;
}

.font-sm {
    font-size: 12px;
}

.black {
    color: #000000;
}

.white {
    color: #ffffff;
}

.grey {
    color: #DFE1E1 !important;
}

.bg-grey {
    background: #DFE1E1 !important;
}

.bg-blue {
    background: #28C4F4 !important;
}

.dark-grey {
    color: #707478 !important;
}

.bg-dark-grey {
    background: #707478 !important;
}

.blue {
    color: #28C4F4 !important;
}

.bg-dark-blue {
    background: #178EBC !important;
}

.dark-blue {
    color: #178EBC !important;
}

.bg-darker-blue {
    background: #042F43 !important;
}

.darker-blue {
    color: #042F43 !important;
}

.bg-green {
    background: #94C83D !important;
}

.green {
    color: #94C83D !important;
}

.b-green {
    border: #94C83D !important;
}

.bg-dark-green {
    background: #50C2BB !important;
}

.dark-green {
    color: #50C2BB !important;
}

.bg-light-green {
    background: #52C1BA !important;
}

.light-green {
    color: #52C1BA !important;
}

.red {
    color: #EE2D32;
}

.bg-red {
    background: #EE2D32;
}

.b-red {
    border: #EE2D32 !important;
}

.orange {
    color: #FCB630 !important;
}

.bg-orange {
    background: #FCB630 !important;
}

.b-orange {
    border: #FCB630 !important;
}

.bg-transparent {
    background: transparent !important;
}

.purple {
    color: #9600A4 !important;
}

.bg-purple {
    background: #9600A4 !important;
}


/*
    Icon Styles
*/

.icon-rounded {
    padding: 3px 7px 3px 7px;
    border-radius: 5px;
}

.line-breaks{
    white-space: pre-wrap;
}