body {
  font-family: 'Helvetica Neue', Verdana, Helvetica, Arial, sans-serif;
  margin: 0 0;
  padding-top: 5px;
  -webkit-font-smoothing: antialiased;
  /* font-size modified for Responsiveness */
  font-size: 0.85em;
  color: #eee;
  line-height: 1.5em;
  background-color: #333;
}

/* Home Page Changes for Responsiveness Starts */

.map{
  width: 100%;
}

/* Home Page Changes for Responsiveness Ends */

#app {
  background-image: url('/weathershift/resources/public/img/clouds.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 0px;
  /* Added To Fix Overflow issue and Responsiveness */
  overflow-x: hidden;
}

/* All Pages Changes for Responsiveness Starts */

.firstrow{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 0 17%;
}

.firstrow img {
  transform: scale(0.75);
}

/* All Pages Changes for Responsiveness Ends */

h1, h2, h3 {
  color: #000;
}
h1 {
  font-size: 2.5em
}

h2 {
  font-size: 2em
}

h3 {
  font-size: 1.5em
}

a {
  text-decoration: none;
  color: #09f;
}

a:hover {
  text-decoration: underline;
}

/*.axis path,*/
/*.axis line {*/
/*  fill: none;*/
/*  stroke: #000;*/
/*  shape-rendering: crispEdges;*/
/*}*/

/*.x.axis path {*/
/*  display: none;*/
/*}*/

/*.line {*/
/*  fill: none;*/
/*  stroke: steelblue;*/
/*  stroke-width: 1.5px;*/
/*}*/

.centered {
  text-align: center;
}

.justify-content-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.justify-align-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-evenly-center {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;

}

/* Removed for Responsiveness Starts */

/* @media only screen and (max-width: 370px) {
  .justify-content-evenly,
  .justify-content-center,
  .flex-evenly-center{
    display: block;
  }
  .flex-evenly-center {
    align-items: center;
    text-align: center;
  }
} */

/* Removed for Responsiveness Ends */


.big-breathe-centered {
  margin: 80px auto;
}

.big-breathe-top {
  margin: 40px auto 0 auto;
}

.big-breathe {
  margin: 40px auto;
}

.breathe {
  margin: 20px auto;
}

.small-breathe {
  margin: 10px 0 10px 0;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}

.purple-bg {
  background-color: rgb(110, 106, 180);
}

#header {
  color: #eee;
  padding: 20px;
  margin-bottom: 10px;
}

#header h2 {
  color: #eee;
}

svg {
  display: block;
}

html, body, svg {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

#future {
  width: 750px;
  height: 450px;
}

#monthly {
  width: 750px;
  height: 450px;
}

#binned {
  width: 750px;
  height: 450px;
}

#percentile {
  width: 750px;
  height: 450px;
}

#detailed {
  width: 1100px;
  height: 500px;
}

.form-control {
  background-color: white;
  color: #404041;
}

#parameters .form-control {
  margin-bottom: 15px;
}

#download-form .form-control {
  margin-bottom: 15px;
}

.modal-header {
  border-bottom: 0px;
  display: flex;
  justify-content: center;
}

.modal-content {
  background-color: #414141;
}

.modal-content img {
  width: 100%;
}
.modal-footer {
  border-top: 0px;
}

.modal-right {
  position: absolute;
  right: 0;
}

.question-mark {
  margin: 5px 0 0 0;
}

.left-air {
  margin-left: 40px;
}
#spin {
  height: 195px;
}

#download-spin {
  height: 246px;
}

#upload-wrap input[type="file"] {
  position: fixed;
  top: -1000px;
}


#nav {
  margin-top: 0px;
  background-color: rgb(48, 48, 48);
}

.active-nav {
  padding: 2px 0 10px 0;
  border-top: rgb(30, 129, 200) solid 8px;
}

.active-nav > a {
  color: rgb(212, 219, 220);
  font-size: 18px;
  font-weight: bold;
}

.inactive-nav {
  padding: 10px 0 10px 0;
}

.inactive-nav > a {
  color: rgb(212, 219, 220);
  font-size: 18px;
  font-weight: bold;
}
/*         //   To display Buy button when custom is off
 */
.customEpwStyleHidden {
  /* visibility: hidden; */
  display: none;
}
/* //   To display Buy button when custom is off */

#s3upload-id{
margin: 0 ;
}

.blue {
  color: rgb(55, 157, 241);
}

.blueBG {
  background-color: rgb(55, 157, 241);
}

.green {
  color: rgb(111, 191, 59);
}

.orange {
  color: rgb(255, 134, 28  );
}

.white {
  color: white;
}

.bg-white{background-color: #fff!important;}

.bg-semitransparent{
    background-color: rgba(255,255,255,0.4);
}

#rain  p {
  font-size: 16px;
  line-height: 1.4;
}

#topup p {
  font-size: 16px;
  line-height: 1.4;
}

#designdays p {
  font-size: 16px;
  line-height: 1.4;
}

/* Library Page Changes for Responsiveness Starts */

.library{
  display: flex;
  justify-content: center;
}

.libb-main{
  height: 85%;
  display: flex;
  flex-direction: column;
  background-color: #333;
}

.libb1{
  flex: 1 0 auto;
}

.libb2{
  flex-shrink: 0;
}

/* Library Page Changes for Responsiveness EndS */


#library p {
  font-size: 16px;
  line-height: 1.4;
}

.reference {
  margin-bottom: 30px;
}

.bar {
  padding-left: 10px;
  padding-right: 10px;
  font-size: large;
}

#spaced > p > strong {
  line-height: 1.8;
}
/*========================================================================================================*/
/*Heat Page*/
.purchase-btns button{
  width: 210px;
}

/*========================================================================================================*/
/* / HOME page / */

/*.jumbotron {*/
/*  background-image: url('./../img/clouds.jpg');*/
/*  background-repeat: no-repeat;*/
/*  background-position: 0 0;*/
/*  background-size:cover;*/
/*  background-attachment: fixed;*/
/*}*/

.title-img-desktop {
  width: 100%;
}
.title-img-mobile{
  display: none;
}

@media only screen and (max-width: 370px) {
  .title-img-mobile{
    display: block;
    width: 100%;
  }
  .title-img-desktop{
    display: none;
  }
}

/*Slidesow css */
.carousel-caption {
    height: 40%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 75%;
    font-size: 1.5em;
    line-height: 1.3;
    color: white;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caption-attribution-centering {
    padding: 8px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
/* UserList section*/

/* #userList {
  /*max-width: 800px;*/
*/

#userList p {
  font-size: 1.5em;
  line-height: 1.5;
}

#userList ul {
  /*display: list-item;*/
  /*list-style-type: disc;*/
  list-style-position: inside;
  margin: 0 9px;
  font-size: 1.4em;
  line-height: 1.3;
  font-style: italic;
  /*text-indent: -50px;*/
}

/*map section*/
.map-image {
  display: flex;
}

.map-image h3{
  color: #ffffff;
  padding: 0 30px;
}

/* .legend {
  margin: 20px 0;
} */

/* Heat Page Changes for Responsiveness Starts */

.legend {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


@media only screen and (max-width: 1000px) {
  .legend {
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }

  .legend-img {
    margin: 0;
  }

  .legend h3{
    margin: 0;
    font-size: large;
  }
}

/* Heat Page Changes for Responsiveness Ends */

.legend h3{
  display:inline-block;
  color: #ffffff;
}

.legend .legend-img {
  margin-left: .9em;
  width: 23px;
  height: 23px;
  /* / display:inline-block; / */
}

.scrollbutton{
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
}

/* Rain Page Changes for Responsiveness Starts */

#rain{
  text-align: center;
}

.rain-chart{
  width: 80%;
}

.about-row{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Rain Page Changes for Responsiveness Ends */

/* All Pages Changes for Responsiveness Starts */

.footer-links{
  position: fixed;
  bottom: 20px;
}

/* All Pages Changes for Responsiveness Ends */

/* Heat Page Changes Starts for Responsiveness */

.custom-btns{
  display: flex;
  margin-top: 2em;
  /* justify-content: center; */
  align-items: center;
}

.heat-content{
  margin:auto;
  max-width: 1380px;
}

.heat-btn-wrapper{
  display: flex;
  gap: 2rem;
}

/* .heat-btn-wrapper .btn{
  display: none;
} */

.design-day-btn-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.heat-map-container,
.heat-chart-container{
  width: 1200px;
  margin:3em;
  border: 2px solid grey;
  height: min-content;
}

.heat-chart-container{
  padding: 2em;
}

.heat-map-container{
  padding: 4em;
  scroll-behavior: smooth

}

.nvd3-svg{
  opacity: 1;
}


@media only screen and (min-width: 1000px) {

.heat-chart-laptop{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    
}
}

/* Heat Page Changes for Responsiveness Ends */

/* Styling for Adding Logo Starts */

.newlogo{
  height: 3em;
  width: 3em;
  object-fit: contain;
}

.newlogop{
  height: 3em;
  width: 3em;
  object-fit: contain;
  transform: scale(0.9);
}

.oldlogo{
  height: 11em;
  width: 11em;
  object-fit: contain;
  margin-left: -19em;
}

/* Styling for Adding Logo Ends */



/* added custm btn enable msg */
#custom-epw-btn-id{
  margin-bottom: 10px;
}

#turn-custom-btn {
  /* padding: 1rem; */
  /* margin: 1rem; */
  /* text-align: left; */
  width: 20%;
  color:rgb(190, 190, 190);
}

#map-instruction-head-id{
  color:rgb(211,211,211);
}

#purchase-epw-btn-id:hover{
/* cursor:not-allowed */
}