.navbar {
    border: 0;
}


.navbar-custom {
    background: white;
    height: 60px;
    border-bottom: 1px solid rgba(107,122,144,0.1) !important;
    /* box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2) !important; */
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

@media (min-width: 768px){
.navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}

@media (min-width: 768px) {
    .sidebar {
      box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
      display: block;
      position: fixed;
      top: 60px;
      bottom: 0;
      left: 0;
      z-index: 1000;
      display: block;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      overflow-y: auto; }
  
    .navbar-header {
      width: 100%; } }

      
.navbar-custom {
    background: white;
    height: 60px;
    border-bottom: 1px solid rgba(107,122,144,0.1) !important;
    /*box-shadow: 0 0 30px 0 rgba(115, 77, 191, 0.2) !important;*/
    background: linear-gradient(45deg, rgba(72, 44, 191, 1) 0%, rgba(106, 198, 240, 1) 100%);
  
  }
  
  .navbar-header .navbar-brand {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 60px;
    padding: 5px 15px 8px 15px;
   }
  
  .navbar-header .navbar-brand span {
    color: #30a5ff; }
  
  .navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    margin-top: 10px; }
  
  .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.05); }

    .no-overlap{
        padding-top: 89px;
    }




    .mt30 {
        margin-top: 30px;
    }

    @media (max-width: 767px) {
    .navbar-top-links {
        /* display: none; */
    }
}

.navbar-top-links li:last-child {
  margin-right: 55px;
}

.dropdown {
  background: rgba(255, 255, 255, 0.1);
  float: left;
  margin: 10px 8px;
  padding: 0px;
  border-radius: 4px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none !important; 
  background-color: rgba(255, 255, 255, 0.4) !important;
  background: none !important;
}

.dropdown a.dropdown-toggle {
  color: #fff;
  height: 40px;
  /* width: 40px; */
  padding-top: 11px;
  padding-left: 9px;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.dropdown-alerts {
  border: 1px solid #fff;
  width: 260px;
  background: rgba(255, 255, 255, 0.9);
  color: #444;
  font-size: 0.9em;
}
