/* Enter your custom styles here */

/* Make Input round and grey */
.sapMInputBase, .sapMInputBase > .sapMInputBaseContentWrapper{
	    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    border-radius: 25px;
    background-color: #f7f4f2 !important;
}

.sapMInputBaseInner{
	border:0;
	border-color: transparent;
	background-color: #f7f4f2 !important;
}

/* Make Select Box round and grey */
.sapMSltDefault{
		    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border: 0;
    border-radius: 25px;
    background-color: #f7f4f2 !important;
}

/* Make Select Popup round */
.sapMSltPicker {
    border-radius: 25px !important;
}

/* Make Select Popup round */
.sapMRPCalendar {
    border-radius: 25px !important;
}