
.ui-widget {
    border: none !important;
    font-size: 0.9rem !important;
}

.ui-widget-content {
    background: none !important;
}

.ui-state-default {
    text-shadow: none !important;
}

.ui-widget-header {
    color: #eeeeee;
    font-weight: bold;
    background: #F9F9F9 !important;
}

.ui-corner-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}

 .ui-menuitem-link  {
    color:white !important;
    font-size: 16px;
    padding-left: 0px;
    transition: padding-left .5s ease-out;
}
.ui-menuitem-link:hover  {
    background: none !important;
    background-color: rgba(255,255,255,0.2) !important; 
    box-shadow: none !important;
    color: #FFF !important;
    padding-left: 20px;
    transition: padding-left .5s ease-out;
}

.ui-menuitem-text {
    color:white !important;
}

.headerpanel .ui-widget-content{
    background-color: lightgray !important; 
}
.bottompanel .ui-widget-content {
    background-color: #383838 !important; 
}

.sidepanel {
    background-color: #2c3e50;
}
.sidepanel .ui-widget-content{
    background-color: #2c3e50;
}

.ui-datatable.conditionDataTable th {
    background: rgba(0,139,69,0.3) !important;
    color: #4f4f4f;
    border: none;
    border-top: 1px solid #FBFBFC;
    border-bottom: 1px solid #FBFBFC;
    text-align: left;
}
.ui-datatable.conditionDataTable.child th {
    background: #F5F5F5 !important;
    color: #4f4f4f;
    border: none;
    border-top: 1px solid #FBFBFC;
    border-bottom: 1px solid #FBFBFC;
    text-align: left;
}
.ui-datatable.conditionDataTable td {
}
 
.ui-datatable.conditionDataTable .ui-datatable-tablewrapper {
    overflow-x: hidden !important;
}

.ui-datatable .ui-paginator {
    background-color: lightgray;
}

.ui-paginator.ui-paginator-bottom {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 0 none;
}

.ui-paginator.ui-paginator-top {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 0 none;
}

.toolbar {
    background-color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid lightgrey !important;
}

.ui-panel {
    padding: 0 !important;
}

.ui-panel .ui-panel-content {
    padding: 0;
    padding-top: 10px;
    background: #fff;
}

.toolbar.ui-widget-header {
}

.conditionPanelGrid {
    width: 100%;
    border: none !important;
}

.conditionPanelGrid .ui-widget-content {
    background: #fff !important;
}

.conditionPanelGrid.ui-panelgrid>*>tr,
.conditionPanelGrid.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

.ui-panelgrid-cell {
    border: none !important;
}

.ui-datatable-even {
    background: #fff !important;
    border-color: #fff !important;
    border-bottom: 1px solid lightgray !important;
}

.ui-datatable-even:hover {
    background:  #2E8B57 !important;
    border-color: #2E8B57 !important;
    color: whitesmoke !important;
}

.ui-datatable-even:hover .ui-commandlink {
    color: whitesmoke !important;
    text-decoration: underline;
    text-decoration-color: whitesmoke;
}

.ui-datatable-odd {
    background: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    border-bottom: 1px solid lightgray !important;
}

.ui-datatable-odd:hover {
    background:  #2E8B57 !important;
    border-color: #2E8B57 !important;
    color: whitesmoke !important;
}

 .ui-datatable-odd:hover .ui-commandlink {
    color: whitesmoke !important;
    text-decoration: underline;
    text-decoration-color: whitesmoke;
}

.ui-datatable tr.ui-state-highlight {
    cursor: pointer;
    text-shadow: none !important;
    color: #000;
    font-weight: bold;
    background-color: rgba(0,139,69,0.1) !important;
}
.ui-datatable tr.ui-state-highlight:hover {
    background:  #2E8B57 !important;
    border-color: #2E8B57 !important;
    color: whitesmoke !important;
}

.greyButton {
    background: #F5F5F5 !important;
    color: #4f4f4f !important;
    border-color: lightgrey !important;
}
.greyButton:hover {
    background: #232341 !important;
    color: lightgray !important;
    border-color: #9c9c9c !important;
}

.trashButton {
    background: #F5F5F5 !important;
    color: #4f4f4f !important;
    border-color: lightgrey !important;
}
.trashButton:hover {
    background: #232341 !important;
    color: lightgray !important;
    border-color: #9c9c9c !important;
}

.ui-inputfield {
    height: 25px;
    box-shadow: none;
    padding-left: 10px;
}
.ui-inputfield:hover {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.ui-inputfield:focus {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.toolbar .ui-inputfield:hover {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.toolbar .ui-inputfield:focus {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.ui-selectonemenu {
    height: 30px !important;
    background: #fff !important;
    box-shadow: none !important;
    width: 100%;
    padding-right: 0px;
}
.ui-selectonemenu:hover {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.ui-selectonemenu-trigger {
    background: #F5F5F5 !important;
    width: 25px !important;
}

.conditionPanelGrid .ui-inputfield {
    width: 100%;
    height: 25px;
    box-shadow: none;
    padding-left: 10px;
}

.conditionPanelGrid .ui-inputfield:hover {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.conditionPanelGrid .ui-inputfield:focus {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
}

.ui-tabs .ui-tabs-nav li a {
    background-color: #F5F5F5;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: text;
    background: #fff;
    color: #000;
}

.ui-tabs .ui-tabs-panel {
    padding: 0px !important; 
    background: #fff;
}

section.child {
    margin: 0;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .65;
    filter: Alpha(Opacity=65);
    background-image: none;
}

/*Primefaces 10.0*/

body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.5rem 0.3rem; 
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0;
}

body .ui-datatable thead th {
    background: #f8f9fa;
    color: #495057;
    padding: 0.1rem 0.1rem; 
    border: 1px solid #e9ecef;
    border-width: 0 0 1px 0;
    text-align: left;
    box-sizing: content-box;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-datatable .ui-paginator {
     padding: 0.3rem; 
}

body .ui-button.ui-button-text-icon-left .ui-button-text {
    padding: .3em 1em .3em 2.1em;
}

.toolbar .ui-inputfield {
    height: 35px;
    box-shadow: none;
    padding-left: 10px;
}

.toolbar .ui-inputtext {
    box-shadow: none;
    padding-left: 10px;
}

.toolbar .ui-outputlabel {
    color: #000;
}

.toolbar .searchInput {
    width: 340px;
    background: whitesmoke;
}

.toolbar .greyButton {
    background: #F5F5F5 !important;
    color: #4f4f4f !important;
    border-color: lightgrey !important;
    height: 35px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.toolbar .greyButton:hover {
    background: #232341 !important;
    color: lightgray !important;
    border-color: #9c9c9c !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
     padding: 0.3rem; 
}

body .ui-panel .ui-panel-titlebar {
    border: 1px solid #dee2e6;
    background: #f8f9fa;
    color: #495057;
    padding: 0.5rem;
    padding-left: 1rem; 
    font-weight: 700;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body .ui-dialog .ui-dialog-titlebar {
    background: #ffffff;
    color: #495057;
    font-weight: 700;
    border-bottom: 0 none;
    padding: 1rem;
}

.conditionPanelGrid .ui-inputfield {
    width: 100%;
    height: 35px;
    box-shadow: none;
    padding-left: 10px;
    border-top: 0px solid #e5e5e5 !important;
    border-left: 0px solid #e5e5e5 !important;
    border-right: 0px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.conditionPanelGrid .ui-inputfield:hover {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
    border-bottom: 1px solid #097753 !important;
}

.conditionPanelGrid .ui-inputfield:focus {
    box-shadow: none;
    background-color: rgba(0,139,69,0.1) !important;
    border-bottom: 1px solid #097753 !important;
}

.conditionPanelGrid .logininput {
    width: 100%;
    height: 35px;
    box-shadow: none;
    padding-left: 10px;
    border-top: 0px solid #e5e5e5 !important;
    border-left: 0px solid #e5e5e5 !important;
    border-right: 0px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.conditionPanelGrid .logininput:hover {
    box-shadow: none;
    background-color: rgba(255,255,255,0.8) !important;
    border-bottom: 1px solid #a2a2a2 !important;
}

.conditionPanelGrid .logininput:focus {
    box-shadow: none;
    background-color: rgba(255,255,255,0.8) !important;
    border-bottom: 1px solid #a2a2a2 !important;
}

.conditionPanelGrid .logininputHighlight {
    width: 100%;
    height: 35px;
    box-shadow: none;
    background-color: #ffecb3;
    padding-left: 10px;
    border-top: 0px solid #ffecb3 !important;
    border-left: 0px solid #ffecb3 !important;
    border-right: 0px solid #ffecb3 !important;
    border-bottom: 1px solid #ffc107 !important;
}

.conditionPanelGrid .logininputHighlight:hover {
    box-shadow: none;
    background-color: rgba(255,236,179,0.9) !important;
    border-bottom: 1px solid #ffc107 !important;
}

.conditionPanelGrid .logininputHighlight:focus {
    box-shadow: none;
    background-color: rgba(255,236,179,0.9) !important;
    border-bottom: 1px solid #ffc107 !important;
}

.ui-tabs .ui-tabs-nav li a {
    background-color: #fff;
}

body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active {
    border-color: #097753;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
    color: #097753;
}

body .ui-tabs.ui-tabs-top > .ui-tabs-nav {
    margin: 0;
    padding: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white !important;
}

.dialogToolbar {
    background-color: #fff !important;
    padding: 0rem !important;
}

body .ui-datepicker {
    background: #ffffff !important;
    border: 1px solid #ced4da;
    color: #495057;
    padding: 0.5rem;
    width: auto;
    border-radius: 4px;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items {
    padding: 0.5rem 0;
    background: #ffffff !important;
}

body .ui-selectonemenu-panel .ui-selectonemenu-items .ui-selectonemenu-item.ui-state-highlight {
    background: rgba(0,139,69,0.1) !important;
    color: #495057;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
    line-height: 1.15rem;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-icon {
    margin-right: 0.0rem;
}

body .ui-menu .ui-menu-list .ui-menuitem {
    margin-left: 0.5rem;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 0.5rem 1rem;
    width: 100%;
    border: 0 none;
    float: none;
    border-radius: 0;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-panel .ui-panel-content {
    border: 0px solid #dee2e6 !important; 
    background: #ffffff;
    color: #495057;
    padding: 0.5rem;
    border-top: 0 none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

body .ui-chronoline .ui-chronoline-event-marker {
    border: 2px solid #2E8B57;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #ffffff;
}

body .ui-commandlink, body .ui-link {
    color: #2E8B57;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    background: rgba(0,139,69,0.1) !important;
    color: #495057;
}

body .ui-selectbooleanbutton.ui-state-active, body .ui-selectonebutton > .ui-button.ui-state-active, body .ui-selectmanybutton > .ui-button.ui-state-active {
    background: rgba(0,139,69,0.2);
    border-color: #2196F3;
    color: #000000;
}

body .ui-selectbooleanbutton {
    background: #F5F5F5;
    border-color: #2196F3;
    color: #000000;
}

.toolbar .ui-splitbutton {
    background: #F5F5F5 !important;
    color: #4f4f4f !important;
    border-color: lightgrey !important;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
    color: #6c757d;
    padding: 0;
    font-weight: 400;
    display: block;
    line-height: 1;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
    color: #097753;
    font-weight: bold;
}

body .ui-accordion .ui-accordion-header {
    border: 1px solid #dee2e6;
    border-top: 0 none;
    background: #f8f9fa;
    color: #495057;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 700;
    margin-top: 0;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    user-select: none;
    border-radius: 0;
    position: relative;
    outline: 0 none;
}

body .ui-paginator .ui-paginator-first:before {
    font-family: "Font Awesome 5 Free" !important; 
    font-style: normal;
    font-weight: bold;
    content: "\f100";
}

body .ui-paginator .ui-paginator-prev:before {
    font-family: "Font Awesome 5 Free" !important; 
    font-style: normal;
    font-weight: bold;
    content: "\f104";
}

body .ui-paginator .ui-paginator-next:before {
    font-family: "Font Awesome 5 Free" !important; 
    font-style: normal;
    font-weight: bold;
    content: "\f105";
}

body .ui-paginator .ui-paginator-last:before {
    font-family: "Font Awesome 5 Free" !important; 
    font-style: normal;
    font-weight: bold;
    content: "\f101";
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-icon-triangle-1-s:last-child:before {
    font-family: "Font Awesome 5 Free" !important; 
    font-style: normal;
    font-weight: bold;
    content: "\f078";
}

.ui-blockui-content {
     -moz-box-shadow: none !important; 
     -webkit-box-shadow: none !important; 
     box-shadow: none !important; 
}

.info-table {
    border-collapse: collapse;
    width: 100%;
}

.info-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.info-table th,
.info-table td {
    padding: 10px 3px;
}

.info-table th:first-child,
.info-table td:first-child {
    width: 200px;
}

.info-table tbody tr {
    border-bottom: 1px solid #EBEBEB;
}

.info-table tbody tr:nth-of-type(even) {
    background-color: #F5F5F5;
}

.info-table tbody tr:nth-of-type(even):hover {
    background:  #2E8B57 !important;
    border-color: #2E8B57 !important;
    color: whitesmoke !important;
}

.info-table tbody tr:nth-of-type(odd):hover {
    background:  #2E8B57 !important;
    border-color: #2E8B57 !important;
    color: whitesmoke !important;
}

body .ui-messages > div {
    padding: 0.5rem; 
    margin: 0.5rem 0; 
    border-radius: 4px;
}

body .ui-progressbar .ui-progressbar-value {
    background: repeating-linear-gradient(
        45deg,
        #097753,
        #097753 10px,
        #097753 10px,
        #097753 20px) !important;
    height: 1.5rem;
}

body .ui-progressbar .ui-progressbar-label {
    margin-top: 0;
    color: whitesmoke;
    line-height: 1.5rem;
}

.ui-tooltip .ui-tooltip-text {
    padding: 3px 10px;
    background-color: #fff; 
    background-image: none;
    color: #fff;
}

body .ui-tooltip .ui-tooltip-text {
    background: #fff;
    color: #ffffff;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
    border-radius: 4px;
}

body .ui-tooltip.ui-tooltip-right .ui-tooltip-arrow {
    border-right-color: #fff;
}

body .ui-tooltip.ui-tooltip-left .ui-tooltip-arrow {
    border-right-color: #fff;
}

body .ui-button {
    background: #dee2e6; 
    color: #ffffff;
    border: 1px solid #2196F3;
    margin: 0;
    outline: 0 none;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.cke_bottom {
    padding: 6px 8px 2px;
    position: relative;
    background: #2C3E50 !important;
}

body .ui-datascroller .ui-datascroller-content {
     border: none; 
    background: #ffffff;
    color: #495057;
    padding: 0rem; 
}

.ui-datascroller .ui-datascroller-content {
    padding: 0rem;
}

body .ui-datatable thead th.ui-state-active {
    background: #f8f9fa;
    color: green;
}

body .ui-card {
    margin-top: 2rem;
}

body .ui-menu .ui-menu-list .ui-widget-header {
    margin: 0;
    width: 100%;
    background: #2C3E50 !important;
    color: #7a7a7a !important;
    float: none;
    border: 0 none;
    padding: 0.75rem 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
}

body .ui-menu .ui-menu-list .ui-widget-header h3 {
    padding: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #7a7a7a !important;
    float: none;
}

body .ui-overlaypanel .ui-overlaypanel-content {
    padding: 1rem;
    background-color: #F9F9F9;
}

body .ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items {
    padding: 0.5rem 0;
    background: #F9F9F9 !important;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper {
    padding: 0;
}

body .ui-selectcheckboxmenu .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
    height: 2.5rem;
}

body .ui-chkbox .ui-chkbox-box {
    border: 1px solid #ced4da !important;
    border-width: 2px;
    background: #ffffff;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    position: relative;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.tableMenuButtonMain .ui-button-icon-only{
    background: #F5F5F5 !important;
    color: #000 !important;
    height: 2rem;
}

.tableMenuButton {
    padding: 0.5rem;
    background: #F5F5F5 !important;
    color: #000 !important;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.tableMenuItemButton .ui-menuitem-text {
    color: #000 !important;
}
.tableMenuItemButton:hover{
    color: #000 !important;
}

.childMenu.ui-menu {
    padding: 0.25rem 0;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 100%;
}

.childMenu.ui-menu .ui-menu-list .ui-widget-header {
    margin: 0;
    width: 100%;
    background: none !important; 
    color: #7a7a7a !important;
    float: none;
    border: 0 none;
    padding: 0.75rem 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
    margin-bottom: 1rem;
}

.childMenu.ui-menu .ui-menu-list .ui-menuitem {
    width: 95%;
}

.childMenu.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
    float: none;
    vertical-align: middle;
    color: #6c757d !important;  
    margin-left: 0.5rem;
}

.childMenu.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    display: flex;
}

.childMenu.ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link:hover {
    float: none;
    vertical-align: middle;
    margin-left: 0.3rem;
    font-weight: bold;
}

.childMenuItemActive {
    background-color: rgba(0,139,69,0.1) !important; 
}

body .toolbarSimple {
    background-color: #fff !important;
    margin: 0 !important;
    margin-bottom: 1rem !important;
    padding: 0rem !important;
    border-bottom: 0px solid lightgrey !important;
}

body .toolbarSimple .ui-inputfield {
    height: 35px;
    box-shadow: none;
    padding-left: 10px;
}

body .toolbarSimple .ui-inputtext {
    box-shadow: none;
    padding-left: 10px;
}

body .toolbarSimple .ui-outputlabel {
    color: #000;
}

body .toolbarSimple .searchInput {
    width: 340px;
    background: whitesmoke;
}

body .toolbarSimple .greyButton {
    background: #F5F5F5 !important;
    color: #4f4f4f !important;
    border-color: lightgrey !important;
    height: 35px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

body .toolbarSimple .greyButton:hover {
    background: #232341 !important;
    color: lightgray !important;
    border-color: #9c9c9c !important;
}

body .ui-message {
    padding: 0.5rem 0.5rem;
    display: inline-block;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body .ui-message.ui-message-info .ui-message-info-detail {
    margin-left: 0rem;
}