﻿
.BoxStatistiche {
    background-color: #DDE6F6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom:20px;
}



    .BoxStatistiche h4 {
        color: #020991;
        padding-bottom:10px;
    }

        .BoxStatistiche h4 b {
            text-transform: uppercase;
        }

    

.BtnDashboard {
    border-radius: 20px !important;
    position: relative;
    margin-bottom: 20px;
    height: 120px !important;
}
.BtnDashboard .rz-button {
    display: block !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    box-shadow: none !important;
    border: none !important;
    background-color: transparent !important;
}

    .BtnDashboard .rz-button:hover {
    }

    .BtnDashboard .rz-button .rzi {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #ffffff2a;
        padding: 17px;
        border-radius: 5px;
        font-size: 25px !important;
        color: #fff !important;
    }

.BtnDashboard .rz-button-box {
    display: block;
}

.BtnDashboard .rz-button p {
    font-weight: bold;
    color: #ffffff;
    font-size: 15px !important;
    line-height: 16px;
    margin-top: 5px;
    position: absolute;
    bottom: 5px;
    text-align: left;
    left: 20px;
    right: 20px !important;
}

.BtnDashboard .rz-button:hover p {
    text-decoration: underline;
}

.BtnDashboard .rz-button:hover .rzi {
    font-size: 30px !important;

}
.BtnDashboard_Registrazione,
.BtnDashboard_Registrazione:hover {
    background-image: url(../images/Dashboard/Box_Celeste.svg) !important;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 20px !important;
   
}
.BtnDashboard_Clienti,
.BtnDashboard_Clienti:hover {
    background-image: url(../images/Dashboard/Box_Celeste.svg) !important;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 20px !important;
}
.BtnDashboard_CatCorsi,
.BtnDashboard_CatCorsi:hover {
    background-image: url(../images/Dashboard/Box_Viola.svg) !important;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 20px !important;
}
.BtnDashboard_ListinoIfas,
.BtnDashboard_ListinoIfas:hover {
    background-image: url(../images/Dashboard/Box_ViolaL.svg) !important;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 20px !important;
}
.BtnDashboard_Workflow,
.BtnDashboard_Workflow:hover {
    background-image: url(../images/Dashboard/Box_Rosa.svg) !important;
    background-size: cover !important;
    background-position: top center !important;
    border-radius: 20px !important;
}

.BoxLink .col-md-2 div {
    background-color: #EEF2FF;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    height: 100px;
    display: block;
    width: 100% !important;
    position: relative;
}

    .BoxLink .col-md-2 div img {
        width: 50px;
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .BoxLink .col-md-2 div span {
        font-size: 25px;
        font-weight: bold;
        color: #134A88;
        position: absolute;
        top: 30px;
        right: 20px;
        display: block;
    }

    .BoxLink .col-md-2 div small {
        text-align: right;
        display: block;
        line-height: 15px;
        color: #134A88;
        padding: 60px 20px 0 0;
        width: 100% !important;
    }

.BoxLink .col-md-2 .rz-button {
    width: 100% !important;
    height: 100%;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .BoxLink .col-md-2 .rz-button:hover div {
        background-color: #dbe3ff !important;
    }

    .BoxLink .col-md-2 .rz-button .rz-button-box {
        width: 100%;
    }


.DashDipendente{
 position: relative;
}
.DashDipendente .GifBgLogo {
    width: 100%;
   
}
.DashDipendente .LogoDashboard{
    position:absolute;
    top:40%;
    left:calc(50% - 150px);
    width:300px;
}