﻿
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .dashboard-box-w50 {
        width: 100%;
    }

    .dashboard-box-w100 {
        width: 100%;
    }

    .box-number .box-number-item > div > div {
        min-height: 146px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .dashboard-box-w50 {
        width: 100%;
    }

    .dashboard-box-w100 {
        width: 100%;
    }

    .box-number .box-number-item > div > div {
        min-height: 146px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .dashboard-box-w50 {
        width: 50%;
    }

    .dashboard-box-w100 {
        width: 100%;
    }

    .box-number .box-number-item > div > div {
        min-height: 125px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 1090px) {
    .dashboard-box-w50 {
        width: 50%;
    }

    .dashboard-box-w100 {
        width: 100%;
    }

    .box-number .box-number-item > div > div {
        min-height: 86px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .dashboard-box-w50 {
        width: 50%;
    }

    .dashboard-box-w100 {
        width: 100%;
    }

    .box-number .box-number-item > div > div {
        min-height: 86px;
    }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1735px) {
    .dashboard-box-w50 {
        width: 50%;
    }

    .dashboard-box-w100 {
        width: 100%;
    }

    .box-number .box-number-item > div > div {
        min-height: 66px;
    }
}
