
/** Home **/
.featured-content-label,
.featured-content {
  display: none;
}
body {
  color: #333;
}
.inlinemediaobject img {
  vertical-align: initial;
}
p,
pre {
  margin: 1em 0 1em;
}
.portal-body {
  padding-bottom: 48px;
}
main ol,
main ul {
  margin: 0 0 3em;
  padding-left: 40px;
}
.portal-footer .copyright {
  flex-grow: 1; /* push language right */
}

/* Secondary color - For portal search button, publication count */
.portal-header .search-field,
.portal-header .portal-search button {
  color: #737373;
  background-color: rgba(255, 255, 255, 0.9);
}
.portal-single-publication a {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}
.portal-header .portal-search .search-field {
  border-radius: 23px 0 0 23px;
}
.portal-header .portal-search .search-field,
.portal-header .portal-search .btn {
  transition: 0.3s ease opacity;
  opacity: 0.5;
}
.portal-header .portal-search:hover .search-field,
.portal-header .portal-search .search-field:focus,
.portal-header
  .portal-search
  .search-field:focus
  + .portal-header
  .portal-search
  .btn,
.portal-header .portal-search:hover .btn {
  opacity: 1;
}
.portal-header .portal-search button {
  border-radius: 0 23px 23px 0;
}
.portal-header .portal-search button:hover {
  color: #737373;
  background-color: rgba(255, 255, 255, 1);
}
.portal-header .search-field::placeholder {
  color: #737373;
}

.portal-header:before {
  background: linear-gradient(230.96deg, #7a00a5 0%, #004ba0 100%);
}
.portal-header:after {
  opacity: 0.3;
  filter: inherit;
}

/** Docs **/
@media (min-width: 1200px) {
  .collapsible-sidebar-nav .site-content {
    margin-left: 300px;
    width: calc(100% - 300px);
  }

  .site-sidebar {
    width: 350px;
  }
}

.navbar-toggle.collapsed {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  height: 50px;
  margin-top: -15px;
  width: 50px;
  display: flex;
  margin-left: -20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-toggle.collapsed {
    display: none;
  }
  .theme1 aside.site-sidebar .site-sidebar-header .logo {
    padding-top: 22px;
    margin-left: -30px;
    width: 122%;
  }
}
/*** ***/

.collapsible-sidebar-nav .site-sidebar-header button.navbar-toggle {
  display: none !important;
}
.site-sidebar-header .logo {
  margin-left: 30px;
}

aside.site-sidebar {
  background-color: white;
  top: 70px;
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px white,
    0px 0px 5px 1px rgba(0, 0, 0, 0.084);
  transition: 0.3s ease all;
}
aside.site-sidebar.collaspe {
}

aside.site-sidebar .site-sidebar-header {
  top: -5px;
  position: fixed;
  margin-left: 50px;
}

.fixed-toolbar .toolbar {
  height: 60px;
  box-sizing: border-box;
  padding: 0;
  position: fixed;
  z-index: 999;
}
.theme1 .site-sidebar .site-sidebar-header .logo {
  padding: 0;
  padding-top: 23px;
  margin-left: 0px;
  width: 100%;
}

aside.site-sidebar .nav-site-sidebar li a {
  color: #333;
  padding-left: 38px;
  margin: 10px;
  margin-left: 0px;
}

aside.site-sidebar .nav-site-sidebar.toc .glyphicon {
  left: 10px;
  color: #337bb8;
}

aside.site-sidebar .nav-site-sidebar .opened > ul {
  margin-left: 24px;
  border-left: 1px solid #e1e3e5;
  padding-left: 10px;
}

aside.site-sidebar .nav-site-sidebar .opened > ul li a {
  margin: 0;
  margin-top: 5px;
}

.nav-site-sidebar li a:hover {
  background-color: #e1e3e5;
  border-radius: 4px;
  font-weight: normal;
}
.nav-site-sidebar .active > a {
  background-color: #d7ecf9;
  border-radius: 4px;
  font-weight: normal;
}
.nav-site-sidebar ul .active > a {
  font-weight: normal;
}
aside.site-sidebar .nav-site-sidebar .opened > ul li ul li a {
  padding-left: 28px;
}
.site-body .site-content .toolbar-tools .navbar-collapse.collapse {
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 0;
  z-index: 50;
}
.site-body .site-content .toolbar {
  display: flex;
  justify-content: flex-end;
  border-bottom: 20px solid #01278a;
}

#navbar > ul > li > a,
.site-body .site-content .toolbar-tools .navbar-collapse.collapse li a {
  background-color: #7f38b1 !important;
  border-radius: 4px;
  display: block;
  margin-right: 10px;
  color: white !important;
  text-transform: uppercase;
  font-family: roboto;
  font-weight: bold;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.site-body
  .site-content
  .toolbar-tools
  .navbar-collapse.collapse
  li:nth-child(2n)
  a::before {
  content: "\f0e0";
  color: white;
  font-family: "FontAwesome";
  margin-right: 10px;
}

#navbar > ul > li:nth-child(2) > a,
.site-body
  .site-content
  .toolbar-tools
  .navbar-collapse.collapse
  li:nth-child(2n)
  a {
  background-color: #7f38b1 !important;
  margin-right: 0px;
}
#navbar > ul > li > a:hover,
.site-body .site-content .toolbar-tools .navbar-collapse.collapse li a:hover {
  background-color: rgb(101, 44, 141) !important;
}
#navbar > ul > li:nth-child(2) > a:hover,
.site-body
  .site-content
  .toolbar-tools
  .navbar-collapse.collapse
  li:nth-child(2n)
  a:hover {
  background-color: #360b8c !important;
  transition: 0.3s ease background-color;
}
.site-body .site-content .toolbar-tools .tool-print.print-icon {
  border: 1px solid #7f38b1;
  border-radius: 4px;
  color: #7f38b1;
  padding: 0px;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  line-height: 1.428571428571429;
  text-transform: uppercase;
  font-family: roboto;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.site-body .site-content .toolbar-tools .tool-print.print-icon a {
  color: #7f38b1;
}

.itemizedlist ul.itemizedlist p {
  margin: 0 0 20px 0px;
}

.site-body .site-content .toolbar-tools .tool-print.print-icon:hover {
  background-color: rgba(127, 56, 177, 0.08);
}
.site-body .site-content .toolbar-tools .tool-print.print-icon .print-text {
  display: inline-block;
  text-transform: uppercase;
  font-family: roboto;
  font-weight: bold;
  margin-left: 0;
}
.site-body
  .site-content
  .toolbar-tools
  .tool-print.print-icon
  .fa-print:before {
  content: "\f1c1";
}
.site-sidebar-search input.form-control {
  border: 1px solid #e1e3e5;
  margin: 10px;
  border-radius: 34px;
  height: 34px;
  width: calc(100% - 20px);
}

.site-sidebar-search input.form-control::placeholder {
  color: #737373;
}
.site-sidebar-search .search-field:active,
.site-sidebar-search .search-field:focus {
  background-color: #fff;
  border-color: #337bb8;
  color: #333333;
}
.site-sidebar-search .search-field:hover {
  background-color: #fff;
  border-color: #337bb8;
}

.topic-content .breadcrumb {
}

.topic-content .breadcrumb .breadcrumb-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  font-family: roboto;
  font-weight: bold;
}
.topic-content .breadcrumb .breadcrumb-node {
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  font-family: roboto;
  font-weight: bold;
}

h2.title {
  font-weight: bold;
  font-size: 38px;
}

.topic-content .bridgehead {
  font-weight: bold;
  font-size: 18px;
  text-transform: none;
  font-size: 16px;
  margin-top: 20px;
}

.section-toc-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}

.breadcrumb > li + li:before {
  color: #337bb8;
  content: "\e258";
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 300;
  padding: 1px 8px;
}

.portal-footer,
.site-footer {
  background-color: #e1e3e5;
  padding: 0 16.666%;
  margin: 0;
  width: 100%;
}

.portal-footer .inner,
.site-footer .inner {
  border-top: 0;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 48px 0;
  color: #737373;
}

/** Colors **/

/* Primary color for links, buttons, sidebar, portal-header etc */
a,
.text-primary,
.btn-link,
.pagination > li > a,
.pagination > li > span,
.publication-contents a:hover {
  color: #337bb8;
}
.tool-print a {
  color: #01278a;
}
.bg-primary,
.btn-primary,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.site-sidebar {
  background-color: #337bb8;
}
.theme1 .procedure > li::before {
  background-color: #01278a;
}
.portal-single-publication .publication-icon {
  background: linear-gradient(to right, #4c0f9f 0, #1594e4 100%);
}
.portal-header::before {
  background-color: #004ba0;
}

.btn-primary,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #337bb8;
}

/* Hover primary color */
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
  color: #11508e;
}

a.text-primary:hover,
a.text-primary:focus,
.btn-primary:hover,
a.bg-primary:hover,
a.bg-primary:focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.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 {
  background-color: #11508e;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.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: #11508e;
}

/* Secondary color - For portal search button, publication count */
.publication-contents h4 span {
  background-color: #f57c00;
}
/* Tertiary color - For pager */
.pager li > a,
.pager li > span {
  color: #63a4ff;
}

.pager li > a:hover,
.pager li > span:hover {
  background-color: #63a4ff;
}

/* PORTAL */

.theme3 .portal-single-publication .publication-icon {
  background-color: #4fc3f7;
}

div.feedback-panel .btn {
  position: relative;
  float: left;
  border: 1px solid #337bb8;
  margin: 10px 20px !important;
  border-radius: 3px !important;
  padding: 5px 30px;
  background-color: transparent;
}

div.feedback-panel .btn.active,
div.feedback-panel .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #337bb8;
  color: #ffffff;
}

/* For page toc if selected: */
/* To theme1 */
.theme1 .section-nav.nav li.active > a {
  color: #337bb8;
}

.theme1 .section-nav.nav > li.active > a:before {
  content: "";
  border-radius: 50%;
  left: -3px;
  top: 12px;
  background: #337bb8;
  position: absolute;
  width: 6px;
  height: 6px;
}

.theme1 .toolbar-tools .nav > li > a:focus,
.theme1 .toolbar-tools .nav > li > a:hover {
  color: #11508e;
  background-color: transparent;
}

.theme1 .toolbar-tools .navbar-nav a,
.theme1 .toolbar-tools .navbar-nav a:hover,
.theme1 .toolbar-tools .navbar-nav a:focus {
  color: #337bb8;
}

.theme1 .nav .dropdown-menu a {
  color: #337bb8;
}

.theme1 .nav .dropdown-menu a:hover {
  color: #11508e;
}

.theme1 .version-dropdown .btn.btn-primary.dropdown-toggle {
  background-color: #337bb8;
  border-color: #337bb8;
  border-radius: 5px;
}
aside.site-sidebar .nav-site-sidebar {
  margin-left: 4px;
  margin-right: 4px;
}

.materialboxed {
  box-shadow: 0 10px 29px 0 rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  background: linear-gradient(to right, #4c0f9f 0, #1594e4 100%);
  color: white;
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 40px !important;
  padding: 0;
  margin: 10px !important;
}
.btn-group > .btn:last-child:not(:first-child) {
  background: linear-gradient(230.96deg, #512e81 0%, #0e93d1 100%);
  color: white;
  font-size: 0;
  height: 40px;
  width: 40px;
  border-radius: 40px !important;
  padding: 0;
  margin: 10px !important;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):before,
.btn-group > .btn:last-child:not(:first-child):before {
  font-size: 16px;
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):before {
  content: "\f164";
}
.btn-group > .btn:last-child:not(:first-child):before {
  content: "\f165";
}
h1:hover .header-link,
h2:hover .header-link,
h3:hover .header-link,
h4:hover .header-link,
h5:hover .header-link,
h6:hover .header-link,
.example-title:hover .header-link,
.procedure-title:hover .header-link,
.figure-title:hover .header-link {
  color: #337bb8;
  cursor: pointer !important;
}

.pager li > a,
.pager li > span {
  border: 1px solid #337bb8;
  background-color: white;
  color: #337bb8;
  border-radius: 4px;
  text-transform: uppercase;
  transition: 0.3s ease box-shadow;
}
.pager li > a:hover,
.pager li > span:hover {
  background-color: white;
  color: #337bb8;
  border: 1px solid #337bb8;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.35);
}

.previous a.pull-left {
  padding-left: 20px;
}

.next a.pull-right {
  padding-right: 20px;
}
.previous a.pull-left:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f053";
  margin-left: -10px;
  margin-right: 10px;
}

.next a.pull-right:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  margin-left: 10px;
  margin-right: -10px;
}
#topic-content > section > .titlepage .title {
  margin: 0em 0 1em;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 44px;
}
div.section-toc-title,
.bridgehead,
H4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-weight: 700;
  margin-top: 40px;
}
.portal-single-publication h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.portal-single-publication a:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.17);
}

.searchresultitem {
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  background-color: white;
  color: #333;
  transition: 0.3s ease box-shadow;
  margin-bottom: 10px;
}

.searchresultitem:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.17);
}

.searchresultitem a {
  color: #333;
}

.searchresultitem h3 {
  color: #337bb8;
}

ul.searchresults .search-highlight {
  background-color: #fff2cc;
  padding-left: 1px;
  padding-right: 4px;
  border-radius: 2px;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: normal;
  font-style: normal;
  color: #333;
}
.portal-header h1 {
  font-weight: 100;
  font-size: 44px;
}
.portal-header .logo {
  filter: invert(100%) grayscale(1);
}

.topic-content h5 {
  text-transform: inherit;
  margin-top: 40px;
  font-size: 23px;
}

/* Contextual help specificities */

aside.site-sidebar,
.pager,
button.navbar-toggle.collapsed,
.breadcrumb-container {
  display: none;
}

.collapsible-sidebar-nav .site-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

