/* * ----------------------------------------------------
*   HEADER
* ------------------------------------------------------- */
#bo-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c770c), to(#3fa9f5));
  background: -webkit-linear-gradient(#0c770c 0%, #3fa9f5 100%);
  background: -o-linear-gradient(#0c770c 0%, #3fa9f5 100%);
  background: linear-gradient(#0c770c 0%, #3fa9f5 100%);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 992;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

.dropdown .username {
  font-weight: 400;
  padding-left: 8px;
  color: #fff; }
