/* General Styles */

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "franklin_gothic_fsbook";
  src: url('/fonts/FranklinGothic-Book-webfont.eot');
  src: url('/fonts/FranklinGothic-Book-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/FranklinGothic-Book-webfont.woff2') format('woff2'), url('/fonts/FranklinGothic-Book-webfont.woff') format('woff'), url('/fonts/FranklinGothic-Book-webfont.ttf') format('truetype'), url('/fonts/FranklinGothic-Book-webfont.svg#franklin_gothic_fsbook') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 62.5%; /* 1rem = 10px */
}

html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(249, 249, 249);
  color: #3a3a3a;
  line-height: 2rem;
}

body {
  padding-top: 64px;
  position: relative;
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "franklin_gothic_fsbook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6b6262;
  -webkit-transform: color 0.2s ease-in-out;
  -moz-transform: color 0.2s ease-in-out;
  -ms-transform: color 0.2s ease-in-out;
  -o-transform: color 0.2s ease-in-out;
  transform: color 0.2s ease-in-out;
}

h1 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 1.0rem;
}

h1:after {
  display:block;
  margin-top: 2rem;
  height: 2px;
  border-bottom: 1px solid #e6e6e6;
  margin-left: -2rem;
  margin-right: -2rem;
  content: ' ';
}

h2, h3, h4 {
  line-height: 1.25em;
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}

h2 {
  font-size: 2.4rem;
}


h3 a.header-text-link,
h3 {
  font-size: 2rem;
  color: #c31547;
}

h4 a.header-text-link,
h4 {
  font-variant: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-size:100%;
}

h5 {
 font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: inherit;
}

a,
a:link,
a:visited {
  color: #1a527a;
  text-decoration: none;
}


a:hover,
a:focus {
  color: #1a527a;
  text-decoration: underline;
}

a[class^="header"] {
  background-color: transparent;
}

a[class^="header"]:focus,
a[class^="header"]:hover {
  color: inherit;
}

p,
pre {
  margin: 1.5em 0;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

table a:not(.btn), .table a:not(.btn) {
  text-decoration: none;
}

pre,
pre code {
  color: #000;
  background-color: #f5f2f0;
}

pre code {
  border: none;
  white-space: pre-wrap;
  word-break: break-all;
}

code {
  color: #000;
  margin: 0 2px;
  padding: 0 5px;
  white-space: pre-wrap;
  word-break: normal;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.assignment, .css .rule .hljs-keyword, .hljs-keyword, .hljs-literal, .hljs-subst, .hljs-winutils, .javascript .hljs-title, .lisp .hljs-title {
  color: #954121;
  font-weight: normal;
}

.hljs-string, .hljs-tag .hljs-value, .hljs-phpdoc, .tex .hljs-formula {
  color: #219161;
}

.loading-content {
  opacity: 0;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.loading-app {
  color: #000;
}

.header-badge {
  width: 4rem;
  height: 4rem;
  font-size: inherit;
  color: #bdb9b9;
  background: transparent;
  text-align: center;
  margin-right: 1rem;
  vertical-align: text-top;
}

.header-badge.custom-badge {
  padding: 0.90rem 1.0rem 1.2rem 1.6rem;
}

/* */
.parent-container {
  position: relative;
  margin: 0 auto;
  /* top: 0px;
  left: 0rem; */
  background-color: rgb(250, 250, 250);
  /* -webkit-box-shadow: 10px 0px 37px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 0px 37px 4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 17px 4px rgba(0,0,0,0.75);
  z-index: 100;
  transition: left 1s ease-in-out; */
}
/*
.parent-container:hover {
  left: 25rem;
}
*/

/*              */

.sliding-drawer-container {
  position: fixed;
  width: 25rem;
  color: #fff;
  padding: 7rem 2rem 0rem 2rem;
  z-index: 1;
  background-color: transparent;
  top: 0px;
  left: 0px;
  height: 100%;
}
/* ************ */

/* Nav Styling */
.navbar-inner {
    min-height: 0px;
}

.navbar-default {
  background: transparent;
  margin-bottom: 1rem;
  padding: 6px 0 0 0;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 64px;
  z-index: 999;
}

.navbar-default:before {
  border-top: 6px solid #2a72a4;
  content: ' ';
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1000;
}

.navbar-default .background-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
}

.navbar-default .container {
  background-color: transparent;
  z-index: 100;
  position: relative;
}

.navbar-default .navbar-brand {
  font-size: 2.6rem;
  color: #333;
  font-weight: normal;
}

.navbar-default .navbar-brand:hover {
  color: #333;
}

.navbar-brand .project-org {
  color: #283e5d;
  font-weight: bold;
}

.navbar-default .navbar-nav {
  position: relative;
}

.navbar-default .navbar-nav .menu-bar {
  position: absolute;
  top: 0px;
  height: 64px;
  width: 0px;
  background-color: rgb(222,221,221);
  transition: all .2s linear;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  padding-top: 2.4rem;
  padding-bottom: 1.9rem;
  font-size: 1.5rem;
  z-index: 100;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
  /* border-left: solid 2px transparent; */
}

.navbar-default .navbar-nav .open .dropdown-menu > li.active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  /* border-left: solid 2px #e9931c; */
  color: #000;
  background-color: #dedddd;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  /* background-color: #ecf0f1; */
  color: #000;
  background-color: #dedddd;
}


.navbar-default .navbar-nav .open .dropdown-menu > li.active a {
  color: #fff;
  background-color: #5b5151
}



.navbar-nav > li > .dropdown-menu {
  margin-top: -1px;
}

.dropdown-submenu > a:after {
  border-left-color: #5b5151;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #5b5151;
}

.dropdown-menu > li > a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #5b5151;
}

.navbar-default .navbar-collapse {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 11px -10px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 8px 11px -10px rgba(0,0,0,0.36);
  box-shadow: 0px 8px 11px -10px rgba(0,0,0,0.36);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #5b5151;
  color: #fff;
}


.navbar-default .navbar-nav > .active > a {
  background-color: rgb(61, 61, 61);
  color: #fff;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #5b5151;
}

.nav-icon {
  margin-right: 6px;
}

/* Main Body Container */
.container {
  /* font-size: 1.0rem; - icgc data portal default */
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

/* Body Content and TOC  */
.main-container {
  padding: 2rem;
}

.toc-container {
  position:relative;
}

.bs-sidebar.well {
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 4px -4px rgba(0,0,0,0.3);
  -moz-box-shadow: 6px 6px 4px -4px rgba(0,0,0,0.3);
  box-shadow: 6px 6px 4px -4px rgba(0,0,0,0.3);
  border: solid 1px rgba(91, 81, 81, 0.2);
}

.bs-sidebar .main .nav .nav .active a {
  font-weight: normal;
}

.bs-sidebar .nav .nav {
  display: block;
}

.bs-sidebar .main .nav:first-child .active a,
.bs-sidebar2 > .nav > .main.active  > .nav > li > a
{
  font-weight: bold;
}

.bs-sidebar .main .nav,
.bs-sidebar .main .nav:first-child .active
{
  padding-left: 0rem;
  font-weight: bold;
}

.bs-sidebar .nav .nav .nav {
  display: block;
  padding-left: 1.5rem;
}

.bs-sidebar .nav .nav > li > a {
  font-weight: normal;
}

.header-text-link [class^="fa"] {
  display: none;
}
.header-text-link:hover [class^="fa"] {
  display: inline-block;
  color: #6b6262;
  opacity: 0.3;
}

a.header-text-link {
  color: #6b6262;
}

.external-link,
.external-link:hover {
  text-decoration: none;
}
.external-link:hover {
  color: #6b6262;
}

/* Modals */
.modal-header {
  display: none; /* For accessibility */
}

.modal-body {
  padding: 0 0;
}

#body {
  min-height: 768px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 925px) and (max-width: 1347px) {
  #body,
  .bs-sidebar {
    margin-top: 7rem;
  }

  .navbar-default .navbar-nav {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 23%;
    max-width: 300px;
    margin-left: 11px;
  }
}

@media (max-width: 992px) {

  .navbar-default {
    height: auto;
  }

  #body {
    margin-top: 100px;
  }

  .main-container {
    border: none;
  }

  .toc-container {
    margin-top: 64px;
  }

  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    margin-left: 15px;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin: 0 0;
  }
}

.bs-sidebar .nav a {
  color: #555;
}

/* Sidebar Summary Styles */
.bs-sidebar .nav .main > a,
.bs-sidebar .nav .nav > li > a {
  color: #166aa2;
  border: none;
  /*border-left: solid 2px transparent;*/
}

.bs-sidebar .nav .main > a:hover,
.bs-sidebar .nav .main:hover > a,
.bs-sidebar .nav .main > a {
  background-color: rgb(242, 242, 242);
}

.bs-sidebar .nav .main ul {
  padding-top: 0;
  margin-bottom: 0;
}

.bs-sidebar .nav .main ul li {
  background-color: rgb(248, 248, 248);
}



.bs-sidebar .nav .main > a:hover,
.bs-sidebar .nav .nav > li > a:hover,
.bs-sidebar .nav .nav > li.active > a {
  border: none;
  /*border-left: solid 2px;
  background-color: #ecf0f1; */
  background-color: transparent;
  color: #c31547;
}

.bs-sidebar .nav .nav > li.active > a {
  font-weight: bold;
}

.bs-sidebar .nav .main > a:hover,
.bs-sidebar .nav .nav > li > a:hover {
  /* border-left-color: #e9931c; */
  color: #c31547;
}

/****/

#gdc-search-query {
  -webkit-box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.36);
}

.searchbox-icon, .searchbox-submit {
  color: #777;
  font-size: 2rem;
}
.searchbox-icon:hover, .searchbox-submit:hover {
  color: #6b6262;
}

.search-cancel-bttn {
  display: none;
}

.search-results-container {
  display: none;
  padding: 0rem 0rem;
  margin: 0rem 0rem 0.3rem 0rem;
}

.search-results-container .results {
  border-top: solid 1px #ccc;
  padding: 0 0;
}


.search-results-container .highlight {
  background-color: transparent;
  border: none;
  color: inherit;
  font-weight: 600;
  margin: 0 0;
  padding: 0 0;
}

.search-body {
  padding: 0.5rem 0rem 1.5rem 1rem;
}

.search-result-caption {
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #ccc;
}

.search-results {
  background-color: #e1e1e1;
  padding: 0rem 1rem;
  overflow: auto;
  max-height: 600px;
}

.search-item h3 {
  line-height: 4.5rem;
}

.search-item {
  padding: 1rem 3rem;
  display: table;
  background-color: transparent;
  word-wrap: break-word;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border: solid 1px #eee;
  margin-bottom: 1rem;
  margin-top: 1rem;
  -webkit-box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 8px 11px -10px rgba(0, 0, 0, 0.9);

  -webkit-transition: -webkit-transform .15s linear;
  -moz-transition: -moz-transform .15s linear;
  -o-transition: -o-transform .15s linear;
  transition: transform .15s linear;
  position: relative;
  z-index: 1;
}

.search-item:focus {
  -webkit-transform: scale(1.02) !important;
  -moz-transform: scale(1.02) !important;
  -o-transform: scale(1.02) !important;
  transform: scale(1.02) !important;
  background-color: #1f486c;
  cursor: pointer;
  color: #fff;
}

.search-item:hover .location-field,
.search-item:hover a,
.search-item:hover
{
  background-color: #1f486c;
  cursor: pointer;
  color: #fff;
}

.search-item .doc-type-icon-container .header-badge {
  font-size: 1.5rem;
  padding: 0.75rem 1.2rem 0.75rem 1.2rem;
}

.search-item > div {
  display: table-cell;
  padding: 1rem 0rem;
}

.search-item .doc-type-icon-container {
  vertical-align: middle;
  font-size: 1.8rem;
  width: 52px;
}

.search-item .search-body {
  padding-left: 1.5rem;
}

.search-item .search-body p {
  margin: 1rem 0rem 0rem 0rem;
  word-wrap: break-word;
  white-space: normal;
}

.search-item .search-body .location-field {
  margin-top: 0rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.search-item .search-body .location-field a [class^="icon-"] {
  display: none;
  color: #000;
}

.search-item .search-body .location-field a {
  line-height: 1rem;
  color: #000;
}

.search-item:hover .search-body .location-field a {
  color: #fff;
}

.search-item .search-body .location-field a:hover [class^="icon-"] {
  display: inline;
}

.navbar-default .navbar-form {
  height: 4rem;
  font-size: 1.0rem;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar  {
  /* background-color: #fff; */
}

/* Tables */

table {
  border: 1px solid #e6e6e6;
}

.table-striped > tbody > tr > td {
  line-height: inherit;
  text-align: left;
  padding: .2rem .4rem;
  border-left: 1px solid #e6e6e6;
}

.table-striped > tbody > tr:hover {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.table-striped > tbody > tr:hover:nth-of-type(odd) {
  background-color: #f2f2f2;
}


/* Search */

.navbar-default .navbar-form.searchbox-open {
  border-bottom: solid 2px #166aa2;
}

.searchbox-open .searchbox-input {
  color: #000;
}


/* Footer */

footer {
  background-color: #123e57;
  border-top: 6px solid #8c8686;
  border-bottom: none;
  color: #97abb6;
  padding: 0.5rem 3rem;
  z-index: 100;
  width: 100%;
  margin: 0rem 0rem 0.5rem 0rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

footer a,
footer a:link,
footer a:visited {
  color: #c2cfd5;
  text-align: center;
}


.footer-caption > div {
  margin: 0.5rem auto 0rem auto;
  text-align: center;
}

.footer-caption {
  margin-top: 1.5rem;
  text-align: left;
  line-height: 1.62rem;
}

.footer-caption small {
  display: block;
}

.footer-caption .version-caption {
  line-height: 3rem;
  font-size: 1rem;
}






@media screen and (max-width: 925px) {

  #body {
    margin-top: inherit;
  }

  .search-item .doc-type-icon-container {
    text-align: left;
    margin-left: 1rem;
    font-size: 1rem;
  }

  .search-item > div {
    display: block;
    padding: 1rem 0rem;
    width: 100%;
  }

  .search-item .search-body p {
    overflow-wrap: break-word;
    word-wrap: break-word;

    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }


  h1 a[class^="header-text"] {
    line-height: 4.5rem;
  }

  table,
  table.table {
    font-size: 0.9rem;
    word-wrap: break-word;
  }

  .navbar-default {
    height: 64px;
    max-width: 1280px;
  }

  .navbar-default .container {
    background: #fff;
  }

  .navbar-collapse.in {
    border-bottom: solid 1px #e6e6e6;
  }


  .navbar-default .navbar-nav > .active > a {
    border: none;
    background-color: transparent;
    border-left: solid 5px;
    border-left-color: #6b6262;
    color: #6b6262;
  }

  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus
   {
    border: none;
    background-color: #6b6262;
    color: #fff;
    /*background-color: #166aa2;
    color: #fff; */
  }

  .navbar-default .navbar-nav > li > a {
    background-color: transparent;
    /* border-left: solid 2px transparent; */
  }

  .navbar-default .navbar-nav > li > a:hover {
    border-left: solid 2px #6b6262;
    color: #6b6262;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #6b6262;
    color: #fff;
  }

  .navbar-default .navbar-collapse {
    padding-bottom: 1rem;
    width: 100%;
  }


  .navbar-default .navbar-nav .menu-bar {
    display: none;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #6b6262;
    border-color: #4a4141;
    color: #fff;
  }

  .navbar-default .navbar-toggle:hover .icon-bar,
  .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
  }

}

/* Bootstrap Alerts */
.alert {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #166aa2;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
  display: table;
  padding: 1rem 1rem;
}

.alert .alert-indicator-icon,
.alert .alert-indicator-text {
  display: table-cell;
}

.alert .alert-indicator-text {
  padding-left: 1rem;
}

.alert .alert-indicator-icon {
  vertical-align: middle;
  text-align: center;
  margin: 0rem auto;
  max-width: 32px;
}

.alert .alert-indicator-icon i {
  font-size: 2.8rem;
  color: #166aa2;
}

.alert.alert-info {
  background-color: rgba(218, 242, 251, 0.4);
  border: 1px solid rgba(22, 106, 162, 0.49);

  border-left: solid 5px #166aa2;
}

#scroll-up-indicator {
  bottom:20px;
  right:20px;
  width:38px;
  height:38px;
  opacity: 0.5;
  background:url(/img/scroll-top-indicator.png) no-repeat;
}

/* 404 Page */
#page-not-found-container,
#redirect-page-found-container {
  display: none;
}

/* Previous/Next Nav */

.history-nav-control-container .btn {
  position: relative;
  border: none;
}

.history-nav-control-container .btn:focus,
.history-nav-control-container .btn:hover {
  color: inherit;
}

.history-nav-control-container .indicate-left {
  right: -8px;
  padding-left: 0px;
  transform: translateZ(0);
}

.history-nav-control-container .indicate-right {
  left: -8px;
  padding-right: 0px;
  transform: translateZ(0);
}

.indicate-right:hover {
  -webkit-animation: indicateRight 0.5s 1 linear;
  animation: indicateRight 0.5s 1 linear;
}

.indicate-left:hover {
  -webkit-animation: indicateLeft 0.5s 1 linear;
  animation: indicateLeft 0.5s 1 linear;
}

.btn-nav-text {
  color: #4a4141;
}
/* ***************** */

/* BS Code Tabs */
.tab-set-container {
  line-height: 1rem;
  padding: 1rem 0.5rem;
}

.tab-set-container .nav-tabs {
  border-color: #ddd;
}



.tab-set-container  .nav-tabs > li > a,
.tab-set-container  .nav-tabs > li > a:hover,
.tab-set-container  .nav-tabs > li > a:focus {
  border-color: #ddd;
  background-color: #eee;
  border-bottom-color: transparent;
}

.tab-set-container  .nav-tabs > li > a {
  background-color: transparent;
  border-color: transparent;
}


.tab-set-container .nav-tabs > li.active > a,
.tab-set-container  .nav-tabs > li.active > a:hover,
.tab-set-container  .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}

.tab-set-container .tab-pane {
  padding: 1rem 1rem;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top-color: transparent;
}

/* Preserve TSV tab content */
.tab-set-container .tab-pane pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

.tab-set-container .tab-pane pre code.tsv {
  word-break: normal;
  white-space: pre;
}
  /* ************ */

/* Animations */
.animated {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.animated-long {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  backface-visibility: hidden;
  transform: translateZ(0);
}

@keyframes colourize {
  from {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  to {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@-webkit-keyframes colourize {
  from {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  to {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

@keyframes decolourize {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@-webkit-keyframes decolourize {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInBlurIntro {
  from {
    opacity: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px)
  }

  to {
    opacity: 0.1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
  }
}

@keyframes fadeInBlurIntro {
  from {
    opacity: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px)
  }

  to {
    opacity: 0.1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
  }
}

.fadeInBlurIntro {
  -webkit-animation-name: fadeInBlurIntro;
  animation-name: fadeInBlurIntro;
  /* Force animation  */
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}


@-webkit-keyframes fadeInBlur {
  from {
    opacity: 0.1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px)
  }
}

@keyframes fadeInBlur {
  from {
    opacity: 0.1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px)
  }
}

.fadeInBlur {
  -webkit-animation-name: fadeInBlur;
  animation-name: fadeInBlur;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}


@-webkit-keyframes focusText {
  0% {
    color: #000;
    font-size: inherit;
  }

  50% {
    color: #c31547;
    font-size: 110%;
  }

  100% {
    color: #000;
    font-size: inherit;
  }
}

@keyframes focusText {
  0% {
    color: #000;
    font-size: inherit;
  }

  50% {
    color: #c31547;
    font-size: 110%;
  }

  100% {
    color: #000;
    font-size: inherit;
  }
}

.focusText {
  -webkit-animation-name: focusText;
  animation-name: focusText;
}


@-webkit-keyframes indicateRight {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(8px, 0, 0);
  }
}

@keyframes indicateRight {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(8px, 0, 0);
  }
}


@-webkit-keyframes indicateLeft {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-8px, 0, 0);
  }
}

@keyframes indicateLeft {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(-8px, 0, 0);
  }
}


.indicateRight {
  -webkit-animation: indicateRight 2.0s infinite linear;
  animation: indicateRight 2.0s infinite linear;
}


.indicateLeft {
  -webkit-animation: indicateLeft 2.0s infinite linear;
  animation: indicateLeft 2.0s infinite linear;
}

.particle.grey {
  background-color: #6b6262
}

.particle.red {
  background-color: #c31547;
}

.particle.blue {
  background-color: #123e57;
}

.loadingContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.35s ease;
}

.spinParticleContainer {
  margin-right: 10px;
  width: 4rem;
  height: 4rem;
  display: block;
  -webkit-animation: Rotate 2.0s infinite linear;
  animation: Rotate 2.0s infinite linear;
}

.spinParticle.endLoad {
  -webkit-animation: BlowUp 1s 1 ease-out;
  animation: BlowUp 1s 1 ease-out;
}

.spinParticle {
  width: 4rem;
  height: 4rem;
  position: fixed;
  left: 50%;
  top: 40%;
  z-index: 900000;
  /* display: block; */
  display: none;
  -moz-animation: Rotate 2.0s infinite linear;
  -webkit-animation: Rotate 2.0s infinite linear;
  animation: Rotate 2.0s infinite linear;
}

.particle {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #000;
  border-radius: 100%;

  -webkit-animation: Scale 2.0s infinite ease-in-out;
  animation: Scale 2.0s infinite ease-in-out;
}

.other-particle {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.other-other-particle {
  top: 0;
  bottom: auto;
  margin-left: 2.2rem;
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes Scale {
  0%, 100% {
    -webkit-transform: scale(0.0);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
}

@keyframes Scale {
  0%, 100% {
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  }
  50% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
    }
}


@-webkit-keyframes BlowUp {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.0;
  }
}

@keyframes BlowUp {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.0;
  }
}

/* GDC App List */
.gdc-app-list {
  list-style: none;
  display: inline-block;
  color: rgb(118, 118, 118);
  background-color: transparent;
  padding: 0rem 0rem;
  margin-bottom: 0rem;
  position: relative;
  height: 64px;
}

.gdc-app-list:hover {
  background-color: #dedddd;
}

.gdc-app-list a {
  color: inherit;
  display: inline-block;
  cursor: pointer;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.gdc-app-list a:hover {
  text-decoration: none;
}

.gdc-app-list .dropdown {
  position: relative;
}

.gdc-app-list .dropdown-menu.gdc-apps-menu-container {
  padding: 0.5rem 0.5rem;
  margin-top: 1rem;
  z-index: 100000;
  position: absolute;
  left: -16.5rem;
}

.gdc-app-list .dropdown-menu.gdc-apps-menu-container:before {
  width: 0;
  height: 0;
  top: -10px;
  right: 12px;
  position: absolute;
  content: ' ';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}

.gdc-app-list .gdc-apps-menu-grid {
  text-align: center;
  font-size: 1.2rem;
}

.gdc-app-list table {
  border: none;
  background-color: transparent;
  margin: 0rem 0rem;
}

.gdc-app-list table.table-striped td,
.gdc-app-list table.table-striped tr,
.gdc-app-list table.table-striped tr:hover,
.gdc-app-list table tr,
.gdc-app-list table td {
  border: none;
  background-color: transparent;
  text-align: center;
}

.gdc-app-list table p {
  margin: 0rem 0rem;
  white-space: nowrap;
}


.gdc-app-list .gdc-apps-menu-grid:before {
   width: 0;
   height: 0;
   top: -9px;
   right: 12px;
   position: absolute;
   content: ' ';
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 10px solid #fff;
}

.gdc-app-list .gdc-apps-menu-container .gdc-apps-menu-grid .icon {
  font-size: 2rem;
}

.gdc-app-list .gdc-apps-menu-container .gdc-apps-menu-grid .active {
  background-color: #ccc;
}

.gdc-app-list .gdc-apps-menu-container .gdc-apps-menu-grid td {
  padding: 0.25rem;
}

.gdc-app-list .gdc-apps-menu-container .gdc-apps-menu-grid  a {
  display: block;
  padding: 0.8rem 0.5rem 0.2rem 0.5rem;
  color: inherit;
  transition: background 0.25s ease-in-out;
}

.gdc-app-list .gdc-apps-menu-container .gdc-apps-menu-grid a:hover {
  text-decoration: none;
  background-color: #ededed;
}

@media (max-width: 1200px) {
  .gdc-app-list .dropdown-menu.gdc-apps-menu-container {
    left: -21rem;
  }
}

@media (max-width: 925px) {
  .gdc-app-nav {
    display: none;
  }
}

@media (min-width: 925px) {
  .gdc-app-nav-small {
    display: none;
  }
}

/* GDC APPS MENU */

.dropdown-menu.gdc-apps-menu-container {
  padding: 0.5rem 0.5rem;
  margin-top: 1rem;
  z-index: 100000;
}
.dropdown-menu.gdc-apps-menu-container:before {
  width: 0;
  height: 0;
  top: -10px;
  right: 12px;
  position: absolute;
  content: ' ';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid {
  text-align: center;
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid .menu-column {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid:before {
  width: 0;
  height: 0;
  top: -9px;
  right: 12px;
  position: absolute;
  content: ' ';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid .icon {
  font-size: 2rem;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid .active {
  background-color: #ccc;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid .menu-item {
  padding: 0.5rem;
  white-space: nowrap;
  margin: 0.25rem;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid a {
  display: block;
  padding: 0.8rem 0.5rem 0.2rem 0.5rem;
  color: inherit;
  transition: background 0.25s ease-in-out;
}
.dropdown-menu.gdc-apps-menu-container .gdc-apps-menu-grid a:hover {
  text-decoration: none;
  background-color: #ededed;
}

.header-banner {
  background-color: #265986;
  color: white;
  padding: 1rem 0.5rem 1rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}

.header-banner.enter, .header-banner.dismissed {
    height: 0px;
    overflow: hidden;
    padding: 0;
    border-bottom: 0;
}

.header-banner.warning {
    background-color: #D39C3F;
    color: #000000;
    font-weight: bold;
}

.header-banner.error {
    background-color: #83001E;
}

.header-banner-link {
  margin-left: 0.6rem;
  text-decoration: underline;
  cursor: pointer;
}

.header-banner-dismiss {
  padding-right: 5px;
  cursor: pointer;
}

.header-banner-dismiss:hover {
  text-decoration: underline;
}

.header-message {
  flex: 32;
}

.header-banner a, .header-banner a:visited {
  color: white;
  text-decoration: underline;
}

.header-banner.warning a, .header-banner.warning a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.header-banner p {
  margin: 0;
}

.hidden {
  visibility: hidden;
}

.icon {
  padding-left: 5px;
  flex: 1;
  font-size: 1.2em;
}

.hljs-comment {
  color: #585812 !important;
}
