

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  height: 100%;
}

.abstract {
  display: none !important;
}

.portal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.portal-content .portal-search-result {
  padding: 10px 20px 50px 20px;
}

.site-body,
.site-content,
.toolbar {
  background-color: #f6f7f9;
}

.publication-icon {
  display: none !important;
}

.portal-publications .show-all-categories {
  display: none;
}

.portal-single-publication {
  display: flex !important;
  align-items: center;
}

.portal-single-publication a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 1px #e0e0e0;
}

.portal-single-publication a:hover {
  box-shadow: 0px 0px 5px 1px #b72a9a;
}

.portal-single-publication h3 {
  margin: 0 !important;
}

header {
  background: #f6f7f9;
  height: auto !important;
}

header .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header h1 {
  display: none;
}

.portal-contents {
  display: none;
}

.portal-publications + h5 {
  display: none;
}

header form {
  display: flex;
  justify-content: flex-end;
  color: #c3cfde;
  height: 40px;
}

header form button {
  order: 1;
  background-color: #b72a9a !important;
  width: 40px;
}

.portal-header .logo {
  height: 60px;
  border: 0 !important;
}

.portal-header .portal-search button {
  padding: 0 12px;
  border-radius: 6px 0 0 6px;
}

.portal-header .portal-search .search-field {
  border-radius: 0 6px 6px 0;
}

header .portal-search.form-inline i {
  color: #ffffff;
}

header .portal-search.form-inline input {
  background-color: #b72a9a;
  color: #ffffff;
  order: 2;
  width: 100% !important;
}

header .portal-search.form-inline input::placeholder,
header .portal-search.form-inline input::-webkit-input-placeholder,
header .portal-search.form-inline input::-moz-placeholder,
header .portal-search.form-inline input:-ms-input-placeholder,
header .portal-search.form-inline input:-moz-placeholder {
  color: #7985a6 !important;
}

/* content page styles */

aside.site-sidebar {
  background-color: white !important;
}

aside.site-sidebar .logo {
  padding: 20px 0 !important;
}

aside.site-sidebar .nav-site-sidebar > li > .topic-link {
  color: #2e4887;
  font-weight: bold;
}

aside.site-sidebar .nav-site-sidebar > li.active.opened > .topic-link {
  color: #b72a9a;
}

aside.site-sidebar .nav-site-sidebar > li > ul > li a {
  color: rgba(53, 53, 53, 0.8);
}

aside.site-sidebar input {
  color: #ffffff;
  background: #b72a9a;
}

main article {
  border-radius: 6px;
  background-color: #ffffff;
}

main article .search-container {
  padding: 0 30px;
}

article.topic.content-container {
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 6px;
}

.site-content article {
  width: 100%;
}

.titlepage .title .title {
  color: #b72a9a;
  font-weight: 300;
  border-bottom: 1px solid #c3cfde;
  padding-bottom: 25px;
  font-size: 25px;
}

.site-content .toolbar {
  box-shadow: none !important;
}

.site-body .site-content {
  padding-top: 0px;
}

main article section,
main article .footer-content {
  padding: 10px 0px;
}

footer.portal-footer {
  margin-top: auto;
}

/* caution */

main article section .caution:before {
  color: #b72a9a;
}

main article section .caution {
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e9eef3;
  border-left: 5px solid #b72a9a;
}

main article section .caution h3.title {
  display: none;
}

main article section .caution p {
  padding-left: 20px;
  margin-bottom: 4px;
}

/* note  */

main article section .note:before {
  color: #6786de;
}

main article section .note {
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e9eef3;
  border-left: 5px solid #6786de;
}

main article section .note h3.title {
  display: none;
}

main article section .note p {
  padding-left: 20px;
  margin-bottom: 4px;
}

main article section img {
  border: solid 1px #e9eef3;
}

/* tip  */

main article section .tip:before {
  color: #29af61;
}

main article section .tip {
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e9eef3;
  border-left: 5px solid #29af61;
}

main article section .tip h3.title {
  display: none;
}

main article section .tip p {
  padding-left: 20px;
  margin-bottom: 4px;
}

/* danger */

main article section .warning {
  padding-left: 20px;
}

main article section .warning.danger:before {
  display: none;
}

main article section .danger.warning {
  background-color: #f6f7f9;
  border-radius: 6px;
  border: solid 1px #e9eef3;
  border-left: 5px solid #cccccc;
}

main article section .danger h3.title {
  display: none;
}

main article section .danger p {
  padding-left: 20px;
  margin-bottom: 4px;
}

/* icon  */

.note:before,
.tip:before,
.warning:before,
.caution:before,
.important:before {
  top: 50%;
  transform: translate(0, -50%);
}

ul.searchresults .search-result-url {
  color: #7985a6;
}

footer .dropup.languages {
  display: none;
}

/* code */

.code {
  background-color: #f6f7f9;
  color: #666666;
}

@media only screen and (min-width: 768px) {
  header .inner {
    justify-content: space-between;
    flex-direction: row;
  }
  header form {
    width: 50%;
  }
  header form input {
    width: 100% !important;
  }
  header form button {
    margin-left: auto;
  }
  .portal-content .portal-search-result {
    padding: 10px 150px 20px;
  }
  main article,
  .site-footer,
  .pager {
    margin-left: 80px;
    padding-left: 0;
  }
  .site-content .toolbar {
    padding: 0 25px 30px 80px;
  }
  .site-body .site-content {
    padding-top: 30px;
  }
  main article section,
  main article .footer-content {
    padding: 30px 50px;
  }
  article.topic.content-container,
  .pager,
  article#search-result-wrapper {
    width: 80%;
  }
}

@media only screen and (min-width: 992px) {
  .site-content article {
    max-width: 66.66666667%;
  }
}

/* v2 */
.titlepage .title .title {
  text-transform: initial;
  /*      text-transform: uppercase; */
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6,
.site-content h7 {
  font-size: 14px;
  color: #b72a9a;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2.5em;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 11px;
}

.site-content a {
  color: #6786de;
}

.site-content a.glossterm {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-underline-position: under;
}

.popover {
  display: block !important;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  border-style: 2px solid #ccc;
}

.popover-title {
  font-size: 14px;
  color: #555;
  background-color: #f6f7f9;
  font-family: "Open Sans", sans-serif;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
}

.popover .mediaobject * {
  max-width: 60%;
  align-self: center;
  /*  margin-left: 80 px; */
}

.label-primary {
  background-color: #6786de;
}

.procedure > li::before {
  background-color: #b72a9a !important;
}


/* ADDED */

body {
   padding-top: 62px;
}

/* added for promo */
body.is-topbar-shown {
  padding-top: 108px;
}

body.is-topbar-shown .site-header-navbar {
  top: 46px;
}

body.is-topbar-shown .leadinModal-close {
  display: none !important;
}

@media screen and (max-width: 769px) {
  body.is-topbar-shown  {
    padding-top: 166px;
  }

  body.is-topbar-shown .site-header-navbar {
    top: 104px;
  }

  body.is-topbar-shown .site-content .toolbar {
    background: transparent;
    top: 104px;
    z-index: 1002;
    left: auto;
  }

  body.is-topbar-shown .site-sidebar {
    padding-top: 172px !important;
  }

  body.is-topbar-shown .content-container {
    padding-top: 32px;
  }
}

@media screen and (max-width: 542px) {
  body.is-topbar-shown {
    padding-top: 194px;
  }

  body.is-topbar-shown .site-header-navbar {
    top: 132px;
  }

  body.is-topbar-shown .site-content .toolbar {
    background: transparent;
    top: 132px;
    z-index: 1002;
  }

  body.is-topbar-shown .site-sidebar {
    padding-top: 200px !important;
  }

  body.is-topbar-shown .content-container {
    padding-top: 48px;
  }
}
/* added for promo end */

.portal-header .logo-link {
  display: none;
}

.site-header-navbar .logo {
  margin-bottom: 0;
  height: 60px;
}

.site-header-navbar .navbar-brand {
  height: auto;
}

.site-header-navbar .navbar-toggle {
  display: none;
}

.portal-header .navbar-toggle {
  display: block;
  float: right;
  margin: 8px 15px;
  padding: 18px 10px;
}

.site-header-navbar {
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.04),
    0 7px 10px -5px rgba(0, 0, 0, 0.06);
  border-left: 1px solid #eee;
}

.site-header-navbar .navbar-brand {
  padding: 1px 15px;
}

.site-header-navbar .navbar-nav li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.9em;
}

.portal-header .navbar-collapse form {
  display: none;
}

.site-header {
  display: block;
  position: relative;
  z-index: 1001;
}

@media only screen and (min-width: 768px) {
  .portal-header .navbar-toggle {
    display: none;
  }
  header .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-header-navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header-navbar .navbar-nav {
    float: right;
  }
}

.site-sidebar {
  padding-top: 140px;
}

.site-sidebar-header {
  display: none;
}

.site-sidebar-search {
  display: none;
}

.site-body {
  height: 100%;
}

.site-header-navbar .search-field {
  border-bottom: 1px solid #bbb;
  color: #999;
}

.site-header-navbar .search-field::placeholder {
  color: #999;
}

.site-header .navbar-form {
  float: none !important;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .site-body .site-content {
    padding-top: 86px;
  }
}

@media (min-width: 1200px) {
  .site-sidebar {
    width: 22%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .site-content {
    margin-left: 22%;
  }
  .toolbar {
    width: 80%;
  }
}

/* pager  */

.pager > .next > a,
.pager > .previous > a {
  color: #6786de;
}

.pager > .next > a:hover,
.pager > .previous > a:hover {
  background-color: #6786de;
}

@media only screen and (min-width: 768px) {
  .pager {
    width: 68%;
  }
}

/* FOOTER */
div.feedback-panel {
  width: 80%;
  margin-left: 80px;
  padding-left: 0;
  background-color: #ffffff;
  border-radius: 6px;
  max-width: 66.66666667%;
  float: left;
  text-align: center;
  padding: 20px;
  color: #555;
  font-size: 16px;
  font-family: "Open Sans" sans-serif;
  font-weight: bold;
}

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

.btn-group,
.btn-group-vertical {
  padding-top: 12px;
}

div.feedback-panel .btn.visited,
div.feedback-panel .btn:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #2e4887;
  background-color: #2e4887;
  color: #fff;
}

div.feedback-panel .btn.hover,
div.feedback-panel .btn:hover {
  background-color: #6786de;
  color: #fff;
}

div.feedback-panel .btn.active,
div.feedback-panel .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #2e4887;
  background-color: #2e4887;
  color: #fff;
}


