/*
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 : 09/02/2016, 4:56:45
    Author     : sebastiantroya
*/


table{
    font-size: 11px;
}

.modal{
    background-color:rgba(85, 85, 85, 0.75);	
}
.modal-backdrop{
    z-index: 0 !important;
}
.modal-backdrop.in{
    opacity:0 !important;
    position:absolute !important;
}

.oculto{
    display:none;	
}
#divLoader{
    position: absolute;
    background-color: rgba(119, 119, 119, 0.43);
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    padding-top: 25%;
}
