/***********************************************************/
/*******		   MIXINS				********************/
/***********************************************************/
.header_user_info {
  float: right;
  width: 115px;
  margin-top: 5px;
  border-left: 1px solid #c2c2c2; }
  @media screen and (max-width: 989px) {
    .header_user_info {
      display: flex;
      align-items: center;
      margin-top: 0 !important;
      border-right: 1px solid #c2c2c2; } }
  .header_user_info > div {
    display: inline-block;
    vertical-align: bottom; }
    .header_user_info > div.left {
      margin-left: 20px; }
      @media screen and (max-width: 989px) {
        .header_user_info > div.left {
          width: 32px;
          margin: 0 auto;
          padding-left: 8px; } }
      .header_user_info > div.left a {
        text-decoration: none; }
        .header_user_info > div.left a span {
          font-size: 20px;
          color: #30302f; }
        .header_user_info > div.left a img {
          vertical-align: middle;
          display: block; }
    .header_user_info > div.right {
      max-width: 108px;
      padding-left: 4px; }
      .header_user_info > div.right a {
        font-family: "Lato", sans-serif;
        text-decoration: none;
        cursor: pointer;
        line-height: 1;
        display: block; }
        .header_user_info > div.right a + a {
          margin-top: 2px; }
        .header_user_info > div.right a.account {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis; }
          .header_user_info > div.right a.account span {
            color: #e02d2e;
            font-size: 11px;
            font-weight: 900;
            line-height: 1; }
          .header_user_info > div.right a.account > span {
            white-space: nowrap; }
            .header_user_info > div.right a.account > span span {
              text-transform: uppercase; }
        .header_user_info > div.right a.logout, .header_user_info > div.right a.login {
          color: #a7a7a8;
          text-transform: uppercase;
          font-size: 11px; }
  .header_user_info.logged {
    max-width: 155px;
    width: auto;
    margin-top: -2px; }
  @media screen and (max-width: 989px) {
    .header_user_info > div.right {
      display: none; } }
  @media screen and (max-width: 767px) {
    .header_user_info.logged {
      margin-top: 5px; } }

/*# sourceMappingURL=blockuserinfo.css.map */
