﻿body {
}

@media (max-width:767px) {
    .LoginTextContainer input[type="text"], input[type="password"] {
        display: block;
        width: 100%;
    }

    .CompanyName {
        display: none;
    }

    .Buttons {
        width: 100%;
    }

        .Buttons > input[type="button"] {
            display: block;
            width: 100%;
            background-color: #000;
            margin-bottom: 10px;
        }

        .Buttons > a {
            display: inline-block;
            width: 100%;
        }

    .Breadcrums {
        text-align: left !important;
    }

    .LeftMenuPannel {
        width: 60px;
    }

    .DashboardContentPannel {
        padding-left: 60px;
    }

    .condensed .LeftMenuPannel {
        transform: translateX(-100%);
    }

    .condensed .DashboardContentPannel {
        padding-left: 0px !important;
    }

    .HeaderMenuPannel {
        padding-left: 60px;
    }

    .condensed .HeaderMenuPannel {
        padding-left: 15px !important;
    }

    .Summary_Details {
        float: none !important;
        margin: 0 !important;
        max-width: none !important;
    }

    .DashboardFooter {
        padding: 15px !important;
    }

    .item-data-wrapper {
        width: 50% !important;
    }

    .dataTables_wrapper .row:last-child .col-xs-6 {
        width: 100% !important;
    }

    .pagination-master .input-group {
        float: none !important;
        margin-bottom: 15px;
    }
}

@media (max-width:460px) {
    .mine .item-data-wrapper {
        width: 100% !important;
    }




    .CompanyLocation {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .dataTables_length {
        float: left !important;
        text-align: left !important;
    }
}
