@media only screen and (max-width: 960px) {
    table {
        width: 100%;
    }

    .login {
        width: 100%;
        height: 200px;
        position: relative;
        margin: 0;
        padding: 20px;
        top: 0;
        left: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .login .form-control {
        height: 40px;
    }

    .login .form-control, .login .btn {
        font-size: 16px;
    }

    #header {
        display: none;
    }

    .navbar-toggle {
        border-color: #AAAAAA;
    }

    .navbar-toggle .icon-bar {
        background-color: #AAAAAA;
    }

    .navbar-nav > li > a {
        font-size: 20px;
        line-height: 22px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        font-size: 20px;
        padding: 10px 0 10px 25px;
    }

    .navbar-nav > li.spacer {
        margin: 10px 15px;
        height: 1px;
        background-color: #dedede;
    }

    .navbar-right {
        position: relative;
        float: right;
        margin-right: 0;
        margin-top: 15px;
    }

    .navbar-right .fa {
        font-size: 24px
    }

    .navbar-right .fav_count {
        background-color: #ff8105;
        color: #fff;
        position: relative;
        display: inline-block;
        padding: 2px;
        font-size: 11px;
        line-height: 10px;
        top: -10px;
        left: -10px;
        border-radius: 7px;
        text-align: center;
        min-width: 14px;
    }

    .navbar-right .favorites {
        color: #ff8105 !important;
    }

    .navbar-right .favorites .fa {
        color: #ff8105 !important;
    }

    #header-mobile {
        background-color: white;
        border-bottom: 1px solid #dedede;
    }

    .mobile-pad {
        height: 45px;
    }

    #page-content-grid .grid-table {
        width: 100%;
    }

    .grid-table {
        width: 100%;
    }

    .grid-table .desktop {
        display: none;
    }

    .grid-table thead {
        display: none;
    }

    .grid-table .mobile tr.data td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .grid-table .mobile td.spacer {
        height: 25px;
    }

    .grid-table .mobile td.row-actions {
        padding: 10px 0;
        text-align: right;
        font-size: 18px
    }

    .grid-table .mobile td.row-actions i, .grid-table .mobile td.row-actions span {
        font-size: 18px;
    }

    .grid-table .mobile td.row-actions button, .grid-table .mobile td.row-actions a {
        width: 30px !important;
    }

    .ienlarger {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    #action-show .header .nav-pills {
        float: none !important;
        margin-left: -10px;
    }

    #action-show .header h3 {
        margin-top: 40px;
    }

    #action-show #obj_id {
        position: absolute;
        margin: 0;
        top: 40px;
    }


    #action-show .dates {
        margin-bottom: 10px;
    }

    #action-show #comments button {
        margin: 10px 0 !important;
    }

    .reminders_list {
        right: 0;
    }

    #calendar {
        margin: 15px
    }

    #page-content-grid {
        margin: 15px
    }

    #page-content-grid .grid-nav {
        text-align: left;
    }

    #action-show .footer #comments input {
        width: 100%;
    }

    #action-filter {
        margin-bottom: 15px !important;
    }

    #action-filter #filter-nav {
        background: url("/img/ico/filter-action-mob.png") left no-repeat !important;
        padding-left: 25px !important;
        font-size: 16px !important;
    }

    #page-content-grid #action-filter #filter-block .form-group {
        margin-right: 0;
        text-align: right;
    }
    #page-content-grid #action-filter #filter-block .form-group .form-control {
        display: inline-block;
    }
    #page-content-grid #action-filter .btn-group {
        width: 100%;
    }
    #page-content-grid #action-filter .btn-group .multiselect {
        width: 100%;
        text-align: left;
    }
    #page-content-grid #action-filter .btn-group .multiselect .caret{
        float: right;
        margin-top: 7px;
    }
    #page-content-grid #action-filter .btn-group .multiselect-container {
        width: 100%;
    }
    .grid-header .total {
        margin-bottom: 15px;
    }
    #search {
        padding: 30px 15px 0 15px;
    }
    #search div {
        margin-bottom: 30px;
    }
    #search .form-control {
        font-size: 18px;
        height: 35px;
        padding: 5px 10px;
    }
    #search .dropdown-menu li a {
        font-size: 18px;
    }
    #search .search-street input {
        width: calc(100% - 50px);
        display: inline-block;
        float: left;
    }
    #search .search-street button {
        width: 40px;
        display: inline-block;
        margin-left: 5px;
        height: 35px;
        float: right;
    }
    #search .search-street:after {
        display: block;
        clear: both;
        content: ' ';
    }
    #fast-nav {
        padding: 0 15px;
    }
    #fast-nav .item {
        margin-bottom: 10px;
    }
    #fast-nav .item a {
        font-size: 18px;
    }

    .section .bg-info {
        text-align: left !important;
    }
}
@media only screen and (min-width: 960px) {
    #header-mobile {
        display: none;
    }
    .grid-table .mobile, .grid-header .mobile {
        display: none;
    }
    .grid-table .grid-img {
        display: none;
    }
    .mobile-pad {
        display: none;
    }
    #search,#fast-nav {
        display: none;
    }
    .mobile {
        display: none !important;
    }
}
@media print {
    .grid-table .mobile, #header-mobile {
        display: none;
    }
}