/*########## UNCOMMENT to activate new Dashboard Style*/
/*#dashboard-layout {
    background: linear-gradient(
            to bottom,
            rgb(17, 205, 239) 0,
            rgb(17, 205, 239) 35%,
            #e4e8f2 35%,
            #e4e8f2 100%
    );

    border-left: 1px solid #cfd3dc;
}*/

/*########## UNCOMMENT and REPLACE to activate new Dashboard Style*/
.dashboard-title {
    color: transparent;/*color: #FFF;*/
    text-align: center;
    font-weight: bold;
    /*font-size: 30px;*/
    /*display: none;*/
}

/*########## UNCOMMENT and REPLACE to activate new Dashboard Style*/
.dashboard-item {
    /*padding-left: 0.5rem;
    padding-right: 0.5rem;*/
    /*border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.125) 0rem 0rem 1rem 0rem;*/
    background-color: #ebeef5;/*background-color: rgb(255, 255, 255);*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    overflow-wrap: break-word;
    background-clip: border-box;
}

/*########## UNCOMMENT to activate new Dashboard Style*/
.dashboard-item .data-label {
    /*border-color: #000;*/
}

/*########## UNCOMMENT to activate new Dashboard Style*/
.dashboard-item .content {
    /*background-color: transparent !important;
    color: #000 !important;*/
}

/*########## COMMENT to activate new Dashboard Style*/
.dashboard-item .h4.text-center:first-child {
    text-align: left !important;
    font-weight: normal !important;
    border-bottom: 1px solid #DDE2EE !important;
    padding-left: 8px !important;
    padding-bottom: 8px !important;
}

/*########## UNCOMMENT to activate new Dashboard Style*/
/*.dashboard-table {
    width: 100%;
}

.dashboard-table tr td, .dashboard-table tr th {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.dashboard-table th {
    border-bottom: 1px solid black;
}

.dashboard-table td {
    border-top: 1px solid #e4e8f2;
}*/

/*########## UNCOMMENT to activate new Dashboard Style*/
.dashboard-item .dashboard-horo {
    /*text-align: center !important;*/
    font-size: 0.8em;
}

[data-toggle=dashboard-redirect] {
    cursor: pointer;
}

[data-toggle=dashboard-redirect]:not([rel="#"]) .dashboard-item:hover {
    box-shadow: rgba(0, 0, 0, 0.7) 0rem 0rem 1rem 0rem;
}

.dashboard-info {
}

.btn-dashboard {
    background-color: rgb(17, 205, 239);
    font-weight: bold;
    width: 80%;
}

.btn-dashboard:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 0rem 0rem 0.3rem 0rem;
}

.dashboard-count {
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 0;
    right: 27px;
    text-align: right;
    opacity: 0.20;
    color: #a7b4d3;
}

.dashboard-count-warning {
    font-size: 70px;
    font-weight: 700;
    position: absolute;
    top: -20px;
    left: 0;
    right: 27px;
    text-align: right;
    opacity: 0.65;
    color: rgb(17, 205, 239);
}

.dashboard-template-count, .dashboard-template-count-warning {
    font-size: 100px;
    font-weight: 700;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.dashboard-template-count {
    color: #a7b4d3;
}

.dashboard-template-count-warning {
    color:  rgb(17, 205, 239);
}

