/* BOOKING_ACTION CSS Document iV4 */
/* BOOTSTRAP CONVERSION, including use of fontawesome icons instead of icon images */
button.actions,
button.actions:visited {
	color:#1F6C89;
	text-transform:uppercase;
	font-size:0.875rem;
	padding-left:6px;
	height:40px;
	}
	button.actions:hover,
	button.actions:focus {
		color:#1F6C89;
		}
	/* correct position if using a stacked icon */
	button.actions.USING-STACKED-ICON {
		position:relative;
		top:4px;
	}
button.actions .fa-fw {
	font-size:2em;
	margin-right: 5px;
	color:#999999;
	position:relative;
	top:4px;
	}
	button.actions .fa-stack.fa-ires.fa-fw {
		top:-1px;
		}
		
	button.actions:hover .fa-fw,
	button.actions:focus .fa-fw {
		color:#1F6C89;
		}