.fa-images {
    display: inline-block;
    overflow: hidden;
    color: transparent;
    font-family: sans-serif;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.fa-images-times-circle { 
	background-image: url('../img/fa-images/fa-times-circle.png');
}

.fa-images-chevron-up { 
	background-size: 12px;
	background-image: url('../img/fa-images/fa-chevron-up.png');
}

.fa-images-chevron-down { 
	background-size: 12px;
	background-image: url('../img/fa-images/fa-chevron-down.png');
}

.fa-images-resend { 
	background-image: url('../img/fa-images/fa-share.png');
}

.fa-images-archive { 
	background-image: url('../img/fa-images/fa-archive.png');
}

.fa-images-unarchive { 
	background-image: url('../img/fa-images/fa-external-link.png');
}

.fa-images-trash { 
	background-image: url('../img/fa-images/fa-trash.png');
}

.fa-images-trash-white { 
	background-image: url('../img/fa-images/fa-trash-white.png');
}

.fa-images-edit { 
	background-image: url('../img/fa-images/fa-pencil.png');
}

.fa-images-add { 
	background-image: url('../img/fa-images/fa-plus.png');
}

.fa-images-cancel { 
	background-image: url('../img/fa-images/fa-times.png');
}

.fa-images-check { 
	background-image: url('../img/fa-images/fa-check.png');
}

.fa-images-user-white { 
	background-size: 12px;
	background-image: url('../img/fa-images/fa-user-white.png');
}

.fa-images-bar-chart {
	background-image: url('../img/fa-images/fa-bar-chart.png');
}

.fa-images-gear {
	background-image: url('../img/fa-images/fa-gear.png');
	margin-right: 4px;
}

.fa-images-sign-in {
	background-image: url('../img/fa-images/fa-sign-in.png');
	margin-right: 4px;
}

.fa-images-sign-out {
	background-image: url('../img/fa-images/fa-sign-out.png');
	margin-right: 4px;
}

.fa-images-trash-o {
	background-image: url('../img/fa-images/fa-trash-o.png');
}

.fa-images-user-o {
	background-image: url('../img/fa-images/fa-user-o.png');
	background-size: 14px;
}

.fa-images-user-plus-o {
	background-image: url('../img/fa-images/fa-user-plus.png');
}

.fa-images-wrench {
	background-image: url('../img/fa-images/fa-wrench.png');
}

.fa-images-chevron-left-o {
	background-image: url('../img/fa-images/fa-chevron-left-o.png');
}

.fa-images-chevron-down-o {
	background-image: url('../img/fa-images/fa-chevron-down-o.png');
}

.fa-images-caret-down {
	background-image: url('../img/fa-images/fa-caret-down.png');
	width: 8px;
	height: 8px;
	background-size: 8px;
}