/*******************************************************************************
*
* (c) 2017 Copyright A-Vision Ltd
*
* File description :        A-Vision web applications
*                           (Reports CSS using div table structure)
*
* Created by       :        Arnold Velzel
* Created on       :        06/12/2017
*
* Last changed by  :        $Author$
* Last changed on  :        $Date$
*
*******************************************************************************/

@import url("tables.css");

div[data-loading-report="1"]::after {
    content: "\E0C5";
    font-family: wipcrm;
    font-size: 2em;
    position: absolute;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    top: calc( 50% - 1.5em);
    left: calc( 50% - 1.5em);
    z-index: 10001;

    -webkit-animation: rotation 5s linear infinite;
    animation: rotation 5s linear infinite;
}
.div-table[data-report-code] {
    font-size: 1.1em;
    line-height: 2em;
}
.div-table[data-table-header-row="1"] div.div-table-row-group-header .div-table-cell {
    top: calc( 2.25em - 1px) !important;
}

