.goog-menu {
  background-color: @silexmediumdarkgrey;
  border: none;
  box-shadow: 2px 2px 6px rgba(0,0,0,.2);

  .goog-menuseparator {
    border-top-color: @silexdarkgrey;
  }

  .goog-menuitem-content {
    display: inline;
  }

  .goog-menuitem {
    line-height: 26px;

    &:hover, &:focus, &:active {
      background-color: @silexlightgrey;
      color: #FFF;
      border-style: solid;
      border-color: @silexlightgrey;

      & > .goog-menuitem-content {
        color: #FFF;
      }

    }

    .goog-menuitem-content {
      color: #FFF;
    }

  }

  .goog-menuitem-hightlight {}

  .goog-menuitem-accel {
    color: #999;
  }

}

.goog-tooltip {
  background: infobackground;
  color: infotext;
  border: 1px solid infotext;
  padding: 4px;
  font: menu;
  z-index: 999999;
}

.silex-menu {

  font-weight: 400;
  font-size-adjust: none;
  background: @silexmediumgrey url(../assets/logo-silex.png) 97% top no-repeat;

  .goog-menubar {
    display: block;
    font-size: 14px;
    font-style: normal;
    color: #333;
    line-height: 20px;
    height: 35px;
    margin-left: 40px;
    padding: 0;
    white-space: nowrap;
    outline-style: none;
    outline-width: 0;
    background-color: transparent;

    .goog-menu-button-caption {
      margin-right: 2px;
      margin-left: 2px;
    }

    .goog-menu-button {
      position: relative;
      min-width: 70px;
      margin: 0;
      padding: 1px 7px;
      border: none;
      cursor: pointer;
      vertical-align: middle;
      background-color: transparent;
      color: #FFF;
      font-weight: lighter;
      text-decoration: none;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .25);
      transition: all .3s;

       &:after {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 6px;
        vertical-align: middle;
      }

      &:hover, &:focus, &:active {
        background-color: @silexmediumdarkgrey;
      }

    }

    .goog-menu-button-open {
        background-color: @silexmediumdarkgrey;
    }

  }

  .login-text {
    color: #666;
    font-size: 11px;
    font-style: normal;
    text-align: right;
    margin: 5px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;

    p {
      margin: 5px 0 0 0;
    }
  }

  .website-name {
    font-size: 20px;
    font-style: normal;
    color: #FFF;
    line-height: 24px;
    text-overflow: ellipsis;
    margin: 7px 0 10px 40px;
    padding: 5px;
    white-space: nowrap;
    max-width: 400px;
    max-height: 50px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    text-align: left;
    border: 1px solid transparent;
    transition: all .3s;

    &:hover {
      border: 1px solid #999;
      background-color: @silexlightgrey;
      box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .5);
    }
  }

  .goog-menu-button {
    display: inline-block;
    cursor: default;
  }

  .goog-menu-button-open {
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom: none;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: black;
  }
}

.shortcut-display {
  position: absolute;
  right: 10px;
}
