/* css for alerts and confirm is available both in admin and front end */
#loader {position: fixed;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);z-index: 99999;color: white;top: 0;left: 0;height: 100%;width: 100%;}
#loader .wrapalert,#loader .wrapalert p {color: white;text-align: center;margin-top: 50px;font-size:18px;}
#loader .wrapalert .alertbutts #closealert2 {background-color:transparent}
#loader .wrapalert .alertbutts {padding:10px 0;}
#loader .wrapalert .alertbutts a {display:inline-block;padding:5px 10px; margin:0 5px;
background-color:#2C53A2;color:#fff;font-size:15px;font-weight:bold;border:0;line-height:1.3em;box-shadow:none;border-radius:0}


/* css for columns with in the "Prove d'acquisto da approvare" page */
th.user {width:20%}
th.prova {width:20%}
th.stato {width:20%}
th.coll {width:50px}

/* fix user-edit.php page nasconde pezzi del form di Wordpress non necessari */
form#your-profile .yoast.yoast-settings {display: none;}
#table-impostazioni-personali, #impostazioni-personali {display:none}
#table-informazioni-di-contatto tr {display:none}
#table-informazioni-di-contatto tr:first-child {display:table-row}
#informazioni-utente, #table-informazioni-utente {display:none}
#application-passwords, #table-application-passwords {display:none}

/* custom css per le tabelle dei libri nella pagina user-edit.php */
#libri td, #tuttiLibri td { padding-right:5px; }
#libri th, #tuttiLibri th {text-align:left}
form#your-profile .red{ background-color:#fff;border-left:3px solid red;padding:5px 10px;}
#tuttiLibri, #libri { width:100%}
#tuttiLibri td, #libri td {
    background-color:#fff; padding:10px;
}
