/* arabic */
.admin-profile {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 50; }
  .admin-profile .avatar {
    cursor: pointer;
    border: 2px solid #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15686) 0px 2px 2px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15686) 0px 2px 2px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.15686) 0px 2px 2px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px; }
    .admin-profile .avatar, .admin-profile .avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .admin-profile .content {
    position: absolute;
    right: 120%;
    bottom: 0;
    min-width: 180px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15686) 0px 2px 2px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15686) 0px 2px 2px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.15686) 0px 2px 2px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translateX(10%);
    -o-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
    .admin-profile .content::before, .admin-profile .content::after {
      position: absolute;
      width: 0;
      height: 0;
      left: 100%;
      content: ''; }
    .admin-profile .content::before {
      border: 6px solid transparent;
      border-left-color: #ffffff;
      z-index: 2;
      bottom: 21px; }
    .admin-profile .content::after {
      bottom: 20px;
      z-index: 1;
      border: 7px solid transparent;
      border-right-color: rgba(0, 0, 0, 0.15686); }
    .admin-profile .content .admin-name {
      margin: 0;
      font-weight: 100;
      font-size: 14px;
      text-align: center;
      padding: 8px 12px;
      background-color: #efefef;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07843);
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
    .admin-profile .content ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .admin-profile .content ul li.divider {
        height: 1px;
        background-color: rgba(0, 0, 0, 0.07843); }
      .admin-profile .content ul li:last-child a {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px; }
      .admin-profile .content ul li a {
        display: block;
        font-size: 14px;
        padding: 6px 10px; }
        .admin-profile .content ul li a:hover {
          background-color: #f8f8f8; }
  .admin-profile.active .avatar {
    border-color: #02232f;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15686) 0px 4px 6px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15686) 0px 4px 6px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, 0.15686) 0px 4px 6px 0px, rgba(0, 0, 0, 0.07843) 0px 0px 0px 1px; }
  .admin-profile.active .content {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .admin-profile.active + .admin-profile-overly {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.21); }

.admin-profile-overly {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s; }

/*# sourceMappingURL=admin-profile.css.map */
