a.disabled
{
	cursor:not-allowed;
}

html, body
{
	height:100%;
}

#bigPreloader
{
    width:100%;
    height:100%;
    color:#fff;
    background-color:rgba(0,0,0,0.7);
    position:fixed;
    z-index:999;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items:center;
}

.soyLink
{
	cursor:pointer;
}

th, td
{
    white-space:nowrap!important;
}