.color-cbdgreen{
    color:#069554!important;
}
.color-undb-green{
    color:#00483a!important;
}

.color-undb-blue{
    color:#0081c6!important;
}
.bg-undb-blue{
    background-color: #0081c6;
}
.bg-cbdgreen{
    background-color: #069554;
    color:#FFF;
}
.color-litegrey{
    color:#eee!important;
}
.color-grey{
    color:#999!important;
}
.color-white{
    color:#fff!important;
}
.bg-white{
    background-color: #FFF!important;
    color:#069554!important;
}
.color-darkgreen{
    color:#004844!important;
}
.bg-darkgreen{
        background-color:#004844!important;
}
.bg-litegrey{
    background-color: #F9F9F9!important;
    color:#069554;
}
.color-black{
    color:#111;
}
.bg-blue{
    background-color:#428bca!important;
    color:white!important;
}
.color-blue{
    color:#428bca!important;
}
.darkGreen {
    color: #004844;
}

.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;
}

.debug-border{
  border-style: solid;
  border-color: red;
  border-width: 1px;
}
