@charset "UTF-8";
/*
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 : 2020年7月1日, 上午11:07:26
    Author     : Joan
*/


.ui-widget {
    font-family: Arial, "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
}

.ui-inputfield {
    padding: 0.5rem;
}

.ui-state-default {
    box-shadow: none;
}

.ui-datatable table, .ui-treetable table {
    table-layout: auto;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    box-shadow: none;
    color: #212121;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    text-shadow: none;
}

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus {
    box-shadow: none;
    outline: 3px #7da1e4 dashed;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th,
.ui-treetable thead th, .ui-treetable tbody td, .ui-treetable tfoot td {
    border: none;
}

.ui-widget-content {
    border: none;
}

.ui-datatable thead, .ui-treetable thead {
    /*background-color: #f5f5f5;*/
    background-color: #e0e0e0;
}

.ui-datatable-odd {
    /*background: none repeat 0 0 #fafafa;*/
    background: none repeat 0 0 #f5f5f5;
}

.ui-treetable tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.ui-treetable tbody td {
    padding: 8px 10px;
}

.ui-outputlabel-rfi {
    color: #f58b01;
}
