.icon{
	display: block;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	background-color: transparent;
	-webkit-background-size: 100% 100%;
	        background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
.icon-menu{
	width: 20px;
	height: 30px;
	background-image: url('/images/all/icon-menu.svg');
}
.icon-map{
	width: 20px;
	height: 30px;
	background-image: url('/images/all/icon-map.svg');
}
.icon-map-grey{
	width: 12px;
	height: 12px;
	background-image: url('/images/all/icon-map-grey.svg');
}
.icon-arr-bottom{
	width: 12px;
	height: 6px;
	background: url('/images/all/arr-bottom.svg');
}
.icon-arr-bottom-dark {
	width: 12px;
	height: 6px;
	background: url('/images/all/arr-bottom-dark.svg');
}
.icon-user{
	width: 12px;
	height: 16px;
	background-image: url('/images/all/icon-user.svg');
}
.icon-exit {
	width: 16px;
	height: 16px;
	background-image: url('/images/all/icon-exit.svg');
}

.icon-del{
	width: 20px;
	height: 25px;
	background-image: url('/images/all/icon-del.svg');
}
.icon-favorit{
	width: 24px;
	height: 22px;
	background-image: url('/images/all/icon-favorite.svg');
}
.icon-hit{
	width: 28px;
	height: 26px;
	background-image: url('/images/all/icon-hit.svg');
}
.icon-tile{
	width: 14px;
	height: 18px;
	background: url('/images/all/icon-tile.svg');
}
.icon-list{
	width: 14px;
	height: 18px;
	background: url('/images/all/icon-list.svg');
}

.icon-arr-right{
	width: 11px;
	height: 18px;
	background-image: url('/images/all/arr-slider.svg');
}

.icon-calendar{
	width: 29px;
	height: 30px;
	background-image: url('/images/all/calendar.svg');
}

.icon-phone{
	width: 12px;
	height: 12px;
	background-image: url('/images/all/icon-phone-pg.svg');
}
.icon-mail{
	width: 12px;
	height: 10px;
	background-image: url('/images/all/icon-mail-pg.svg');
}
.icon-time-pg{
	width: 12px;
	height: 12px;
	background-image: url('/images/all/icon-time-pg.svg');
}
.icon-route-pg{
	width: 12px;
	height: 12px;
	background-image: url('/images/all/icon-route-pg.svg');
}

.icon-valid{
	width: 18px;
	height: 14px;
	background-image: url('/images/all/check.svg');
}
.icon-valid-white{
	width: 18px;
	height: 14px;
	background-image: url('/images/all/check-white.svg');
}

.icon-vk{
	width: 20px;
	height: 12px;
	background-image: url(/images/all/vk.svg);
}

.icon-clock{
	width: 24px;
	height: 24px;
	background-image: url('/images/all/icon-clock.svg');
}
.icon-place{
	width: 19px;
	height: 24px;
	background-image: url('/images/all/icon-place.svg');
}

.icon-printer{
	width: 23px;
	height: 24px;
	background-image: url('/images/all/icon-printer.svg');
}
.icon-manager{
	width: 36px;
	height: 46px;
	background-image: url('/images/all/icon-manager.svg');
}


.icon-lk-calendar{
	width: 30px;
	height: 30px;
	background-image: url('/images/cabinet/lk-calendar.svg');
	background-size: 60% 60%;
	background-position: right center;
}
.icon-edit{
	width: 30px;
	height: 30px;
	background-image: url('/images/cabinet/lk-edit.svg');
	background-size: 60% 60%;
}
.flatpickr-day.selected,.flatpickr-day.selected:hover{
	background-color: #e5322d;
	border-color: #e5322d;
}
