/*
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 : Apr 9, 2021, 10:12:34 AM
    Author     : Nico
*/

.glass-pane
{
    opacity:0;
}

.header
{
    background-color: transparent !important;
}

.header-image-switcher
{
    position: fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    overflow: hidden;
    z-index: -1;
    opacity:.4;
}

.header-image-switcher img 
{
    width: 100% !important;
}

.info-panel
{   
   position: absolute;
    top:20px; 
    bottom:0px;
    width: 60%; 
    display:flex; 
    justify-content: center;
}

.info-panel .ui-panelgrid-content
{     
}

.info-panel > .ui-panelgrid-content > .ui-g
{    
    height:70%;       
}



.countdown
{
    width:25px;
    height: 25px;
    background:red;
    text-align: center;
}