@media only screen and (min-width: 768px) {

    section.content {
        margin: 70px 10px 0 315px;
    }

    .sub-section {
        background-color: rgba(255, 255, 255, 1);
        min-height: calc(100vh - 120px);
        padding: 10px;
        margin-bottom: 30px;
    }

    .ls-closed .navbar {
        left: 0px;
    }

    .navbar {
        left: 300px;
    }

    .navbar-header {
        height: 50px;
        padding-top: 0px;
    }

    .ls-closed .bars:after, .ls-closed .bars:before {
        top: 8px;
    }

    .overlay-open .navbar {
        left: 300px;
    }

    .sidebar {
        overflow: overlay;
        top: 0px;
        height: 100vh;
    }

    .sidebar .menu .list .header {
        height: 50px;
        padding-left: 0px;
    }

    .sidebar .menu .list a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .sidebar .legal {
        position: relative;
    }

    .sidebar .menu {
        height: auto;
    }

    .sidebar .user-info .info-container .user-helper-dropdown {
        bottom: -0px;
    }

    .list .divider {
        height: 1px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dashboard-stat-list {
        margin-top: 0px;
    }

    .mk_blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }

    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }

    .ls-closed section.content {
        margin-left: 10px;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }


    .dataTables_wrapper .dt-buttons {
        margin-bottom: 20px;
    }

   
    .dataTables_length {
        margin-bottom: 10px;
    }

    #DataTables_Table_0_length {
        display: inline-block;
        width: 50%;
    }

    #DataTables_Table_0_filter {
        display: inline-block;
        width: 50%;
    }
        
    .btn-circle-sm {
        border: none;
        outline: none !important;
        overflow: hidden;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        border-radius: 50% !important;
    }

    .btn-circle-sm i {
        font-size: 18px !important;
        position: relative !important;
        left: -5px !important;
        top: 0px !important;
    }

    .flip-horizontal {
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }
}






@media only screen and (max-width: 767px) {
    @media (orientation:portrait) {
    }
    @media (orientation:landscape) {
    }

    .sidebar {
        overflow: overlay;
        top: 60px;
        height: calc(100vh - 65px);
    }

    .sidebar .menu .list .ml-menu li a {
        padding-left: 55px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sidebar .legal {
        position: relative;
    }

    .sidebar .menu {
        height: auto;
    }

    section.content {
        margin: 80px 10px 0 315px;
    }

    .ls-closed section.content {
        margin-left: 10px;
    }

    .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .dataTables_wrapper .dt-buttons {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .list .divider {
        height: 1px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dashboard-stat-list {
        margin-top: 0px;
    }

    .mk_blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
    }

    @keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }
    @-webkit-keyframes blink-animation {
        to {
            visibility: hidden;
        }
    }

    #DataTables_Table_0_length {
        display: inline-block;
        width: 50%;
    }

    #DataTables_Table_0_filter {
        display: inline-block;
        width: 50%;
    }
        
    .btn-circle-sm {
        border: none;
        outline: none !important;
        overflow: hidden;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        border-radius: 50% !important;
    }

    .btn-circle-sm i {
        font-size: 18px !important;
        position: relative !important;
        left: -5px !important;
        top: 0px !important;
    }

    .flip-horizontal {
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }
}