.header-block {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: rgba(0, 49, 116, 0.8);;
  border-bottom: 2px solid #001055;
  box-sizing: border-box;
}

.hdr-container {
  background-color: $base-color;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.hdr {
    margin-top: 0px;
    padding-top: 0px;

    h3 {
      margin-top: 6px;
      padding-bottom: 0px;
      color: #f5f5f5;

      a:hover {
        text-decoration: none;
      }
    }
}


.hdr-right-block {
    position: relative;
    font-size: 12px;
    color: #eeeeee;

    img.hdr-avatar
    {
      height: 37px;
      width: auto;
      border-radius: 7px;
      border: 2px solid $base-color-light;
      background-color: $base-color-light;
    }
}

.hdr-display-name
{
  font-size: 15px;
  font-weight: 200;
  margin-right: 15px;
  color: $base-color-light;
}