

















th {
    background-color: #5A85D7;
    color:#fff
}
  
.tableheader {
    background-color: #e6e6e6;
    color:#000
}

a,.text-primary,.btn-primary .badge,.btn-link,.pagination>li>a,.pagination>li>span,.nav-site-sidebar .active>a,.portal-single-publication .publication-icon i,.portal-single-publication .publication-icon .fa,.publication-contents a:hover,.publication-contents h4 a,.titlepage h1.title,.titlepage h2.title,.titlepage h3.title {
    color: #5A85D7;
}

.bg-primary,.btn-primary,.publications-condensed .portal-single-publication a,.toolbar,.tool-search-form .search-field,.pager li>a:hover,.pager li>span:hover,.colored-top .site-sidebar-header {
    background-color: #222222
}

.btn-primary,.nav .open>a,.nav .open>a:hover,.nav .open>a:focus,.colored-top .site-sidebar-header {
    border-color: #5A85D7;
}

a:hover,a:focus,a.text-primary:hover,a.text-primary:focus,.btn-link:hover,.btn-link:focus,.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #222222;
}

a.bg-primary:hover,a.bg-primary:focus,.btn-primary:hover,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus,.portal-header .portal-search button:hover {
    background-color: #5A85D7;
}
.nav-site-sidebar li a:focus{
    background-color: transparent;
}

.btn-primary:hover,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    border-color: #222222;    
}

.portal-header .portal-search button {
    background-color:#FCB24C;    
}

.publication-contents h4 span {
    background-color: transparent;  
}

.portal-footer {
    background: #222222;
    color: #5A85D7
}

.toc .glyphicon:before{
    content: "\25b8";
}

.toc .opened > .topic-link > .glyphicon:before{
    content: "\25BE";
    color: #5A85D7; 
}

.nav-site-sidebar .topic-link{
    position: relative;
    padding-right: 20px;
    padding-left: -30px;
    text-indent: -11px;
    margin-left: 20px;
}

.nav-site-sidebar ul ul a {
    padding-left: 46px;
    position: relative;
}

 .nav-site-sidebar ul ul a::before {
    content: ''; 
    display: inline-block;
    width: 0.4em;
    height: 0.4em; 
    background-color: #0000007b;
    margin-right: 0.5em;
    vertical-align: middle;
    margin-bottom: 0.12em;
}

.nav-site-sidebar ul ul .active a::before {
      font-weight: 400;
      color: #5A85D7;  
      content: ''; 
      display: inline-block;
      width: 0.4em;
      height: 0.4em;
      background-color: #5A85D7;
      margin-right: 0.5em;
      vertical-align: middle;
      animation: pulse 5s infinite;
      margin-bottom: 0.15em;
}
   
   @keyframes pulse {
      0% {
          opacity: 0.4;
          transform: scale(0.7);
      }
      50% {
          opacity: 1;
          transform: scale(1);
      }
      100% {
          opacity: 0.4;
          transform: scale(0.7);
      }
}

.toc .glyphicon{
    position: relative;
    top: 2px;
    right: 3px;
    margin: -10px;
    display: inline;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 20px;
}

.theme2 .nav-site-sidebar>li>a{
    font-weight: bold;
}

h3, .h3{
    font-family: Arial, Helvetica, sans-serif;
      text-transform: none;
      color: #5A85D7;
      font-size:2.3em;
      font-weight: bold;
    
}


h4, .h4{
    font-family: Arial, Helvetica, sans-serif;
      text-transform: none;
      color: #5A85D7;
      font-size: 1.9em;
      font-weight: bold;
}

h5, .h5{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.3em;
    font-weight: bold;
}
 
h6, .h6{
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
     color: #000000; 
     font-size: 1.3em;
     font-weight: bold;
}

.warning,
.note,
.important,
.caution,
.tip{
    display: block;
    padding: 12px 18px 12px 65px;
    -moz-background-clip: padding;
    border-left-width: 3.5px;
    border-left-style: solid;
    border-left-color: #2ab27b;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;
    background-color: #eafaf4;
    background-color: rgba(42, 178, 123, 0.03);
    background: linear-gradient(to right, white, rgba(42, 178, 123, 0.1) 90%);
    border-radius: 15px 0px 0px 0px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.note:before,
.tip:before,
.warning:before,
.caution:before,
.important:before{
    content: '\f040';
    color: #2ab27b;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 22px;
    vertical-align: middle;
    font-family: FontAwesome;
}

.important:before{
    content: '\f06a';
}

.warning{
    border-left-color: #ffb74d;
    background-color: rgba(255, 183, 77, 0.03);
    background: linear-gradient(to right, white, rgba(255, 183, 77, 0.1) 90%);
}

.warning:before{
    content: '\f071';
    color: #ffb74d;
}

.warning.danger{
    border-left-color: #ef5350;
    background-color: rgba(239, 83, 80, 0.03);
    background: linear-gradient(to right, white, rgba(239, 83, 80, 0.1) 90%);
}

.warning.danger:before{
    content: '\f071';
    color: #ef5350;
}

.caution{
    border-left-color: #ffb74d;
    background-color: rgba(255, 232, 26, 0.03);
    background: linear-gradient(to right, white, rgba(255, 183, 77, 0.1) 90%);
}

.caution:before{
    content: '\f071';
    color: #ffb74d;
}

.notice{
    border-left-color: #5A85D7;
    background-color: rgba(58, 163, 227, 0.08);
    background: linear-gradient(to right, white, rgba(90, 133, 215, 0.1) 90%);
}

.notice:before{
    content: '\f05a';
    color: #5A85D7;
}

.tip{
    border-left-color: #5A85D7;
    background-color: rgba(58, 163, 227, 0.08);
    background: linear-gradient(to right, white, rgba(90, 133, 215, 0.1) 90%);
}

.tip:before{
    content: '\f0d0';
    color: #5A85D7;
}

.theme2 .section-nav.nav li.active>a {
    color: #5A85D7;
}

.theme2 .toc > li{
    border-bottom: 0.1px solid #acacac;
}

.theme2 .section-nav.nav>li.active>a:before {
    content: '';
    border-radius: 50%;
    left: -3px;
    top: 12px;
    background: #5A85D7;
    position: absolute;
    width: 6px;
    height: 6px;
}

.theme2 .nav .dropdown-menu a{
    color: #5A85D7;
}

.theme2 .nav .dropdown-menu a:hover{
    color: #222222;
}

.mediaobject .caption{
    margin-top: 10px;
    font-style: italic;
}

.caption {
    font-size: 0.8em;
    color: #222222;
    font-weight: bold;
}
.theme2 .procedure > li::before {
  background-color: #5A85D7;
}

ul.checklist > li {
    padding: 10px 0px 0px 20px;
    font-size: 14px;
    margin-bottom: 6px;
}

.checklist-checkbox-wrapper label {
  height: 20px;
  left: 16px;
  top: 12px;
  width: 20px;
  border-radius: 15%;
}

.checklist-checkbox-wrapper label:after {
  height: 6px;
  left: 4px;
  top: 4px;
  width: 12px;
}

.panel{
    margin-top: -1em;
    border: none .5px solid #ccc;
    margin-bottom: -20px;    
}

 .panel-heading {
    padding: 1px 1px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 12px;
}

.panel-heading :not(div).title:before, .panel-heading .sidebar-title:before{
  width: 5px;
  font-size: 12
}

.topic-content .breadcrumb {
    font-size: 13px;
    color: #5A85D7;
}.theme2 .toc > li

.topic-content .breadcrumb a {
    color: #888; 
}

.topic-content .breadcrumb li:first-child a:before {
    display: inline-block;
    content: "\f015"; 
    font-family: "FontAwesome";
    padding-right: 5px;
    color: #5A85D7;
}

.topic-content .breadcrumb li + li::before {
    content: "\f064"; 
    font-family: "FontAwesome";
    margin: 0 4px;
}

.topic-content .breadcrumb :hover{
    color: #5a85d7;
 }

 .cat-panel-1:before{
    content: "\f15c"; 
}

.cat-panel-2:before {
    content: "\f15c"; 
}

.cat-panel-3:before{
    content: "\f15c"; 
}

.cat-panel-4:before{
    content: "\f15c"; 
}
.cat-panel-5:before{
    content: "\f15c"; 
}

.cat-panel-6:before{
    content: "\f15c"; 
}

.cat-panel-7:before{
    content: "\f15c"; 
}

.cat-panel-8:before{
    content: "\f15c"; 
}

.cat-panel-9:before{
    content: "\f15c"; 
}

.cat-panel-10:before{
    content: "\f15c"; 
}

 #materialbox-overlay {
    background-color: #fff;
}

 .informalfigure {
    margin-left: 2em;
    margin-right: 5em;
} 


 
  @media (min-width: 768px){
    .theme2.page-toc main article {
        padding-left: 2%;
    
    }
}

.featured-content-label {
    color:#5A85D7;
    text-align: center;
    margin-top: -10px
}    

.product-categories-label {
    color:#5A85D7;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 30px
} 

.divider-image {
    width: 90%;
    margin: auto;
    display: block;
    margin-top: -10px !important
}

.search-container {
    margin-left: 24px;
}

.portal-single-publication a:hover {
    box-shadow: 0 0px 0px rgba(90, 133, 215, 0.5)
 }

 .portal-single-publication {
    margin-bottom: 20px
 }

 @media (min-width:768px) {
   .portal-single-publication {
      width: 20%
    }
}

   @media (min-width:992px) {
    .portal-single-publication a {
       padding: 30px 30px
    }
}

.portal-single-publication a {    
    width: 100%;
    height: 95%
}

    .divider-image {
        width: 90%;
        margin: auto;
        display: block;
        margin-top: 50px
}

.publication-contents {
    margin-bottom: -10px;
}

.portal-single-publication h3 {
    font-family:"Helvetica",sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    position: relative;
    bottom: 10;
    height: 23px;
}



.portal-header {
    height: 100px
 }



.portal-header h1 {
    font-family:"Helvetica",sans-serif;
    font-weight: bold;
    font-size: 40px;
    background-clip: text;
    opacity: .7;
    display: none;
}

.portal-header .search-field {
    opacity: 100;
    background: #222222;
}

 .portal-header .portal-search button {
    display: none;
}

@media (min-width:992px) {
.portal-header .portal-search .search-field {
    width: 200px;
    height: 30px;
     }
}


@media (min-width : 768px) {
    .portal-header-navbar .logo {
        height: 40px;
        position: relative; 
        left: 105px;
        margin-top: 15px
    }
}

 .nav-site-sidebar li a:focus,
 .nav-site-sidebar li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(to right, white, rgba(90, 133, 215, 0.2) 90%);
    text-decoration: none
 }

.publication-new-contents li:before {
    content: url(../new.png);
    margin-left: -28px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
 }

.publication-new-contents {
width: 100%;
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
margin-bottom: -10px
}

@media (min-width:768px) {
.publication-new-contents {
   float: left;
   width: 25%
    }
}

.publication-new-contents ul {
padding-left: 34px;
list-style: none;
}

.publication-new-contents a {
color: #525252
}

.publication-new-contents a:hover {
color: #5A85D7;
text-decoration: none
}

.publication-new-contents li {
font-size: 13px;
font-weight: 300;
margin: 8px 0
}

/* line up the rest of the most viewed topics text columns with the first */
.publication-contents li:before {
line-height: 1.8;
}

/* size and alignment of inline images */
.inlinemediaobject img:not([height]):not([width]) {
    height: 100%;
    vertical-align: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

.inlinemediaobject {
    vertical-align: -5px;
}

.cc-bottom {
    font-size: 14px !important;
    text-decoration: none !important;
}

.cc-window,
.cc-revoke {
    background: #000000 !important;
}
  
.cc-banner .cc-message {
    width: auto;
    background: #000000;
    padding: 4px 12px 6px 20px !important;
    border-radius: 5px;
    margin-left:50px !important;
    margin-right: 100px !important;
    content: none !important;
    font-size: 14px !important;
}

.cc-btn {
    border-radius: 5px;
    background-color: #5A85D7 !important;
    font-size: 12px !important;
}

.cc-btn:hover {
    background: #5A85D7 !important;
}

.cc-link {
    color: #9abdff  !important;
}
  
.cc-link,
.cc-link:visited {
    color: #8fb6ff  !important;
}

.cc-highlight .cc-btn:first-child {
    background-color: #1c1c1c!important;
    border-color: #5A85D7 !important;
    font-size: 12px !important;
}

.cc-window.cc-banner {
    padding: .5em 1em !important;
}

.cc-policy
{
    background-color: #1c1c1c!important;
    border-color: #5A85D7 !important;
    font-size: 12px !important;
}

.cc-revoke
{
    background-color: #5A85D7!important;
    border-color: #000000 !important;
    font-size: 14px !important;
}

div.qandaset ul
{display: list;
}

div.qandaset
{margin-bottom:15px;
}

div.qandaset tr td p
{margin-bottom:5px;
}

div.qandaset tr td:first-child 
{padding-right:5px;
} 

div.qandaset 
{margin-bottom:5px;
}

.portal-search {
    margin-top: 6px;
    margin-right: 140px;
}

.portal-search .search-container {
    position: relative;
    display: inline-block;
}

.portal-search .search-field {
    width: 300px; 
    padding: 8px 12px;
    border: none; 
    outline: none; 
    color: #999999; 
    font-size: 16px; 
    background-color: #222222;
    border: 1px solid #999999;
    border-radius: 0;
}

.portal-search .search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999999;
}
*/
.theme2 .portal-header::before,
.portal-header::after {
    content: none;
    background: none;
    background-size: auto;
}


@media (min-width:768px) {
    .portal-header {
       padding: 30px 50px;
       height: 100px
    }
 }

.portal-footer {
    display: flex;
    flex-direction: column;
    min-height: 2vh;
    margin-top: 40px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 50vh 0 50vh #222;
    background: linear-gradient(to right , rgb(0, 0, 0) 10% , rgb(116, 116, 116) 50% , rgb(0, 0, 0) 95%);
}
 
.inner-row {
    text-align: left;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px;
    max-width:1000px;
    
} 

.inner {
    margin-left: 50px;
    margin-right: 50px;
}

.site-sidebar .logo {
    height: 80px;
    max-width: 100%;
    padding: 26px 0;
    display: inline-block;
}

@media (min-width:768px) {
    .colored-top .nav-site-sidebar {
       overflow-y: auto;
       position: absolute;
       top: 82px;
       bottom: 0
    }
}

 .toolbar{
    min-height: 81px;   
}

@media (min-width:768px) {
    .fixed-toolbar .breadcrumb-container {
       margin-top: 20px
    }
 }

 #scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: opacity 0.5s ease; 
}

#scrollToTopBtn img {
    width: 80%;
    height: 80%;
}

#scrollToTopBtn:hover {
    opacity: 0.8; 
}

.itemizedlist.nobullet {
    list-style-type: none !important;
    padding-left: 0;
    
}

/* In this section adjustments*/
    
div.section-toc-title{
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 0.5em;
}

.section-toc .topic-link, .relationship-toc .topic-link{
        font-size: 1em;
        
}

.section-toc > ul,  .relationship-toc  > ul{
    padding-left: 15px;
    

}

.section-toc > ul, .relationship-toc > ul {
    padding-left: -5px;
    list-style-type: square;
}

/* Icons for "In this section". If used put in "list-style-type: none;"

.section-toc > ul > li::before, 
.relationship-toc > ul > li::before {
    content: '';
    display: inline-block;
    width: 22px; 
    height: 22px;
    background-image: url('doc-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; 
    margin-top: 1px; 
    margin-bottom: 5px; 
}*/


.portal-single-publication a {
    color: #333;
    display: inline-block;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: 1px solid #FCB24C;
    background: linear-gradient(to bottom, white 76%, #7f7f7f 20%);
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 15px rgb(255, 255, 255);
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    -o-transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;

}


.section-toc, .section-toc-before
table {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(to left, white, rgba(90, 133, 215, 0.2) 90%);
    text-decoration: none;
    padding-top: 30px; 
    padding-left: 30px; 
    padding-right: 30px;
    padding-bottom: 30px!important; 
  }

  .section-toc, .section-toc-after
table {
     margin-bottom: 0px;
  }

  #topic-content > section > .titlepage .title{
    margin: 0em 0 .2em;
}

#topic-content > section > .titlepage .subtitle{
    margin: 0em 0 .5em;
    font-weight: normal;
    
}

sub {
   font-size: 35%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
   bottom: -0.8em;
   font-family: Arial, Helvetica, sans-serif;
}

h2.title {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #5A85D7;
    font-size:2.8em;
    font-weight: bold;

}

.copyright{
    text-align: left;
    margin-top: 20px;
    margin-left: 110px;
    color: #999; 
    font-size: 80%;
    margin-bottom: 50px;
    
}
