.w3-button:focus, .w3-btn:focus, .w3-input:focus {
  outline: 0;
  /*border : 1px dotted red!important;*/
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;/*good on white screen*/
}

#fxb .w3-button:focus, #fxb .w3-btn:focus, #fxb .w3-input:focus {
  box-shadow: 0 4px 16px 0 #ffffff70, 0 3px 20px 0 #ffffff70!important;/*good on ce blue screen*/
}

#clients .w3-button:focus, #clients .w3-btn:focus, #clients .w3-input:focus {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;/*good on clients white screen*/
}

.search-wrapper .input-holder .search-icon:focus {
	box-shadow: 0 4px 16px 0 #ffffff70, 0 3px 20px 0 #ffffff70!important;/*good on ce blue screen*/
}

.req {
	//background-color: rgba(255, 255, 000, 0.44);
	background-color: rgba(250, 255, 189, 1);
	//border: 1px solid #ff9800!important;
}

#f .w3-input, #f .w3-select, #f .w3-radio {
  //background-color: rgba(200, 240, 255, 0.4)!important;
  //color: white!important;
}