/* 
    Created on : Aug 7, 2020, 9:36:57 AM
    Author     : Sikiru
*/

table.datatable {
    font-size: 10pt;
}

body {
    background-color: #EFF2F7;    
}

body .webui-banner {
    padding: 0.5rem;
}

body .webui-banner .webui-brand {
    font-weight: 800;
    font-family: Verdana;
    font-size: 1.5rem;
}

body .ui-widget {
    font-size: 11pt;
}

body .ui-panelmenu h3.ui-panelmenu-header {
    font-size: 10pt;
}

body .ui-breadcrumb {
    padding: 1%;
}

body .ui-panel .ui-panel-titlebar {
    padding: 0.5rem;
    align-self: center;
}

body .ui-menu .ui-menu-list .ui-widget-header h3 {
    font-size: 10pt;
}
body .ui-datatable-data {
    font-size: 10pt;
}
body .ui-tag {
    font-size: 0.6rem;
}
body .p-field label {
    font-weight: 600;
}

body .ui-panel .ui-panel-footer {
    padding: 0.5rem;
    font-size: 0.9rem;
}
body .ui-fluid .ui-selectonemenu-label {
    font-size: 11pt;
}