.ui-selectonemenu {
	padding-right: 1em !important;
}

.ui-selectonemenu-label{
	font-weight: normal !important;
	
}

label{
	font-weight: normal !important;
}
.ui-selectonemenu-label.ui-inputfield{
	font-size: 14px !important;
}

.ui-datalist .ui-datalist-empty-message {
	font-size: 15px !important;
	font-weight: bold !important;
}
.ui-selectonemenu label.ui-selectonemenu-label{
	font-size: 14px !important;
}

.ui-datatable table {
    table-layout: auto !important;
}

.ui-panel .ui-panel-titlebar {
    background-color: #d5e3f7 !important;
}

.ui-growl {
	margin-top: 50px !important;
}

.mySelectOneButton .ui-state-active {
    /* background-color: #7ec1d5 !important; */
	font-weight: bold !important;
    border-color: #0178B4 !important;
	/* border-width: initial !important; */
	
}

.myRedButton .ui-button{
      background: #EFCDCD !important;
	  color: white !important; 
 }
 .myGreenButton .ui-button{
      background: #D4F0DE !important;
		
 }
 
.ui-selectoneradio.ui-grid label {
	margin-top: 5px !important;
}