﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,800,700,600,300);
@import url(//fonts.googleapis.com/css?family=Lato:400,100,300,700,900);
html {
  font-size: 14px; }

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  background: #EEEEEE;
  color: #222222;
  margin: 0;
  padding: 25px; }

a {
  color: #046293;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  margin: 15px 0; }

strong {
  font-weight: 600; }

.textItalic {
  font-style: italic; }

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  font-family: "Lato", sans-serif;
  margin: 15px 0;
  font-weight: 700; }

h1,
.h1 {
  font-size: 28px; }

h2,
.h2 {
  font-size: 24.5px; }

h3,
.h3 {
  font-size: 21px; }

h4,
.h4 {
  font-size: 17.5px; }

h5,
.h5 {
  font-size: 15.75px; }

h6,
.h6 {
  font-size: 14px; }

header h1,
header p {
  margin-top: 0; }

.noMarginTop {
  margin-top: 0; }

#body {
  background: #FFFFFF;
  padding: 15px; }

.help-page pre.wrapped {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap; }

.help-page .warning-message-container {
  margin-top: 20px;
  padding: 0 10px;
  color: #222222;
  background: #FAF0B5;
  border: 1px solid #EDB220; }

.help-page .sample-header {
  border: 2px solid #D8D8D8;
  background: #17375e;
  color: #FFFFFF;
  padding: 8px 15px;
  border-bottom: none;
  display: inline-block;
  margin: 10px 0px 0px 0px; }

.help-page .sample-content {
  display: block;
  border-width: 0;
  padding: 15px 20px;
  background: #FFFFFF;
  border: 2px solid #D8D8D8;
  margin: 0px 0px 10px 0px; }

.help-page .api-name {
  width: 40%; }

.help-page .api-documentation {
  width: 60%; }

.help-page .parameter-name {
  width: 20%; }

.help-page .parameter-documentation {
  width: 40%; }

.help-page .parameter-type {
  width: 20%; }

.help-page .parameter-annotations {
  width: 20%; }

.help-page-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0px 0px 20px 0px;
  border-top: 1px solid #D8D8D8; }
  .help-page-table th {
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #D8D8D8;
    padding: 5px 6px 5px 6px; }
  .help-page-table td {
    border-bottom: 1px solid #D8D8D8;
    padding: 10px 8px 10px 8px;
    vertical-align: top; }
  .help-page-table pre,
  .help-page-table p {
    margin: 0px;
    padding: 0px;
    font-family: inherit;
    font-size: 100%; }
  .help-page-table tbody tr:hover td {
    background-color: #EEEEEE; }

