﻿/*icon for button*/

.icon-only
{
	width: 16px;
	height: 16px;
}

.icon-search-white
{
	background: url(images/icon-search-white.png) no-repeat center;
}

.icon-search-grey
{
	background: url(images/icon-search-grey.png) no-repeat center;
}

.icon-add
{
	background: url(images/icon-add.png) no-repeat 0.4em center;
}

.icon-add-new
{
	background: url(images/icon-add-new.png) no-repeat 0.4em center;
}

.icon-delete
{
	background: url(images/icon-delete.png) no-repeat 0.4em center;
}

.icon-archive
{
	background: url(images/icon-archive.png) no-repeat 0.4em center;
}

.icon-print
{
	background: url(images/icon-print.png) no-repeat 0.4em center;
}

.icon-edit
{
	background: url(images/icon-edit.png) no-repeat 0.4em center;
}

.icon-save
{
	background: url(images/icon-save.png) no-repeat 0.4em center;
}

.icon-email
{
	background: url(images/icon-email.png) no-repeat 0.4em center;
}

.icon-cancel
{
	background: url(images/icon-cancel.png) no-repeat 0.4em center;
}
.icon-save-add-new
{
	background: url(images/icon-save-add-new.png) no-repeat 0.4em center;
}

.icon-back
{
	background: url(images/icon-back.png) no-repeat 0.4em center;
}

.icon-denied
{
	background: url(images/Blocked.png) no-repeat;
}

.icon-checked
{
	background: url(images/check.png) no-repeat;
}

/*end icon for button*/

.icon-lead
{
	background: url(images/icon-lead.png) no-repeat center;
	margin-right: 4px;
}

.icon-lead:hover
{
	background-color: #0988d9;
}

.icon-task
{
	background: url(images/icon-task.png) no-repeat center;
	margin-right: 4px;
}

.icon-task:hover
{
	background-color: #0988d9;
}

.icon-appointment
{
	background: url(images/icon-appointment.png) no-repeat center;
}

.icon-appointment:hover
{
	background-color: #0988d9;
}
.ui-autocomplete-loading
{
	background: white url('images/icon-loading.gif') right center no-repeat;
}

.icon-facebook-16
{
	background: url(images/icon-facebook-16x16.png) no-repeat center left;
}

.icon-twitter-16
{
	background: url(images/icon-twitter-16x16.png) no-repeat center left;
}

.icon-linkedin-16
{
	background: url(images/icon-linkedin-16x16.png) no-repeat center left;
}

.icon-facebook-32
{
	background: url(images/icon-facebook-32x32.png) no-repeat center left;
}

.icon-twitter-32
{
	background: url(images/icon-twitter-32x32.png) no-repeat center left;
}

.icon-linkedin-32
{
	background: url(images/icon-linkedin-32x32.png) no-repeat center left;
}

.icon-drag
{
	background: url(images/drag.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.icon-phone
{
    background: url(images/icon-phone.png) no-repeat 0.4em center;
}

.icon-email-blue
{
  background: url(images/icon-email-blue.png) no-repeat center;
}

.icon-email-blue:hover
{
  background: url(images/icon-email-blue.png) #0988d9 no-repeat center;
  text-decoration: none;
}
.icon-flag
{
  background: url(images/icon-flag.png) no-repeat center;
}

.icon-flag:hover
{
  background: url(images/icon-flag.png) #0988d9 no-repeat center;
  text-decoration: none;
}