/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 05-05-2022, 08:36:42 AM
    Author     : sscruz
*/
#texd{
color: #014e7d;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2;
    padding: 1em 0 0 1.2em;
    text-transform: uppercase;
}

.ui-panel-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-all{
    background-color: #2f5597;
    color: white;
}

div.ui-growl {
   left: 50%;
   right: 0;
   margin-left:-150px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only{
    background-color: #2f5597;color: white;
}

li.ui-tabs-header.ui-state-default.ui-corner-top{
background-color: #2f5597;color: white;
}

li.ui-tabs-header.ui-state-default.ui-corner-top a {
    color: white;
}

li.ui-tabs-header.ui-state-default.ui-corner-top.ui-tabs-selected.ui-state-active{
    background-color: #007ad9;
}

body .ui-datatable .ui-datatable-data > tr .ui-row-editor .ui-icon.ui-icon-check{
    color: #000000;
}

body .ui-datatable .ui-datatable-data > tr .ui-row-editor .ui-icon.ui-icon-close {    
    color: #000000;
}

body .ui-datatable .ui-datatable-data > tr.ui-state-highlight{
    background-color: #ffffff;
}