.has-svg-icon, a.label {
  border: none;
}

a.label {
  cursor: pointer;
}

.last {
  margin-bottom: 0 !important;
}

.monospace {
  font-family: "Lucida Console", Monaco, monospace;
}

.has-switch {
    line-height: 1.3;
    padding-bottom: 1rem;
}

.callout.is-invalid-label {
	border-color: #cc4b37;
}

.has-svg-icon {
  border: none;
}

.has-svg-icon img {
  height: 1.5rem;
}

.label.has-svg {
  padding: .33333rem;
  color: #ffffff;
}

.label.has-svg svg, .label.has-svg  img {
  width: .6rem;
  color: #ffffff;
}

.button.has-svg {
  padding: .5rem;
}

.button.has-svg svg {
  color: #ffffff;
  height: 1.313rem;
}

.close-button, .close-button.medium {
    z-index: 1;
}

a.alert {
  color: #cc4b37;
}

a.alert:hover {
  color: #000000;
}

.select {
  position: relative;
  line-height: 1.4375rem;
}

.select .default {
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  cursor: pointer;
}

.select .default span {
  font-size: .85rem;
 }

.select .default.disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.select .dropdown-pane {
  width: 100%;
  padding: 0;
  border-top: 0;
  max-height: 20rem;
  overflow-y: auto;  
}

.select .dropdown-pane ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.select .dropdown-pane ul li label {
  padding: .5rem;
  cursor: default;
  font-size: 1rem;
  line-height: 1.4375rem;
}

.select .dropdown-pane ul li label:hover {
  background-color: #ececec;
}

.select .dropdown-pane ul li span {
  font-size: .85rem;
}

.middle {
  vertical-align: middle;
}

.label.full {
  display: block;
}

/* FORM LOADING */
@-webkit-keyframes loading {
  0%{ transform: rotate(0deg) }
  to{ transform: rotate(1turn) }
}
@keyframes loading {
  0%{ transform: rotate(0deg) }
  to{ transform: rotate(1turn) }
}

.loading {
  position: relative;
}

.loading.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: calc(100% - 1rem);
  width: 100%;
  z-index: 4;
  background-color: rgba(255,255,255,0.75);
}

.loading.active.full:before {
  height: 100%;
}

.loading.active:after {
  content: url(../img/spinner-solid.svg);
  width: 2rem;
  height: 2rem;
  color: #666666;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  left: 50%;
  margin-left: -1rem;
  display: block;
  z-index: 4;
  -webkit-animation: loading 1s infinite steps(8);
  animation: loading 1s infinite steps(8);
}


table.small {
  font-size: 90%;
}

table.small td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

select.auto {
  width: auto;
}

table.small select {
  margin-bottom: 0;
}

#users {
  min-height: 25rem;
}