/* css */
/* line 3, ../compass/sass/tmplt-default.scss */
button:focus {
  outline: 0;
}

/* line 5, ../compass/sass/tmplt-default.scss */
.ajsrConfirm-back-bg {
  background-color: orange;
}

/* line 9, ../compass/sass/tmplt-default.scss */
.ajsrConfirm {
  background-color: #fafafa;
  border-radius: 7px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 7px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
/* line 20, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.42857143;
  font-weight: 500;
}
/* line 34, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .content {
  padding: 9px 14px;
  background-color: white;
}
/* line 38, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  border-radius: 0 0 5px 5px;
}
/* line 45, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  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;
}
/* line 65, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .btn.cancel {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 69, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .btn.cancel:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 75, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .btn.confirm {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 81, ../compass/sass/tmplt-default.scss */
.ajsrConfirm .btn.confirm:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
