h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px
}

hr {
    margin-top: .3rem;
    margin-bottom: .3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.card-header {
    padding: .5rem .5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .10);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

/* Background color */
.bg-black{
  background-color: #000000;
}

/* Alert color */
.alert-ok {
    color: #808080;
    border-color: #808080;
}

.alert-rit {
    color: yellow;
    border-color: yellow;
}

.alert-on {
    color: #dc3545;
    border-color: #dc3545;
}

.alert-blue {
    color: #5bc0de;
    border-color: #5bc0de;
}
/* -------------------------------------------ALERT MESSAGGIO UTENTI --------------------------------------------------------- */
.msg_info_alert{
    position:absolute;
    top:20px;
    width: 50%;
}

@media screen and (max-width: 992px) {
    .msg_info_alert{
        position:absolute;
        top: 65px;
        width: 80% !important;
    }

}


/* --------------------------------------------------- LOGIN ----------------------------------------------------------------- */
.body_login{
    background-color:rgba(0, 0, 0, 0.05);
    width: 100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_login{
    background: linear-gradient(#007bff 63%,#ffffff 37%);
    height: 550px;
    width: 450px;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .10);
    border-radius: 20px;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top:-20px;
}

.box_login_form{
    height: 300px;
    width: 75%;
    background-color: white;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .10);
    margin-bottom: 55px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.login_form{
    width: 90%;
}
.login_form label{
    color: #656565;
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 0.25em;
}
.button_login{
    width: 100%;
    height: 50px;
    margin-bottom: -20px;
    border-radius: 10px !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4em;
}

.img_login img{
    margin-bottom: -5px;
    width: 185px;
}

.img_login p{
    text-align: center;
    font-style: oblique;
    font-weight: bold;
    color: #EEEEEE;
}

.registrati_passwdimenticata{
    width:80%;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 5px;
  }

.info_pola{
    font-weight: 300;
}

.info_pola p{
    font-weight: 600;
    color:#656565
}

.registrati_passwdimenticata a:hover ,.info_pola a:hover{
    font-weight: 500;
    text-decoration: none;
}

.a_capo_smartphone{
    display: none;
}

.info_pola{
    display:flex;
    width: 400px;
    justify-content: space-evenly;
    position:absolute;
    margin-bottom:-90px;
}

.not-visib-on-pc{
    display: none !important;
}

@media screen and (max-width: 992px) {
    .box_login {
        background: linear-gradient(#007bff 60vh,#ffffff 40vh);
        height: 100vh;
        min-width: 100vw;
        border-radius: 0px;
        margin-top:0px;
    }

    .box_login_form{
        width: 85% !important;
        margin-bottom: 2vh;
    }

    .registrati_passwdimenticata{
       display: block;
       text-align:center;
    }
    .a_capo_smartphone{
        display: block;
    }
    .not-visib-on-pc{
        display: block !important;
    }
    .not-visib-on-smartphone{
        display: none;
    }
  }


/* --------------------------------------------------- REGISTRAZIONE UTENTE ----------------------------------------------------- */
.body_registrazione{
    background-color:rgba(0, 0, 0, 0.05);
    width: 100vw;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:-50px;
}
.box_registrazione{
    background: linear-gradient(#007bff 60%,#ffffff 40%);
    height: 650px;
    width: 600px;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .10);
    border-radius: 20px;
    display:flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top:25px;
}

.box_registrazione_form{
    height: 550px;
    width: 75%;
    background-color: white;
    box-shadow: 5px 5px 10px 4px rgba(0, 0, 0, .10);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.info_pola_reg{
    font-weight: 600;
    color:#656565;
    width: 620px;
    position:absolute;
    margin-bottom:-70px;
    text-align: center;
}

.info_pola_reg a{
    font-weight: 300;
}

.info_pola_reg a:hover{
    font-weight: 500;
    text-decoration: none;
}

.registrazione_titolo{
    color:white;
    text-transform: uppercase;
    font-size:25px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-top:15px;
}

.registrazione_titolo_phone{
    color:#007bff;
    text-transform: uppercase;
    font-size:20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-top:-70px;
    margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
    .box_registrazione_form{
        height: 100vh;
        width: 100vw;
        position:absolute;
        top:0px;
        border-radius:0px;
    }

    .registrati_passwdimenticata{
       display: block;
       text-align:center;
    }
    .a_capo_smartphone{
        display: block;
    }
    .not-visib-on-pc{
        display: block !important;
    }
    .not-visib-on-smartphone{
        display: none;
    }
  }


/* --------------------------------------------------- PASSWORD DIMENTICATA ----------------------------------------------------- */

.add_space_forgot_password{
    margin-bottom: 5vh;
}
@media screen and (max-width: 992px) {

    .add_space_forgot_password{
        margin-bottom: 15vh;
    }

  }

.info_pola_forgot_pwd{
    text-align: center;
    font-size: 16px;
    font-weight: 350;
    margin-top:-15px;
}

/* --------------------------------------------------- ADD USER ----------------------------------------------------- */

@media screen and (max-width: 992px) {
    .box_add_user{
        height: 110vh !important;
    }
  }

/* ---------------------------------------------- DELETE USER ------------------------------------------------------- */

.body_delete{
    height: auto !important;
    margin-top: 50px;
}

@media screen and (max-width: 992px) {
    .body_delete{
        height: auto !important;
        margin-top: 0px;
    }
  }


.box_delete{
    height: auto !important;
}

@media screen and (max-width: 992px) {
    .min_h_smartphone{
        min-height: 100vh !important;
    }
  }


/* Per gestione grafico Plotly */
.cc-apex {
    width: 2%;
}

.cci-apex {
    margin-top:-200px;
}
