/*
	Global base css
	(still need to go under review)
*/

/*
	todo-jim this file still need to go under review and discussion, please see Jim before modifying this file.
*/
.display-onhover {
	display: none;
}

.pointer {
	cursor: pointer;
}

/* Base on basscss ideal */
.pr5 {
	padding-right: 5px;
}

.pl5 {
	padding-left: 5px;
}

/******************
* BoF - Image to Icon Convertion
*******************/


#root-wrapper span.fa{
	display:inline-block;
	font-family:FontAwesome!important;
	font-style:normal;
	font-weight:400;
	font-size: 1.375em;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/*color: #000;*/
	padding: 0.5em;
	line-height: 1em;
	width: auto;
	height: auto;
}


#root-wrapper a:hover span.fa:before {
	color: white;
}
/******************
* EoF - Image to Icon Convertion
*******************/



.add-to-links.addto-links-icons .link-favorites {
	margin-left: 3px;
}