﻿
/*Large Screens*/
@media only screen and (max-width : 1200px)  {

}


@media only screen and (max-width : 1000px) {

    #popup-container{
        width: 100%;
        padding: 30px;
        position: fixed;
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }
}

/*Medium Screens*/
@media only screen and (max-width : 992px)  {
    ul.navbar-nav .nav-link a{
        padding: 0;
        border-bottom: none;
    }

    ul.navbar-nav .nav-link a:hover{
        border-bottom: none;
    }

    #customer-view .product-options{
        max-width: 90%;
        width: 100%;
        height: auto;
    }

    #customer-view .courier-options{
        max-width: 90%;
        width: 100%;
        height: auto;
    }

    #customer-view .courier-options .btn {
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }

    #customer-view .product-options .btn {
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }

}

/*Small Screens*/
@media only screen and (max-width : 768px)  {

    .table {
        font-size: 0.8rem;
    }

    #admin-service-call-edit ul li{
        display: block;
        margin-right: 0;
        font-size: 12px;
    }

    #admin-service-call-edit ul li b, #admin-service-call-edit ul li:first-child b{
        width: 100px;
        display: inline-block;
    }

    #admin-service-call-edit table.service-call-type td{
        display: block;
        width: 100%;
    }

    #admin-service-call-edit table .btn{
        font-size: 10px;
        padding: 2px 4px;
        margin:0;
    }


      
}

/*Extra Screens*/
@media only screen and (max-width : 576px)  {

}



@media only screen and (max-width : 667px) {


    .table {
        font-size: 0.65rem;
    }

    .btn{
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }


}

@media only screen and (max-width : 490px) {
   
}

@media only screen and (max-width : 375px) {
    



}
