
.ui-tabs-top .ui-tabs-nav {
	background-color: #FFFFFF;
}

.tableEdit .ui-row-editor .ui-icon-pencil:before{
    content: "\f040";
}
.tableEdit .ui-row-editor .ui-icon-pencil  {
    font-family: FontAwesome;
    background-image: none !important;
    text-indent: 0px;
    background-repeat: no-repeat;
    display: block;
    overflow: visible;
    text-indent: 0px;
}

.tableEdit .ui-icon-check:before{
    content: "\f00c";
}

.tableEdit .ui-icon-check  {
    font-family: FontAwesome;
    background-image: none !important;
    text-indent: 0px;
    background-repeat: no-repeat;
    display: block;
    overflow: visible;
    text-indent: 0px;
}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
    overflow: hidden;
	overflow-y: scroll;
}