﻿
/* iphone 5 ----------- */
@media screen and (max-width : 400px) {
    h4.page-header .p-page-header {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 80%;
        display: inline-block;
        text-decoration: none !important;
        color: black !important;
    }

    h4.page-header .p-page-header-two-button {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 80%;
        display: inline-block;
        text-decoration: none !important;
        color: black !important;
    }

    h4.page-header .p-page-header-tree-button {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 80%;
        display: inline-block;
        text-decoration: none !important;
        color: black !important;
    }

    div.dashbord {
        display: none;
        width: 400px;
        white-space: unset;
        margin-top: 0px !important;
        background: url(../../images/icons/refresh-button.png) no-repeat center !important;
    }

    .table-nav-filter tr td {
        float: none !important;
    }
}


/* Desktops and laptops ----------- */
@media screen and (min-width : 800px) {
    .col-sm-2 {
        width: 22% !important;
    }

    .col-sm-10 {
        width: 78% !important;
    }

    /* Large screens ----------- */
    @media screen and (width : 1024px) {

        .navbar-brand {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 80%;
            display: inline-block;
        }

        .table-nav-filter tr td {
            float: none !important;
        }
    }
}

/* Large screens ----------- */
@media screen and (min-width : 1824px) {
    .col-sm-2 {
        width: 20% !important;
    }

    .col-sm-10 {
        width: 80% !important;
    }
 
}
