@charset "utf-8";
/* CSS Document */

.transition-fade {
  opacity: 1;
  transition: 800ms;
}

html.is-animating .transition-fade {
  opacity: 0;
}

::selection {
  color: lightyellow;
  background: var(--wave1);
}

.movePrevious,
.moveNext {
  margin: 18px;
  width: 12px;
  height: 12px;
  float: left;
  border-left: 4px solid #444;
  border-bottom: 4px solid #444;
}

.movePrevious {
  transform: rotate(45deg);
}

.moveNext {
  transform: rotate(-135deg);
}

.moveNext:hover,
.movePrevious:hover {
  border-left: 4px solid #aaa;
  border-bottom: 4px solid #aaa;
  transition: border-color .2s ease-out .2s;
}

.downarrow {
  float: right;
  width: 7px;
  height: 7px;
  border-left: 2px solid #222222;
  border-bottom: 2px solid #222222;
  margin: 5px;
  transform: rotate(-45deg);
}

body {
  font-size: var(--docfontsize);
  margin: 0px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #222222;
  background-attachment: fixed;
  --bsccheckbox: #2196f3;
  --bsclogobackground: #1c4474;
  --bscpagebackground: radial-gradient(ellipse at bottom,
      rgba(255, 254, 244, 1) 0%,
      rgba(255, 254, 244, 1) 35%,
      #d1e6f8 100%);
  --bscmagicdivbackground: radial-gradient(ellipse at bottom center,
      rgba(255, 254, 244, 1) 0%,
      rgba(255, 254, 244, 1) 35%,
      #d1e6f8 100%);
  --wave1: #7ba5d7;
  --wave2: #8cabe1;
  --wave3: #a2cdf7;
  --wave4: #c4eceb;
  --wave5: #d1faf6;
  --headermaxheight: 128px;
  --headerminheight: 74px;
  --partnerlogoswidthmax: 180px;
  --partnerlogoswidthmin: 120px;
  --bsclogopaddingmax: 16px;
  --bsclogopaddingmin: 8px;
  --bscheadertransition: 750ms cubic-bezier(0.42, 0.61, 0.1, 1.09);
  --backgroundtransition: 400ms ease;
  --boxshadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  --boxshadow-vvv: -12px 12px 12px 0px rgba(0, 0, 0, 0.2);
  /********************************************/
  --docfontsize: 14px;
}

hr {
  border-bottom: #dddddd 1px solid;
  margin: 6px 25%;
}

#DocumentBrowser {
  position: fixed;
  cursor: pointer;
  right: 24px;
  bottom: 24px;
  height: 48px;
  width: 48px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  background-color: var(--wave3);
  box-shadow: var(--boxshadow);
  overflow: hidden;
  z-index: 10000;
  transition: border-radius 0.2s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s;
}

#DocumentBrowser:hover {
  width: 244px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.parallax-wrapper {
  /* width: 100vw;
         height:80vh;
       padding-top:20vh;*/
  box-sizing: border-box;
  transform-style: preserve-3d;
}

#theView {
  perspective: 1px;
  transform-style: preserve-3d;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  scroll-behavior: smooth;
  background: var(--bscpagebackground);
  background-position: fixed;
}

#wave0,
#wave1,
#wave2,
#wave3,
#wave4,
#wave5 {
  content: "";
  width: 100vw;
  height: 500vh;
  top: 0px;
  left: 0px;
  background-repeat: repeat-y;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
  display: none;
}

/**************tooltips******************/
/*for potential reusability separated into:
-positioning: .tooltipV, .tooltip, .tooltipanchor
-formatting:  .info, .thetooltip, .vvv

***/

.tooltipV {
  position: absolute;
}

.tooltip {
  position: absolute;
  pointer-events: none;
}

.tooltipanchor {
  position: relative;
}

.info {
  display: inline-block;
  background-color: var(--bsccheckbox);
  font-family: "Times New Roman", Times, serif;
  width: 10px;
  padding: 0px 3px;
  color: white;
  border-radius: 10px;
  font-style: italic;
  text-align: center;
  cursor: pointer;
}

.thetooltip {
  text-align: left;
  font-style: normal;
  font-family: Tahoma, Verdana, sans-serif;
  cursor: default;
  padding: 6px;
  color: black;
  top: -38px;
  left: 46px;
  width: 40vw;
  box-shadow: var(--boxshadow);
  border-radius: 12px;
}

.thetooltip,
.vvv {
  border: 1px silver solid;
  background-color: lightyellow;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s linear 0.5s, z-index 0.2s linear 0.4s;
}

.thetooltip span {
  display: block;
  margin: 3px;
  padding: 3px;
}

.info:hover>.thetooltip,
.info:hover>.vvv {
  opacity: 1;
  z-index: 5000;
}

.vvv {
  display: inline-block;
  box-shadow: var(--boxshadow-vvv);
  width: 20px;
  height: 20px;
  border-right: none;
  border-top: none;
  margin-left: 25px;
  transform: rotate(45deg);
}

/****************************************/
#wave0 {
  display: block;
}

/***********************/

#wave0 {
  background-image: url("/images/bscstylenew.png");
  transform: translateZ(-5px) scale(6);
}

#wave1 {
  background-image: url("/images/waves/wv1.svg");
  transform: translateZ(-5px) scale(6);
}

#wave2 {
  background-image: url("/wave2./images/waves/wv2.svg");
  transform: translateZ(-6px) scale(7);
}

#wave3 {
  background-image: url("/images/waves/wv3.svg");
  transform: translateZ(-7px) scale(8);
}

#wave4 {
  background-image: url("/images/waves/wv4.svg");
  transform: translateZ(-8px) scale(9);
}

#wave5 {
  background-image: url("/images/waves/wv5.svg");
  transform: translateZ(-8px) scale(9);
}

/******Gallery**********/
.BSCGalleryBackground,
.BSCModalBoxBackground {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: aliceblue;
  display: none;
}

.BSCGallery,
.BSCModalBox {
  display: none;
  box-shadow: var(--boxshadow);
  position: absolute;
  left: 5vw;
  right: 5vw;
  margin-right: 0px !important;
  height: 90vh;
  top: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.BSCModalBoxShow {
  right: 252px;
  left: 50vw;
  background: #dadada;
  display: block;
}

.BSCGallery,
.BSCGalleryBackground {
  /*transition: opacity .1s linear;*/
  opacity: 0;
}

#BSCImageControls {
  background-position: center top;
  background-size: contain;
}

.X,
.Rght,
.RghtArrow {
  right: 0px;
}

.RghtArrow {
  right: 0px;
}

.X,
.Lft,
.Rght,
.LftArrow,
.RghtArrow {
  position: absolute;
  top: calc(45vh - 50px);
}

.X,
.Lft,
.Rght {
  width: 60px;
  height: 100px;
  color: white;
  text-align: center;
  cursor: pointer;
}

.Lft,
.Rght {
  z-index: 100;
  opacity: 0.2;
  transition: opacity 0.2s ease-in;
}

.Lft:hover,
.Rght:hover {
  background: var(--wave1);
  opacity: 0.4;
  transition: opacity 0.2s ease-in;
}

.LftArrow,
.RghtArrow {
  z-index: 1;
  width: 28px;
  height: 28px;
  margin: 32px 18px;
  border-left: 4px #aaa solid;
  border-bottom: 4px #aaa solid;
}

.LftArrow {
  transform: rotate(45deg);
}

.RghtArrow {
  transform: rotate(-135deg);
}

.X {
  height: 50px;
  top: 0px;
  font-size: 46px;
  margin: 2px;
  vertical-align: middle;
  background: none;
  /*filter: invert(100%);*/
}

/******Gallery end *****/

#newBSCHeader {
  position: sticky;
  top: 0px;
  z-index: 1000;
}

#BSCWave {
  height: 100%;
  background-image: url(images/bscstylenew.png);
  background-position: top left;
  background-repeat: repeat-y;
  position: fixed;
  width: 25%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

input,
select,
button {
  background-color: var(--wave1);
  border: none;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.bscsearch {
  display: none;
}

#bscsearch_text {
  display: block;
  min-height: 32px;
}

#bscsearch_text>div {
  background: #cccccc;
  border: 1px solid #c0c0c0;
}

a {
  color: #0000ff;
}

a:visited {
  color: #333333;
}

#BSCMain {
  display: block;
  margin-left: 220px;
  padding-top: 6px;
  font-size: var(--docfontsize);
  transition: 1.4s ease-in;
}

.MainPageGridContainer {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.MainPageGridContainer .frame {
  white-space: normal;
}

/*********dropdown****************/

.postdropdown,
.postdropdown+,
.postdropdownexpanded {
  cursor: pointer;
}

.postdropdownx {
  background: yellow;
}

.postdropdown::after {
  content: "";
  float: right;
  margin-left: 12px;
  width: 8px;
  height: 8px;
  border-left: 2px #aaa solid;
  border-bottom: 2px #aaa solid;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: transform 0.2s ease-in;
}

.postdropdown+div,
.postdropdown+section {
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  transition: opacity 0.4s ease-in, filter 0.2s linear 0.05s;
}

.postdropdownexpanded::after {
  transform: rotate(135deg);
}

.postdropdownexpanded+div,
.postdropdownexpanded+section {
  height: auto;
  overflow: auto;
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

/************dropdown end**************/

/*alternative text for mobile and computer */
.computertext {
  display: inline;
}

.mobiletext {
  display: none;
}

/*******************************************/

.publications {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.hdr {
  background: none;
  border-left: none;
  height: 58px;
  /*margin-left:82px;*/
}

.hdr div {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 212px;
  border: none;
  background-color: none;
  margin-right: 8px;
  height: 100%;
  padding-left: 6px;
  background: url(images/bsc_logo_new_reduced.jpg) top left no-repeat;
}

.hdr div h1 {
  margin: 0px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 260px;
  text-align: right;
  font-size: 18px;
  color: #000000;
}

.hdr div h2 {
  margin: 0px;
  padding: 3px;
  text-align: right;
  font-size: 16px;
  color: #000000;
}

.pct {
  box-shadow: 3px 3px 4px #999999;
}

.postImageLink {
  float: left;
  width: 35%;
  margin: 6px;
  margin-top: -2px;
  padding: 6px;
}

#LColumn .postImageLink {
  width: 50%;
}

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  /*  transition: 0.2s ease-in 0.2s;*/
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

.frame h1.obituary {
  color: white;
  background-color: #111111;
  position: sticky;
  top: 0px;
  z-index: 2000;
  transition: 0.2s ease-in 0.2s;
}

th {
  background-color: var(--wave3);
}

td {
  border: 1px silver solid;
}

.BSCTable {
  opacity: 0.88;
  background-color: #e3edf7;
  color: #111111;
  border-collapse: collapse;
  transition: 0.3s;
  width: 100%;
  overflow-x: scroll;
}

.BSCTable thead,
.BSCTable thead th {
  position: sticky;
  top: 0px;
}


.bscdocument {
  margin-right: 242px;
}


.bscdocument ol {
  padding: 8px;
}

.BSCDocumentArticle {
  position: sticky;
  top: 0px;
}

h1.BSCDocumentArticle {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.BSCDocumentArticle:hover {
  white-space: normal;
}

h1.BSCDocumentArticle {
  z-index: 1000;
}

h2.BSCDocumentArticle {
  top: 34px;
  z-index: 500;
}

h3.BSCDocumentArticle {
  top: 58px;
}

.frame {
  font-size: var(--docfontsize);
  border: #cccccc 1px solid;
  padding: 6px;
  opacity: 0.9;
  background-color: #e3edf7;
  color: #111111;
  overflow: visible;

}

.frame h1,
.frame h2,
.frame h3,
.SectionHeader {
  background-color: var(--wave3);
  background-position: center center;
  background-size: 100% 100%;
  margin: 0px;
  padding: 6px;
  overflow: hidden;
}

.frame summary {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0px;
  padding: 3px;
  border: 1px silver solid;
}

.frame:hover {
  background-color: white;
  color: black;
  opacity: 1;
  background-image: none;
}

.frame li {
  margin: 3px 12px;
  padding: 4px;
}

.publ {
  background-image: url("images/td.png");
  border: 1px #000080 dotted;
}

.publ:hover {
  background-image: url("images/td2.png");
}

/*********".related" controls ********/
.controlcheckboxes {
  display: none;
}

.controlcheckboxes:checked+label {
  cursor: auto;
}

.controlcheckboxes+label {
  cursor: pointer;
}

.controlcheckboxes+label+div {
  /*background-color: lightgoldenrodyellow;*/
  max-height: 6px;
  overflow-y: hidden;
  transition: max-height 0.4s linear;
}

.controlcheckboxes+label+div.TOC {
  overflow-y: scroll;
}

.controlcheckboxes:checked+label+div {
  /*background-color: aqua;*/
  max-height: 50vh;
}

.controlcheckboxes:checked+label>h1>.downarrow,
.controlcheckboxes:checked+label>h2>.downarrow {
  display: none;
}

/************************************/

.related {
  position: sticky;
  top: 111px;
  height: calc(100vh - 24px);
  float: right;
  width: 220px;
  opacity: 0.86;
  transition: 0.2s opacity ease;
}

.related h1 {
  font-size: 1em;
}

.related h2 {
  font-size: 0.9em;
  background-color: initial;
}

.related h3 {
  font-size: 0.85em;
  background-color: unset;
}

.related h3:hover {
  background-color: var(--wave3);
}

.related a {
  display: block;
  padding: 6px;
  transition: background-color 0.2s ease;
}

.related a:hover {
  background-color: #dddddd;
}

.related:hover {
  opacity: 1;
}

.highlight {
  background-color: #ffff00;
}

.buttonup,
.buttondown {
  background-position: bottom;
  cursor: pointer;
  padding: 2px;
  margin-left: 2px;
  margin-right: 2px;
  min-height: 24px;
  border: 1px #eeeeee solid;
}

.buttonup {
  background: none;
}

.buttondown {
  background: #cccccc;
}

.TOC {
  height: 65%;
  overflow-y: scroll;
  border: #999999 1px dotted;
}

.TOC a,
.TOC p {
  display: block;
  text-decoration: none;
  padding: 3px;
  margin: 6px 0px;
}

.TOC a:hover {
  background: #fafafa;
  text-decoration: underline;
}

footer {
  clear: both;
  text-align: center;
}

.BSDAYGallery>img {
  width: 100%;
  height: auto;
}

.BSCGalleryGrid6x1,
.BSCGrid3x1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.BSCGrid3x1 {
  grid-template-columns: repeat(3, 1fr);
}

.BSCAdvisoryGroups a,
.BSCActivityCenters a {
  text-align: center;
  display: block;
}

/*

/*****************special rules**********/
#LColumn #psecretariatlocation {
  width: 100%;
  /*make it fill the column on the title page*/
}

/**************************************/

.grayout h1,
.grayout h2,
.grayout h3,
.grayout h1.obituary {
  color: #d5d5d5;
  background-color: #dadada;
  filter: blur(3px);
  /*transition: color .5s linear 0.5s, background-color .5s linear 0.5s ;*/
}

.grayout p,
.grayout a,
.grayout img {
  opacity: 0.1;
}

/*
p, a, img, div, #BSCChair {
	transition: opacity 0.2s ease-in 0.8s ;
}
*/
#BSCChair {
  float: right;
  width: 50%;
  margin-top: 12px;
}

.BSCCheckbox {
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  margin-right: 6px;
  background-color: var(--wave3);
}

.BSCCheckbox:hover {
  background-color: #dddddd;
}

.related h2 {
  position: relative;
  /*leave this if you want yo checky  
	to follow the boxy when scrollando */
}

.BSCCheckbox[data-checked=true] {
  background-color: var(--bsccheckbox);
}

.BSCCheckbox[data-checked=true]::after {
  content: "";
  border-left: 2px solid #eeeded;
  border-bottom: 4px solid #eeeded;
  position: absolute;
  margin-top: -3px;
  width: 20px;
  height: 8px;
  transform: rotate(-45deg);
}

.smallfont {
  font-size: 0.7em;
}

#qSearch {
  position: fixed;
  top: 20px;
  width: 220px;
  height: 220px;
  opacity: 0;
  display: none;
  border-radius: 6px;
  box-shadow: var(--boxshadow);
  transition: opacity .2s ease-in-out .2s;
}

#qSearchContainer {
  background: lightyellow;
  border-radius: 6px;
  padding: 6px;
  width: 100%;
  height: 100%;
}

#qSearchvvv {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: lightyellow;
  box-shadow: var(--boxshadow);
  transform: rotate(45deg);
  z-index: -1;
}

.qSearchVisible {
  display: block !important;
  opacity: 1 !important;
}

/****************************/
.BSCTableNew * {
  box-sizing: border-box;
}

.BSCTableScroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 75vh;
}

.BSCTableScroll table {
  width: 100%;
  min-width: calc(100vw - 230px);
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrap {
  position: relative;
}

.BSCTableScroll th,
.BSCTableScroll td {
  border: 1px solid #000;
}

.BSCTableScroll thead th {
  position: sticky;
  top: 0;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.BSCTableScroll tfoot,
.BSCTableScroll tfoot th,
.BSCTableScroll tfoot td {

  position: sticky;
  bottom: 0;
  z-index: 4;
}


/* testing links*/

.BSCTableScroll th:first-child {

  position: sticky;
  left: 0;
  z-index: 2;
}

.BSCTableScroll thead th:first-child,
.BSCTableScroll tfoot th:first-child {
  z-index: 5;
}

/*****************************/

@media screen and (max-width: 852px) {

  /*alternative text for mobile and computer */
  .computertext {
    display: none;
  }

  .mobiletext {
    display: inline;
  }

  /*****************tooltips**************************/
  /* you only have to change the positioning
  of the parent of the tooltip to make its position
  to be calculated from the sides of the frame rather 
  than from the place of the anchor */
  .tooltipanchor {
    position: static;
  }

  .vvv {
    /*left: inherit;
    top: inherit;*/
    margin-left: -12px;
    margin-top: 26px;
    transform: rotate(135deg);
  }

  .thetooltip {
    top: inherit;
    margin-top: 36px;
    left: 12px;
    right: 12px;
    width: auto;
  }

  /**************************/
  .MainPageGridContainer {
    grid-template-columns: 100%;
  }




  .frame {
    background: url("/images/td.png");
    margin: 0px;
    position: relative;
  }

  .bscdocument {
    margin-right: calc(25vw + 20px);
  }



  .BSCGrid3x1 {
    display: block;
  }

  .BSCAdvisoryGroups>h3,
  .BSCActivityCenters>h3 {
    display: none;
  }

  .BSCAdvisoryGroups>div a,
  .BSCActivityCenters>div a {
    float: right;
    margin-right: 1vw;
  }

  .BSCAdvisoryGroups>div:nth-child(3n + 0),
  .BSCActivityCenters>div:nth-child(3n + 0) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid silver;
  }

  .BSCAdvisoryGroups>div:nth-child(3n + 0)::before {
    font-weight: bold;
    content: "TOR";
    padding-right: 164px;
  }

  .BSCActivityCenters>div:nth-child(3n + 0)::before {
    font-weight: bold;
    content: "Institutional and Scientific Capacity";
    padding-right: 64px;
  }

  .BSCAdvisoryGroups>div:nth-child(3n-1)::before,
  .BSCActivityCenters>div:nth-child(3n-1)::before {
    font-weight: bold;
    content: "Definition in BSSAP 1996";
    padding-right: 24px;
  }

  #BSCContentHolder {
    margin: 0px;
  }

  #map {
    width: 100%;
  }

  #BSCMain {
    margin-left: 12px;
    transition: 1.4s ease-in;
  }

  /*********************/

  .related {
    margin-right: 0px;
    width: 25vw;
    position: sticky;
    top: 111px;
  }

  .postImageLink {
    width: 45%;
  }

  .publications {
    grid-template-columns: 50% 50%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .BSCGalleryGrid6x1 {
    display: block;
  }

  .BSDAYGallery>img {
    display: block;
    margin-bottom: 6px;
  }
}