@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
/* line 12, app/assets/stylesheets/common/../theme/wesave/fonts.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, app/assets/stylesheets/common/../theme/wesave/fonts.scss */
body {
  font-weight: 500;
}

/* line 12, app/assets/stylesheets/common/../theme/wesave/fonts.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 18, app/assets/stylesheets/common/../theme/wesave/fonts.scss */
body {
  font-weight: 500;
}

/* line 3, app/assets/stylesheets/common/inputs.scss */
input {
  font-family: "Source Sans Pro";
}

/* line 7, app/assets/stylesheets/common/inputs.scss */
input[type=radio], input[type=checkbox] {
  display: none;
}

/* line 11, app/assets/stylesheets/common/inputs.scss */
input.custom,
.select.custom select {
  height: 40px;
  border: none;
  border-bottom: 1px solid #9AB4CB;
  max-width: 300px;
  width: 100%;
  display: block;
  line-height: 40px;
  font-size: .8em;
  margin: 40px auto;
  padding-left: 10px;
  background: rgba(154, 180, 203, 0.05);
  transition: background-color .2s ease-out;
}

/* line 26, app/assets/stylesheets/common/inputs.scss */
input.custom:disabled,
.select.custom select:disabled {
  opacity: .2;
}

/* line 29, app/assets/stylesheets/common/inputs.scss */
input.custom:focus,
.select.custom select:focus {
  background-color: rgba(207, 166, 120, 0.1);
}

/* line 34, app/assets/stylesheets/common/inputs.scss */
label.custom {
  position: absolute;
  display: block;
  font-size: .83rem;
  font-weight: 100;
  padding-left: 7px;
  width: 300px;
  margin-top: -70px;
  text-align: left;
  transition: all .2s ease-out;
  pointer-events: none;
}

/* TODO : make this with js instead cause it will have to be done anyway to check if fields are correct */
/* line 48, app/assets/stylesheets/common/inputs.scss */
input.custom:focus + label.custom,
label.custom.valid {
  margin-top: -100px;
  color: #2E3946;
  font-weight: 400;
}

/* line 55, app/assets/stylesheets/common/inputs.scss */
.radiobox, .radio-box {
  display: inline-block;
  margin: 30px 20px 10px 0;
}

/* line 59, app/assets/stylesheets/common/inputs.scss */
.radiobox label:after, .radio-box label:after {
  border-radius: 8px;
}

/* line 64, app/assets/stylesheets/common/inputs.scss */
.radio-box label,
.check-box label,
.radiobox label,
.checkbox.custom label {
  border: 1px solid rgba(94, 142, 184, 0.5);
  border-radius: 3px;
  display: inline-block;
  width: 220px;
  cursor: pointer;
  position: relative;
  padding: 13px 12px 10px 42px;
  line-height: 1.3;
}

/* line 78, app/assets/stylesheets/common/inputs.scss */
.radiobox.small label {
  width: 140px;
}

/* line 82, app/assets/stylesheets/common/inputs.scss */
.radio-box label:after,
.check-box label:after,
.radiobox label:after,
.checkbox.custom label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #9AB4CB;
  background: white;
  box-sizing: border-box;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 98, app/assets/stylesheets/common/inputs.scss */
.radiobox.checked label:after,
.checkbox.custom.checked label:after {
  background: url(/assets/wesave/icons/icn-state-valid-eae00f7e1edae237a962ed29f136dc27e046a7a38fcbf9bc31cb6b340a78fc37.svg) no-repeat, white;
  background-position: 3px 5px;
  border-color: #5E8EB8;
}

/* line 105, app/assets/stylesheets/common/inputs.scss */
.radiobox:not(.checked):not(.disabled):hover label:after,
.checkbox.custom:not(.checked):hover label:after {
  background: url(/assets/wesave/icons/icn-state-valid-light-21bb161bb95357e481ab61ff987d4f6959b0b62ab4e0c0f2c7ed5d6a26c6cbf6.svg) no-repeat, white;
  background-position: 3px 5px;
}

/* line 110, app/assets/stylesheets/common/inputs.scss */
.radiobox.checked label,
.checkbox.custom.checked label {
  background: rgba(154, 180, 203, 0.2);
  border: 1px solid rgba(94, 142, 184, 0.8);
}

/* line 116, app/assets/stylesheets/common/inputs.scss */
.radiobox:not(.checked):not(.disabled):hover label,
.checkbox.custom:not(.checked):hover label {
  background-color: rgba(154, 180, 203, 0.1);
}

/* line 121, app/assets/stylesheets/common/inputs.scss */
.radiobox span.soon {
  font-style: italic;
  font-size: .8em;
  font-weight: 100;
}

/* line 127, app/assets/stylesheets/common/inputs.scss */
.radiobox.disabled, .radio-box.disabled {
  pointer-events: none;
  opacity: .5;
}

/* line 130, app/assets/stylesheets/common/inputs.scss */
.radiobox.disabled label, .radio-box.disabled label {
  cursor: default;
}

/* line 135, app/assets/stylesheets/common/inputs.scss */
.ui-autocomplete {
  max-height: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1;
  border: 1px solid #9AB4CB;
  border-top: 0;
  max-width: 300px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}

/* line 146, app/assets/stylesheets/common/inputs.scss */
.ui-state-focus {
  border: none !important;
  background: rgba(154, 180, 203, 0.5) !important;
}

/* line 151, app/assets/stylesheets/common/inputs.scss */
.checkbox.custom {
  width: 100%;
  position: relative;
  margin: 10px 0 -5px;
}

/* line 156, app/assets/stylesheets/common/inputs.scss */
.checkbox.custom input[type=checkbox] {
  display: none;
}

/* line 161, app/assets/stylesheets/common/inputs.scss */
.checkbox.custom label {
  width: 100%;
}

/* line 165, app/assets/stylesheets/common/inputs.scss */
.check-box label:after,
.checkbox.custom:after {
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  pointer-events: none;
}

/* line 175, app/assets/stylesheets/common/inputs.scss */
.checkbox.custom.checked:after,
.checkbox.custom:not(.checked):hover:after {
  background-position: 2px 4px;
}

/* line 180, app/assets/stylesheets/common/inputs.scss */
p.error-message {
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #E6808D;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
  line-height: 1.2 !important;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 6px;
}

/* line 196, app/assets/stylesheets/common/inputs.scss */
.radiobox label.error, .radiobox label.error:after {
  border-color: #E6808D;
}

/* line 199, app/assets/stylesheets/common/inputs.scss */
.radiobox label.error input, .radiobox label.error textarea, .radiobox label.error:after input, .radiobox label.error:after textarea {
  border-bottom: 2px solid #E6808D;
}

/* line 204, app/assets/stylesheets/common/inputs.scss */
.radiobox label.success, .radiobox label.success:after {
  border-color: #36D693;
}

/* radio-box and check-box */
/* line 214, app/assets/stylesheets/common/inputs.scss */
.check-box label:after,
.radio-box label:after {
  top: 50%;
  transform: translateY(-50%);
}

/* line 219, app/assets/stylesheets/common/inputs.scss */
.check-box input:disabled + label,
.radio-box input:disabled + label {
  opacity: 0.5;
  cursor: default;
}

/* line 224, app/assets/stylesheets/common/inputs.scss */
.check-box input:checked + label,
.radio-box input:checked + label {
  background: rgba(154, 180, 203, 0.2);
  border: 1px solid rgba(94, 142, 184, 0.8);
}

/* line 228, app/assets/stylesheets/common/inputs.scss */
.check-box input:checked + label:after,
.radio-box input:checked + label:after {
  background: url(/assets/signup/tick-blue-eae00f7e1edae237a962ed29f136dc27e046a7a38fcbf9bc31cb6b340a78fc37.svg) no-repeat, white;
}

/* line 234, app/assets/stylesheets/common/inputs.scss */
.check-box:hover input:not(:checked):not(:disabled) + label,
.radio-box:hover input:not(:checked):not(:disabled) + label {
  background-color: rgba(154, 180, 203, 0.1);
}

/* line 240, app/assets/stylesheets/common/inputs.scss */
.check-box input:checked + label:after {
  background-position: 3px 4px;
}

/* line 244, app/assets/stylesheets/common/inputs.scss */
.radio-box input:checked + label:after {
  background-position: 3px 5px;
}

/* line 248, app/assets/stylesheets/common/inputs.scss */
.radio-box-sub-text {
  font-style: italic;
  font-size: .8em;
  font-weight: 100;
}

/* Common */
/* line 256, app/assets/stylesheets/common/inputs.scss */
input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
  font-size: 0.93rem;
}

/* line 264, app/assets/stylesheets/common/inputs.scss */
input[type=text],
input[type=email],
input[type=number],
input[type=password],
select {
  padding: 0 0 0 10px;
  margin: 0;
  color: #444;
  border: none;
  border-bottom: 1px solid #9AB4CB;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

/* line 279, app/assets/stylesheets/common/inputs.scss */
.text-box, .select-box {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 25px;
  margin-top: 5px;
  font-size: 0.95rem;
}

/* line 287, app/assets/stylesheets/common/inputs.scss */
.text-box input, .text-box select, .select-box input, .select-box select {
  background: rgba(154, 180, 203, 0.05);
  margin-bottom: 10px;
  width: 100%;
}

/* line 293, app/assets/stylesheets/common/inputs.scss */
.text-box > label, .select-box > label {
  position: absolute;
  left: 10px;
  font-size: 0.85rem;
  transition: all .2s ease-out;
}

/* line 301, app/assets/stylesheets/common/inputs.scss */
.text-box.error select, .text-box.error input, .select-box.error select, .select-box.error input {
  border-bottom: 2px solid #E6808D;
}

/* line 305, app/assets/stylesheets/common/inputs.scss */
.text-box.error label, .select-box.error label {
  color: #E6808D !important;
}

/* Select */
/* line 315, app/assets/stylesheets/common/inputs.scss */
.select-box select {
  position: relative;
  background: url(/assets/signup/arrow-select-b281d129ce69c4e1dceccae44bd8d0c4ae4f647a976d6fba4b83bc2de008a96f.svg) no-repeat right center, rgba(154, 180, 203, 0.05);
  border-radius: 0;
  padding: 0 25px 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: #444;
  display: inline-block;
  font-family: "Source Sans Pro";
  font-size: .9em;
}

/* line 327, app/assets/stylesheets/common/inputs.scss */
.select-box select:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 333, app/assets/stylesheets/common/inputs.scss */
.select-box label {
  color: #2E3946;
  font-weight: 400;
  top: 3px;
}

/* line 340, app/assets/stylesheets/common/inputs.scss */
.select-box.long-label label {
  top: -7px;
}

/* line 347, app/assets/stylesheets/common/inputs.scss */
.select-box.chosen .chosen-container-single .chosen-single {
  border: none;
  border-bottom: 1px solid #9AB4CB;
  height: 40px;
  border-radius: 0;
  background: rgba(154, 180, 203, 0.05);
}

/* line 355, app/assets/stylesheets/common/inputs.scss */
.select-box.chosen .chosen-container-single .chosen-single span {
  line-height: 40px;
}

/* line 359, app/assets/stylesheets/common/inputs.scss */
.select-box.chosen .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #9AB4CB;
}

/* line 363, app/assets/stylesheets/common/inputs.scss */
.select-box.chosen .chosen-container .chosen-drop {
  border: 1px solid #9AB4CB;
  border-top: 0;
}

/* line 368, app/assets/stylesheets/common/inputs.scss */
.select-box.chosen .chosen-container-single .chosen-single div b {
  background: url(/assets/signup/arrow-select-b281d129ce69c4e1dceccae44bd8d0c4ae4f647a976d6fba4b83bc2de008a96f.svg) no-repeat center center;
}

/* line 373, app/assets/stylesheets/common/inputs.scss */
.select-box.small select {
  max-width: 85px;
  width: 100%;
}

/* line 378, app/assets/stylesheets/common/inputs.scss */
.select-box.medium {
  max-width: 192px;
  width: 100%;
}

/* line 383, app/assets/stylesheets/common/inputs.scss */
.select-box.success {
  border-bottom-color: #36D693;
}

/* Input text*/
/* line 396, app/assets/stylesheets/common/inputs.scss */
.text-box > input:focus + label, .text-box > input.valid + label {
  color: #2E3946;
  font-weight: 400;
  top: 3px;
}

/* line 403, app/assets/stylesheets/common/inputs.scss */
.text-box > input:disabled {
  opacity: 0.5;
}

/* line 406, app/assets/stylesheets/common/inputs.scss */
.text-box > input:disabled + label {
  cursor: default;
}

/* line 412, app/assets/stylesheets/common/inputs.scss */
.text-box > label {
  font-weight: 100;
  top: 38px;
}

/* line 418, app/assets/stylesheets/common/inputs.scss */
.text-box.expanded > input + label {
  color: #2E3946;
  font-weight: 400;
  top: 3px;
}

/* line 426, app/assets/stylesheets/common/inputs.scss */
.text-box.long-label input + label {
  top: 30px;
}

/* line 431, app/assets/stylesheets/common/inputs.scss */
.text-box.long-label input:focus + label, .text-box.long-label input.valid + label {
  top: -7px;
}

/* Textarea */
/* line 440, app/assets/stylesheets/common/inputs.scss */
textarea {
  padding: 5px 5px 5px 10px;
  color: #444;
  border: none;
  border-bottom: 1px solid #9AB4CB;
  display: inline-block;
  min-height: 30px;
  margin: 3px 7px 3px 7px;
  background: rgba(255, 255, 255, 0.4);
}

/* line 450, app/assets/stylesheets/common/inputs.scss */
textarea:disabled {
  background: rgba(255, 255, 255, 0.4);
}

/* Reset */
/* line 457, app/assets/stylesheets/common/inputs.scss */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* line 462, app/assets/stylesheets/common/inputs.scss */
select::-ms-expand {
  display: none;
}

/* line 466, app/assets/stylesheets/common/inputs.scss */
select {
  outline: 0 !important;
}
