/*!
 * Bliss v1.0
 *
 * GLP License
 * http://www.gnu.org/licenses/gpl.html
 *
 * Designed and built by Giovanni at giovannifilippi.com
 */


/* ==========================================================================

 =BUTTON GLOBAL

========================================================================== */
.btn {
  display: inline-block;
  *display: inline;
  padding: 10px 22px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  text-shadow: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  background-position: 0;
  background-image: none !important;
  background-color: #eeeeee;
  border-radius: 3px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }
  .btn.btn-shadow {
    padding: 8px 22px 12px; }
    .btn.btn-shadow.btn-icon {
      padding: 8px 10px 12px; }
  .btn.btn-stroke {
    padding: 8px 20px; }
  .btn.btn-icon {
    padding: 10px 12px; }
  .btn.btn-large {
    padding: 15px 35px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 4px; }
    .btn.btn-large [class^="icon-"] {
      margin-top: 4px; }
    .btn.btn-large [class*=" icon-"] {
      margin-top: 4px; }
    .btn.btn-large.btn-shadow {
      padding: 13px 35px 17px; }
      .btn.btn-large.btn-shadow.btn-icon {
        padding: 13px 20px 17px; }
    .btn.btn-large.btn-stroke {
      padding: 13px 30px; }
    .btn.btn-large.btn-icon {
      padding: 15px 22px; }
  .btn.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px; }
    .btn.btn-small [class^="icon-"] {
      margin-top: 0; }
    .btn.btn-small [class*=" icon-"] {
      margin-top: 0; }
    .btn.btn-small.btn-shadow {
      padding: 3px 10px 7px; }
      .btn.btn-small.btn-shadow.btn-icon {
        padding: 3px 8px 7px; }
    .btn.btn-small.btn-stroke {
      padding: 3px 10px; }
    .btn.btn-small.btn-icon {
      padding: 5px 9px; }
  .btn.btn-mini {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px; }
    .btn.btn-mini [class^="icon-"] {
      margin-top: -1px; }
    .btn.btn-mini [class*=" icon-"] {
      margin-top: -1px; }
    .btn.btn-mini.btn-shadow {
      padding: 2px 5px 4px; }
      .btn.btn-mini.btn-shadow.btn-icon {
        padding: 1px 6px 5px; }
    .btn.btn-mini.btn-stroke {
      padding: 1px 5px; }
    .btn.btn-mini.btn-icon {
      padding: 3px 6px; }
  .btn.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .btn.btn-block + .btn-block {
    margin-top: 5px; }
  .btn.btn-square {
    border-radius: 0; }
  .btn.btn-round {
    border-radius: 40px; }

.btn:first-child {
  *margin-left: 0; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  outline: 0; }

/* ==========================================================================

 =DEFAULT

========================================================================== */
.btn.btn-border {
  border: 1px solid #bbbbbb; }
.btn.btn-shadow {
  -webkit-box-shadow: inset 0 -4px 0 #c8c8c8;
  -moz-box-shadow: inset 0 -4px 0 #c8c8c8;
  box-shadow: inset 0 -4px 0 #c8c8c8; }
.btn.btn-stroke {
  border: 3px solid transparent;
  border-color: #c8c8c8;
  color: #c8c8c8;
  background: none; }
.btn.btn-emboss {
  text-shadow: 0 1px 2px #aeaeae; }
.btn.btn-bevel {
  text-shadow: 0 -1px 2px #aeaeae; }

.btn:hover,
.btn:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8; }
  .btn:hover.btn-border,
  .btn:focus.btn-border {
    border: 1px solid #bbbbbb; }
  .btn:hover.btn-stroke,
  .btn:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #c8c8c8;
    color: #fff;
    background: #c8c8c8; }

.btn.active,
.btn:active {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  -webkit-box-shadow: inset 0 2px 0 #c8c8c8;
  -moz-box-shadow: inset 0 2px 0 #c8c8c8;
  box-shadow: inset 0 2px 0 #c8c8c8; }
  .btn.active.btn-border,
  .btn:active.btn-border {
    border: 1px solid #bbbbbb; }
  .btn.active.btn-shadow,
  .btn:active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #bebebe;
    -moz-box-shadow: inset 0 3px 0 #bebebe;
    box-shadow: inset 0 3px 0 #bebebe; }
    .btn.active.btn-shadow.btn-shadow span,
    .btn:active.btn-shadow.btn-shadow span {
      position: relative;
      top: 2px; }
  .btn.active.btn-stroke,
  .btn:active.btn-stroke {
    border: 3px solid transparent;
    border-color: #bbbbbb;
    color: #fff;
    background: #bbbbbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #eeeeee;
  border-color: #eeeeee; }

/* ==========================================================================

 =PRIMARY

========================================================================== */
.btn-primary {
  color: #fff;
  background-color: #7d4282;
  border-color: #7d4282; }
  .btn-primary.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #4c284f;
    -moz-box-shadow: inset 0 -4px 0 #4c284f;
    box-shadow: inset 0 -4px 0 #4c284f; }
  .btn-primary.btn-stroke {
    border: 3px solid transparent;
    border-color: #7d4282;
    color: #7d4282;
    background: none; }
  .btn-primary.btn-border {
    border: 1px solid #3c203e; }
  .btn-primary.btn-emboss {
    text-shadow: 0 1px 2px #2c172d; }
  .btn-primary.btn-bevel {
    text-shadow: 0 -1px 2px #2c172d; }

.btn-primary:hover,
.btn-primary:focus {
  background-color: #8a4990;
  border-color: #8a4990; }
  .btn-primary:hover.btn-border,
  .btn-primary:focus.btn-border {
    border: 1px solid #3c203e; }
  .btn-primary:hover.btn-stroke,
  .btn-primary:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #7d4282;
    color: #fff;
    background: #7d4282; }

.btn-primary:active,
.btn-primary.active {
  background-color: #6d3971;
  border-color: #6d3971;
  -webkit-box-shadow: inset 0 2px 0 #4c284f;
  -moz-box-shadow: inset 0 2px 0 #4c284f;
  box-shadow: inset 0 2px 0 #4c284f; }
  .btn-primary:active.btn-border,
  .btn-primary.active.btn-border {
    border: 1px solid #3c203e; }
  .btn-primary:active.btn-shadow,
  .btn-primary.active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #3f2142;
    -moz-box-shadow: inset 0 3px 0 #3f2142;
    box-shadow: inset 0 3px 0 #3f2142; }
  .btn-primary:active.btn-stroke,
  .btn-primary.active.btn-stroke {
    border: 3px solid transparent;
    border-color: #66366a;
    color: #fff;
    background: #66366a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7d4282;
  border-color: #7d4282; }

/* ==========================================================================

 =WARNING

========================================================================== */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #df8a13;
    -moz-box-shadow: inset 0 -4px 0 #df8a13;
    box-shadow: inset 0 -4px 0 #df8a13; }
  .btn-warning.btn-stroke {
    border: 3px solid transparent;
    border-color: #f0ad4e;
    color: #f0ad4e;
    background: none; }
  .btn-warning.btn-border {
    border: 1px solid #c77c11; }
  .btn-warning.btn-emboss {
    text-shadow: 0 1px 2px #b06d0f; }
  .btn-warning.btn-bevel {
    text-shadow: 0 -1px 2px #b06d0f; }

.btn-warning:hover,
.btn-warning:focus {
  color: #ffffff;
  background-color: #f2b661;
  border-color: #f2b661; }
  .btn-warning:hover.btn-border,
  .btn-warning:focus.btn-border {
    border: 1px solid #c77c11; }
  .btn-warning:hover.btn-stroke,
  .btn-warning:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #f0ad4e;
    color: #fff;
    background: #f0ad4e; }

.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #eea236;
  -webkit-box-shadow: inset 0 2px 0 #df8a13;
  -moz-box-shadow: inset 0 2px 0 #df8a13;
  box-shadow: inset 0 2px 0 #df8a13; }
  .btn-warning:active.btn-border,
  .btn-warning.active.btn-border {
    border: 1px solid #c77c11; }
  .btn-warning:active.btn-shadow,
  .btn-warning.active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #cc7f11;
    -moz-box-shadow: inset 0 3px 0 #cc7f11;
    box-shadow: inset 0 3px 0 #cc7f11; }
  .btn-warning:active.btn-stroke,
  .btn-warning.active.btn-stroke {
    border: 3px solid transparent;
    border-color: #ed9e2d;
    color: #fff;
    background: #ed9e2d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

/* ==========================================================================

 =DANGER

========================================================================== */
.btn-danger {
  color: #ffffff;
  background-color: #e85c41;
  border-color: #e85c41; }
  .btn-danger.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #c53418;
    -moz-box-shadow: inset 0 -4px 0 #c53418;
    box-shadow: inset 0 -4px 0 #c53418; }
  .btn-danger.btn-stroke {
    border: 3px solid transparent;
    border-color: #e85c41;
    color: #e85c41;
    background: none; }
  .btn-danger.btn-border {
    border: 1px solid #ae2e15; }
  .btn-danger.btn-emboss {
    text-shadow: 0 1px 2px #972812; }
  .btn-danger.btn-bevel {
    text-shadow: 0 -1px 2px #972812; }

.btn-danger:hover,
.btn-danger:focus {
  background-color: #ea6c53;
  border-color: #ea6c53; }
  .btn-danger:hover.btn-border,
  .btn-danger:focus.btn-border {
    border: 1px solid #ae2e15; }
  .btn-danger:hover.btn-stroke,
  .btn-danger:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #e85c41;
    color: #fff;
    background: #e85c41; }

.btn-danger:active,
.btn-danger.active {
  background-color: #e5482a;
  border-color: #e5482a;
  -webkit-box-shadow: inset 0 2px 0 #c53418;
  -moz-box-shadow: inset 0 2px 0 #c53418;
  box-shadow: inset 0 2px 0 #c53418; }
  .btn-danger:active.btn-border,
  .btn-danger.active.btn-border {
    border: 1px solid #ae2e15; }
  .btn-danger:active.btn-shadow,
  .btn-danger.active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #b22f16;
    -moz-box-shadow: inset 0 3px 0 #b22f16;
    box-shadow: inset 0 3px 0 #b22f16; }
  .btn-danger:active.btn-stroke,
  .btn-danger.active.btn-stroke {
    border: 3px solid transparent;
    border-color: #e44121;
    color: #fff;
    background: #e44121;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e85c41;
  border-color: #e85c41; }

/* ==========================================================================

 =SUCCESS

========================================================================== */
.btn-success {
  color: #ffffff;
  background-color: #29bb9c;
  border-color: #29bb9c; }
  .btn-success.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #1b7c68;
    -moz-box-shadow: inset 0 -4px 0 #1b7c68;
    box-shadow: inset 0 -4px 0 #1b7c68; }
  .btn-success.btn-stroke {
    border: 3px solid transparent;
    border-color: #29bb9c;
    color: #29bb9c;
    background: none; }
  .btn-success.btn-border {
    border: 1px solid #176756; }
  .btn-success.btn-emboss {
    text-shadow: 0 1px 2px #125245; }
  .btn-success.btn-bevel {
    text-shadow: 0 -1px 2px #125245; }

.btn-success:hover,
.btn-success:focus {
  background-color: #2dccaa;
  border-color: #2dccaa; }
  .btn-success:hover.btn-border,
  .btn-success:focus.btn-border {
    border: 1px solid #176756; }
  .btn-success:hover.btn-stroke,
  .btn-success:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #29bb9c;
    color: #fff;
    background: #29bb9c; }

.btn-success:active,
.btn-success.active {
  background-color: #24a68b;
  border-color: #24a68b;
  -webkit-box-shadow: inset 0 2px 0 #1b7c68;
  -moz-box-shadow: inset 0 2px 0 #1b7c68;
  box-shadow: inset 0 2px 0 #1b7c68; }
  .btn-success:active.btn-border,
  .btn-success.active.btn-border {
    border: 1px solid #176756; }
  .btn-success:active.btn-shadow,
  .btn-success.active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #186c5a;
    -moz-box-shadow: inset 0 3px 0 #186c5a;
    box-shadow: inset 0 3px 0 #186c5a; }
  .btn-success:active.btn-stroke,
  .btn-success.active.btn-stroke {
    border: 3px solid transparent;
    border-color: #239e84;
    color: #fff;
    background: #239e84;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #29bb9c;
  border-color: #29bb9c; }

/* ==========================================================================

 =INFO

========================================================================== */
.btn-info {
  color: #ffffff;
  background-color: #52bad5;
  border-color: #52bad5; }
  .btn-info.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #2b94b0;
    -moz-box-shadow: inset 0 -4px 0 #2b94b0;
    box-shadow: inset 0 -4px 0 #2b94b0; }
  .btn-info.btn-stroke {
    border: 3px solid transparent;
    border-color: #52bad5;
    color: #52bad5;
    background: none; }
  .btn-info.btn-border {
    border: 1px solid #26839b; }
  .btn-info.btn-emboss {
    text-shadow: 0 1px 2px #217287; }
  .btn-info.btn-bevel {
    text-shadow: 0 -1px 2px #217287; }

.btn-info:hover,
.btn-info:focus {
  background-color: #62c1d9;
  border-color: #62c1d9; }
  .btn-info:hover.btn-border,
  .btn-info:focus.btn-border {
    border: 1px solid #26839b; }
  .btn-info:hover.btn-stroke,
  .btn-info:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #52bad5;
    color: #fff;
    background: #52bad5; }

.btn-info:active,
.btn-info.active {
  background-color: #3db2d0;
  border-color: #3db2d0;
  -webkit-box-shadow: inset 0 2px 0 #298da8;
  -moz-box-shadow: inset 0 2px 0 #298da8;
  box-shadow: inset 0 2px 0 #298da8; }
  .btn-info:active.btn-border,
  .btn-info.active.btn-border {
    border: 1px solid #26839b; }
  .btn-info:active.btn-shadow,
  .btn-info.active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #27879f;
    -moz-box-shadow: inset 0 3px 0 #27879f;
    box-shadow: inset 0 3px 0 #27879f; }
  .btn-info:active.btn-stroke,
  .btn-info.active.btn-stroke {
    border: 3px solid transparent;
    border-color: #35afce;
    color: #fff;
    background: #35afce;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #52bad5;
  border-color: #52bad5; }

/* ==========================================================================

 =INVERSE

========================================================================== */
.btn-inverse {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949; }
  .btn-inverse.btn-shadow {
    -webkit-box-shadow: inset 0 -4px 0 #212222;
    -moz-box-shadow: inset 0 -4px 0 #212222;
    box-shadow: inset 0 -4px 0 #212222; }
  .btn-inverse.btn-stroke {
    border: 3px solid transparent;
    border-color: #474949;
    color: #474949;
    background: none; }
  .btn-inverse.btn-border {
    border: 1px solid #151515; }
  .btn-inverse.btn-emboss {
    text-shadow: 0 1px 2px #080808; }
  .btn-inverse.btn-bevel {
    text-shadow: 0 -1px 2px #080808; }

.btn-inverse:hover,
.btn-inverse:focus {
  background-color: #515353;
  border-color: #515353; }
  .btn-inverse:hover.btn-border,
  .btn-inverse:focus.btn-border {
    border: 1px solid #151515; }
  .btn-inverse:hover.btn-stroke,
  .btn-inverse:focus.btn-stroke {
    border: 3px solid transparent;
    border-color: #52bad5;
    color: #fff;
    background: #52bad5; }

.btn-inverse:active,
.btn-inverse.active {
  background-color: #3a3c3c;
  border-color: #3a3c3c;
  -webkit-box-shadow: inset 0 2px 0 #212222;
  -moz-box-shadow: inset 0 2px 0 #212222;
  box-shadow: inset 0 2px 0 #212222; }
  .btn-inverse:active.btn-border,
  .btn-inverse.active.btn-border {
    border: 1px solid #26839b; }
  .btn-inverse:active.btn-shadow,
  .btn-inverse.active.btn-shadow {
    -webkit-box-shadow: inset 0 3px 0 #171818;
    -moz-box-shadow: inset 0 3px 0 #171818;
    box-shadow: inset 0 3px 0 #171818; }
  .btn-inverse:active.btn-stroke,
  .btn-inverse.active.btn-stroke {
    border: 3px solid transparent;
    border-color: #353737;
    color: #fff;
    background: #353737;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #474949;
  border-color: #474949; }

/* ==========================================================================

 =ANIMATIONS

========================================================================== */
.btn-slow {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.btn-snail {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

/* ==========================================================================

 =MISC

========================================================================== */
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 {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none; }