﻿@media only screen and (max-width: 640px) and (orientation: portrait) 
{
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }

    .dataTables_filter .dataTables_length {
        text-align: left !important;
    }

    .btn-block-shrinked {
        width: 100% !important;
    }

    .expand-msg {
        visibility: visible;
    }

    #customer-info-dropdown{
        padding-right: 80px !important;
        padding-left:0px !important;
    }
}


@media only screen and (max-width: 768px) and (orientation: landscape) 
{
    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }
    
    .dataTables_filter .dataTables_length {
        text-align: left !important;
    }

    .btn-block-shrinked {
        width: 100% !important;
    }

    .expand-msg {
        visibility:visible;
    }

    #customer-info-dropdown {
        padding-right: 60px !important;
        padding-left:0px !important;
    }
}

    /*@media only screen and (max-width: 576px) and (orientation: portrait) {
    .layout-container {
        width: 100%;
        max-width: 100%;
    }

    .navbar {
        margin-left: unset !important;
    }

    .btn {
        width: 100%;
    }

    .margin-center {
        margin-left: 0%;
    }

    .account-wall {
        margin-top: 0px !important;
        padding-top: 5px !important;
    }

    .page-title {
        margin-bottom: 0px !important;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }

    .modal-footer > btn {
        width: 100%;
    }

    .main-content {
        padding-left: 0px;
        padding-right: 0px;
    }
} */

@media only screen and (min-width: 768px) and (orientation: portrait) {
    #customer-info-dropdown {
        padding-right: 10px !important;
        padding-left: 0px !important;
    }
}
