/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/03/2016, 12:40:29
    Author     : luisfilipe
*/
@CHARSET "ISO-8859-1";
/*  css loading - inicio  */
#veil {
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: #000000;
    z-index: 999999999;
}

#feedLoading {
    position: fixed;
    top: 50%;
    left: 44.5%;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px 2px #021124;
    z-index: 999999999;
}
/*  css loading - fim  */
