.ui-widget-content {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 0 3px 2px 0px rgb(9 30 66 / 13%);
}

/************************************************************************************
 Message
*************************************************************************************/
.ui-messages {
    border: 1px solid;
    margin: 0 0 10px 0;
    padding: 20px 20px 20px 10px;
    position: relative;
}

.ui-messages-icon {
    display: table-cell;
    float: left;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.ui-messages-summary {
    display: table-cell;
    margin: 0 0 5px 0;
    padding-left: 10px;
}

.ui-messages-info .ui-messages-detail:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.ui-messages-info {
    background-color: #bfe0ff;
    border-color: #3572b0;
}

.ui-messages-confirm .ui-messages-detail:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.ui-messages-confirm {
    background-color: #ccffcc;
    border-color: #8eb021;
}

.ui-messages-warn .ui-messages-detail:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.ui-messages-warn {
    background-color: #ffffcc;
    border-color: #f6c342;
}

.ui-messages-error .ui-messages-detail:before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}

.ui-messages-error {
    background-color: #ffcccc;
    border-color: #d04437;
}

/************************************************************************************
 Navigation
*************************************************************************************/
.ui-navigation {
    width: 100%;
}

.ui-navigation td {
    padding: 5px 0px;
}

.ui-navigation td.line {
    padding: 0px;
    background-color: #c2c2c2;
    height: 1px;
}

.ui-navigation td.selected {
    background-color: #d6d6d6;
    font-weight: bold;
}

.ui-navigation .fas {
    width: 0.75rem;
    text-align: left;
}

a.tableNavigation:link {
    text-decoration: none;
}

a.tableNavigation:visited {
    text-decoration: none;
}

a.tableNavigation:active {
    text-decoration: underline;
}

/************************************************************************************
 Panel
*************************************************************************************/
.ui-panel {
    background-color: #f4f4f4;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.ui-panel .ui-panel-title {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #c5c5c5;
}

.ui-panel .ui-panel-content {
    margin: 10px;
}

/************************************************************************************
 Fieldset
*************************************************************************************/
.ui-fieldset-legend {
    font-size: smaller;
    font-weight: bold;
}

/************************************************************************************
 Button
*************************************************************************************/
.ui-button {
    border: 1px solid #2196f3;
    color: #ffffff;
    background: #1e88e5;
    display: inline-block;
    position: relative;
    padding: 5px;
    margin-right: .1em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    border-radius: 3px;
    width: 90px;
}

/************************************************************************************
 Input
*************************************************************************************/
form {
    margin-bottom: 0px;
}

input,
select {
    padding: 4px;
    margin: 0px;
}

._textinput input,
._textinput select {
    padding: 0.1rem;
    margin: 5px 0 0 0;
    width: 100%;
}

._textinput {
    position: relative;
    margin: 10px 0px;
}

._textinput label {
    position: absolute;
    background-color: #f4f4f4;
    top: -5px;
    left: 10px;
    padding: 2px;
    z-index: 1;
    font-size: 12px;
}

._textinput label:after {
    content: " ";
    background-color: #ffffff;
    width: 100%;
    height: 13px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

._textinput textarea {
    padding: 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: -0.65rem;
    width: 100%;
}

._textinput .labelarea {
    top: -2px;
}

._textinput input[type=checkbox] {
    margin-bottom: 10px;
}

._textinput input[type=file] ~ label {
    top: -50px;
}

._textinput input[disabled] {
    cursor: not-allowed;
    background-color: #efefef;
}

/************************************************************************************
 Write
*************************************************************************************/
.ui-strong {
    font-weight: bold;
}

/************************************************************************************
 horizontal
*************************************************************************************/
.ui-hr {
    border: 0;
    height: 0;
    border-top: 1px solid #c5c5c5;
}

.ui-hr-10 {
    border: 0;
    height: 10px;
}

/************************************************************************************
 Table
*************************************************************************************/
.ui-datatable {
    background-color: #ffffff;
    border-collapse: collapse;
    table-layout: fixed;
}

.ui-datatable table {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer {
    font-size: 16px;
    padding: 4px 10px;
    text-align: left;
    background-color: #e1e2e1;
}

.ui-datatable .ui-datatable-header {
    border: 1px solid #c5c5c5;
    border-bottom: 0 none;
    height: 18px;
    font-weight: bold;
}

.ui-datatable .ui-datatable-header .cell1 {
    float: left;
}

.ui-datatable .ui-datatable-header .cell2 {
    float: right;
}

.ui-datatable .ui-datatable-footer {
    border: 1px solid #c5c5c5;
    border-top: 0 none;
}

.ui-datatable thead th, .ui-datatable tfoot td {
    text-align: center;
}

.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th {
    padding: 4px 10px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.ui-datatable tr.odd {
    background-color: #f4f4f4;
}

/************************************************************************************
 Font Awesome
*************************************************************************************/
.fa-check-circle {
    color: #8eb021;
}

.fa-info-circle {
    color: #3572b0;
}

.fa-exclamation-triangle,
.fa-question-circle {
    color: #f6a542;
}

.fa-times-circle {
    color: #d04437;
}

.fa-file-pdf {
    color: red;
}

.fa-file-excel {
    color: green;
}

.fa-file-text {
    color: blue;
}

/************************************************************************************
 Grid CSS
*************************************************************************************/
.ui-grid {
    display: table;
    width: 100%;
}

.ui-grid-row {
    display: table-row;
}

.ui-grid-cell {
    display: table-cell;
    padding: 5px 10px 5px 0px;
    vertical-align: middle;
}

.ui-grid-row .ui-grid-cell:last-child {
    display: table-cell;
    padding: 5px 0px 5px 0px;
}

.ui-grid-cell-btn {
    display: table-cell;
    padding: 10px 0px 0px 0px;
}

.fleft {
    text-align: left;
}

.fcenter {
    text-align: center;
}

.fright {
    text-align: right;
}
