/**************************************************
  Copyright 2014 SOASTA, Inc.
  All rights reserved.
  Proprietary and confidential.

  File:  NavigationButtonsForHelp.css
  
  This can be used to include any NavigationButtonsForHelp specific CSS

**************************************************/

.navigationButtonsForHelpContainerCentral .navigationButtonForHelp-label
{
  fill: hsla(0, 0%, 100%, 1.0);
  margin-top: 0px;
}

.navigationButtonsForHelpContainerCentral .navigationButtonForHelp-text
{
  fill: hsla(0, 0%, 100%, 1.0);
  transform: scale(.75);
}

.navigationButtonsForHelpContainerCentral .navigationButtonForHelp-link-container
{
  width: 70px;
}

.nav .navigationButtonForHelp-table-container
{
  width: 1px;
}       

.nav .navigationButtonForHelp-label 
{
  color: hsla(0, 0%, 50%, 1.0);
  fill: hsla(0, 0%, 50%, 1.0);
  margin-top: 0px;
}

.navigationButtonForHelp-text 
{
  height: 48px;
  width: 48px;
}

.nav .navigationButtonForHelp-text
{
  transform: scale(.75);
}

.nav .navigationButtonForHelp-link-container
{
  fill: hsla(0, 0%, 50%, 1.0);
  width: 70px;
}

.navigationButtonForHelp-table-container
{
  display: table-cell;
  width: 33%;
  text-align: center;
}

.navigationButtonForHelp-link-container
{
  float: left;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  cursor: pointer;
  fill: hsla(200, 100%, 75%, 1.0);
}

.navigationButtonForHelp-label 
{
  color: hsl(0, 0%, 100%);
  position: relative;
  text-align: center;
  margin-top: 5px;
}

.navigationButtonForHelpTable
{
  display: table;
  width: 100%;
  height: 100%;
}

.anonymousResourcesFooter
{
  width:100%; 
  position: absolute;
  bottom:   0px;
  height: 90px;
  border-top: 1px solid hsl(216.3, 53.3%, 82.4%);
  box-shadow: -1px 0px 4px hsl(216.3, 53.3%, 82.4%);
  background-color: hsl(0, 0%, 100%);
  
}

.navigationButtonsForHelpContainerAnonymousUser
{
  position:absolute;
  bottom:0px;
  left: 50%;
  width: 300px;
  height: 90px;
  margin-left: -150px; /* 50% of the width */
  height: 90px;
  margin-left: -150px; /* 50% of the width */
}

.navigationButtonsForHelpContainerAnonymousUser .navigationButtonForHelp-link-container 
{
  fill: gray;
}

.navigationButtonsForHelpContainerAnonymousUser .navigationButtonForHelp-label
{
  color:gray;
}

.nav .navigationButtonForHelpTable 
{
  bottom: 0px;
  left: 0px;
  border-top: 1px solid hsl(216.3, 53.3%, 82.4%);
  box-shadow: -1px 0px 4px hsl(216.3, 53.3%, 82.4%);
  background-color: hsl(0, 0%, 100%);
}

.navigationButtonForHelpRow
{
  display: table-row;
}

.nav .navigationButtonForHelpRow
{
  display: inline;
}