.ui-panelgrid-cell{
 border-color: #fff !important;
}
.ui-dialog{
 /*margin: 0 0 70px 0 !important;*/
 max-height: 80%;
 /*overflow: scroll !important; !*scroll*!*/
 /*width: inherit  !important; allagh */
 min-width: 70%;
 max-width: fit-content;
 position: absolute;
}

body .ui-button.ui-button-icon-only {
 /*background: none !important; allagh we need the background color to be appeared */
 -moz-box-shadow:  none;
 -webkit-box-shadow:    none;

 box-shadow: none;
}
body .ui-button-icon-only .ui-icon {
 /*color: #b4b2b2; allagh wrong color for the icons */
 font-size: 17px !important;
 display: flex; /* allagh align all the elements in one row */
 justify-content: center; /* allagh justify the icons in the center of the button */
}
.ui-dialog .ui-dialog-content{
 /*padding: 0 0 !important;*/
 position: relative;
}

.ui-toolbar .ui-icon-carat-1-w{
/*color:#286090 !important; allagh wrong color for the buttons */
font-size: 24px !important;
}


