/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 #airdatepicker {
	 width:300px;
	 padding:4px 10px;
	 cursor:pointer;
	 text-align:center;
	 background:#fff;
	 border:1px solid #ccc;
 }

 #s2w-clear-cache {
	 background-color:red;
	 color:white;
 }

#search-payments {
	display:block;
	transition: all 0.3s ease;
	position:relative;
}