﻿.icon {
    width: 24px;
    height: 24px;
    float: right;
    display: block;
}
.icon16 {
    width: 16px;
    height: 16px;
    float: right;
    display: block;
}
.author-icon16 {
    background: url("/static/img/author-icon16.png") no-repeat center center;

}
.user-image {
    background: url("/static/img/users.png") no-repeat top center;
}
.up-icon {
    background: url("/static/img/up.png") no-repeat top center;
}
.key-icon {
    background: url("/static/img/keys.png") no-repeat center center;
} 
.add-icon {
    background: url("/static/img/add.png") no-repeat center center;
}
.delete-icon {
    background: url("/static/img/delete.png") no-repeat center center;
}
.check-icon {
    background: url("/static/img/check.png") no-repeat center center;
}
 
.setting-icon {
    background: url("/static/img/info.png") no-repeat center center;
}
.icon {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
}
.coins-icon {
    background: url("/static/img/conins.png") no-repeat center center;
}
.new-on-icon {
    background: url("/static/img/new-on.png") no-repeat center center;
}
.new-off-icon {
    background: url("/static/img/new-off.png") no-repeat center center;
}
.access-icon {
      background: url("/static/img/key.png") no-repeat center center;
}
.add-icon {
    background: url("/static/img/add.png") no-repeat center center;
}
.edit-icon {
    background: url("/static/img/edit.png") no-repeat center center;
}
.delete-icon {
    background: url("/static/img/delete.png") no-repeat center center;
}
.setting-icon {
    background: url("/static/img/info.png") no-repeat center center;
}
.photo-icon {
    background: url("/static/img/photo.png") no-repeat center center;
}
.bulb-on-icon {
    background: url("/static/img/bulb-on.png") no-repeat center center;
}
.bulb-off-icon {
       background: url("/static/img/bulb-off.png") no-repeat center center;
}
.check-icon {
    background: url("/static/img/check.png") no-repeat center center;
}
.uncheck-icon {
    background: url("/static/img/notchecked.png") no-repeat center center;
}
.minus-icon {
    background: url("/static/img/minus.png") no-repeat center center;
}
.spacial-on-icon{
    background: url("/static/img/spacial-on.png") no-repeat center center;
}
.print-icon {
    background: url("/static/img/print-icon.png") no-repeat center center;
}
.spacial-off-icon{
    background: url("/static/img/spacial-off.png") no-repeat center center;
}
.sale-off-icon {
    background: url("/static/img/sale-off.png") no-repeat center center;
}
.sale-on-icon {
    background: url("/static/img/sale-on.png") no-repeat center center;
}
.clock-on-icon {
    background:url("/static/img/clock-on.png") no-repeat center center;
}
.clock-off-icon {
    background: url("/static/img/clock-off.png") no-repeat center center;
}
.detail-icon {
    background: url("/static/img/details.png") no-repeat center center;
}

