@media (max-width: 768px) {
    .site-container {
        width: 90%
    }

    .dashboard-header {
        position: relative;
        z-index: 5
    }

    .icon-business-unit {
        font-size: 16px;
        margin-right: 5px
    }

    .login-box {
        margin-top: 0;
        color: #333
    }

    .login-box a {
        color: #00f
    }

    .login-box .bg {
        background-color: transparent
    }

    .backstretch {
        display: none !important
    }

    .status-legend {
        float: none;
        margin-bottom: 1em
    }

    .search-container {
        width: 70%
    }

    .header-search {
        display: none
    }

    .filtering-by {
        margin-left: 0 !important
    }

    .filtering-by > li {
        background-color: #ccc;
        display: block !important;
        padding: 8px;
        margin-bottom: 1px;
        position: relative;
        overflow: hidden
    }

    .filtering-by > li:first-child {
        background-color: #666;
        color: #fff;
        font-weight: 700
    }

    .filtering-by > li .remove-search-field {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 18px;
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #666
    }

    .builder-order-container, .col-mobile-12 {
        width: 100%
    }

    .grid-container .status-legend {
        display: none
    }

    .csstransforms .sidebar-trigger {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 1em
    }

    .format-responsive-table, .format-responsive-table tbody, .format-responsive-table td, .format-responsive-table tfoot, .format-responsive-table th, .format-responsive-table thead, .format-responsive-table tr {
        display: block !important
    }

    .format-responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .format-responsive-table td {
        border: none;
        border-bottom: none !important;
        position: relative !important;
        padding-left: 40% !important;
        white-space: normal;
        text-align: left;
        min-height: 3em
    }

    .format-responsive-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        min-height: 2em;
        padding-right: 10px;
        font-weight: 700;
        content: attr(data-title);
        text-align: right;
        margin-top: 2px
    }

    .format-responsive-table tbody tr td:last-child {
        border-bottom: 3px solid #999 !important
    }

    .format-responsive-table tfoot {
        font-size: 18px
    }

    .format-responsive-table tfoot .footer-label {
        display: none !important
    }

    .format-responsive-table tfoot tr:first-child .footer-value {
        border-top: 3px solid #aaa !important
    }

    .format-responsive-table.table > tfoot > tr > td {
        font-size: 14px
    }

    .callout-box, .callout-box img {
        max-width: 100%
    }
}
