
.navbar-static-top {
  border-top: 5px solid #29BFFC;
  background-color: #fff;
}

.dropdown-menu {
  border-bottom: 2px solid #29BFFC;
  min-width: 190px;
}


.dropdown-toggle:after { content: none }
.dropend .dropdown-toggle:after { content: none }
.dropstart .dropdown-toggle:after { content: none }

.dropdown-menu-left {
right: 0 !important;
left: auto !important;  
}

.navbar-pminfo {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}


.navbar-profilebutton {
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #29BFFC;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}


.button-initials {
  position: relative;
  top: 8px; 
  font-size: 16px; 
  color: #fff;
}

.w300px {
  width:300px;
}

.w100 {
  width:100%;
}

.header-nav {
  background-color: white;
}

.nav-item {
  list-style:none ;
}