/* 
 gastropool css 
 https://portal.gastropool.it/rxdeposit/style.css
 15.04.2019
 */
#hg-wi-body {
  background-color: #fff; }

#rxdeposit-container.h-wi-main {
  max-width: 550px;
  margin: 0 auto; }

#hg-wi-form div, #hg-wi-form span, #hg-wi-form applet, #hg-wi-form object, #hg-wi-form iframe, #hg-wi-form .ti-h1, #hg-wi-form .ti-h2, #hg-wi-form .ti-h3, #hg-wi-form .ti-h4, #hg-wi-form .ti-h5, #hg-wi-form .ti-h6, #hg-wi-form p, #hg-wi-form blockquote, #hg-wi-form pre, #hg-wi-form a, #hg-wi-form abbr, #hg-wi-form acronym, #hg-wi-form address, #hg-wi-form big, #hg-wi-form cite, #hg-wi-form code, #hg-wi-form del, #hg-wi-form dfn, #hg-wi-form em, #hg-wi-form img, #hg-wi-form ins, #hg-wi-form kbd, #hg-wi-form q, #hg-wi-form s, #hg-wi-form samp, #hg-wi-form small, #hg-wi-form strike, #hg-wi-form strong, #hg-wi-form sub, #hg-wi-form sup, #hg-wi-form tt, #hg-wi-form var, #hg-wi-form b, #hg-wi-form u, #hg-wi-form i, #hg-wi-form center, #hg-wi-form dl, #hg-wi-form dt, #hg-wi-form dd, #hg-wi-form ol, #hg-wi-form ul, #hg-wi-form li, #hg-wi-form fieldset, #hg-wi-form form, #hg-wi-form label, #hg-wi-form legend, #hg-wi-form table, #hg-wi-form caption, #hg-wi-form tbody, #hg-wi-form tfoot, #hg-wi-form thead, #hg-wi-form tr, #hg-wi-form th, #hg-wi-form td, #hg-wi-form article, #hg-wi-form aside, #hg-wi-form canvas, #hg-wi-form details, #hg-wi-form embed, #hg-wi-form figure, #hg-wi-form figcaption, #hg-wi-form footer, #hg-wi-form header, #hg-wi-form hgroup, #hg-wi-form menu, #hg-wi-form nav, #hg-wi-form output, #hg-wi-form ruby, #hg-wi-form section, #hg-wi-form summary, #hg-wi-form time, #hg-wi-form mark, #hg-wi-form audio, #hg-wi-form video {
  border: 0;
  font-size: 14px;
  font-family: "segoe ui", arial, sans-serif;
  vertical-align: baseline;
  width: auto;
  height: auto;
  margin: 0 0 5px;
  padding: 0; }

#hg-wi-form .h-wi-nowrap {
  white-space: nowrap;
  display: inline-block; }

#hg-wi-form {
  background-color: #fff;
  padding: 5px 10px; }

#hg-wi-form .h-wi-header .h-wi-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  display: block; }

#hg-wi-form .h-wi-header .h-wi-h2 {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

#hg-wi-form .h-wi-header .h-wi-text {
  font-size: 18px;
  display: block; }

#hg-wi-form .h-wi-content {
  margin-top: 40px;
  display: block; }

#hg-wi-form .h-wi-content .h-wi-row {
  background-color: #ffc49b;
  line-height: 35px;
  min-height: 35px;
  border-bottom: 2px solid #fff;
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 0; }

#hg-wi-form .h-wi-content .h-wi-row.h-wi-bold-row {
  background-color: #f27925; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-label {
  float: left;
  width: 180px;
  display: inline-block;
  line-height: 18px;
  margin-bottom: 0;
  font-size: 14px;
  padding: 8px 0 8px 20px; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value {
  padding-left: 190px;
  line-height: 35px;
  margin-bottom: 0; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value div {
  position: relative;
  overflow: hidden; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-required-star {
  display: inline-block;
  width: 3%; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value.h-wi-textarea {
  line-height: 25px; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  height: 25px;
  width: 97%;
  max-width: 290px;
  padding-left: 5px;
  outline: none !important;
  line-height: 1; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-twothirds {
  width: 33%;
  max-width: 100px; }

#hg-wi-form.small .h-wi-content .h-wi-row .h-wi-value input.h-wi-twothirds {
  width: 97%;
  max-width: 290px; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-country {
  width: 12%;
  max-width: 35px;
  margin-right: 2%; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-zipcode {
  width: 30%;
  max-width: 74px;
  margin-right: 2%; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-city {
  width: 54%;
  max-width: 162px; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-error {
  border: 2px solid red;
  background-image: url(https://secure.gastropool.it/app_themes/deposit/h-wi-icon-alert.png);
  background-repeat: no-repeat;
  background-position: 97% 50%; }

#hg-wi-form .hWiPrivacyBlock {
  border: 2px solid transparent;
  margin: 20px 0;
  padding: 5px 30px 5px 5px; }

#hg-wi-form .hWiPrivacyBlock.h-wi-error {
  background-image: url(https://secure.gastropool.it/app_themes/deposit/h-wi-icon-alert.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  border-color: red; }

#hg-wi-form .h-wi-hiddenContent {
  display: none; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-correct {
  border: 2px solid #228b22; }

#hg-wi-form .h-wi-calc {
  width: 104px;
  display: inline-block;
  white-space: nowrap;
  height: 25px;
  background: #fff;
  position: relative;
  top: 1px;
  margin-left: 3%;
  line-height: 25px;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 700;
  float: left; }

#hg-wi-form .h-wi-calc-text {
  display: none;
  float: left;
  clear: left;
  padding-left: 6%;
  line-height: 25px; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value input.h-wi-small {
  width: 50%;
  max-width: 104px; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  height: 25px;
  width: 97%;
  max-width: 290px;
  min-height: 100px;
  margin-top: 9px;
  padding-left: 5px;
  font-family: "segoe ui", arial, sans-serif;
  outline: none !important; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value textarea.h-wi-error {
  border: 1px solid red; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-value textarea.h-wi-correct {
  border: 1px solid #228b22; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-amount-fix {
  color: gray; }

#hg-wi-form .h-wi-content .h-wi-row .h-wi-minmax-errortext {
  line-height: 18px;
  display: none;
  color: #fff;
  background-color: red;
  margin-left: 20px;
  margin-right: 30px;
  padding: 5px; }

#hg-wi-form .h-wi-butonrow {
  text-align: center; }

#hg-wi-form .h-wi-button {
  background: #f27925;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 240px;
  height: 40px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  border-radius: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 10px 0;
  padding: 0; }

#hg-wi-form .h-wi-button:hover {
  background: #c44e00;
  color: #fff; }

#hg-wi-form .h-wi-button.h-wi-sending {
  background-color: #c44e00;
  width: 40px;
  text-indent: -9999px;
  position: relative; }

#hg-wi-form .h-wi-button.h-wi-sending:after {
  content: '';
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  animation: hg-wi-spin 0.9s infinite linear;
  box-sizing: border-box;
  margin: -15px 0 0 -15px; }

#hg-wi-form .h-wi-button.h-wi-error {
  background-color: red;
  background-image: url(https://secure.gastropool.it/app_themes/deposit/h-wi-error.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-animation: shake 0.5s;
  -moz-animation: shake 0.5s;
  animation: shake 0.5s; }

#hg-wi-form .h-wi-result .h-wi-error, #hg-wi-form .h-wi-result .h-wi-success {
  border-left: 5px solid transparent;
  padding: 10px 12px; }

#hg-wi-form .h-wi-result .h-wi-error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebcccc; }

#hg-wi-form .h-wi-result .h-wi-success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d0e9c6; }

#hg-wi-form a {
  color: #f29400; }

#hg-wi-form a:hover {
  color: #bf7500; }

to {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

#hg-wi-form .h-wi-footer .h-wi-text {
  margin-top: 10px;
  padding-top: 20px;
  color: gray;
  display: block;
  border-top: 1px solid #e3e1d5; }

#hg-wi-form .h-wi-required-text {
  color: gray;
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 7px; }

#hg-wi-form .h-wi-container {
  overflow: hidden;
  margin: 0;
  padding: 0; }

#hg-wi-popup .wpwl-container {
  border-bottom: 5px solid #fff;
  padding: 20px 0; }

#hg-wi-form.small .h-wi-content .h-wi-row .h-wi-label {
  float: none;
  width: auto;
  display: block;
  padding-left: 10px; }

#hg-wi-form.small .h-wi-content .h-wi-row .h-wi-value {
  padding-left: 10px;
  padding-right: 10px; }

#hg-wi-form .h-wi-table {
  width: 100%;
  background-color: #fff;
  border-left: 1px solid #f2f4f8;
  border-top: 1px solid #f2f4f8; }

#hg-wi-form .h-wi-td-label, #hg-wi-form .h-wi-td-value {
  vertical-align: top;
  border-right: 1px solid #f2f4f8;
  border-bottom: 1px solid #f2f4f8;
  padding: 2px; }

#hg-wi-form .h-wi-print {
  background: #f27925;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  margin: 10px 0;
  padding: 0 10px; }

#hg-wi-form .h-wi-print:hover {
  background: #c44e00; }

#hg-wi-popup .hg-wi-strong {
  font-size: 1.1em;
  font-weight: 700; }

#hg-wi-popup .hg-wi-header {
  color: #fff;
  clear: both; }

#hg-wi-popup .hg-wi-container {
  padding: 10px 0 0; }

#hg-wi-popup .hg-wi-header-left {
  background: #f27925;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topright: 40px;
  border-top-right-radius: 40px;
  display: inline-block;
  padding: 10px 20px; }

#hg-wi-popup .hg-wi-header-logo {
  float: right;
  padding-top: 15px; }

#hg-wi-popup .hg-wi-header-label {
  color: #333;
  font-size: 0.85em;
  line-height: 16px; }

#hg-wi-popup .hg-wi-header-amount {
  font-size: 20px;
  font-weight: 700; }

#hg-wi-popup .hg-wi-footer {
  background: #f6f6f6;
  color: #333; }

#hg-wi-popup .hg-wi-footer-text {
  line-height: 20px;
  padding: 12px 20px; }

#hg-wi-popup .hg-wi-footer-trusted {
  background: #fff;
  color: gray;
  font-size: 0.9em;
  text-transform: uppercase;
  padding-top: 3px;
  padding-left: 20px; }

#hg-wi-popup .hg-wi-footer-trusted span {
  display: inline-block;
  float: left;
  padding-top: 35px; }

#hg-wi-popup .hg-wi-footer-trusted img {
  display: inline-block;
  float: left;
  margin-right: 20px; }

10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px); }

20%, 40%, 60%, 80% {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px); }

@media only print {
  #hg-wi-form {
    background: 0;
    padding: 0; } }
