@font-face {
    font-family: myFont;
    src: url(SanFranciscoFont/SystemSanFranciscoDisplayRegular.ttf);
    font-weight: light;
}

@font-face {
    font-family: myFont;
    src: url(SanFranciscoFont/SystemSanFranciscoDisplayBold.ttf);
    font-weight: bold;
}
html, body{
    font-family: myFont;
}
.div_notifica{
    width: 24%;
    margin-right:1%;
    margin-bottom:1%;
    float: left;
    position: relative;
    background-color: white;
    padding: 12px 14px;
    border-radius: 20px;
    box-shadow: 1px 1px 7px #d0d0d0;
}
.titolo_notifica{
    color: red;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}
.descrizione_notifica{
    margin-bottom: 0;
    font-size: 10px;
}
.orario_notifica{
    margin-bottom: 0;
    font-size: 7px;
    text-align: right;
}
.close_notify{
    position: absolute;
    top: -7px;
    right: -10px;
    font-size: 26px;
    cursor: pointer;
}
.div_progetto{
    width: 98%;
    margin:1%;
    float: left;
    position: relative;
    background-color: white;
    padding: 30px 1px;
    border-radius: 20px;
    box-shadow: 1px 1px 7px #d0d0d0;
    text-align: center;
}
.label_cliente_progetto{
    margin-bottom: 0;
    font-size: 10px;
}
.cliente_progetto{
    font-size: 18px;
    height: 60px;
    padding: 6px 13px;
    line-height: 20px;
}
.label_capocantiere_progetto{
    margin-bottom: 0;
    font-size: 10px;
}
.capocantiere_progetto{
    font-size: 14px;
}
.periodo_progetto{
    margin-bottom: 0;
    font-size: 10px;
}
.body_home{
    width: 100%;
    margin:auto;
    max-width: 1400px;
    padding: 20px;
    margin-top: 125px;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
}
.dataTables_length{
    float: left;
}
.titoli_tabella_storico{
    font-size: x-small;
    margin-bottom: 4px;
    letter-spacing: 2px;
}

.titoloni_preventivo{
    font-weight: bold;
    letter-spacing: 3px;
}

.titoloni_pagine{
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 43px;
}

.bottone_indietro_preventivo{
    width: 140px;left: 37px;margin-bottom: 4%;position: fixed;
}

.bottone_destro_preventivo{
    width: 180px;right: 100px;margin-bottom: 4%;
}

.div_prodotto_lista{
    letter-spacing: 1px;width: 23%;margin: 1%;position: relative;float: left;
}
.bottone_prosegui{
    width: 189px;left: 15px;margin-top: 12%;float: right;border: 3px solid black;padding: 6px;font-size: 15px;letter-spacing: 3px;
}

.bottone_carrello{width: 83%;margin-top: 120px;float: right;border: 3px solid black;padding: 6px;font-size: 15px;letter-spacing: 3px;
}

.bottone_indietro_overlay{
    width: 140px;left: 37px;margin-bottom: 4%;color: white;
}

.crenatura_testo_select{
    letter-spacing: 2px;
}

.titolo_up_tabella{
    padding-left: 15px;
    letter-spacing: 2px;
    margin-bottom: -22px;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    font-size: x-small;
    letter-spacing: 2px;
    padding-bottom: 8px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    font-size: small;
    letter-spacing: 0.5px;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 0!important;
    border-bottom: 1px solid black!important;
    padding: 0!important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal!important;
    text-align: left!important;
    white-space: nowrap!important;
    font-size: small!important;
}

.bottone_indietro_menu{
    width: 140px;
    left: 37px;
    top: 95px;
}
.button {
    display: inline-block;
    padding: 0 20px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
}
.button--outline{
    color: white;
    background-color: transparent;
    border: 1px solid white;
    width: 200px;
    margin: 0 15px;
}
.button--outline {
    border-radius: 20px;
    border: 2px solid;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
    -o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
    transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
}
.button--outline-home:hover {
    background: white;
    color: black;
    border: 2px solid white;
}
.form-control{
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    margin-bottom: 10px;
}
.container_center{
    width: 800px;
    height: 400px;
    position: absolute;
    top: 43%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;
    color: white;
    text-align: center;
}
nav{
    background-color: white;
    width: 100%;
    float: left;
    height: 125px;
    position: fixed;
    z-index: 2;
}
.btn-primary {
    color: white;
    background-color: rgb(255, 186, 76);
    border-color: rgb(255, 186, 76);
    min-width: 50px;
}
.btn-white{
    border-color: grey;
    min-width: 50px;
}
.button_indietro_pagina{
    width: auto;
    border: 1.5px solid grey;
    color: grey;
    border-radius: 15px;
    font-size: 8px;
    margin: 0;
    line-height: 26px;
    font-weight: lighter;
    padding: 0 50px;
    position: absolute;
    margin-top: -50px;
    z-index: 2;
}
.sidenav {
    height: 100%;
    width: 420px;
    position: fixed;
    z-index: 5;
    top: 0;
    right: -420px;
    background-color: #f92a2a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 90px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    filter: hue-rotate(145deg);
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 19px;
    right: 29px;
    font-size: 36px;
    margin-left: 50px;
}
.header-hamb{
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 31px;
}
.button_menu{
    width: auto;
    border: none;
    font-weight: lighter;
    background-color: transparent;
    float: right;
    position: relative;
    margin-right: 30px;
    margin-bottom: 0%;
    padding: 2% 0%;
    font-size: 22px;
}

.bottone_menu_logout {
    font-size: small;
    padding: 1% 1%;
}
.header-logo {
    position: relative;
    top: 40px;
    left: 50px;
    float: left;
    width: 20%;
}
.text-logo-platform {
    text-align: left;
    color: white;
}
.header-menu_admin {
    position: relative;
    float: left;
    top: 40px;
}
.button_menu_admin{
    border: 0;
    width: auto;
    font-weight: lighter;
}
.background_yellow{
    background-color: rgb(255, 186, 76);
}
.background_blue{
    background-color: #22b9d5;
}
.table-bordered{
    border : 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
th, td{
    text-align: center;
    border-right: 0;
}
th {
    font-weight: 100;
    font-size: small;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid black!important;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0);
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0);
}
.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-width: 0;
    border-bottom-width: 1px!important;
    border-color: black;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
::placeholder {
    color: white!important;
    opacity: 1!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid white;
    border-radius: 20px;
    background-color: #96969642;
    padding: 6px;
    text-align: left;
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    font-size: 15px;
    color: white;
    margin-left: 11px;
}
.chosen-container-multi .chosen-choices {
    background-color: #96969642;
    border: 1px solid white;
    border-radius: 20px;
    line-height: 37px;
}
.chosen-container-single .chosen-single {
    border: 0!important;
    border-bottom: 1px solid black!important;
    border-radius: 0!important;
}
.chosen-container-single .chosen-single span {
    margin-top: 5px;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #ffba4c;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0;
    text-align: left;
}
.form_big{
    border: 1px solid white;
    width: 100%;
    position: relative;
    float: left;
    padding: 6px 16px;
    background-color: #96969642;
    border-radius: 20px;
    color:white;
}
.container_sezione_prodotto{
    position: relative;
    float: left;
    width: 100%;
    padding: 1% 0 5% 0;
}
.div_immagine_prodotto{
    position: relative;
    float: left;
    width: 50%;
}
.immagine_prodotto{
    position: relative;
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.bollino_stato_prodotto_img{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #ffe200;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.bollino_stato_prodotto_alt_mini{
    background-color: #ffe200;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.bollino_stato_prodotto_alt{
    margin-top: 20px;
    background-color: #ffe200;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.div_info_prodotto{
    position: relative;
    float: left;
    width: 50%;
}
.titolo_prodotto{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.titolo_slim {
    margin: 0;
}
.codice_prodotto{
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
}
.info_uso_prodotto{
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
}
.border_top_line{
    border-top: 1px solid black;
}
.titolo_sezione_prodotto_flags {
    margin-top: 10px;
    margin-bottom: 0px;
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
}

.titolo_sezione_prodotto{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
}
.container_inner_sezione_prodotto{
    position: relative;
    float: left;
    width: 100%;
}
.singolo_aggiornamento_prodotto{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.preinfo_aggiornamento{
    position: relative;
    float: left;
    width: 94%;
    background-color: #f4f4f4;
    border-radius: 50px;
    padding: 20px;
    transition: 0.3s;
}
.preinfo_aggiornamento:hover{
    background-color: #d3edf2;
}
.text_preinfo_aggiornamento{
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.pallino_stato_aggiornamento{
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffe200;
    border-radius: 50px;
}
.plus_note{
    position: relative;
    float: right;
    width: 61px;
    height: 61px;
    background-color: white;
    border: 1px solid black;
    border-radius: 50px;
    text-align: center;
    font-size: 11px;
    line-height: 11px;
    padding-top: 17px;
    transition: 0.3s;
}
.plus_note:hover{
    background-color: #25b9d5;
    border-color: #25b9d5;
    color: white;
}
.bottone_generico_prodotto{
    position: relative;
    float: left;
    padding: 10px 25px;
    border: 1px solid black;
    border-radius: 50px;
    font-size: 11px;
    margin: 10px;
    font-weight: bold;
    cursor: pointer;
}
.bottone_intervento{
    background-color: #ebd3ba;
    border-color: #ebd3ba;
}
.bottone_allegato{
    background-color: #25b9d5;
    border-color: #25b9d5;
}
.bottone_plus_allegato{
    padding: 10px 15px;
}
.penna_modifica_big{
    margin-left: 10px;
    cursor: pointer;
    font-size: 20px;
}
.label_titolo_dettaglio{
    margin-bottom: 0;
    font-size: 10px;
}
.label_sottotitolo_dettaglio{
    font-weight: bold;
    font-size: 13px;
}
.titoli_dettagli_progetto{
    position: relative;
    float: left;
    margin-bottom: 0;
}
.button_vedi_dettagli{
    width: auto;
    border: 1.5px solid grey;
    color: grey;
    border-radius: 15px;
    font-size: 8px;
    margin: 0;
    line-height: 26px;
    font-weight: lighter;
    -moz-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
    -o-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
    -webkit-transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
    transition: all 0.6s cubic-bezier(0.19,1,0.22,1);
}
.button_vedi_dettagli:hover{
    background: gray;
    color: white;
}
.div_file {
    margin:5px;
    width: 200px;
    height:200px;
    float: left;
    position: relative;
    background-color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 7px #d0d0d0;
    text-align: center;
    color: #575757 !important;
}
.div_file i {
    color: lightgray !important;
}
.div_add_file {
    width: 200px;
    height:200px;
    float: left;
    position: relative;
    background-color: white;
    border-radius: 20px;
}
.div_download_file{
    width: 200px;
    height:200px;
    position: absolute;
    background-color: white;
    opacity: 0;
    transition: 0.3s;
    border-radius: 20px;
}
.div_download_file:hover{
    opacity: 0.7;
}
.form_black{
    color: black;
    border: 1px solid black;
}
.singolo_intervento_prodotto{
    position: relative;
    float: left;
    width: 100%;
    background-color: #ffde3b;
    padding: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}
.container_titolo_intervento{
    position: relative;
    float: left;
    width: 100%;
}
.titolo_intervento{
    position: relative;
    float: left;
    width: 70%;
    font-weight: bold;
    line-height: 15px;
}
.plus_note_intervento{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid black;
    text-align: center;
    border-radius: 50px;
    padding-top: 3px;
}
.text_note_intervento{
    position: relative;
    float: left;
    width: 100%;
}
.container_note_intervento{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
.footer_singolo_intervento{
    position: relative;
    float: left;
    width: 100%;
}
.bottone_sistemazione_prodotto{
    position: relative;
    float: left;
    border: 2px solid black;
    border-radius: 20px;
    padding: 8px 20px;
    margin-right: 15px;
    font-weight: bold;
    cursor: pointer;
}
.bottone_nota_forma{
    margin-right: 0;
    float: right;
    background: #3a3a3a;
    border-color: #3a3a3a;
    color: white;
}
.open_note{
    display: block;
}
.background_grey{
    background-color: darkgrey;
}
.background_stato_green{
    background-color: #2bbc00;
}
.background_stato_yellow{
    background-color: #ffe200;
}
.background_stato_brown{
    background-color: #ebd3ba;
}
.background_stato_red{
    background-color: red;
}
.color_white{
    color: white;
}
.overlay_firma_sistemato{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #484848d4;
    z-index: 1000;
    display: none;
}
.inner_overlay_firma{
    position: relative;
    margin: 8% auto;
    width: 524px;
    background-color: white;
    height: 600px;
    padding: 57px;
}
.container_firma{
    position: relative;
    float: left;
    width: 100%;
}
.text_overlay_firma{
    position: relative;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 13px;
}
.bottone_salva_firma{
    position: relative;
    float: right;
    background-color: rgb(255, 134, 76);
    color: white;
    padding: 8px 30px;
    border-radius: 20px;
    margin-top: 20px;
}
.close_overlay_firma{
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #00e2e2;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    padding-top: 15px;
    cursor: pointer;
}
.container_note_overlay{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.text_area_overlay_note{
    border-radius: 0;
    border: 1px solid black;
    color: black;
}
.label_disponibilita{
    position: relative;
    margin: auto;
    width: 132px;
    border-radius: 20px;
    text-align: center;
}

.background_stato_orange{
    background: orange;
    color: white;
}
@media (min-width: 1200px) {
    #div_immagini{
        width: 100%;
    }
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1024px) {
    .div_notifica{
        width: 31.3333%;
    }
    .body_home{
        margin: 2%;
        width:96%;
        margin-top: 125px;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}