.icon-input {
	padding-left: 24px;
	padding-top: 1px;
	background-size: 1.2em auto;
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: contain;
}

.icon-link {
	font-size: 1.2em;
	padding-left: 1.5em;
	padding-top: 1px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center;
	line-height: 1.2em;
}

a.icon-link, .icon-link[onclik]{
	cursor: pointer;
}

.icon-string {
	background-image: url(../images/icons/icon_string.svg);
}

.icon-idle {
	background-image: url(../images/icons/icon_passw.svg);
}

.icon-tel {
	background-image: url(../images/icons/icon_phone.svg);
}

.icon-integer {
	background-image: url(../images/icons/icon_int.svg);
}

.icon-float {
	background-image: url(../images/icons/icon_num.svg);
}

.icon-email {
	background-image: url(../images/icons/icon_mail.svg);
}

.icon-password {
	background-image: url(../images/icons/icon_passw.svg);
}

.icon-up {
	background-image: url(../images/icons/icon_up.svg);
}

.icon-down {
	background-image: url(../images/icons/icon_down.svg);
}

.icon-next {
	background-image: url(../images/icons/icon_next.svg);
	margin-left: 10px;
}

.icon-back {
	background-image: url(../images/icons/icon_back.svg);
}

.icon-autocompleter {
	background-image: url(../images/icons/icon_auto.svg);
}

.icon-search {
	background-image: url(../images/icons/icon_search.svg);
}

.icon-close {
	background-image: url(../images/icons/icon_close.svg);
}

.icon-selall {
	background-image: url(../images/icons/icon_selectall.svg);
}

.icon-selnone {
	background-image: url(../images/icons/icon_deselectall.svg);
}

.icon-selinv {
	background-image: url(../images/icons/icon_invertselect.svg);
}

.icon-info {
	background-image: url(../images/icons/icon_help_off.svg);
	background-size: 14px;
	background-position-y: top;
	vertical-align: top;
}

.icon-info2 {
	background-image: url(../images/icons/icon_help_on.svg);
}

.icon-addnote {
	background-image: url(../images/icons/icon_addnote.svg);
}

.icon-fixnote {
	background-image: url(../images/icons/icon_fixnote.svg);
}

.icon-warning {
	background-image: url(../images/icons/icon_warning_btn.svg);
}

.icon-calendar {
	background-image: url(../images/icons/icon_calendar.svg);
}
