/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border:solid 2px;
  text-transform: uppercase;
  color: #007ac9;
  border: #007ac9 solid 2px;
  font-weight: bold;
}

.btn-white {
  color: #fff!important;
  border: #fff solid 2px;
  display: inline-block;
  *display: inline;
  font-weight: bold;
  *zoom: 1;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-red {
  color: #e00034!important;
  border: #e00034 solid 2px;
  display: inline-block;
  font-weight: bold;
  *display: inline;
  *zoom: 1;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-green {
  color: #00aF3F!important;
  border: #00aF3F solid 2px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  opacity: 0.5;
}

.btn:active,
.btn.active {

}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  opacity: 0.5;
}
.btn:focus {}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.3;
}
.btn-large {
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2 5px;
  font-size: 10px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn {}

.btn-primary {}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {}

.btn-primary:active,
.btn-primary.active {
}

.btn-warning {}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {}

.btn-warning:active,
.btn-warning.active {}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {}

.btn-danger:active,
.btn-danger.active {}

.btn-success {}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {}

.btn-info:active,
.btn-info.active {}

.btn-inverse {
  color: #ffffff;

}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;

}
.btn-inverse:active,
.btn-inverse.active {

}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
