@media (min-width:979px) {
    .dropdown-navbar {
        margin-top: 22px;
    }
    .pcMenu {
        height: 60px
    }

        .pcMenu > .flaty-nav > li {
            line-height: 60px;
            max-height: 60px;
            padding: 0;
            position: relative;
            display: inline-block !important;
        }

            .pcMenu > .flaty-nav > li > a {
                position: relative;
                display: block;
                height: 60px;
                padding: 3px 10px 0 !important;
                white-space: nowrap;
            }

    .phoneMenu {
        display: none !important;
    }

    .navbar.navbar-fixed {
        position: center;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        position: fixed;
    }

        .navbar.navbar-fixed ~ #main-container {
            margin-top: 40px;
        }
}

/*@media (max-width: 1199px) {


    #nav-horizontal > li > a > i[class*="fa fa-"] {
        display: none !important;
    }

    #nav-horizontal > li > a {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}*/








/*telephone interface*/

@media (max-width: 978px) {
    .dropdown-navbar {
        margin-top: 22px;
    }
        .hidden-inline-xs {
        display: none !important;
    }

    .navbar .navbar-btn {
        height: 60px;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    #sidebar.sidebar-fixed {
        margin-top: 0px !important;
    }

    .pcMenu {
        display: none !important;
    }

    .phoneMenu {
        width: 100%;
    }

        .phoneMenu > .flaty-nav > li {
            line-height: 60px;
            max-height: 60px;
            padding: 0;
        }

            .phoneMenu > .flaty-nav > li > a {
                position: relative;
                display: block;
                height: 60px;
                padding: 3px 10px 0 !important;
                white-space: nowrap;
            }


    #theme-setting {
        top: 45px;
    }

        #theme-setting > a,
        #theme-setting ul {
            background: rgba(255,255,255,1);
        }

    .search-results.search-results-advance li > .info > a + .url {
        display: none;
    }

    .bootstrap-duallistbox-container .box2 {
        margin-top: 20px;
    }

    .flaty-nav > li[class*="hidden-"] {
        display: none !important;
    }

    .navbar-collapse .nav > li > a {
        font-weight: normal;
        margin-bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-list > li.active > a:after {
        display: none;
    }

    #sidebar {
        width: 100%;
        z-index: 989;
    }

        #sidebar:before {
            display: none;
        }

    .user-profile img {
        margin-right: 0 !important;
    }

    .navbar-collapse .nav {
        margin: 9px;
    }

    .nav-list > li {
        margin-bottom: 1px;
    }

    .nav-list .search-form:hover {
        cursor: text;
    }

    .nav-list .search-pan input {
        width: 388px;
        border-bottom: 0;
    }

    .navbar.navbar-fixed {
        position: center;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        position: fixed;
    }


    #main-content {
        margin-left: 0 !important;
    }

    label {
        font-weight: bold;
        padding-bottom: 5px;
    }

        label.checkbox,
        label.checkbox-inline,
        label.radio,
        label.radio-inline {
            font-weight: normal;
            white-space: nowrap;
        }

    .mail-pagination > span {
        display: none;
    }

    .mail-toolbar > li {
        padding-right: 10px;
    }

    .messages-input-form .buttons .btn {
        margin-top: -2px;
    }

    .list-inline > li,
    .breadcrumb > li,
    .messages > li > div .time,
    label,
    .form-wizard .step .desc,
    .box-title > .nav-tabs > li,
    #form-login .goto-register,
    .mail-msg-header .msg-sender-recver,
    .mail-msg-header .msg-options,
    .error-wrapper > p > a,
    .tl-date-small > span,
    .dataTables_paginate .pagination > li {
        white-space: nowrap;
    }

    .daterangepicker {
        width: 418px;
    }

        .daterangepicker.opensright .ranges,
        .daterangepicker.opensright .calendar {
            float: left;
        }
}

@media (max-width: 979px) {
    #main-container, #navbar {
        min-width: 620px !important;
        left: 0 !important;
    }
    /*window {
        height: 100%  !important;
        width: 100%  !important;
        overflow: auto !important;
    }*/

    body {
        overflow-x: auto !important;
    }

    .navbar.navbar-fixed {
        position: center;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        z-index: 999;
    }

        .navbar.navbar-fixed ~ #main-container {
            margin-top: 59px;
        }
}


/* Fix static min-width in bs 3.0.2 */
.container {
    min-width: 100%;
}
