html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

@font-face {
    font-family: 'TTNormsPro';
    src: url('fonts/TTNormsPro.woff2') format('woff2'), url('fonts/TTNormsPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TTNormsPro';
    src: url('fonts/TTNormsProBold.woff2') format('woff2'), url('fonts/TTNormsProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
    padding: 0 0 0 0;
    margin-bottom: 0px;
    line-height: 1.1;
    font-weight: bold;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 10px 0;
    font-weight: inherit;
    color: #596869;
}

    p a, label a {
        text-decoration: underline;
    }

ol, ul {
    list-style-position: inside;
    list-style-type: disc;
}

img {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #0C9748;
}

    a:hover {
    }

hr {
    border: none;
    border-top: 1px solid #b9b9b9;
    font-size: 1px;
    height: 0px;
    padding: 0px;
    display: block;
    margin: 10px 0;
}

button {
    font-family: 'TTNormsPro';
    font-weight: bold;
    background: #FFF;
    color: #0C9748;
    border: 1px solid #0C9748;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 20px 30px;
    margin: 15px auto;
    font-weight: 500;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    min-width: 150px;
}

.left {
    float: left;
}

.center {
    text-align: center;
    margin: 15px auto;
}

.myClear {
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 0px;
    height: 0px;
    font-size: 0px;
    display: block;
}

.myRow {
    display: block;
    clear: both;
    padding: 5px 0;
    margin: 0;
}

.myIn {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
}

*::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.col_1_2 {
    width: 50%;
    display: block;
    float: left;
}

.col_2_3 {
    width: 66.6%;
    display: block;
    float: left;
}

.col_1_3 {
    width: 33.3%;
    display: block;
    float: left;
}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

input, textarea {
    width: 100%;
    max-width: 300px;
    background: #FFF;
    border-radius: 10px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #ededed;
    margin: 10px auto 20px auto;
    color: #1c1c1c;
    display: block;
    font-family: 'TTNormsPro';
}

textarea {
    resize: none;
}

select {
    width: 100%;
    max-width: 300px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #ededed;
    margin: 10px auto 20px auto;
    color: #1c1c1c;
    display: block;
    -webkit-appearance: none;
}


textarea {
    height: 100px;
}

    input::placeholder, textarea::placeholder {
        color: #c6c6c6;
    }


body {
    background: #FFF;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'TTNormsPro';
    font-weight: normal;
    font-weight: 400;
    color: #596869;
}

    body.grigio {
        background: #EDEDED;
    }

    body.header {
        margin-top: 50px;
    }

.btn {
    text-align: center;
}

a.pulsante {
    font-family: 'TTNormsPro';
    font-weight: bold;
    background: linear-gradient(45deg, #00b140 0%, #0033a0 100%);
    color: #FFF;
    border-radius: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 25px;
    margin: 15px 0;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

    a.pulsante.disabled {
        opacity: .5;
    }


.norms {
    font-family: 'TTNormsPro' !important;
}


#header {
    background: #596869;
    text-align: center;
    display: flex;
    align-items: center;
}

    #header .no_form {
        width: 85%;
        position: relative;
    }

    #header .input_cnt {
        position: relative;
        margin: 10px auto;
        display: inline-block;
        width: 90%;
        max-width: 350px;
    }

    #header input {
        border-radius: 30px;
        -webkit-appearance: none;
        height: 50px;
        background: #FFF;
        border: 1px solid #ededed;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
        margin: 0;
        max-width: inherit;
    }

    #header .no_form button {
        position: absolute;
        right: 2px;
        top: 2px;
        margin: 0;
        line-height: 0;
        display: block;
        width: 46px;
        height: 46px;
        min-width: inherit;
        background-image: url(//junker.blob.core.windows.net/spazzamento/img/x.svg);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0;
        background-color: #61AD8A;
        border: none;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

        #header .no_form button.hidden {
            display: none;
        }


a#info {
    width: 40px;
    align-items: flex-end;
}

.flex {
    display: flex;
    align-items: center;
}

.lista p {
    position: fixed;
    top: 100px;
    left: 10px;
    right: 10px;
    text-align: center;
    color: #BFBFBF;
}

.lista li {
    padding: 30px 20px;
    list-style: none;
    border-bottom: 1px solid #EDEDED;
    background: #FFF;
    position: relative;
    z-index: 50;
}


.preferito {
    box-sizing: border-box;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 20px 40px 20px;
}

    .preferito h3 {
        height: 20px;
        overflow: hidden;
        margin-bottom: 10px;
    }

.info_cnt {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.preferito a {
    display: inline-block;
    width: 60px;
    float: right;
    margin-bottom: 10px;
    text-decoration: underline;
    font-size: 14px;
    vertical-align: baseline;
}

.info_cnt h4 {
    margin-bottom: 2px;
}

.preferito span {
    font-size: 14px;
    color: #8c8c8c;
}

    .preferito span:first-child {
        width: 100%;
        display: block;
    }

.giorno_cnt {
    display: block;
    margin: 3px 0 0 0;
}

.head_img {
    height: 20vh;
    text-align: center;
}

    .head_img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.testo_info_cnt h1 {
    margin: 20px 0;
}

.testo_info {
    height: calc(80vh - 150px);
    overflow-y: auto;
}


.pulsante_info {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    margin: auto;
    background: #FFF;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

    .pulsante_info label {
        display: flex;
        height: 45px;
        align-items: center;
    }

    .pulsante_info input {
        display: inline;
        width: auto;
        margin: 10px
    }

    .pulsante_info span {
        font-size: 12px;
        line-height: 1;
    }

    .pulsante_info .pulsante {
        margin: 5px auto;
        display: block;
        width: 150px;
    }


.pulsanti_bar_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    border-top: 1px solid #eee;
    background: #FFF;
}

.tipo_regola {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #EEE;
    display: block;
    color: #15345A;
}


.intestatario {
    margin: 20px 0;
}

    .intestatario select {
        width: 70px;
    }

.sel_comune {
    margin: 20px 0;
}

label {
    font-size: 13px;
    font-weight: bold;
    color: #61AD8A;
    display: block;
    padding-bottom: 10px;
}

input, select, textarea {
    margin: 0 0 5px 0;
    max-width: none;
    padding: 10px 20px;
    box-shadow: none;
    font-size: 16px;
}

label img {
    width: 20px;
    padding-left: 5px;
}

.pulsanti_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#form_materiali {
    margin: 20px 0;
}

.warning {
    background: #fc5;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}


.aggiungi_ritiro {
    padding: 10px;
    border: 1px dashed #61AD8A;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.piu {
    font-size: 24px;
    font-weight: bold;
}


#materiali .cancella {
    background: #d11;
    color: #FFF;
    font-weight: bold;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 18px;
    font-family: monospace;
    margin-left: 5px;
}

#materiali input {
    margin: 0;
}

.swiper-slide {
    text-align: center;
    height: 90px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scroll-y {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.orari_cnt {
    margin: 20px 0;
}

.slot_orario {
    border-bottom: 1px solid #eaeaea;
}

    .slot_orario input {
        width: auto;
        margin-right: 5px;
    }

    .slot_orario label {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 20px 0;
    }

    .slot_orario.non_disponibile {
        opacity: .5;
    }


.riepilogo_cnt {
    margin-top: 20px;
}

.campo {
    padding: 10px 0 0 0;
}


#overlay {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}

#modale {
    background: #FFF;
    margin: 5vh 5%;
    width: 90%;
    height: 90vh;
    border-radius: 20px;
    border-top: 5px solid #0C9748;
    border-bottom: 5px solid #0C9748;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
}

    #modale h2 {
        font-size: 21px;
        text-align: center;
        margin-bottom: 5px;
    }

.regola_orari {
    margin-bottom: 5px;
}

.regola_cnt div {
    padding: 1px 0;
}


#giorno span, #orario span {
    padding-right: 5px;
    margin: 2px 0;
    display: inline-block;
}

#preferiti {
    margin: 0 auto;
    position: fixed;
    bottom: 120px;
    width: 220px;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 20px;
    border-radius: 80px;
    box-shadow: 2px 2px 4px #e2e2e2;
    border: 1px solid #0C9748;
}

.cuore_cnt {
    display: flex;
    justify-content: center;
}

    .cuore_cnt img {
        width: 25px;
        display: inline-block;
        margin-right: 5px;
    }


#modale .pulsante {
    position: fixed;
    bottom: 50px;
    left: 10%;
    right: 10%;
    max-width: 170px;
    margin: auto;
}


#sezioni_cnt {
    height: 100%;
}

    #sezioni_cnt .sezione_dett:last-child {
        padding-bottom: 200px;
    }

.sezione_dett h4 {
    padding-left: 5px;
    margin: 5px 0 10px 0;
}

.regola_dett {
    position: relative;
    font-size: 14px;
    margin: 3px 0;
}

.rimozione {
    background-color: #fff0f0;
    padding: 5px !important;
}

    .rimozione:after {
        content: 'Divieto di sosta';
        position: absolute;
        top: 0;
        right: 10px;
        color: #c70909;
        font-size: 12px;
        background-image: url(img/rimozione.png);
        padding-top: 26px;
        background-size: 35px;
        background-repeat: no-repeat;
        background-position: center;
    }


.spazzamento {
    background-color: #f0fff5;
    padding: 5px !important;
}

    .spazzamento:after {
        content: 'Senza divieto di sosta';
        position: absolute;
        top: 0;
        right: 10px;
        color: #45c326;
        font-size: 12px;
        text-align: center;
        padding-top: 12px;
        width: 80px;
    }

.ajax {
    animation: scale .2s ease;
}


.lista {
    position: relative;
}


.note_ricorrenza {
    display: block;
    background: #FFF;
    padding: 2px;
}



.pin_calendario {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: #f6f6f6;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000029;
}

    .pin_calendario .binds {
        position: absolute;
        height: 10px;
        width: 28px;
        background: transparent;
        border: 1px solid #333;
        border-width: 0 4px;
        top: -6px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .pin_calendario .month {
        background: linear-gradient(45deg, #00b140 0%, #0033a0 100%);
        display: block;
        padding: 3px 0 1px 0;
        color: #FFF;
        font-size: 10px;
        font-weight: bold;
        border-radius: 5px 5px 0 0;
    }

    .pin_calendario .day {
        line-height: 1;
        padding-top: 4px;
    }

.day_nome {
    line-height: 1;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    color: #6c6c6c;
    padding: 5px 0;
    font-weight: bold;
    margin-top: 2px;
    display: block;
    text-align: center;
}

.swiper-slide-active .pin_calendario {
    background: linear-gradient(45deg, #00b140 0%, #FFCB05 100%);
}

    .swiper-slide-active .pin_calendario .day {
        color: #FFF;
    }

/* 
		.pin_calendario .day::after {
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 2px;
		left: 2%;
		z-index: -1;
		box-shadow: 1px 1px 1px #ccc;
		border-radius: 5px;
		}
		
		.pin_calendario .day::before {
		content: '';
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 5px;
		left: 6%;
		z-index: -1;
		box-shadow: 1px 1px 1px #ccc;
		border-radius: 5px;
		} */


@keyframes scale {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0);
    }
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

.sel_item {
    margin-bottom: 10px;
}
.sel_item span {
    float: right;
    font-size: 130%;
}