/*
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 : Sep 14, 2018, 10:24:19 PM
    Author     : albidar
*/

td{
    height: 50px; 
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ----------------------------------------------------------------
        17.0 - Please wait start
    -----------------------------------------------------------------*/
#loadingmsg {
    color: black;
    background: #fff; 
    border: 1px solid antiquewhite;
    padding: 10px;
    position: fixed;
    top: 42.5%;
    left: 42.5%;
    z-index: 2000;
    margin-right: -25%;
    margin-bottom: -25%;
}
#loadingover {
    background: black;
    z-index: 1500;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/* ----------------------------------------------------------------
        17.0 - Please wait ends
    -----------------------------------------------------------------*/
