/*
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 12, 2021, 11:10:14 AM
    Author     : Nico
*/

:root 
{
}

.background-pane
{
    background: url("/CSQCDIX/javax.faces.resource/images/banff_c2.jpg.html");  
}

.ui-dataview-header.ui-widget-header.ui-helper-clearfix.ui-corner-top
{
    display: none;
    align-items: center;
}

.ui-card-content .ui-panelgrid-cell
{
    padding:0px !important;
    padding-left: 10px !important;
}

.ui-card
{
      background:rgba(0,0,0,0.5) !important;
}
.ui-card-body
{
    background: transparent;
}

.ui-card-content *
{
    color:white !important;
}

.data-header
{
    flex-grow: 1;
    text-transform: uppercase;
    font-family: var(--default_font);
    font-size:20px !important;
}

.ui-dataview-layout-options .ui-button.ui-button-icon-only.ui-state-default.ui-state-focus
{
    box-shadow: none;
}
.ui-dataview-layout-options .ui-button.ui-button-icon-only.ui-state-default.ui-state-active
{
    background: var(--rgba-primary-0) !important;
    border-color:inherit;
}

.ui-dataview-layout-options .ui-button.ui-button-icon-only.ui-state-default.ui-state-active.ui-state-hover
{
    background: var(--rgba-primary-0) !important;
      border-color:inherit;
}

.ui-dataview .ui-dataview-content
{
    background:transparent !important;
}