.ui-widget {
    font-family: Verdana, Arial;
    font-size: 12px !important;
}
.ui-widget-header {
    text-align: center;
}

.ui-layout-north {
    overflow: visible !important;
    z-index: 20 !important;
}
.ui-layout-north .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-menu .ui-menuitem {
    font-size: 11px !important;
    padding-left: 4px !important;
}

.ui-datatable .ui-datatable-footer .footer-section {
    text-align: left;
}
.ui-datatable .ui-state-highlight {
    background: lightgrey !important;
    border: 1px solid darkgray;
}

.ui-growl {
    left: 840px !important;
    top: 190px !important;
    width: 450px !important;
}
.ui-growl-message {
    float: left !important;
    margin-left: 10px !important;
    width: 350px !important;
}
.ui-growl-item {
    background-color: white;
    border-style: none;
    color: black;
}
.ui-growl-item-container {
    background-color: white;
    border-color: darkgray; 
    border-style: none;
}

.ui-icon.fa {
    background-image: none;
    font-size: 14px;
    text-indent:3px;
    top: 0px;
    position: relative;
}

.fill td {
    background-color: rgb(0, 164, 152);
}

.column {
    background-color: white;
}

.dateTimeField input {
    width: 84px;
}
