.itopplus-background {

}
.table-background-red {
	background: #bf0102;
}
.table-background-gray {
	background: fbf4f0;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    background-color: #b92025;
}


#main-navbar-collapse {
  background-color: #b92025;
}





@media screen and (max-width: 1200px) {
    ul#itopplus-nav-bar ul {
        position: relative;
        top: 5px;
        left: 20px;
        border: none;
        box-shadow: none;
        background: transparent;
        max-height: unset !important;
        overflow: !important;
    }

  ul#itopplus-nav-bar a {
    color: #fff;
  }

  .navbar-default.navbar-fixed .nav {
    display: flex;
    max-height: unset !important;
    overflow: unset !important;
    min-height: 100vh;
    height: 100%;
    flex-direction: column;
  }

  ul#itopplus-nav-bar > li > ul >li > a {
  	pointer-events: none;
  }

  
}


