




/* Virtual custom CSS */

@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');

body{
    font-family:'Muli', sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.6;
    /*margin-left: 32px;*/
}
pre{
    font-family: 'Source Code Pro', monospace;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    margin-left: 32px;
}

p {
    line-height: 1.6;
}

.formal-label-delimiter {
    Display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif;
}

h1 {
    font-size:36px;
    font-weight: 800;
    color:#434a54;
    line-height: 1;
    margin-top:1.77em;
    margin-bottom:1.5em;
}

h2 {
    font-size:30px;
    font-weight: bold;
    color:#434a54;
    line-height: 1;
    margin-top:1.6em;
    margin-bottom:1.07em;

}

h3 {
    font-size:22px;
    font-weight: bold;
    color:#434a54;
    line-height: 1;
    margin-top: 1.9em;
    margin-bottom: 0.36em;
    /* margin-left: 32px; */
}

h4 {
    font-size:18px;
    font-weight: bold;
    color:#434a54;
    line-height: 1.6;
    margin-top: 0.55em;
    margin-bottom:0.44em;
    /*  margin-left:32px;  */
}

/* Eyebrow */
.breadcrumb, .breadcrumb a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight:600;
    color:#9097a0;
}

.topic-content a {
    text-decoration: underline;
}

.table, .informaltable {
    margin-top: 40px;
    margin-bottom: 32px;
    /* margin-left: 32px;*/
}

table {
    border: 1px #e1e2e3;
}

td, th {
    padding-left: 20px;
    padding-top: 9px;
    padding-right: 20px;
    padding-bottom: 7px;
    line-height: 1.4;
    margin-left:20px;
}

tr:nth-child(even) {
    background-color:#ffffff;
}

tr:nth-child(odd) {
    background-color:#f7f7f7;
}

table>thead>tr>th {
    background-color: #ffffff;
    border-bottom:1px solid  #a4a5a6;
}
/* Added 3/2023 to center Featured Content lists on page, 
rather than being left-aligned */
.featured-content .inner {
   justify-content: center
}

/*
 * Customer wan't an additional admonition here called 'Info'
 * Think the best way to solve this is to use the .notice element and transform
 * it's heading with javascript on page load for used languages.
 * */
.warning, .note, .important, .caution, .tip, .danger {
    border-left-style: none;
    border-left-width: 0px;
    border-top-style:solid;
    border-top-width: 1px;
}

.warning {
    border-top-color: #F5AB00; /* #d1ae00 */
    background-color: #FDFBEC  /* rgba(209,174,0,0.1) */
}

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

.caution {
    border-top-color: #F5AB00; /* #d1ae00 */
    background-color: #FDFBEC  /* rgba(209,174,0,0.1) */
}

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

.danger {
    border-top-color: #E93A2B; /* #c71e10 */
    background-color: #FFF4F3 /* rgba(209,174,0,0.1) */
}

.warning.danger:before {
    content:'\f0e7';
    color: #c71e10;
}

.important {
    border-top-color: #E93A2B; /* #c71e10 */
    background-color: #FFF4F3 /* rgba(199,30,16,0.1) */
}

.important:before {
    content:'\f071';
    color: #c71e10;
}

.note {
    border-top-color: #698CF4;  /* #1bafce; */
    background-color: #F2F7FF /* rgba(27,175,206,0.1) */
}

.note:before {
    content:'\f040';
    color: #1bafce;
}

.note.notice {
    border-top-color: #698CF4;  /* #1bafce; */
    background-color: #F2F7FF /* rgba(27,175,206,0.1) */
}

.note.notice:before {
    content:'\f05a';
    color: #1bafce;
}

.tip {
    border-top-color: #698CF4;  /* #1bafce; */
    background-color: #F2F7FF; /* rgba(27,175,206,0.1) */
}

.tip:before {
    content:'\f0eb';
    color: #1bafce;
}

/* TOC */

.site-sidebar {
    background-color: #031C60;  /* was #4361c4 */
}
/* header of nav panel */
.site-sidebar-header {
    background-color: #031C60;
}

.theme1 .site-sidebar .logo {
    width: 100%;
    max-width: 198px;
    padding: 16px 0;
    padding-top: 22px;
    display: inline-block;
}

/* Body background */
.toolbar {
    background-color:unset;
    box-shadow:unset;
    -webkit-box-shadow:unset;
}

/* .site-content {
  background-image: url('images/page_background.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 150px;
} */

/* Reduce space between list item paragraphs */
li p {
    margin-bottom: 0.8em;
}


/* fix alignment of inline images */
.inlinemediaobject {
    vertical-align: initial;
}

/* remove alternating color odd row */
.simplelist tr {
    background-color:transparent;
}
/* Reduce space between rows when simple list is in table */
table .simplelist td {
    padding-top: 0.2em;
}

/* don't display formal labels */
.table-title .formal-label {
    display:none;
}

/* reduce space between table caption and table with 50% */
div.table-title {
    margin-bottom: -20px;
}

/* APPROVED ITEMS */

/* subtitle too close to following paragraph */
.subtitle {
    margin-bottom: 1em;
}
/* reduce space between a paragraph and it's following table (just for informaltable) */
p + div.informaltable {
    margin-top: -20px;
}

div.titlepage + div.informaltable {
    margin-top: -20px;
}


/* Reduce the spacing by in itemized lists with compact class */
.itemizedlist.compact li>* {
margin-bottom: 0.1em;
}

/* Remove float left from copyright text */
.copyright {
    float:unset;
}

/* Increase spacing between procedure content with 20% */
li.step > * {
    margin-bottom: 1em;
}


.portal-header h1 {
    font-size: 28px;
    color: white;
    margin-bottom: 0.835em;
}

/* WORKS FOR JUST THE GRADIENT - 
.portal-header:before
  {background-image: linear-gradient(to bottom right, #031C60 59.38%, #FF00E3 120.53%); z-index:-10
} */

/* WORKS FOR IMAGE & GRADIENT, BUT HEADER SHOULD BE TALLER */
.portal-header {
  background-image: url('image/portal-bg.png'), linear-gradient(to bottom right, #031C60 59.38%, #FF00E3 120.53%);
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
}

.portal-header::after
{
    opacity: 0;
    filter: grayscale(0%)
  }
}

.portal-header .search-field {
    background-color: rgba(255,255,255,.5);
}

.portal-header .portal-search button, .publication-contents h4 span {
    background-color: #031C60;
}

/* Secondary color - For portal search button */
.portal-header .portal-search button:hover{
     background-color:#4361C4;    
}


.portal-single-publication .publication-icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
   /* background-color: #FF00E3; */
    background-image: linear-gradient(to bottom right, #031C60, #FF00E3 120%);
    text-align: center;
    font-size: 20px;
    line-height: 48px;
}

.portal-single-publication a {
    color: #555;
    display: inline-block;
    padding: 20px 20px;
    width: 100%;
    height: 100%;
    background-color: #F5F7FC;
    border: 1px solid #D2D9E5;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
    -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;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out
}

.publication-contents a {
    color: #3350B0;
    text-decoration: underline;
}

.publication-contents h4 span {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -34px;
    margin-top: -3px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
}

.publication-contents h4 {
    margin: 0 0 34px;
    font-size: 16px;
}

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

.publication-contents li:before {
    font-family: 'FontAwesome';
    content: '\f15b';  /* was f15c */
    margin-left: -28px;
    width: 28px;
    display: inline-block;
    opacity: 1;
    font-size: 16px;
    line-height: 1.2;
    color: #5978E0;
}

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

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

.cat-panel-3:before {
    content: "\f085"; /* was f0d6 */
}

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

.nav-site-sidebar ul a {
    color: rgba(255, 255, 255, 0.8);
    padding: 15px 15px 5px 30px;
    font-size: 16px;
}

.site-sidebar {
    font-size: 18px;
}
.site-sidebar-header .navbar-toggle{
  display:none!important
}
@media (min-width:768px){
  .collapsible-sidebar-nav .site-sidebar-header{
    text-align:left
  }
  .collapsible-sidebar-nav .site-sidebar-header .navbar-toggle{
    display:inline-block!important;vertical-align:middle;margin-left:10px;margin-right:5px
  }
  .collapsible-sidebar-nav .site-sidebar-header .navbar-toggle .icon-bar{
    background-color:#bbb
  }
  .colored-top.collapsible-sidebar-nav .site-sidebar-header .navbar-toggle .icon-bar{
    background-color:#bbb
  }
  .collapsible-sidebar-nav .collapse-sidebar-nav .site-sidebar{
    background-color:transparent
  }
  .collapsible-sidebar-nav .collapse-sidebar-nav .site-sidebar .nav-site-sidebar{
    display:none
  }
  .collapsible-sidebar-nav .collapse-sidebar-nav .site-content{
    margin-left:0;width:100%
  }
}

/* accordion icons in nav panel of each pub */
.toc .glyphicon{
    position: absolute;
    top: 0;
    right: 10px;
    margin: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
    background-color: #031C60
}




