.hide{ display:none; }
.bg-navbar, .sidebar-light .sidebar-brand, .topbar .dropdown-list .dropdown-header{
    background-color:#363636!important;
}

@media screen and (min-width: 768px){
  .sidebar.toggled{ width:5.5rem!important; }
}


.dataTables_length, .dataTables_filter {
    display: none;
  }
  .dataTables_info {
    margin-bottom:20px;
    text-align: right;
    font-size:13px;
  }
  div.dataTables_paginate {
    width:100%; max-width:380px; display: block; margin:30px auto 0 !important;
  }

  .table-with-loading{
    position:relative;
    min-height:400px;
  }
  .table-with-loading img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
  }

  .btn-save{
    bottom: 5rem;
    line-height: 37px;
    background: green;
    display:block!important;
  }