﻿@charset "UTF-8";
.Authentication-T1_container {
  float: left;
  position: relative;
  z-index: 13;
  width: 200px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
  border-radius: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 0;
  left: 13px;
  top: 0; }
  @media (max-width: 992px) {
    .Authentication-T1_container {
      margin-top: 0px;
      padding: 5px;
      width: 64px;
      left: 32px; }
      .Authentication-T1_container .row {
        height: 100%; }
      .Authentication-T1_container.active {
        width: 237px;
        height: 80vh;
        top: 10vh;
        left: 0;
        bottom: 10vh;
        right: 0;
        position: fixed;
        margin: auto;
        position: fixed;
        max-height: 380px; }
        .Authentication-T1_container.active .user-profile__container ul {
          overflow-y: scroll; }
        @supports (-webkit-touch-callout: none) {
          .Authentication-T1_container.active {
            z-index: 999 !important; } } }
  .Authentication-T1_container div[class^="col-"] {
    padding: 0px;
    padding: 5px; }
  .Authentication-T1_container .row {
    padding: 0; }
  .Authentication-T1_container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 3px;
    bottom: 0;
    height: 31px;
    border: 1px solid #e4e4e4;
    border-width: 0 0 0 1px; }
  .Authentication-T1_container > .row > div:nth-child(2) {
    float: left; }
    @media (max-width: 992px) {
      .Authentication-T1_container > .row > div:nth-child(2) {
        /*float: right;*/ } }
    .Authentication-T1_container > .row > div:nth-child(2) a {
      font-size: 0px;
      display: block;
      position: relative; }
      .Authentication-T1_container > .row > div:nth-child(2) a:after {
        content: "";
        font-size: 18px;
        color: #333;
        font-family: 'IconFont';
        position: absolute;
        top: 4px;
        left: 25px; }
        @media (max-width: 992px) {
          .Authentication-T1_container > .row > div:nth-child(2) a:after {
            right: -16px;
            top: 3px; } }
      .Authentication-T1_container > .row > div:nth-child(2) a:before {
        content: "";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-family: 'IconFont';
        display: block;
        font-size: 24px;
        color: #545454;
        text-align: left; }
        @media (max-width: 992px) {
          .Authentication-T1_container > .row > div:nth-child(2) a:before {
            top: -3px;
            left: -11px; } }
      .Authentication-T1_container > .row > div:nth-child(2) a:hover {
        text-decoration: unset; }
  .Authentication-T1_container > .row > div:nth-child(1) {
    display: none; }
  .Authentication-T1_container > .row > div:nth-child(3) {
    display: none; }
  .Authentication-T1_container > .row > div:nth-child(4) {
    display: none; }
  .Authentication-T1_container.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4.9px 0.1px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 4.9px 0.1px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    position: absolute;
    top: 20px; }
    @supports (-webkit-touch-callout: none) {
      .Authentication-T1_container.active {
        /* CSS specific to iOS devices */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1000; } }
    .Authentication-T1_container.active:before {
      display: none; }
    .Authentication-T1_container.active > .row > div:nth-child(2) a:before {
      top: 1px;
      left: 7px; }
    .Authentication-T1_container.active > .row > div:nth-child(2) a:after {
      right: -6px;
      top: 4px; }
    .Authentication-T1_container.active > .row > div:nth-child(1) {
      display: block;
      margin-top: 10px; }
      @media (max-width: 992px) {
        .Authentication-T1_container.active > .row > div:nth-child(1) {
          height: 10%; } }
    @media (max-width: 992px) {
      .Authentication-T1_container.active > .row > div:nth-child(2) {
        height: 14%; } }
    .Authentication-T1_container.active > .row > div:nth-child(3) {
      display: block; }
      @media (max-width: 992px) {
        .Authentication-T1_container.active > .row > div:nth-child(3) {
          height: 10%; } }
    .Authentication-T1_container.active > .row > div:nth-child(4) {
      display: block; }
      @media (max-width: 992px) {
        .Authentication-T1_container.active > .row > div:nth-child(4) {
          height: 75%;
          overflow: scroll; } }
    .Authentication-T1_container.active > .row .display-name_container {
      color: #d60000; }
    .Authentication-T1_container.active > .row .user-profile__container {
      color: #000; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li > a {
        font-size: 14px;
        font-family: 'IranSansMedium';
        color: #434343;
        line-height: 44px;
        border-bottom: 1px solid #f1f1f1;
        display: block;
        cursor: pointer;
        position: relative;
        text-decoration: none; }
        .Authentication-T1_container.active > .row .user-profile__container > ul > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 100%;
          background-color: #f7f7f7;
          -webkit-transition: all .3s;
          transition: all .3s;
          z-index: -1; }
        .Authentication-T1_container.active > .row .user-profile__container > ul > li > a:before {
          font-style: normal;
          font-weight: normal;
          font-family: 'IconFont';
          font-size: 20px;
          position: relative !important;
          color: #d60000;
          top: 6px;
          margin-left: 11px; }
        .Authentication-T1_container.active > .row .user-profile__container > ul > li > a:hover {
          color: #d60000; }
          .Authentication-T1_container.active > .row .user-profile__container > ul > li > a:hover:after {
            width: 100%; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(1) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(2) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(3) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(4) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(5) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(6) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:nth-child(7) a:before {
        content: ""; }
      .Authentication-T1_container.active > .row .user-profile__container > ul > li:last-child a {
        border: unset; }
    .Authentication-T1_container.active > .row .user-name_container {
      color: #848484;
      font-family: 'IranSansMedium';
      font-size: 12px;
      border-bottom: 1px solid #bfbfbf;
      padding-bottom: 14px; }
      @media (max-width: 992px) {
        .Authentication-T1_container.active > .row .user-name_container {
          padding-bottom: 7px; } }
