@charset "utf-8";
body { 
  background: url(immagini/background1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
    font-family: 'Lato', sans-serif;
}
h5 {
    font-weight: bold;
}
a {
    color: #9fcfa0;
}
a:hover {
    text-decoration: none;
    color: #2D842F;
}
.input-group-append{
    padding-right: 5px;
}
.pp_main {
    margin-top: 50px;
}
.pp_login{
    padding: 20px;
    /*border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;*/
    border: 9px solid #60b2c3;
    background-color: white;
}
.pp_conferma{
    padding: 20px;
    border: 9px solid #60b2c3;
    background-color: rgba(0,100,0,0.60);
    color: white;
    font-weight: bold;
    text-align: center;
}
.pp_btn_primary{
    margin-top: 10px;
    width: 100%;
    background-color: #064C66;
    border-color: #064C66;
}
.pp_btn_primary:hover{
    background-color: #2a7089;
    border-color: #2a7089;
}
.pp_w2{
    width: 150px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.pp_box{
    padding: 5px 10px;
    border: 1px solid #60b2c3;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
#div_qta {

    /* Using the grid property */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));

    /* Making equal spaced divs */
    gap: 10px;
    min-width: 0px;
}
.pp_plus{
    padding: 10px 7px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #60b2c3;
    float:left;
    cursor: pointer;
}
.pp_data{
    width: 125px;
    font-size: 0.9rem;
}
.pp_column{
    padding: 5px 0px;
}
.pp_select{
    padding: 5px;
    border: 1px solid #60b2c3;
    border-radius: 0px!important;
}
.pp_titolo{
    color: #60b2c3;
}
.pp_box_tot{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}
.pp_btn100{
    width: 100%;
    background-color: #60b2c3;
    border: 1px solid #60b2c3;
    color: white;
    padding: 5px;
}
.pp_btn100:hover {
    background-color: #5496A4;
}
.pp_delete{
    background-color: rgba(103,0,1,0.70);
    border: 1px solid #840002;
}
.pp_delete:hover{
    background-color: rgba(103,0,1,0.90);
}
.pp_cancel{
    background-color: #8E8E8E;
    border: 1px solid #8E8E8E;
}
.pp_cancel:hover{
    background-color: #5C5C5C;
}
.pp_clicked{
    background-color: #60b2c3!important;
    color: white!important;
}
.pp_tab_row{
    border-top: 1px solid #60b2c3;
}
.pp_tab_mese{
    color: #60b2c3;
    font-weight: bold;
}
.pp_tot1{
    margin: 2px 0px 2px 0px;
}
.pp_date_range{
    width: 33%;
    float: left;
}
.pp_date_range_button{
    width: 33%;
    float: left;
}
.pp_link{
    color: #60b2c3;
}
.pp_link2{
    color: #212529;
}
.pp_link2:hover{
    color: #5496A4;
    text-decoration: none;
}
/*MENU*********************************************************/
.pp_burger{
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 10px;
    width: 30px;
    font-size: 20px;
    cursor: pointer;
}
.pp_menu1{
    position: absolute;
    z-index: 998;
    top: 40px;
    right: 10px;
    width: 170px;
    height: 175px;
    padding: 10px;
    background-color: #c7dce1;
    border: 5px solid #60b2c3;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    font-size: 17px;
}
.pp_menu1_admin{
    position: absolute;
    z-index: 998;
    top: 40px;
    right: 10px;
    width: 210px;
    height: 285px;
    padding: 10px;
    background-color: #c7dce1;
    border: 5px solid #60b2c3;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    font-size: 17px;
}
.pp_menu_item {
    padding: 5px 0px;
    border-bottom: 1px solid #60b2c3;
}
.pp_menu_item_last {
    padding: 5px 0px;
}
/*MEDIA*********************************************************/
@media only screen and (max-width: 600px) {
    body{
        /*font-size: 14px!important;*/
        font-size: 0.9em!important;
    }
    .pp_login{
        padding: 5px;
        border: 5px solid #60b2c3;
        background-color: white;
    }
    .pp_column{
    }
    .pp_date_range{
        width: 150px;
        float: left;
        margin-bottom: 10px;
        text-align: right;
    }
    .pp_date_range_button{
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}