/* 
    Created on : Apr 12, 2019, 9:49:31 AM
    Author     : Artem Yuriev
*/

i.urgency_icon:after {
    content: '';
    height: 100%;
    width: 100%;
    display: inline-block;
}

.iconpicker-wrapper .urgency_icon {
    display: inline-block;
    height: 100%;
    width: 20px;
}

.iconpicker-wrapper i.urgency_no_icon {
    width: 10px;
}

i.urgency_icon_bag {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/bag.png');
}

i.urgency_icon_bell {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/bell.png");
}

i.urgency_icon_calendar {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/calendar.png");
}

i.urgency_icon_clock {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/clock.png");
}

i.urgency_icon_delivery-truck {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/delivery-truck.png");
}

i.urgency_icon_eye {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/eye.png");
}

i.urgency_icon_fire {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/fire.png");
}

i.urgency_icon_flags {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/flags.png");
}

i.urgency_icon_flame {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/flame.png");
}

i.urgency_icon_heart {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/heart.png");
}

i.urgency_icon_in-love {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/in-love.png");
}

i.urgency_icon_lightning {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/lightning.png");
}

i.urgency_icon_love {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/love.png");
}

i.urgency_icon_love_1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/love_1.png");
}

i.urgency_icon_maps-and-flags {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/maps-and-flags.png");
}

i.urgency_icon_plus {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/plus.png");
}

i.urgency_icon_sale {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/sale.png");
}

i.urgency_icon_sand-clock {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/sand-clock.png");
}

i.urgency_icon_search {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/search.png");
}

i.urgency_icon_shopping-basket {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/shopping-basket.png");
}

i.urgency_icon_shopping-cart {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/shopping-cart.png");
}

i.urgency_icon_sunny {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../icons/sunny.png");
}

i.urgency_icon_tag {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/tag.png');
}

i.urgency_icon_thumb-up {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/thumb-up.png');
}

i.urgency_icon_reward {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/reward.png');
}

i.urgency_icon_buy {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/buy.png');
}

i.urgency_icon_medal {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/medal.png');
}

i.urgency_icon_star {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../icons/star.png');
}


span.urgency_icon:before {
    content: '';
    width: 25px;
    height: 20px;
    display: inline-block;
}

span.urgency_icon {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

span.urgency_icon_bag {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/bag.png');
}

span.urgency_icon_bell {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/bell.png");
}

span.urgency_icon_calendar {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/calendar.png");
}

span.urgency_icon_clock {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/clock.png");
}

span.urgency_icon_delivery-truck {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/delivery-truck.png");
}

span.urgency_icon_eye {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/eye.png");
}

span.urgency_icon_fire {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/fire.png");
}

span.urgency_icon_flags {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/flags.png");
}

span.urgency_icon_flame {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/flame.png");
}

span.urgency_icon_heart {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/heart.png");
}

span.urgency_icon_in-love {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/in-love.png");
}

span.urgency_icon_lightning {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/lightning.png");
}

span.urgency_icon_love {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/love.png");
}

span.urgency_icon_love_1 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/love_1.png");
}

span.urgency_icon_maps-and-flags {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/maps-and-flags.png");
}

span.urgency_icon_plus {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/plus.png");
}

span.urgency_icon_sale {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/sale.png");
}

span.urgency_icon_sand-clock {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/sand-clock.png");
}

span.urgency_icon_search {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/search.png");
}

span.urgency_icon_shopping-basket {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/shopping-basket.png");
}

span.urgency_icon_shopping-cart {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/shopping-cart.png");
}

span.urgency_icon_sunny {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../icons/sunny.png");
}

span.urgency_icon_tag {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/tag.png');
}

span.urgency_icon_thumb-up {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/thumb-up.png');
}

span.urgency_icon_reward {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/reward.png');
}

span.urgency_icon_buy {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/buy.png');
}

span.urgency_icon_medal {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/medal.png');
}

span.urgency_icon_star {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('../icons/star.png');
}