/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */

/*body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

body {
  font-family: Monospace;
}

.btn {
  margin: .2rem;
  border-radius: 1rem;
}

.navbar-toggler {
  margin-top: -38px;
  width: 60px;
  height: 60px;
  padding: 6px 0px;
  background-color: #051633;
  border-radius: 30px;
}

.btn-circle {
  width: 38px;
  height: 38px;
  padding: 6px 0px;
  border-radius: 19px;
  text-align: center;
  font-size: 16px;
  line-height: 1.42857;
  /* background-color: #1a2050; */
}

.btn-circle-small {
  width: 20px;
  height: 20px;
  border-radius: 19px;
  text-align: center;
  font-size: 10px;
  z-index: 1000;
}

.btn-primary, .btn-primary .cls-1, .btn-primary .cls-2  {
  fill-opacity: 0;
  stroke: #ffffff;
}

.btn-outline-primary, .btn-outline-primary .cls-1, .btn-outline-primary .cls-2  {
  background-color: #1a2050;
  fill-opacity: 0;
  stroke: #007bff;
}

.btn-outline-primary:hover, .btn-outline-primary:hover .cls-1, .btn-outline-primary:hover .cls-2 {
  fill-opacity: 0;
  background-color: #007bff;
  stroke: #ffffff;
  transition: stroke .15s ease-in-out;
}

.container-fluid {
  pointer-events: none;
}

.menu-panel {
  z-index: 10;
}

.col-lg-2 {
  pointer-events: all;
}

.collapsing {
  -webkit-transition: height .2s ease-in-out;
       -o-transition: height .2s ease-in-out;
          transition: height .2s ease-in-out;
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
  /* background-color: rgba(0, 0, 0, 0); */
}

.fa-twitter {
  background: #55ACEE;

}

.fa-facebook {
  background: #3B5998;
}

.fa-instagram {
  background: #125688;
}

.fa-pinterest {
  background: #cb2027;
}

.fixed-row-bottom {
  position:absolute;
  bottom:0;
}

.socialmediaicons .btn {
  color: white;
  height: 40px;
  border: none;
}

.fixed-top {
  background-color: rgba(0, 0, 0, 0);
}

.fixed-bottom {
  position: absolute;
  background-color: #051633;
}

.irs--flat .irs-bar {
  background-color: #ff4c5f;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background-color: #ff4c5f;
}

.irs-grid-pol.small {
  height: 0px;
}

.irs-grid-pol {
  top: 2px;
  height: 2px;
  width: 2px;
}

.irs-grid-text {
  color: white !important;
  line-height: 16px;
}

.irs-metrics .irs-grid-pol.small {
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: -1000;
}

.irs--flat .irs-handle > i:first-child {
  cursor: pointer;
    width: 0px;
}

.irs-inputs .irs--flat .irs-bar {
  opacity: 0;
}

.irs-inputs .irs--flat .irs-handle > i:first-child {
  width: 18px;
  border-radius: 10px;
  margin-left: -9px;
  background-color: #ff4c5f;

  transition: background-color .3s ease-in;
}
.irs-inputs .irs--flat .irs-handle > i:first-child:hover{
  background-color: white!important;
}
.irs--flat .irs-line {
  background-color: rgba(94, 98, 132, .5);
}

.names {
fill: none;
stroke: #fff;
stroke-linejoin: round;
}

  /* Tooltip CSS */
.d3-tip {
  line-height: 1.5;
  font-weight: 400;
  padding: 12px;
  background: rgb(5, 22, 51, 0.8);
  color: #FFA500;
  border-radius: 4px;
  border: 1px solid #007bff;
  pointer-events: none;
  z-index: 10000;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 8px;
  width: 100%;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  pointer-events: none;

}

/* Northward tooltips */
.d3-tip.n:after {
  content: "\25BC";
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
  text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
  content: "\25C0";
  margin: -4px 0 0 0;
  top: 50%;
  left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
  content: "\25B2";
  margin: 0 0 1px 0;
  top: -8px;
  left: 0;
  text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
  content: "\25B6";
  margin: -4px 0 0 -1px;
  top: 50%;
  left: 100%;
}

/*    text{
  pointer-events:none;
}*/

.details{
  color:white;
}

#submitFade {
  background-color: rgb(26, 32, 80, .5);
  z-index: 10000;
}

#submit {
  width: 400px;
  position: relative;
  /* position: fixed;/ */
  /* margin-top: -100px;
  margin-left: -150px; */
  /* left: 50%; */
  /* top: 50%; */
  top: 100px;
  max-height: 70%;
  /* margin-top: 100px; */
  z-index: 10001;
  background-color: #1a2050;
  margin: auto;
  overflow-y: auto;
  /* mix-blend-mode: screen; */
}

#inputsMenu {
  background-color: rgb(5, 22, 51, 0.8);
}

.navbar-toggler {
  background-color: rgb(5, 22, 51, 1);
  border-color: #007bff;
}

#loading {
  width: 200px;
  position: fixed;
  margin-left: -50px;
  left: 50%;
  top: 50%;
  z-index: 100;
  /* mix-blend-mode: screen; */
}

#my-gui-container {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 1000;
}
#questionPage{
  pointer-events:none;
  z-index: 10000;
}
#feedback-collapse, #question-collapse, #info-collapse {
  margin-top: 60px;
  pointer-events: none;
}
.frosted-glass{
  box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);
  background-color: rgba(26,32,80,0.45)!important;
  backdrop-filter: blur(5px);
}

#feedback-column, #question-collapse, #info-column {
  background-color: #1a2050;
  pointer-events: all;
  max-height: 150%;
  overflow-y: auto;
}

.d3-container {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
}

.d3 {
  z-index:1000;
  display: inline-block;
  top: 0;
  left: 0;
}

.ramp {
  height: 80px;
}

#metrics-collapse {
  margin-top: 60px;
  pointer-events: none;
}

#about-collapse {
  text-shadow: 1px 1px 4px #1a2050;
}

#metrics-column {
  pointer-events: all;
  text-shadow: 1px 1px 4px #1a2050;
}

.mt-n4 {
  margin-top: -1.25rem !important;
}

#scene-viewer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1000;
}

.dg .selector {
  width: 124px !important;
}

.checkbox-round{
  width: 2rem;
  height: 2rem;
  background-color:#1a2050;
  border-radius: 999px;
  vertical-align: middle;
  border: 1px solid white;
  outline: none;
  cursor: pointer;

  margin: 0.5rem 0.5rem 0.5rem 0;
}
.checkbox-round:checked {
  background: gray;
}

.form-check-label{
  font-size: 1rem;
  vertical-align: middle;
  /* max-width: 100px; */
  word-wrap: break-word;
}

.dropdown-item{
  cursor: pointer;
}

.dropdown-item:hover{
  background: #1a2050;
  color: white;
}
.metric-exit, .info-exit{
  transition: color .3s ease-in;
  cursor: pointer;
}
.metric-exit:hover, .info-exit:hover{
  color: #ff4c5f;
}

.kpf-logo{
  width: 200px;
  /* margin: 8px 0px; */
  color: white;
}
.kpf-logo-link{
  color: white;
  text-decoration: underline;
  font-size: 1rem;
}

.kpf-logo-link:hover{
  color: #ff4c5f;
}
.submit-city-button{
  font-size: 95%;
}