@media (max-width: 991px) {
    #dashletCategories {
        height: unset !important;
    }
    #moduleCategory {
        height: 40px !important;
    }

}

@media (max-width: 800px) {
    .submitButtons #searchFieldMain.searchField{
        max-width: 200px;
    }
    #ajaxloading {
        width: 100% !important;
    }

    #ajaxloading_c {
        width: 50% !important;
        left: 25% !important;
    }

    #ajaxloading_mask {
        width: 100% !important;
    }

    #closeActivityDialog {
        width: 100% !important;
    }

    #closeActivityDialog_c {
        width: 70% !important;
        left: 15% !important;
    }

    #closeActivityDialog_mask {
        width: 100% !important;
    }
}

#lineItems .totals {
    width: 400px;
}

.cron-in-utc-timezone-label {
    background: #e7e7e7;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
