/* 
    Document   : icons-labels-badges-texts-ext
    Created on : Mar 15, 2013, 5:15:50 PM
    Author     : Tomas Mano <tomasmano@gmail.com>
    Description:
        Extensions for styling icons, labels, badges and texts
*/

/*
    Icons
*/

.icon-light-blue{
    color: #00b3ee;
    text-decoration: none;
}
.icon-light-gray{
    color: #ccc;
    text-decoration: none;
}
.icon-black{
    color: black;
    text-decoration: none;
}
.icon-yellow{
    color: yellow;
    text-decoration: none;
}
.icon-light-blue{
    color: #00b3ee;
    text-decoration: none;
}
.icon-gray{
    color: gray;
    text-decoration: none;
}
.icon-green{
    color: greenyellow;
    text-decoration: none;
}
.icon-orange{
    color: orange;
    text-decoration: none;
}
.icon-pink{
    color: #EE6AA7;
    text-decoration: none;
}
.icon-add-space-right{
    margin-right: 4px;
}

/*
    Labels
*/

.label-purple{
    background-color: #800080;
    margin-bottom: 4px;
}
.label-pink-light{
    background-color: #DDA0DD;
    margin-bottom: 4px;
}
.label-blue-grey{
    background-color: #778899;
    margin-bottom: 4px;
}
.label-purple{
    background-color: #800080;
    margin-bottom: 4px;
}
.label-pink{
    background-color: #DDA0DD;
    margin-bottom: 4px;
}
.label-blue-grey{
    background-color: #778899;
    margin-bottom: 4px;
}

/*
    Badges
*/

.badge-grey{
    background-color: #bbb;
}


/*
    Texts
*/

.text-pink{
    color: #EE6AA7;
}