/*

html,
body,
header,
#intro {
    height: 100%;
}
*/
/*#intro {
    background: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20%283%29.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
*/

.sidebar-fixed {
  height: 100vh;
  width: 270px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1050;
  background-color: #fff;
  padding: 1.5rem;
  padding-top: 0; }
  .sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .sidebar-fixed .logo-wrapper {
    padding: 2.5rem; }
    .sidebar-fixed .logo-wrapper img {
      max-height: 50px; }

@media (min-width: 1200px) {
  .navbar,
  .page-footer,
  main {
    padding-left: 270px; } }

@media (max-width: 1199.98px) {
  .sidebar-fixed {
    display: none; } }



.superadmin-tab-menu-open{
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 100;
  width:100%;
  height:100%;
  display: block;
  transition-delay: 0.4s;
}
.superadmin-tab-menu-hide{
  display: none;

}
.tab-menu-superadmin{
  width:100%;
  padding-top:30px;
  padding-bottom:30px;
  color:#fff;
  /*border:5px solid rgba(0,0,0,0.8);*/
  border-left:4px solid rgba(0,0,0,0.7);
  border-left:4px solid rgba(0,0,0,1);
  margin-top:4px;
}
.tab-menu-superadmin:hover{
  transition: all ease 0.2s ;
  color:#222;
}