body {
    background: url(../images/background-content.png) repeat;
}

.pusher {
    margin-top: 150px;
}

.form-control-content {
    color: gray !important;
    border: 1px solid #a0a0a0 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.voucher-container {
    position: relative;

}

.loading-img {
    position: absolute;
    right: 25px;
    width: 20px;
    top: 15px;
}

select.form-control-content {
    height: 40px;
}

h1 {
    padding-top: 0;
    margin-top: 0;
}

h3 {
    padding: 10px 0 15px 0;
}

h3 small:after {
    content: "";
    display: block;
}

.form-control-content {
    background: white !important;
}

.step-1-complete {
    display: none;
}

.step-complete {
    background: white;
    border: 1px solid gray;
    padding: 20px;
}

.step-complete:first-child {
    margin-bottom: 20px;
}

.step-complete h3 {
    padding: 0;
    margin: 0;
}

.edit-step-2 {
    display: none;
}

.step-complete .fa {
    color: #00c700;
    margin-top: 25px;
}

.fa-completed {
    display: none;
}

.sold-out {
    background: #ae997d;
    padding: 2px 5px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer {
    margin-top: 150px;
}

#suggestionAddress {
    display: none;
}

#suggestionAddressValue {
    font-weight: bold;
    font-style: italic;
}

#suggestionHouseNumber {
    display: none;
}

#suggestionCity {
    display: none;
}

#suggestionCityValue {
    font-weight: bold;
    font-style: italic;
}

#suggestionCountry {
    display: none;
}

#suggestionCountryValue {
    font-weight: bold;
    font-style: italic;
}

.tr-discount {
    display: none;
}