.button,
.button-primary,
.button-secondary {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 26px;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.button,
.button-secondary {
  color: #555;
  border-color: #cccccc;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
  vertical-align: top; }

p .button {
  vertical-align: baseline; }

.button:hover,
.button-secondary:hover,
.button:focus,
.button-secondary:focus {
  background: #fafafa;
  border-color: #999;
  color: #222; }

.button:focus,
.button-secondary:focus {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.button:active,
.button-secondary:active {
  background: #eee;
  border-color: #999;
  color: #333;
  -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); }

.button-primary {
  background: #2ea2cc;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none; }

.button-primary:hover,
.button-primary:focus {
  background: #1e8cbe;
  border-color: #0074a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
  color: #fff; }

.button-primary:focus {
  border-color: #0e3950;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4); }

.button-primary:active {
  background: #1b7aa6;
  border-color: #005684;
  color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  vertical-align: top; }

/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
#adminmenu li.toplevel_page_wowpi_guild_settings div.wp-menu-image.svg {
  background-size: 30px auto; }

body.toplevel_page_wowpi_guild_settings input:not([type=submit]):not([type=checkbox]), body.toplevel_page_wowpi_guild_settings select {
  width: 300px; }

.synch-results p {
  margin: 0 80px; }

.synch-results .results {
  vertical-align: top;
  display: inline-block; }

.synch-results.loading {
  min-height: 50px; }
  .synch-results.loading p {
    margin: 0 0; }
  .synch-results.loading .lds-ripple {
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
    .synch-results.loading .lds-ripple div {
      position: absolute;
      border: 2px solid #0b278d;
      opacity: 1;
      border-radius: 50%;
      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .synch-results.loading .lds-ripple div:nth-child(2) {
      animation-delay: -0.5s; }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

.wowpi-guild-recruitment-select .class-name {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 2px; }

.wowpi-guild-recruitment-select ul {
  margin-top: 0;
  display: flex; }
  .wowpi-guild-recruitment-select ul li {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 30px 30px;
    padding-left: 34px;
    padding-right: 5px;
    flex: 1 0 0;
    text-align: left;
    margin-bottom: 0; }
    .wowpi-guild-recruitment-select ul li select {
      line-height: 1;
      min-height: 20px;
      font-size: 12px; }
