/*
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 : 03-Nov-2021, 15:08:48
    Author     : kralmatej
*/

html, body {
    min-height: 100% !important;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.notSetDialog {
    background-color: indianred !important;
}
.menuLogout {
    float: right !important;
    border: 1px solid #2196F3 !important;
    background-color: #2196F3 !important;
    border-radius: 4px !important;
}
.menuLogout .ui-state-hover {
    border: 1px solid #2196F3 !important;
    background-color: #2196F3 !important;
    border-radius: 4px !important;
}
.menuLogout a span {
    color: white !important;
}
.fix_badge .ui-overlay-badge {
    width: 100%;
}
.ui-datatable .ui-datatable-sticky {
    /*visibility: hidden;*/
    left: 0px !important;
    top: 0px !important;
}
/*.ui-datatable .ui-datatable-sticky.ui-shadow {
    visibility: visible !important;
}*/
.dividerFix .ui-divider-content{
    background-color: #F8F9FA !important;
}
.ui-accordion-header:hover .dividerFix .ui-divider-content {
    background-color: #e9ecef !important;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.ui-fluid .ui-splitbutton button:first-child {
    width: calc(100% - 32px) !important;    
}
.slimPanel .ui-panel-titlebar {
  padding: 0.7em !important;
}
.slimPanel .ui-panel-content {
  padding: 0.0em !important;
}
.ui-panel-titlebar-icon.ui-state-error {
  color: #f44336 !important;
}
.ui-chkbox-all {
    display: none !important;
}
.login-card-free {
        z-index: 2;
    border-top: 8px solid #2c84d8;
    background-color: #ffffff;
    /*padding: 15px 42px;*/
}
.ui-state-disabled.showTooltip{
    pointer-events: all !important;
}