.pro-navigation .logout {
  float: right;
  margin-top: 10px;
}

.pro-navigation .upload-file {
  float: right;
  margin: 6px 25px 0 0;
}

.pro-navigation .upload-file .btn {
    font-size: 18px;
    border: 1px solid #ccc;
    background-color: #00A8B3 !important;
}

#progressBar {
      width: 80px;
      height: 24px;
      background-color: #555;
      float: right;
      margin-top:6px;
      margin-right:24px;
      border-radius: 4px;
  }

  #progressBar div {
      height: 100%;
      color: #fff;
      text-align: right;
      line-height: 24px; /* same as #progressBar height if we want text middle aligned */
      width: 0;
      background-color: #0088cc;
      border-radius: 4px;
  }
.pro-navigation .dropdown-menu {
  overflow: auto;
  max-height: 550px;
}
.pro-navigation .nav-icon {
  margin: 4px 2px 2px 8px;

}
.pro-navigation .nav-icon a {
  text-decoration: none;
  color: #444;
  position: relative;
}
.pro-navigation .nav-icon a:hover {
  color: #777;
}

.logout {
    float: right;
    font-size: 14px;
    height: 25px;
    margin-top: -10px;
}
.logout i {
  font-size: 22px;
}
.logout a {
  text-decoration: none;
}

/* Navigation */
.navBar {
  //background-image: -moz-linear-gradient(center top , #E2E2E2, #CCCCCC);
  background-color: #FFF;
  background-repeat: repeat-x;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.35), 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35), 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.35), 0 -1px 0 rgba(0, 0, 0, 0.2);
  height: 58px;
  position: fixed;
  width: 100%;
  z-index: 1003;
  overflow: visible;
  top: 0;
  left: 0;
}

#nav-accounts {
  margin-right: 10px;
}
.trial-messaging {
  position: absolute;
  top: 15px;
  left: 25%;
  font-size: 18px;
}