/*
 * Copyright 2012 Google Inc, All Rights Reserved
 *
 * Additional styles for the toolbox.
 *
 * Author: royans@google.com (Royans K Tharakan)
 */

.toolbox-pagename {
  font-weight: bold;
  text-decoration: none;
}

div#toolbox-help-dialog {
  background: white;
  display: none;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 100px;
  -webkit-box-shadow: 0 0 5px 5px #afafaf;
  width: 1000px;
  z-index: 1;
}

.toolbox-page-links {
  padding-right: 1.8em;
  position: absolute;
  right: 0;
  top: 0;
}

.toolbox-page-links a {
  padding-left: 1em;
}

#toolbox-help-dialog a {
  padding: 0;
}

.broken-external-link {
  color: #ba0000;
}

.maia-nav li#helplink {
  float: right;
}

#localeselector {
  margin: auto;
}

.lockup {
  max-height: 41px;
}

.lockup-logo,
.lockup-text {
  display: inline-block;
}

/* Google logo */
.lockup-logo {
  width: 116px;
  height: 41px;
  background-image:
    url(//www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_116x41dp.png);
  background-size: 116px 41px;
}

/* Lockup text container */
.lockup-text {
  /* Fallback to fonts with broader language support */
  font-family: 'Product Sans', Arial, Helvetica, sans-serif;

  font-size: 36px;

  /* Enables kerning and ligatures */
  text-rendering: optimizeLegibility;

  /* Improves consistency of text rendering on OSX browsers */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Bold first letter of G Suite branding */
.lockup-text::first-letter {
  font-weight: bold;
}

/* Brand name styling */
.lockup-brand {
  opacity: 0.54;
}
