@charset "utf-8";
/* CSS Document */

/* Alerts */
.bs-alert {
  padding: 5px; /* 15px; Edited */
  margin-bottom: 10px; /* 20px; Edited */
  border: 1px solid transparent;
  border-radius: 3px; /* 4px Edited */
  font-size: 12.8px; /* Added */
}
.bs-alert h4 {
  margin-top: 0;
  color: inherit;
}
.bs-alert .bs-alert-link {
  font-weight: 500; /* bold; Edited */
}
.bs-alert > p,
.bs-alert > ul {
  margin-bottom: 0;
}
.bs-alert > p + p {
  margin-top: 5px;
}
.bs-alert-dismissable,
.bs-alert-dismissible {
  padding-right: 35px;
}
.bs-alert-dismissable .close,
.bs-alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bs-alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bs-alert-success hr {
  border-top-color: #c9e2b3;
}
.bs-alert-success .bs-alert-link {
  color: #2b542c;
}
.bs-alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bs-alert-info hr {
  border-top-color: #a6e1ec;
}
.bs-alert-info .bs-alert-link {
  color: #245269;
}
.bs-alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bs-alert-warning hr {
  border-top-color: #f7e1b5;
}
.bs-alert-warning .bs-alert-link {
  color: #66512c;
}
.bs-alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bs-alert-danger hr {
  border-top-color: #e4b9c0;
}
.bs-alert-danger .bs-alert-link {
  color: #843534;
}
.bs-alert-muted { /* Added */
  color: #5d5d5d;
  background-color: #e7e7e7;
  border-color: #d8d8d8;
}
.bs-alert-muted hr { /* Added */
  border-top-color: #ccc;
}
.bs-alert-muted .bs-alert-link { /* Added */
  color: #444;
}

/* Buttons */
.bs-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.bs-btn:focus,
.bs-btn:active:focus,
.bs-btn.active:focus,
.bs-btn.focus,
.bs-btn:active.focus,
.bs-btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bs-btn:hover,
.bs-btn:focus,
.bs-btn.focus {
  color: #333;
  text-decoration: none;
}
.bs-btn:active,
.bs-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.bs-btn-default {
  color: #333!important;
  background-color: #fff;
  border-color: #ccc!important;
}
.bs-btn-default:focus,
.bs-btn-default.focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c!important;
}
.bs-btn-default:hover {
  background-color: #e6e6e6;
  border-color: #adadad!important;
}
.bs-btn-primary,
.bs-btn-success,
.bs-btn-info,
.bs-btn-warning,
.bs-btn-danger { /* Added */
  color: #fff!important;
}
.bs-btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4!important;
}
.bs-btn-primary:focus {
  background-color: #286090;
  border-color: #122b40!important;
}
.bs-btn-primary:hover,
.bs-btn-primary:active {
  background-color: #286090;
  border-color: #204d74!important;
}
.bs-btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c!important;
}
.bs-btn-success:focus {
  background-color: #449d44;
  border-color: #255625!important;
}
.bs-btn-success:hover,
.bs-btn-success:active {
  background-color: #449d44;
  border-color: #398439!important;
}
.bs-btn-info {
  background-color: #5bc0de;
  border-color: #46b8da!important;
}
.bs-btn-info:focus {
  color: #fff!important;
  background-color: #31b0d5;
  border-color: #1b6d85!important;
}
.bs-btn-info:hover,
.bs-btn-info:active {
  background-color: #31b0d5;
  border-color: #269abc!important;
}
.bs-btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236!important;
}
.bs-btn-warning:focus {
  background-color: #ec971f;
  border-color: #985f0d!important;
}
.bs-btn-warning:hover,
.bs-btn-warning:active {
  background-color: #ec971f;
  border-color: #d58512!important;
}
.bs-btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a!important;
}
.bs-btn-danger:focus {
  background-color: #c9302c;
  border-color: #761c19!important;
}
.bs-btn-danger:hover,
.bs-btn-danger:active {
  background-color: #c9302c;
  border-color: #ac2925!important;
}
.bs-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.bs-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs-btn-block {
  display: block;
  width: 100%;
}
.bs-btn-block + .bs-btn-block {
  margin-top: 5px;
}

/* Text */
.bs-text-left {
  text-align: left;
}
.bs-text-right {
  text-align: right;
}
.bs-text-center {
  text-align: center;
}
.bs-text-justify {
  text-align: justify;
}
.bs-text-nowrap {
  white-space: nowrap;
}
.bs-text-lowercase {
  text-transform: lowercase;
}
.bs-text-uppercase {
  text-transform: uppercase;
}
.bs-text-capitalize {
  text-transform: capitalize;
}
.bs-text-muted {
  color: #777;
}
.bs-text-primary {
  color: #337ab7;
}
a.bs-text-primary:hover {
  color: #286090;
}
.bs-text-success {
  color: #3c763d;
}
a.bs-text-success:hover {
  color: #2b542c;
}
.bs-text-info {
  color: #31708f;
}
a.bs-text-info:hover {
  color: #245269;
}
.bs-text-warning {
  color: #8a6d3b;
}
a.bs-text-warning:hover {
  color: #66512c;
}
.bs-text-danger {
  color: #a94442;
}
a.bs-text-danger:hover {
  color: #843534;
}