﻿/*@media screen and (max-width: 700px) {

    #error_404{
        width:100% !important;
    }

}*/


@media screen and (min-height: 500px) and (max-height: 700px) {

    .work-request-grid {
        height: 75%;
    }

    .query-builder-grid-box {
        height: 70%;
    }

    .designer .dxrd-right-panel {
        z-index: 108 !important;
        height: 80% !important;
    }

    .wq-scheduler-height{
        height:80%;
    }

    #error_404{
        width:100% !important;
    }

    .dashboard-work-request-height {
        height: 75%
    }

}

@media screen and (min-height: 701px) and (max-height: 800px) {

    .work-request-grid {
        height: 80%;
    }

    .query-builder-grid-box {
        height: 75%;
    }

    .designer .dxrd-right-panel {
        z-index: 108 !important;
        height: 85% !important;
    }

        .wq-scheduler-height{
        height:80%;
    }

                    .dashboard-work-request-height {
        height: 80%
    }
}

@media screen and (min-height: 801px) and (max-height: 1000px) {

    .work-request-grid {
        height: 85%;
    }

    .query-builder-grid-box {
        height: 80%;
    }

    .designer .dxrd-right-panel {
        z-index: 108 !important;
        height: 90% !important;
    }

        .wq-scheduler-height{
        height:87%;
    }
}

@media screen and (min-height: 901px) and (max-height: 1000px) {
    .dashboard-work-request-height {
        height: 85%
    }

}

@media screen and (min-height: 801px) and (max-height: 900px) {
    .dashboard-work-request-height {
        height: 80%
    }

}

@media screen and (min-height: 1001px) and (max-height: 1200px) {
    .work-request-grid {
        height: 85%;
    }

    .query-builder-grid-box {
        height: 80%;
    }
        .designer .dxrd-right-panel {
        z-index: 108 !important;
        height: 93% !important;
    }

            .wq-scheduler-height{
        height:89%;
    }

    .dashboard-work-request-height {
        height: 85%
    }
}

@media screen and (min-height: 1201px) {
    .work-request-grid {
        height: 88%;
    }

    .query-builder-grid-box {
        height: 80%;
    }

    .designer .dxrd-right-panel {
        z-index: 108 !important;
        height: 93% !important;
    }

        .wq-scheduler-height{
        height:90%;
    }
}
