
.boot .btn {
  display: inline-block;
  padding: 9px 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: 2px;
  text-shadow:none;
  text-decoration:none;
}
.boot .btn:focus,
.boot .btn:active:focus,
.boot .btn.active:focus,
.boot .btn.focus,
.boot .btn:active.focus,
.boot .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.boot .btn:hover,
.boot .btn:focus,
.boot .btn.focus {
  color: #333;
  text-decoration: none;
}
.boot .btn:active,
.boot .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);
}
.boot .btn.disabled,
.boot .btn[disabled],
.boot fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.boot .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.boot .btn-default:hover,
.boot .btn-default:focus,
.boot .btn-default.focus,
.boot .btn-default:active,
.boot .btn-default.active,
.boot .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.boot .btn-default:active,
.boot .btn-default.active,
.boot .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.boot .btn-default.disabled,
.boot .btn-default[disabled],
.boot fieldset[disabled] .btn-default,
.boot .btn-default.disabled:hover,
.boot .btn-default[disabled]:hover,
.boot fieldset[disabled] .btn-default:hover,
.boot .btn-default.disabled:focus,
.boot .btn-default[disabled]:focus,
.boot fieldset[disabled] .btn-default:focus,
.boot .btn-default.disabled.focus,
.boot .btn-default[disabled].focus,
.boot fieldset[disabled] .btn-default.focus,
.boot .btn-default.disabled:active,
.boot .btn-default[disabled]:active,
.boot fieldset[disabled] .btn-default:active,
.boot .btn-default.disabled.active,
.boot .btn-default[disabled].active,
.boot fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.boot .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.boot .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.boot .btn-primary:hover,
.boot .btn-primary:focus,
.boot .btn-primary.focus,
.boot .btn-primary:active,
.boot .btn-primary.active,
.boot .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.boot .btn-primary:active,
.boot .btn-primary.active,
.boot .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.boot .btn-primary.disabled,
.boot .btn-primary[disabled],
.boot fieldset[disabled] .btn-primary,
.boot .btn-primary.disabled:hover,
.boot .btn-primary[disabled]:hover,
.boot fieldset[disabled] .btn-primary:hover,
.boot .btn-primary.disabled:focus,
.boot .btn-primary[disabled]:focus,
.boot fieldset[disabled] .btn-primary:focus,
.boot .btn-primary.disabled.focus,
.boot .btn-primary[disabled].focus,
.boot fieldset[disabled] .btn-primary.focus,
.boot .btn-primary.disabled:active,
.boot .btn-primary[disabled]:active,
.boot fieldset[disabled] .btn-primary:active,
.boot .btn-primary.disabled.active,
.boot .btn-primary[disabled].active,
.boot fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.boot .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.boot .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.boot .btn-success:hover,
.boot .btn-success:focus,
.boot .btn-success.focus,
.boot .btn-success:active,
.boot .btn-success.active,
.boot .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.boot .btn-success:active,
.boot .btn-success.active,
.boot .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.boot .btn-success.disabled,
.boot .btn-success[disabled],
.boot fieldset[disabled] .btn-success,
.boot .btn-success.disabled:hover,
.boot .btn-success[disabled]:hover,
.boot fieldset[disabled] .btn-success:hover,
.boot .btn-success.disabled:focus,
.boot .btn-success[disabled]:focus,
.boot fieldset[disabled] .btn-success:focus,
.boot .btn-success.disabled.focus,
.boot .btn-success[disabled].focus,
.boot fieldset[disabled] .btn-success.focus,
.boot .btn-success.disabled:active,
.boot .btn-success[disabled]:active,
.boot fieldset[disabled] .btn-success:active,
.boot .btn-success.disabled.active,
.boot .btn-success[disabled].active,
.boot fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.boot .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.boot .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.boot .btn-info:hover,
.boot .btn-info:focus,
.boot .btn-info.focus,
.boot .btn-info:active,
.boot .btn-info.active,
.boot .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.boot .btn-info:active,
.boot .btn-info.active,
.boot .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.boot .btn-info.disabled,
.boot .btn-info[disabled],
.boot fieldset[disabled] .btn-info,
.boot .btn-info.disabled:hover,
.boot .btn-info[disabled]:hover,
.boot fieldset[disabled] .btn-info:hover,
.boot .btn-info.disabled:focus,
.boot .btn-info[disabled]:focus,
.boot fieldset[disabled] .btn-info:focus,
.boot .btn-info.disabled.focus,
.boot .btn-info[disabled].focus,
.boot fieldset[disabled] .btn-info.focus,
.boot .btn-info.disabled:active,
.boot .btn-info[disabled]:active,
.boot fieldset[disabled] .btn-info:active,
.boot .btn-info.disabled.active,
.boot .btn-info[disabled].active,
.boot fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.boot .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.boot .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.boot .btn-warning:hover,
.boot .btn-warning:focus,
.boot .btn-warning.focus,
.boot .btn-warning:active,
.boot .btn-warning.active,
.boot .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.boot .btn-warning:active,
.boot .btn-warning.active,
.boot .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.boot .btn-warning.disabled,
.boot .btn-warning[disabled],
.boot fieldset[disabled] .btn-warning,
.boot .btn-warning.disabled:hover,
.boot .btn-warning[disabled]:hover,
.boot fieldset[disabled] .btn-warning:hover,
.boot .btn-warning.disabled:focus,
.boot .btn-warning[disabled]:focus,
.boot fieldset[disabled] .btn-warning:focus,
.boot .btn-warning.disabled.focus,
.boot .btn-warning[disabled].focus,
.boot fieldset[disabled] .btn-warning.focus,
.boot .btn-warning.disabled:active,
.boot .btn-warning[disabled]:active,
.boot fieldset[disabled] .btn-warning:active,
.boot .btn-warning.disabled.active,
.boot .btn-warning[disabled].active,
.boot fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.boot .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.boot .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.boot .btn-danger:hover,
.boot .btn-danger:focus,
.boot .btn-danger.focus,
.boot .btn-danger:active,
.boot .btn-danger.active,
.boot .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.boot .btn-danger:active,
.boot .btn-danger.active,
.boot .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.boot .btn-danger.disabled,
.boot .btn-danger[disabled],
.boot fieldset[disabled] .btn-danger,
.boot .btn-danger.disabled:hover,
.boot .btn-danger[disabled]:hover,
.boot fieldset[disabled] .btn-danger:hover,
.boot .btn-danger.disabled:focus,
.boot .btn-danger[disabled]:focus,
.boot fieldset[disabled] .btn-danger:focus,
.boot .btn-danger.disabled.focus,
.boot .btn-danger[disabled].focus,
.boot fieldset[disabled] .btn-danger.focus,
.boot .btn-danger.disabled:active,
.boot .btn-danger[disabled]:active,
.boot fieldset[disabled] .btn-danger:active,
.boot .btn-danger.disabled.active,
.boot .btn-danger[disabled].active,
.boot fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.boot .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.boot .btn-link {
  font-weight: normal;
  color: #428bca;
  border-radius: 0;
}
.boot .btn-link,
.boot .btn-link:active,
.boot .btn-link.active,
.boot .btn-link[disabled],
.boot fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.boot .btn-link,
.boot .btn-link:hover,
.boot .btn-link:focus,
.boot .btn-link:active {
  border-color: transparent;
}
.boot .btn-link:hover,
.boot .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.boot .btn-link[disabled]:hover,
.boot fieldset[disabled] .btn-link:hover,
.boot .btn-link[disabled]:focus,
.boot fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.boot .btn-lg,
.boot .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.boot .btn-sm,
.boot .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot .btn-xs,
.boot .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot .btn-block {
  display: block;
  width: 100%;
}
.boot .btn-block + .btn-block {
  margin-top: 5px;
}
.boot input[type="submit"].btn-block,
.boot input[type="reset"].btn-block,
.boot input[type="button"].btn-block {
  width: 100%;
}

.boot .help-inline {
	padding-left:25px;
	font-size:13px;
	line-height:35px;
	margin-left:10px;
}

.boot .help-inline.success {
	background:transparent url("../images/yes.png") no-repeat scroll 0 9px;
	color:#008000;
}

.boot .help-inline.error {
	background:transparent url("../images/no.png") no-repeat scroll 0 9px;
	color:#b61d1d;
}

.boot .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.boot .alert h4 {
  margin-top: 0;
  color: inherit;
}
.boot .alert .alert-link {
  font-weight: bold;
}
.boot .alert > p,
.boot .alert > ul {
  margin-bottom: 0;
}
.boot .alert > p + p {
  margin-top: 5px;
}
.boot .alert-dismissable,
.boot .alert-dismissible {
  padding-right: 35px;
}
.boot .alert-dismissable .close,
.boot .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.boot .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.boot .alert-success hr {
  border-top-color: #c9e2b3;
}
.boot .alert-success .alert-link {
  color: #2b542c;
}
.boot .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.boot .alert-info hr {
  border-top-color: #a6e1ec;
}
.boot .alert-info .alert-link {
  color: #245269;
}
.boot .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.boot .alert-warning hr {
  border-top-color: #f7e1b5;
}
.boot .alert-warning .alert-link {
  color: #66512c;
}
.boot .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.boot .alert-danger hr {
  border-top-color: #e4b9c0;
}
.boot .alert-danger .alert-link {
  color: #843534;
}