@media (min-width: 769px){
    .kt-grid,.kt-grid >.kt-grid-item{
        max-width: 100%;
    }
    .filter-box{
        width: 90%;
        min-width: 90%;
        left: 5%;
        padding: 0 15px 15px !important;
    }
}
@media (max-width: 767px) {
    .m-grid.m-grid-responsive-sm {
        display: block;
        width: auto; }
    .m-grid.m-grid-responsive-sm > .m-grid-row,
    .m-grid.m-grid-responsive-sm > .m-grid-row > .m-grid-col,
    .m-grid.m-grid-responsive-sm > .m-grid-col {
        display: block;
        width: auto;
        height: auto; }
    .m-grid.m-grid-responsive-sm > .m-grid-row {
        display: flex;
        flex-flow: column; }
    .m-grid.m-grid-responsive-sm.m-grid-flex {
        display: flex;
        flex-flow: column; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-2,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-2 {
        order: 2; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-3,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-3 {
        order: 3; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-4,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-4 {
        order: 4; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-5,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-5 {
        order: 5; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-6,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-6 {
        order: 6; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-7,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-7 {
        order: 7; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-8,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-8 {
        order: 8; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-9,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-9 {
        order: 9; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-10,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-10 {
        order: 10; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-11,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-11 {
        order: 11; }
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-row > .m-grid-col-order-12,
    .m-grid.m-grid-responsive-sm.m-grid-flex > .m-grid-col-order-12 {
        order: 12; }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
        margin-top: 0;
        background-color: #ffffff;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 6px 0 6px 13px;
        color: #333; }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:active {
        background-color: #eee; }
    .portlet-form .form-actions,
    .form .form-actions {
        /* 767px */ }
    .portlet-form .form-actions .btn-set,
    .form .form-actions .btn-set {
        margin-bottom: 3px;
        margin-top: 3px;
        float: left !important; }
    .list-separated {
        /* 767px */ }
    .list-separated > div {
        margin-bottom: 20px; }
    .ver-inline-menu > li.active:after {
        display: none; }
    .hidden-xs {
        display: none !important; }
    .no-padding-xs{
        padding:0 !important;
    }
    .btn-width-xs{
        width:100%;
    }
    .visible-xs-inline-block {
        display: inline-block !important; }
    .visible-xs-inline {
        display: inline !important; }
    .visible-xs-block {
        display: block !important; }
    .visible-xs {
        display: block !important; }
    table.visible-xs {
        display: table !important; }
    tr.visible-xs {
        display: table-row !important; }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent; }
    .left-side-properties{
        position: fixed;
        min-height: auto;
        height: auto;
        width:100%;
        bottom:0;
        top:unset !important;
        display: none;
    }
    .left-side-properties.mob-left-side-properties{
        display: block;
        box-shadow: 0 0 25px 0 rgba(77,75,89,0.12);
    }
    .main-navigation{
        width:100% !important;
        /*height: 152px;*/
        height: calc(100vh - 38vh);
        bottom:0;
    }
    .fs-content-close-box{
        display:block !important;
    }
    .main-content{
        margin-top:0px;
    }
    .filter-box{
        width: 90%;
        min-width: 90%;
        left: 5%;
        padding: 5%;
    }
    .kt-header__topbar .input-group {
        width: 75% !important;
    }
    #fs-filter-action {
        padding-right: 2%;
    }
    .fs-preview-label {
        padding-top: 20px;
    }
    #fs-content-nav-small-more {
        display: block;
        list-style: none;
        padding:0 20px;
    }
    #fs-content-view{
        display: none !important;
    }
    angular-filemanager .navbar-inverse{
        left: 0 !important;
        position: fixed ;
        top:122px;
        padding:0 15px;
        height: 50px;
    }
    #kt_aside_toggle{
        display: none !important;
    }
    .page-content-wrapper .page-content .filemanager {
        margin-top:50px !important;
        /* Page title */ }
    .left-side-properties .title-box{
        /*display: none;*/
    }
    .title-box.active{
        display: block;
    }
    .page-header.navbar.navbar-fixed-top{
        padding:0;
    }
    #show-more{
        display: block !important;
    }
    .fs-content-view-mobile.active{
        right: 0;
    }
    .fs-content-view-mobile.active #fs-content-view{
        display: block !important;
    }
    .fs-content-view-back{
        display: block;
    }
    .brand{
        width:100%;
    }
    .kt-header__topbar{
        width:100%;
    }
    .inline-tabs ul >li a{
        /*font-size:12px !important;*/
        /*padding:10px 0 !important;*/
    }
    .inline-tabs .nav-tabs > li.active a, .inline-tabs .nav-tabs > li a:hover{
        border-bottom:0 !important;
    }
    .th-mobile-60{
        width:60%;
    }
    .th-mobile-30{
        width:30%;
    }
    .table-filemanager {
        table-layout: fixed;
        margin:0;
        width:100% !important;
    }
    .fs-browser-select-action{
        display: contents;
    }
    .fs-browser-select-action li > .btn{
        width:99px;
        height: 40px;
        padding:0 !important;
        display: flex;
        align-items: center;
        padding-left:5px;
    }
    .table-wrapper{
        width:140% !important;
    }
    .sidebar-notify{
        display:none;
    }
    .panel-quick-access,.scroll-new.home{
        margin-right: 0px;
    }
    .scroll-new.home{
        padding-right: 0px;
        height: calc(100vh - 26vh);
    }
    .home-file-item{
        width:100%;
        margin-right: 0;
    }
    .scroll-new.home::-webkit-scrollbar{
        display:none;
    }
    .scroll-new.scroll-hide{
        padding-right:0;
        height:calc(100vh - 30vh);
    }
    .scroll-new.scroll-hide::-webkit-scrollbar{
        display:none;
    }
    .portlet-widget1-item {
        display: grid !important;
    }
    .page-content-wrapper .page-content {
        padding: 25px 20px 20px 20px;
        min-height: 100vh !important;
        height:100%;
    }
    .portlet > .portlet-title{
        min-height: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .portlet > .portlet-title > .caption{
        margin-bottom: 10px;
    }
    .portlet > .portlet-title > .actions .form-inline, .portlet > .portlet-title > .actions .btn{
        width:100%;
        margin-bottom: 5px;
    }


}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
    .main-navigation.mob-main-navigation{
        height: 363px;
    }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    .main-navigation.mob-main-navigation{
        height: 392px;
    }
}
/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
    .main-navigation.mob-main-navigation{
        height: 459px;
    }
}
