html {
	overflow: auto !important;
}

.float-right {
	float: right;
}
.clear{
	clear: both;
}

/* primefaces override */
.ui-button {
	margin-top: 10px;
}

.ui-outputlabel{
	font-weight: bold;
}

.ui-selectonemenu {
	padding: 2px 2px 1px 2px !important;
	min-width: 0 !important;
}

.ui-calendar {
	padding: 0 !important;
}

.ui-fieldset legend {
	border: 1px solid #bdbdbd;
	margin-top: 10px;
	padding: 4px 10px !important;
}

.ui-message {
	margin-top: 2px !important;
}

.ui-state-disabled {
	background-color: #E5E5E5;
}

/*.ui-panelgrid-cell {
	padding: 0 16px 4px !important;
}*/


/* editor styles */
.grid-block .ui-inputfield:not(.ui-autocomplete-input) {
	width: 100%;
}
.grid-block input:not(.ui-autocomplete-input) {
	height: 22px;
}
.grid-block .ui-calendar input {
	height: 16px;
}
.grid-block .ui-message {
	margin: 0;
}
.grid-block .ui-message:empty {
	padding: 0;
}

.button-disabled {
    background: gray;
}

.button-div {
	display:flex;
	justify-content:center;
	align-items:center;
}

.button-div .ui-button {
	width: 120px;
}

.table-actions {
	text-align:center;
}

.table-footer {
	text-align: left;
	color: #009688;
	font-size:14px;
}

.table-word-wrap {
    word-wrap: break-word;
}

body .ui-state-active, body .ui-state-highlight {
	background-color: #FFCB00;
	color: #ffffff;
}

.layout-wrapper .topbar {
	background-color: #ffffff;
}

@media screen and (max-width: 600px) {
	.topbar-overflow1 {
		visibility: hidden;
		background-color: white;
	}
}

@media screen and (max-width: 1300px) {
	.topbar-overflow2 {
		visibility: hidden;
		background-color: white;
	}
}

body .ui-paginator {
	background-color: #0e2031;
}

body .ui-button{
	background-color: #0e2031;
}

body .ui-button.ui-state-hover{
	background-color: #0e2031;
}

body .ui-widget-header{
	background-color: #0e2031;
}

body .ui-button.ui-state-focus {
	background-color: #0e2031;
}