/*
 * Copyright 2017 Thomson Reuters/ONESOURCE. All rights reserved.
 */
/*
 * Copyright 2017 Thomson Reuters/ONESOURCE. All rights reserved.
 */
/*
 * Primary Color Palette
 * =============================================================================
 * The great majority of visual designs will draw upon these colors exclusively.
 *
 *
 * Ordered by shade to tint.
 *
 *
 * USAGE
 * ------------------------
 * Titles
 * Headers
 * Body text
 * Button text
 * Grid text
 * Text inside gray buttons
 */
/*
 * USAGE
 * ------------------------
 * Global header background
 */
/*
 * USAGE
 * ------------------------
 * Product/Secondary Nav
 * Hover state for Primary buttons
 * Accent lines
 * Data visualization
 */
/*
 * USAGE
 * ------------------------
 * Icons on light background (inactive state)
 */
/*
 * USAGE
 * ------------------------
 * Primary buttons background (inactive state)
 * Data visualization
 */
/*
 * USAGE
 * ------------------------
 * Hover for icons and labels
 * Medium gray text (such as in LS2 carousel cards)
 */
/*
 * USAGE
 * ------------------------
 * Disabled text, icons, buttons on light backgrounds
 * Text on dark backgrounds
 * Stroke around default button
 * Icons on dark backgrounds (global header)
 * Data visualization
 */
/*
 * USAGE
 * ------------------------
 * Inactive text and icons on dark backgrounds, such as Global Sub nav and Mega-menu
 */
/*
 * USAGE
 * ------------------------
 * Default dividers
 * Locked columns
 * Borders around dropdowns and modals
 */
/*
 * USAGE
 * ------------------------
 * Toolbar
 * buttons with icons
 * default button background
 * Backgrounds
 */
/*
 * USAGE
 * ------------------------
 * Grid Cell Header background (for row numbers)
 */
/*
 * USAGE
 * ------------------------
 * Backgrounds
 * Grid background
 * button background
 * Hover for icons and text
 * Buttons on dark background
 */
/*
 * USAGE
 * ------------------------
 * Global footer background
 */
/*
 * USAGE
 * ------------------------
 * Danger Alert (close button background)
 * Alert text/icons on light backgrounds
 * Data visualization
 * Labels
 */
/*
 * USAGE
 * ------------------------
 * Selected Tab Pill
 * Orange text on light background
 */
/*
 * USAGE
 * ------------------------
 * Masthead (Carousel background starting color)
 */
/*
 * USAGE
 * ------------------------
 * Bars
 * On/Off buttons (toolbar filters)
 * Onesource logo
 * Data visualization
 */
/*
 * USAGE
 * ------------------------
 * Masthead (Carousel background ending color)
 */
/*
 * USAGE
 * ------------------------
 * Warning Alert (close button background)
 * Data visualization
 */
/*
 * USAGE
 * ------------------------
 * Success Alert background
 * Data visualization
 * Labels
 */
/*
 * USAGE
 * ------------------------
 * Comparison graphics (%)
 */
/*
 * USAGE
 * ------------------------
 * Hover for blue links
 */
/*
 * USAGE
 * ------------------------
 * Blue Links
 */
/*
 * USAGE
 * ------------------------
 * Comparison Graphics (B)
 */
/*
 * USAGE
 * ------------------------
 * Comparison graphics (A)
 */
/*
 * USAGE
 * ------------------------
 * Hover background for dropdown items
 * Hover background for grid rows
 */
/*
 * Copyright 2017 Thomson Reuters/ONESOURCE. All rights reserved.
 */
/*
 * Secondary Color Palette
 * =================================================================================
 * Use these sparingly in your designs, only when needed to augment the primary set,
 * such as for data visualization.
 *
 * Ordered by shade to tint.
 *
 *
 * USAGE
 * ------------------------
 * Data Visualization
 */
/*
 * USAGE
 * ------------------------
 * Data Visualization
 */
/*
 * USAGE
 * ------------------------
 * Danger Alert background
 */
/*
 * USAGE
 * ------------------------
 * Labels
 */
/*
 * USAGE
 * ------------------------
 * Warning Alert background
 */
/*
 * USAGE
 * ------------------------
 * Highlighted text background
 */
/*
 * USAGE
 * ------------------------
 * Success Alert (close button background)
 */
/*
 * USAGE
 * ------------------------
 * Data Visualization
 */
/*
 * USAGE
 * ------------------------
 * Data Visualization
 */
/*
 * USAGE
 * ------------------------
 * Focus state
 * Accessibility borders (glow effect)
 */
/*
 * USAGE
 * ------------------------
 * Info Alert background
 */
/*
 * USAGE
 * ------------------------
 * Info Alert (close button background)
 */
/*
 * USAGE
 * ------------------------
 * Data Visualization
 */
/*
 * USAGE
 * ------------------------
 * Indicates Editable Cell
 */
body {
  height: auto !important;
  min-height: 100vh;
}
.footer-padding {
  padding-bottom: 70px;
}
.bento-pagination {
  padding: 0 15px 25px 15px !important;
}
.wj-tooltip {
  background-color: #3c3e45 !important;
  color: #fff;
  font-size: 13px;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 10px 10px !important;
}
.one-source-heading {
  color: #212121;
  border-bottom: 1px solid #d5d4d9;
}
.error input {
  border: 1px solid #e33b3b;
}
input.error {
  border: 1px solid #e33b3b;
}
input.error:focus {
  border: 1px solid #e33b3b;
}
.invalid-pin {
  color: #ff8000;
  padding: 30px 0 38px 0;
}
.invalid-pin .bento-icon-warning {
  font-size: 34px;
  padding-right: 10px;
  transform: translateY(-4px);
}
.invalid-pin-msg {
  width: calc(100% - 50px);
  font-size: 18px;
  line-height: 1.3;
}
.email-link {
  text-decoration: underline;
  color: #f4f5f7;
}
.alert-container {
  margin-top: 31px;
}
.primary-button {
  color: #fff !important;
  background-color: #0d77d6 !important;
}
.primary-button:focus {
  border: 1px solid #37383d !important;
  box-shadow: #f4f5f7 !important;
}
.primary-button:hover {
  background-color: #255688 !important;
}
textarea::placeholder {
  color: #999;
}
#global-footer .bento-footer {
  background-color: #000000;
  z-index: 99;
}

/*# sourceMappingURL=style.css.map*/