    

@media (max-width:2000.98px) {
	/*.sidebar:not(.expanded) {
        margin-left: -250px !important;
    } */
   
    #sidebar-toggle {
		display: unset !important;
	}
	
}

.multiselect-clear-filter {
    display: none!important;
}
.multiselect-search {
    margin-right: 5% !important;
}

.navbar .navbar-collapse {
    background-color: #cb0538;
    color: white;
}
.navbar .navbar-collapse li, .navbar .navbar-collapse i {
    color: white;
}
.navbar {
    background-color: #cb0538;
}
.navbar button > .fas {
    color: white !important;
}
.breadcrumb-item+.breadcrumb-item:before {
    color: white !important;
}
#login .card  {
     background-color: #cb0538;
}

#login .card h5  {
     color: white;
}

.multiselect-native-select { display: inline-block; width: 100% !important; }
.select2 {  width: 100% !important; }

.dataTables_scroll
{
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

.dataTables_length select
{
   margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .col-sm-12 button{
        width: 100% !important;
    }
    
     .content-page {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    
}

.sidebar {
    overflow-y: scroll;
}

.sidebar-sticky {
    overflow: hidden;
    height: unset !important;
}

/*
::-webkit-scrollbar {
    width: 0px;  
    background: transparent;  
}

::-webkit-scrollbar-thumb {
    background: #FF0000;
}
 */

  @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
        .content-page {
            height: 400px;
            max-height: 400px;
            overflow-y: scroll;
            -webkit-overflow-scrolling:touch;
        }
  }

  /* ----------- iPhone 6 ----------- */
  /* Landscape */
  @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
    .content-page { 
        height: 400px;
        max-height: 400px;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }
  }

  /* ----------- iPhone 6+ ----------- */
  /* Landscape */
  @media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: landscape) {
    .content-page { 
        height: 400px;
        max-height: 400px;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch; 
    }
  }
  
  
  
  .dataTables_scrollBody{overflow-y: scroll !important;}
  
  
  .content-page {
      overflow-y: scroll !important;
  }
  
  