﻿/*
Author: Saida Rao
Version: 1.0
Description: tuttiaifornelli
*/

/* IMPORTS */
@import "fonts.css";
@import "utils.css";
@import "cookies.min.css";

/* RESET/GLOBAL */
body, html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-family: 'BoschSans-Bold', MyFont_IE;
    font-size: 1em;
    line-height: 0;
}

.debug {
    z-index: 9999999;
    border-radius: 30px;
    padding: 10px;
    background: #af235f;
    color: yellow;
    font-size: 10px;
    line-height: 12px;
    position: fixed;
    right: 10px;
    top: 10px;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* TYPOGRAPHY */
h1, h2, h3, h4 {
    line-height: normal !important;
    font-weight: 100;
    margin: 5px 0;
}

h1 {
    font-size: 46px;
    line-height: 52px;
}

h2 {
    font-size: 34px;
    line-height: 39px;
}

h3 {
    font-size: 36px;
    line-height: 40px !important;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}

p {
    font-family: 'BoschSans-Regular';
    font-size: 15px;
    line-height: 24px;
    width: 86%;
    padding: 15px 0;
    margin: auto;
}

p.light {
    font-size: 14px;
    line-height: 22px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    letter-spacing: -1px;
    opacity: 0.8;
}

b, strong {
    font-family: "BoschSans-Bold";
}

/* LINKS */
a {
    color: #00639a;
    font-family: 'BoschSans-Light', MyFont_IE;
    text-decoration: none;
}

a:hover {
    color: #000;
}

i {
    font-family: 'BoschSans-Regular';
    font-size: 14px;
    display: block;
    padding: 20px 0px 5px 0px;
    line-height: 20px;
}

i.normal {
    font-family: 'BoschSans-Regular';
    font-size: 14px;
    display: inline-block;
    padding: 0px;
    line-height: 20px;
}

/* LAYOUT */
.content {
    display: block;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.gWrapper {
    display: block;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.gWrapper a {
    height: 100px;
    display: block;
    position: relative;
}

.gWrapper h1 {
    font-family: BoschSans-Bold;
    margin: 0 0 80px;
}

.table {
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.row {
    width: 100%;
    height: 100%;
    position: relative;
}

.col-25 {
    width: 25%;
    float: left;
    padding: 0;
    position: relative;
}

.col-33 {
    width: 33.3%;
    float: left;
    padding: 0;
    position: relative;
}

.col-50 {
    width: 50%;
    float: left;
    padding: 0;
    position: relative;
}

.col-66 {
    width: 66%;
    float: left;
    padding: 0;
    position: relative;
}

.col-75 {
    width: 75%;
    float: left;
    padding: 0;
    position: relative;
}

.col-75 .margin {
    margin-left: 20px;
}

.col-100 {
    width: 100%;
    padding: 0;
    position: relative;
}

.img {
    width: 100%;
}

.boxgray {
    width: 100%;
    background-color: #f4f4f4;
    padding: 1px 0;
    margin: 20px 0;
}

hr {
    width: 100%;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin: 0;
}

/* HEADER */
header:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    content: "";
    background: url("../App_Images/top_bar.jpeg") no-repeat;
    background-size: cover;
    background-position: center center;
}

.form_submit_btn {
    padding: 20px;
}

.logoWrapper {
    height: 90px;
}

.gWrapper .logoProm {
    width: 109px;
    height: 44px;
    padding: 0;
    position: absolute;
    bottom: 63px;
    left: 0;
}

.gWrapper .logoProm svg {
    width: 100%;
    height: 100px;
}

/* BANNER */
#banner, #banner_btm {
    background-image: url("../App_Images/banner25.jpg");
    width: 100%;
    height: 39.2vh;
    position: relative;
    background-position: center;
    background-size: cover;
}

#banner26, #banner_btm {
    background-image: url("../App_Images/banner.jpg");
    width: 100%;
    height: 39.2vh;
    position: relative;
    background-position: center;
    background-size: cover;
}

#banner_btm {
    background-image: url("../App_Images/vitafresh.jpg");
    height: 110vh;
}

#banner_btm .table-cell {
    vertical-align: top;
    padding-top: 90px;
}

#banner #desk_bbox24 {
    width: 620px;
    float: left;
    height: auto;
    left: 10%;
    padding: 23px 50px 23px;
    background-color: #fff;
    text-align: left;
    position: absolute;
    bottom: 10%;
}

#banner #desk_bbox25 {
    width: 620px;
    float: left;
    height: auto;
    left: 10%;
    padding: 23px 50px 23px;
    background-color: #fff;
    text-align: left;
    position: absolute;
    bottom: 10%;
}

#banner #desk_bbox h2 {
    font-family: BoschSans-Bold;
}

.rule_contest {
    padding: 10px 20px 0px 20px;
}

/* MOBILE BOX */
#mobile_bbox, #mobile_bbox_btm {
    display: block;
    width: auto;
    height: auto;
    padding: 25px 15px;
}

#mobile_bbox {
    position: absolute;
    bottom: 10%;
    left: 10%;
    background-color: #fff;
    width: 60%;
}

/* BUTTONS */
.xbutton {
    overflow: hidden;
    min-width: 500px;
    position: relative;
    color: #fff;
    font-size: 1rem;
    height: 33px;
    border: 0;
    background-color: #007bc0;
    padding-top: 10px;
    display: block;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

.xbutton:hover {
    color: #fff;
    background-color: #02639a;
}

.xbutton::after {
    content: "";
    opacity: 0;
    background-color: #002958;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transform: translateY(100%);
    margin: 0;
    padding: 0;
    z-index: 10;
}

.xbutton:hover::after {
    opacity: .5;
}

#premio .xbutton {
    width: 250px;
    margin: auto;
}

#lavastoviglie .xbutton {
    width: 180px;
    margin: auto;
}

#introForm .xbutton {
    width: 320px;
    margin: auto;
}

#form .xbutton {
    width: 180px;
    margin: 20px auto 0;
}

.panel {
    position: fixed;
    width: 50%;
    height: 50%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 900;
}

/* FORM */
#form {
    width: 100%;
    height: auto;
    max-height: initial;
}

#form .formContainer {
    margin: auto;
    position: relative;
}

#form .formContainer .formRows {
    max-width: 1500px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#form .formContainer .formRows .col-50 .inElement input {
    height: 30px !important;
}

#form .formContainer .formRows .col-50 .inElement select {
    height: 40px !important;
}

#form .contNumDesc {
    display: table;
    height: auto;
    margin: 0 auto;
    width: 500px;
}

#form .contNumDesc .number {
    display: block;
    vertical-align: top;
    border-radius: 100%;
    border: 1px solid;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

#form .contNumDesc .number span {
    display: block;
    font-size: 22px;
    line-height: 26px;
    height: 100%;
    text-align: center;
    transform: translateY(6px);
}

#form .contNumDesc .descNum {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    max-width: 179px;
}

#form .contNumDesc .descNum h4, #form .contNumDesc .descNum p {
    margin: 0px;
}

#form .contNumDesc .descNum p {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0px;
    width: 100%;
}

#form .row {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

#form label {
    font-size: 14px;
    line-height: 25px;
    font-family: 'BoschSans-Regular';
    position: absolute;
    display: block;
    left: 0px;
}

#form .subTit {
    font-size: 14px;
    line-height: 25px;
    font-family: 'BoschSans-Regular';
    display: block;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#form .subTit.noMargin {
    margin-left: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#form input, #form .phForm {
    margin-left: 140px;
    margin-bottom: 20px;
    padding: 5px;
    display: block;
}

#form .listSpecial {
    margin-left: 325px;
}

#form label:before {
    content: ' ';
    clear: right;
    display: block;
}

#form input.inlineB, #form select.inlineB {
    display: inline-block;
    height: 40px !important;
}

#form input.checkbox {
    margin-left: 20px;
}

#form #checkbox {
    font-size: 13px;
}

#form #checkbox input {
    margin-left: 20px;
    margin-bottom: 10px;
    display: initial;
}

#form input, #form select, #form textarea {
    margin-left: 150px;
    margin-bottom: 20px;
    padding: 5px;
    display: block;
}

#form #pnlUpload .subTit {
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#form #pnlUpload .error {
    margin: 0px;
}

#form .fileUpload {
    width: 695px;
    position: relative;
    margin-right: 65px;
    margin-left: 20px;
}

#form .fileUpload label {
    top: -25px;
    left: 0;
}

#form .fieldUp {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bebebe;
    opacity: 0;
    margin-left: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

#form .overFileInput {
    width: calc(100% - 22px);
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    background-color: #fff;
    height: 30px;
    padding-left: 20px;
    left: 0;
    top: 0;
    border: 1px solid #bebebe;
}

#form .controllo-dati p, #form #pnlPrivacy p {
    padding: 10px 0 10px 20px;
    width: auto;
}

#form #pnlPrivacy p {
    position: relative;
}

#form #pnlPrivacy .inlineB {
    position: relative;
}

#form #pnlPrivacy .inlineB .xelem-validator {
    margin-bottom: -10px;
    bottom: 0px;
}

#form .controllo-dati h4 {
    width: 100%;
    padding: 10px 0 10px 20px;
    margin: auto;
    margin-top: 10px;
}

#form #pnlPrivacy .inlineB input {
    display: inline-block;
    margin: 3px 0 5px 0px;
}

#form #pnlPrivacy p label {
    position: relative;
    display: inline-block;
}

#form #rblSesso, #form .radioBtn, #form #rblTipoRimborso, #form #rblRicevutaTipo, #form #rblRicevuta, #form #radiobuttons1 {
    font-size: 12px;
    line-height: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin-left: 150px;
    margin-bottom: 20px;
}

#form .radioBtn {
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 25px;
}

#form #rblSesso tr, #form .radioBtn tr, #form #rblTipoRimborso tr, #form #rblRicevuta tr, #form #rblRicevutaTipo tr, #form #radiobuttons1 tr {
    display: inline-block;
}

#form #rblSesso input, #form .radioBtn input, #form #rblTipoRimborso input, #form #rblRicevuta input, #form #rblRicevutaTipo input, #form #rblSesso label, #form .radioBtn label, #form #rblTipoRimborso label, #form #rblRicevutaTipo label, #form #rblRicevuta label, #form #radiobuttons1 input, #form #radiobuttons1 label {
    display: inline-block;
    position: relative;
    margin: -1px 5px 0 0;
    padding-right: 40px;
}

#form #rblSesso label, #form .radioBtn label, #form #rblTipoRimborso label, #form #rblRicevutaTipo label, #form #rblRicevuta label, #form #radiobuttons1 label {
    left: 10px;
    top: 1px;
}

#form #rblSesso input, #form .radioBtn input, #form #rblTipoRimborso input, #form #rblRicevutaTipo input, #form #rblRicevuta input, #form #radiobuttons1 input {
    vertical-align: middle;
}

/* STELLE */
#form #rating label, #form #rating .error {
    position: relative;
    left: 0;
}

#form #rating .error {
    margin-bottom: 0px;
    margin-top: 0px;
}

#form #rating input, #form #rating textarea {
    margin: 10px 0px 20px 0px;
    width: 100%;
}

#form #rating textarea {
    width: 95%;
}

#form #rating .ratingTxt {
    color: #879baa;
    font-size: 14px;
    line-height: 20px;
}

#form #rating .stars {
    margin-top: 10px;
}

#form #rating .stars label {
    display: none;
}

#form #rating .stars td input[type="radio"] {
    margin: 0px 5px 0px 0px;
    width: 45px !important;
    height: 44px !important;
    display: inline-block;
    border: none;
    vertical-align: middle;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../App_Images/starOff.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-image .1s ease-in;
    -moz-transition: background-image .1s ease-in;
    -o-transition: background-image .1s ease-in;
    transition: background-image .1s ease-in;
    outline: none;
}

#form #rating .stars td input[type="radio"].active {
    background-image: url('../App_Images/starOn.png');
}

/* REGALI */
#form #regalo .boxRegali {
    margin-top: 10px;
}

#form #regalo .boxRegali label, #form #regalo .boxRegali input {
    position: relative;
    left: 0;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    cursor: pointer;
}

#form #regalo .boxRegali input {
    margin-right: 15px;
}

#form #regalo #premioImg {
    display: none;
}

#form #regalo .error {
    margin-top: -15px;
    left: 0px;
}

#form .uploadFiles label {
    position: relative;
}

#form .uploadFiles input {
    margin-left: 0px !important;
}

#form .uploadFiles input.first {
    margin-left: 175px;
}

#form .uploadFiles2 label {
    position: relative;
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

#form .uploadFiles2 input, #form .uploadFiles2 table {
    margin-left: 0px !important;
    display: inline-block;
}

#form .uploadFiles2 table {
    padding: 0 !important;
}

#form .uploadFiles2 table tr td {
    display: inline-flex;
}

#form .uploadFiles2 table tr td input {
    width: 50px;
}

#form .uploadFiles2 table tr td input {
    width: 50%;
}

#form .uploadFiles2 #updPagamento .inElement {
    display: inline-flex;
    width: 100%;
    align-items: baseline;
}

#form .uploadFiles2 input.first {
}

#updRimborso .inElement label {
    position: relative;
    display: inline-block;
    max-width: 230px;
    width: 100%;
}

.flexForm {
    display: flex;
    gap: 20px;
}

#updRimborso .inElement .sectionRimborso {
    position: relative;
    display: inline-block;
    max-width: 122px;
    width: 100%;
}

#updRimborso .inElement {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
}

#updRimborso .inElement table {
    margin-left: 0 !important;
    display: inline;
    width: 70vw;
    position: relative;
}

#updRimborso .inElement table tr td {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#updRimborso .inElement table tr td label, #updRimborso .inElement table tr td input {
    width: auto;
    padding-right: 0 !important;
}

#updRimborso .inElement input {
    margin-left: 0 !important;
    display: inline;
    width: 50%;
}

#updRimborso .inElement table tr {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: -7px;
    gap: 40px;
}

/* COMMON */
.premiTitle {
    margin-top: 20px;
    margin-bottom: 30px;
}

.modalDialog {
    position: fixed;
    top: 20%;
    left: 50%;
    background: rgba(255,255,255,0.9);
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    z-index: 99999;
    width: 320px;
    height: auto;
    margin: auto;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    line-height: 20px;
    color: red;
    margin-left: -185px;
    padding: 20px;
    border: 1px solid #ddd1d1;
    cursor: pointer;
}

.modalDialog:before {
    content: "+";
    width: 6px;
    position: absolute;
    height: 6px;
    right: 15px;
    top: 1px;
    font-size: 40px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    cursor: pointer;
}

/* INPUT/SELECT */
input, select {
    background-color: #e0e2e5;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
}

.inElement {
    position: relative;
    padding-bottom: 1px;
}

.redError {
    color: #af235f;
}

.strong {
    font-weight: bold;
    display: inline-block;
    word-break: keep-all;
}

.red {
    color: #ff0000;
}

.xelem-validator {
    color: #af235f !important;
    position: relative !important;
    left: auto !important;
    bottom: 0px !important;
    font-size: 14px;
    display: block;
    margin: 20px 0 !important;
    right: -152px;
}

.errorUpload {
    right: unset !important;
}

.errorBlock {
    color: #af235f !important;
    position: relative !important;
    left: 15px !important;
    bottom: 0px !important;
    font-size: 14px;
    display: block;
    margin: 20px 0 !important;
    right: unset !important;
}

.errorBlock span {
    position: absolute;
    width: 400px;
}

.error {
    color: Red;
    font-size: 10px;
    position: absolute;
    left: 20px;
    margin-top: 28px;
    display: block;
    line-height: 10px;
    width: calc(100% - 20px);
}

.error.special {
    background-color: #EFEFF1;
}

.error.rb {
    position: relative;
    margin-top: 0;
    left: 0;
}

/* TOOL TIP */
.tool_tip_btn {
    width: 24px;
    margin-top: 0px;
    background: rgba(186, 189, 191, 0.51);
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    color: white;
}

.tool_tip_info {
    cursor: pointer;
    display: none;
    margin-left: -25px;
    z-index: 1000;
    position: absolute;
    padding: 20px;
    width: 300px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f6f8fa;
}

.tool_tip_btn1 {
    width: 24px;
    margin-top: 0px;
    background: rgba(186, 189, 191, 0.51);
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    color: white;
}

.tool_tip_info1 {
    cursor: pointer;
    display: none;
    margin-left: -25px;
    z-index: 1000;
    position: absolute;
    padding: 20px;
    width: 300px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f6f8fa;
}

.tool_tip_btn2 {
    width: 24px;
    margin-top: 0px;
    background: rgba(186, 189, 191, 0.51);
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    color: white;
}

.tool_tip_info2 {
    cursor: pointer;
    display: none;
    margin-left: -25px;
    z-index: 1000;
    position: absolute;
    padding: 20px;
    width: 300px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f6f8fa;
}

.tool_tip_btn3 {
    width: 24px;
    margin-top: 0px;
    background: rgba(186, 189, 191, 0.51);
    padding: 0px 10px 0px 10px;
    cursor: pointer;
    color: white;
}

.tool_tip_info3 {
    cursor: pointer;
    display: none;
    margin-left: -25px;
    z-index: 1000;
    position: absolute;
    padding: 20px;
    width: 300px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f6f8fa;
}

.privacyone, .privacytwo, .privacythree {
    padding: 20px;
}

.row_last {
    border-bottom: none !important;
}

/* FOOTER */
#pre_footer {
    width: 100%;
    margin: auto;
    position: relative;
    height: 80px;
}

#pre_footer .social {
    width: 70%;
    display: block;
    margin: 0 auto;
}

#pre_footer .linkUtil {
    width: 70%;
    display: block;
    margin: 0 auto;
}

#pre_footer .social ul, #pre_footer .linkUtil ul {
    display: inline;
    float: left;
}

#pre_footer .social ul li, #pre_footer .linkUtil ul li {
    display: inline;
    cursor: pointer;
    list-style: none;
}

#pre_footer .social ul.socialContent {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    margin: 25px 0px 50px;
    padding: 0 !important;
}

#pre_footer .social ul.socialContent li {
    width: 20px;
}

#pre_footer hr {
}

#pre_footer .line1 {
    border-top: 1px solid #d4d9de;
    padding: 20px 0;
}

#pre_footer .line2 {
    border-top: 1px solid #8a9097e8;
}

#pre_footer ul li .foo_link {
    text-decoration: none;
    font-weight: lighter;
    font-size: 12px;
    color: #000;
    line-height: 1.5rem;
    font-size: 0.75em;
}

#pre_footer .linkUtil .privacy {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin: 0 0 5%;
}

#pre_footer .privacy li {
    display: block;
}

#pre_footer .privacy li p {
    font-size: 0.75em;
    line-height: 1.5rem;
    width: auto;
}

#pre_footer ul li #box-share {
    width: 300px;
    position: absolute;
    background-color: white;
    z-index: 300;
    bottom: 80px;
    left: -90px;
    border: 1px solid;
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#pre_footer ul li #box-share.open {
    visibility: visible;
    opacity: 1;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#pre_footer ul li #box-share .xbutton {
    width: 80%;
    margin: 5px auto;
}

#pre_footer ul li #box-share .xbutton .icon-twitter:before {
    content: '\e03f';
}

#pre_footer ul li #box-share:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 301;
    background-color: white;
    bottom: -11px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    left: 0;
    margin: auto;
    right: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pre_footer ul li #box-share #close {
    height: 10px;
    position: relative;
    display: block;
}

#pre_footer ul li #box-share #close:after {
    content: " x ";
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: 10px;
    top: -10px;
    opacity: 0.7;
    color: grey;
    cursor: pointer;
}

#pre_footer ul li #box-share #close:hover:after {
    color: #00639a;
}

footer {
    position: relative;
}

footer ul {
    margin: 40px 20px;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin-right: 20px;
    height: 20px;
}

footer ul li a {
    color: black;
    font-size: 12px;
}

footer:after {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 16px;
    content: "";
    background: url("../App_Images/top_bar.jpeg") no-repeat;
    background-size: cover;
    background-position: center center;
}

.foo_link {
    text-decoration: none;
    font-family: 'BoschSans-Light';
    font-weight: lighter;
    font-size: 12px;
}

.foo_title {
    text-decoration: none;
    font-family: 'BoschSans-Light';
    font-weight: lighter;
    font-size: 17px;
}

/* SLIDER */
.slide .carousel-control.left, .slide .carousel-control.right {
    background-image: none !important;
}

.slide p {
    margin: auto;
}

.carousel-indicators li {
    border: none;
    background-color: #ccc;
}

/* LIGHTBOX */
.lightView.panel {
    width: auto;
    height: fit-content;
    overflow: hidden;
}

.lightView.panel img {
    width: 100%;
}

.lightView .table {
    background-repeat: no-repeat;
    background-position: center;
}

.closeX {
    width: 30px;
    height: 30px;
    top: 9px;
    right: 9px;
    background: transparent;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

.closeX:before {
    transform: rotate(45deg);
    top: 0;
}

.closeX:after {
    transform: rotate(-45deg);
    top: 0;
}

.closeX:before, .closeX:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 14px;
    left: 0;
    background: #00639A;
    transform-origin: center center;
    transition: transform .25s ease,top .25s ease,bottom .25s ease;
}

/* COOKIE PANEL */
#iubenda-cs-banner .iubenda-cs-container {
    display: block;
    overflow: hidden;
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
    align-content: center;
    max-width: 1460px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 30px 30px;
    opacity: 1;
    position: relative;
}

#iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
    width: 88%;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
    background-color: #1d1e1c !important;
    color: #9d9895 !important;
    font-size: 13px !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content:before {
    position: absolute;
    content: '';
    background-color: white;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-cookie-policy-lnk {
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn {
    position: absolute !important;
    top: 8px !important;
    right: 3px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    -moz-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
    -webkit-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #666;
    top: 50%;
    left: 50%;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:before {
    background-color: #999999;
    -moz-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
    -o-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
    -webkit-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
    transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    height: 44px !important;
    text-transform: uppercase !important;
    margin-top: 30px !important;
    padding: 0px 11px !important;
    font-size: 0.7rem !important;
    letter-spacing: 1px !important;
    line-height: 44px !important;
    text-align: center !important;
    color: #666 !important;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    transition: ease-in-out !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    cursor: pointer;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn:hover {
    color: red !important;
    background-color: #333 !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-title {
    color: white;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
    font-weight: 900;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-text {
    color: #9d9895 !important;
    font-size: 13px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    color: #9d9895 !important;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-text a, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk {
    color: #fff !important;
    text-decoration: underline !important;
    display: inline-block;
}

#iubenda-cs-banner .iubenda-cs-container .cookie-text a:hover, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk:hover {
    color: #9d9895 !important;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
    display: inline-block;
    font-size: 13px !important;
    line-height: 18px !important;
    color: #fff !important;
    text-decoration: underline !important;
    cursor: pointer;
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn:hover {
    color: #9d9895 !important;
}

/* MEDIA QUERIES */

/* < 320px */
@media all and (max-width:320px) {
}

/* < 650px - MOBILE */
@media all and (max-width:650px) {
    
    /* === LAYOUT BASE === */
    body {
        padding-bottom: 120px !important;
        min-height: 100vh;
    }

    #form::after {
        content: "";
        display: table;
        clear: both;
    }

    /* === BANNER === */
    #banner, #banner26 {
        height: 30vh !important;
    }

    #mobile_bbox {
        position: relative !important;
        bottom: auto !important;
        left: 0 !important;
        width: 90% !important;
        margin: 20px auto;
    }

    /* === TYPOGRAPHY === */
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 24px;
        line-height: 30px !important;
        width: 95% !important;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
        width: 95% !important;
        margin-bottom: 15px;
    }

    /* === FORM STRUCTURE === */
    #form {
        margin: 0 auto 100px auto;
        text-align: center;
        padding-bottom: 60px;
    }

    #form .formContainer {
        width: 100%;
        padding: 10px 10px 100px 10px;
        box-sizing: border-box;
        margin-bottom: 100px !important;
    }

    #form .formContainer .formRows {
        max-width: 100%;
        padding: 0 10px 100px 10px;
        margin-bottom: 0 !important;
    }

    #form .row:last-child {
        margin-bottom: 100px !important;
        padding-bottom: 60px !important;
    }

    /* === COLUMNS === */
    #form .col-25, #form .col-75 {
        padding-bottom: 0px;
        width: 100%;
    }

    #form .col-33, #form .col-66 {
        width: 100%;
        padding: 0px;
    }

    #form .col-50 {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
    }

    #form .onMobile {
        width: 100% !important;
    }

    #form .onMobile .inElement {
        width: 100% !important;
        padding: 10px 0;
        margin: 0 0 15px 0 !important;
    }

    /* === LABELS === */
    #form label {
        font-size: 12px;
        position: relative !important;
        left: 0 !important;
        margin: 10px 0 !important;
        display: block;
    }

    #form .phForm {
        display: none;
    }

    #form .listSpecial {
        margin-left: 0 !important;
    }

    /* === INPUTS & SELECTS === */
    #form input, #form select {
        width: 100% !important;
        max-width: none !important;
        padding: 5px !important;
        margin: 15px auto !important;
        margin-left: auto !important;
        border: 1px solid #d7d3d3;
        height: 30px !important;
        text-align: center;
        box-sizing: border-box;
    }

    #form textarea {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #form table tr td input {
        width: 20px !important;
        margin: 0 5px !important;
    }

    /* === DATE INPUTS === */
    #form .data input, #form .data select {
        width: 30% !important;
        max-width: 80px !important;
        padding: 5px !important;
        margin: 5px 1% !important;
        border: 1px solid #d7d3d3;
        height: 30px !important;
        text-align: center;
        display: inline-block !important;
        box-sizing: border-box;
    }

    #form .inElement.data .align {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
    }

    #form .inElement.data .align label {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    #form .inElement.data .align .date {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    #form .inElement.data .align .date select,
    #form .inElement.data .align .date input {
        width: 30% !important;
        max-width: 80px;
        margin: 0 !important;
    }

    /* === RADIO BUTTONS === */
    #form #radiobuttons, #form #radiobuttons1 {
        margin: 10px auto !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

    #rblSesso, .radioBtn, #rblRicevutaTipo, #rblTipoRimborso, #rblValutazione, #rbRegalo {
        margin: 10px auto !important;
        padding: 0 10px;
    }

    #form #rblSesso input, #form #rblSesso label, 
    #form .radioBtn input, #form .radioBtn label, 
    #form #rblTipoRimborso input, #form #rblTipoRimborso label,
    #form #rblRicevutaTipo input, #form #rblRicevutaTipo label, 
    #form #radiobuttons1 input, #form #radiobuttons1 label {
        padding: 0px 10px;
        left: 0px;
        top: 0px;
        margin: 0 5px !important;
    }

    #form #radiobuttons, #form #radiobuttons1, 
    #form #radiobuttons label, #form #radiobuttons1 label {
        padding: 0px;
    }

    #form #regalo .boxRegali label, #form #regalo .boxRegali input {
        margin: 0px !important;
    }

    #form #regalo .boxRegali label {
        margin-bottom: 20px !important;
    }

    /* === FILE UPLOADS === */
    .hide_me, .hide_me2, .file_section {
        padding-left: 0px;
        padding-right: 0px;
    }

    #form .fileUpload, #form .fieldUp {
        width: calc(100% - 20px);
        margin: 10px auto !important;
    }

    #form .fileUpload label {
        top: -8px;
    }

    #form .uploadFiles {
        width: 100% !important;
        padding: 0 10px 30px 10px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    #form .uploadFiles label {
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin: 10px 0 !important;
        font-size: 12px;
    }

    #form .uploadFiles input[type="file"] {
        width: 100% !important;
        margin: 10px 0 20px 0 !important;
    }

    #form .uploadFiles2 {
        width: 100% !important;
        padding: 0 10px 30px 10px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    #form .uploadFiles2 .inElement {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 20px;
    }

    #form .uploadFiles2 label {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
    }

    #form .uploadFiles2 input,
    #form .uploadFiles2 table {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    /* === RIMBORSO === */
    #updRimborso .inElement {
        flex-direction: column !important;
        width: 100% !important;
        margin-bottom: 20px;
    }

    #updRimborso .inElement label {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 !important;
    }

    #updRimborso .inElement .sectionRimborso {
        width: 100% !important;
        max-width: 100% !important;
    }

    #updRimborso .inElement table {
        width: 100% !important;
        position: relative !important;
    }

    #updRimborso .inElement table tr {
        position: relative !important;
        flex-wrap: wrap;
        gap: 10px !important;
    }

    /* === STEP NUMBERS === */
    #form .contNumDesc {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        height: auto;
        margin: 0 auto 30px auto !important;
        width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #form .contNumDesc .number {
        width: 40px !important;
        height: 40px !important;
        margin: 0 !important;
        flex-shrink: 0;
    }

    #form .contNumDesc .descNum {
        display: block;
        vertical-align: middle;
        padding-left: 0;
        max-width: 100% !important;
        flex: 1;
    }

    #form .contNumDesc .descNum h4,
    #form .contNumDesc .descNum p {
        margin: 5px 0;
        width: 100%;
    }

    /* === ALIGN SECTIONS === */
    .align {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .align label {
        width: 100%;
        text-align: center;
    }

    .align .date {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5px;
    }

    .align table {
        width: 100%;
        margin: 0 !important;
    }

    .align table tr td {
        width: auto !important;
        display: inline-flex !important;
        align-items: center;
    }

    .align table tr td label {
        width: auto !important;
        margin: 0 5px !important;
    }

    .align table tr td input {
        width: 20px !important;
        margin: 0 5px !important;
    }

    /* === ERROR MESSAGES === */
    .error {
        margin-top: 5px;
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        line-height: 14px !important;
        font-size: 11px !important;
    }

    .privacyone .error {
        margin-top: 5px;
    }

    .xelem-validator {
        color: #af235f !important;
        position: relative !important;
        left: 0 !important;
        right: auto !important;
        bottom: 0 !important;
        font-size: 12px;
        display: block;
        margin: 10px 0 20px 0 !important;
        text-align: center;
        width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        line-height: 16px !important;
    }

    .errorMsg {
        width: 100% !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        line-height: 16px !important;
        text-align: center;
    }

    /* === TOOLTIPS === */
    .tool_tip_info, .tool_tip_info1, .tool_tip_info2, .tool_tip_info3 {
        margin-left: 0;
        position: relative;
        width: 90%;
    }

    /* === BUTTONS === */
    .xbutton {
        min-width: auto;
        width: 90% !important;
        max-width: 400px;
        margin: 30px auto 100px auto !important;
        display: block;
        position: relative;
        z-index: 1;
    }

    #introForm {
        max-height: none;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    #introForm .xbutton {
        width: 100%;
        min-width: auto;
        margin: 20px auto 40px auto !important;
    }

    /* === CONTROLLO DATI === */
    .controllo-dati {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .controllo-dati h4,
    .controllo-dati p {
        width: 100% !important;
        padding: 10px !important;
        margin: 10px 0 !important;
    }

    /* === PRIVACY === */
    #pnlPrivacy {
        width: 100%;
        padding: 10px 10px 60px 10px;
        box-sizing: border-box;
        margin-bottom: 100px !important;
    }

    #pnlPrivacy p {
        width: 100% !important;
        padding: 10px 0 !important;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px !important;
    }

    #pnlPrivacy .radioBtn {
        margin: 10px 0 20px 0 !important;
    }

    /* === MODALS === */
    .panel {
        width: 90% !important;
        height: auto !important;
        max-height: 90vh;
        overflow-y: auto;
        padding: 15px !important;
    }

    .modalDialog {
        width: 90%;
        margin-left: -45%;
        padding: 15px;
    }

    /* === FOOTER === */
    #pre_footer {
        margin-top: 120px !important;
        padding-top: 60px !important;
        position: relative;
        clear: both;
        height: auto;
        z-index: 0;
    }

    /* === MISC === */
    #premio1 img {
        width: 100%;
    }
}

/* < 980px */
@media all and (max-width:980px) {
    #tbScontrino, #tbpunto, #TextBox2, #TextBox5 {
        width: 160px !important;
    }

    .privacyone, .privacytwo, .privacythree {
        padding: 0;
    }

    h2 {
        font-size: 36px;
    }

    #banner_btm {
        background-image: url("../App_Images/vitafresh.jpg");
        height: 40vh;
    }

    #banner #desk_bbox, #banner_btm #desk_bbox_btm {
        display: none;
    }

    #mobile_bbox, #mobile_bbox_btm {
        display: block;
    }

    @media screen and (max-width: 768px) {
        #mobile_bbox a {
            display: block;
            margin: 0 auto;
        }
    }

    #mobile_bbox_btm p {
        margin: 0px;
    }

    #form .phForm {
        display: none;
    }

    .col-50 {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .table-cell {
        display: block;
    }

    #lavastoviglie .table-cell:nth-child(2) {
        display: table-header-group;
    }

    .panel {
        width: 75%;
        height: 75%;
        padding: 15px;
    }

    #form .fileUpload {
        float: none;
        width: 80%;
        margin: 10px auto;
    }

    .align {
        display: flex;
        align-items: center;
    }

    .align .date {
        display: flex;
        align-items: center;
    }

    .align .date label {
        display: flex;
        align-items: center;
    }

    .align .date select {
        margin: 0 !important;
    }

    #updPuntoVendita .align select {
        margin: 0 !important;
    }

    .align select {
        margin: 0 !important;
    }
}

/* < 1024px */
@media screen and (min-width: 650px) and (max-width: 1024px) {
    #form .contNumDesc {
        width: 416px;
    }

    .onMobile {
        float: unset;
    }

    .onMobile .inElement {
        width: 60%;
        margin: 20px auto;
        padding: 0 10px;
    }

    .onMobile .inElement label {
        width: 35%;
        position: relative !important;
        display: inline-block !important;
    }

    .onMobile .inElement input, .onMobile .inElement table {
        width: 60%;
        margin: 0 !important;
        display: inline-block !important;
    }

    .onMobile .inElement table tr {
        width: 90px;
    }

    .onMobile .inElement table tr td {
        display: inline-block;
        width: 200px;
    }

    .onMobile .inElement table tr td input, .onMobile .inElement table tr td label {
        display: inline-block !important;
        width: 30px;
    }

    #form .uploadFiles {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    #form .uploadFiles2 #updPagamento .inElement {
        display: inline-flex;
        width: 100%;
        align-items: baseline;
        flex-wrap: wrap;
    }

    #form .uploadFiles2 #updPagamento {
        max-width: 451px;
        margin: 0 auto;
    }

    #updRimborso {
        max-width: 86%;
        margin: 0 auto;
    }
}

/* < 1200px */
@media all and (max-width:1200px) {
    h3 {
        font-size: 33px;
        width: 90%;
        margin: 10px auto 0;
    }

    #premio p {
        padding: 5px 0;
        width: 90%;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    p.light {
        position: relative;
    }

    #form .col-25, #form .col-75 {
        width: 100%;
        padding-bottom: 30px;
    }

    .col-75 .margin {
        margin: 0px;
    }

    #form .contNumDesc {
        margin: 0 auto;
    }

    #form .contNumDesc .descNum {
        max-width: 100%;
    }

    #form .fileUpload {
        width: 50%;
    }

    #tbScontrino, #tbpunto, #TextBox2, #TextBox5 {
        width: 195px !important;
    }

    #banner #desk_bbox {
        margin-right: 0px;
        margin-top: -100px;
    }
}

/* < 1370px */
@media all and (max-width:1370px) {
    #pre_footer ul li #box-share {
        left: 0;
        width: 220px;
    }

    #pre_footer ul li #box-share:after {
        right: auto;
        left: 50px;
    }
}

/* < 1397px */
@media screen and (max-width: 1397px) {
    #banner #desk_bbox24 {
        width: 60%;
        float: unset;
        left: 10%;
        bottom: 5%;
        display: none;
    }

    #banner #desk_bbox25 {
        width: 60%;
        float: unset;
        left: 10%;
        bottom: 5%;
        display: none;
    }
}

/* 768px - 1024px */
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -40px;
    }
}

/* 767px */
@media only screen and (max-width: 767px) {
    #iubenda-cs-banner .iubenda-cs-container {
        position: fixed;
    }

    #iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
        text-align: center;
    }

    #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
        text-align: center !important;
        margin: 0 auto !important;
    }

    #iubenda-cs-banner .iubenda-cs-container .buttons-accept {
        margin: 20px auto 0 20px;
        text-align: center;
    }

    #iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
        margin: 20px 0 0 20px !important;
    }

    #pre_footer .linkUtil .privacy {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        margin-bottom: 20px;
    }
}

/* 641px - 1024px */
@media screen and (min-width: 641px) {
    .lightView .pnlMob {
        display: none;
    }

    .lightView .table {
        background-size: cover;
    }

    .lightView.panel {
        max-width: 70%;
    }
}

/* 800px - 1024px */
@media screen and (min-width:800px) {
    .lightView .pnlMob {
        display: none;
    }

    .lightView .table {
        background-size: cover;
    }

    .lightView.panel {
        max-width: 65%;
    }
}

/* 1024px */
@media screen and (min-width:1024px) {
    .lightView .pnlMob {
        display: none;
    }

    .lightView .table {
        background-size: cover;
    }

    .lightView.panel {
        max-width: 800px;
    }
}

/* 1177px */
@media screen and (max-width: 1177px) {
    #pre_footer .social ul.socialContent {
        padding: 0 20px !important;
    }
}

/* 1217px */
@media screen and (min-width: 649px) and (max-width: 1217px) {
    .scont .xelem-validator {
        bottom: 15px !important;
    }
}

/* 649px */
@media screen and (max-width: 649px) {
    .scont {
        flex-wrap: wrap !important;
    }

    .case .numero {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #form .uploadFiles2 #updPagamento .inElement {
        flex-wrap: wrap;
        justify-content: center
    }

    #form .uploadFiles2 label {
        position: relative;
        display: inline-block;
        max-width: 100%;
        width: 100%;
    }

    #form .uploadFiles2 table {
        margin: 0px auto !important;
    }

    #updRimborso .inElement {
        display: inline-flex;
        align-items: baseline;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    #updRimborso .inElement table {
        margin-left: auto !important;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    #updRimborso .inElement table tr td label {
        width: auto;
        line-height: normal;
        padding-right: 10px;
    }

    #updRimborso .inElement table tr {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        position: unset;
        bottom: -7px;
    }

    .postPay .errorPostpay {
        flex-wrap: wrap;
        right: unset;
        left: unset !important;
        height: 30px;
    }

    .case .xelem-validator {
        left: auto !important;
        right: unset;
    }
}

/* 640px */
@media screen and (max-width:640px) {
    .lightView .pnlDesk {
        display: none;
    }

    .lightView .table {
        background-size: contain;
    }

    .lightView.panel {
        max-width: 70%;
    }
}

/* 607px */
@media screen and (max-width: 607px) {
    #pre_footer .linkUtil .privacy {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 20px;
        margin-bottom: 20px;
    }
}
