@charset "utf-8";
body {
    background-color: black;
    color: white;
}
input {
    padding-left: 5px!important;
}
.ui-helper-hidden-accessible { 
    display:none; 
}
.pp_button {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 2px solid black;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px;
}
.pp_button:hover {
    background-color: #e0e0e0;
}

.pp_button:active {
    background-color: #d3d3d3;
}
.pp_large{
    width: 100%;
    margin: 20px 0px;
}
.pp_btn_large{
    width: 100%;
    padding: 20px;
}
.pp_half{
    width: 50%;
    padding: 20px 0px;
}
.pp_datetime {
    -webkit-appearance: none;
    -mozkit-appearance: none;
    padding: 10px 0px;
    width: 100%;
}
.pp_addtime{
    padding: 10px 0px;
    width: 100%;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
.ui-menu-item {
    padding: 5px;
    cursor: default;
}

.ui-menu-item:hover {
    background-color: #e5e5e5;
}
.pp_materiale{
    overflow: auto;
    max-height: 150px!important;
}
#risultato a{
    color: black;
    text-decoration: none;
}
#risultato li{
    line-height:150%;
}
.pp_switch{
    margin: 10px 0px;
}
.pp_table{
    font-size: 1em;
}
/*--------HAMBURGER MENU----------------------------*/
.pp_topbar{
    width: 100%;
    min-height: 60px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    color: black;
}
.pp_ham_icon{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999;
}
#hm_menu {
    position: fixed;
    top: 0%;
    right: -300px;
    /*transform: translateY(-50%);*/
    width: 300px;
    height: 100%;
    background-color: #464646;
    z-index: 9998;
    transition: right 0.3s ease-in-out;
    color: white;
    padding: 10px;
}
.pp_link{
    color: gold;
    text-decoration: none;
}
.pp_btn_hamburger{
    width: 100%;
    margin: 10px 0px;
}
.pp_solo_largo{
    display: inherit;
}
.pp_solo_stretto{
    display: none;
}

@media screen and (max-width: 768px) {
    .pp_table{
        font-size: 0.8em;
    }
    .pp_solo_largo{
        display: none;
    }
    .pp_solo_stretto{
        display: inherit;
    }
}