﻿/**
 * Version: 0.2
 * Updated: 2016-01-06
 *
 * jQuery plugin for modal Font Awesome spin loading icons
 *
 * Copyright (c) 2015 AlÃª Monteiro (contato@alemonteiro.com.br, https://github.com/alemonteiro/jquery-fa-loading)
 *
 * Licensed under the MIT (LICENSE.txt)
 **/
.fa-loading-bg 
{
    position: absolute;
    top: 0; left: 0;
    background: #eee;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.fa-loading-icon-wrapper 
{
    position: absolute;
    z-index: 99;
	top: 0; left: 0;
    width: 100%;
    height: 100%;
	top: 50%;
    text-align: center;
}
.fa-loading-icon
{
	/*margin-top: -2.5em;
    font-size: 5em;*/
    font-size: 22pt;    
	color: #0F3E62;
}
