html, body{
    font-family: 'Roboto', sans-serif;
}
.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: black;
    background-color: transparent;
    border: 1px solid black;
    width: 200px;
    margin: 0 15px;
    transition: 0.3s;
}
.button--outline:hover{
    background-color: black;
    color: white;
    border-color: black;
}
.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);
}
.form-control{
    background-color: transparent;
    border: 1px solid black;
    color: black;
    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;
}
.body_app{
    position: relative;
    float: left;
    width: 100%;
}
.body_home{
    width: 100%;
    margin:auto;
    max-width: 1400px;
    padding: 20px;
    margin-top: 130px;
}
.bottoni_big_home{
    position: relative;
    margin: 4% auto;
    padding: 20px 60px;
    width: auto;
    max-width: 600px;
    border: 2px solid black;
    text-align: center;
    font-size: 25px;
    letter-spacing: 3px;
    color: black;
    border-radius: 6px;
    transition: 0.3s;
}
.bottoni_big_home:hover{
    background-color: black;
    color: white;

}
a:hover, a:focus{
    text-decoration: none;
    color: initial;
}
.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;
}


.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;
}

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;
}

.button_second_position {
    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: -10px;
    z-index: 2;
}
.info_distinta{
    position: relative;
    float: left;
    width: 70%;
}
.chosen-container-single .chosen-single{
    padding: 5px 0 0 8px;
}
.form_item{
    border-radius: 5px;
    border: 1px solid #e5e6e7;
    font-size: 13px;
}
.container_info_distinta{
    position: relative;
    float: left;
    width: 100%;
}
.container_bottone_stampa{
    position: relative;
    float: left;
    width: 30%;
}
.bottone_big_stampa{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.titolo_macchine{
    margin-bottom: 20px;
}
.bottoni_macchine{
    margin: 0;
    margin-bottom: 10px;
    width: 80%;
}
.large_modal {
    max-width: 90%;
}
.col-float{
    float: left;
}
.titolo_form_singolo{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid black;
    padding-top: 10px;
}
.list_1_2{
    position: relative;
    float: left;
    width: 50%;
}
.text_calcolo_metri{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
    font-weight: bold;
}
.button_top_right{
    margin-right: 10px;
    float: right;
    position: relative;
}
.botton_salva{
    width: auto;
    border-radius: 50px;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    padding: 10px 80px;
    float: left;
    position: relative;
    background-color: black;
    color: white;
    margin-top: 20px;
}
.delete_file_distinta{
    font-size: 18px;
    margin-left: 10px;
    color: #ad0000;
    cursor: pointer;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
