/*Icons */
.icon {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	vertical-align: middle;
    padding-left: 5px;
}

.icon-small {
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

.icon-msg {
	font-size: 30px;
}

.actionsList {
    margin-bottom: 0px !important;
}

.actionsList li {
	display: table-cell;
	vertical-align: middle;
	list-style-type: none;
	padding: 0px 5px;
	text-decoration: none;
}

.actionsList li a {
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 20px;
	transform: translateY(2px);
    color: #337ab7;
}

.first a:before {
	content:"\f048";
}

.nextPage a:before {
	content:"\f054";
}

.prev a:before {
	content:"\f053";
}

.last a:before {
	content:"\f051";
}

.filter a:before {
	content:"\f0b0";
}

.search a:before {
	content:"\f002";
}


.refresh a:before, a.refresh:before {
	content:"\f021";
}

.pdfp a:before {
	content:"\f1c1";
/* 	color: #CC0000; */
}

.excel a:before, a.excel:before{
	content:"\f1c3";
/*	color: green;	*/
}

.newRecord a:before {
	content:"\f067";
}

.expand-options a:before {
	content:"\f107";
}

.collapse-options a:before {
	content:"\f106";
}

.print a:before, a.print:before {
	content:"\f02f";
}

.clone a:before, a.clone:before {
	content:"\f24d";
}

.ticket a:before {
	content: "\f145";
}

.print2 a:before, a.print2:before {
	content:"\f02f";
	color: #28527B !important;
}

.alert-link a:before{
  color: #e08e0b;
}

.download a:before, a.download:before{
	content:"\f019";
}

.edit a:before,a.edit:before {
	content:"\f040";
}

.remove a:before, a.remove:before {
	content:"\f014";
}

.valid a:before, a.valid:before{
	content:"\f058";
	color: green;
}

.cancel a:before, a.cancel:before {
	content:"\f05e";
	color: #CC0000;
}

.alert-red a:before {
	content:"\f06a";
	color: red;
}

.alert-blue a:before {
	content:"\f06a";
	color: blue;
}

.allocate a:before {
	content:"\f234";
}

.upload a:before, a.upload:before {
	content:"\f093";
	color: green;
}

.execute a:before, a.execute:before {
	content:"\f01d";
	color: green;
}

.info a:before, a.info:before {
	content:"\f05a";
}

.integrate a:before {
	content:"\f0ae";
}

.power-off a:before {
	content:"\f011";
}

.wrench a:before {
	content:"\f0ad";
}

.indent a:before {
	content:"\f03c";
}

.outdent a:before {
	content:"\f03b";
}

.exchange a:before {
	content:"\f0ec";
}
.recycle a:before {
	content:"\f1b8";
}

.restart a:before, a.restart:before {
	content:"\f01e";
}

.tools a:before, a.tools:before{
	content:"\f0ad";
}

.counter a:before, a.counter:before {
	content:"\f0e4";
}

.package a:after, a.package:before {
	content:"\f187";
	color: #CC9933;
}

a.cancel-package:after {
	content:"\f05e";
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	padding-top: 8px;
    margin-left: -12px;
	color: #CC0000;
}

a.inspect-package:after {
   content:"\f002";
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    padding-top: 8px;
    margin-left: -12px;
    color: #337ab7;
}

.layout a:before, a.layout:before {
	content:"\f009";
}

.clock a:before, a.clock:before {
	content:"\f017";
}

.lock a:before,a.lock:before {
	content:"\f023";
}

.stop a:before, a.stop:before {
	content:"\f28e";
	color: #CC0000;
}

.view a:before, a.view:before {
	content:"\f016";
}

.warn a:before, a.warn:before{
	content:"\f071";
}

a.comment:before {
	content:"\f075";
}

a.search:before, a.search:before {
	content: "\f002";
}

a.new:before {
 	content:"\f055";
	font-weight: bold;
}

a.less:before {
	content:"\f056";
}

a.list:before {
	content:"\f00b";
}

a.calendar:before {
	content:"\f073";
	color: #4EBBFF;
}

.barcode a:before, a.barcode:before {
	content:"\f02a";
}

.disabled a, .disabled a:before, .disabled a:after {
	color: #ddd !important;
}