/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#myInput {
  background-image: url('searchicon.png'); /* Add a search icon to input */
  background-position: 15px 14px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 14px 50px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.wp-admin select {
    height: calc(1.5em + .75rem + 2px) !important;
}

#wpfooter{
	display:none !important;
}