
form.Gastronovi_form {
    width: 100%;
}

form.Gastronovi_form fieldset.Gastronovi_fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

form.Gastronovi_form.Gastronovi_form_wide .Gastronovi_fieldsetwrap {
    display: flex;
}

form.Gastronovi_form.Gastronovi_form_wide .Gastronovi_fieldsetwrap > div {
    flex: 1;
}

form.Gastronovi_form.Gastronovi_form_wide .Gastronovi_fieldsetwrap .Gastronovi_fieldwrap .Gastronovi_fieldwrapinner {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

form.Gastronovi_form.Gastronovi_form_wide .Gastronovi_fieldsetwrap .Gastronovi_fieldwrap:first-child .Gastronovi_fieldwrapinner {
    padding-left: 0;
}

form.Gastronovi_form.Gastronovi_form_wide .Gastronovi_fieldsetwrap .Gastronovi_fieldwrap:last-child .Gastronovi_fieldwrapinner {
    padding-right: 0;
}

form.Gastronovi_form label.Gastronovi_label {
    display: block;
    margin-bottom: 0.3em;
}

form.Gastronovi_form span.Gastronovi_description {
    display: block;
    margin-top: 0.3em;
    font-size: 0.8em;
}

form.Gastronovi_form .Gastronovi_fieldwrap {
    padding: 0.5em 0;
}

form.Gastronovi_form .Gastronovi_fieldwrap[hasoptions] {
    padding-bottom: 0;
}

form.Gastronovi_form textarea {
    height: 6em;
}

form.Gastronovi_form input,
form.Gastronovi_form textarea,
form.Gastronovi_form select,
form.Gastronovi_form textarea {
    width: 100%;
    margin: 0;
}

form.Gastronovi_form input[type="checkbox"],
form.Gastronovi_form input[type="radio"] {
    display: inline-block;
    width: auto;
    margin: 0 0.5em 0.3em 0;
}

form.Gastronovi_form input[type="checkbox"] + label,
form.Gastronovi_form input[type="radio"] + label {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

form.Gastronovi_form .Gastronovi_optionwrap {
    display: inline-block;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

form.Gastronovi_form input:disabled,
form.Gastronovi_form textarea:disabled,
form.Gastronovi_form select:disabled,
form.Gastronovi_form textarea:disabled {
    opacity: 0.5;
}

form.Gastronovi_form .Gastronovi_introduction,
form.Gastronovi_form .Gastronovi_footer,
form.Gastronovi_form .Gastronovi_success,
form.Gastronovi_form .Gastronovi_error {
    padding-bottom: 1.5em;
}

form.Gastronovi_form .Gastronovi_footer {
    padding-top: 0.5em;
    font-size: 0.7em;
    opacity: 0.5;
}

form.Gastronovi_form .Gastronovi_error {
    font-style: italic;
}

form.Gastronovi_form .Gastronovi_summary {

}

form.Gastronovi_form .Gastronovi_summary_row {
    display: flex;
    flex-flow: row wrap;
    padding: 0.3em 0;
}

form.Gastronovi_form .Gastronovi_summary_label,
form.Gastronovi_form .Gastronovi_summary_value {
    flex: 1;
    max-width: 400px;
    min-width: 200px;
}

form.Gastronovi_form .Gastronovi_summary_label {
    font-weight: bold;
}


form.Gastronovi_form button {
    margin-top: 0.5em;
}

form.Gastronovi_form button:disabled {
    opacity: 0.5;
}

form.Gastronovi_form button.Gastronovi_backbutton {
    margin-right: 1em;
}

form.Gastronovi_form .Gastronovi_field_antispam {
    display: none;
}

.Gastronovi_tabcontent {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1em 1em 0;
}

.Gastronovi_tabheader {
    display: flex;
}

.Gastronovi_tabbutton {
    background: #ddd;
    display: block;
    flex: 1;
    padding: 0.5em;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-size: 1.5em;
}

.Gastronovi_tabbutton > span {
    opacity: 0.5;
}

.Gastronovi_tabbutton.Gastronovi_tabbutton_active {
    background: transparent;
    pointer-events: none;
}

.Gastronovi_tabbutton.Gastronovi_tabbutton_active > span {
    opacity: 1;
}

.Gastronovi_gotobuttons {
    position: fixed;
    z-index: 99999;
}

.Gastronovi_gotobutton {
    display: inline-block;
    padding: 0.5em 1em;
    background: #ddd;
    vertical-align: bottom;
    transition: padding-bottom 0.25s ease;
    transition: transform 0.25s ease;
    box-shadow: 0 0 2em 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}

.Gastronovi_gotobutton:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .Gastronovi_gotobuttons {
        width: 6em;
    }

    .Gastronovi_gotobutton {
        border-radius: 4.5em;
        height: 4.5em;
        width: 4.5em;
        padding: 0;
        line-height: 1.2em;
        margin: 0.5em;
    }

    .Gastronovi_gotobutton > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
