/* Made to look like the original Bootstrap btn-default rather than the SF State version */

.btn-plain {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-plain:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-plain.disabled, {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-plain {
  text-shadow: none;
}

.btn-plain {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-plain:hover,
.btn-plain:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-plain:active,
.btn-plain.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-plain.disabled,
.btn-plain[disabled],
fieldset[disabled] .btn-plain,
.btn-plain.disabled:hover,
.btn-plain[disabled]:hover,
fieldset[disabled] .btn-plain:hover,
.btn-plain.disabled:focus,
.btn-plain[disabled]:focus,
fieldset[disabled] .btn-plain:focus,
.btn-plain.disabled.focus,
.btn-plain[disabled].focus,
fieldset[disabled] .btn-plain.focus,
.btn-plain.disabled:active,
.btn-plain[disabled]:active,
fieldset[disabled] .btn-plain:active,
.btn-plain.disabled.active,
.btn-plain[disabled].active,
fieldset[disabled] .btn-plain.active {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-plain:hover,
.btn-plain:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-plain:active,
.btn-plain.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}