fieldset legend {
  font-weight: bold;
  small {
    color: #999;
    font-weight: 400;
    margin-left: 10px;
    font-size: 14px;
  }
}

label {
  font-size: 1.2em;
  font-weight: bold;

  &.checkbox-inline {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 5px;
    background: @clouds;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;

    input[type=checkbox] {
      display: none;
    }

    &.checked {
      background: @turquoise;
      color: #fff;
    }

  }
}

.checkbox-inline+.checkbox-inline {
  margin-left: 0;
  margin-right: 10px;
}

.resource-controls {
  background: @concrete;
  border-bottom: 1px solid #ccc;

  h1 {
    color: #fff;
    small {
      color: #eee;
    }
  }
}

.select {
  .caret {
    border-bottom-color: @turquoise;
    border-top-color: @turquoise;
  }
  .btn-default {

    .button-variant(@brand-primary, @btn-default-bg, @btn-hover-bg, @btn-active-bg);

    border-radius: 6px;
    border: 2px solid transparent;

    &:hover,
    &:active,
    &:focus {
      color: @brand-primary;
      background: @btn-default-bg;
      border: 2px solid @turquoise;
    }
  }

  .open .dropdown-toggle.btn-default {
    color: #fff;
  }
}

.has-success .form-control {
  border-color: inherit;
}

.upload-button {
  margin: 0 0 10px 0;
}

.upload-hint {
  margin-bottom: 10px;
  font-size: 16px;
}
