
@media print {
    .col-print-1 {width:8.33333333%;  float:left;}
    .col-print-2 {width:16.66666667%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33.33333333%; float:left;}
    .col-print-5 {width:42.66666667%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58.33333333%; float:left;}
    .col-print-8 {width:66.66666667%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83.33333333%; float:left;}
    .col-print-11{width:91.66666667%; float:left;}
    .col-print-12{width:100%; float:left;}
}

@media only screen and (min-width: 1200px) {
    
    .custom_bars i {
        color: rgba(255,255,255,1);
        margin-top: 12px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    .custom_bars {
        display: none;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .custom_bars {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    
    .custom_bars {
        display: none;
    }
}


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

    body {
        font-family: sans-serif !important;
    }

    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) {
    }

    body {
        font-family: sans-serif !important;
    }

    .custom_bars {
        display: none;
    }

    .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);
    }
}