@font-face {
    font-family: 'black_mangosemibold';
    src: url('../fonts/black_mango_semibold-webfont.woff2') format('woff2'),
         url('../fonts/black_mango_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.vandar-font{
    font-family: 'black_mangosemibold';
}

.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.table-data-feature .itemlist {
    display: block;
    height: 30px;
    width: 30px;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e5e5e5;
    margin-right: 5px;
}

.table-data-feature .itemlist:last-child {
    margin-right: 0;
}

.table-data-feature .itemlist i {
    font-size: 20px;
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.table-data-feature .itemlist i.fa-edit{
    color: #006dcc;
}
.table-data-feature .itemlist i.fa-pencil{
    color: #006dcc;
}
.table-data-feature .itemlist i.fa-close{
    color: #da4f49;
}
.table-data-feature .itemlist i.fa-plus{
    color: #28a745;
}
.table-data-feature .itemlist i.fa-code-fork{
    color: #28a745;
}
