#wishlist-member-team-accounts-management * {
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 15px; }
#wishlist-member-team-accounts-management select, #wishlist-member-team-accounts-management input, #wishlist-member-team-accounts-management button {
  padding: 10px;
  border-radius: 3px;
  font-size: 1em;
  outline: none; }
#wishlist-member-team-accounts-management select, #wishlist-member-team-accounts-management input {
  border: 1px solid rgba(0, 0, 0, 0.5); }
#wishlist-member-team-accounts-management select {
  background-position: right 10px center; }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form.closed div.form-fields {
  display: none; }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form:not(.closed) .open-form {
  display: none; }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form .open-form {
  float: right; }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form div.form-fields {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px; }
  #wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form div.form-fields h3 {
	font-size: 1em;
	padding: 15px 10px;
	margin: -10px -10px 20px;
	border-bottom: 1px solid #888;
	background: rgba(0, 0, 0, 0.05); }
	#wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form div.form-fields h3 .close-form {
	  float: right;
	  font-size: 0.8em;
	  background: none;
	  border: none;
	  padding: 0;
	  margin: 0;
	  color: black;
	  opacity: .5; }
	  #wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form div.form-fields h3 .close-form:hover {
		opacity: 1; }
  #wishlist-member-team-accounts-management #wlm-team-accounts-team-invite-form div.form-fields input {
	display: block;
	width: 100%; }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-search * {
  margin: 0; }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-search input[type="search"] {
  width: calc( 100% - 100px ); }
#wishlist-member-team-accounts-management #wlm-team-accounts-team-search button[type="submit"] {
  width: 95px; }
#wishlist-member-team-accounts-management table {
  border: 1px solid #888;
  border-collapse: collapse; }
  #wishlist-member-team-accounts-management table thead {
	background: rgba(0, 0, 0, 0.05); }
  #wishlist-member-team-accounts-management table tr.wlm-team-accounts-no-members:not(:first-of-type) {
	display: none; }
  #wishlist-member-team-accounts-management table tr:not(:hover) .wlm-team-accounts-team-btngroup {
	visibility: hidden; }
  #wishlist-member-team-accounts-management table tr td, #wishlist-member-team-accounts-management table tr th {
	padding: 10px;
	border: 1px solid #888;
	border-left: none;
	border-right: none;
	vertical-align: middle; }
	#wishlist-member-team-accounts-management table tr td *, #wishlist-member-team-accounts-management table tr th * {
	  margin: 0; }
	#wishlist-member-team-accounts-management table tr td a.wlm-team-accounts-remove-team-member, #wishlist-member-team-accounts-management table tr th a.wlm-team-accounts-remove-team-member {
	  text-decoration: none !important; }
  #wishlist-member-team-accounts-management table#wlm-team-accounts-team-members {
	width: 100%; }

#wlm-team-accounts-team-message {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 15px 10px;
  display: none; }
  #wlm-team-accounts-team-message.success {
	border-color: #c3e6cb;
	background-color: #d4edda;
	color: #155724;
	display: block; }
  #wlm-team-accounts-team-message.error {
	border-color: #f5c6cb;
	background-color: #f8d7da;
	color: #721c24;
	display: block; }

#wishlist-member-team-accounts-join #wlm-team-accounts-team-message {
  margin-bottom: 1em; }

/*# sourceMappingURL=team-management.css.map */
