/* 
    Created on : 3-nov-2021, 10.16.00
    Author     : FiorIv77
*/


/* PERSONALIZZAO IL CURSORE PER LE SELECT */

select {
    cursor: pointer;
}


/* /PERSONALIZZAO IL CURSORE PER LE SELECT */


/* LOGO AZIENDA */

.logo-azienda {
    position: relative;
    bottom: 10px;
    width: 100%;
    height: 200%;
    border-radius: 8px;
}


/* /LOGO AZIENDA */


/* ALL CUSTOMIZED FONT. */

* {
    /*font-family: "Copperplate", Monaco, monospace;*/
    /*font-family: "Times New Roman", Times, serif;*/
    font-family: Arial, Helvetica, sans-serif;
    /* text-transform: lowercase; */
}


/* /ALL CUSTOMIZED FONT. */


/* SFONDO DELLLE PAGINE */


/* CONTAINER */

.container {
    position: relative;
    top: 50px;
}


/* /CONTAINER */


/* DIV-LOGIN. */

.div-login {
    padding: 10%;
}


/* /DIV-LOGIN. */


/* BUTTON LOGIN NELLA PAGINA BODYLOGIN */

.btn-login {
    padding: 20px;
}


/* NASCONDO LA TABELLA DELLA PAGINA bodyindex.php */

.table-tipologia {
    display: none;
}
/* NASCONDO LA TABELLA DELLA PAGINA bodyindex.php */
.buttons-html5 { /* BOOTSTRAP BUTTONS EXPORT DATA*/
    width: 32px;
    height: 32px;
}

/* BUTTON DOWNLOAD FILE */

.grid-button {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    width: 150px;
    margin-bottom: 10px;
    float: right;
}

.btn-pdf {
    background-image: url('../img/icon-pdf.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 5px center;
}

.btn-csv {
    background-image: url('../img/icon-csv.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px center;
}

.btn-excel {
    background-image: url('../img/icon-excel.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 5px center;
}
.buttons-page-length {
    position: absolute;
    top: 40px;
    height: 30px;
    width: 100px;
}
.dt-button-collection {
    position: absolute !important;
    top: 40px !important;
    left: 110px !important;
}
.btn-iphone {
    width: 35px;
    height: 35px;
}


/* BUTTON DOWNLOAD FILE */

/* BUTTON CERCA E CARICA TUTTO */
.button-align button {
    float: right;
    margin-bottom: 10px;
}
.btn-reload {
    margin-left: 10px;
}
/* BUTTON CERCA E CARICA TUTTO */

/* BOX-SHADOW */
.box-shadow-effect {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.box-shadow-not-effect {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.22);
}
/* BOX-SHADOW */