
body {
  color: #484848;
  font-weight: normal;
  background-color: #f5f3f0;
  font-family: 'Roboto', sans-serif !important;

}
* {
  border-radius: 0 !important;
}

.shadow-sm {
  background-color: white;
}
.image-home {
  background-image: url(/static/img/CYmGi40WAAAdCUq.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

#video {
  background-image: url(https://live.staticflickr.com/8708/17000758805_5143550379_h.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: normal;
}



a[rel="popover"] {
  cursor: pointer;
}

.label {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #7a7a7a;
}

.label-info {
  background-color: #4190c2;
}

.label-success {
  background-color: #8bbf36;
}

input:focus,
textarea:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 191, 54, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 191, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 191, 54, 0.6);
}

/* Layout */
/* ====== */
html {
  overflow-x: hidden;
}

body {
  padding-top: 58px;
}

section.grey {
  position: relative;
  display: block;
  width: 100%;
}

section.grey,
section.grey:before,
section.grey:after {
  background-color: #eeeeee;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
}

section.grey:before,
section.grey:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 9999px;
}

section.grey:before {
  right: 100%;
}

section.grey:after {
  left: 100%;
}

.box {
  background-color: #FFF;
  border: 1px solid #d9d9d9;
}

.app.box {
  padding: 5px;
  min-height: 138px;
  margin-bottom: 15px;
}

.app.box .image {
  display: block;
  width: 100%;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.app.box h3 {
  padding: 10px 5px 2px 5px;
  margin: 0px;
}

.app.box p {
  padding-left: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.app.box .btn {
  margin: 0px 4px 0px 0px;
}

body > footer,
html {
  background-color: #000;
}


/* Home Page */
/* ========= */
.banner > .row .span4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner > .row .span4 > * {
  padding-left: 10px;
}

.banner .featured {
  margin: -6px 0px 0px 0px;
  border-left: solid 2px #FFF;
  overflow: hidden;
}

.banner .featured li {
  display: block;
  float: left;
  width: 103px;
  height: 150px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 97px 97px;
}

.banner .featured li a {
  display: block;
  margin: 6px 0px 0px 6px;
  text-decoration: none;
}

.banner .featured li a h3 {
  margin: 2px 6px 0px 6px;
  color: #333333;
  font-size: 12px;
}

.banner .featured li a .label {
  margin: 6px;
  display: inline-block;
}

.banner .featured li img {
  min-width: 100px;
  min-height: 100px;
}

.get-started .span4 p:first-of-type {
  margin-top: -10px;
}

.get-started .span8 .btn {
  margin: 18px 0px 18px 10px;
}

ul.users {
  display: flex;
  margin: 0px 0px 10px -3px;
}

ul.users li {
  flex: 1;
  text-align: center;
  display: inline-block;
}

ul.users li a {
  display: block;
  margin-bottom: 5px;
}

/* Cookies banner */

#cookies_warning {
  position: fixed;
  color: rgb(221, 221, 221);
  min-height: 30px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
  padding: 6px 20px 4px;
  background-color: rgba(70, 70, 70, 0.9);
  text-align: left;
}

#cookies_warning > p {
  margin-top: 8px;
}

.navbar {
  padding-top: 10px;
}

.glyphicon-inverse {
  color: #fff;
}



.btn-pad {
  padding-top: 20px;
}



.progress {
  padding-left: 0px;
  padding-right: 0px;
}

.logoFooter {
  padding-top: 10px;
}

.footerLinks li {
  display: inline;
}

.btn-group {
  margin-bottom: 20px;
  margin-top: 20px;
}

.jumbotron h1 {
  line-height: 63px;
  text-align: center;
}


#created-apps, #contributed-apps {
  margin-top: 10px;
}

.center {
  text-align: center;
}

.brand img {
  margin-top: 8px;
}

.dropdown-menu a {
  text-align: left;
}

.applications {
  min-height: 300px;
}

.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: var(--gray-dark);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); /* Account for horizontal padding on navbar */
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }
.parallax {
  min-height: 200px;
  background-attachment: fixed;
  background-size: cover;
}
ul.text-center.conversation-footer {
  padding-inline-start: 0px!important;
}
.social_box ul {
  list-style: none;
}
.social_box li {
  display: inline;
}
.share li {
  list-style: none;
  margin-left: -40px;
  font-size: 1rem;
}
.small-font {
  font-size: 0.9rem!important;
}
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cd-nugget-info a:hover {
  opacity: .8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 992px){
  .modal-dialog {
    max-width: 90%;
  }
}
.modal-dialog, .modal-content {
  height: 85%;
}
.modal-body {
  max-height: calc(100% - 120px);
  overflow-y: scroll;
}

.badge-large {
  font-size: 1rem;
}
h1.text-black.tag {
  font-size: 7vw;
  font-family: 'Lora', serif;
}
.share a {
  color: #000;
}
.col-md-12.text-center.counts {
  font-family: 'Lora', serif;
  font-size: 4vw;
}
.chart-container {
  position: relative;
  margin: auto;
  /* width: 80vw; */
}
.navbar-dark {
    background-color: black!important;
}
#loadingIcon {
  position: fixed;
  left: 50%;
  top:50%
}
h4 > a {
  position: relative;
  color: #000;
  text-decoration: none !important;
}

h4 > a:hover {
  color: #000;
}

h4 > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

h4 > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
