/* line 4, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.text-field {
  margin: 0px 0px 15px;
  display: block;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  color: #777777;
  font-size: 14px;
  padding: 10px 10px 8px;
  width: 278px;
}
/* line 381, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
.text-field:focus {
  border: 1px solid #2da2d5;
  box-shadow: none;
  color: #555555;
}

/* line 7, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.text-field[readonly] {
  margin: 0px 0px 15px;
  display: block;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  color: #777777;
  font-size: 14px;
  padding: 10px 10px 8px;
  width: 278px;
  background: #fcfcfc;
  border: 1px solid #cccccc;
  color: #666666;
}
/* line 381, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
.text-field[readonly]:focus {
  border: 1px solid #2da2d5;
  box-shadow: none;
  color: #555555;
}
/* line 394, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
.text-field[readonly]:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #666666;
}

/* line 10, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.short-text-field {
  margin: 0px 0px 15px;
  display: block;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  color: #777777;
  font-size: 14px;
  padding: 10px 10px 8px;
  width: 278px;
  display: inline;
  width: 100px;
}
/* line 381, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
.short-text-field:focus {
  border: 1px solid #2da2d5;
  box-shadow: none;
  color: #555555;
}

/* line 13, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.text-area-field {
  margin: 0px 0px 15px;
  display: block;
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  color: #777777;
  font-size: 14px;
  padding: 10px 10px 8px;
  width: 278px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 381, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
.text-area-field:focus {
  border: 1px solid #2da2d5;
  box-shadow: none;
  color: #555555;
}

/* line 16, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.button,
.button {
  display: block;
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px 8px;
  text-decoration: none;
}
/* line 431, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.button:active,
.button:active {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 433, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.button:hover,
.button:hover {
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  text-decoration: none;
}

/* line 20, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.button-link,
.button-link {
  display: block;
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px 8px;
  text-decoration: none;
  padding: 10px 13px 11px;
}
/* line 431, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.button-link:active,
.button-link:active {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 433, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.button-link:hover,
.button-link:hover {
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  text-decoration: none;
}

/* line 24, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.soft-button,
.soft-button {
  display: block;
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px 8px;
  text-decoration: none;
  background: #f8f8f8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1)), #f8f8f8;
  background: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #868686;
}
/* line 431, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-button:active,
.soft-button:active {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 433, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-button:hover,
.soft-button:hover {
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  text-decoration: none;
}
/* line 461, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-button:active,
.soft-button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}
/* line 463, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-button:hover,
.soft-button:hover {
  background: #f8f8f8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1)), #f8f8f8;
  background: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  border: 1px solid #bbbbbb;
  color: #777777;
}

/* line 28, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.big-button,
.big-button {
  display: block;
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px 8px;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 15px 10px;
}
/* line 431, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.big-button:active,
.big-button:active {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 433, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.big-button:hover,
.big-button:hover {
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  text-decoration: none;
}

/* line 32, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.soft-big-button,
.soft-big-button {
  display: block;
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px 8px;
  text-decoration: none;
  background: #f8f8f8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1)), #f8f8f8;
  background: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #868686;
  font-size: 16px;
  padding: 9px 15px 10px;
}
/* line 431, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-big-button:active,
.soft-big-button:active {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 433, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-big-button:hover,
.soft-big-button:hover {
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  text-decoration: none;
}
/* line 461, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-big-button:active,
.soft-big-button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15) inset;
}
/* line 463, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.soft-big-button:hover,
.soft-big-button:hover {
  background: #f8f8f8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #f1f1f1)), #f8f8f8;
  background: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  background: linear-gradient(#fcfcfc 0%, #f1f1f1 100%), #f8f8f8;
  border: 1px solid #bbbbbb;
  color: #777777;
}

/* line 36, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.full-button,
.full-button {
  display: block;
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  border: medium none;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 7px 9px 8px;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 15px 10px;
  width: 100%;
}
/* line 431, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.full-button:active,
.full-button:active {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.25) inset;
}
/* line 433, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
a.full-button:hover,
.full-button:hover {
  background: #2195c8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2fa4d7), color-stop(100%, #168bbe)), #2195c8;
  background: -webkit-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -moz-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: -o-linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  background: linear-gradient(#2fa4d7 0%, #168bbe 100%), #2195c8;
  text-decoration: none;
}

/* line 41, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
a.button[disabled],
.button[disabled] {
  background: #cccccc;
}

/* line 45, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
ul.button-bar {
  list-style: none;
  margin: 0;
}
/* line 484, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
ul.button-bar li {
  display: inline;
  margin: 0;
}
/* line 488, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
ul.button-bar li .button {
  border-radius: 0;
}
/* line 491, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
ul.button-bar li:first-child .button {
  border-radius: 4px 0 0 4px;
}
/* line 493, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
ul.button-bar li:last-child .button {
  border-radius: 0 4px 4px 0;
}
/* line 496, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
ul.button-bar li span {
  background: #2195c8;
  cursor: default;
  opacity: 0.8;
}

/* line 48, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.checkbox {
  height: 30px;
  vertical-align: middle;
}

/* line 51, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.errors {
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  padding: 10px;
  margin: 0;
  background: #fff2f2;
  color: #ed5555;
  border-color: #ed5555;
  margin-bottom: -4px;
}

/* line 54, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.notices {
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  padding: 10px;
  margin: 0;
  background: #eafbe5;
  color: #4bb72a;
  border-color: #4bb72a;
}

/* line 57, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.options {
  margin: 0px 0px 15px;
}

/* line 60, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.option {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: #4bb72a;
}
/* line 510, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/constants/_constants.css.sass */
.option:hover {
  background: #ebf2f6;
  border-radius: 4px;
}

/* line 63, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.form-submit-field, .form-reset-field {
  display: inline-block;
}
/* line 66, /Users/roopakv/workspace/cardspring/site/app/assets/stylesheets/components/form.css.sass */
.form-submit-field .field, .form-reset-field .field {
  display: inline-block;
}
