@charset "UTF-8";
/*~~~~~ COLORS ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/* NRS 10/13/20: Incorporated 2020.1 updates */
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/* NRS, 6/12/19: Added a few color defs to CADSWES custom colors */
/* NRS, 2/1/19: 2018.2 file with CADSWES customizations. */
/* Note: For best ID of changes, use WebWorks View File Differences, which compares this file to WW default. */
/* custom colors                               */
/*                                             */
/* define custom values here for easy tracking */
/**** Defaults  ****/
/**** NRS comment out defaults ****/
/**** Begin
$neo_main_color: #008bff;
$neo_main_text_color: #222222;
$neo_secondary_color: #eeeeee;
$neo_secondary_text_color: #fefefe;
$neo_tertiary_color: #222222;
$neo_page_color: #fefefe;
End ****/
/**** NRS: CADSWES custom colors ****/
/****							****/
/****							****/
/**** End CADSWES custom colors ****/
/* NOTE: Gradients as background colors are supported through linear/radial-gradient property values.*/
/*       It is suggested to put the gradient value only where it is needed, as it will cause errors  */
/*       if it is used in the darken() or lighten() functions.                                       */
/*       If a gradient value is set for a $_layout_color property, you must remove all darken() and  */
/*       lighten() calls that derive from the gradient, or there will be no color output where those */
/*       properties are used.                                                                        */
/*                                                                                                   */
/*       Usage documentation for Gradients: https://www.w3schools.com/css/css3_gradients.asp         */
/* layout colors: set these for a quick application to the output.                                   */
/*                                                                                                   */
/* Defaults for structure items */
/*                              */
/* NRS: Set link text color to  blue, regardless of layout_colors. Default = $_layout_color_1 */
/* Mini TOC */
/*          */
/* Related Topics */
/*                */
/* Search Result Highlight */
/*                         */
/* NRS: Change search highlight color. Default = yellow; */
/* colors for specific items */
/*                           */
/* toolbar */
/* NRS: invert toolbar colors to make light text on dark background */
/* NRS: darken disabled icons, since we've made active ones light */
/* $toolbar_button_icon_color_disabled: lighten($toolbar_button_icon_color, 50%); */
/* NRS: Change search scope text color to $_almostblack. Default = $toolbar_text_color; */
/* menu (nav & toc/index) */
/* NRS make menu nav buttons acc_blue. Default = $menu_text_color. */
/* NRS make toc icons same color as Toolbar. Default = $menu_text_color; */
/* page */
/* NRS: change breadcrumbs background & text colors. Default =  $_layout_color_5 and $_layout_color_4, respectively. */
/* NRS: Make modified date lighter. Default = lighten($_layout_color_2, 20%); */
/* disqus */
/* search */
/* header */
/* footer */
/* NRS: Lighten  footer link color because footer background is dark. Default = $link_default_color. */
/* NRS: Lighten footer_hr_color 80% for contrast. Default = lighten 20%. */
/* back-to-top button */
/* NRS: Invert background_color & caret_color. Defaults = $_layout_color_1 and $_layout_color_2, respectively. */
/* progress bar */
/* modal (cookies disabled message) */
/*
 * lightbox
*/
/* unsupported browser */
/* no javascript warning */
/*~~~~~ ICONS ~~~~~*/
/*~~~~~~~~~~~~~~~~~*/
/* NRS 10/13/20: Incorporated 2020.1 updates */
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/*
  This file contains the character codes applied to the icons in the output.

  Usage: Find the character code of the icon to be used in the font-awesome cheatsheet.
         The 4-character code is next to it's respective icon.
         (ex: f002 for search)
         Apply to variable value in quotes and a leading backslash
         (ex: "\f002")

  font-awesome cheatsheet: https://fontawesome.com/v4.7.0/cheatsheet/

  The cheatsheet can also be found in the ePublisher Installation Directory at:

  <Install Location>/WebWorks/ePublisher/<version>/Helpers/font-awesome/Font Awesome Cheatsheet.html
*/
/* toolbar */
/* menu */
/* NRS: Change TOC icons from folders to chevrons. Defaults = \f07c (open) and \f07b (closed) */
/* page */
/* header */
/* footer */
/* search */
/* modal (cookies disabled message) */
/*~~~~~ FONTS ~~~~~*/
/*~~~~~~~~~~~~~~~~~*/
/* NRS 10/13/20: no updates necessary for 2020.1 */
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/* NRS, 2/1/19: 2018.2 file with CADSWES customizations. */
/* NRS add xxsmall for use in copyright, revised date, and publish date only */
/*
 * toolbar
*/
/* NRS: Make toolbar icons larger for better readability. Default = $font_size_icons_main;  */
/*
 * menu (nav & toc/index)
*/
/* NRS: Make menu font smaller, Default = font_size_small; */
/* NRS: Make menu toc item font size smaller. Default = $font_size_small; */
/* NRS: Keep toc item icon same size. Default = $menu_toc_item_font_size; */
/*
 * page
*/
/* NRS: make breadcrumbs font size smaller. Default = $font_size_small; */
/* NRS: make publish date font smaller. Default = xsmall; */
/* NRS: make modification date font smaller. Default = xsmall; */
/*
 * mini toc
*/
/* NRS: Make font size smaller. Default = $font_size_small; */
/*
 * related topics
*/
/*
 * search
*/
/*
/* header 
*/
/*
 * footer
*/
/* NRS: The following is copyright; Make font smaller. Default = $font_size_xsmall; */
/* NRS make connect message smaller. Default = $font_size_small; */
/* NRS Note: connect_info referred to below is email address */
/*
 * lightbox
*/
/*
 * unsupported browser
*/
/*
 * modal (cookies disabled message)
*/
/*~~~~~ SIZING ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/* NRS, 2/1/19: 2018.2 file with CADSWES customizations. */
/*
 * generation variables
 * these are modified by the generation process according to Target Settings
*/
/*
 * generic values
*/
/*
 * header
*/
/* NRS reduce header height. Default = 85px; */
/* NRS adjust header logo position inside container. Default = 10px; */
/*
 * footer
*/
/* NRS: reduce footer height.  Default = 200px;*/
/* NRS: reduce footer top & bottom padding. Default = 10px; */
/* NRS see 2018.1 for possible adjustments to footer logo height; must be > 50px for CADSWES logo */
/* NRS change connect message padding. Default = 10px 0px; */
/*
 * menu
*/
/* NRS change TOC menu width. Default = 250px; */
/* NRS Note: Defaults for all menu and menu frame padding are 0px; */
/* NRS reduce toc item min height. Default = 30px; */
/*
 * toolbar
 *
 * $toolbar-height should be equal or greater than all other
 * values or the layout will produce unexpected results
*/
/*
 * toolbar - logo section (Menu Button & Logo)
*/
/* NRS: Change to match new TOC $menu_width so Search input box lines up with Page left margin. Default = 250px; */
/*
 * toolbar - search section (Search Scope Selector, Search Input, & Search Button)
*/
/*
 * toolbar - button section (Previous Button, Next Button, Home Button)
*/
/*
 * was this helpful buttons & message
*/
/*
 * page
*/
/* NRS: Reduce page_max_width. Default = 900px; */
/* NRS: Remove page padding top. Default = 10px; */
/* NRS: Remove page padding bottom. Default = 10px; */
/* NRS change breadcrumb bottom padding to align with TOC. Default = 10px; */
/*
 * mini toc
*/
/*
 * related topics
*/
/*
 * search
*/
/*
 * lightbox
*/
/*
 * unsupported browser
*/
/*
 * calculated sizes
 *
 * the values in the below section are calculated & dependent upon multiple above values.
*/
/*
 * toolbar
*/
/*
 * menu
*/
/*
 * page
*/
/*~~~~~ COLORS ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/* NRS 10/13/20: Incorporated 2020.1 updates */
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/* NRS, 6/12/19: Added a few color defs to CADSWES custom colors */
/* NRS, 2/1/19: 2018.2 file with CADSWES customizations. */
/* Note: For best ID of changes, use WebWorks View File Differences, which compares this file to WW default. */
/* custom colors                               */
/*                                             */
/* define custom values here for easy tracking */
/**** Defaults  ****/
/**** NRS comment out defaults ****/
/**** Begin
$neo_main_color: #008bff;
$neo_main_text_color: #222222;
$neo_secondary_color: #eeeeee;
$neo_secondary_text_color: #fefefe;
$neo_tertiary_color: #222222;
$neo_page_color: #fefefe;
End ****/
/**** NRS: CADSWES custom colors ****/
/****							****/
/****							****/
/**** End CADSWES custom colors ****/
/* NOTE: Gradients as background colors are supported through linear/radial-gradient property values.*/
/*       It is suggested to put the gradient value only where it is needed, as it will cause errors  */
/*       if it is used in the darken() or lighten() functions.                                       */
/*       If a gradient value is set for a $_layout_color property, you must remove all darken() and  */
/*       lighten() calls that derive from the gradient, or there will be no color output where those */
/*       properties are used.                                                                        */
/*                                                                                                   */
/*       Usage documentation for Gradients: https://www.w3schools.com/css/css3_gradients.asp         */
/* layout colors: set these for a quick application to the output.                                   */
/*                                                                                                   */
/* Defaults for structure items */
/*                              */
/* NRS: Set link text color to  blue, regardless of layout_colors. Default = $_layout_color_1 */
/* Mini TOC */
/*          */
/* Related Topics */
/*                */
/* Search Result Highlight */
/*                         */
/* NRS: Change search highlight color. Default = yellow; */
/* colors for specific items */
/*                           */
/* toolbar */
/* NRS: invert toolbar colors to make light text on dark background */
/* NRS: darken disabled icons, since we've made active ones light */
/* $toolbar_button_icon_color_disabled: lighten($toolbar_button_icon_color, 50%); */
/* NRS: Change search scope text color to $_almostblack. Default = $toolbar_text_color; */
/* menu (nav & toc/index) */
/* NRS make menu nav buttons acc_blue. Default = $menu_text_color. */
/* NRS make toc icons same color as Toolbar. Default = $menu_text_color; */
/* page */
/* NRS: change breadcrumbs background & text colors. Default =  $_layout_color_5 and $_layout_color_4, respectively. */
/* NRS: Make modified date lighter. Default = lighten($_layout_color_2, 20%); */
/* disqus */
/* search */
/* header */
/* footer */
/* NRS: Lighten  footer link color because footer background is dark. Default = $link_default_color. */
/* NRS: Lighten footer_hr_color 80% for contrast. Default = lighten 20%. */
/* back-to-top button */
/* NRS: Invert background_color & caret_color. Defaults = $_layout_color_1 and $_layout_color_2, respectively. */
/* progress bar */
/* modal (cookies disabled message) */
/*
 * lightbox
*/
/* unsupported browser */
/* no javascript warning */
/*~~~~~ SIZING ~~~~~*/
/*~~~~~~~~~~~~~~~~~~*/
/* NRS 5/6/20: Incorporated 2019.2 updates */
/* NRS 6/20/19: Incorporated updates for 2019.1 */
/* NRS, 2/1/19: 2018.2 file with CADSWES customizations. */
/*
 * generation variables
 * these are modified by the generation process according to Target Settings
*/
/*
 * generic values
*/
/*
 * header
*/
/* NRS reduce header height. Default = 85px; */
/* NRS adjust header logo position inside container. Default = 10px; */
/*
 * footer
*/
/* NRS: reduce footer height.  Default = 200px;*/
/* NRS: reduce footer top & bottom padding. Default = 10px; */
/* NRS see 2018.1 for possible adjustments to footer logo height; must be > 50px for CADSWES logo */
/* NRS change connect message padding. Default = 10px 0px; */
/*
 * menu
*/
/* NRS change TOC menu width. Default = 250px; */
/* NRS Note: Defaults for all menu and menu frame padding are 0px; */
/* NRS reduce toc item min height. Default = 30px; */
/*
 * toolbar
 *
 * $toolbar-height should be equal or greater than all other
 * values or the layout will produce unexpected results
*/
/*
 * toolbar - logo section (Menu Button & Logo)
*/
/* NRS: Change to match new TOC $menu_width so Search input box lines up with Page left margin. Default = 250px; */
/*
 * toolbar - search section (Search Scope Selector, Search Input, & Search Button)
*/
/*
 * toolbar - button section (Previous Button, Next Button, Home Button)
*/
/*
 * was this helpful buttons & message
*/
/*
 * page
*/
/* NRS: Reduce page_max_width. Default = 900px; */
/* NRS: Remove page padding top. Default = 10px; */
/* NRS: Remove page padding bottom. Default = 10px; */
/* NRS change breadcrumb bottom padding to align with TOC. Default = 10px; */
/*
 * mini toc
*/
/*
 * related topics
*/
/*
 * search
*/
/*
 * lightbox
*/
/*
 * unsupported browser
*/
/*
 * calculated sizes
 *
 * the values in the below section are calculated & dependent upon multiple above values.
*/
/*
 * toolbar
*/
/*
 * menu
*/
/*
 * page
*/
/* ~~~~ FUNCTIONS ~~~~ */
/*                     */
/*~~~~~ BORDERS ~~~~~*/
/*~~~~~~~~~~~~~~~~~~~*/
/*
  DISCLAIMER: By default, border size properties do not conform with the other size properties of HTML.
  This means that when a border is set on an element with a defined height or width, the final size of
  an element will calculate to HEIGHT/WIDTH + BORDER WIDTH. This has been mitigated as much as possible
  using the 'box-sizing: border-box' property, but there is always a possibility for some instances
  where this will not work. (ex. An element with a border inside another element inside it with a border.
  The toolbar in some skins is like this)

  If widths in this file are to be changed, you understand that this may change the uniformity of the
  layout, and that there may also be height and width properties that also need to be changed in
  _sizes.scss to get the layout to line up properly.


*/
/* Toolbar */
/*         */
/* Toolbar - Logo Section */
/*                        */
/* Toolbar - Search Section */
/*                          */
/* Toolbar - Button Section */
/*                          */
/* Menu */
/*      */
/* Menu - TOC */
/*            */
/* Menu - Index */
/*              */
/* Page */
/*      */
/* Mini TOC */
/*          */
/* Search */
/*        */
/* Header */
/*        */
/* Footer */
/*        */
/* Back to Top */
/*             */
/* Modal */
/*       */
body {
  font-family: arial, sans_serif;
  font-size: 10pt;
  color: #0f0f0f;
  background-color: #fefefe; }

body * {
  box-sizing: border-box; }

a {
  color: #0254a1; }

.ww_skin_search_background {
  border-style: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px; }

.ww_search_container {
  background-color: #fefefe;
  padding: 0px;
  text-align: center; }

.ww_search_content {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 800px; }

.search_title {
  margin: 0px;
  font-family: arial, sans_serif;
  font-size: 16pt;
  color: #0f0f0f;
  padding: 20px 10px;
  border-style: none;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px; }

#search_filter_message_container {
  font-family: arial, sans_serif;
  font-size: 10pt;
  color: #0f0f0f;
  padding: 5px 10px; }
  #search_filter_message_container #search_filter_by_message {
    font-weight: bold; }

#search_results_count_container {
  display: none;
  font-family: arial, sans_serif;
  font-size: 10pt;
  color: #0f0f0f;
  padding: 5px 10px; }
  #search_results_count_container #search_results_count_message {
    font-weight: bold; }

#search_results_container {
  padding: 0.5em 0; }

.search_result {
  box-sizing: border-box;
  padding: 0px;
  min-height: 50px;
  background-color: #fefefe;
  border-style: none none solid none;
  border-width: 1px;
  border-color: transparent transparent #cbcbcb transparent;
  border-radius: 0px; }
  .search_result:hover {
    background-color: #f1f1f1;
    border-style: none none solid none;
    border-width: 1px;
    border-color: transparent transparent #989898 transparent;
    border-radius: 0px; }
  .search_result .search_result_title {
    padding: 10px 10px 5px 10px;
    font-family: arial, sans_serif;
    font-size: 12pt;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px; }
    .search_result .search_result_title:hover {
      border-style: none;
      border-width: 0px;
      border-color: transparent;
      border-radius: 0px; }
    .search_result .search_result_title .search_result_highlight {
      background-color: #bbffff;
      color: #0f0f0f; }
    .search_result .search_result_title > a {
      color: #0254a1;
      font-weight: bold;
      text-decoration: none; }
      .search_result .search_result_title > a:active {
        color: #013a6f; }
      .search_result .search_result_title > a:visited {
        color: #011f3c; }
      .search_result .search_result_title > a:hover {
        color: #0d88fc; }
    .search_result .search_result_title i {
      font-size: 12pt;
      margin-right: 2px;
      color: #0f0f0f; }
      .search_result .search_result_title i.search_result_icon_external:before {
        content: ""; }
      .search_result .search_result_title i.search_result_icon_html:before {
        content: ""; }
      .search_result .search_result_title i.search_result_icon_pdf:before {
        content: ""; }
  .search_result .search_result_summary {
    font-family: arial, sans_serif;
    font-size: 10pt;
    padding: 5px 10px 15px 10px;
    color: #0f0f0f;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px; }
    .search_result .search_result_summary:hover {
      border-style: none;
      border-width: 0px;
      border-color: transparent;
      border-radius: 0px; }
    .search_result .search_result_summary .search_result_highlight {
      background-color: #bbffff;
      color: #0f0f0f; }
  .search_result .search_result_group_name {
    font-family: arial, sans_serif;
    font-size: 10pt;
    padding: 5px 10px;
    color: #757575;
    background-color: #f1f1f1;
    text-align: right;
    border-style: none;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0px; }
    .search_result .search_result_group_name:hover {
      border-style: none;
      border-width: 0px;
      border-color: transparent;
      border-radius: 0px; }
