.ceeTable-style {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

  /*  .ceeTable-style thead tr {
        background-color: grey;
        color: #ffffff;
        background-image: linear-gradient(250deg,rgb(70,130,180), transparent);
        text-align: left;
    }*/



.ceeTable-style tbody tr {
    border-bottom: 1px solid #dddddd;
}

.ceeTable-style tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

/*.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
*/
@media screen and (max-width: 1536px) {
    #forHide {
        display: block;
    }
    #forshow {
        display: none;
    }
}

/*@media screen and (max-width: 1532px) {
    #forHide {
        display: block;
    }

    #forshow {
        display: none;
    }
}*/

@media screen and (max-width: 1080px) {
    #forHide {
        display: block;
    }

    #forshow {
        display: none;
    }
}

    @media screen and (max-width: 556px) {

        #forHide {
            display: none;
        }

        #forshow {
            display: block;
        }
    }

@media screen and (max-width: 1536px) {
    #btnSaveVirtualDelivery {
        display: block;
    }

    #btnSaveVirtualDeliveryFromMobile {
        display: none;
    }
}

@media screen and (max-width: 1080px) {
    #btnSaveVirtualDelivery {
        display: block;
    }

    #btnSaveVirtualDeliveryFromMobile {
        display: none;
    }
}

@media screen and (max-width: 556px) {

    #btnSaveVirtualDelivery {
        display: none;
    }

    #btnSaveVirtualDeliveryFromMobile {
        display: block;
    }
}

@media screen and (max-width: 566px) {

    #btnSaveVirtualDelivery {
        display: none;
    }

    #btnSaveVirtualDeliveryFromMobile {
        display: block;
    }
}