/* General CSS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #555;
  line-height: 2em;
}

img {
  max-width: 90%;
}

/* Custom CSS for home page */
.hero-spacer {
  margin-top: 50px;
}

.hero-feature {
  margin-bottom: 30px;
}

.blog-content-wrap {
  margin-top: 20px;
  padding-top: 40px;
}

/* Custom CSS for the docs */

.edit-links {
  color: #cccccc;
}

/* Add spacing around headers, code blocks, and notes */
h2,
h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

h4,
h5 {
  margin-top: 2em;
  margin-bottom: 1em;
}

.highlighter-rouge {
  margin: 1.5em 0em;
}

.alert {
  margin: 1.5em 0em;
}

.edit-container {
  margin-bottom: 1em;
}

/* Prevent in-page links from scrolling under top nav */
h2::before,
h3::before,
h4::before,
h5::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
}

/* Custom CSS for header and footer */
.site-header {
  width: 100%;
  padding: 24px 0px;
}

img.embed {
  height: 38px;
  margin-top: 10px;

}

img.logo {
  height: 28px;
  margin-left: -18px;
}

.icon > svg {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.icon > svg path {
  fill: #333333;
}

.thumb-home {
  height: 340px;
}

.img-home {
  height: 150px !important;
  margin: 10px;
}

.tableauIcon {
  margin-left: 18px;
}

.jumbotron {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
}

#community-jumbo {
  background-color: #f0f8ff;
}

footer {
  margin: 30px 0;
  text-align: center;
}

.footer-hr {
  width: 100%;
  position: relative;
}

table {
  border: 1px solid #c2c2c2;
  border-collapse: collapse;
  margin: 1em 0px;
}

th {
  font-weight: bold;
  border: 1px solid #c2c2c2;
  text-align: left;
  padding: 0.3em;
  vertical-align: top;
  background-color: #fafafa;
}

td {
  border: 1px solid #c2c2c2;
  text-align: left;
  padding: 0.3em;
  vertical-align: top;
}

/* Adding for definition lists */

dl {
  border: 3px double #ccc;
  padding: 0.5em;
}

dt {
  font-weight: bolder;
  text-decoration: none;
}

dd {
  margin: 1em;
  padding: 0 0 0.5em 0;
}

/* So the scroll bar width doesn't cause the page to jump */
html {
  overflow-y: scroll;
}

.label {
  margin-right: 3px;
}

/* to get right navbar icons to respect collapse */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/* Custom css for news section */
.blog-content {
  margin-bottom: 70px;
}

.blogul {
  padding: 0px;
}

.blogul h1 {
  margin-top: 40px;
}

.blog-content > h4 {
  margin-top: 20px;
}

.blog-content > ol {
  margin-bottom: 20px;
}

/* Community connectors */
.thumbnail {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 12px;
}

.thumbnail h2 {
  border-left: 2px solid #337ab7;
  text-decoration: none;
  font-size: 20px;
  padding: 6px;
  margin-left: 10px;
}

.thumbnail h2 a {
  text-decoration: none;
  color: #333333;
}

.well {
  background-color: #ffffff;
  margin-bottom: 40px;
}

.tsd-navigation {
  padding: 10px !important;
}

/* Media queries for responsive design */
#grid[data-columns]::before {
  content: "3 .column.size-1of3";
}

.column {
  float: left;
}
.size-1of3 {
  width: 33.333%;
}

@media screen and (max-width: 767px) {
  #grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }

  /* Docs Menu*/
  .docs-menu,
  .tsd-navigation {
    top: 20px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  #grid[data-columns]::before {
    content: "3 .column.size-1of3";
  }

  /* Docs Menu*/
  .docs-menu,
  .tsd-navigation {
    position: fixed;
    overflow: auto;
    top: 90px;
    max-height: 90%;
    max-width: 250px;
  }

  .content {
    position: relative;
    margin: 40px 0px 0px 275px;
    max-width: 1000px;
  }

  /* API Reference */

  .ref-content {
    margin: 40px 0px 0px 275px;
    max-width: 1000px;
  }
}

.column {
  float: left;
}
.size-1of1 {
  width: 100%;
}
.size-1of2 {
  width: 50%;
}
.size-1of3 {
  width: 33.333%;
}

.alert-info {
  color: #555;
  background-color: #e8f6fd;
}

.nav-nested {
  padding-left: 1.5em;
  list-style-type: none;
}


.copyRight {
  font-size: 12px;
}

.footer-links {
  display: flex;
  justify-content: center; 
  list-style: none;
  padding: 0; 
  flex-wrap: wrap;
}

.footer-links li {
  margin: 0 15px; 
}

.footer-links a {
  text-decoration: none;
  transition: color 0.3s;
  font-size: 12px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* One Trust Cookie Manager
-------------------- */
#ot-pc-content, .ot-title-cntr, .ot-pc-footer {
  font-size: 1.6rem;
}

#ot-pc-footer {
  font-size: 1.4rem;
}

/* copy-code.html */
pre.highlight > button {
  position: relative;
  opacity: 0;
}

pre.highlight:hover > button {
  opacity: 1;
}

pre.highlight > button:active,
pre.highlight > button:focus {
  opacity: 1;
}