.box{
  border-top: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0);
}
/*html{
    overflow: hidden;
}*/
.nav-tabs-custom{
  box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.nav-tabs{
  border-top: 0px;
  /*Kiegan added this to help with the button styling*/
  border-bottom: 0px solid transparent;
    text-align: center;
    display: inline-block;
}

/* Kiegan additions here

These update the "tabs" to look more like buttons that we are choosing between.
Styling and colors can be changed.
Peter- added display-non*/

.nav-tabs-custom > .nav-tabs > li.active {
  border-top: none;
  border-bottom: 4px solid #317347;
  border-left: none;
  border-right: none;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  max-width: 150px;
  border-right-color: #ffffff;
  min-width: 120px;
  /*border-top: 3px solid #003a71;
  border-left: 3px solid #003a71;
  border-right: 3px solid #003a71;
  border-bottom: 3px solid #003a71;*/
  /* display:none !important; */
}

.nav-tabs-custom > .nav-tabs > li.active > a {
  border-right-color: #ffffff;
  border-left-color: #ffffff;
}

.nav-tabs-custom > .nav-tabs > li {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #6E7072;
  color: #6E7072;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  max-width: 150px;
  min-width: 120px;
  margin-right: 10px;
  margin-left: 10px;
  min-height: 61px;
  /*border-top: 3px solid #f5fafc;
  border-left: 3px solid #f5fafc;
  border-right: 3px solid #f5fafc;
  border-bottom: 3px solid #f5fafc; */
  /* display:none !important; */
}

.nav-tabs-custom > .nav-tabs > li > a {
  color: #6E7072;
}

/* .nav-tabs{ */
	/* display:none !important; */
/* } */

/* all fonts black inside body */




.body{
  color: black;
}
.shiny-input-container{
  display: inline-block;
}

#interactiveText{
    color:#074480;
    cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  display:inline;
}
#methodologyLink{
  color:#074480;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;
  text-decoration: underline;
}

#dataLink{
  color:#074480;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;  
  text-decoration: underline;
}
#newHeader > div{
  display: inline-block;
}
#newHeader{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 19px;
}
#newHeader2{
  font-size: 14px;
  font-style: italic;
}
#howToText{
  font-size: 19px;
   margin-top: 10px;
}
#myTitle{
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
#viewDataBy{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

#clicktap1 > li.active{
  border: 1px solid #06325D;
  min-width:350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#clicktap2 > li.active{
  border: 1px solid #06325D;
  min-width:350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#clicktap3 > li.active{
  border: 1px solid #06325D;
  min-width:350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#clickempty1 > li.active{
  visibility: hidden;
}
#clickempty2 > li.active{
  visibility: hidden;
}

#totals_tabbox > li.active{
  border: 1px solid #06325D;
  min-width:350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.radiobtn.btn-default.active{
    border-top: none;
  border-bottom: 4px solid #317347;
  border-left: none;
  border-right: none;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  max-width: 140px;
  /*max-width: 130px; */
  border-right-color: #ffffff;
  min-width: 120px;
  border-radius: 0px;
  background: #ffffff;
}

.btn.radiobtn.btn-default{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #6E7072;
  color: #6E7072;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  max-width: 140px;
  /*max-width: 130px;*/
  min-width: 120px;
  margin-right: 10px;
  margin-left: 10px;
  min-height: 61px;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: none;
}
