/* colors */
.color-red{
    color:#C7532C!important;
}
.color-orange{
    color:#fa6938!important;
}
.color-blue{
    color:#428bca!important;
}
.color-green{
    color:#1FA65D!important;
    #5cb85c
}
.color-published-green{
    color:#5cb85c!important;
}
.color-grey{
    color:#555;
}
.color-cbdgreen{
    color:#009b48!important;
}

.color-darkgrey{
    color:#333;
}
.color-medgrey{
    color:#666;
}
.color-medgrey2{
    color:#777;
}
.color-medgrey1{
    color:#888;
}
.color-litegrey{
    color:#999;
}
.color-black{
    color:#111;
}
.color-white{
    color:#FFF;
}
.color-yellow{
    color:#FFD801;
}

.bg-white-to-red{
    background-color:#fff;
    -webkit-transition: #C7532C 0.4s ease;
    -moz-transition: #C7532C 0.4s ease;
    -o-transition: #C7532C 0.4s ease;
    transition: #C7532C 0.4s ease;
}

.bg-yellow{
    background-color:#FFD801!important;
    color:#fff;
}

.bg-cbdgreen{
    background-color:#009b48!important;
    color:#fff!important;
}

.highlight{
    background-color:#FCEBBD!important;
    color:#000;
    font-weight:bold;

}


.bg-none{
    background-color:inherit!important;
}

.bg-orange{
    background-color:#fa6938!important;
    color:white!important;
}
.bg-white{
    background-color:#FFF!important;
    color:#555!important;
}
.bg-grey{
    background-color:#EEE!important;
    color:#555;
}
.bg-red{
    background-color:#C7532C!important;
    color:white;
}

.bg-blue{
    background-color:#428bca!important;
    color:white!important;
}

.bg-liteblue{
    background-color:#E1F1F9!important;
}

.bg-green{
    background-color:#1FA65D!important;
}

.bg-black{
    background-color:#111!important;
    color:white!important;
}


bg-litegrey2{
    background-color:#ccc!important;

}
bg-litegrey1{
    background-color:#ddd!important;

}

.bg-litegrey{
    background-color:#EEE!important;

}

.bg-darkgrey{
    background-color:#666!important;

}

.bg-medgrey{
    background-color:#999!important;
}

.bg-published{
    background-color:#1FA65D!important;
    color:white!important;
}
.bg-draft{
    background-color:#bbb!important;
    color:white!important;
}
.bg-request{
    background-color:#C7532C!important;
    color:white!important;
}
