
.card-body {
  overflow: auto;
}

#sidebar-mobile {
  box-shadow: 3px 0 5px 6px black;
}

input[type="text"] {
  min-width: 70px;
}

.form-group {
  min-width: 100px;
}

.container-fluid {
  overflow: auto;
}

#sidebar-opener {
  position:         fixed;
  background-color: black;
  height:           100%;
  width:            23px;
  left:             0;
  top:              0;
  box-shadow:       2px 0 5px 1px #393939;
  z-index:          1;
}

#sidebar-burger {
  margin-top: 30px;
  position:   fixed;
  width:      23px;
  z-index:    2;
}

.sidebar-burger-stripe {
  margin-top: 5px;
  width:      23px;
  height:     3px;
  background: white;
}

.sidebar-backdrop {
  position:         fixed;
  background-color: rgba(0, 0, 0, 0.6);
  height:           100%;
  width:            100%;
  z-index:          1;
}

.mobile-main {
  margin-left: 0;
}

.dropdown-menu.main-menu {
  transform: translate3d(5px, -232px, 0px) !important;
}

@media (max-width: 992px) {
  main.col {
    margin-left: 0;
  }

  .sidebar-invisible {
    visibility: hidden;
  }

  .sidebar-visible {
    visibility: visible !important;
  }

  #mobile-img {
    margin-top: 20% !important;
    text-align: center !important;
    height:     0;
  }

  #border-wrap {
    border-right: 0 !important;
  }

  @media (orientation: landscape) {
    #mobile-img {
      visibility: hidden;
    }
  }
}


