/* === COLORS === */
/* === TRANSITIONS === */
/* === SIZES === */
/* New public web */
/* line 74, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pastel-orange {
  background-color: #fce6a6;
}

/* line 76, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-orange {
  background-color: #fef7e5;
}

/* line 78, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-pale-green {
  background-color: #eef7e5;
}

/* line 80, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.background-white {
  background-color: #fff;
}

/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/00-base/variables.sass */
.color-dark-red {
  color: #970b00;
}

/* line 68, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn {
  border: 0;
  font-weight: 700;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: white;
  cursor: pointer;
  vertical-align: text-top;
  font-size: 1rem;
  border-radius: 2rem;
  white-space: initial;
}
/* line 78, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-full-width {
  width: 100%;
}
/* line 80, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-lg {
  padding: 1rem 3rem;
}
/* line 82, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-form {
  background-color: white;
  color: black;
  border: 1px solid #9EADB7;
  border-left: 1px solid #D8E4ED;
}
/* line 87, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-form:active:hover:focus, .btn-form:active:hover, .btn-form:active, .btn-form:hover:focus, .btn-formfocus {
  outline: none;
  box-shadow: none;
}
/* line 90, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary {
  background-color: #1F56C7;
  color: white;
  box-shadow: inset 0 -3px 0 0 #1c4cb1;
}
/* line 7, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary:hover {
  background-color: #205ad0;
  box-shadow: inset 0 -3px 0 0 #1c4cb1;
  color: white;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary:active:hover:focus, .btn-primary:active:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #1e52be;
  box-shadow: inset 0 2px 0 0 #1c4cb1;
  color: #f7f7f7;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary:active:focus {
  background-color: #1F56C7;
  outline: none;
}
/* line 92, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-secondary {
  background-color: #CFF9A1;
  color: #009B72;
  box-shadow: inset 0 -3px 0 0 #c3f789;
}
/* line 7, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-secondary:hover {
  background-color: #d4faab;
  box-shadow: inset 0 -3px 0 0 #c3f789;
  color: #009B72;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-secondary:active:hover:focus, .btn-secondary:active:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #caf897;
  box-shadow: inset 0 2px 0 0 #c3f789;
  color: #008c67;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-secondary:active:focus {
  background-color: #CFF9A1;
  outline: none;
}
/* line 94, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success {
  background-color: #009B72;
  color: white;
  box-shadow: inset 0 -3px 0 0 #00825f;
}
/* line 7, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success:hover {
  background-color: #00a57a;
  box-shadow: inset 0 -3px 0 0 #00825f;
  color: white;
}
/* line 11, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success:active:hover:focus, .btn-success:active:hover, .btn-success:active, .btn-success:focus {
  background-color: #00916a;
  box-shadow: inset 0 2px 0 0 #00825f;
  color: #f7f7f7;
}
/* line 15, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success:active:focus {
  background-color: #009B72;
  outline: none;
}
/* line 97, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary-inverted {
  background-color: white;
  color: #1F56C7;
}
/* line 22, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary-inverted:hover {
  box-shadow: inset 0 -3px 0 0 #d9d9d9;
  color: #1F56C7;
}
/* line 25, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary-inverted:active:hover:focus, .btn-primary-inverted:active:hover, .btn-primary-inverted:active, .btn-primary-inverted:focus {
  background-color: #f2f2f2;
  box-shadow: inset 0 2px 0 0 #d9d9d9;
  outline: none;
  color: #1e52be;
}
/* line 30, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-primary-inverted:active:focus {
  background-color: white;
  outline: none;
}
/* line 99, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success-inverted {
  background-color: white;
  color: #009B72;
}
/* line 22, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success-inverted:hover {
  box-shadow: inset 0 -3px 0 0 #d9d9d9;
  color: #009B72;
}
/* line 25, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success-inverted:active:hover:focus, .btn-success-inverted:active:hover, .btn-success-inverted:active, .btn-success-inverted:focus {
  background-color: #f2f2f2;
  box-shadow: inset 0 2px 0 0 #d9d9d9;
  outline: none;
  color: #00916a;
}
/* line 30, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-success-inverted:active:focus {
  background-color: white;
  outline: none;
}
/* line 102, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success {
  background-color: transparent;
  color: #009B72;
  box-shadow: inset 0px 0px 0px 2px #009B72;
}
/* line 38, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success:hover {
  background-color: #009B72;
  color: white;
}
/* line 41, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success:active:hover:focus, .btn-outline-success:active:hover, .btn-outline-success:active, .btn-outline-success:focus {
  background-color: #00916a;
  color: white;
  box-shadow: inset 0 2px 0 0 #00825f;
  outline: none;
  color: #f7f7f7;
}
/* line 47, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success:active:focus {
  background-color: transparent;
  outline: none;
}
/* line 104, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success-inverted {
  background-color: transparent;
  color: white;
  box-shadow: inset 0px 0px 0px 2px white;
}
/* line 55, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success-inverted:hover {
  background-color: white;
  color: #009B72;
  box-shadow: none;
}
/* line 59, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success-inverted:active:hover:focus, .btn-outline-success-inverted:active:hover, .btn-outline-success-inverted:active, .btn-outline-success-inverted:hover:focus, .btn-outline-success-inverted:focus {
  background-color: #f2f2f2;
  color: #009B72;
  box-shadow: inset 0 2px 0 0 #d9d9d9;
  outline: none;
}
/* line 64, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.btn-outline-success-inverted:active:focus {
  background-color: white;
  outline: none;
}

/* line 109, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.input-group .form-control:focus + .input-group-btn .btn.btn-form {
  border: 1px solid #1F56C7;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.13);
}

/* New public web */
/* line 115, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button {
  border-radius: 4px;
  font-family: "IBM Plex Sans";
  cursor: pointer;
  height: 40px;
  border: 0;
  font-size: 0.875rem;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 20px;
  text-decoration: none !important;
  vertical-align: text-top;
  text-align: center;
  text-transform: uppercase;
}
/* line 130, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.primary {
  color: #fff;
  background-color: #009b72;
}
/* line 133, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.primary:hover {
  background-color: #015f61;
}
/* line 135, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.secondary {
  border: solid 2px white;
  background-color: #fff;
  color: #015f61;
  line-height: 16px;
}
/* line 140, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.secondary:hover {
  border: solid 2px #015f61;
  background-color: #e4f5f3;
}
/* line 143, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.negative {
  background-color: #fff;
  color: #015f61;
}
/* line 146, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.negative:hover {
  color: #000;
}
/* line 148, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.danger {
  background-color: #c21609;
  color: #fff;
}
/* line 151, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.danger:hover {
  background-color: #970b00;
}
/* line 153, /mnt/quipuapp/app/assets/stylesheets/public/01-atoms/buttons.sass */
.button.big {
  height: 50px;
  font-size: 1rem;
  padding: 11px 30px;
  line-height: 28px;
}
